@aws-sdk/client-connect 3.1095.0 → 3.1097.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.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1094.0";
72
+ var version = "3.1096.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -43,7 +43,11 @@ declare const AssociateContactWithUserCommand_base: {
43
43
  * </p>
44
44
  * <ul>
45
45
  * <li>
46
- * <p>Use this API with chat, email, and task contacts. It does not support voice contacts.</p>
46
+ * <p>Use this API with chat, email, task, and voice contacts. For voice callbacks, this API does not support customer-first mode.</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>This API can be used to offer a contact to an agent even if the agent is currently at maximum concurrency
50
+ * for the channel.</p>
47
51
  * </li>
48
52
  * <li>
49
53
  * <p>Use it to associate contacts with users regardless of their current state, including custom states. Ensure
@@ -1579,7 +1579,9 @@ export interface AssociateRoutingProfileQueuesRequest {
1579
1579
  QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
1580
1580
  /**
1581
1581
  * <p>The manual assignment queues to associate with this routing profile.</p>
1582
- * <p>Note: Use this config for chat, email, and task contacts. It does not support voice contacts.</p>
1582
+ * <note>
1583
+ * <p>For voice contacts, manual assignment supports only agent-first callback contacts. Chat, email, and task contacts are fully supported.</p>
1584
+ * </note>
1583
1585
  * @public
1584
1586
  */
1585
1587
  ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
@@ -5669,7 +5671,9 @@ export interface CreateRoutingProfileRequest {
5669
5671
  * can't pick or assign any contacts from this routing profile. The limit of 10 array members applies to the maximum
5670
5672
  * number of RoutingProfileManualAssignmentQueueConfig objects that can be passed during a CreateRoutingProfile API
5671
5673
  * request. It is different from the quota of 50 queues per routing profile per instance that is listed in Connect Customer service quotas.</p>
5672
- * <p>Note: Use this config for chat, email, and task contacts. It does not support voice contacts.</p>
5674
+ * <note>
5675
+ * <p>For voice contacts, manual assignment supports only agent-first callback contacts. Chat, email, and task contacts are fully supported.</p>
5676
+ * </note>
5673
5677
  * @public
5674
5678
  */
5675
5679
  ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
@@ -6409,6 +6413,7 @@ export interface CreateTaskTemplateRequest {
6409
6413
  Description?: string | undefined;
6410
6414
  /**
6411
6415
  * <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
6416
+ * <p>Although this parameter is marked as optional, the request must contain either a <code>ContactFlowId</code> or a field of type <code>QUICK_CONNECT</code>.</p>
6412
6417
  * @public
6413
6418
  */
6414
6419
  ContactFlowId?: string | undefined;
@@ -6418,7 +6423,9 @@ export interface CreateTaskTemplateRequest {
6418
6423
  */
6419
6424
  SelfAssignFlowId?: string | undefined;
6420
6425
  /**
6421
- * <p>Constraints that are applicable to the fields listed.</p>
6426
+ * <p>Constraints that are applicable to the fields listed.
6427
+ * Although this parameter is marked as optional in the API model, the service requires it when calling <code>CreateTaskTemplate</code> or <code>UpdateTaskTemplate</code>.
6428
+ * The <code>RequiredFields</code> array must contain at least one element, and the field of type <code>NAME</code> must be included in <code>RequiredFields</code>.</p>
6422
6429
  * @public
6423
6430
  */
6424
6431
  Constraints?: TaskTemplateConstraints | undefined;
@@ -6436,6 +6443,7 @@ export interface CreateTaskTemplateRequest {
6436
6443
  Status?: TaskTemplateStatus | undefined;
6437
6444
  /**
6438
6445
  * <p>Fields that are part of the template.</p>
6446
+ * <p>The request must contain exactly one field of type <code>NAME</code>. This field must also be listed in the <code>RequiredFields</code> array within the <code>Constraints</code> parameter.</p>
6439
6447
  * @public
6440
6448
  */
6441
6449
  Fields: TaskTemplateField[] | undefined;
@@ -2702,7 +2702,9 @@ export interface GetTaskTemplateResponse {
2702
2702
  */
2703
2703
  SelfAssignFlowId?: string | undefined;
2704
2704
  /**
2705
- * <p>Constraints that are applicable to the fields listed.</p>
2705
+ * <p>Constraints that are applicable to the fields listed.
2706
+ * Although this parameter is marked as optional in the API model, the service requires it when calling <code>CreateTaskTemplate</code> or <code>UpdateTaskTemplate</code>.
2707
+ * The <code>RequiredFields</code> array must contain at least one element, and the field of type <code>NAME</code> must be included in <code>RequiredFields</code>.</p>
2706
2708
  * @public
2707
2709
  */
2708
2710
  Constraints?: TaskTemplateConstraints | undefined;
@@ -5420,6 +5420,7 @@ export interface UpdateTaskTemplateRequest {
5420
5420
  Description?: string | undefined;
5421
5421
  /**
5422
5422
  * <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
5423
+ * <p>Although this parameter is marked as optional, the request must contain either a <code>ContactFlowId</code> or a field of type <code>QUICK_CONNECT</code>.</p>
5423
5424
  * @public
5424
5425
  */
5425
5426
  ContactFlowId?: string | undefined;
@@ -5429,7 +5430,9 @@ export interface UpdateTaskTemplateRequest {
5429
5430
  */
5430
5431
  SelfAssignFlowId?: string | undefined;
5431
5432
  /**
5432
- * <p>Constraints that are applicable to the fields listed.</p>
5433
+ * <p>Constraints that are applicable to the fields listed.
5434
+ * Although this parameter is marked as optional in the API model, the service requires it when calling <code>CreateTaskTemplate</code> or <code>UpdateTaskTemplate</code>.
5435
+ * The <code>RequiredFields</code> array must contain at least one element, and the field of type <code>NAME</code> must be included in <code>RequiredFields</code>.</p>
5433
5436
  * @public
5434
5437
  */
5435
5438
  Constraints?: TaskTemplateConstraints | undefined;
@@ -5442,11 +5445,13 @@ export interface UpdateTaskTemplateRequest {
5442
5445
  * <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
5443
5446
  * Tasks can only be created from <code>ACTIVE</code> templates.
5444
5447
  * If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
5448
+ * <p>Although this parameter is marked as optional, the service requires it when calling <code>UpdateTaskTemplate</code>.</p>
5445
5449
  * @public
5446
5450
  */
5447
5451
  Status?: TaskTemplateStatus | undefined;
5448
5452
  /**
5449
5453
  * <p>Fields that are part of the template.</p>
5454
+ * <p>The request must contain exactly one field of type <code>NAME</code>. This field must also be listed in the <code>RequiredFields</code> array within the <code>Constraints</code> parameter.</p>
5450
5455
  * @public
5451
5456
  */
5452
5457
  Fields?: TaskTemplateField[] | undefined;
@@ -5491,7 +5496,9 @@ export interface UpdateTaskTemplateResponse {
5491
5496
  */
5492
5497
  SelfAssignFlowId?: string | undefined;
5493
5498
  /**
5494
- * <p>Constraints that are applicable to the fields listed.</p>
5499
+ * <p>Constraints that are applicable to the fields listed.
5500
+ * Although this parameter is marked as optional in the API model, the service requires it when calling <code>CreateTaskTemplate</code> or <code>UpdateTaskTemplate</code>.
5501
+ * The <code>RequiredFields</code> array must contain at least one element, and the field of type <code>NAME</code> must be included in <code>RequiredFields</code>.</p>
5495
5502
  * @public
5496
5503
  */
5497
5504
  Constraints?: TaskTemplateConstraints | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
- "version": "3.1095.0",
3
+ "version": "3.1097.0",
4
4
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-connect",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.0",
50
- "@aws-sdk/credential-provider-node": "^3.972.72",
49
+ "@aws-sdk/core": "^3.977.2",
50
+ "@aws-sdk/credential-provider-node": "^3.972.74",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.29.8",
53
53
  "@smithy/fetch-http-handler": "^5.6.10",