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 makes it easy to set up and manage a customer contact center and provide reliable customer engagement at any scale. Amazon Connect provides rich metrics and real-time reporting that allow you to optimize contact routing. You can also resolve customer issues more efficiently by putting customers in touch with the right agents. There are limits to the number of Amazon Connect resources that you can create and limits to the number of requests that you can make per second. For more information, see Amazon Connect Service Limits (https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- type Client
- func New(options Options, optFns ...func(*Options)) *Client
- func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client
- func (c *Client) CreateUser(ctx context.Context, params *CreateUserInput, optFns ...func(*Options)) (*CreateUserOutput, error)
- func (c *Client) DeleteUser(ctx context.Context, params *DeleteUserInput, optFns ...func(*Options)) (*DeleteUserOutput, 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) 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) 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) ListContactFlows(ctx context.Context, params *ListContactFlowsInput, optFns ...func(*Options)) (*ListContactFlowsOutput, error)
- func (c *Client) ListHoursOfOperations(ctx context.Context, params *ListHoursOfOperationsInput, optFns ...func(*Options)) (*ListHoursOfOperationsOutput, error)
- func (c *Client) ListPhoneNumbers(ctx context.Context, params *ListPhoneNumbersInput, optFns ...func(*Options)) (*ListPhoneNumbersOutput, error)
- func (c *Client) ListQueues(ctx context.Context, params *ListQueuesInput, optFns ...func(*Options)) (*ListQueuesOutput, error)
- func (c *Client) ListRoutingProfiles(ctx context.Context, params *ListRoutingProfilesInput, optFns ...func(*Options)) (*ListRoutingProfilesOutput, 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) 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) ResumeContactRecording(ctx context.Context, params *ResumeContactRecordingInput, optFns ...func(*Options)) (*ResumeContactRecordingOutput, 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) StartOutboundVoiceContact(ctx context.Context, params *StartOutboundVoiceContactInput, optFns ...func(*Options)) (*StartOutboundVoiceContactOutput, 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) 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) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateContactAttributes(ctx context.Context, params *UpdateContactAttributesInput, optFns ...func(*Options)) (*UpdateContactAttributesOutput, error)
- func (c *Client) UpdateUserHierarchy(ctx context.Context, params *UpdateUserHierarchyInput, optFns ...func(*Options)) (*UpdateUserHierarchyOutput, 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 CreateUserInput
- type CreateUserOutput
- type DeleteUserInput
- type DeleteUserOutput
- type DescribeUserHierarchyGroupInput
- type DescribeUserHierarchyGroupOutput
- type DescribeUserHierarchyStructureInput
- type DescribeUserHierarchyStructureOutput
- type DescribeUserInput
- type DescribeUserOutput
- type EndpointResolver
- type EndpointResolverFunc
- type GetContactAttributesInput
- type GetContactAttributesOutput
- type GetCurrentMetricDataInput
- type GetCurrentMetricDataOutput
- type GetFederationTokenInput
- type GetFederationTokenOutput
- type GetMetricDataInput
- type GetMetricDataOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListContactFlowsInput
- type ListContactFlowsOutput
- type ListHoursOfOperationsInput
- type ListHoursOfOperationsOutput
- type ListPhoneNumbersInput
- type ListPhoneNumbersOutput
- type ListQueuesInput
- type ListQueuesOutput
- type ListRoutingProfilesInput
- type ListRoutingProfilesOutput
- type ListSecurityProfilesInput
- type ListSecurityProfilesOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListUserHierarchyGroupsInput
- type ListUserHierarchyGroupsOutput
- type ListUsersInput
- type ListUsersOutput
- type Options
- 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 ResolverOptions
- type ResumeContactRecordingInput
- type ResumeContactRecordingOutput
- type StartChatContactInput
- type StartChatContactOutput
- type StartContactRecordingInput
- type StartContactRecordingOutput
- type StartOutboundVoiceContactInput
- type StartOutboundVoiceContactOutput
- type StopContactInput
- type StopContactOutput
- type StopContactRecordingInput
- type StopContactRecordingOutput
- type SuspendContactRecordingInput
- type SuspendContactRecordingOutput
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateContactAttributesInput
- type UpdateContactAttributesOutput
- type UpdateUserHierarchyInput
- type UpdateUserHierarchyOutput
- 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
Types ¶
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) 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.
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.
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) 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 more information, see Real-time Metrics Reports (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-reports.html) in the Amazon Connect Administrator Guide.
func (*Client) GetFederationToken ¶
func (c *Client) GetFederationToken(ctx context.Context, params *GetFederationTokenInput, optFns ...func(*Options)) (*GetFederationTokenOutput, error)
Retrieves a token for federation.
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 more information, see Historical Metrics Reports (https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics.html) in the Amazon Connect Administrator Guide.
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.
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.
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.
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.
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.
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.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists the tags for the specified resource.
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.
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) 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) 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 need to 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.
func (*Client) StartContactRecording ¶
func (c *Client) StartContactRecording(ctx context.Context, params *StartContactRecordingInput, optFns ...func(*Options)) (*StartContactRecordingOutput, error)
This API starts recording the contact when the agent joins the 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) StartOutboundVoiceContact ¶
func (c *Client) StartOutboundVoiceContact(ctx context.Context, params *StartOutboundVoiceContactInput, optFns ...func(*Options)) (*StartOutboundVoiceContactOutput, error)
This API 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 are not involved in initiating the outbound API (that is, dialing the contact). If the contact flow places an outbound call to a contact, and then puts the contact in queue, that's when the call is 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.
func (*Client) StopContact ¶
func (c *Client) StopContact(ctx context.Context, params *StopContactInput, optFns ...func(*Options)) (*StopContactOutput, error)
Ends the specified contact.
func (*Client) StopContactRecording ¶
func (c *Client) StopContactRecording(ctx context.Context, params *StopContactRecordingInput, optFns ...func(*Options)) (*StopContactRecordingOutput, error)
When a contact is being recorded, this API stops recording the call. 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) 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 type is users.
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) UpdateContactAttributes ¶
func (c *Client) UpdateContactAttributes(ctx context.Context, params *UpdateContactAttributesInput, optFns ...func(*Options)) (*UpdateContactAttributesOutput, error)
Creates or updates the contact attributes associated with the specified contact. You can add or update attributes for both ongoing and completed contacts. For example, you can update the customer's name or the reason the customer called while the call is active, or add notes about steps that the agent took during the call that are displayed 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 identifying abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, 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) 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) UpdateUserIdentityInfo ¶
func (c *Client) UpdateUserIdentityInfo(ctx context.Context, params *UpdateUserIdentityInfoInput, optFns ...func(*Options)) (*UpdateUserIdentityInfoOutput, error)
Updates the identity information for the specified user.
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 CreateUserInput ¶
type CreateUserInput struct { // The identifier of the Amazon Connect 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 }
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 }
type DeleteUserInput ¶
type DeleteUserInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The identifier of the user. // // This member is required. UserId *string }
type DeleteUserOutput ¶
type DeleteUserOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeUserHierarchyGroupInput ¶
type DescribeUserHierarchyGroupInput struct { // The identifier of the hierarchy group. // // This member is required. HierarchyGroupId *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string }
type DescribeUserHierarchyGroupOutput ¶
type DescribeUserHierarchyGroupOutput struct { // Information about the hierarchy group. HierarchyGroup *types.HierarchyGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeUserHierarchyStructureInput ¶
type DescribeUserHierarchyStructureInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string }
type DescribeUserHierarchyStructureOutput ¶
type DescribeUserHierarchyStructureOutput struct { // Information about the hierarchy structure. HierarchyStructure *types.HierarchyStructure // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeUserInput ¶
type DescribeUserInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The identifier of the user account. // // This member is required. UserId *string }
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 }
type EndpointResolver ¶
type EndpointResolver interface { ResolveEndpoint(region string, options ResolverOptions) (aws.Endpoint, error) }
EndpointResolver interface for resolving service endpoints.
func WithEndpointResolver ¶
func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver
WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options ResolverOptions) (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 ResolverOptions) (endpoint aws.Endpoint, err error)
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 }
type GetContactAttributesOutput ¶
type GetContactAttributesOutput struct { // Information about the attributes. Attributes map[string]*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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 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. AGENTS_AFTER_CONTACT_WORK Unit: COUNT // AGENTS_AVAILABLE Unit: COUNT AGENTS_ERROR Unit: COUNT AGENTS_NON_PRODUCTIVE // Unit: COUNT AGENTS_ON_CALL Unit: COUNT AGENTS_ON_CONTACT Unit: COUNT // AGENTS_ONLINE Unit: COUNT AGENTS_STAFFED Unit: COUNT CONTACTS_IN_QUEUE Unit: // COUNT CONTACTS_SCHEDULED Unit: COUNT OLDEST_CONTACT_AGE Unit: SECONDS // SLOTS_ACTIVE Unit: COUNT SLOTS_AVAILABLE Unit: COUNT // // 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. The only supported channel is VOICE. // // This member is required. Filters *types.Filters // The identifier of the Amazon Connect 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. The only // supported channel is VOICE. If no Grouping is included in the request, a summary // of metrics is returned. Groupings []types.Grouping // The maximimum 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 }
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 }
type GetFederationTokenInput ¶
type GetFederationTokenInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string }
type GetFederationTokenOutput ¶
type GetFederationTokenOutput struct { // The credentials to use for federation. Credentials *types.Credentials // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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. The only supported channel is VOICE. // // 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. 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 Unit: PERCENT Statistic: AVG Threshold: Only "Less than" // comparisons are supported, with the following service level thresholds: 15, 20, // 25, 30, 45, 60, 90, 120, 180, 240, 300, 600 // // This member is required. HistoricalMetrics []*types.HistoricalMetric // The identifier of the Amazon Connect 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. The // only supported grouping is QUEUE. If no grouping is specified, a summary of // metrics for all queues is returned. Groupings []types.Grouping // The maximimum 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 }
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 }
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) error }
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListContactFlowsInput ¶
type ListContactFlowsInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The type of contact flow. ContactFlowTypes []types.ContactFlowType // The maximimum 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 }
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 }
type ListHoursOfOperationsInput ¶
type ListHoursOfOperationsInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListPhoneNumbersInput ¶
type ListPhoneNumbersInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListQueuesInput ¶
type ListQueuesInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListRoutingProfilesInput ¶
type ListRoutingProfilesInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListSecurityProfilesInput ¶
type ListSecurityProfilesInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // Information about the tags. Tags map[string]*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListUserHierarchyGroupsInput ¶
type ListUserHierarchyGroupsInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
type ListUsersInput ¶
type ListUsersInput struct { // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string // The maximimum 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 }
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 }
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 // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions ResolverOptions // 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 region to send requests to. (Required) Region string // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. Retryer retry.Retryer // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options ResolverOptions }
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 ResolverOptions ¶
type ResolverOptions = internalendpoints.Options
ResolverOptions is the service endpoint resolver options
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. // // This member is required. InstanceId *string }
type ResumeContactRecordingOutput ¶
type ResumeContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type StartChatContactInput ¶
type StartChatContactInput struct { // The identifier of the contact flow for the chat. // // This member is required. ContactFlowId *string // The identifier of the Amazon Connect 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, 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 initial message to be sent to the newly created chat. InitialMessage *types.ChatMessage }
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 }
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. // // This member is required. InstanceId *string // Who is being recorded. // // This member is required. VoiceRecordingConfiguration *types.VoiceRecordingConfiguration }
type StartContactRecordingOutput ¶
type StartContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type StartOutboundVoiceContactInput ¶
type StartOutboundVoiceContactInput struct { // The identifier of the contact flow for the outbound call. // // 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. // // This member is required. InstanceId *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. The token is valid for 7 days after creation. If a contact is // already started, the contact ID is returned. If the contact is disconnected, a // new contact is started. 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 }
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 }
type StopContactInput ¶
type StopContactInput struct { // The ID of the contact. // // This member is required. ContactId *string // The identifier of the Amazon Connect instance. // // This member is required. InstanceId *string }
type StopContactOutput ¶
type StopContactOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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. // // This member is required. InstanceId *string }
type StopContactRecordingOutput ¶
type StopContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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. // // This member is required. InstanceId *string }
type SuspendContactRecordingOutput ¶
type SuspendContactRecordingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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 }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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 }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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. // // This member is required. InstanceId *string }
type UpdateContactAttributesOutput ¶
type UpdateContactAttributesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateUserHierarchyInput ¶
type UpdateUserHierarchyInput struct { // The identifier of the Amazon Connect 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 }
type UpdateUserHierarchyOutput ¶
type UpdateUserHierarchyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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. // // This member is required. InstanceId *string // The identifier of the user account. // // This member is required. UserId *string }
type UpdateUserIdentityInfoOutput ¶
type UpdateUserIdentityInfoOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateUserPhoneConfigInput ¶
type UpdateUserPhoneConfigInput struct { // The identifier of the Amazon Connect 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 }
type UpdateUserPhoneConfigOutput ¶
type UpdateUserPhoneConfigOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateUserRoutingProfileInput ¶
type UpdateUserRoutingProfileInput struct { // The identifier of the Amazon Connect 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 }
type UpdateUserRoutingProfileOutput ¶
type UpdateUserRoutingProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateUserSecurityProfilesInput ¶
type UpdateUserSecurityProfilesInput struct { // The identifier of the Amazon Connect 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 }
type UpdateUserSecurityProfilesOutput ¶
type UpdateUserSecurityProfilesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
Source Files ¶
api_client.go api_op_CreateUser.go api_op_DeleteUser.go api_op_DescribeUser.go api_op_DescribeUserHierarchyGroup.go api_op_DescribeUserHierarchyStructure.go api_op_GetContactAttributes.go api_op_GetCurrentMetricData.go api_op_GetFederationToken.go api_op_GetMetricData.go api_op_ListContactFlows.go api_op_ListHoursOfOperations.go api_op_ListPhoneNumbers.go api_op_ListQueues.go api_op_ListRoutingProfiles.go api_op_ListSecurityProfiles.go api_op_ListTagsForResource.go api_op_ListUserHierarchyGroups.go api_op_ListUsers.go api_op_ResumeContactRecording.go api_op_StartChatContact.go api_op_StartContactRecording.go api_op_StartOutboundVoiceContact.go api_op_StopContact.go api_op_StopContactRecording.go api_op_SuspendContactRecording.go api_op_TagResource.go api_op_UntagResource.go api_op_UpdateContactAttributes.go api_op_UpdateUserHierarchy.go api_op_UpdateUserIdentityInfo.go api_op_UpdateUserPhoneConfig.go api_op_UpdateUserRoutingProfile.go api_op_UpdateUserSecurityProfiles.go deserializers.go doc.go endpoints.go serializers.go validators.go
Directories ¶
Path | Synopsis |
---|---|
internal | |
types |
- Version
- v0.27.0
- Published
- Oct 17, 2020
- Platform
- js/wasm
- Imports
- 28 packages
- Last checked
- now –
Tools for package owners.