@aws-sdk/client-connect 3.744.0 → 3.745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,7 +28,11 @@ declare const CreateContactCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <
|
|
31
|
+
* <important>
|
|
32
|
+
* <p>Only the EMAIL channel is supported. The supported initiation
|
|
33
|
+
* methods are: OUTBOUND, AGENT_REPLY, and FLOW.</p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Creates a new EMAIL contact. </p>
|
|
32
36
|
* @example
|
|
33
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
38
|
* ```javascript
|
|
@@ -28,6 +28,11 @@ declare const UpdateTrafficDistributionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates the traffic distribution for a given traffic distribution group. </p>
|
|
31
|
+
* <important>
|
|
32
|
+
* <p>When you shift telephony traffic, also shift agents and/or agent sign-ins to ensure they
|
|
33
|
+
* can handle the calls in the other Region. If you don't shift the agents, voice calls will go to
|
|
34
|
+
* the shifted Region but there won't be any agents available to receive the calls.</p>
|
|
35
|
+
* </important>
|
|
31
36
|
* <note>
|
|
32
37
|
* <p>The <code>SignInConfig</code> distribution is available only on a
|
|
33
38
|
* default <code>TrafficDistributionGroup</code> (see the <code>IsDefault</code> parameter in the
|
|
@@ -4557,7 +4557,9 @@ export interface NotificationRecipientType {
|
|
|
4557
4557
|
*/
|
|
4558
4558
|
UserTags?: Record<string, string> | undefined;
|
|
4559
4559
|
/**
|
|
4560
|
-
* <p>A list of user IDs
|
|
4560
|
+
* <p>A list of user IDs. Supports variable injection of
|
|
4561
|
+
* <code>$.ContactLens.ContactEvaluation.Agent.AgentId</code> for
|
|
4562
|
+
* <code>OnContactEvaluationSubmit</code> event source. </p>
|
|
4561
4563
|
* @public
|
|
4562
4564
|
*/
|
|
4563
4565
|
UserIds?: string[] | undefined;
|
|
@@ -4890,9 +4892,10 @@ export interface CreateSecurityProfileRequest {
|
|
|
4890
4892
|
*/
|
|
4891
4893
|
AllowedAccessControlTags?: Record<string, string> | undefined;
|
|
4892
4894
|
/**
|
|
4893
|
-
* <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
|
4894
|
-
* <
|
|
4895
|
-
*
|
|
4895
|
+
* <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect. For a list of Amazon Connect resources that you can tag, see
|
|
4896
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Add tags to resources
|
|
4897
|
+
* in Amazon Connect</a> in the <i>Amazon Connect Administrator
|
|
4898
|
+
* Guide</i>. </p>
|
|
4896
4899
|
* @public
|
|
4897
4900
|
*/
|
|
4898
4901
|
TagRestrictedResources?: string[] | undefined;
|
|
@@ -3093,34 +3093,41 @@ export interface SearchResourceTagsRequest {
|
|
|
3093
3093
|
InstanceId: string | undefined;
|
|
3094
3094
|
/**
|
|
3095
3095
|
* <p>The list of resource types to be used to search tags from. If not provided or if any empty
|
|
3096
|
-
* list is provided, this API will search from all supported resource types
|
|
3096
|
+
* list is provided, this API will search from all supported resource types. Note that lowercase and
|
|
3097
|
+
* - are required.</p>
|
|
3097
3098
|
* <p class="title">
|
|
3098
3099
|
* <b>Supported resource types</b>
|
|
3099
3100
|
* </p>
|
|
3100
3101
|
* <ul>
|
|
3101
3102
|
* <li>
|
|
3102
|
-
* <p>
|
|
3103
|
+
* <p>agent</p>
|
|
3103
3104
|
* </li>
|
|
3104
3105
|
* <li>
|
|
3105
|
-
* <p>
|
|
3106
|
+
* <p>agent-state</p>
|
|
3106
3107
|
* </li>
|
|
3107
3108
|
* <li>
|
|
3108
|
-
* <p>
|
|
3109
|
+
* <p>routing-profile</p>
|
|
3109
3110
|
* </li>
|
|
3110
3111
|
* <li>
|
|
3111
|
-
* <p>
|
|
3112
|
+
* <p>standard-queue</p>
|
|
3112
3113
|
* </li>
|
|
3113
3114
|
* <li>
|
|
3114
|
-
* <p>
|
|
3115
|
+
* <p>security-profile</p>
|
|
3115
3116
|
* </li>
|
|
3116
3117
|
* <li>
|
|
3117
|
-
* <p>
|
|
3118
|
+
* <p>operating-hours</p>
|
|
3118
3119
|
* </li>
|
|
3119
3120
|
* <li>
|
|
3120
|
-
* <p>
|
|
3121
|
+
* <p>prompt</p>
|
|
3121
3122
|
* </li>
|
|
3122
3123
|
* <li>
|
|
3123
|
-
* <p>
|
|
3124
|
+
* <p>contact-flow</p>
|
|
3125
|
+
* </li>
|
|
3126
|
+
* <li>
|
|
3127
|
+
* <p>flow- module</p>
|
|
3128
|
+
* </li>
|
|
3129
|
+
* <li>
|
|
3130
|
+
* <p>transfer-destination (also known as quick connect)</p>
|
|
3124
3131
|
* </li>
|
|
3125
3132
|
* </ul>
|
|
3126
3133
|
* @public
|
|
@@ -5565,8 +5572,9 @@ export interface UpdateContactAttributesRequest {
|
|
|
5565
5572
|
* other contact attributes.</p>
|
|
5566
5573
|
* <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
|
|
5567
5574
|
* can include only alphanumeric, dash, and underscore characters.</p>
|
|
5568
|
-
* <p>
|
|
5569
|
-
*
|
|
5575
|
+
* <p>In the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-contact-attributes.html">Set contact attributes</a>
|
|
5576
|
+
* block, when the attributes for a contact exceed 32 KB, the contact is routed down the Error
|
|
5577
|
+
* branch of the flow. As a mitigation, consider the following options:</p>
|
|
5570
5578
|
* <ul>
|
|
5571
5579
|
* <li>
|
|
5572
5580
|
* <p>Remove unnecessary attributes by setting their values to empty.</p>
|
|
@@ -814,11 +814,20 @@ export interface CreateContactRequest {
|
|
|
814
814
|
References?: Record<string, Reference> | undefined;
|
|
815
815
|
/**
|
|
816
816
|
* <p>The channel for the contact</p>
|
|
817
|
+
* <important>
|
|
818
|
+
* <p>CreateContact only supports the EMAIL channel. The following information that states other
|
|
819
|
+
* channels are supported is incorrect. We are working to update this topic.</p>
|
|
820
|
+
* </important>
|
|
817
821
|
* @public
|
|
818
822
|
*/
|
|
819
823
|
Channel: Channel | undefined;
|
|
820
824
|
/**
|
|
821
|
-
* <p>Indicates how the contact was initiated
|
|
825
|
+
* <p>Indicates how the contact was initiated. </p>
|
|
826
|
+
* <important>
|
|
827
|
+
* <p>CreateContact only supports the following initiation methods: OUTBOUND, AGENT_REPLY, and
|
|
828
|
+
* FLOW. The following information that states other initiation methods are supported is incorrect. We are
|
|
829
|
+
* working to update this topic.</p>
|
|
830
|
+
* </important>
|
|
822
831
|
* @public
|
|
823
832
|
*/
|
|
824
833
|
InitiationMethod: ContactInitiationMethod | undefined;
|
|
@@ -2419,9 +2428,6 @@ export interface SearchUserHierarchyGroupsRequest {
|
|
|
2419
2428
|
export interface SearchUsersRequest {
|
|
2420
2429
|
/**
|
|
2421
2430
|
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2422
|
-
* <note>
|
|
2423
|
-
* <p>InstanceID is a required field. The "Required: No" below is incorrect.</p>
|
|
2424
|
-
* </note>
|
|
2425
2431
|
* @public
|
|
2426
2432
|
*/
|
|
2427
2433
|
InstanceId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.745.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|