package connect
import "github.com/aws/aws-sdk-go-v2/service/connect"
Package connect provides the API client, operations, and parameter types for Amazon Connect Service.
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents. There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see Amazon Connect Service Quotas (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide. You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see Amazon Connect Endpoints (https://docs.aws.amazon.com/general/latest/gr/connect_region.html). Working with contact flows? Check out the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html).
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type AssociateApprovedOriginInput
- type AssociateApprovedOriginOutput
- type AssociateBotInput
- type AssociateBotOutput
- type AssociateDefaultVocabularyInput
- type AssociateDefaultVocabularyOutput
- type AssociateInstanceStorageConfigInput
- type AssociateInstanceStorageConfigOutput
- type AssociateLambdaFunctionInput
- type AssociateLambdaFunctionOutput
- type AssociateLexBotInput
- type AssociateLexBotOutput
- type AssociatePhoneNumberContactFlowInput
- type AssociatePhoneNumberContactFlowOutput
- type AssociateQueueQuickConnectsInput
- type AssociateQueueQuickConnectsOutput
- type AssociateRoutingProfileQueuesInput
- type AssociateRoutingProfileQueuesOutput
- type AssociateSecurityKeyInput
- type AssociateSecurityKeyOutput
- type ClaimPhoneNumberInput
- type ClaimPhoneNumberOutput
- type Client
- func New(options Options, optFns ...func(*Options)) *Client
- func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client
- func (c *Client) AssociateApprovedOrigin(ctx context.Context, params *AssociateApprovedOriginInput, optFns ...func(*Options)) (*AssociateApprovedOriginOutput, error)
- func (c *Client) AssociateBot(ctx context.Context, params *AssociateBotInput, optFns ...func(*Options)) (*AssociateBotOutput, error)
- func (c *Client) AssociateDefaultVocabulary(ctx context.Context, params *AssociateDefaultVocabularyInput, optFns ...func(*Options)) (*AssociateDefaultVocabularyOutput, error)
- func (c *Client) AssociateInstanceStorageConfig(ctx context.Context, params *AssociateInstanceStorageConfigInput, optFns ...func(*Options)) (*AssociateInstanceStorageConfigOutput, error)
- func (c *Client) AssociateLambdaFunction(ctx context.Context, params *AssociateLambdaFunctionInput, optFns ...func(*Options)) (*AssociateLambdaFunctionOutput, error)
- func (c *Client) AssociateLexBot(ctx context.Context, params *AssociateLexBotInput, optFns ...func(*Options)) (*AssociateLexBotOutput, error)
- func (c *Client) AssociatePhoneNumberContactFlow(ctx context.Context, params *AssociatePhoneNumberContactFlowInput, optFns ...func(*Options)) (*AssociatePhoneNumberContactFlowOutput, error)
- func (c *Client) AssociateQueueQuickConnects(ctx context.Context, params *AssociateQueueQuickConnectsInput, optFns ...func(*Options)) (*AssociateQueueQuickConnectsOutput, error)
- func (c *Client) AssociateRoutingProfileQueues(ctx context.Context, params *AssociateRoutingProfileQueuesInput, optFns ...func(*Options)) (*AssociateRoutingProfileQueuesOutput, error)
- func (c *Client) AssociateSecurityKey(ctx context.Context, params *AssociateSecurityKeyInput, optFns ...func(*Options)) (*AssociateSecurityKeyOutput, error)
- func (c *Client) ClaimPhoneNumber(ctx context.Context, params *ClaimPhoneNumberInput, optFns ...func(*Options)) (*ClaimPhoneNumberOutput, error)
- func (c *Client) CreateAgentStatus(ctx context.Context, params *CreateAgentStatusInput, optFns ...func(*Options)) (*CreateAgentStatusOutput, error)
- func (c *Client) CreateContactFlow(ctx context.Context, params *CreateContactFlowInput, optFns ...func(*Options)) (*CreateContactFlowOutput, error)
- func (c *Client) CreateContactFlowModule(ctx context.Context, params *CreateContactFlowModuleInput, optFns ...func(*Options)) (*CreateContactFlowModuleOutput, error)
- func (c *Client) CreateHoursOfOperation(ctx context.Context, params *CreateHoursOfOperationInput, optFns ...func(*Options)) (*CreateHoursOfOperationOutput, error)
- func (c *Client) CreateInstance(ctx context.Context, params *CreateInstanceInput, optFns ...func(*Options)) (*CreateInstanceOutput, error)
- func (c *Client) CreateIntegrationAssociation(ctx context.Context, params *CreateIntegrationAssociationInput, optFns ...func(*Options)) (*CreateIntegrationAssociationOutput, error)
- func (c *Client) CreateQueue(ctx context.Context, params *CreateQueueInput, optFns ...func(*Options)) (*CreateQueueOutput, error)
- func (c *Client) CreateQuickConnect(ctx context.Context, params *CreateQuickConnectInput, optFns ...func(*Options)) (*CreateQuickConnectOutput, error)
- func (c *Client) CreateRoutingProfile(ctx context.Context, params *CreateRoutingProfileInput, optFns ...func(*Options)) (*CreateRoutingProfileOutput, error)
- func (c *Client) CreateSecurityProfile(ctx context.Context, params *CreateSecurityProfileInput, optFns ...func(*Options)) (*CreateSecurityProfileOutput, error)
- func (c *Client) CreateTaskTemplate(ctx context.Context, params *CreateTaskTemplateInput, optFns ...func(*Options)) (*CreateTaskTemplateOutput, error)
- func (c *Client) CreateUseCase(ctx context.Context, params *CreateUseCaseInput, optFns ...func(*Options)) (*CreateUseCaseOutput, error)
- func (c *Client) CreateUser(ctx context.Context, params *CreateUserInput, optFns ...func(*Options)) (*CreateUserOutput, error)
- func (c *Client) CreateUserHierarchyGroup(ctx context.Context, params *CreateUserHierarchyGroupInput, optFns ...func(*Options)) (*CreateUserHierarchyGroupOutput, error)
- func (c *Client) CreateVocabulary(ctx context.Context, params *CreateVocabularyInput, optFns ...func(*Options)) (*CreateVocabularyOutput, error)
- func (c *Client) DeleteContactFlow(ctx context.Context, params *DeleteContactFlowInput, optFns ...func(*Options)) (*DeleteContactFlowOutput, error)
- func (c *Client) DeleteContactFlowModule(ctx context.Context, params *DeleteContactFlowModuleInput, optFns ...func(*Options)) (*DeleteContactFlowModuleOutput, error)
- func (c *Client) DeleteHoursOfOperation(ctx context.Context, params *DeleteHoursOfOperationInput, optFns ...func(*Options)) (*DeleteHoursOfOperationOutput, error)
- func (c *Client) DeleteInstance(ctx context.Context, params *DeleteInstanceInput, optFns ...func(*Options)) (*DeleteInstanceOutput, error)
- func (c *Client) DeleteIntegrationAssociation(ctx context.Context, params *DeleteIntegrationAssociationInput, optFns ...func(*Options)) (*DeleteIntegrationAssociationOutput, error)
- func (c *Client) DeleteQuickConnect(ctx context.Context, params *DeleteQuickConnectInput, optFns ...func(*Options)) (*DeleteQuickConnectOutput, error)
- func (c *Client) DeleteSecurityProfile(ctx context.Context, params *DeleteSecurityProfileInput, optFns ...func(*Options)) (*DeleteSecurityProfileOutput, error)
- func (c *Client) DeleteTaskTemplate(ctx context.Context, params *DeleteTaskTemplateInput, optFns ...func(*Options)) (*DeleteTaskTemplateOutput, error)
- func (c *Client) DeleteUseCase(ctx context.Context, params *DeleteUseCaseInput, optFns ...func(*Options)) (*DeleteUseCaseOutput, error)
- func (c *Client) DeleteUser(ctx context.Context, params *DeleteUserInput, optFns ...func(*Options)) (*DeleteUserOutput, error)
- func (c *Client) DeleteUserHierarchyGroup(ctx context.Context, params *DeleteUserHierarchyGroupInput, optFns ...func(*Options)) (*DeleteUserHierarchyGroupOutput, error)
- func (c *Client) DeleteVocabulary(ctx context.Context, params *DeleteVocabularyInput, optFns ...func(*Options)) (*DeleteVocabularyOutput, error)
- func (c *Client) DescribeAgentStatus(ctx context.Context, params *DescribeAgentStatusInput, optFns ...func(*Options)) (*DescribeAgentStatusOutput, error)
- func (c *Client) DescribeContact(ctx context.Context, params *DescribeContactInput, optFns ...func(*Options)) (*DescribeContactOutput, error)
- func (c *Client) DescribeContactFlow(ctx context.Context, params *DescribeContactFlowInput, optFns ...func(*Options)) (*DescribeContactFlowOutput, error)
- func (c *Client) DescribeContactFlowModule(ctx context.Context, params *DescribeContactFlowModuleInput, optFns ...func(*Options)) (*DescribeContactFlowModuleOutput, error)
- func (c *Client) DescribeHoursOfOperation(ctx context.Context, params *DescribeHoursOfOperationInput, optFns ...func(*Options)) (*DescribeHoursOfOperationOutput, error)
- func (c *Client) DescribeInstance(ctx context.Context, params *DescribeInstanceInput, optFns ...func(*Options)) (*DescribeInstanceOutput, error)
- func (c *Client) DescribeInstanceAttribute(ctx context.Context, params *DescribeInstanceAttributeInput, optFns ...func(*Options)) (*DescribeInstanceAttributeOutput, error)
- func (c *Client) DescribeInstanceStorageConfig(ctx context.Context, params *DescribeInstanceStorageConfigInput, optFns ...func(*Options)) (*DescribeInstanceStorageConfigOutput, error)
- func (c *Client) DescribePhoneNumber(ctx context.Context, params *DescribePhoneNumberInput, optFns ...func(*Options)) (*DescribePhoneNumberOutput, error)
- func (c *Client) DescribeQueue(ctx context.Context, params *DescribeQueueInput, optFns ...func(*Options)) (*DescribeQueueOutput, error)
- func (c *Client) DescribeQuickConnect(ctx context.Context, params *DescribeQuickConnectInput, optFns ...func(*Options)) (*DescribeQuickConnectOutput, error)
- func (c *Client) DescribeRoutingProfile(ctx context.Context, params *DescribeRoutingProfileInput, optFns ...func(*Options)) (*DescribeRoutingProfileOutput, error)
- func (c *Client) DescribeSecurityProfile(ctx context.Context, params *DescribeSecurityProfileInput, optFns ...func(*Options)) (*DescribeSecurityProfileOutput, error)
- func (c *Client) DescribeUser(ctx context.Context, params *DescribeUserInput, optFns ...func(*Options)) (*DescribeUserOutput, error)
- func (c *Client) DescribeUserHierarchyGroup(ctx context.Context, params *DescribeUserHierarchyGroupInput, optFns ...func(*Options)) (*DescribeUserHierarchyGroupOutput, error)
- func (c *Client) DescribeUserHierarchyStructure(ctx context.Context, params *DescribeUserHierarchyStructureInput, optFns ...func(*Options)) (*DescribeUserHierarchyStructureOutput, error)
- func (c *Client) DescribeVocabulary(ctx context.Context, params *DescribeVocabularyInput, optFns ...func(*Options)) (*DescribeVocabularyOutput, error)
- func (c *Client) DisassociateApprovedOrigin(ctx context.Context, params *DisassociateApprovedOriginInput, optFns ...func(*Options)) (*DisassociateApprovedOriginOutput, error)
- func (c *Client) DisassociateBot(ctx context.Context, params *DisassociateBotInput, optFns ...func(*Options)) (*DisassociateBotOutput, error)
- func (c *Client) DisassociateInstanceStorageConfig(ctx context.Context, params *DisassociateInstanceStorageConfigInput, optFns ...func(*Options)) (*DisassociateInstanceStorageConfigOutput, error)
- func (c *Client) DisassociateLambdaFunction(ctx context.Context, params *DisassociateLambdaFunctionInput, optFns ...func(*Options)) (*DisassociateLambdaFunctionOutput, error)
- func (c *Client) DisassociateLexBot(ctx context.Context, params *DisassociateLexBotInput, optFns ...func(*Options)) (*DisassociateLexBotOutput, error)
- func (c *Client) DisassociatePhoneNumberContactFlow(ctx context.Context, params *DisassociatePhoneNumberContactFlowInput, optFns ...func(*Options)) (*DisassociatePhoneNumberContactFlowOutput, error)
- func (c *Client) DisassociateQueueQuickConnects(ctx context.Context, params *DisassociateQueueQuickConnectsInput, optFns ...func(*Options)) (*DisassociateQueueQuickConnectsOutput, error)
- func (c *Client) DisassociateRoutingProfileQueues(ctx context.Context, params *DisassociateRoutingProfileQueuesInput, optFns ...func(*Options)) (*DisassociateRoutingProfileQueuesOutput, error)
- func (c *Client) DisassociateSecurityKey(ctx context.Context, params *DisassociateSecurityKeyInput, optFns ...func(*Options)) (*DisassociateSecurityKeyOutput, error)
- func (c *Client) GetContactAttributes(ctx context.Context, params *GetContactAttributesInput, optFns ...func(*Options)) (*GetContactAttributesOutput, error)
- func (c *Client) GetCurrentMetricData(ctx context.Context, params *GetCurrentMetricDataInput, optFns ...func(*Options)) (*GetCurrentMetricDataOutput, error)
- func (c *Client) GetCurrentUserData(ctx context.Context, params *GetCurrentUserDataInput, optFns ...func(*Options)) (*GetCurrentUserDataOutput, error)
- func (c *Client) GetFederationToken(ctx context.Context, params *GetFederationTokenInput, optFns ...func(*Options)) (*GetFederationTokenOutput, error)
- func (c *Client) GetMetricData(ctx context.Context, params *GetMetricDataInput, optFns ...func(*Options)) (*GetMetricDataOutput, error)
- func (c *Client) GetTaskTemplate(ctx context.Context, params *GetTaskTemplateInput, optFns ...func(*Options)) (*GetTaskTemplateOutput, error)
- func (c *Client) ListAgentStatuses(ctx context.Context, params *ListAgentStatusesInput, optFns ...func(*Options)) (*ListAgentStatusesOutput, error)
- func (c *Client) ListApprovedOrigins(ctx context.Context, params *ListApprovedOriginsInput, optFns ...func(*Options)) (*ListApprovedOriginsOutput, error)
- func (c *Client) ListBots(ctx context.Context, params *ListBotsInput, optFns ...func(*Options)) (*ListBotsOutput, error)
- func (c *Client) ListContactFlowModules(ctx context.Context, params *ListContactFlowModulesInput, optFns ...func(*Options)) (*ListContactFlowModulesOutput, error)
- func (c *Client) ListContactFlows(ctx context.Context, params *ListContactFlowsInput, optFns ...func(*Options)) (*ListContactFlowsOutput, error)
- func (c *Client) ListContactReferences(ctx context.Context, params *ListContactReferencesInput, optFns ...func(*Options)) (*ListContactReferencesOutput, error)
- func (c *Client) ListDefaultVocabularies(ctx context.Context, params *ListDefaultVocabulariesInput, optFns ...func(*Options)) (*ListDefaultVocabulariesOutput, error)
- func (c *Client) ListHoursOfOperations(ctx context.Context, params *ListHoursOfOperationsInput, optFns ...func(*Options)) (*ListHoursOfOperationsOutput, error)
- func (c *Client) ListInstanceAttributes(ctx context.Context, params *ListInstanceAttributesInput, optFns ...func(*Options)) (*ListInstanceAttributesOutput, error)
- func (c *Client) ListInstanceStorageConfigs(ctx context.Context, params *ListInstanceStorageConfigsInput, optFns ...func(*Options)) (*ListInstanceStorageConfigsOutput, error)
- func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
- func (c *Client) ListIntegrationAssociations(ctx context.Context, params *ListIntegrationAssociationsInput, optFns ...func(*Options)) (*ListIntegrationAssociationsOutput, error)
- func (c *Client) ListLambdaFunctions(ctx context.Context, params *ListLambdaFunctionsInput, optFns ...func(*Options)) (*ListLambdaFunctionsOutput, error)
- func (c *Client) ListLexBots(ctx context.Context, params *ListLexBotsInput, optFns ...func(*Options)) (*ListLexBotsOutput, error)
- func (c *Client) ListPhoneNumbers(ctx context.Context, params *ListPhoneNumbersInput, optFns ...func(*Options)) (*ListPhoneNumbersOutput, error)
- func (c *Client) ListPhoneNumbersV2(ctx context.Context, params *ListPhoneNumbersV2Input, optFns ...func(*Options)) (*ListPhoneNumbersV2Output, error)
- func (c *Client) ListPrompts(ctx context.Context, params *ListPromptsInput, optFns ...func(*Options)) (*ListPromptsOutput, error)
- func (c *Client) ListQueueQuickConnects(ctx context.Context, params *ListQueueQuickConnectsInput, optFns ...func(*Options)) (*ListQueueQuickConnectsOutput, error)
- func (c *Client) ListQueues(ctx context.Context, params *ListQueuesInput, optFns ...func(*Options)) (*ListQueuesOutput, error)
- func (c *Client) ListQuickConnects(ctx context.Context, params *ListQuickConnectsInput, optFns ...func(*Options)) (*ListQuickConnectsOutput, error)
- func (c *Client) ListRoutingProfileQueues(ctx context.Context, params *ListRoutingProfileQueuesInput, optFns ...func(*Options)) (*ListRoutingProfileQueuesOutput, error)
- func (c *Client) ListRoutingProfiles(ctx context.Context, params *ListRoutingProfilesInput, optFns ...func(*Options)) (*ListRoutingProfilesOutput, error)
- func (c *Client) ListSecurityKeys(ctx context.Context, params *ListSecurityKeysInput, optFns ...func(*Options)) (*ListSecurityKeysOutput, error)
- func (c *Client) ListSecurityProfilePermissions(ctx context.Context, params *ListSecurityProfilePermissionsInput, optFns ...func(*Options)) (*ListSecurityProfilePermissionsOutput, error)
- func (c *Client) ListSecurityProfiles(ctx context.Context, params *ListSecurityProfilesInput, optFns ...func(*Options)) (*ListSecurityProfilesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
- func (c *Client) ListTaskTemplates(ctx context.Context, params *ListTaskTemplatesInput, optFns ...func(*Options)) (*ListTaskTemplatesOutput, error)
- func (c *Client) ListUseCases(ctx context.Context, params *ListUseCasesInput, optFns ...func(*Options)) (*ListUseCasesOutput, error)
- func (c *Client) ListUserHierarchyGroups(ctx context.Context, params *ListUserHierarchyGroupsInput, optFns ...func(*Options)) (*ListUserHierarchyGroupsOutput, error)
- func (c *Client) ListUsers(ctx context.Context, params *ListUsersInput, optFns ...func(*Options)) (*ListUsersOutput, error)
- func (c *Client) PutUserStatus(ctx context.Context, params *PutUserStatusInput, optFns ...func(*Options)) (*PutUserStatusOutput, error)
- func (c *Client) ReleasePhoneNumber(ctx context.Context, params *ReleasePhoneNumberInput, optFns ...func(*Options)) (*ReleasePhoneNumberOutput, error)
- func (c *Client) ResumeContactRecording(ctx context.Context, params *ResumeContactRecordingInput, optFns ...func(*Options)) (*ResumeContactRecordingOutput, error)
- func (c *Client) SearchAvailablePhoneNumbers(ctx context.Context, params *SearchAvailablePhoneNumbersInput, optFns ...func(*Options)) (*SearchAvailablePhoneNumbersOutput, error)
- func (c *Client) SearchUsers(ctx context.Context, params *SearchUsersInput, optFns ...func(*Options)) (*SearchUsersOutput, error)
- func (c *Client) SearchVocabularies(ctx context.Context, params *SearchVocabulariesInput, optFns ...func(*Options)) (*SearchVocabulariesOutput, error)
- func (c *Client) StartChatContact(ctx context.Context, params *StartChatContactInput, optFns ...func(*Options)) (*StartChatContactOutput, error)
- func (c *Client) StartContactRecording(ctx context.Context, params *StartContactRecordingInput, optFns ...func(*Options)) (*StartContactRecordingOutput, error)
- func (c *Client) StartContactStreaming(ctx context.Context, params *StartContactStreamingInput, optFns ...func(*Options)) (*StartContactStreamingOutput, error)
- func (c *Client) StartOutboundVoiceContact(ctx context.Context, params *StartOutboundVoiceContactInput, optFns ...func(*Options)) (*StartOutboundVoiceContactOutput, error)
- func (c *Client) StartTaskContact(ctx context.Context, params *StartTaskContactInput, optFns ...func(*Options)) (*StartTaskContactOutput, error)
- func (c *Client) StopContact(ctx context.Context, params *StopContactInput, optFns ...func(*Options)) (*StopContactOutput, error)
- func (c *Client) StopContactRecording(ctx context.Context, params *StopContactRecordingInput, optFns ...func(*Options)) (*StopContactRecordingOutput, error)
- func (c *Client) StopContactStreaming(ctx context.Context, params *StopContactStreamingInput, optFns ...func(*Options)) (*StopContactStreamingOutput, error)
- func (c *Client) SuspendContactRecording(ctx context.Context, params *SuspendContactRecordingInput, optFns ...func(*Options)) (*SuspendContactRecordingOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) TransferContact(ctx context.Context, params *TransferContactInput, optFns ...func(*Options)) (*TransferContactOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateAgentStatus(ctx context.Context, params *UpdateAgentStatusInput, optFns ...func(*Options)) (*UpdateAgentStatusOutput, error)
- func (c *Client) UpdateContact(ctx context.Context, params *UpdateContactInput, optFns ...func(*Options)) (*UpdateContactOutput, error)
- func (c *Client) UpdateContactAttributes(ctx context.Context, params *UpdateContactAttributesInput, optFns ...func(*Options)) (*UpdateContactAttributesOutput, error)
- func (c *Client) UpdateContactFlowContent(ctx context.Context, params *UpdateContactFlowContentInput, optFns ...func(*Options)) (*UpdateContactFlowContentOutput, error)
- func (c *Client) UpdateContactFlowMetadata(ctx context.Context, params *UpdateContactFlowMetadataInput, optFns ...func(*Options)) (*UpdateContactFlowMetadataOutput, error)
- func (c *Client) UpdateContactFlowModuleContent(ctx context.Context, params *UpdateContactFlowModuleContentInput, optFns ...func(*Options)) (*UpdateContactFlowModuleContentOutput, error)
- func (c *Client) UpdateContactFlowModuleMetadata(ctx context.Context, params *UpdateContactFlowModuleMetadataInput, optFns ...func(*Options)) (*UpdateContactFlowModuleMetadataOutput, error)
- func (c *Client) UpdateContactFlowName(ctx context.Context, params *UpdateContactFlowNameInput, optFns ...func(*Options)) (*UpdateContactFlowNameOutput, error)
- func (c *Client) UpdateContactSchedule(ctx context.Context, params *UpdateContactScheduleInput, optFns ...func(*Options)) (*UpdateContactScheduleOutput, error)
- func (c *Client) UpdateHoursOfOperation(ctx context.Context, params *UpdateHoursOfOperationInput, optFns ...func(*Options)) (*UpdateHoursOfOperationOutput, error)
- func (c *Client) UpdateInstanceAttribute(ctx context.Context, params *UpdateInstanceAttributeInput, optFns ...func(*Options)) (*UpdateInstanceAttributeOutput, error)
- func (c *Client) UpdateInstanceStorageConfig(ctx context.Context, params *UpdateInstanceStorageConfigInput, optFns ...func(*Options)) (*UpdateInstanceStorageConfigOutput, error)
- func (c *Client) UpdatePhoneNumber(ctx context.Context, params *UpdatePhoneNumberInput, optFns ...func(*Options)) (*UpdatePhoneNumberOutput, error)
- func (c *Client) UpdateQueueHoursOfOperation(ctx context.Context, params *UpdateQueueHoursOfOperationInput, optFns ...func(*Options)) (*UpdateQueueHoursOfOperationOutput, error)
- func (c *Client) UpdateQueueMaxContacts(ctx context.Context, params *UpdateQueueMaxContactsInput, optFns ...func(*Options)) (*UpdateQueueMaxContactsOutput, error)
- func (c *Client) UpdateQueueName(ctx context.Context, params *UpdateQueueNameInput, optFns ...func(*Options)) (*UpdateQueueNameOutput, error)
- func (c *Client) UpdateQueueOutboundCallerConfig(ctx context.Context, params *UpdateQueueOutboundCallerConfigInput, optFns ...func(*Options)) (*UpdateQueueOutboundCallerConfigOutput, error)
- func (c *Client) UpdateQueueStatus(ctx context.Context, params *UpdateQueueStatusInput, optFns ...func(*Options)) (*UpdateQueueStatusOutput, error)
- func (c *Client) UpdateQuickConnectConfig(ctx context.Context, params *UpdateQuickConnectConfigInput, optFns ...func(*Options)) (*UpdateQuickConnectConfigOutput, error)
- func (c *Client) UpdateQuickConnectName(ctx context.Context, params *UpdateQuickConnectNameInput, optFns ...func(*Options)) (*UpdateQuickConnectNameOutput, error)
- func (c *Client) UpdateRoutingProfileConcurrency(ctx context.Context, params *UpdateRoutingProfileConcurrencyInput, optFns ...func(*Options)) (*UpdateRoutingProfileConcurrencyOutput, error)
- func (c *Client) UpdateRoutingProfileDefaultOutboundQueue(ctx context.Context, params *UpdateRoutingProfileDefaultOutboundQueueInput, optFns ...func(*Options)) (*UpdateRoutingProfileDefaultOutboundQueueOutput, error)
- func (c *Client) UpdateRoutingProfileName(ctx context.Context, params *UpdateRoutingProfileNameInput, optFns ...func(*Options)) (*UpdateRoutingProfileNameOutput, error)
- func (c *Client) UpdateRoutingProfileQueues(ctx context.Context, params *UpdateRoutingProfileQueuesInput, optFns ...func(*Options)) (*UpdateRoutingProfileQueuesOutput, error)
- func (c *Client) UpdateSecurityProfile(ctx context.Context, params *UpdateSecurityProfileInput, optFns ...func(*Options)) (*UpdateSecurityProfileOutput, error)
- func (c *Client) UpdateTaskTemplate(ctx context.Context, params *UpdateTaskTemplateInput, optFns ...func(*Options)) (*UpdateTaskTemplateOutput, error)
- func (c *Client) UpdateUserHierarchy(ctx context.Context, params *UpdateUserHierarchyInput, optFns ...func(*Options)) (*UpdateUserHierarchyOutput, error)
- func (c *Client) UpdateUserHierarchyGroupName(ctx context.Context, params *UpdateUserHierarchyGroupNameInput, optFns ...func(*Options)) (*UpdateUserHierarchyGroupNameOutput, error)
- func (c *Client) UpdateUserHierarchyStructure(ctx context.Context, params *UpdateUserHierarchyStructureInput, optFns ...func(*Options)) (*UpdateUserHierarchyStructureOutput, error)
- func (c *Client) UpdateUserIdentityInfo(ctx context.Context, params *UpdateUserIdentityInfoInput, optFns ...func(*Options)) (*UpdateUserIdentityInfoOutput, error)
- func (c *Client) UpdateUserPhoneConfig(ctx context.Context, params *UpdateUserPhoneConfigInput, optFns ...func(*Options)) (*UpdateUserPhoneConfigOutput, error)
- func (c *Client) UpdateUserRoutingProfile(ctx context.Context, params *UpdateUserRoutingProfileInput, optFns ...func(*Options)) (*UpdateUserRoutingProfileOutput, error)
- func (c *Client) UpdateUserSecurityProfiles(ctx context.Context, params *UpdateUserSecurityProfilesInput, optFns ...func(*Options)) (*UpdateUserSecurityProfilesOutput, error)
- type CreateAgentStatusInput
- type CreateAgentStatusOutput
- type CreateContactFlowInput
- type CreateContactFlowModuleInput
- type CreateContactFlowModuleOutput
- type CreateContactFlowOutput
- type CreateHoursOfOperationInput
- type CreateHoursOfOperationOutput
- type CreateInstanceInput
- type CreateInstanceOutput
- type CreateIntegrationAssociationInput
- type CreateIntegrationAssociationOutput
- type CreateQueueInput
- type CreateQueueOutput
- type CreateQuickConnectInput
- type CreateQuickConnectOutput
- type CreateRoutingProfileInput
- type CreateRoutingProfileOutput
- type CreateSecurityProfileInput
- type CreateSecurityProfileOutput
- type CreateTaskTemplateInput
- type CreateTaskTemplateOutput
- type CreateUseCaseInput
- type CreateUseCaseOutput
- type CreateUserHierarchyGroupInput
- type CreateUserHierarchyGroupOutput
- type CreateUserInput
- type CreateUserOutput
- type CreateVocabularyInput
- type CreateVocabularyOutput
- type DeleteContactFlowInput
- type DeleteContactFlowModuleInput
- type DeleteContactFlowModuleOutput
- type DeleteContactFlowOutput
- type DeleteHoursOfOperationInput
- type DeleteHoursOfOperationOutput
- type DeleteInstanceInput
- type DeleteInstanceOutput
- type DeleteIntegrationAssociationInput
- type DeleteIntegrationAssociationOutput
- type DeleteQuickConnectInput
- type DeleteQuickConnectOutput
- type DeleteSecurityProfileInput
- type DeleteSecurityProfileOutput
- type DeleteTaskTemplateInput
- type DeleteTaskTemplateOutput
- type DeleteUseCaseInput
- type DeleteUseCaseOutput
- type DeleteUserHierarchyGroupInput
- type DeleteUserHierarchyGroupOutput
- type DeleteUserInput
- type DeleteUserOutput
- type DeleteVocabularyInput
- type DeleteVocabularyOutput
- type DescribeAgentStatusInput
- type DescribeAgentStatusOutput
- type DescribeContactFlowInput
- type DescribeContactFlowModuleInput
- type DescribeContactFlowModuleOutput
- type DescribeContactFlowOutput
- type DescribeContactInput
- type DescribeContactOutput
- type DescribeHoursOfOperationInput
- type DescribeHoursOfOperationOutput
- type DescribeInstanceAttributeInput
- type DescribeInstanceAttributeOutput
- type DescribeInstanceInput
- type DescribeInstanceOutput
- type DescribeInstanceStorageConfigInput
- type DescribeInstanceStorageConfigOutput
- type DescribePhoneNumberInput
- type DescribePhoneNumberOutput
- type DescribeQueueInput
- type DescribeQueueOutput
- type DescribeQuickConnectInput
- type DescribeQuickConnectOutput
- type DescribeRoutingProfileInput
- type DescribeRoutingProfileOutput
- type DescribeSecurityProfileInput
- type DescribeSecurityProfileOutput
- type DescribeUserHierarchyGroupInput
- type DescribeUserHierarchyGroupOutput
- type DescribeUserHierarchyStructureInput
- type DescribeUserHierarchyStructureOutput
- type DescribeUserInput
- type DescribeUserOutput
- type DescribeVocabularyInput
- type DescribeVocabularyOutput
- type DisassociateApprovedOriginInput
- type DisassociateApprovedOriginOutput
- type DisassociateBotInput
- type DisassociateBotOutput
- type DisassociateInstanceStorageConfigInput
- type DisassociateInstanceStorageConfigOutput
- type DisassociateLambdaFunctionInput
- type DisassociateLambdaFunctionOutput
- type DisassociateLexBotInput
- type DisassociateLexBotOutput
- type DisassociatePhoneNumberContactFlowInput
- type DisassociatePhoneNumberContactFlowOutput
- type DisassociateQueueQuickConnectsInput
- type DisassociateQueueQuickConnectsOutput
- type DisassociateRoutingProfileQueuesInput
- type DisassociateRoutingProfileQueuesOutput
- type DisassociateSecurityKeyInput
- type DisassociateSecurityKeyOutput
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetContactAttributesInput
- type GetContactAttributesOutput
- type GetCurrentMetricDataAPIClient
- type GetCurrentMetricDataInput
- type GetCurrentMetricDataOutput
- type GetCurrentMetricDataPaginator
- func NewGetCurrentMetricDataPaginator(client GetCurrentMetricDataAPIClient, params *GetCurrentMetricDataInput, optFns ...func(*GetCurrentMetricDataPaginatorOptions)) *GetCurrentMetricDataPaginator
- func (p *GetCurrentMetricDataPaginator) HasMorePages() bool
- func (p *GetCurrentMetricDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetCurrentMetricDataOutput, error)
- type GetCurrentMetricDataPaginatorOptions
- type GetCurrentUserDataAPIClient
- type GetCurrentUserDataInput
- type GetCurrentUserDataOutput
- type GetCurrentUserDataPaginator
- func NewGetCurrentUserDataPaginator(client GetCurrentUserDataAPIClient, params *GetCurrentUserDataInput, optFns ...func(*GetCurrentUserDataPaginatorOptions)) *GetCurrentUserDataPaginator
- func (p *GetCurrentUserDataPaginator) HasMorePages() bool
- func (p *GetCurrentUserDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetCurrentUserDataOutput, error)
- type GetCurrentUserDataPaginatorOptions
- type GetFederationTokenInput
- type GetFederationTokenOutput
- type GetMetricDataAPIClient
- type GetMetricDataInput
- type GetMetricDataOutput
- type GetMetricDataPaginator
- func NewGetMetricDataPaginator(client GetMetricDataAPIClient, params *GetMetricDataInput, optFns ...func(*GetMetricDataPaginatorOptions)) *GetMetricDataPaginator
- func (p *GetMetricDataPaginator) HasMorePages() bool
- func (p *GetMetricDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetMetricDataOutput, error)
- type GetMetricDataPaginatorOptions
- type GetTaskTemplateInput
- type GetTaskTemplateOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListAgentStatusesAPIClient
- type ListAgentStatusesInput
- type ListAgentStatusesOutput
- type ListAgentStatusesPaginator
- func NewListAgentStatusesPaginator(client ListAgentStatusesAPIClient, params *ListAgentStatusesInput, optFns ...func(*ListAgentStatusesPaginatorOptions)) *ListAgentStatusesPaginator
- func (p *ListAgentStatusesPaginator) HasMorePages() bool
- func (p *ListAgentStatusesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAgentStatusesOutput, error)
- type ListAgentStatusesPaginatorOptions
- type ListApprovedOriginsAPIClient
- type ListApprovedOriginsInput
- type ListApprovedOriginsOutput
- type ListApprovedOriginsPaginator
- func NewListApprovedOriginsPaginator(client ListApprovedOriginsAPIClient, params *ListApprovedOriginsInput, optFns ...func(*ListApprovedOriginsPaginatorOptions)) *ListApprovedOriginsPaginator
- func (p *ListApprovedOriginsPaginator) HasMorePages() bool
- func (p *ListApprovedOriginsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListApprovedOriginsOutput, error)
- type ListApprovedOriginsPaginatorOptions
- type ListBotsAPIClient
- type ListBotsInput
- type ListBotsOutput
- type ListBotsPaginator
- func NewListBotsPaginator(client ListBotsAPIClient, params *ListBotsInput, optFns ...func(*ListBotsPaginatorOptions)) *ListBotsPaginator
- func (p *ListBotsPaginator) HasMorePages() bool
- func (p *ListBotsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListBotsOutput, error)
- type ListBotsPaginatorOptions
- type ListContactFlowModulesAPIClient
- type ListContactFlowModulesInput
- type ListContactFlowModulesOutput
- type ListContactFlowModulesPaginator
- func NewListContactFlowModulesPaginator(client ListContactFlowModulesAPIClient, params *ListContactFlowModulesInput, optFns ...func(*ListContactFlowModulesPaginatorOptions)) *ListContactFlowModulesPaginator
- func (p *ListContactFlowModulesPaginator) HasMorePages() bool
- func (p *ListContactFlowModulesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactFlowModulesOutput, error)
- type ListContactFlowModulesPaginatorOptions
- type ListContactFlowsAPIClient
- type ListContactFlowsInput
- type ListContactFlowsOutput
- type ListContactFlowsPaginator
- func NewListContactFlowsPaginator(client ListContactFlowsAPIClient, params *ListContactFlowsInput, optFns ...func(*ListContactFlowsPaginatorOptions)) *ListContactFlowsPaginator
- func (p *ListContactFlowsPaginator) HasMorePages() bool
- func (p *ListContactFlowsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactFlowsOutput, error)
- type ListContactFlowsPaginatorOptions
- type ListContactReferencesAPIClient
- type ListContactReferencesInput
- type ListContactReferencesOutput
- type ListContactReferencesPaginator
- func NewListContactReferencesPaginator(client ListContactReferencesAPIClient, params *ListContactReferencesInput, optFns ...func(*ListContactReferencesPaginatorOptions)) *ListContactReferencesPaginator
- func (p *ListContactReferencesPaginator) HasMorePages() bool
- func (p *ListContactReferencesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactReferencesOutput, error)
- type ListContactReferencesPaginatorOptions
- type ListDefaultVocabulariesAPIClient
- type ListDefaultVocabulariesInput
- type ListDefaultVocabulariesOutput
- type ListDefaultVocabulariesPaginator
- func NewListDefaultVocabulariesPaginator(client ListDefaultVocabulariesAPIClient, params *ListDefaultVocabulariesInput, optFns ...func(*ListDefaultVocabulariesPaginatorOptions)) *ListDefaultVocabulariesPaginator
- func (p *ListDefaultVocabulariesPaginator) HasMorePages() bool
- func (p *ListDefaultVocabulariesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDefaultVocabulariesOutput, error)
- type ListDefaultVocabulariesPaginatorOptions
- type ListHoursOfOperationsAPIClient
- type ListHoursOfOperationsInput
- type ListHoursOfOperationsOutput
- type ListHoursOfOperationsPaginator
- func NewListHoursOfOperationsPaginator(client ListHoursOfOperationsAPIClient, params *ListHoursOfOperationsInput, optFns ...func(*ListHoursOfOperationsPaginatorOptions)) *ListHoursOfOperationsPaginator
- func (p *ListHoursOfOperationsPaginator) HasMorePages() bool
- func (p *ListHoursOfOperationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListHoursOfOperationsOutput, error)
- type ListHoursOfOperationsPaginatorOptions
- type ListInstanceAttributesAPIClient
- type ListInstanceAttributesInput
- type ListInstanceAttributesOutput
- type ListInstanceAttributesPaginator
- func NewListInstanceAttributesPaginator(client ListInstanceAttributesAPIClient, params *ListInstanceAttributesInput, optFns ...func(*ListInstanceAttributesPaginatorOptions)) *ListInstanceAttributesPaginator
- func (p *ListInstanceAttributesPaginator) HasMorePages() bool
- func (p *ListInstanceAttributesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstanceAttributesOutput, error)
- type ListInstanceAttributesPaginatorOptions
- type ListInstanceStorageConfigsAPIClient
- type ListInstanceStorageConfigsInput
- type ListInstanceStorageConfigsOutput
- type ListInstanceStorageConfigsPaginator
- func NewListInstanceStorageConfigsPaginator(client ListInstanceStorageConfigsAPIClient, params *ListInstanceStorageConfigsInput, optFns ...func(*ListInstanceStorageConfigsPaginatorOptions)) *ListInstanceStorageConfigsPaginator
- func (p *ListInstanceStorageConfigsPaginator) HasMorePages() bool
- func (p *ListInstanceStorageConfigsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstanceStorageConfigsOutput, error)
- type ListInstanceStorageConfigsPaginatorOptions
- type ListInstancesAPIClient
- type ListInstancesInput
- type ListInstancesOutput
- type ListInstancesPaginator
- func NewListInstancesPaginator(client ListInstancesAPIClient, params *ListInstancesInput, optFns ...func(*ListInstancesPaginatorOptions)) *ListInstancesPaginator
- func (p *ListInstancesPaginator) HasMorePages() bool
- func (p *ListInstancesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstancesOutput, error)
- type ListInstancesPaginatorOptions
- type ListIntegrationAssociationsAPIClient
- type ListIntegrationAssociationsInput
- type ListIntegrationAssociationsOutput
- type ListIntegrationAssociationsPaginator
- func NewListIntegrationAssociationsPaginator(client ListIntegrationAssociationsAPIClient, params *ListIntegrationAssociationsInput, optFns ...func(*ListIntegrationAssociationsPaginatorOptions)) *ListIntegrationAssociationsPaginator
- func (p *ListIntegrationAssociationsPaginator) HasMorePages() bool
- func (p *ListIntegrationAssociationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListIntegrationAssociationsOutput, error)
- type ListIntegrationAssociationsPaginatorOptions
- type ListLambdaFunctionsAPIClient
- type ListLambdaFunctionsInput
- type ListLambdaFunctionsOutput
- type ListLambdaFunctionsPaginator
- func NewListLambdaFunctionsPaginator(client ListLambdaFunctionsAPIClient, params *ListLambdaFunctionsInput, optFns ...func(*ListLambdaFunctionsPaginatorOptions)) *ListLambdaFunctionsPaginator
- func (p *ListLambdaFunctionsPaginator) HasMorePages() bool
- func (p *ListLambdaFunctionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListLambdaFunctionsOutput, error)
- type ListLambdaFunctionsPaginatorOptions
- type ListLexBotsAPIClient
- type ListLexBotsInput
- type ListLexBotsOutput
- type ListLexBotsPaginator
- func NewListLexBotsPaginator(client ListLexBotsAPIClient, params *ListLexBotsInput, optFns ...func(*ListLexBotsPaginatorOptions)) *ListLexBotsPaginator
- func (p *ListLexBotsPaginator) HasMorePages() bool
- func (p *ListLexBotsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListLexBotsOutput, error)
- type ListLexBotsPaginatorOptions
- type ListPhoneNumbersAPIClient
- type ListPhoneNumbersInput
- type ListPhoneNumbersOutput
- type ListPhoneNumbersPaginator
- func NewListPhoneNumbersPaginator(client ListPhoneNumbersAPIClient, params *ListPhoneNumbersInput, optFns ...func(*ListPhoneNumbersPaginatorOptions)) *ListPhoneNumbersPaginator
- func (p *ListPhoneNumbersPaginator) HasMorePages() bool
- func (p *ListPhoneNumbersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPhoneNumbersOutput, error)
- type ListPhoneNumbersPaginatorOptions
- type ListPhoneNumbersV2APIClient
- type ListPhoneNumbersV2Input
- type ListPhoneNumbersV2Output
- type ListPhoneNumbersV2Paginator
- func NewListPhoneNumbersV2Paginator(client ListPhoneNumbersV2APIClient, params *ListPhoneNumbersV2Input, optFns ...func(*ListPhoneNumbersV2PaginatorOptions)) *ListPhoneNumbersV2Paginator
- func (p *ListPhoneNumbersV2Paginator) HasMorePages() bool
- func (p *ListPhoneNumbersV2Paginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPhoneNumbersV2Output, error)
- type ListPhoneNumbersV2PaginatorOptions
- type ListPromptsAPIClient
- type ListPromptsInput
- type ListPromptsOutput
- type ListPromptsPaginator
- func NewListPromptsPaginator(client ListPromptsAPIClient, params *ListPromptsInput, optFns ...func(*ListPromptsPaginatorOptions)) *ListPromptsPaginator
- func (p *ListPromptsPaginator) HasMorePages() bool
- func (p *ListPromptsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPromptsOutput, error)
- type ListPromptsPaginatorOptions
- type ListQueueQuickConnectsAPIClient
- type ListQueueQuickConnectsInput
- type ListQueueQuickConnectsOutput
- type ListQueueQuickConnectsPaginator
- func NewListQueueQuickConnectsPaginator(client ListQueueQuickConnectsAPIClient, params *ListQueueQuickConnectsInput, optFns ...func(*ListQueueQuickConnectsPaginatorOptions)) *ListQueueQuickConnectsPaginator
- func (p *ListQueueQuickConnectsPaginator) HasMorePages() bool
- func (p *ListQueueQuickConnectsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQueueQuickConnectsOutput, error)
- type ListQueueQuickConnectsPaginatorOptions
- type ListQueuesAPIClient
- type ListQueuesInput
- type ListQueuesOutput
- type ListQueuesPaginator
- func NewListQueuesPaginator(client ListQueuesAPIClient, params *ListQueuesInput, optFns ...func(*ListQueuesPaginatorOptions)) *ListQueuesPaginator
- func (p *ListQueuesPaginator) HasMorePages() bool
- func (p *ListQueuesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQueuesOutput, error)
- type ListQueuesPaginatorOptions
- type ListQuickConnectsAPIClient
- type ListQuickConnectsInput
- type ListQuickConnectsOutput
- type ListQuickConnectsPaginator
- func NewListQuickConnectsPaginator(client ListQuickConnectsAPIClient, params *ListQuickConnectsInput, optFns ...func(*ListQuickConnectsPaginatorOptions)) *ListQuickConnectsPaginator
- func (p *ListQuickConnectsPaginator) HasMorePages() bool
- func (p *ListQuickConnectsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQuickConnectsOutput, error)
- type ListQuickConnectsPaginatorOptions
- type ListRoutingProfileQueuesAPIClient
- type ListRoutingProfileQueuesInput
- type ListRoutingProfileQueuesOutput
- type ListRoutingProfileQueuesPaginator
- func NewListRoutingProfileQueuesPaginator(client ListRoutingProfileQueuesAPIClient, params *ListRoutingProfileQueuesInput, optFns ...func(*ListRoutingProfileQueuesPaginatorOptions)) *ListRoutingProfileQueuesPaginator
- func (p *ListRoutingProfileQueuesPaginator) HasMorePages() bool
- func (p *ListRoutingProfileQueuesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRoutingProfileQueuesOutput, error)
- type ListRoutingProfileQueuesPaginatorOptions
- type ListRoutingProfilesAPIClient
- type ListRoutingProfilesInput
- type ListRoutingProfilesOutput
- type ListRoutingProfilesPaginator
- func NewListRoutingProfilesPaginator(client ListRoutingProfilesAPIClient, params *ListRoutingProfilesInput, optFns ...func(*ListRoutingProfilesPaginatorOptions)) *ListRoutingProfilesPaginator
- func (p *ListRoutingProfilesPaginator) HasMorePages() bool
- func (p *ListRoutingProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRoutingProfilesOutput, error)
- type ListRoutingProfilesPaginatorOptions
- type ListSecurityKeysAPIClient
- type ListSecurityKeysInput
- type ListSecurityKeysOutput
- type ListSecurityKeysPaginator
- func NewListSecurityKeysPaginator(client ListSecurityKeysAPIClient, params *ListSecurityKeysInput, optFns ...func(*ListSecurityKeysPaginatorOptions)) *ListSecurityKeysPaginator
- func (p *ListSecurityKeysPaginator) HasMorePages() bool
- func (p *ListSecurityKeysPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityKeysOutput, error)
- type ListSecurityKeysPaginatorOptions
- type ListSecurityProfilePermissionsAPIClient
- type ListSecurityProfilePermissionsInput
- type ListSecurityProfilePermissionsOutput
- type ListSecurityProfilePermissionsPaginator
- func NewListSecurityProfilePermissionsPaginator(client ListSecurityProfilePermissionsAPIClient, params *ListSecurityProfilePermissionsInput, optFns ...func(*ListSecurityProfilePermissionsPaginatorOptions)) *ListSecurityProfilePermissionsPaginator
- func (p *ListSecurityProfilePermissionsPaginator) HasMorePages() bool
- func (p *ListSecurityProfilePermissionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityProfilePermissionsOutput, error)
- type ListSecurityProfilePermissionsPaginatorOptions
- type ListSecurityProfilesAPIClient
- type ListSecurityProfilesInput
- type ListSecurityProfilesOutput
- type ListSecurityProfilesPaginator
- func NewListSecurityProfilesPaginator(client ListSecurityProfilesAPIClient, params *ListSecurityProfilesInput, optFns ...func(*ListSecurityProfilesPaginatorOptions)) *ListSecurityProfilesPaginator
- func (p *ListSecurityProfilesPaginator) HasMorePages() bool
- func (p *ListSecurityProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityProfilesOutput, error)
- type ListSecurityProfilesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListTaskTemplatesAPIClient
- type ListTaskTemplatesInput
- type ListTaskTemplatesOutput
- type ListTaskTemplatesPaginator
- func NewListTaskTemplatesPaginator(client ListTaskTemplatesAPIClient, params *ListTaskTemplatesInput, optFns ...func(*ListTaskTemplatesPaginatorOptions)) *ListTaskTemplatesPaginator
- func (p *ListTaskTemplatesPaginator) HasMorePages() bool
- func (p *ListTaskTemplatesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListTaskTemplatesOutput, error)
- type ListTaskTemplatesPaginatorOptions
- type ListUseCasesAPIClient
- type ListUseCasesInput
- type ListUseCasesOutput
- type ListUseCasesPaginator
- func NewListUseCasesPaginator(client ListUseCasesAPIClient, params *ListUseCasesInput, optFns ...func(*ListUseCasesPaginatorOptions)) *ListUseCasesPaginator
- func (p *ListUseCasesPaginator) HasMorePages() bool
- func (p *ListUseCasesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUseCasesOutput, error)
- type ListUseCasesPaginatorOptions
- type ListUserHierarchyGroupsAPIClient
- type ListUserHierarchyGroupsInput
- type ListUserHierarchyGroupsOutput
- type ListUserHierarchyGroupsPaginator
- func NewListUserHierarchyGroupsPaginator(client ListUserHierarchyGroupsAPIClient, params *ListUserHierarchyGroupsInput, optFns ...func(*ListUserHierarchyGroupsPaginatorOptions)) *ListUserHierarchyGroupsPaginator
- func (p *ListUserHierarchyGroupsPaginator) HasMorePages() bool
- func (p *ListUserHierarchyGroupsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUserHierarchyGroupsOutput, error)
- type ListUserHierarchyGroupsPaginatorOptions
- type ListUsersAPIClient
- type ListUsersInput
- type ListUsersOutput
- type ListUsersPaginator
- func NewListUsersPaginator(client ListUsersAPIClient, params *ListUsersInput, optFns ...func(*ListUsersPaginatorOptions)) *ListUsersPaginator
- func (p *ListUsersPaginator) HasMorePages() bool
- func (p *ListUsersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUsersOutput, error)
- type ListUsersPaginatorOptions
- type Options
- type PutUserStatusInput
- type PutUserStatusOutput
- type ReleasePhoneNumberInput
- type ReleasePhoneNumberOutput
- type ResolveEndpoint
- func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
- func (*ResolveEndpoint) ID() string
- type ResumeContactRecordingInput
- type ResumeContactRecordingOutput
- type SearchAvailablePhoneNumbersAPIClient
- type SearchAvailablePhoneNumbersInput
- type SearchAvailablePhoneNumbersOutput
- type SearchAvailablePhoneNumbersPaginator
- func NewSearchAvailablePhoneNumbersPaginator(client SearchAvailablePhoneNumbersAPIClient, params *SearchAvailablePhoneNumbersInput, optFns ...func(*SearchAvailablePhoneNumbersPaginatorOptions)) *SearchAvailablePhoneNumbersPaginator
- func (p *SearchAvailablePhoneNumbersPaginator) HasMorePages() bool
- func (p *SearchAvailablePhoneNumbersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchAvailablePhoneNumbersOutput, error)
- type SearchAvailablePhoneNumbersPaginatorOptions
- type SearchUsersAPIClient
- type SearchUsersInput
- type SearchUsersOutput
- type SearchUsersPaginator
- func NewSearchUsersPaginator(client SearchUsersAPIClient, params *SearchUsersInput, optFns ...func(*SearchUsersPaginatorOptions)) *SearchUsersPaginator
- func (p *SearchUsersPaginator) HasMorePages() bool
- func (p *SearchUsersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchUsersOutput, error)
- type SearchUsersPaginatorOptions
- type SearchVocabulariesAPIClient
- type SearchVocabulariesInput
- type SearchVocabulariesOutput
- type SearchVocabulariesPaginator
- func NewSearchVocabulariesPaginator(client SearchVocabulariesAPIClient, params *SearchVocabulariesInput, optFns ...func(*SearchVocabulariesPaginatorOptions)) *SearchVocabulariesPaginator
- func (p *SearchVocabulariesPaginator) HasMorePages() bool
- func (p *SearchVocabulariesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchVocabulariesOutput, error)
- type SearchVocabulariesPaginatorOptions
- type StartChatContactInput
- type StartChatContactOutput
- type StartContactRecordingInput
- type StartContactRecordingOutput
- type StartContactStreamingInput
- type StartContactStreamingOutput
- type StartOutboundVoiceContactInput
- type StartOutboundVoiceContactOutput
- type StartTaskContactInput
- type StartTaskContactOutput
- type StopContactInput
- type StopContactOutput
- type StopContactRecordingInput
- type StopContactRecordingOutput
- type StopContactStreamingInput
- type StopContactStreamingOutput
- type SuspendContactRecordingInput
- type SuspendContactRecordingOutput
- type TagResourceInput
- type TagResourceOutput
- type TransferContactInput
- type TransferContactOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateAgentStatusInput
- type UpdateAgentStatusOutput
- type UpdateContactAttributesInput
- type UpdateContactAttributesOutput
- type UpdateContactFlowContentInput
- type UpdateContactFlowContentOutput
- type UpdateContactFlowMetadataInput
- type UpdateContactFlowMetadataOutput
- type UpdateContactFlowModuleContentInput
- type UpdateContactFlowModuleContentOutput
- type UpdateContactFlowModuleMetadataInput
- type UpdateContactFlowModuleMetadataOutput
- type UpdateContactFlowNameInput
- type UpdateContactFlowNameOutput
- type UpdateContactInput
- type UpdateContactOutput
- type UpdateContactScheduleInput
- type UpdateContactScheduleOutput
- type UpdateHoursOfOperationInput
- type UpdateHoursOfOperationOutput
- type UpdateInstanceAttributeInput
- type UpdateInstanceAttributeOutput
- type UpdateInstanceStorageConfigInput
- type UpdateInstanceStorageConfigOutput
- type UpdatePhoneNumberInput
- type UpdatePhoneNumberOutput
- type UpdateQueueHoursOfOperationInput
- type UpdateQueueHoursOfOperationOutput
- type UpdateQueueMaxContactsInput
- type UpdateQueueMaxContactsOutput
- type UpdateQueueNameInput
- type UpdateQueueNameOutput
- type UpdateQueueOutboundCallerConfigInput
- type UpdateQueueOutboundCallerConfigOutput
- type UpdateQueueStatusInput
- type UpdateQueueStatusOutput
- type UpdateQuickConnectConfigInput
- type UpdateQuickConnectConfigOutput
- type UpdateQuickConnectNameInput
- type UpdateQuickConnectNameOutput
- type UpdateRoutingProfileConcurrencyInput
- type UpdateRoutingProfileConcurrencyOutput
- type UpdateRoutingProfileDefaultOutboundQueueInput
- type UpdateRoutingProfileDefaultOutboundQueueOutput
- type UpdateRoutingProfileNameInput
- type UpdateRoutingProfileNameOutput
- type UpdateRoutingProfileQueuesInput
- type UpdateRoutingProfileQueuesOutput
- type UpdateSecurityProfileInput
- type UpdateSecurityProfileOutput
- type UpdateTaskTemplateInput
- type UpdateTaskTemplateOutput
- type UpdateUserHierarchyGroupNameInput
- type UpdateUserHierarchyGroupNameOutput
- type UpdateUserHierarchyInput
- type UpdateUserHierarchyOutput
- type UpdateUserHierarchyStructureInput
- type UpdateUserHierarchyStructureOutput
- type UpdateUserIdentityInfoInput
- type UpdateUserIdentityInfoOutput
- type UpdateUserPhoneConfigInput
- type UpdateUserPhoneConfigOutput
- type UpdateUserRoutingProfileInput
- type UpdateUserRoutingProfileOutput
- type UpdateUserSecurityProfilesInput
- type UpdateUserSecurityProfilesOutput
Constants ¶
const ServiceAPIVersion = "2017-08-08"
const ServiceID = "Connect"
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type AssociateApprovedOriginInput ¶
type AssociateApprovedOriginInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The domain to add to your allow list. // // This member is required. Origin *string // contains filtered or unexported fields }
type AssociateApprovedOriginOutput ¶
type AssociateApprovedOriginOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateBotInput ¶
type AssociateBotInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Configuration information of an Amazon Lex bot. LexBot *types.LexBot // The Amazon Lex V2 bot to associate with the instance. LexV2Bot *types.LexV2Bot // contains filtered or unexported fields }
type AssociateBotOutput ¶
type AssociateBotOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateDefaultVocabularyInput ¶
type AssociateDefaultVocabularyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The language code of the vocabulary entries. For a list of languages and their // corresponding language codes, see What is Amazon Transcribe? // (https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html) // // This member is required. LanguageCode types.VocabularyLanguageCode // The identifier of the custom vocabulary. If this is empty, the default is set to // none. VocabularyId *string // contains filtered or unexported fields }
type AssociateDefaultVocabularyOutput ¶
type AssociateDefaultVocabularyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateInstanceStorageConfigInput ¶
type AssociateInstanceStorageConfigInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid resource type. // // This member is required. ResourceType types.InstanceStorageResourceType // A valid storage type. // // This member is required. StorageConfig *types.InstanceStorageConfig // contains filtered or unexported fields }
type AssociateInstanceStorageConfigOutput ¶
type AssociateInstanceStorageConfigOutput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. AssociationId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateLambdaFunctionInput ¶
type AssociateLambdaFunctionInput struct { // The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum // number of characters allowed is 140. // // This member is required. FunctionArn *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type AssociateLambdaFunctionOutput ¶
type AssociateLambdaFunctionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateLexBotInput ¶
type AssociateLexBotInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The Amazon Lex bot to associate with the instance. // // This member is required. LexBot *types.LexBot // contains filtered or unexported fields }
type AssociateLexBotOutput ¶
type AssociateLexBotOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociatePhoneNumberContactFlowInput ¶
type AssociatePhoneNumberContactFlowInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique identifier for the phone number. // // This member is required. PhoneNumberId *string // contains filtered or unexported fields }
type AssociatePhoneNumberContactFlowOutput ¶
type AssociatePhoneNumberContactFlowOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateQueueQuickConnectsInput ¶
type AssociateQueueQuickConnectsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The quick connects to associate with this queue. // // This member is required. QuickConnectIds []string // contains filtered or unexported fields }
type AssociateQueueQuickConnectsOutput ¶
type AssociateQueueQuickConnectsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateRoutingProfileQueuesInput ¶
type AssociateRoutingProfileQueuesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The queues to associate with this routing profile. // // This member is required. QueueConfigs []types.RoutingProfileQueueConfig // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type AssociateRoutingProfileQueuesOutput ¶
type AssociateRoutingProfileQueuesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateSecurityKeyInput ¶
type AssociateSecurityKeyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid security key in PEM format. // // This member is required. Key *string // contains filtered or unexported fields }
type AssociateSecurityKeyOutput ¶
type AssociateSecurityKeyOutput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. AssociationId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ClaimPhoneNumberInput ¶
type ClaimPhoneNumberInput struct { // The phone number you want to claim. Phone numbers are formatted [+] [country // code] [subscriber number including area code]. // // This member is required. PhoneNumber *string // The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers // are claimed to. // // This member is required. TargetArn *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The description of the phone number. PhoneNumberDescription *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type ClaimPhoneNumberOutput ¶
type ClaimPhoneNumberOutput struct { // The Amazon Resource Name (ARN) of the phone number. PhoneNumberArn *string // A unique identifier for the phone number. PhoneNumberId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon Connect Service.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AssociateApprovedOrigin ¶
func (c *Client) AssociateApprovedOrigin(ctx context.Context, params *AssociateApprovedOriginInput, optFns ...func(*Options)) (*AssociateApprovedOriginOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Associates an approved origin to an Amazon Connect instance.
func (*Client) AssociateBot ¶
func (c *Client) AssociateBot(ctx context.Context, params *AssociateBotInput, optFns ...func(*Options)) (*AssociateBotOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.
func (*Client) AssociateDefaultVocabulary ¶
func (c *Client) AssociateDefaultVocabulary(ctx context.Context, params *AssociateDefaultVocabularyInput, optFns ...func(*Options)) (*AssociateDefaultVocabularyOutput, error)
Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.
func (*Client) AssociateInstanceStorageConfig ¶
func (c *Client) AssociateInstanceStorageConfig(ctx context.Context, params *AssociateInstanceStorageConfigInput, optFns ...func(*Options)) (*AssociateInstanceStorageConfigOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts. This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
func (*Client) AssociateLambdaFunction ¶
func (c *Client) AssociateLambdaFunction(ctx context.Context, params *AssociateLambdaFunctionInput, optFns ...func(*Options)) (*AssociateLambdaFunctionOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Lambda function.
func (*Client) AssociateLexBot ¶
func (c *Client) AssociateLexBot(ctx context.Context, params *AssociateLexBotInput, optFns ...func(*Options)) (*AssociateLexBotOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.
func (*Client) AssociatePhoneNumberContactFlow ¶
func (c *Client) AssociatePhoneNumberContactFlow(ctx context.Context, params *AssociatePhoneNumberContactFlowInput, optFns ...func(*Options)) (*AssociatePhoneNumberContactFlowOutput, error)
Associates a contact flow with a phone number claimed to your Amazon Connect instance.
func (*Client) AssociateQueueQuickConnects ¶
func (c *Client) AssociateQueueQuickConnects(ctx context.Context, params *AssociateQueueQuickConnectsInput, optFns ...func(*Options)) (*AssociateQueueQuickConnectsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Associates a set of quick connects with a queue.
func (*Client) AssociateRoutingProfileQueues ¶
func (c *Client) AssociateRoutingProfileQueues(ctx context.Context, params *AssociateRoutingProfileQueuesInput, optFns ...func(*Options)) (*AssociateRoutingProfileQueuesOutput, error)
Associates a set of queues with a routing profile.
func (*Client) AssociateSecurityKey ¶
func (c *Client) AssociateSecurityKey(ctx context.Context, params *AssociateSecurityKeyInput, optFns ...func(*Options)) (*AssociateSecurityKeyOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance.
func (*Client) ClaimPhoneNumber ¶
func (c *Client) ClaimPhoneNumber(ctx context.Context, params *ClaimPhoneNumberInput, optFns ...func(*Options)) (*ClaimPhoneNumberOutput, error)
Claims an available phone number to your Amazon Connect instance.
func (*Client) CreateAgentStatus ¶
func (c *Client) CreateAgentStatus(ctx context.Context, params *CreateAgentStatusInput, optFns ...func(*Options)) (*CreateAgentStatusOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Creates an agent status for the specified Amazon Connect instance.
func (*Client) CreateContactFlow ¶
func (c *Client) CreateContactFlow(ctx context.Context, params *CreateContactFlowInput, optFns ...func(*Options)) (*CreateContactFlowOutput, error)
Creates a contact flow for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html).
func (*Client) CreateContactFlowModule ¶
func (c *Client) CreateContactFlowModule(ctx context.Context, params *CreateContactFlowModuleInput, optFns ...func(*Options)) (*CreateContactFlowModuleOutput, error)
Creates a contact flow module for the specified Amazon Connect instance.
func (*Client) CreateHoursOfOperation ¶
func (c *Client) CreateHoursOfOperation(ctx context.Context, params *CreateHoursOfOperationInput, optFns ...func(*Options)) (*CreateHoursOfOperationOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
func (*Client) CreateInstance ¶
func (c *Client) CreateInstance(ctx context.Context, params *CreateInstanceInput, optFns ...func(*Options)) (*CreateInstanceOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
func (*Client) CreateIntegrationAssociation ¶
func (c *Client) CreateIntegrationAssociation(ctx context.Context, params *CreateIntegrationAssociationInput, optFns ...func(*Options)) (*CreateIntegrationAssociationOutput, error)
Creates an Amazon Web Services resource association with an Amazon Connect instance.
func (*Client) CreateQueue ¶
func (c *Client) CreateQueue(ctx context.Context, params *CreateQueueInput, optFns ...func(*Options)) (*CreateQueueOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance.
func (*Client) CreateQuickConnect ¶
func (c *Client) CreateQuickConnect(ctx context.Context, params *CreateQuickConnectInput, optFns ...func(*Options)) (*CreateQuickConnectOutput, error)
Creates a quick connect for the specified Amazon Connect instance.
func (*Client) CreateRoutingProfile ¶
func (c *Client) CreateRoutingProfile(ctx context.Context, params *CreateRoutingProfileInput, optFns ...func(*Options)) (*CreateRoutingProfileOutput, error)
Creates a new routing profile.
func (*Client) CreateSecurityProfile ¶
func (c *Client) CreateSecurityProfile(ctx context.Context, params *CreateSecurityProfileInput, optFns ...func(*Options)) (*CreateSecurityProfileOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Creates a security profile.
func (*Client) CreateTaskTemplate ¶
func (c *Client) CreateTaskTemplate(ctx context.Context, params *CreateTaskTemplateInput, optFns ...func(*Options)) (*CreateTaskTemplateOutput, error)
Creates a new task template in the specified Amazon Connect instance.
func (*Client) CreateUseCase ¶
func (c *Client) CreateUseCase(ctx context.Context, params *CreateUseCaseInput, optFns ...func(*Options)) (*CreateUseCaseOutput, error)
Creates a use case for an integration association.
func (*Client) CreateUser ¶
func (c *Client) CreateUser(ctx context.Context, params *CreateUserInput, optFns ...func(*Options)) (*CreateUserOutput, error)
Creates a user account for the specified Amazon Connect instance. For information about how to create user accounts using the Amazon Connect console, see Add Users (https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html) in the Amazon Connect Administrator Guide.
func (*Client) CreateUserHierarchyGroup ¶
func (c *Client) CreateUserHierarchyGroup(ctx context.Context, params *CreateUserHierarchyGroupInput, optFns ...func(*Options)) (*CreateUserHierarchyGroupOutput, error)
Creates a new user hierarchy group.
func (*Client) CreateVocabulary ¶
func (c *Client) CreateVocabulary(ctx context.Context, params *CreateVocabularyInput, optFns ...func(*Options)) (*CreateVocabularyOutput, error)
Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.
func (*Client) DeleteContactFlow ¶
func (c *Client) DeleteContactFlow(ctx context.Context, params *DeleteContactFlowInput, optFns ...func(*Options)) (*DeleteContactFlowOutput, error)
Deletes a contact flow for the specified Amazon Connect instance.
func (*Client) DeleteContactFlowModule ¶
func (c *Client) DeleteContactFlowModule(ctx context.Context, params *DeleteContactFlowModuleInput, optFns ...func(*Options)) (*DeleteContactFlowModuleOutput, error)
Deletes the specified contact flow module.
func (*Client) DeleteHoursOfOperation ¶
func (c *Client) DeleteHoursOfOperation(ctx context.Context, params *DeleteHoursOfOperationInput, optFns ...func(*Options)) (*DeleteHoursOfOperationOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
func (*Client) DeleteInstance ¶
func (c *Client) DeleteInstance(ctx context.Context, params *DeleteInstanceInput, optFns ...func(*Options)) (*DeleteInstanceOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
func (*Client) DeleteIntegrationAssociation ¶
func (c *Client) DeleteIntegrationAssociation(ctx context.Context, params *DeleteIntegrationAssociationInput, optFns ...func(*Options)) (*DeleteIntegrationAssociationOutput, error)
Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
func (*Client) DeleteQuickConnect ¶
func (c *Client) DeleteQuickConnect(ctx context.Context, params *DeleteQuickConnectInput, optFns ...func(*Options)) (*DeleteQuickConnectOutput, error)
Deletes a quick connect.
func (*Client) DeleteSecurityProfile ¶
func (c *Client) DeleteSecurityProfile(ctx context.Context, params *DeleteSecurityProfileInput, optFns ...func(*Options)) (*DeleteSecurityProfileOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Deletes a security profile.
func (*Client) DeleteTaskTemplate ¶
func (c *Client) DeleteTaskTemplate(ctx context.Context, params *DeleteTaskTemplateInput, optFns ...func(*Options)) (*DeleteTaskTemplateOutput, error)
Deletes the task template.
func (*Client) DeleteUseCase ¶
func (c *Client) DeleteUseCase(ctx context.Context, params *DeleteUseCaseInput, optFns ...func(*Options)) (*DeleteUseCaseOutput, error)
Deletes a use case from an integration association.
func (*Client) DeleteUser ¶
func (c *Client) DeleteUser(ctx context.Context, params *DeleteUserInput, optFns ...func(*Options)) (*DeleteUserOutput, error)
Deletes a user account from the specified Amazon Connect instance. For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance (https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html) in the Amazon Connect Administrator Guide.
func (*Client) DeleteUserHierarchyGroup ¶
func (c *Client) DeleteUserHierarchyGroup(ctx context.Context, params *DeleteUserHierarchyGroupInput, optFns ...func(*Options)) (*DeleteUserHierarchyGroupOutput, error)
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
func (*Client) DeleteVocabulary ¶
func (c *Client) DeleteVocabulary(ctx context.Context, params *DeleteVocabularyInput, optFns ...func(*Options)) (*DeleteVocabularyOutput, error)
Deletes the vocabulary that has the given identifier.
func (*Client) DescribeAgentStatus ¶
func (c *Client) DescribeAgentStatus(ctx context.Context, params *DescribeAgentStatusInput, optFns ...func(*Options)) (*DescribeAgentStatusOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
func (*Client) DescribeContact ¶
func (c *Client) DescribeContact(ctx context.Context, params *DescribeContactInput, optFns ...func(*Options)) (*DescribeContactOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted.
func (*Client) DescribeContactFlow ¶
func (c *Client) DescribeContactFlow(ctx context.Context, params *DescribeContactFlowInput, optFns ...func(*Options)) (*DescribeContactFlowOutput, error)
Describes the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html).
func (*Client) DescribeContactFlowModule ¶
func (c *Client) DescribeContactFlowModule(ctx context.Context, params *DescribeContactFlowModuleInput, optFns ...func(*Options)) (*DescribeContactFlowModuleOutput, error)
Describes the specified contact flow module.
func (*Client) DescribeHoursOfOperation ¶
func (c *Client) DescribeHoursOfOperation(ctx context.Context, params *DescribeHoursOfOperationInput, optFns ...func(*Options)) (*DescribeHoursOfOperationOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation.
func (*Client) DescribeInstance ¶
func (c *Client) DescribeInstance(ctx context.Context, params *DescribeInstanceInput, optFns ...func(*Options)) (*DescribeInstanceOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable. If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.
func (*Client) DescribeInstanceAttribute ¶
func (c *Client) DescribeInstanceAttribute(ctx context.Context, params *DescribeInstanceAttributeInput, optFns ...func(*Options)) (*DescribeInstanceAttributeOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Describes the specified instance attribute.
func (*Client) DescribeInstanceStorageConfig ¶
func (c *Client) DescribeInstanceStorageConfig(ctx context.Context, params *DescribeInstanceStorageConfigInput, optFns ...func(*Options)) (*DescribeInstanceStorageConfigOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
func (*Client) DescribePhoneNumber ¶
func (c *Client) DescribePhoneNumber(ctx context.Context, params *DescribePhoneNumberInput, optFns ...func(*Options)) (*DescribePhoneNumberOutput, error)
Gets details and status of a phone number that’s claimed to your Amazon Connect instance
func (*Client) DescribeQueue ¶
func (c *Client) DescribeQueue(ctx context.Context, params *DescribeQueueInput, optFns ...func(*Options)) (*DescribeQueueOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Describes the specified queue.
func (*Client) DescribeQuickConnect ¶
func (c *Client) DescribeQuickConnect(ctx context.Context, params *DescribeQuickConnectInput, optFns ...func(*Options)) (*DescribeQuickConnectOutput, error)
Describes the quick connect.
func (*Client) DescribeRoutingProfile ¶
func (c *Client) DescribeRoutingProfile(ctx context.Context, params *DescribeRoutingProfileInput, optFns ...func(*Options)) (*DescribeRoutingProfileOutput, error)
Describes the specified routing profile.
func (*Client) DescribeSecurityProfile ¶
func (c *Client) DescribeSecurityProfile(ctx context.Context, params *DescribeSecurityProfileInput, optFns ...func(*Options)) (*DescribeSecurityProfileOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Gets basic information about the security profle.
func (*Client) DescribeUser ¶
func (c *Client) DescribeUser(ctx context.Context, params *DescribeUserInput, optFns ...func(*Options)) (*DescribeUserOutput, error)
Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
func (*Client) DescribeUserHierarchyGroup ¶
func (c *Client) DescribeUserHierarchyGroup(ctx context.Context, params *DescribeUserHierarchyGroupInput, optFns ...func(*Options)) (*DescribeUserHierarchyGroupOutput, error)
Describes the specified hierarchy group.
func (*Client) DescribeUserHierarchyStructure ¶
func (c *Client) DescribeUserHierarchyStructure(ctx context.Context, params *DescribeUserHierarchyStructureInput, optFns ...func(*Options)) (*DescribeUserHierarchyStructureOutput, error)
Describes the hierarchy structure of the specified Amazon Connect instance.
func (*Client) DescribeVocabulary ¶
func (c *Client) DescribeVocabulary(ctx context.Context, params *DescribeVocabularyInput, optFns ...func(*Options)) (*DescribeVocabularyOutput, error)
Describes the specified vocabulary.
func (*Client) DisassociateApprovedOrigin ¶
func (c *Client) DisassociateApprovedOrigin(ctx context.Context, params *DisassociateApprovedOriginInput, optFns ...func(*Options)) (*DisassociateApprovedOriginOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect.
func (*Client) DisassociateBot ¶
func (c *Client) DisassociateBot(ctx context.Context, params *DisassociateBotInput, optFns ...func(*Options)) (*DisassociateBotOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.
func (*Client) DisassociateInstanceStorageConfig ¶
func (c *Client) DisassociateInstanceStorageConfig(ctx context.Context, params *DisassociateInstanceStorageConfigInput, optFns ...func(*Options)) (*DisassociateInstanceStorageConfigOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Removes the storage type configurations for the specified resource type and association ID.
func (*Client) DisassociateLambdaFunction ¶
func (c *Client) DisassociateLambdaFunction(ctx context.Context, params *DisassociateLambdaFunctionInput, optFns ...func(*Options)) (*DisassociateLambdaFunctionOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant contact flow blocks.
func (*Client) DisassociateLexBot ¶
func (c *Client) DisassociateLexBot(ctx context.Context, params *DisassociateLexBotInput, optFns ...func(*Options)) (*DisassociateLexBotOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex bot.
func (*Client) DisassociatePhoneNumberContactFlow ¶
func (c *Client) DisassociatePhoneNumberContactFlow(ctx context.Context, params *DisassociatePhoneNumberContactFlowInput, optFns ...func(*Options)) (*DisassociatePhoneNumberContactFlowOutput, error)
Removes the contact flow association from a phone number claimed to your Amazon Connect instance, if a contact flow association exists.
func (*Client) DisassociateQueueQuickConnects ¶
func (c *Client) DisassociateQueueQuickConnects(ctx context.Context, params *DisassociateQueueQuickConnectsInput, optFns ...func(*Options)) (*DisassociateQueueQuickConnectsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Disassociates a set of quick connects from a queue.
func (*Client) DisassociateRoutingProfileQueues ¶
func (c *Client) DisassociateRoutingProfileQueues(ctx context.Context, params *DisassociateRoutingProfileQueuesInput, optFns ...func(*Options)) (*DisassociateRoutingProfileQueuesOutput, error)
Disassociates a set of queues from a routing profile.
func (*Client) DisassociateSecurityKey ¶
func (c *Client) DisassociateSecurityKey(ctx context.Context, params *DisassociateSecurityKeyInput, optFns ...func(*Options)) (*DisassociateSecurityKeyOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Deletes the specified security key.
func (*Client) GetContactAttributes ¶
func (c *Client) GetContactAttributes(ctx context.Context, params *GetContactAttributesInput, optFns ...func(*Options)) (*GetContactAttributesOutput, error)
Retrieves the contact attributes for the specified contact.
func (*Client) GetCurrentMetricData ¶
func (c *Client) GetCurrentMetricData(ctx context.Context, params *GetCurrentMetricDataInput, optFns ...func(*Options)) (*GetCurrentMetricDataOutput, error)
Gets the real-time metric data from the specified Amazon Connect instance. For a description of each metric, see Real-time Metrics Definitions (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html) in the Amazon Connect Administrator Guide.
func (*Client) GetCurrentUserData ¶
func (c *Client) GetCurrentUserData(ctx context.Context, params *GetCurrentUserDataInput, optFns ...func(*Options)) (*GetCurrentUserDataOutput, error)
Gets the real-time active user data from the specified Amazon Connect instance.
func (*Client) GetFederationToken ¶
func (c *Client) GetFederationToken(ctx context.Context, params *GetFederationTokenInput, optFns ...func(*Options)) (*GetFederationTokenOutput, error)
Retrieves a token for federation. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
func (*Client) GetMetricData ¶
func (c *Client) GetMetricData(ctx context.Context, params *GetMetricDataInput, optFns ...func(*Options)) (*GetMetricDataOutput, error)
Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions (https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html) in the Amazon Connect Administrator Guide.
func (*Client) GetTaskTemplate ¶
func (c *Client) GetTaskTemplate(ctx context.Context, params *GetTaskTemplateInput, optFns ...func(*Options)) (*GetTaskTemplateOutput, error)
Gets details about a specific task template in the specified Amazon Connect instance.
func (*Client) ListAgentStatuses ¶
func (c *Client) ListAgentStatuses(ctx context.Context, params *ListAgentStatusesInput, optFns ...func(*Options)) (*ListAgentStatusesOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses.
func (*Client) ListApprovedOrigins ¶
func (c *Client) ListApprovedOrigins(ctx context.Context, params *ListApprovedOriginsInput, optFns ...func(*Options)) (*ListApprovedOriginsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance.
func (*Client) ListBots ¶
func (c *Client) ListBots(ctx context.Context, params *ListBotsInput, optFns ...func(*Options)) (*ListBotsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
func (*Client) ListContactFlowModules ¶
func (c *Client) ListContactFlowModules(ctx context.Context, params *ListContactFlowModulesInput, optFns ...func(*Options)) (*ListContactFlowModulesOutput, error)
Provides information about the contact flow modules for the specified Amazon Connect instance.
func (*Client) ListContactFlows ¶
func (c *Client) ListContactFlows(ctx context.Context, params *ListContactFlowsInput, optFns ...func(*Options)) (*ListContactFlowsOutput, error)
Provides information about the contact flows for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html). For more information about contact flows, see Contact Flows (https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html) in the Amazon Connect Administrator Guide.
func (*Client) ListContactReferences ¶
func (c *Client) ListContactReferences(ctx context.Context, params *ListContactReferencesInput, optFns ...func(*Options)) (*ListContactReferencesOutput, error)
This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact.
func (*Client) ListDefaultVocabularies ¶
func (c *Client) ListDefaultVocabularies(ctx context.Context, params *ListDefaultVocabulariesInput, optFns ...func(*Options)) (*ListDefaultVocabulariesOutput, error)
Lists the default vocabularies for the specified Amazon Connect instance.
func (*Client) ListHoursOfOperations ¶
func (c *Client) ListHoursOfOperations(ctx context.Context, params *ListHoursOfOperationsInput, optFns ...func(*Options)) (*ListHoursOfOperationsOutput, error)
Provides information about the hours of operation for the specified Amazon Connect instance. For more information about hours of operation, see Set the Hours of Operation for a Queue (https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html) in the Amazon Connect Administrator Guide.
func (*Client) ListInstanceAttributes ¶
func (c *Client) ListInstanceAttributes(ctx context.Context, params *ListInstanceAttributesInput, optFns ...func(*Options)) (*ListInstanceAttributesOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all attribute types for the given instance.
func (*Client) ListInstanceStorageConfigs ¶
func (c *Client) ListInstanceStorageConfigs(ctx context.Context, params *ListInstanceStorageConfigsInput, optFns ...func(*Options)) (*ListInstanceStorageConfigsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of storage configs for the identified instance and resource type.
func (*Client) ListInstances ¶
func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.
func (*Client) ListIntegrationAssociations ¶
func (c *Client) ListIntegrationAssociations(ctx context.Context, params *ListIntegrationAssociationsInput, optFns ...func(*Options)) (*ListIntegrationAssociationsOutput, error)
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
func (*Client) ListLambdaFunctions ¶
func (c *Client) ListLambdaFunctions(ctx context.Context, params *ListLambdaFunctionsInput, optFns ...func(*Options)) (*ListLambdaFunctionsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant contact flow blocks.
func (*Client) ListLexBots ¶
func (c *Client) ListLexBots(ctx context.Context, params *ListLexBotsInput, optFns ...func(*Options)) (*ListLexBotsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
func (*Client) ListPhoneNumbers ¶
func (c *Client) ListPhoneNumbers(ctx context.Context, params *ListPhoneNumbersInput, optFns ...func(*Options)) (*ListPhoneNumbersOutput, error)
Provides information about the phone numbers for the specified Amazon Connect instance. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center (https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html) in the Amazon Connect Administrator Guide.
func (*Client) ListPhoneNumbersV2 ¶
func (c *Client) ListPhoneNumbersV2(ctx context.Context, params *ListPhoneNumbersV2Input, optFns ...func(*Options)) (*ListPhoneNumbersV2Output, error)
Lists phone numbers claimed to your Amazon Connect instance. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center (https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html) in the Amazon Connect Administrator Guide.
func (*Client) ListPrompts ¶
func (c *Client) ListPrompts(ctx context.Context, params *ListPromptsInput, optFns ...func(*Options)) (*ListPromptsOutput, error)
Provides information about the prompts for the specified Amazon Connect instance.
func (*Client) ListQueueQuickConnects ¶
func (c *Client) ListQueueQuickConnects(ctx context.Context, params *ListQueueQuickConnectsInput, optFns ...func(*Options)) (*ListQueueQuickConnectsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Lists the quick connects associated with a queue.
func (*Client) ListQueues ¶
func (c *Client) ListQueues(ctx context.Context, params *ListQueuesInput, optFns ...func(*Options)) (*ListQueuesOutput, error)
Provides information about the queues for the specified Amazon Connect instance. If you do not specify a QueueTypes parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code. For more information about queues, see Queues: Standard and Agent (https://docs.aws.amazon.com/connect/latest/adminguide/concepts-queues-standard-and-agent.html) in the Amazon Connect Administrator Guide.
func (*Client) ListQuickConnects ¶
func (c *Client) ListQuickConnects(ctx context.Context, params *ListQuickConnectsInput, optFns ...func(*Options)) (*ListQuickConnectsOutput, error)
Provides information about the quick connects for the specified Amazon Connect instance.
func (*Client) ListRoutingProfileQueues ¶
func (c *Client) ListRoutingProfileQueues(ctx context.Context, params *ListRoutingProfileQueuesInput, optFns ...func(*Options)) (*ListRoutingProfileQueuesOutput, error)
Lists the queues associated with a routing profile.
func (*Client) ListRoutingProfiles ¶
func (c *Client) ListRoutingProfiles(ctx context.Context, params *ListRoutingProfilesInput, optFns ...func(*Options)) (*ListRoutingProfilesOutput, error)
Provides summary information about the routing profiles for the specified Amazon Connect instance. For more information about routing profiles, see Routing Profiles (https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing.html) and Create a Routing Profile (https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html) in the Amazon Connect Administrator Guide.
func (*Client) ListSecurityKeys ¶
func (c *Client) ListSecurityKeys(ctx context.Context, params *ListSecurityKeysInput, optFns ...func(*Options)) (*ListSecurityKeysOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all security keys associated with the instance.
func (*Client) ListSecurityProfilePermissions ¶
func (c *Client) ListSecurityProfilePermissions(ctx context.Context, params *ListSecurityProfilePermissionsInput, optFns ...func(*Options)) (*ListSecurityProfilePermissionsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Lists the permissions granted to a security profile.
func (*Client) ListSecurityProfiles ¶
func (c *Client) ListSecurityProfiles(ctx context.Context, params *ListSecurityProfilesInput, optFns ...func(*Options)) (*ListSecurityProfilesOutput, error)
Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles (https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists the tags for the specified resource. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples (https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html) in the Amazon Connect Administrator Guide.
func (*Client) ListTaskTemplates ¶
func (c *Client) ListTaskTemplates(ctx context.Context, params *ListTaskTemplatesInput, optFns ...func(*Options)) (*ListTaskTemplatesOutput, error)
Lists task templates for the specified Amazon Connect instance.
func (*Client) ListUseCases ¶
func (c *Client) ListUseCases(ctx context.Context, params *ListUseCasesInput, optFns ...func(*Options)) (*ListUseCasesOutput, error)
Lists the use cases for the integration association.
func (*Client) ListUserHierarchyGroups ¶
func (c *Client) ListUserHierarchyGroups(ctx context.Context, params *ListUserHierarchyGroupsInput, optFns ...func(*Options)) (*ListUserHierarchyGroupsOutput, error)
Provides summary information about the hierarchy groups for the specified Amazon Connect instance. For more information about agent hierarchies, see Set Up Agent Hierarchies (https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html) in the Amazon Connect Administrator Guide.
func (*Client) ListUsers ¶
func (c *Client) ListUsers(ctx context.Context, params *ListUsersInput, optFns ...func(*Options)) (*ListUsersOutput, error)
Provides summary information about the users for the specified Amazon Connect instance.
func (*Client) PutUserStatus ¶
func (c *Client) PutUserStatus(ctx context.Context, params *PutUserStatusInput, optFns ...func(*Options)) (*PutUserStatusOutput, error)
Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status (https://docs.aws.amazon.com/connect/latest/adminguide/metrics-agent-status.html) and Set your next status (https://docs.aws.amazon.com/connect/latest/adminguide/set-next-status.html) in the Amazon Connect Administrator Guide.
func (*Client) ReleasePhoneNumber ¶
func (c *Client) ReleasePhoneNumber(ctx context.Context, params *ReleasePhoneNumberInput, optFns ...func(*Options)) (*ReleasePhoneNumberOutput, error)
Releases a phone number previously claimed to an Amazon Connect instance.
func (*Client) ResumeContactRecording ¶
func (c *Client) ResumeContactRecording(ctx context.Context, params *ResumeContactRecordingInput, optFns ...func(*Options)) (*ResumeContactRecordingOutput, error)
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call. Only voice recordings are supported at this time.
func (*Client) SearchAvailablePhoneNumbers ¶
func (c *Client) SearchAvailablePhoneNumbers(ctx context.Context, params *SearchAvailablePhoneNumbersInput, optFns ...func(*Options)) (*SearchAvailablePhoneNumbersOutput, error)
Searches for available phone numbers that you can claim to your Amazon Connect instance.
func (*Client) SearchUsers ¶
func (c *Client) SearchUsers(ctx context.Context, params *SearchUsersInput, optFns ...func(*Options)) (*SearchUsersOutput, error)
Searches users in an Amazon Connect instance, with optional filtering.
func (*Client) SearchVocabularies ¶
func (c *Client) SearchVocabularies(ctx context.Context, params *SearchVocabulariesInput, optFns ...func(*Options)) (*SearchVocabulariesOutput, error)
Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
func (*Client) StartChatContact ¶
func (c *Client) StartChatContact(ctx context.Context, params *StartChatContactInput, optFns ...func(*Options)) (*StartChatContactOutput, error)
Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection (https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html) API in the Amazon Connect Participant Service. When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection (https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html) with WEBSOCKET and CONNECTION_CREDENTIALS. A 429 error occurs in the following situations:
* API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception.
* The quota for concurrent active chats (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) is exceeded. Active chat throttling returns a LimitExceededException.
If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. For more information about chat, see Chat (https://docs.aws.amazon.com/connect/latest/adminguide/chat.html) in the Amazon Connect Administrator Guide.
func (*Client) StartContactRecording ¶
func (c *Client) StartContactRecording(ctx context.Context, params *StartContactRecordingInput, optFns ...func(*Options)) (*StartContactRecordingOutput, error)
Starts recording the contact:
* If the API is called before the agent joins the call, recording starts when the agent joins the call.
* If the API is called after the agent joins the call, recording starts at the time of the API call.
StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording. You can use this API to override the recording behavior configured in the Set recording behavior (https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html) block. Only voice recordings are supported at this time.
func (*Client) StartContactStreaming ¶
func (c *Client) StartContactStreaming(ctx context.Context, params *StartContactStreamingInput, optFns ...func(*Options)) (*StartContactStreamingOutput, error)
Initiates real-time message streaming for a new chat contact. For more information about message streaming, see Enable real-time chat message streaming (https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html) in the Amazon Connect Administrator Guide.
func (*Client) StartOutboundVoiceContact ¶
func (c *Client) StartOutboundVoiceContact(ctx context.Context, params *StartOutboundVoiceContactInput, optFns ...func(*Options)) (*StartOutboundVoiceContactOutput, error)
Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide.
func (*Client) StartTaskContact ¶
func (c *Client) StartTaskContact(ctx context.Context, params *StartTaskContactInput, optFns ...func(*Options)) (*StartTaskContactOutput, error)
Initiates a contact flow to start a new task.
func (*Client) StopContact ¶
func (c *Client) StopContact(ctx context.Context, params *StopContactInput, optFns ...func(*Options)) (*StopContactOutput, error)
Ends the specified contact. This call does not work for the following initiation methods:
* DISCONNECT
* TRANSFER
* QUEUE_TRANSFER
func (*Client) StopContactRecording ¶
func (c *Client) StopContactRecording(ctx context.Context, params *StopContactRecordingInput, optFns ...func(*Options)) (*StopContactRecordingOutput, error)
Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording. Only voice recordings are supported at this time.
func (*Client) StopContactStreaming ¶
func (c *Client) StopContactStreaming(ctx context.Context, params *StopContactStreamingInput, optFns ...func(*Options)) (*StopContactStreamingOutput, error)
Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming (https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html) API.
func (*Client) SuspendContactRecording ¶
func (c *Client) SuspendContactRecording(ctx context.Context, params *SuspendContactRecordingInput, optFns ...func(*Options)) (*SuspendContactRecordingOutput, error)
When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Only voice recordings are supported at this time.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, hours of operation, phone number, security profiles, and task templates. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples (https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html) in the Amazon Connect Administrator Guide.
func (*Client) TransferContact ¶
func (c *Client) TransferContact(ctx context.Context, params *TransferContactInput, optFns ...func(*Options)) (*TransferContactOutput, error)
Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the contact flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers. Note the following requirements:
* Transfer is supported for only TASK contacts.
* Do not use both QueueId and UserId in the same call.
* The following contact flow types are supported: Inbound contact flow, Transfer to agent flow, and Transfer to queue flow.
* The TransferContact API can be called only on active contacts.
* A contact cannot be transferred more than 11 times.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes the specified tags from the specified resource.
func (*Client) UpdateAgentStatus ¶
func (c *Client) UpdateAgentStatus(ctx context.Context, params *UpdateAgentStatusInput, optFns ...func(*Options)) (*UpdateAgentStatusOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
func (*Client) UpdateContact ¶
func (c *Client) UpdateContact(ctx context.Context, params *UpdateContactInput, optFns ...func(*Options)) (*UpdateContactOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.
func (*Client) UpdateContactAttributes ¶
func (c *Client) UpdateContactAttributes(ctx context.Context, params *UpdateContactAttributesInput, optFns ...func(*Options)) (*UpdateContactAttributesOutput, error)
Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about CTR retention and the maximum size of the CTR attributes section, see Feature specifications (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits) in the Amazon Connect Administrator Guide. Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
func (*Client) UpdateContactFlowContent ¶
func (c *Client) UpdateContactFlowContent(ctx context.Context, params *UpdateContactFlowContentInput, optFns ...func(*Options)) (*UpdateContactFlowContentOutput, error)
Updates the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html).
func (*Client) UpdateContactFlowMetadata ¶
func (c *Client) UpdateContactFlowMetadata(ctx context.Context, params *UpdateContactFlowMetadataInput, optFns ...func(*Options)) (*UpdateContactFlowMetadataOutput, error)
Updates metadata about specified contact flow.
func (*Client) UpdateContactFlowModuleContent ¶
func (c *Client) UpdateContactFlowModuleContent(ctx context.Context, params *UpdateContactFlowModuleContentInput, optFns ...func(*Options)) (*UpdateContactFlowModuleContentOutput, error)
Updates specified contact flow module for the specified Amazon Connect instance.
func (*Client) UpdateContactFlowModuleMetadata ¶
func (c *Client) UpdateContactFlowModuleMetadata(ctx context.Context, params *UpdateContactFlowModuleMetadataInput, optFns ...func(*Options)) (*UpdateContactFlowModuleMetadataOutput, error)
Updates metadata about specified contact flow module.
func (*Client) UpdateContactFlowName ¶
func (c *Client) UpdateContactFlowName(ctx context.Context, params *UpdateContactFlowNameInput, optFns ...func(*Options)) (*UpdateContactFlowNameOutput, error)
The name of the contact flow. You can also create and update contact flows using the Amazon Connect Flow language (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html).
func (*Client) UpdateContactSchedule ¶
func (c *Client) UpdateContactSchedule(ctx context.Context, params *UpdateContactScheduleInput, optFns ...func(*Options)) (*UpdateContactScheduleOutput, error)
Updates the scheduled time of a task contact that is already scheduled.
func (*Client) UpdateHoursOfOperation ¶
func (c *Client) UpdateHoursOfOperation(ctx context.Context, params *UpdateHoursOfOperationInput, optFns ...func(*Options)) (*UpdateHoursOfOperationOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
func (*Client) UpdateInstanceAttribute ¶
func (c *Client) UpdateInstanceAttribute(ctx context.Context, params *UpdateInstanceAttributeInput, optFns ...func(*Options)) (*UpdateInstanceAttributeOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the value for the specified attribute type.
func (*Client) UpdateInstanceStorageConfig ¶
func (c *Client) UpdateInstanceStorageConfig(ctx context.Context, params *UpdateInstanceStorageConfigInput, optFns ...func(*Options)) (*UpdateInstanceStorageConfigOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates an existing configuration for a resource type. This API is idempotent.
func (*Client) UpdatePhoneNumber ¶
func (c *Client) UpdatePhoneNumber(ctx context.Context, params *UpdatePhoneNumberInput, optFns ...func(*Options)) (*UpdatePhoneNumberOutput, error)
Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance in the same Region.
func (*Client) UpdateQueueHoursOfOperation ¶
func (c *Client) UpdateQueueHoursOfOperation(ctx context.Context, params *UpdateQueueHoursOfOperationInput, optFns ...func(*Options)) (*UpdateQueueHoursOfOperationOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation for the specified queue.
func (*Client) UpdateQueueMaxContacts ¶
func (c *Client) UpdateQueueMaxContacts(ctx context.Context, params *UpdateQueueMaxContactsInput, optFns ...func(*Options)) (*UpdateQueueMaxContactsOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the maximum number of contacts allowed in a queue before it is considered full.
func (*Client) UpdateQueueName ¶
func (c *Client) UpdateQueueName(ctx context.Context, params *UpdateQueueNameInput, optFns ...func(*Options)) (*UpdateQueueNameOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the name and description of a queue. At least Name or Description must be provided.
func (*Client) UpdateQueueOutboundCallerConfig ¶
func (c *Client) UpdateQueueOutboundCallerConfig(ctx context.Context, params *UpdateQueueOutboundCallerConfigInput, optFns ...func(*Options)) (*UpdateQueueOutboundCallerConfigOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.
func (*Client) UpdateQueueStatus ¶
func (c *Client) UpdateQueueStatus(ctx context.Context, params *UpdateQueueStatusInput, optFns ...func(*Options)) (*UpdateQueueStatusOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates the status of the queue.
func (*Client) UpdateQuickConnectConfig ¶
func (c *Client) UpdateQuickConnectConfig(ctx context.Context, params *UpdateQuickConnectConfigInput, optFns ...func(*Options)) (*UpdateQuickConnectConfigOutput, error)
Updates the configuration settings for the specified quick connect.
func (*Client) UpdateQuickConnectName ¶
func (c *Client) UpdateQuickConnectName(ctx context.Context, params *UpdateQuickConnectNameInput, optFns ...func(*Options)) (*UpdateQuickConnectNameOutput, error)
Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.
func (*Client) UpdateRoutingProfileConcurrency ¶
func (c *Client) UpdateRoutingProfileConcurrency(ctx context.Context, params *UpdateRoutingProfileConcurrencyInput, optFns ...func(*Options)) (*UpdateRoutingProfileConcurrencyOutput, error)
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
func (*Client) UpdateRoutingProfileDefaultOutboundQueue ¶
func (c *Client) UpdateRoutingProfileDefaultOutboundQueue(ctx context.Context, params *UpdateRoutingProfileDefaultOutboundQueueInput, optFns ...func(*Options)) (*UpdateRoutingProfileDefaultOutboundQueueOutput, error)
Updates the default outbound queue of a routing profile.
func (*Client) UpdateRoutingProfileName ¶
func (c *Client) UpdateRoutingProfileName(ctx context.Context, params *UpdateRoutingProfileNameInput, optFns ...func(*Options)) (*UpdateRoutingProfileNameOutput, error)
Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.
func (*Client) UpdateRoutingProfileQueues ¶
func (c *Client) UpdateRoutingProfileQueues(ctx context.Context, params *UpdateRoutingProfileQueuesInput, optFns ...func(*Options)) (*UpdateRoutingProfileQueuesOutput, error)
Updates the properties associated with a set of queues for a routing profile.
func (*Client) UpdateSecurityProfile ¶
func (c *Client) UpdateSecurityProfile(ctx context.Context, params *UpdateSecurityProfileInput, optFns ...func(*Options)) (*UpdateSecurityProfileOutput, error)
This API is in preview release for Amazon Connect and is subject to change. Updates a security profile.
func (*Client) UpdateTaskTemplate ¶
func (c *Client) UpdateTaskTemplate(ctx context.Context, params *UpdateTaskTemplateInput, optFns ...func(*Options)) (*UpdateTaskTemplateOutput, error)
Updates details about a specific task template in the specified Amazon Connect instance. This operation does not support partial updates. Instead it does a full update of template content.
func (*Client) UpdateUserHierarchy ¶
func (c *Client) UpdateUserHierarchy(ctx context.Context, params *UpdateUserHierarchyInput, optFns ...func(*Options)) (*UpdateUserHierarchyOutput, error)
Assigns the specified hierarchy group to the specified user.
func (*Client) UpdateUserHierarchyGroupName ¶
func (c *Client) UpdateUserHierarchyGroupName(ctx context.Context, params *UpdateUserHierarchyGroupNameInput, optFns ...func(*Options)) (*UpdateUserHierarchyGroupNameOutput, error)
Updates the name of the user hierarchy group.
func (*Client) UpdateUserHierarchyStructure ¶
func (c *Client) UpdateUserHierarchyStructure(ctx context.Context, params *UpdateUserHierarchyStructureInput, optFns ...func(*Options)) (*UpdateUserHierarchyStructureOutput, error)
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
func (*Client) UpdateUserIdentityInfo ¶
func (c *Client) UpdateUserIdentityInfo(ctx context.Context, params *UpdateUserIdentityInfoInput, optFns ...func(*Options)) (*UpdateUserIdentityInfoOutput, error)
Updates the identity information for the specified user. We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo. Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. For more information, see Best Practices for Security Profiles (https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html) in the Amazon Connect Administrator Guide.
func (*Client) UpdateUserPhoneConfig ¶
func (c *Client) UpdateUserPhoneConfig(ctx context.Context, params *UpdateUserPhoneConfigInput, optFns ...func(*Options)) (*UpdateUserPhoneConfigOutput, error)
Updates the phone configuration settings for the specified user.
func (*Client) UpdateUserRoutingProfile ¶
func (c *Client) UpdateUserRoutingProfile(ctx context.Context, params *UpdateUserRoutingProfileInput, optFns ...func(*Options)) (*UpdateUserRoutingProfileOutput, error)
Assigns the specified routing profile to the specified user.
func (*Client) UpdateUserSecurityProfiles ¶
func (c *Client) UpdateUserSecurityProfiles(ctx context.Context, params *UpdateUserSecurityProfilesInput, optFns ...func(*Options)) (*UpdateUserSecurityProfilesOutput, error)
Assigns the specified security profiles to the specified user.
type CreateAgentStatusInput ¶
type CreateAgentStatusInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the status. // // This member is required. Name *string // The state of the status. // // This member is required. State types.AgentStatusState // The description of the status. Description *string // The display order of the status. DisplayOrder *int32 // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateAgentStatusOutput ¶
type CreateAgentStatusOutput struct { // The Amazon Resource Name (ARN) of the agent status. AgentStatusARN *string // The identifier of the agent status. AgentStatusId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateContactFlowInput ¶
type CreateContactFlowInput struct { // The content of the contact flow. // // This member is required. Content *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The name of the contact flow. // // This member is required. Name *string // The type of the contact flow. For descriptions of the available types, see // Choose a Contact Flow Type // (https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types) // in the Amazon Connect Administrator Guide. // // This member is required. Type types.ContactFlowType // The description of the contact flow. Description *string // One or more tags. Tags map[string]string // contains filtered or unexported fields }
type CreateContactFlowModuleInput ¶
type CreateContactFlowModuleInput struct { // The content of the contact flow module. // // This member is required. Content *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the contact flow module. // // This member is required. Name *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The description of the contact flow module. Description *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateContactFlowModuleOutput ¶
type CreateContactFlowModuleOutput struct { // The Amazon Resource Name (ARN) of the contact flow module. Arn *string // The identifier of the contact flow module. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateContactFlowOutput ¶
type CreateContactFlowOutput struct { // The Amazon Resource Name (ARN) of the contact flow. ContactFlowArn *string // The identifier of the contact flow. ContactFlowId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateHoursOfOperationInput ¶
type CreateHoursOfOperationInput struct { // Configuration information for the hours of operation: day, start time, and end // time. // // This member is required. Config []types.HoursOfOperationConfig // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the hours of operation. // // This member is required. Name *string // The time zone of the hours of operation. // // This member is required. TimeZone *string // The description of the hours of operation. Description *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateHoursOfOperationOutput ¶
type CreateHoursOfOperationOutput struct { // The Amazon Resource Name (ARN) for the hours of operation. HoursOfOperationArn *string // The identifier for the hours of operation. HoursOfOperationId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateInstanceInput ¶
type CreateInstanceInput struct { // The type of identity management for your Amazon Connect users. // // This member is required. IdentityManagementType types.DirectoryType // Your contact center handles incoming contacts. // // This member is required. InboundCallsEnabled *bool // Your contact center allows outbound calls. // // This member is required. OutboundCallsEnabled *bool // The idempotency token. ClientToken *string // The identifier for the directory. DirectoryId *string // The name for your instance. InstanceAlias *string // contains filtered or unexported fields }
type CreateInstanceOutput ¶
type CreateInstanceOutput struct { // The Amazon Resource Name (ARN) of the instance. Arn *string // The identifier for the instance. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateIntegrationAssociationInput ¶
type CreateIntegrationAssociationInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The Amazon Resource Name (ARN) of the integration. // // This member is required. IntegrationArn *string // The type of information to be ingested. // // This member is required. IntegrationType types.IntegrationType // The name of the external application. This field is only required for the EVENT // integration type. SourceApplicationName *string // The URL for the external application. This field is only required for the EVENT // integration type. SourceApplicationUrl *string // The type of the data source. This field is only required for the EVENT // integration type. SourceType types.SourceType // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateIntegrationAssociationOutput ¶
type CreateIntegrationAssociationOutput struct { // The Amazon Resource Name (ARN) for the association. IntegrationAssociationArn *string // The identifier for the integration association. IntegrationAssociationId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateQueueInput ¶
type CreateQueueInput struct { // The identifier for the hours of operation. // // This member is required. HoursOfOperationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the queue. // // This member is required. Name *string // The description of the queue. Description *string // The maximum number of contacts that can be in the queue before it is considered // full. MaxContacts int32 // The outbound caller ID name, number, and outbound whisper flow. OutboundCallerConfig *types.OutboundCallerConfig // The quick connects available to agents who are working the queue. QuickConnectIds []string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateQueueOutput ¶
type CreateQueueOutput struct { // The Amazon Resource Name (ARN) of the queue. QueueArn *string // The identifier for the queue. QueueId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateQuickConnectInput ¶
type CreateQuickConnectInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the quick connect. // // This member is required. Name *string // Configuration settings for the quick connect. // // This member is required. QuickConnectConfig *types.QuickConnectConfig // The description of the quick connect. Description *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateQuickConnectOutput ¶
type CreateQuickConnectOutput struct { // The Amazon Resource Name (ARN) for the quick connect. QuickConnectARN *string // The identifier for the quick connect. QuickConnectId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateRoutingProfileInput ¶
type CreateRoutingProfileInput struct { // The default outbound queue for the routing profile. // // This member is required. DefaultOutboundQueueId *string // Description of the routing profile. Must not be more than 250 characters. // // This member is required. Description *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The channels that agents can handle in the Contact Control Panel (CCP) for this // routing profile. // // This member is required. MediaConcurrencies []types.MediaConcurrency // The name of the routing profile. Must not be more than 127 characters. // // This member is required. Name *string // The inbound queues associated with the routing profile. If no queue is added, // the agent can make only outbound calls. QueueConfigs []types.RoutingProfileQueueConfig // One or more tags. Tags map[string]string // contains filtered or unexported fields }
type CreateRoutingProfileOutput ¶
type CreateRoutingProfileOutput struct { // The Amazon Resource Name (ARN) of the routing profile. RoutingProfileArn *string // The identifier of the routing profile. RoutingProfileId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateSecurityProfileInput ¶
type CreateSecurityProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the security profile. // // This member is required. SecurityProfileName *string // The description of the security profile. Description *string // Permissions assigned to the security profile. Permissions []string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateSecurityProfileOutput ¶
type CreateSecurityProfileOutput struct { // The Amazon Resource Name (ARN) for the security profile. SecurityProfileArn *string // The identifier for the security profle. SecurityProfileId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateTaskTemplateInput ¶
type CreateTaskTemplateInput struct { // Fields that are part of the template. // // This member is required. Fields []types.TaskTemplateField // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the task template. // // This member is required. Name *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // Constraints that are applicable to the fields listed. Constraints *types.TaskTemplateConstraints // The identifier of the flow that runs by default when a task is created by // referencing this template. ContactFlowId *string // The default values for fields when a task is created by referencing this // template. Defaults *types.TaskTemplateDefaults // The description of the task template. Description *string // Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only // be created from ACTIVE templates. If a template is marked as INACTIVE, then a // task that refers to this template cannot be created. Status types.TaskTemplateStatus // contains filtered or unexported fields }
type CreateTaskTemplateOutput ¶
type CreateTaskTemplateOutput struct { // The Amazon Resource Name (ARN) for the task template resource. // // This member is required. Arn *string // The identifier of the task template resource. // // This member is required. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateUseCaseInput ¶
type CreateUseCaseInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the integration association. // // This member is required. IntegrationAssociationId *string // The type of use case to associate to the integration association. Each // integration association can have only one of each use case type. // // This member is required. UseCaseType types.UseCaseType // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateUseCaseOutput ¶
type CreateUseCaseOutput struct { // The Amazon Resource Name (ARN) for the use case. UseCaseArn *string // The identifier of the use case. UseCaseId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateUserHierarchyGroupInput ¶
type CreateUserHierarchyGroupInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the user hierarchy group. Must not be more than 100 characters. // // This member is required. Name *string // The identifier for the parent hierarchy group. The user hierarchy is created at // level one if the parent group ID is null. ParentGroupId *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateUserHierarchyGroupOutput ¶
type CreateUserHierarchyGroupOutput struct { // The Amazon Resource Name (ARN) of the hierarchy group. HierarchyGroupArn *string // The identifier of the hierarchy group. HierarchyGroupId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateUserInput ¶
type CreateUserInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The phone settings for the user. // // This member is required. PhoneConfig *types.UserPhoneConfig // The identifier of the routing profile for the user. // // This member is required. RoutingProfileId *string // The identifier of the security profile for the user. // // This member is required. SecurityProfileIds []string // The user name for the account. For instances not using SAML for identity // management, the user name can include up to 20 characters. If you are using SAML // for identity management, the user name can include up to 64 characters from // [a-zA-Z0-9_-.\@]+. // // This member is required. Username *string // The identifier of the user account in the directory used for identity // management. If Amazon Connect cannot access the directory, you can specify this // identifier to authenticate users. If you include the identifier, we assume that // Amazon Connect cannot access the directory. Otherwise, the identity information // is used to authenticate users from your directory. This parameter is required if // you are using an existing directory for identity management in Amazon Connect // when Amazon Connect cannot access your directory to authenticate users. If you // are using SAML for identity management and include this parameter, an error is // returned. DirectoryUserId *string // The identifier of the hierarchy group for the user. HierarchyGroupId *string // The information about the identity of the user. IdentityInfo *types.UserIdentityInfo // The password for the user account. A password is required if you are using // Amazon Connect for identity management. Otherwise, it is an error to include a // password. Password *string // One or more tags. Tags map[string]string // contains filtered or unexported fields }
type CreateUserOutput ¶
type CreateUserOutput struct { // The Amazon Resource Name (ARN) of the user account. UserArn *string // The identifier of the user account. UserId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateVocabularyInput ¶
type CreateVocabularyInput struct { // The content of the custom vocabulary in plain-text format with a table of // values. Each row in the table represents a word or a phrase, described with // Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB // characters. The size limit is 50KB. For more information, see Create a custom // vocabulary using a table // (https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table). // // This member is required. Content *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The language code of the vocabulary entries. For a list of languages and their // corresponding language codes, see What is Amazon Transcribe? // (https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html) // // This member is required. LanguageCode types.VocabularyLanguageCode // A unique name of the custom vocabulary. // // This member is required. VocabularyName *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If a create request is received more than once with same client // token, subsequent requests return the previous response without creating a // vocabulary again. ClientToken *string // The tags used to organize, track, or control access for this resource. Tags map[string]string // contains filtered or unexported fields }
type CreateVocabularyOutput ¶
type CreateVocabularyOutput struct { // The current state of the custom vocabulary. // // This member is required. State types.VocabularyState // The Amazon Resource Name (ARN) of the custom vocabulary. // // This member is required. VocabularyArn *string // The identifier of the custom vocabulary. // // This member is required. VocabularyId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteContactFlowInput ¶
type DeleteContactFlowInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteContactFlowModuleInput ¶
type DeleteContactFlowModuleInput struct { // The identifier of the contact flow module. // // This member is required. ContactFlowModuleId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteContactFlowModuleOutput ¶
type DeleteContactFlowModuleOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteContactFlowOutput ¶
type DeleteContactFlowOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteHoursOfOperationInput ¶
type DeleteHoursOfOperationInput struct { // The identifier for the hours of operation. // // This member is required. HoursOfOperationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteHoursOfOperationOutput ¶
type DeleteHoursOfOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteInstanceInput ¶
type DeleteInstanceInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteInstanceOutput ¶
type DeleteInstanceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteIntegrationAssociationInput ¶
type DeleteIntegrationAssociationInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the integration association. // // This member is required. IntegrationAssociationId *string // contains filtered or unexported fields }
type DeleteIntegrationAssociationOutput ¶
type DeleteIntegrationAssociationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteQuickConnectInput ¶
type DeleteQuickConnectInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the quick connect. // // This member is required. QuickConnectId *string // contains filtered or unexported fields }
type DeleteQuickConnectOutput ¶
type DeleteQuickConnectOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteSecurityProfileInput ¶
type DeleteSecurityProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the security profle. // // This member is required. SecurityProfileId *string // contains filtered or unexported fields }
type DeleteSecurityProfileOutput ¶
type DeleteSecurityProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteTaskTemplateInput ¶
type DeleteTaskTemplateInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique identifier for the task template. // // This member is required. TaskTemplateId *string // contains filtered or unexported fields }
type DeleteTaskTemplateOutput ¶
type DeleteTaskTemplateOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteUseCaseInput ¶
type DeleteUseCaseInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the integration association. // // This member is required. IntegrationAssociationId *string // The identifier for the use case. // // This member is required. UseCaseId *string // contains filtered or unexported fields }
type DeleteUseCaseOutput ¶
type DeleteUseCaseOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteUserHierarchyGroupInput ¶
type DeleteUserHierarchyGroupInput struct { // The identifier of the hierarchy group. // // This member is required. HierarchyGroupId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteUserHierarchyGroupOutput ¶
type DeleteUserHierarchyGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteUserInput ¶
type DeleteUserInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the user. // // This member is required. UserId *string // contains filtered or unexported fields }
type DeleteUserOutput ¶
type DeleteUserOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteVocabularyInput ¶
type DeleteVocabularyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the custom vocabulary. // // This member is required. VocabularyId *string // contains filtered or unexported fields }
type DeleteVocabularyOutput ¶
type DeleteVocabularyOutput struct { // The current state of the custom vocabulary. // // This member is required. State types.VocabularyState // The Amazon Resource Name (ARN) of the custom vocabulary. // // This member is required. VocabularyArn *string // The identifier of the custom vocabulary. // // This member is required. VocabularyId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeAgentStatusInput ¶
type DescribeAgentStatusInput struct { // The identifier for the agent status. // // This member is required. AgentStatusId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeAgentStatusOutput ¶
type DescribeAgentStatusOutput struct { // The agent status. AgentStatus *types.AgentStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeContactFlowInput ¶
type DescribeContactFlowInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeContactFlowModuleInput ¶
type DescribeContactFlowModuleInput struct { // The identifier of the contact flow module. // // This member is required. ContactFlowModuleId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeContactFlowModuleOutput ¶
type DescribeContactFlowModuleOutput struct { // Information about the contact flow module. ContactFlowModule *types.ContactFlowModule // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeContactFlowOutput ¶
type DescribeContactFlowOutput struct { // Information about the contact flow. ContactFlow *types.ContactFlow // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeContactInput ¶
type DescribeContactInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeContactOutput ¶
type DescribeContactOutput struct { // Information about the contact. Contact *types.Contact // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeHoursOfOperationInput ¶
type DescribeHoursOfOperationInput struct { // The identifier for the hours of operation. // // This member is required. HoursOfOperationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeHoursOfOperationOutput ¶
type DescribeHoursOfOperationOutput struct { // The hours of operation. HoursOfOperation *types.HoursOfOperation // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeInstanceAttributeInput ¶
type DescribeInstanceAttributeInput struct { // The type of attribute. // // This member is required. AttributeType types.InstanceAttributeType // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeInstanceAttributeOutput ¶
type DescribeInstanceAttributeOutput struct { // The type of attribute. Attribute *types.Attribute // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeInstanceInput ¶
type DescribeInstanceInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeInstanceOutput ¶
type DescribeInstanceOutput struct { // The name of the instance. Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeInstanceStorageConfigInput ¶
type DescribeInstanceStorageConfigInput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. // // This member is required. AssociationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid resource type. // // This member is required. ResourceType types.InstanceStorageResourceType // contains filtered or unexported fields }
type DescribeInstanceStorageConfigOutput ¶
type DescribeInstanceStorageConfigOutput struct { // A valid storage type. StorageConfig *types.InstanceStorageConfig // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribePhoneNumberInput ¶
type DescribePhoneNumberInput struct { // A unique identifier for the phone number. // // This member is required. PhoneNumberId *string // contains filtered or unexported fields }
type DescribePhoneNumberOutput ¶
type DescribePhoneNumberOutput struct { // Information about a phone number that's been claimed to your Amazon Connect // instance. ClaimedPhoneNumberSummary *types.ClaimedPhoneNumberSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeQueueInput ¶
type DescribeQueueInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // contains filtered or unexported fields }
type DescribeQueueOutput ¶
type DescribeQueueOutput struct { // The name of the queue. Queue *types.Queue // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeQuickConnectInput ¶
type DescribeQuickConnectInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the quick connect. // // This member is required. QuickConnectId *string // contains filtered or unexported fields }
type DescribeQuickConnectOutput ¶
type DescribeQuickConnectOutput struct { // Information about the quick connect. QuickConnect *types.QuickConnect // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeRoutingProfileInput ¶
type DescribeRoutingProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type DescribeRoutingProfileOutput ¶
type DescribeRoutingProfileOutput struct { // The routing profile. RoutingProfile *types.RoutingProfile // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeSecurityProfileInput ¶
type DescribeSecurityProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the security profle. // // This member is required. SecurityProfileId *string // contains filtered or unexported fields }
type DescribeSecurityProfileOutput ¶
type DescribeSecurityProfileOutput struct { // The security profile. SecurityProfile *types.SecurityProfile // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeUserHierarchyGroupInput ¶
type DescribeUserHierarchyGroupInput struct { // The identifier of the hierarchy group. // // This member is required. HierarchyGroupId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeUserHierarchyGroupOutput ¶
type DescribeUserHierarchyGroupOutput struct { // Information about the hierarchy group. HierarchyGroup *types.HierarchyGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeUserHierarchyStructureInput ¶
type DescribeUserHierarchyStructureInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DescribeUserHierarchyStructureOutput ¶
type DescribeUserHierarchyStructureOutput struct { // Information about the hierarchy structure. HierarchyStructure *types.HierarchyStructure // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeUserInput ¶
type DescribeUserInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the user account. // // This member is required. UserId *string // contains filtered or unexported fields }
type DescribeUserOutput ¶
type DescribeUserOutput struct { // Information about the user account and configuration settings. User *types.User // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeVocabularyInput ¶
type DescribeVocabularyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the custom vocabulary. // // This member is required. VocabularyId *string // contains filtered or unexported fields }
type DescribeVocabularyOutput ¶
type DescribeVocabularyOutput struct { // A list of specific words that you want Contact Lens for Amazon Connect to // recognize in your audio input. They are generally domain-specific words and // phrases, words that Contact Lens is not recognizing, or proper nouns. // // This member is required. Vocabulary *types.Vocabulary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateApprovedOriginInput ¶
type DisassociateApprovedOriginInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The domain URL of the integrated application. // // This member is required. Origin *string // contains filtered or unexported fields }
type DisassociateApprovedOriginOutput ¶
type DisassociateApprovedOriginOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateBotInput ¶
type DisassociateBotInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Configuration information of an Amazon Lex bot. LexBot *types.LexBot // The Amazon Lex V2 bot to disassociate from the instance. LexV2Bot *types.LexV2Bot // contains filtered or unexported fields }
type DisassociateBotOutput ¶
type DisassociateBotOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateInstanceStorageConfigInput ¶
type DisassociateInstanceStorageConfigInput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. // // This member is required. AssociationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid resource type. // // This member is required. ResourceType types.InstanceStorageResourceType // contains filtered or unexported fields }
type DisassociateInstanceStorageConfigOutput ¶
type DisassociateInstanceStorageConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateLambdaFunctionInput ¶
type DisassociateLambdaFunctionInput struct { // The Amazon Resource Name (ARN) of the Lambda function being disassociated. // // This member is required. FunctionArn *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance.. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DisassociateLambdaFunctionOutput ¶
type DisassociateLambdaFunctionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateLexBotInput ¶
type DisassociateLexBotInput struct { // The name of the Amazon Lex bot. Maximum character limit of 50. // // This member is required. BotName *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The Region in which the Amazon Lex bot has been created. // // This member is required. LexRegion *string // contains filtered or unexported fields }
type DisassociateLexBotOutput ¶
type DisassociateLexBotOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociatePhoneNumberContactFlowInput ¶
type DisassociatePhoneNumberContactFlowInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique identifier for the phone number. // // This member is required. PhoneNumberId *string // contains filtered or unexported fields }
type DisassociatePhoneNumberContactFlowOutput ¶
type DisassociatePhoneNumberContactFlowOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateQueueQuickConnectsInput ¶
type DisassociateQueueQuickConnectsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The quick connects to disassociate from the queue. // // This member is required. QuickConnectIds []string // contains filtered or unexported fields }
type DisassociateQueueQuickConnectsOutput ¶
type DisassociateQueueQuickConnectsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateRoutingProfileQueuesInput ¶
type DisassociateRoutingProfileQueuesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The queues to disassociate from this routing profile. // // This member is required. QueueReferences []types.RoutingProfileQueueReference // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type DisassociateRoutingProfileQueuesOutput ¶
type DisassociateRoutingProfileQueuesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateSecurityKeyInput ¶
type DisassociateSecurityKeyInput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. // // This member is required. AssociationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type DisassociateSecurityKeyOutput ¶
type DisassociateSecurityKeyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointResolver ¶
type EndpointResolver interface { ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error) }
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetContactAttributesInput ¶
type GetContactAttributesInput struct { // The identifier of the initial contact. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type GetContactAttributesOutput ¶
type GetContactAttributesOutput struct { // Information about the attributes. Attributes map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetCurrentMetricDataAPIClient ¶
type GetCurrentMetricDataAPIClient interface { GetCurrentMetricData(context.Context, *GetCurrentMetricDataInput, ...func(*Options)) (*GetCurrentMetricDataOutput, error) }
GetCurrentMetricDataAPIClient is a client that implements the GetCurrentMetricData operation.
type GetCurrentMetricDataInput ¶
type GetCurrentMetricDataInput struct { // The metrics to retrieve. Specify the name and unit for each metric. The // following metrics are available. For a description of all the metrics, see // Real-time Metrics Definitions // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html) // in the Amazon Connect Administrator Guide. AGENTS_AFTER_CONTACT_WORK Unit: COUNT // Name in real-time metrics report: ACW // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#aftercallwork-real-time) // AGENTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Available // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#available-real-time) // AGENTS_ERROR Unit: COUNT Name in real-time metrics report: Error // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#error-real-time) // AGENTS_NON_PRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT // (Non-Productive Time) // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#non-productive-time-real-time) // AGENTS_ON_CALL Unit: COUNT Name in real-time metrics report: On contact // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#on-call-real-time) // AGENTS_ON_CONTACT Unit: COUNT Name in real-time metrics report: On contact // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#on-call-real-time) // AGENTS_ONLINE Unit: COUNT Name in real-time metrics report: Online // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#online-real-time) // AGENTS_STAFFED Unit: COUNT Name in real-time metrics report: Staffed // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#staffed-real-time) // CONTACTS_IN_QUEUE Unit: COUNT Name in real-time metrics report: In queue // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#in-queue-real-time) // CONTACTS_SCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#scheduled-real-time) // OLDEST_CONTACT_AGE Unit: SECONDS When you use groupings, Unit says SECONDS and // the Value is returned in SECONDS. When you do not use groupings, Unit says // SECONDS but the Value is returned in MILLISECONDS. For example, if you get a // response like this: { "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": // "SECONDS" }, "Value": 24113.0 } The actual OLDEST_CONTACT_AGE is 24 seconds. // Name in real-time metrics report: Oldest // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#oldest-real-time) // SLOTS_ACTIVE Unit: COUNT Name in real-time metrics report: Active // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#active-real-time) // SLOTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Availability // (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#availability-real-time) // // This member is required. CurrentMetrics []types.CurrentMetric // The queues, up to 100, or channels, to use to filter the metrics returned. // Metric data is retrieved only for the resources associated with the queues or // channels included in the filter. You can include both queue IDs and queue ARNs // in the same request. VOICE, CHAT, and TASK channels are supported. // // This member is required. Filters *types.Filters // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The grouping applied to the metrics returned. For example, when grouped by // QUEUE, the metrics returned apply to each queue rather than aggregated for all // queues. If you group by CHANNEL, you should include a Channels filter. VOICE, // CHAT, and TASK channels are supported. If no Grouping is included in the // request, a summary of metrics is returned. Groupings []types.Grouping // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. The token // expires after 5 minutes from the time it is created. Subsequent requests that // use the token must use the same request parameters as the request that generated // the token. NextToken *string // contains filtered or unexported fields }
type GetCurrentMetricDataOutput ¶
type GetCurrentMetricDataOutput struct { // The time at which the metrics were retrieved and cached for pagination. DataSnapshotTime *time.Time // Information about the real-time metrics. MetricResults []types.CurrentMetricResult // If there are additional results, this is the token for the next set of results. // The token expires after 5 minutes from the time it is created. Subsequent // requests that use the token must use the same request parameters as the request // that generated the token. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetCurrentMetricDataPaginator ¶
type GetCurrentMetricDataPaginator struct {
// contains filtered or unexported fields
}
GetCurrentMetricDataPaginator is a paginator for GetCurrentMetricData
func NewGetCurrentMetricDataPaginator ¶
func NewGetCurrentMetricDataPaginator(client GetCurrentMetricDataAPIClient, params *GetCurrentMetricDataInput, optFns ...func(*GetCurrentMetricDataPaginatorOptions)) *GetCurrentMetricDataPaginator
NewGetCurrentMetricDataPaginator returns a new GetCurrentMetricDataPaginator
func (*GetCurrentMetricDataPaginator) HasMorePages ¶
func (p *GetCurrentMetricDataPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetCurrentMetricDataPaginator) NextPage ¶
func (p *GetCurrentMetricDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetCurrentMetricDataOutput, error)
NextPage retrieves the next GetCurrentMetricData page.
type GetCurrentMetricDataPaginatorOptions ¶
type GetCurrentMetricDataPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetCurrentMetricDataPaginatorOptions is the paginator options for GetCurrentMetricData
type GetCurrentUserDataAPIClient ¶
type GetCurrentUserDataAPIClient interface { GetCurrentUserData(context.Context, *GetCurrentUserDataInput, ...func(*Options)) (*GetCurrentUserDataOutput, error) }
GetCurrentUserDataAPIClient is a client that implements the GetCurrentUserData operation.
type GetCurrentUserDataInput ¶
type GetCurrentUserDataInput struct { // Filters up to 100 Queues, or up to 9 ContactStates. The user data is retrieved // only for those users who are associated with the queues and have contacts that // are in the specified ContactState. // // This member is required. Filters *types.UserDataFilters // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type GetCurrentUserDataOutput ¶
type GetCurrentUserDataOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // A list of the user data that is returned. UserDataList []types.UserData // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetCurrentUserDataPaginator ¶
type GetCurrentUserDataPaginator struct {
// contains filtered or unexported fields
}
GetCurrentUserDataPaginator is a paginator for GetCurrentUserData
func NewGetCurrentUserDataPaginator ¶
func NewGetCurrentUserDataPaginator(client GetCurrentUserDataAPIClient, params *GetCurrentUserDataInput, optFns ...func(*GetCurrentUserDataPaginatorOptions)) *GetCurrentUserDataPaginator
NewGetCurrentUserDataPaginator returns a new GetCurrentUserDataPaginator
func (*GetCurrentUserDataPaginator) HasMorePages ¶
func (p *GetCurrentUserDataPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetCurrentUserDataPaginator) NextPage ¶
func (p *GetCurrentUserDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetCurrentUserDataOutput, error)
NextPage retrieves the next GetCurrentUserData page.
type GetCurrentUserDataPaginatorOptions ¶
type GetCurrentUserDataPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetCurrentUserDataPaginatorOptions is the paginator options for GetCurrentUserData
type GetFederationTokenInput ¶
type GetFederationTokenInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type GetFederationTokenOutput ¶
type GetFederationTokenOutput struct { // The credentials to use for federation. Credentials *types.Credentials // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMetricDataAPIClient ¶
type GetMetricDataAPIClient interface { GetMetricData(context.Context, *GetMetricDataInput, ...func(*Options)) (*GetMetricDataOutput, error) }
GetMetricDataAPIClient is a client that implements the GetMetricData operation.
type GetMetricDataInput ¶
type GetMetricDataInput struct { // The timestamp, in UNIX Epoch time format, at which to end the reporting interval // for the retrieval of historical metrics data. The time must be specified using // an interval of 5 minutes, such as 11:00, 11:05, 11:10, and must be later than // the start time timestamp. The time range between the start and end time must be // less than 24 hours. // // This member is required. EndTime *time.Time // The queues, up to 100, or channels, to use to filter the metrics returned. // Metric data is retrieved only for the resources associated with the queues or // channels included in the filter. You can include both queue IDs and queue ARNs // in the same request. VOICE, CHAT, and TASK channels are supported. To filter by // Queues, enter the queue ID/ARN, not the name of the queue. // // This member is required. Filters *types.Filters // The metrics to retrieve. Specify the name, unit, and statistic for each metric. // The following historical metrics are available. For a description of each // metric, see Historical Metrics Definitions // (https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html) // in the Amazon Connect Administrator Guide. This API does not support a contacts // incoming metric (there's no CONTACTS_INCOMING metric missing from the documented // list). ABANDON_TIME Unit: SECONDS Statistic: AVG AFTER_CONTACT_WORK_TIME Unit: // SECONDS Statistic: AVG API_CONTACTS_HANDLED Unit: COUNT Statistic: SUM // CALLBACK_CONTACTS_HANDLED Unit: COUNT Statistic: SUM CONTACTS_ABANDONED Unit: // COUNT Statistic: SUM CONTACTS_AGENT_HUNG_UP_FIRST Unit: COUNT Statistic: SUM // CONTACTS_CONSULTED Unit: COUNT Statistic: SUM CONTACTS_HANDLED Unit: COUNT // Statistic: SUM CONTACTS_HANDLED_INCOMING Unit: COUNT Statistic: SUM // CONTACTS_HANDLED_OUTBOUND Unit: COUNT Statistic: SUM CONTACTS_HOLD_ABANDONS // Unit: COUNT Statistic: SUM CONTACTS_MISSED Unit: COUNT Statistic: SUM // CONTACTS_QUEUED Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_IN Unit: COUNT // Statistic: SUM CONTACTS_TRANSFERRED_IN_FROM_QUEUE Unit: COUNT Statistic: SUM // CONTACTS_TRANSFERRED_OUT Unit: COUNT Statistic: SUM // CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: COUNT Statistic: SUM HANDLE_TIME Unit: // SECONDS Statistic: AVG HOLD_TIME Unit: SECONDS Statistic: AVG // INTERACTION_AND_HOLD_TIME Unit: SECONDS Statistic: AVG INTERACTION_TIME Unit: // SECONDS Statistic: AVG OCCUPANCY Unit: PERCENT Statistic: AVG QUEUE_ANSWER_TIME // Unit: SECONDS Statistic: AVG QUEUED_TIME Unit: SECONDS Statistic: MAX // SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: // PERCENT Statistic: AVG Threshold: For ThresholdValue, enter any whole number // from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for // "Less than"). // // This member is required. HistoricalMetrics []types.HistoricalMetric // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The timestamp, in UNIX Epoch time format, at which to start the reporting // interval for the retrieval of historical metrics data. The time must be // specified using a multiple of 5 minutes, such as 10:05, 10:10, 10:15. The start // time cannot be earlier than 24 hours before the time of the request. Historical // metrics are available only for 24 hours. // // This member is required. StartTime *time.Time // The grouping applied to the metrics returned. For example, when results are // grouped by queue, the metrics returned are grouped by queue. The values returned // apply to the metrics for each queue rather than aggregated for all queues. If no // grouping is specified, a summary of metrics for all queues is returned. Groupings []types.Grouping // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type GetMetricDataOutput ¶
type GetMetricDataOutput struct { // Information about the historical metrics. If no grouping is specified, a summary // of metric data is returned. MetricResults []types.HistoricalMetricResult // If there are additional results, this is the token for the next set of results. // The token expires after 5 minutes from the time it is created. Subsequent // requests that use the token must use the same request parameters as the request // that generated the token. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMetricDataPaginator ¶
type GetMetricDataPaginator struct {
// contains filtered or unexported fields
}
GetMetricDataPaginator is a paginator for GetMetricData
func NewGetMetricDataPaginator ¶
func NewGetMetricDataPaginator(client GetMetricDataAPIClient, params *GetMetricDataInput, optFns ...func(*GetMetricDataPaginatorOptions)) *GetMetricDataPaginator
NewGetMetricDataPaginator returns a new GetMetricDataPaginator
func (*GetMetricDataPaginator) HasMorePages ¶
func (p *GetMetricDataPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetMetricDataPaginator) NextPage ¶
func (p *GetMetricDataPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetMetricDataOutput, error)
NextPage retrieves the next GetMetricData page.
type GetMetricDataPaginatorOptions ¶
type GetMetricDataPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetMetricDataPaginatorOptions is the paginator options for GetMetricData
type GetTaskTemplateInput ¶
type GetTaskTemplateInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique identifier for the task template. // // This member is required. TaskTemplateId *string // The system generated version of a task template that is associated with a task, // when the task is created. SnapshotVersion *string // contains filtered or unexported fields }
type GetTaskTemplateOutput ¶
type GetTaskTemplateOutput struct { // The Amazon Resource Name (ARN). // // This member is required. Arn *string // A unique identifier for the task template. // // This member is required. Id *string // The name of the task template. // // This member is required. Name *string // Constraints that are applicable to the fields listed. Constraints *types.TaskTemplateConstraints // The identifier of the flow that runs by default when a task is created by // referencing this template. ContactFlowId *string // The timestamp when the task template was created. CreatedTime *time.Time // The default values for fields when a task is created by referencing this // template. Defaults *types.TaskTemplateDefaults // The description of the task template. Description *string // Fields that are part of the template. Fields []types.TaskTemplateField // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. InstanceId *string // The timestamp when the task template was last modified. LastModifiedTime *time.Time // Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only // be created from ACTIVE templates. If a template is marked as INACTIVE, then a // task that refers to this template cannot be created. Status types.TaskTemplateStatus // The tags used to organize, track, or control access for this resource. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPClient ¶
type HTTPSignerV4 ¶
type HTTPSignerV4 interface { SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) error }
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListAgentStatusesAPIClient ¶
type ListAgentStatusesAPIClient interface { ListAgentStatuses(context.Context, *ListAgentStatusesInput, ...func(*Options)) (*ListAgentStatusesOutput, error) }
ListAgentStatusesAPIClient is a client that implements the ListAgentStatuses operation.
type ListAgentStatusesInput ¶
type ListAgentStatusesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Available agent status types. AgentStatusTypes []types.AgentStatusType // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListAgentStatusesOutput ¶
type ListAgentStatusesOutput struct { // A summary of agent statuses. AgentStatusSummaryList []types.AgentStatusSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAgentStatusesPaginator ¶
type ListAgentStatusesPaginator struct {
// contains filtered or unexported fields
}
ListAgentStatusesPaginator is a paginator for ListAgentStatuses
func NewListAgentStatusesPaginator ¶
func NewListAgentStatusesPaginator(client ListAgentStatusesAPIClient, params *ListAgentStatusesInput, optFns ...func(*ListAgentStatusesPaginatorOptions)) *ListAgentStatusesPaginator
NewListAgentStatusesPaginator returns a new ListAgentStatusesPaginator
func (*ListAgentStatusesPaginator) HasMorePages ¶
func (p *ListAgentStatusesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAgentStatusesPaginator) NextPage ¶
func (p *ListAgentStatusesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAgentStatusesOutput, error)
NextPage retrieves the next ListAgentStatuses page.
type ListAgentStatusesPaginatorOptions ¶
type ListAgentStatusesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAgentStatusesPaginatorOptions is the paginator options for ListAgentStatuses
type ListApprovedOriginsAPIClient ¶
type ListApprovedOriginsAPIClient interface { ListApprovedOrigins(context.Context, *ListApprovedOriginsInput, ...func(*Options)) (*ListApprovedOriginsOutput, error) }
ListApprovedOriginsAPIClient is a client that implements the ListApprovedOrigins operation.
type ListApprovedOriginsInput ¶
type ListApprovedOriginsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListApprovedOriginsOutput ¶
type ListApprovedOriginsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // The approved origins. Origins []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListApprovedOriginsPaginator ¶
type ListApprovedOriginsPaginator struct {
// contains filtered or unexported fields
}
ListApprovedOriginsPaginator is a paginator for ListApprovedOrigins
func NewListApprovedOriginsPaginator ¶
func NewListApprovedOriginsPaginator(client ListApprovedOriginsAPIClient, params *ListApprovedOriginsInput, optFns ...func(*ListApprovedOriginsPaginatorOptions)) *ListApprovedOriginsPaginator
NewListApprovedOriginsPaginator returns a new ListApprovedOriginsPaginator
func (*ListApprovedOriginsPaginator) HasMorePages ¶
func (p *ListApprovedOriginsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListApprovedOriginsPaginator) NextPage ¶
func (p *ListApprovedOriginsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListApprovedOriginsOutput, error)
NextPage retrieves the next ListApprovedOrigins page.
type ListApprovedOriginsPaginatorOptions ¶
type ListApprovedOriginsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListApprovedOriginsPaginatorOptions is the paginator options for ListApprovedOrigins
type ListBotsAPIClient ¶
type ListBotsAPIClient interface { ListBots(context.Context, *ListBotsInput, ...func(*Options)) (*ListBotsOutput, error) }
ListBotsAPIClient is a client that implements the ListBots operation.
type ListBotsInput ¶
type ListBotsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The version of Amazon Lex or Amazon Lex V2. // // This member is required. LexVersion types.LexVersion // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListBotsOutput ¶
type ListBotsOutput struct { // The names and Regions of the Amazon Lex or Amazon Lex V2 bots associated with // the specified instance. LexBots []types.LexBotConfig // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListBotsPaginator ¶
type ListBotsPaginator struct {
// contains filtered or unexported fields
}
ListBotsPaginator is a paginator for ListBots
func NewListBotsPaginator ¶
func NewListBotsPaginator(client ListBotsAPIClient, params *ListBotsInput, optFns ...func(*ListBotsPaginatorOptions)) *ListBotsPaginator
NewListBotsPaginator returns a new ListBotsPaginator
func (*ListBotsPaginator) HasMorePages ¶
func (p *ListBotsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListBotsPaginator) NextPage ¶
func (p *ListBotsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListBotsOutput, error)
NextPage retrieves the next ListBots page.
type ListBotsPaginatorOptions ¶
type ListBotsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListBotsPaginatorOptions is the paginator options for ListBots
type ListContactFlowModulesAPIClient ¶
type ListContactFlowModulesAPIClient interface { ListContactFlowModules(context.Context, *ListContactFlowModulesInput, ...func(*Options)) (*ListContactFlowModulesOutput, error) }
ListContactFlowModulesAPIClient is a client that implements the ListContactFlowModules operation.
type ListContactFlowModulesInput ¶
type ListContactFlowModulesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The state of the contact flow module. ContactFlowModuleState types.ContactFlowModuleState // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListContactFlowModulesOutput ¶
type ListContactFlowModulesOutput struct { // Information about the contact flow module. ContactFlowModulesSummaryList []types.ContactFlowModuleSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListContactFlowModulesPaginator ¶
type ListContactFlowModulesPaginator struct {
// contains filtered or unexported fields
}
ListContactFlowModulesPaginator is a paginator for ListContactFlowModules
func NewListContactFlowModulesPaginator ¶
func NewListContactFlowModulesPaginator(client ListContactFlowModulesAPIClient, params *ListContactFlowModulesInput, optFns ...func(*ListContactFlowModulesPaginatorOptions)) *ListContactFlowModulesPaginator
NewListContactFlowModulesPaginator returns a new ListContactFlowModulesPaginator
func (*ListContactFlowModulesPaginator) HasMorePages ¶
func (p *ListContactFlowModulesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListContactFlowModulesPaginator) NextPage ¶
func (p *ListContactFlowModulesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactFlowModulesOutput, error)
NextPage retrieves the next ListContactFlowModules page.
type ListContactFlowModulesPaginatorOptions ¶
type ListContactFlowModulesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListContactFlowModulesPaginatorOptions is the paginator options for ListContactFlowModules
type ListContactFlowsAPIClient ¶
type ListContactFlowsAPIClient interface { ListContactFlows(context.Context, *ListContactFlowsInput, ...func(*Options)) (*ListContactFlowsOutput, error) }
ListContactFlowsAPIClient is a client that implements the ListContactFlows operation.
type ListContactFlowsInput ¶
type ListContactFlowsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The type of contact flow. ContactFlowTypes []types.ContactFlowType // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListContactFlowsOutput ¶
type ListContactFlowsOutput struct { // Information about the contact flows. ContactFlowSummaryList []types.ContactFlowSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListContactFlowsPaginator ¶
type ListContactFlowsPaginator struct {
// contains filtered or unexported fields
}
ListContactFlowsPaginator is a paginator for ListContactFlows
func NewListContactFlowsPaginator ¶
func NewListContactFlowsPaginator(client ListContactFlowsAPIClient, params *ListContactFlowsInput, optFns ...func(*ListContactFlowsPaginatorOptions)) *ListContactFlowsPaginator
NewListContactFlowsPaginator returns a new ListContactFlowsPaginator
func (*ListContactFlowsPaginator) HasMorePages ¶
func (p *ListContactFlowsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListContactFlowsPaginator) NextPage ¶
func (p *ListContactFlowsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactFlowsOutput, error)
NextPage retrieves the next ListContactFlows page.
type ListContactFlowsPaginatorOptions ¶
type ListContactFlowsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListContactFlowsPaginatorOptions is the paginator options for ListContactFlows
type ListContactReferencesAPIClient ¶
type ListContactReferencesAPIClient interface { ListContactReferences(context.Context, *ListContactReferencesInput, ...func(*Options)) (*ListContactReferencesOutput, error) }
ListContactReferencesAPIClient is a client that implements the ListContactReferences operation.
type ListContactReferencesInput ¶
type ListContactReferencesInput struct { // The identifier of the initial contact. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The type of reference. // // This member is required. ReferenceTypes []types.ReferenceType // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. This is not // expected to be set, because the value returned in the previous response is // always null. NextToken *string // contains filtered or unexported fields }
type ListContactReferencesOutput ¶
type ListContactReferencesOutput struct { // If there are additional results, this is the token for the next set of results. // This is always returned as null in the response. NextToken *string // Information about the contact flows. ReferenceSummaryList []types.ReferenceSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListContactReferencesPaginator ¶
type ListContactReferencesPaginator struct {
// contains filtered or unexported fields
}
ListContactReferencesPaginator is a paginator for ListContactReferences
func NewListContactReferencesPaginator ¶
func NewListContactReferencesPaginator(client ListContactReferencesAPIClient, params *ListContactReferencesInput, optFns ...func(*ListContactReferencesPaginatorOptions)) *ListContactReferencesPaginator
NewListContactReferencesPaginator returns a new ListContactReferencesPaginator
func (*ListContactReferencesPaginator) HasMorePages ¶
func (p *ListContactReferencesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListContactReferencesPaginator) NextPage ¶
func (p *ListContactReferencesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactReferencesOutput, error)
NextPage retrieves the next ListContactReferences page.
type ListContactReferencesPaginatorOptions ¶
type ListContactReferencesPaginatorOptions struct { // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListContactReferencesPaginatorOptions is the paginator options for ListContactReferences
type ListDefaultVocabulariesAPIClient ¶
type ListDefaultVocabulariesAPIClient interface { ListDefaultVocabularies(context.Context, *ListDefaultVocabulariesInput, ...func(*Options)) (*ListDefaultVocabulariesOutput, error) }
ListDefaultVocabulariesAPIClient is a client that implements the ListDefaultVocabularies operation.
type ListDefaultVocabulariesInput ¶
type ListDefaultVocabulariesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The language code of the vocabulary entries. For a list of languages and their // corresponding language codes, see What is Amazon Transcribe? // (https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html) LanguageCode types.VocabularyLanguageCode // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListDefaultVocabulariesOutput ¶
type ListDefaultVocabulariesOutput struct { // A list of default vocabularies. // // This member is required. DefaultVocabularyList []types.DefaultVocabulary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDefaultVocabulariesPaginator ¶
type ListDefaultVocabulariesPaginator struct {
// contains filtered or unexported fields
}
ListDefaultVocabulariesPaginator is a paginator for ListDefaultVocabularies
func NewListDefaultVocabulariesPaginator ¶
func NewListDefaultVocabulariesPaginator(client ListDefaultVocabulariesAPIClient, params *ListDefaultVocabulariesInput, optFns ...func(*ListDefaultVocabulariesPaginatorOptions)) *ListDefaultVocabulariesPaginator
NewListDefaultVocabulariesPaginator returns a new ListDefaultVocabulariesPaginator
func (*ListDefaultVocabulariesPaginator) HasMorePages ¶
func (p *ListDefaultVocabulariesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDefaultVocabulariesPaginator) NextPage ¶
func (p *ListDefaultVocabulariesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDefaultVocabulariesOutput, error)
NextPage retrieves the next ListDefaultVocabularies page.
type ListDefaultVocabulariesPaginatorOptions ¶
type ListDefaultVocabulariesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDefaultVocabulariesPaginatorOptions is the paginator options for ListDefaultVocabularies
type ListHoursOfOperationsAPIClient ¶
type ListHoursOfOperationsAPIClient interface { ListHoursOfOperations(context.Context, *ListHoursOfOperationsInput, ...func(*Options)) (*ListHoursOfOperationsOutput, error) }
ListHoursOfOperationsAPIClient is a client that implements the ListHoursOfOperations operation.
type ListHoursOfOperationsInput ¶
type ListHoursOfOperationsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListHoursOfOperationsOutput ¶
type ListHoursOfOperationsOutput struct { // Information about the hours of operation. HoursOfOperationSummaryList []types.HoursOfOperationSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListHoursOfOperationsPaginator ¶
type ListHoursOfOperationsPaginator struct {
// contains filtered or unexported fields
}
ListHoursOfOperationsPaginator is a paginator for ListHoursOfOperations
func NewListHoursOfOperationsPaginator ¶
func NewListHoursOfOperationsPaginator(client ListHoursOfOperationsAPIClient, params *ListHoursOfOperationsInput, optFns ...func(*ListHoursOfOperationsPaginatorOptions)) *ListHoursOfOperationsPaginator
NewListHoursOfOperationsPaginator returns a new ListHoursOfOperationsPaginator
func (*ListHoursOfOperationsPaginator) HasMorePages ¶
func (p *ListHoursOfOperationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListHoursOfOperationsPaginator) NextPage ¶
func (p *ListHoursOfOperationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListHoursOfOperationsOutput, error)
NextPage retrieves the next ListHoursOfOperations page.
type ListHoursOfOperationsPaginatorOptions ¶
type ListHoursOfOperationsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListHoursOfOperationsPaginatorOptions is the paginator options for ListHoursOfOperations
type ListInstanceAttributesAPIClient ¶
type ListInstanceAttributesAPIClient interface { ListInstanceAttributes(context.Context, *ListInstanceAttributesInput, ...func(*Options)) (*ListInstanceAttributesOutput, error) }
ListInstanceAttributesAPIClient is a client that implements the ListInstanceAttributes operation.
type ListInstanceAttributesInput ¶
type ListInstanceAttributesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListInstanceAttributesOutput ¶
type ListInstanceAttributesOutput struct { // The attribute types. Attributes []types.Attribute // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstanceAttributesPaginator ¶
type ListInstanceAttributesPaginator struct {
// contains filtered or unexported fields
}
ListInstanceAttributesPaginator is a paginator for ListInstanceAttributes
func NewListInstanceAttributesPaginator ¶
func NewListInstanceAttributesPaginator(client ListInstanceAttributesAPIClient, params *ListInstanceAttributesInput, optFns ...func(*ListInstanceAttributesPaginatorOptions)) *ListInstanceAttributesPaginator
NewListInstanceAttributesPaginator returns a new ListInstanceAttributesPaginator
func (*ListInstanceAttributesPaginator) HasMorePages ¶
func (p *ListInstanceAttributesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListInstanceAttributesPaginator) NextPage ¶
func (p *ListInstanceAttributesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstanceAttributesOutput, error)
NextPage retrieves the next ListInstanceAttributes page.
type ListInstanceAttributesPaginatorOptions ¶
type ListInstanceAttributesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListInstanceAttributesPaginatorOptions is the paginator options for ListInstanceAttributes
type ListInstanceStorageConfigsAPIClient ¶
type ListInstanceStorageConfigsAPIClient interface { ListInstanceStorageConfigs(context.Context, *ListInstanceStorageConfigsInput, ...func(*Options)) (*ListInstanceStorageConfigsOutput, error) }
ListInstanceStorageConfigsAPIClient is a client that implements the ListInstanceStorageConfigs operation.
type ListInstanceStorageConfigsInput ¶
type ListInstanceStorageConfigsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid resource type. // // This member is required. ResourceType types.InstanceStorageResourceType // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListInstanceStorageConfigsOutput ¶
type ListInstanceStorageConfigsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // A valid storage type. StorageConfigs []types.InstanceStorageConfig // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstanceStorageConfigsPaginator ¶
type ListInstanceStorageConfigsPaginator struct {
// contains filtered or unexported fields
}
ListInstanceStorageConfigsPaginator is a paginator for ListInstanceStorageConfigs
func NewListInstanceStorageConfigsPaginator ¶
func NewListInstanceStorageConfigsPaginator(client ListInstanceStorageConfigsAPIClient, params *ListInstanceStorageConfigsInput, optFns ...func(*ListInstanceStorageConfigsPaginatorOptions)) *ListInstanceStorageConfigsPaginator
NewListInstanceStorageConfigsPaginator returns a new ListInstanceStorageConfigsPaginator
func (*ListInstanceStorageConfigsPaginator) HasMorePages ¶
func (p *ListInstanceStorageConfigsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListInstanceStorageConfigsPaginator) NextPage ¶
func (p *ListInstanceStorageConfigsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstanceStorageConfigsOutput, error)
NextPage retrieves the next ListInstanceStorageConfigs page.
type ListInstanceStorageConfigsPaginatorOptions ¶
type ListInstanceStorageConfigsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListInstanceStorageConfigsPaginatorOptions is the paginator options for ListInstanceStorageConfigs
type ListInstancesAPIClient ¶
type ListInstancesAPIClient interface { ListInstances(context.Context, *ListInstancesInput, ...func(*Options)) (*ListInstancesOutput, error) }
ListInstancesAPIClient is a client that implements the ListInstances operation.
type ListInstancesInput ¶
type ListInstancesInput struct { // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListInstancesOutput ¶
type ListInstancesOutput struct { // Information about the instances. InstanceSummaryList []types.InstanceSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstancesPaginator ¶
type ListInstancesPaginator struct {
// contains filtered or unexported fields
}
ListInstancesPaginator is a paginator for ListInstances
func NewListInstancesPaginator ¶
func NewListInstancesPaginator(client ListInstancesAPIClient, params *ListInstancesInput, optFns ...func(*ListInstancesPaginatorOptions)) *ListInstancesPaginator
NewListInstancesPaginator returns a new ListInstancesPaginator
func (*ListInstancesPaginator) HasMorePages ¶
func (p *ListInstancesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListInstancesPaginator) NextPage ¶
func (p *ListInstancesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstancesOutput, error)
NextPage retrieves the next ListInstances page.
type ListInstancesPaginatorOptions ¶
type ListInstancesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListInstancesPaginatorOptions is the paginator options for ListInstances
type ListIntegrationAssociationsAPIClient ¶
type ListIntegrationAssociationsAPIClient interface { ListIntegrationAssociations(context.Context, *ListIntegrationAssociationsInput, ...func(*Options)) (*ListIntegrationAssociationsOutput, error) }
ListIntegrationAssociationsAPIClient is a client that implements the ListIntegrationAssociations operation.
type ListIntegrationAssociationsInput ¶
type ListIntegrationAssociationsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The integration type. IntegrationType types.IntegrationType // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListIntegrationAssociationsOutput ¶
type ListIntegrationAssociationsOutput struct { // The associations. IntegrationAssociationSummaryList []types.IntegrationAssociationSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListIntegrationAssociationsPaginator ¶
type ListIntegrationAssociationsPaginator struct {
// contains filtered or unexported fields
}
ListIntegrationAssociationsPaginator is a paginator for ListIntegrationAssociations
func NewListIntegrationAssociationsPaginator ¶
func NewListIntegrationAssociationsPaginator(client ListIntegrationAssociationsAPIClient, params *ListIntegrationAssociationsInput, optFns ...func(*ListIntegrationAssociationsPaginatorOptions)) *ListIntegrationAssociationsPaginator
NewListIntegrationAssociationsPaginator returns a new ListIntegrationAssociationsPaginator
func (*ListIntegrationAssociationsPaginator) HasMorePages ¶
func (p *ListIntegrationAssociationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListIntegrationAssociationsPaginator) NextPage ¶
func (p *ListIntegrationAssociationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListIntegrationAssociationsOutput, error)
NextPage retrieves the next ListIntegrationAssociations page.
type ListIntegrationAssociationsPaginatorOptions ¶
type ListIntegrationAssociationsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListIntegrationAssociationsPaginatorOptions is the paginator options for ListIntegrationAssociations
type ListLambdaFunctionsAPIClient ¶
type ListLambdaFunctionsAPIClient interface { ListLambdaFunctions(context.Context, *ListLambdaFunctionsInput, ...func(*Options)) (*ListLambdaFunctionsOutput, error) }
ListLambdaFunctionsAPIClient is a client that implements the ListLambdaFunctions operation.
type ListLambdaFunctionsInput ¶
type ListLambdaFunctionsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListLambdaFunctionsOutput ¶
type ListLambdaFunctionsOutput struct { // The Lambdafunction ARNs associated with the specified instance. LambdaFunctions []string // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListLambdaFunctionsPaginator ¶
type ListLambdaFunctionsPaginator struct {
// contains filtered or unexported fields
}
ListLambdaFunctionsPaginator is a paginator for ListLambdaFunctions
func NewListLambdaFunctionsPaginator ¶
func NewListLambdaFunctionsPaginator(client ListLambdaFunctionsAPIClient, params *ListLambdaFunctionsInput, optFns ...func(*ListLambdaFunctionsPaginatorOptions)) *ListLambdaFunctionsPaginator
NewListLambdaFunctionsPaginator returns a new ListLambdaFunctionsPaginator
func (*ListLambdaFunctionsPaginator) HasMorePages ¶
func (p *ListLambdaFunctionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListLambdaFunctionsPaginator) NextPage ¶
func (p *ListLambdaFunctionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListLambdaFunctionsOutput, error)
NextPage retrieves the next ListLambdaFunctions page.
type ListLambdaFunctionsPaginatorOptions ¶
type ListLambdaFunctionsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListLambdaFunctionsPaginatorOptions is the paginator options for ListLambdaFunctions
type ListLexBotsAPIClient ¶
type ListLexBotsAPIClient interface { ListLexBots(context.Context, *ListLexBotsInput, ...func(*Options)) (*ListLexBotsOutput, error) }
ListLexBotsAPIClient is a client that implements the ListLexBots operation.
type ListLexBotsInput ¶
type ListLexBotsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. If no value is specified, the // default is 10. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListLexBotsOutput ¶
type ListLexBotsOutput struct { // The names and Regions of the Amazon Lex bots associated with the specified // instance. LexBots []types.LexBot // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListLexBotsPaginator ¶
type ListLexBotsPaginator struct {
// contains filtered or unexported fields
}
ListLexBotsPaginator is a paginator for ListLexBots
func NewListLexBotsPaginator ¶
func NewListLexBotsPaginator(client ListLexBotsAPIClient, params *ListLexBotsInput, optFns ...func(*ListLexBotsPaginatorOptions)) *ListLexBotsPaginator
NewListLexBotsPaginator returns a new ListLexBotsPaginator
func (*ListLexBotsPaginator) HasMorePages ¶
func (p *ListLexBotsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListLexBotsPaginator) NextPage ¶
func (p *ListLexBotsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListLexBotsOutput, error)
NextPage retrieves the next ListLexBots page.
type ListLexBotsPaginatorOptions ¶
type ListLexBotsPaginatorOptions struct { // The maximum number of results to return per page. If no value is specified, the // default is 10. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListLexBotsPaginatorOptions is the paginator options for ListLexBots
type ListPhoneNumbersAPIClient ¶
type ListPhoneNumbersAPIClient interface { ListPhoneNumbers(context.Context, *ListPhoneNumbersInput, ...func(*Options)) (*ListPhoneNumbersOutput, error) }
ListPhoneNumbersAPIClient is a client that implements the ListPhoneNumbers operation.
type ListPhoneNumbersInput ¶
type ListPhoneNumbersInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The ISO country code. PhoneNumberCountryCodes []types.PhoneNumberCountryCode // The type of phone number. PhoneNumberTypes []types.PhoneNumberType // contains filtered or unexported fields }
type ListPhoneNumbersOutput ¶
type ListPhoneNumbersOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the phone numbers. PhoneNumberSummaryList []types.PhoneNumberSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPhoneNumbersPaginator ¶
type ListPhoneNumbersPaginator struct {
// contains filtered or unexported fields
}
ListPhoneNumbersPaginator is a paginator for ListPhoneNumbers
func NewListPhoneNumbersPaginator ¶
func NewListPhoneNumbersPaginator(client ListPhoneNumbersAPIClient, params *ListPhoneNumbersInput, optFns ...func(*ListPhoneNumbersPaginatorOptions)) *ListPhoneNumbersPaginator
NewListPhoneNumbersPaginator returns a new ListPhoneNumbersPaginator
func (*ListPhoneNumbersPaginator) HasMorePages ¶
func (p *ListPhoneNumbersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPhoneNumbersPaginator) NextPage ¶
func (p *ListPhoneNumbersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPhoneNumbersOutput, error)
NextPage retrieves the next ListPhoneNumbers page.
type ListPhoneNumbersPaginatorOptions ¶
type ListPhoneNumbersPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPhoneNumbersPaginatorOptions is the paginator options for ListPhoneNumbers
type ListPhoneNumbersV2APIClient ¶
type ListPhoneNumbersV2APIClient interface { ListPhoneNumbersV2(context.Context, *ListPhoneNumbersV2Input, ...func(*Options)) (*ListPhoneNumbersV2Output, error) }
ListPhoneNumbersV2APIClient is a client that implements the ListPhoneNumbersV2 operation.
type ListPhoneNumbersV2Input ¶
type ListPhoneNumbersV2Input struct { // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The ISO country code. PhoneNumberCountryCodes []types.PhoneNumberCountryCode // The prefix of the phone number. If provided, it must contain + as part of the // country code. PhoneNumberPrefix *string // The type of phone number. PhoneNumberTypes []types.PhoneNumberType // The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers // are claimed to. If TargetArn input is not provided, this API lists numbers // claimed to all the Amazon Connect instances belonging to your account. TargetArn *string // contains filtered or unexported fields }
type ListPhoneNumbersV2Output ¶
type ListPhoneNumbersV2Output struct { // Information about phone numbers that have been claimed to your Amazon Connect // instances. ListPhoneNumbersSummaryList []types.ListPhoneNumbersSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPhoneNumbersV2Paginator ¶
type ListPhoneNumbersV2Paginator struct {
// contains filtered or unexported fields
}
ListPhoneNumbersV2Paginator is a paginator for ListPhoneNumbersV2
func NewListPhoneNumbersV2Paginator ¶
func NewListPhoneNumbersV2Paginator(client ListPhoneNumbersV2APIClient, params *ListPhoneNumbersV2Input, optFns ...func(*ListPhoneNumbersV2PaginatorOptions)) *ListPhoneNumbersV2Paginator
NewListPhoneNumbersV2Paginator returns a new ListPhoneNumbersV2Paginator
func (*ListPhoneNumbersV2Paginator) HasMorePages ¶
func (p *ListPhoneNumbersV2Paginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPhoneNumbersV2Paginator) NextPage ¶
func (p *ListPhoneNumbersV2Paginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPhoneNumbersV2Output, error)
NextPage retrieves the next ListPhoneNumbersV2 page.
type ListPhoneNumbersV2PaginatorOptions ¶
type ListPhoneNumbersV2PaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPhoneNumbersV2PaginatorOptions is the paginator options for ListPhoneNumbersV2
type ListPromptsAPIClient ¶
type ListPromptsAPIClient interface { ListPrompts(context.Context, *ListPromptsInput, ...func(*Options)) (*ListPromptsOutput, error) }
ListPromptsAPIClient is a client that implements the ListPrompts operation.
type ListPromptsInput ¶
type ListPromptsInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListPromptsOutput ¶
type ListPromptsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the prompts. PromptSummaryList []types.PromptSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPromptsPaginator ¶
type ListPromptsPaginator struct {
// contains filtered or unexported fields
}
ListPromptsPaginator is a paginator for ListPrompts
func NewListPromptsPaginator ¶
func NewListPromptsPaginator(client ListPromptsAPIClient, params *ListPromptsInput, optFns ...func(*ListPromptsPaginatorOptions)) *ListPromptsPaginator
NewListPromptsPaginator returns a new ListPromptsPaginator
func (*ListPromptsPaginator) HasMorePages ¶
func (p *ListPromptsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPromptsPaginator) NextPage ¶
func (p *ListPromptsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPromptsOutput, error)
NextPage retrieves the next ListPrompts page.
type ListPromptsPaginatorOptions ¶
type ListPromptsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPromptsPaginatorOptions is the paginator options for ListPrompts
type ListQueueQuickConnectsAPIClient ¶
type ListQueueQuickConnectsAPIClient interface { ListQueueQuickConnects(context.Context, *ListQueueQuickConnectsInput, ...func(*Options)) (*ListQueueQuickConnectsOutput, error) }
ListQueueQuickConnectsAPIClient is a client that implements the ListQueueQuickConnects operation.
type ListQueueQuickConnectsInput ¶
type ListQueueQuickConnectsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListQueueQuickConnectsOutput ¶
type ListQueueQuickConnectsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the quick connects. QuickConnectSummaryList []types.QuickConnectSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQueueQuickConnectsPaginator ¶
type ListQueueQuickConnectsPaginator struct {
// contains filtered or unexported fields
}
ListQueueQuickConnectsPaginator is a paginator for ListQueueQuickConnects
func NewListQueueQuickConnectsPaginator ¶
func NewListQueueQuickConnectsPaginator(client ListQueueQuickConnectsAPIClient, params *ListQueueQuickConnectsInput, optFns ...func(*ListQueueQuickConnectsPaginatorOptions)) *ListQueueQuickConnectsPaginator
NewListQueueQuickConnectsPaginator returns a new ListQueueQuickConnectsPaginator
func (*ListQueueQuickConnectsPaginator) HasMorePages ¶
func (p *ListQueueQuickConnectsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListQueueQuickConnectsPaginator) NextPage ¶
func (p *ListQueueQuickConnectsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQueueQuickConnectsOutput, error)
NextPage retrieves the next ListQueueQuickConnects page.
type ListQueueQuickConnectsPaginatorOptions ¶
type ListQueueQuickConnectsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListQueueQuickConnectsPaginatorOptions is the paginator options for ListQueueQuickConnects
type ListQueuesAPIClient ¶
type ListQueuesAPIClient interface { ListQueues(context.Context, *ListQueuesInput, ...func(*Options)) (*ListQueuesOutput, error) }
ListQueuesAPIClient is a client that implements the ListQueues operation.
type ListQueuesInput ¶
type ListQueuesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The type of queue. QueueTypes []types.QueueType // contains filtered or unexported fields }
type ListQueuesOutput ¶
type ListQueuesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the queues. QueueSummaryList []types.QueueSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQueuesPaginator ¶
type ListQueuesPaginator struct {
// contains filtered or unexported fields
}
ListQueuesPaginator is a paginator for ListQueues
func NewListQueuesPaginator ¶
func NewListQueuesPaginator(client ListQueuesAPIClient, params *ListQueuesInput, optFns ...func(*ListQueuesPaginatorOptions)) *ListQueuesPaginator
NewListQueuesPaginator returns a new ListQueuesPaginator
func (*ListQueuesPaginator) HasMorePages ¶
func (p *ListQueuesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListQueuesPaginator) NextPage ¶
func (p *ListQueuesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQueuesOutput, error)
NextPage retrieves the next ListQueues page.
type ListQueuesPaginatorOptions ¶
type ListQueuesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListQueuesPaginatorOptions is the paginator options for ListQueues
type ListQuickConnectsAPIClient ¶
type ListQuickConnectsAPIClient interface { ListQuickConnects(context.Context, *ListQuickConnectsInput, ...func(*Options)) (*ListQuickConnectsOutput, error) }
ListQuickConnectsAPIClient is a client that implements the ListQuickConnects operation.
type ListQuickConnectsInput ¶
type ListQuickConnectsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The type of quick connect. In the Amazon Connect console, when you create a // quick connect, you are prompted to assign one of the following types: Agent // (USER), External (PHONE_NUMBER), or Queue (QUEUE). QuickConnectTypes []types.QuickConnectType // contains filtered or unexported fields }
type ListQuickConnectsOutput ¶
type ListQuickConnectsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the quick connects. QuickConnectSummaryList []types.QuickConnectSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQuickConnectsPaginator ¶
type ListQuickConnectsPaginator struct {
// contains filtered or unexported fields
}
ListQuickConnectsPaginator is a paginator for ListQuickConnects
func NewListQuickConnectsPaginator ¶
func NewListQuickConnectsPaginator(client ListQuickConnectsAPIClient, params *ListQuickConnectsInput, optFns ...func(*ListQuickConnectsPaginatorOptions)) *ListQuickConnectsPaginator
NewListQuickConnectsPaginator returns a new ListQuickConnectsPaginator
func (*ListQuickConnectsPaginator) HasMorePages ¶
func (p *ListQuickConnectsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListQuickConnectsPaginator) NextPage ¶
func (p *ListQuickConnectsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQuickConnectsOutput, error)
NextPage retrieves the next ListQuickConnects page.
type ListQuickConnectsPaginatorOptions ¶
type ListQuickConnectsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListQuickConnectsPaginatorOptions is the paginator options for ListQuickConnects
type ListRoutingProfileQueuesAPIClient ¶
type ListRoutingProfileQueuesAPIClient interface { ListRoutingProfileQueues(context.Context, *ListRoutingProfileQueuesInput, ...func(*Options)) (*ListRoutingProfileQueuesOutput, error) }
ListRoutingProfileQueuesAPIClient is a client that implements the ListRoutingProfileQueues operation.
type ListRoutingProfileQueuesInput ¶
type ListRoutingProfileQueuesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListRoutingProfileQueuesOutput ¶
type ListRoutingProfileQueuesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the routing profiles. RoutingProfileQueueConfigSummaryList []types.RoutingProfileQueueConfigSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListRoutingProfileQueuesPaginator ¶
type ListRoutingProfileQueuesPaginator struct {
// contains filtered or unexported fields
}
ListRoutingProfileQueuesPaginator is a paginator for ListRoutingProfileQueues
func NewListRoutingProfileQueuesPaginator ¶
func NewListRoutingProfileQueuesPaginator(client ListRoutingProfileQueuesAPIClient, params *ListRoutingProfileQueuesInput, optFns ...func(*ListRoutingProfileQueuesPaginatorOptions)) *ListRoutingProfileQueuesPaginator
NewListRoutingProfileQueuesPaginator returns a new ListRoutingProfileQueuesPaginator
func (*ListRoutingProfileQueuesPaginator) HasMorePages ¶
func (p *ListRoutingProfileQueuesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListRoutingProfileQueuesPaginator) NextPage ¶
func (p *ListRoutingProfileQueuesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRoutingProfileQueuesOutput, error)
NextPage retrieves the next ListRoutingProfileQueues page.
type ListRoutingProfileQueuesPaginatorOptions ¶
type ListRoutingProfileQueuesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListRoutingProfileQueuesPaginatorOptions is the paginator options for ListRoutingProfileQueues
type ListRoutingProfilesAPIClient ¶
type ListRoutingProfilesAPIClient interface { ListRoutingProfiles(context.Context, *ListRoutingProfilesInput, ...func(*Options)) (*ListRoutingProfilesOutput, error) }
ListRoutingProfilesAPIClient is a client that implements the ListRoutingProfiles operation.
type ListRoutingProfilesInput ¶
type ListRoutingProfilesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListRoutingProfilesOutput ¶
type ListRoutingProfilesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the routing profiles. RoutingProfileSummaryList []types.RoutingProfileSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListRoutingProfilesPaginator ¶
type ListRoutingProfilesPaginator struct {
// contains filtered or unexported fields
}
ListRoutingProfilesPaginator is a paginator for ListRoutingProfiles
func NewListRoutingProfilesPaginator ¶
func NewListRoutingProfilesPaginator(client ListRoutingProfilesAPIClient, params *ListRoutingProfilesInput, optFns ...func(*ListRoutingProfilesPaginatorOptions)) *ListRoutingProfilesPaginator
NewListRoutingProfilesPaginator returns a new ListRoutingProfilesPaginator
func (*ListRoutingProfilesPaginator) HasMorePages ¶
func (p *ListRoutingProfilesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListRoutingProfilesPaginator) NextPage ¶
func (p *ListRoutingProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRoutingProfilesOutput, error)
NextPage retrieves the next ListRoutingProfiles page.
type ListRoutingProfilesPaginatorOptions ¶
type ListRoutingProfilesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListRoutingProfilesPaginatorOptions is the paginator options for ListRoutingProfiles
type ListSecurityKeysAPIClient ¶
type ListSecurityKeysAPIClient interface { ListSecurityKeys(context.Context, *ListSecurityKeysInput, ...func(*Options)) (*ListSecurityKeysOutput, error) }
ListSecurityKeysAPIClient is a client that implements the ListSecurityKeys operation.
type ListSecurityKeysInput ¶
type ListSecurityKeysInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListSecurityKeysOutput ¶
type ListSecurityKeysOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // The security keys. SecurityKeys []types.SecurityKey // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSecurityKeysPaginator ¶
type ListSecurityKeysPaginator struct {
// contains filtered or unexported fields
}
ListSecurityKeysPaginator is a paginator for ListSecurityKeys
func NewListSecurityKeysPaginator ¶
func NewListSecurityKeysPaginator(client ListSecurityKeysAPIClient, params *ListSecurityKeysInput, optFns ...func(*ListSecurityKeysPaginatorOptions)) *ListSecurityKeysPaginator
NewListSecurityKeysPaginator returns a new ListSecurityKeysPaginator
func (*ListSecurityKeysPaginator) HasMorePages ¶
func (p *ListSecurityKeysPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSecurityKeysPaginator) NextPage ¶
func (p *ListSecurityKeysPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityKeysOutput, error)
NextPage retrieves the next ListSecurityKeys page.
type ListSecurityKeysPaginatorOptions ¶
type ListSecurityKeysPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSecurityKeysPaginatorOptions is the paginator options for ListSecurityKeys
type ListSecurityProfilePermissionsAPIClient ¶
type ListSecurityProfilePermissionsAPIClient interface { ListSecurityProfilePermissions(context.Context, *ListSecurityProfilePermissionsInput, ...func(*Options)) (*ListSecurityProfilePermissionsOutput, error) }
ListSecurityProfilePermissionsAPIClient is a client that implements the ListSecurityProfilePermissions operation.
type ListSecurityProfilePermissionsInput ¶
type ListSecurityProfilePermissionsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the security profle. // // This member is required. SecurityProfileId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListSecurityProfilePermissionsOutput ¶
type ListSecurityProfilePermissionsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // The permissions granted to the security profile. Permissions []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSecurityProfilePermissionsPaginator ¶
type ListSecurityProfilePermissionsPaginator struct {
// contains filtered or unexported fields
}
ListSecurityProfilePermissionsPaginator is a paginator for ListSecurityProfilePermissions
func NewListSecurityProfilePermissionsPaginator ¶
func NewListSecurityProfilePermissionsPaginator(client ListSecurityProfilePermissionsAPIClient, params *ListSecurityProfilePermissionsInput, optFns ...func(*ListSecurityProfilePermissionsPaginatorOptions)) *ListSecurityProfilePermissionsPaginator
NewListSecurityProfilePermissionsPaginator returns a new ListSecurityProfilePermissionsPaginator
func (*ListSecurityProfilePermissionsPaginator) HasMorePages ¶
func (p *ListSecurityProfilePermissionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSecurityProfilePermissionsPaginator) NextPage ¶
func (p *ListSecurityProfilePermissionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityProfilePermissionsOutput, error)
NextPage retrieves the next ListSecurityProfilePermissions page.
type ListSecurityProfilePermissionsPaginatorOptions ¶
type ListSecurityProfilePermissionsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSecurityProfilePermissionsPaginatorOptions is the paginator options for ListSecurityProfilePermissions
type ListSecurityProfilesAPIClient ¶
type ListSecurityProfilesAPIClient interface { ListSecurityProfiles(context.Context, *ListSecurityProfilesInput, ...func(*Options)) (*ListSecurityProfilesOutput, error) }
ListSecurityProfilesAPIClient is a client that implements the ListSecurityProfiles operation.
type ListSecurityProfilesInput ¶
type ListSecurityProfilesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListSecurityProfilesOutput ¶
type ListSecurityProfilesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the security profiles. SecurityProfileSummaryList []types.SecurityProfileSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSecurityProfilesPaginator ¶
type ListSecurityProfilesPaginator struct {
// contains filtered or unexported fields
}
ListSecurityProfilesPaginator is a paginator for ListSecurityProfiles
func NewListSecurityProfilesPaginator ¶
func NewListSecurityProfilesPaginator(client ListSecurityProfilesAPIClient, params *ListSecurityProfilesInput, optFns ...func(*ListSecurityProfilesPaginatorOptions)) *ListSecurityProfilesPaginator
NewListSecurityProfilesPaginator returns a new ListSecurityProfilesPaginator
func (*ListSecurityProfilesPaginator) HasMorePages ¶
func (p *ListSecurityProfilesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSecurityProfilesPaginator) NextPage ¶
func (p *ListSecurityProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSecurityProfilesOutput, error)
NextPage retrieves the next ListSecurityProfiles page.
type ListSecurityProfilesPaginatorOptions ¶
type ListSecurityProfilesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSecurityProfilesPaginatorOptions is the paginator options for ListSecurityProfiles
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // Information about the tags. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListTaskTemplatesAPIClient ¶
type ListTaskTemplatesAPIClient interface { ListTaskTemplates(context.Context, *ListTaskTemplatesInput, ...func(*Options)) (*ListTaskTemplatesOutput, error) }
ListTaskTemplatesAPIClient is a client that implements the ListTaskTemplates operation.
type ListTaskTemplatesInput ¶
type ListTaskTemplatesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. It is not expected that you // set this. MaxResults int32 // The name of the task template. Name *string // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. It is not // expected that you set this because the value returned in the previous response // is always null. NextToken *string // Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only // be created from ACTIVE templates. If a template is marked as INACTIVE, then a // task that refers to this template cannot be created. Status types.TaskTemplateStatus // contains filtered or unexported fields }
type ListTaskTemplatesOutput ¶
type ListTaskTemplatesOutput struct { // If there are additional results, this is the token for the next set of results. // This is always returned as a null in the response. NextToken *string // Provides details about a list of task templates belonging to an instance. TaskTemplates []types.TaskTemplateMetadata // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListTaskTemplatesPaginator ¶
type ListTaskTemplatesPaginator struct {
// contains filtered or unexported fields
}
ListTaskTemplatesPaginator is a paginator for ListTaskTemplates
func NewListTaskTemplatesPaginator ¶
func NewListTaskTemplatesPaginator(client ListTaskTemplatesAPIClient, params *ListTaskTemplatesInput, optFns ...func(*ListTaskTemplatesPaginatorOptions)) *ListTaskTemplatesPaginator
NewListTaskTemplatesPaginator returns a new ListTaskTemplatesPaginator
func (*ListTaskTemplatesPaginator) HasMorePages ¶
func (p *ListTaskTemplatesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListTaskTemplatesPaginator) NextPage ¶
func (p *ListTaskTemplatesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListTaskTemplatesOutput, error)
NextPage retrieves the next ListTaskTemplates page.
type ListTaskTemplatesPaginatorOptions ¶
type ListTaskTemplatesPaginatorOptions struct { // The maximum number of results to return per page. It is not expected that you // set this. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListTaskTemplatesPaginatorOptions is the paginator options for ListTaskTemplates
type ListUseCasesAPIClient ¶
type ListUseCasesAPIClient interface { ListUseCases(context.Context, *ListUseCasesInput, ...func(*Options)) (*ListUseCasesOutput, error) }
ListUseCasesAPIClient is a client that implements the ListUseCases operation.
type ListUseCasesInput ¶
type ListUseCasesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the integration association. // // This member is required. IntegrationAssociationId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
Provides summary information about the use cases for the specified integration association.
type ListUseCasesOutput ¶
type ListUseCasesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // The use cases. UseCaseSummaryList []types.UseCase // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListUseCasesPaginator ¶
type ListUseCasesPaginator struct {
// contains filtered or unexported fields
}
ListUseCasesPaginator is a paginator for ListUseCases
func NewListUseCasesPaginator ¶
func NewListUseCasesPaginator(client ListUseCasesAPIClient, params *ListUseCasesInput, optFns ...func(*ListUseCasesPaginatorOptions)) *ListUseCasesPaginator
NewListUseCasesPaginator returns a new ListUseCasesPaginator
func (*ListUseCasesPaginator) HasMorePages ¶
func (p *ListUseCasesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListUseCasesPaginator) NextPage ¶
func (p *ListUseCasesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUseCasesOutput, error)
NextPage retrieves the next ListUseCases page.
type ListUseCasesPaginatorOptions ¶
type ListUseCasesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListUseCasesPaginatorOptions is the paginator options for ListUseCases
type ListUserHierarchyGroupsAPIClient ¶
type ListUserHierarchyGroupsAPIClient interface { ListUserHierarchyGroups(context.Context, *ListUserHierarchyGroupsInput, ...func(*Options)) (*ListUserHierarchyGroupsOutput, error) }
ListUserHierarchyGroupsAPIClient is a client that implements the ListUserHierarchyGroups operation.
type ListUserHierarchyGroupsInput ¶
type ListUserHierarchyGroupsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListUserHierarchyGroupsOutput ¶
type ListUserHierarchyGroupsOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the hierarchy groups. UserHierarchyGroupSummaryList []types.HierarchyGroupSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListUserHierarchyGroupsPaginator ¶
type ListUserHierarchyGroupsPaginator struct {
// contains filtered or unexported fields
}
ListUserHierarchyGroupsPaginator is a paginator for ListUserHierarchyGroups
func NewListUserHierarchyGroupsPaginator ¶
func NewListUserHierarchyGroupsPaginator(client ListUserHierarchyGroupsAPIClient, params *ListUserHierarchyGroupsInput, optFns ...func(*ListUserHierarchyGroupsPaginatorOptions)) *ListUserHierarchyGroupsPaginator
NewListUserHierarchyGroupsPaginator returns a new ListUserHierarchyGroupsPaginator
func (*ListUserHierarchyGroupsPaginator) HasMorePages ¶
func (p *ListUserHierarchyGroupsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListUserHierarchyGroupsPaginator) NextPage ¶
func (p *ListUserHierarchyGroupsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUserHierarchyGroupsOutput, error)
NextPage retrieves the next ListUserHierarchyGroups page.
type ListUserHierarchyGroupsPaginatorOptions ¶
type ListUserHierarchyGroupsPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListUserHierarchyGroupsPaginatorOptions is the paginator options for ListUserHierarchyGroups
type ListUsersAPIClient ¶
type ListUsersAPIClient interface { ListUsers(context.Context, *ListUsersInput, ...func(*Options)) (*ListUsersOutput, error) }
ListUsersAPIClient is a client that implements the ListUsers operation.
type ListUsersInput ¶
type ListUsersInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // contains filtered or unexported fields }
type ListUsersOutput ¶
type ListUsersOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the users. UserSummaryList []types.UserSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListUsersPaginator ¶
type ListUsersPaginator struct {
// contains filtered or unexported fields
}
ListUsersPaginator is a paginator for ListUsers
func NewListUsersPaginator ¶
func NewListUsersPaginator(client ListUsersAPIClient, params *ListUsersInput, optFns ...func(*ListUsersPaginatorOptions)) *ListUsersPaginator
NewListUsersPaginator returns a new ListUsersPaginator
func (*ListUsersPaginator) HasMorePages ¶
func (p *ListUsersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListUsersPaginator) NextPage ¶
func (p *ListUsersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListUsersOutput, error)
NextPage retrieves the next ListUsers page.
type ListUsersPaginatorOptions ¶
type ListUsersPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListUsersPaginatorOptions is the paginator options for ListUsers
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig. You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
type PutUserStatusInput ¶
type PutUserStatusInput struct { // The identifier of the agent status. // // This member is required. AgentStatusId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the user. // // This member is required. UserId *string // contains filtered or unexported fields }
type PutUserStatusOutput ¶
type PutUserStatusOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ReleasePhoneNumberInput ¶
type ReleasePhoneNumberInput struct { // A unique identifier for the phone number. // // This member is required. PhoneNumberId *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // contains filtered or unexported fields }
type ReleasePhoneNumberOutput ¶
type ReleasePhoneNumberOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type ResumeContactRecordingInput ¶
type ResumeContactRecordingInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type ResumeContactRecordingOutput ¶
type ResumeContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchAvailablePhoneNumbersAPIClient ¶
type SearchAvailablePhoneNumbersAPIClient interface { SearchAvailablePhoneNumbers(context.Context, *SearchAvailablePhoneNumbersInput, ...func(*Options)) (*SearchAvailablePhoneNumbersOutput, error) }
SearchAvailablePhoneNumbersAPIClient is a client that implements the SearchAvailablePhoneNumbers operation.
type SearchAvailablePhoneNumbersInput ¶
type SearchAvailablePhoneNumbersInput struct { // The ISO country code. // // This member is required. PhoneNumberCountryCode types.PhoneNumberCountryCode // The type of phone number. // // This member is required. PhoneNumberType types.PhoneNumberType // The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers // are claimed to. // // This member is required. TargetArn *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The prefix of the phone number. If provided, it must contain + as part of the // country code. PhoneNumberPrefix *string // contains filtered or unexported fields }
type SearchAvailablePhoneNumbersOutput ¶
type SearchAvailablePhoneNumbersOutput struct { // A list of available phone numbers that you can claim for your Amazon Connect // instance. AvailableNumbersList []types.AvailableNumberSummary // If there are additional results, this is the token for the next set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchAvailablePhoneNumbersPaginator ¶
type SearchAvailablePhoneNumbersPaginator struct {
// contains filtered or unexported fields
}
SearchAvailablePhoneNumbersPaginator is a paginator for SearchAvailablePhoneNumbers
func NewSearchAvailablePhoneNumbersPaginator ¶
func NewSearchAvailablePhoneNumbersPaginator(client SearchAvailablePhoneNumbersAPIClient, params *SearchAvailablePhoneNumbersInput, optFns ...func(*SearchAvailablePhoneNumbersPaginatorOptions)) *SearchAvailablePhoneNumbersPaginator
NewSearchAvailablePhoneNumbersPaginator returns a new SearchAvailablePhoneNumbersPaginator
func (*SearchAvailablePhoneNumbersPaginator) HasMorePages ¶
func (p *SearchAvailablePhoneNumbersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchAvailablePhoneNumbersPaginator) NextPage ¶
func (p *SearchAvailablePhoneNumbersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchAvailablePhoneNumbersOutput, error)
NextPage retrieves the next SearchAvailablePhoneNumbers page.
type SearchAvailablePhoneNumbersPaginatorOptions ¶
type SearchAvailablePhoneNumbersPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchAvailablePhoneNumbersPaginatorOptions is the paginator options for SearchAvailablePhoneNumbers
type SearchUsersAPIClient ¶
type SearchUsersAPIClient interface { SearchUsers(context.Context, *SearchUsersInput, ...func(*Options)) (*SearchUsersOutput, error) }
SearchUsersAPIClient is a client that implements the SearchUsers operation.
type SearchUsersInput ¶
type SearchUsersInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. InstanceId *string // The maximum number of results to return per page. MaxResults int32 // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The search criteria to be used to return users. SearchCriteria *types.UserSearchCriteria // Filters to be applied to search results. SearchFilter *types.UserSearchFilter // contains filtered or unexported fields }
type SearchUsersOutput ¶
type SearchUsersOutput struct { // The total number of users who matched your search query. ApproximateTotalCount *int64 // If there are additional results, this is the token for the next set of results. NextToken *string // Information about the users. Users []types.UserSearchSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchUsersPaginator ¶
type SearchUsersPaginator struct {
// contains filtered or unexported fields
}
SearchUsersPaginator is a paginator for SearchUsers
func NewSearchUsersPaginator ¶
func NewSearchUsersPaginator(client SearchUsersAPIClient, params *SearchUsersInput, optFns ...func(*SearchUsersPaginatorOptions)) *SearchUsersPaginator
NewSearchUsersPaginator returns a new SearchUsersPaginator
func (*SearchUsersPaginator) HasMorePages ¶
func (p *SearchUsersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchUsersPaginator) NextPage ¶
func (p *SearchUsersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchUsersOutput, error)
NextPage retrieves the next SearchUsers page.
type SearchUsersPaginatorOptions ¶
type SearchUsersPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchUsersPaginatorOptions is the paginator options for SearchUsers
type SearchVocabulariesAPIClient ¶
type SearchVocabulariesAPIClient interface { SearchVocabularies(context.Context, *SearchVocabulariesInput, ...func(*Options)) (*SearchVocabulariesOutput, error) }
SearchVocabulariesAPIClient is a client that implements the SearchVocabularies operation.
type SearchVocabulariesInput ¶
type SearchVocabulariesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The language code of the vocabulary entries. For a list of languages and their // corresponding language codes, see What is Amazon Transcribe? // (https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html) LanguageCode types.VocabularyLanguageCode // The maximum number of results to return per page. MaxResults int32 // The starting pattern of the name of the vocabulary. NameStartsWith *string // The token for the next set of results. Use the value returned in the previous // response in the next request to retrieve the next set of results. NextToken *string // The current state of the custom vocabulary. State types.VocabularyState // contains filtered or unexported fields }
type SearchVocabulariesOutput ¶
type SearchVocabulariesOutput struct { // If there are additional results, this is the token for the next set of results. NextToken *string // The list of the available custom vocabularies. VocabularySummaryList []types.VocabularySummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SearchVocabulariesPaginator ¶
type SearchVocabulariesPaginator struct {
// contains filtered or unexported fields
}
SearchVocabulariesPaginator is a paginator for SearchVocabularies
func NewSearchVocabulariesPaginator ¶
func NewSearchVocabulariesPaginator(client SearchVocabulariesAPIClient, params *SearchVocabulariesInput, optFns ...func(*SearchVocabulariesPaginatorOptions)) *SearchVocabulariesPaginator
NewSearchVocabulariesPaginator returns a new SearchVocabulariesPaginator
func (*SearchVocabulariesPaginator) HasMorePages ¶
func (p *SearchVocabulariesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*SearchVocabulariesPaginator) NextPage ¶
func (p *SearchVocabulariesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*SearchVocabulariesOutput, error)
NextPage retrieves the next SearchVocabularies page.
type SearchVocabulariesPaginatorOptions ¶
type SearchVocabulariesPaginatorOptions struct { // The maximum number of results to return per page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
SearchVocabulariesPaginatorOptions is the paginator options for SearchVocabularies
type StartChatContactInput ¶
type StartChatContactInput struct { // The identifier of the contact flow for initiating the chat. To see the // ContactFlowId in the Amazon Connect console user interface, on the navigation // menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow // page, under the name of the contact flow, choose Show additional flow // information. The ContactFlowId is the last part of the ARN, shown here in bold: // arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Information identifying the participant. // // This member is required. ParticipantDetails *types.ParticipantDetails // A custom key-value pair using an attribute map. The attributes are standard // Amazon Connect attributes. They can be accessed in contact flows just like any // other contact attributes. There can be up to 32,768 UTF-8 bytes across all // key-value pairs per contact. Attribute keys can include only alphanumeric, dash, // and underscore characters. Attributes map[string]string // The total duration of the newly started chat session. If not specified, the chat // session duration defaults to 25 hour. The minumum configurable time is 60 // minutes. The maximum configurable time is 10,080 minutes (7 days). ChatDurationInMinutes *int32 // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The initial message to be sent to the newly created chat. InitialMessage *types.ChatMessage // The supported chat message content types. Content types can be text/plain or // both text/plain and text/markdown. SupportedMessagingContentTypes []string // contains filtered or unexported fields }
type StartChatContactOutput ¶
type StartChatContactOutput struct { // The identifier of this contact within the Amazon Connect instance. ContactId *string // The identifier for a chat participant. The participantId for a chat participant // is the same throughout the chat lifecycle. ParticipantId *string // The token used by the chat participant to call CreateParticipantConnection // (https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html). // The participant token is valid for the lifetime of a chat participant. ParticipantToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartContactRecordingInput ¶
type StartContactRecordingInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The person being recorded. // // This member is required. VoiceRecordingConfiguration *types.VoiceRecordingConfiguration // contains filtered or unexported fields }
type StartContactRecordingOutput ¶
type StartContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartContactStreamingInput ¶
type StartContactStreamingInput struct { // The streaming configuration, such as the Amazon SNS streaming endpoint. // // This member is required. ChatStreamingConfiguration *types.ChatStreamingConfiguration // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. // // This member is required. ClientToken *string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type StartContactStreamingOutput ¶
type StartContactStreamingOutput struct { // The identifier of the streaming configuration enabled. // // This member is required. StreamingId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartOutboundVoiceContactInput ¶
type StartOutboundVoiceContactInput struct { // The identifier of the contact flow for the outbound call. To see the // ContactFlowId in the Amazon Connect console user interface, on the navigation // menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow // page, under the name of the contact flow, choose Show additional flow // information. The ContactFlowId is the last part of the ARN, shown here in bold: // arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx // // This member is required. ContactFlowId *string // The phone number of the customer, in E.164 format. // // This member is required. DestinationPhoneNumber *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Configuration of the answering machine detection for this outbound call. AnswerMachineDetectionConfig *types.AnswerMachineDetectionConfig // A custom key-value pair using an attribute map. The attributes are standard // Amazon Connect attributes, and can be accessed in contact flows just like any // other contact attributes. There can be up to 32,768 UTF-8 bytes across all // key-value pairs per contact. Attribute keys can include only alphanumeric, dash, // and underscore characters. Attributes map[string]string // The campaign identifier of the outbound communication. CampaignId *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. The token is valid for 7 days after creation. If a contact is // already started, the contact ID is returned. ClientToken *string // The queue for the call. If you specify a queue, the phone displayed for caller // ID is the phone number specified in the queue. If you do not specify a queue, // the queue defined in the contact flow is used. If you do not specify a queue, // you must specify a source phone number. QueueId *string // The phone number associated with the Amazon Connect instance, in E.164 format. // If you do not specify a source phone number, you must specify a queue. SourcePhoneNumber *string // Denotes the class of traffic. Calls with different traffic types are handled // differently by Amazon Connect. The default value is GENERAL. Use CAMPAIGN if // EnableAnswerMachineDetection is set to true. For all other cases, use GENERAL. TrafficType types.TrafficType // contains filtered or unexported fields }
type StartOutboundVoiceContactOutput ¶
type StartOutboundVoiceContactOutput struct { // The identifier of this contact within the Amazon Connect instance. ContactId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartTaskContactInput ¶
type StartTaskContactInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of a task that is shown to an agent in the Contact Control Panel (CCP). // // This member is required. Name *string // A custom key-value pair using an attribute map. The attributes are standard // Amazon Connect attributes, and can be accessed in contact flows just like any // other contact attributes. There can be up to 32,768 UTF-8 bytes across all // key-value pairs per contact. Attribute keys can include only alphanumeric, dash, // and underscore characters. Attributes map[string]string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The identifier of the contact flow for initiating the tasks. To see the // ContactFlowId in the Amazon Connect console user interface, on the navigation // menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow // page, under the name of the contact flow, choose Show additional flow // information. The ContactFlowId is the last part of the ARN, shown here in bold: // arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx ContactFlowId *string // A description of the task that is shown to an agent in the Contact Control Panel // (CCP). Description *string // The identifier of the previous chat, voice, or task contact. PreviousContactId *string // The identifier for the quick connect. QuickConnectId *string // A formatted URL that is shown to an agent in the Contact Control Panel (CCP). References map[string]types.Reference // The timestamp, in Unix Epoch seconds format, at which to start running the // inbound contact flow. The scheduled time cannot be in the past. It must be // within up to 6 days in future. ScheduledTime *time.Time // A unique identifier for the task template. TaskTemplateId *string // contains filtered or unexported fields }
type StartTaskContactOutput ¶
type StartTaskContactOutput struct { // The identifier of this contact within the Amazon Connect instance. ContactId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StopContactInput ¶
type StopContactInput struct { // The ID of the contact. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type StopContactOutput ¶
type StopContactOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StopContactRecordingInput ¶
type StopContactRecordingInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type StopContactRecordingOutput ¶
type StopContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StopContactStreamingInput ¶
type StopContactStreamingInput struct { // The identifier of the contact. This is the identifier of the contact that is // associated with the first interaction with the contact center. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the streaming configuration enabled. // // This member is required. StreamingId *string // contains filtered or unexported fields }
type StopContactStreamingOutput ¶
type StopContactStreamingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SuspendContactRecordingInput ¶
type SuspendContactRecordingInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type SuspendContactRecordingOutput ¶
type SuspendContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }. // // This member is required. Tags map[string]string // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TransferContactInput ¶
type TransferContactInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the contact in this instance of Amazon Connect. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The identifier for the queue. QueueId *string // The identifier for the user. UserId *string // contains filtered or unexported fields }
type TransferContactOutput ¶
type TransferContactOutput struct { // The Amazon Resource Name (ARN) of the contact. ContactArn *string // The identifier of the contact in this instance of Amazon Connect. ContactId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // The tag keys. // // This member is required. TagKeys []string // contains filtered or unexported fields }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateAgentStatusInput ¶
type UpdateAgentStatusInput struct { // The identifier of the agent status. // // This member is required. AgentStatusId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The description of the agent status. Description *string // The display order of the agent status. DisplayOrder *int32 // The name of the agent status. Name *string // A number indicating the reset order of the agent status. ResetOrderNumber bool // The state of the agent status. State types.AgentStatusState // contains filtered or unexported fields }
type UpdateAgentStatusOutput ¶
type UpdateAgentStatusOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactAttributesInput ¶
type UpdateContactAttributesInput struct { // The Amazon Connect attributes. These attributes can be accessed in contact flows // just like any other contact attributes. You can have up to 32,768 UTF-8 bytes // across all attributes for a contact. Attribute keys can include only // alphanumeric, dash, and underscore characters. // // This member is required. Attributes map[string]string // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with the contact center. // // This member is required. InitialContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type UpdateContactAttributesOutput ¶
type UpdateContactAttributesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactFlowContentInput ¶
type UpdateContactFlowContentInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The JSON string that represents contact flow’s content. For an example, see // Example contact flow in Amazon Connect Flow language // (https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html) // in the Amazon Connect Administrator Guide. // // This member is required. Content *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type UpdateContactFlowContentOutput ¶
type UpdateContactFlowContentOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactFlowMetadataInput ¶
type UpdateContactFlowMetadataInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The state of contact flow. ContactFlowState types.ContactFlowState // The description of the contact flow. Description *string // TThe name of the contact flow. Name *string // contains filtered or unexported fields }
type UpdateContactFlowMetadataOutput ¶
type UpdateContactFlowMetadataOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactFlowModuleContentInput ¶
type UpdateContactFlowModuleContentInput struct { // The identifier of the contact flow module. // // This member is required. ContactFlowModuleId *string // The content of the contact flow module. // // This member is required. Content *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type UpdateContactFlowModuleContentOutput ¶
type UpdateContactFlowModuleContentOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactFlowModuleMetadataInput ¶
type UpdateContactFlowModuleMetadataInput struct { // The identifier of the contact flow module. // // This member is required. ContactFlowModuleId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The description of the contact flow module. Description *string // The name of the contact flow module. Name *string // The state of contact flow module. State types.ContactFlowModuleState // contains filtered or unexported fields }
type UpdateContactFlowModuleMetadataOutput ¶
type UpdateContactFlowModuleMetadataOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactFlowNameInput ¶
type UpdateContactFlowNameInput struct { // The identifier of the contact flow. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The description of the contact flow. Description *string // The name of the contact flow. Name *string // contains filtered or unexported fields }
type UpdateContactFlowNameOutput ¶
type UpdateContactFlowNameOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactInput ¶
type UpdateContactInput struct { // The identifier of the contact. This is the identifier of the contact associated // with the first interaction with your contact center. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The description of the contact. Description *string // The name of the contact. Name *string // Well-formed data on contact, shown to agents on Contact Control Panel (CCP). References map[string]types.Reference // contains filtered or unexported fields }
type UpdateContactOutput ¶
type UpdateContactOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateContactScheduleInput ¶
type UpdateContactScheduleInput struct { // The identifier of the contact. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The timestamp, in Unix Epoch seconds format, at which to start running the // inbound contact flow. The scheduled time cannot be in the past. It must be // within up to 6 days in future. // // This member is required. ScheduledTime *time.Time // contains filtered or unexported fields }
type UpdateContactScheduleOutput ¶
type UpdateContactScheduleOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateHoursOfOperationInput ¶
type UpdateHoursOfOperationInput struct { // The identifier of the hours of operation. // // This member is required. HoursOfOperationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Configuration information of the hours of operation. Config []types.HoursOfOperationConfig // The description of the hours of operation. Description *string // The name of the hours of operation. Name *string // The time zone of the hours of operation. TimeZone *string // contains filtered or unexported fields }
type UpdateHoursOfOperationOutput ¶
type UpdateHoursOfOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateInstanceAttributeInput ¶
type UpdateInstanceAttributeInput struct { // The type of attribute. Only allowlisted customers can consume // USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services // Support for allowlisting. // // This member is required. AttributeType types.InstanceAttributeType // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The value for the attribute. Maximum character limit is 100. // // This member is required. Value *string // contains filtered or unexported fields }
type UpdateInstanceAttributeOutput ¶
type UpdateInstanceAttributeOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateInstanceStorageConfigInput ¶
type UpdateInstanceStorageConfigInput struct { // The existing association identifier that uniquely identifies the resource type // and storage config for the given instance ID. // // This member is required. AssociationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A valid resource type. // // This member is required. ResourceType types.InstanceStorageResourceType // The storage configuration for the instance. // // This member is required. StorageConfig *types.InstanceStorageConfig // contains filtered or unexported fields }
type UpdateInstanceStorageConfigOutput ¶
type UpdateInstanceStorageConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdatePhoneNumberInput ¶
type UpdatePhoneNumberInput struct { // A unique identifier for the phone number. // // This member is required. PhoneNumberId *string // The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers // are claimed to. // // This member is required. TargetArn *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // contains filtered or unexported fields }
type UpdatePhoneNumberOutput ¶
type UpdatePhoneNumberOutput struct { // The Amazon Resource Name (ARN) of the phone number. PhoneNumberArn *string // A unique identifier for the phone number. PhoneNumberId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQueueHoursOfOperationInput ¶
type UpdateQueueHoursOfOperationInput struct { // The identifier for the hours of operation. // // This member is required. HoursOfOperationId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // contains filtered or unexported fields }
type UpdateQueueHoursOfOperationOutput ¶
type UpdateQueueHoursOfOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQueueMaxContactsInput ¶
type UpdateQueueMaxContactsInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The maximum number of contacts that can be in the queue before it is considered // full. MaxContacts int32 // contains filtered or unexported fields }
type UpdateQueueMaxContactsOutput ¶
type UpdateQueueMaxContactsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQueueNameInput ¶
type UpdateQueueNameInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The description of the queue. Description *string // The name of the queue. Name *string // contains filtered or unexported fields }
type UpdateQueueNameOutput ¶
type UpdateQueueNameOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQueueOutboundCallerConfigInput ¶
type UpdateQueueOutboundCallerConfigInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The outbound caller ID name, number, and outbound whisper flow. // // This member is required. OutboundCallerConfig *types.OutboundCallerConfig // The identifier for the queue. // // This member is required. QueueId *string // contains filtered or unexported fields }
type UpdateQueueOutboundCallerConfigOutput ¶
type UpdateQueueOutboundCallerConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQueueStatusInput ¶
type UpdateQueueStatusInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the queue. // // This member is required. QueueId *string // The status of the queue. // // This member is required. Status types.QueueStatus // contains filtered or unexported fields }
type UpdateQueueStatusOutput ¶
type UpdateQueueStatusOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQuickConnectConfigInput ¶
type UpdateQuickConnectConfigInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Information about the configuration settings for the quick connect. // // This member is required. QuickConnectConfig *types.QuickConnectConfig // The identifier for the quick connect. // // This member is required. QuickConnectId *string // contains filtered or unexported fields }
type UpdateQuickConnectConfigOutput ¶
type UpdateQuickConnectConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateQuickConnectNameInput ¶
type UpdateQuickConnectNameInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the quick connect. // // This member is required. QuickConnectId *string // The description of the quick connect. Description *string // The name of the quick connect. Name *string // contains filtered or unexported fields }
type UpdateQuickConnectNameOutput ¶
type UpdateQuickConnectNameOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateRoutingProfileConcurrencyInput ¶
type UpdateRoutingProfileConcurrencyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The channels that agents can handle in the Contact Control Panel (CCP). // // This member is required. MediaConcurrencies []types.MediaConcurrency // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type UpdateRoutingProfileConcurrencyOutput ¶
type UpdateRoutingProfileConcurrencyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateRoutingProfileDefaultOutboundQueueInput ¶
type UpdateRoutingProfileDefaultOutboundQueueInput struct { // The identifier for the default outbound queue. // // This member is required. DefaultOutboundQueueId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type UpdateRoutingProfileDefaultOutboundQueueOutput ¶
type UpdateRoutingProfileDefaultOutboundQueueOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateRoutingProfileNameInput ¶
type UpdateRoutingProfileNameInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // The description of the routing profile. Must not be more than 250 characters. Description *string // The name of the routing profile. Must not be more than 127 characters. Name *string // contains filtered or unexported fields }
type UpdateRoutingProfileNameOutput ¶
type UpdateRoutingProfileNameOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateRoutingProfileQueuesInput ¶
type UpdateRoutingProfileQueuesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The queues to be updated for this routing profile. Queues must first be // associated to the routing profile. You can do this using // AssociateRoutingProfileQueues. // // This member is required. QueueConfigs []types.RoutingProfileQueueConfig // The identifier of the routing profile. // // This member is required. RoutingProfileId *string // contains filtered or unexported fields }
type UpdateRoutingProfileQueuesOutput ¶
type UpdateRoutingProfileQueuesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateSecurityProfileInput ¶
type UpdateSecurityProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier for the security profle. // // This member is required. SecurityProfileId *string // The description of the security profile. Description *string // The permissions granted to a security profile. Permissions []string // contains filtered or unexported fields }
type UpdateSecurityProfileOutput ¶
type UpdateSecurityProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateTaskTemplateInput ¶
type UpdateTaskTemplateInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // A unique identifier for the task template. // // This member is required. TaskTemplateId *string // Constraints that are applicable to the fields listed. Constraints *types.TaskTemplateConstraints // The identifier of the flow that runs by default when a task is created by // referencing this template. ContactFlowId *string // The default values for fields when a task is created by referencing this // template. Defaults *types.TaskTemplateDefaults // The description of the task template. Description *string // Fields that are part of the template. Fields []types.TaskTemplateField // The name of the task template. Name *string // Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only // be created from ACTIVE templates. If a template is marked as INACTIVE, then a // task that refers to this template cannot be created. Status types.TaskTemplateStatus // contains filtered or unexported fields }
type UpdateTaskTemplateOutput ¶
type UpdateTaskTemplateOutput struct { // The Amazon Resource Name (ARN) for the task template resource. Arn *string // Constraints that are applicable to the fields listed. Constraints *types.TaskTemplateConstraints // The identifier of the flow that runs by default when a task is created by // referencing this template. ContactFlowId *string // The timestamp when the task template was created. CreatedTime *time.Time // The default values for fields when a task is created by referencing this // template. Defaults *types.TaskTemplateDefaults // The description of the task template. Description *string // Fields that are part of the template. Fields []types.TaskTemplateField // The identifier of the task template resource. Id *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. InstanceId *string // The timestamp when the task template was last modified. LastModifiedTime *time.Time // The name of the task template. Name *string // Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only // be created from ACTIVE templates. If a template is marked as INACTIVE, then a // task that refers to this template cannot be created. Status types.TaskTemplateStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserHierarchyGroupNameInput ¶
type UpdateUserHierarchyGroupNameInput struct { // The identifier of the hierarchy group. // // This member is required. HierarchyGroupId *string // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The name of the hierarchy group. Must not be more than 100 characters. // // This member is required. Name *string // contains filtered or unexported fields }
type UpdateUserHierarchyGroupNameOutput ¶
type UpdateUserHierarchyGroupNameOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserHierarchyInput ¶
type UpdateUserHierarchyInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the user account. // // This member is required. UserId *string // The identifier of the hierarchy group. HierarchyGroupId *string // contains filtered or unexported fields }
type UpdateUserHierarchyOutput ¶
type UpdateUserHierarchyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserHierarchyStructureInput ¶
type UpdateUserHierarchyStructureInput struct { // The hierarchy levels to update. // // This member is required. HierarchyStructure *types.HierarchyStructureUpdate // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // contains filtered or unexported fields }
type UpdateUserHierarchyStructureOutput ¶
type UpdateUserHierarchyStructureOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserIdentityInfoInput ¶
type UpdateUserIdentityInfoInput struct { // The identity information for the user. // // This member is required. IdentityInfo *types.UserIdentityInfo // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the user account. // // This member is required. UserId *string // contains filtered or unexported fields }
type UpdateUserIdentityInfoOutput ¶
type UpdateUserIdentityInfoOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserPhoneConfigInput ¶
type UpdateUserPhoneConfigInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // Information about phone configuration settings for the user. // // This member is required. PhoneConfig *types.UserPhoneConfig // The identifier of the user account. // // This member is required. UserId *string // contains filtered or unexported fields }
type UpdateUserPhoneConfigOutput ¶
type UpdateUserPhoneConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserRoutingProfileInput ¶
type UpdateUserRoutingProfileInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifier of the routing profile for the user. // // This member is required. RoutingProfileId *string // The identifier of the user account. // // This member is required. UserId *string // contains filtered or unexported fields }
type UpdateUserRoutingProfileOutput ¶
type UpdateUserRoutingProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateUserSecurityProfilesInput ¶
type UpdateUserSecurityProfilesInput struct { // The identifier of the Amazon Connect instance. You can find the instanceId in // the ARN of the instance. // // This member is required. InstanceId *string // The identifiers of the security profiles for the user. // // This member is required. SecurityProfileIds []string // The identifier of the user account. // // This member is required. UserId *string // contains filtered or unexported fields }
type UpdateUserSecurityProfilesOutput ¶
type UpdateUserSecurityProfilesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
api_client.go api_op_AssociateApprovedOrigin.go api_op_AssociateBot.go api_op_AssociateDefaultVocabulary.go api_op_AssociateInstanceStorageConfig.go api_op_AssociateLambdaFunction.go api_op_AssociateLexBot.go api_op_AssociatePhoneNumberContactFlow.go api_op_AssociateQueueQuickConnects.go api_op_AssociateRoutingProfileQueues.go api_op_AssociateSecurityKey.go api_op_ClaimPhoneNumber.go api_op_CreateAgentStatus.go api_op_CreateContactFlow.go api_op_CreateContactFlowModule.go api_op_CreateHoursOfOperation.go api_op_CreateInstance.go api_op_CreateIntegrationAssociation.go api_op_CreateQueue.go api_op_CreateQuickConnect.go api_op_CreateRoutingProfile.go api_op_CreateSecurityProfile.go api_op_CreateTaskTemplate.go api_op_CreateUseCase.go api_op_CreateUser.go api_op_CreateUserHierarchyGroup.go api_op_CreateVocabulary.go api_op_DeleteContactFlow.go api_op_DeleteContactFlowModule.go api_op_DeleteHoursOfOperation.go api_op_DeleteInstance.go api_op_DeleteIntegrationAssociation.go api_op_DeleteQuickConnect.go api_op_DeleteSecurityProfile.go api_op_DeleteTaskTemplate.go api_op_DeleteUseCase.go api_op_DeleteUser.go api_op_DeleteUserHierarchyGroup.go api_op_DeleteVocabulary.go api_op_DescribeAgentStatus.go api_op_DescribeContact.go api_op_DescribeContactFlow.go api_op_DescribeContactFlowModule.go api_op_DescribeHoursOfOperation.go api_op_DescribeInstance.go api_op_DescribeInstanceAttribute.go api_op_DescribeInstanceStorageConfig.go api_op_DescribePhoneNumber.go api_op_DescribeQueue.go api_op_DescribeQuickConnect.go api_op_DescribeRoutingProfile.go api_op_DescribeSecurityProfile.go api_op_DescribeUser.go api_op_DescribeUserHierarchyGroup.go api_op_DescribeUserHierarchyStructure.go api_op_DescribeVocabulary.go api_op_DisassociateApprovedOrigin.go api_op_DisassociateBot.go api_op_DisassociateInstanceStorageConfig.go api_op_DisassociateLambdaFunction.go api_op_DisassociateLexBot.go api_op_DisassociatePhoneNumberContactFlow.go api_op_DisassociateQueueQuickConnects.go api_op_DisassociateRoutingProfileQueues.go api_op_DisassociateSecurityKey.go api_op_GetContactAttributes.go api_op_GetCurrentMetricData.go api_op_GetCurrentUserData.go api_op_GetFederationToken.go api_op_GetMetricData.go api_op_GetTaskTemplate.go api_op_ListAgentStatuses.go api_op_ListApprovedOrigins.go api_op_ListBots.go api_op_ListContactFlowModules.go api_op_ListContactFlows.go api_op_ListContactReferences.go api_op_ListDefaultVocabularies.go api_op_ListHoursOfOperations.go api_op_ListInstanceAttributes.go api_op_ListInstanceStorageConfigs.go api_op_ListInstances.go api_op_ListIntegrationAssociations.go api_op_ListLambdaFunctions.go api_op_ListLexBots.go api_op_ListPhoneNumbers.go api_op_ListPhoneNumbersV2.go api_op_ListPrompts.go api_op_ListQueueQuickConnects.go api_op_ListQueues.go api_op_ListQuickConnects.go api_op_ListRoutingProfileQueues.go api_op_ListRoutingProfiles.go api_op_ListSecurityKeys.go api_op_ListSecurityProfilePermissions.go api_op_ListSecurityProfiles.go api_op_ListTagsForResource.go api_op_ListTaskTemplates.go api_op_ListUseCases.go api_op_ListUserHierarchyGroups.go api_op_ListUsers.go api_op_PutUserStatus.go api_op_ReleasePhoneNumber.go api_op_ResumeContactRecording.go api_op_SearchAvailablePhoneNumbers.go api_op_SearchUsers.go api_op_SearchVocabularies.go api_op_StartChatContact.go api_op_StartContactRecording.go api_op_StartContactStreaming.go api_op_StartOutboundVoiceContact.go api_op_StartTaskContact.go api_op_StopContact.go api_op_StopContactRecording.go api_op_StopContactStreaming.go api_op_SuspendContactRecording.go api_op_TagResource.go api_op_TransferContact.go api_op_UntagResource.go api_op_UpdateAgentStatus.go api_op_UpdateContact.go api_op_UpdateContactAttributes.go api_op_UpdateContactFlowContent.go api_op_UpdateContactFlowMetadata.go api_op_UpdateContactFlowModuleContent.go api_op_UpdateContactFlowModuleMetadata.go api_op_UpdateContactFlowName.go api_op_UpdateContactSchedule.go api_op_UpdateHoursOfOperation.go api_op_UpdateInstanceAttribute.go api_op_UpdateInstanceStorageConfig.go api_op_UpdatePhoneNumber.go api_op_UpdateQueueHoursOfOperation.go api_op_UpdateQueueMaxContacts.go api_op_UpdateQueueName.go api_op_UpdateQueueOutboundCallerConfig.go api_op_UpdateQueueStatus.go api_op_UpdateQuickConnectConfig.go api_op_UpdateQuickConnectName.go api_op_UpdateRoutingProfileConcurrency.go api_op_UpdateRoutingProfileDefaultOutboundQueue.go api_op_UpdateRoutingProfileName.go api_op_UpdateRoutingProfileQueues.go api_op_UpdateSecurityProfile.go api_op_UpdateTaskTemplate.go api_op_UpdateUserHierarchy.go api_op_UpdateUserHierarchyGroupName.go api_op_UpdateUserHierarchyStructure.go api_op_UpdateUserIdentityInfo.go api_op_UpdateUserPhoneConfig.go api_op_UpdateUserRoutingProfile.go api_op_UpdateUserSecurityProfiles.go deserializers.go doc.go endpoints.go go_module_metadata.go serializers.go validators.go
Directories ¶
Path | Synopsis |
---|---|
internal | |
types |
- Version
- v1.26.1
- Published
- Jun 7, 2022
- Platform
- js/wasm
- Imports
- 35 packages
- Last checked
- now –
Tools for package owners.