@aws-sdk/client-connect 3.787.0 → 3.796.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +60 -5
  2. package/dist-es/models/models_0.js +8 -0
  3. package/dist-es/models/models_1.js +0 -4
  4. package/dist-es/models/models_2.js +4 -0
  5. package/dist-es/protocols/Aws_restJson1.js +47 -0
  6. package/dist-types/commands/CreateContactCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateRuleCommand.d.ts +19 -2
  8. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeRuleCommand.d.ts +19 -2
  13. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
  15. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  16. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +7 -6
  17. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  21. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateRuleCommand.d.ts +18 -1
  23. package/dist-types/models/models_0.d.ts +77 -50
  24. package/dist-types/models/models_1.d.ts +54 -102
  25. package/dist-types/models/models_2.d.ts +108 -89
  26. package/dist-types/models/models_3.d.ts +101 -9
  27. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -2
  33. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +23 -13
  38. package/dist-types/ts3.4/models/models_1.d.ts +13 -26
  39. package/dist-types/ts3.4/models/models_2.d.ts +25 -26
  40. package/dist-types/ts3.4/models/models_3.d.ts +24 -0
  41. package/package.json +5 -5
@@ -1,6 +1,91 @@
1
- import { AdditionalEmailRecipients, AgentAvailabilityTimer, AgentConfig, AgentInfo, AgentStatusSearchFilter, Application, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, Endpoint, EvaluationFormQuestion, EvaluationFormScoringStrategy, InitiateAs, MediaConcurrency, Reference, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus } from "./models_0";
2
- import { AnsweringMachineDetectionStatus, AttributeCondition, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationFormVersionStatus, Expiry, QualityMetrics, QueueInfo, RoutingCriteriaStepStatus, SignInConfig, TelephonyConfig, WisdomInfo } from "./models_1";
1
+ import { AdditionalEmailRecipients, AgentAvailabilityTimer, AgentConfig, AgentInfo, AgentStatusSearchFilter, Application, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, Endpoint, EvaluationFormQuestion, EvaluationFormScoringStrategy, InitiateAs, MediaConcurrency, OutboundEmailConfig, QuickConnectConfig, Reference, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus } from "./models_0";
2
+ import { AnsweringMachineDetectionStatus, AttributeCondition, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationFormVersionStatus, Expiry, QualityMetrics, QueueInfo, QueueStatus, RoutingCriteriaStepStatus, SignInConfig, TelephonyConfig, WisdomInfo } from "./models_1";
3
3
  import { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingCriteriaInputStepExpiry, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface UpdateQueueOutboundEmailConfigRequest {
8
+ /**
9
+ * <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>
10
+ * @public
11
+ */
12
+ InstanceId: string | undefined;
13
+ /**
14
+ * <p>The identifier for the queue.</p>
15
+ * @public
16
+ */
17
+ QueueId: string | undefined;
18
+ /**
19
+ * <p>The outbound email address ID for a specified queue.</p>
20
+ * @public
21
+ */
22
+ OutboundEmailConfig: OutboundEmailConfig | undefined;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface UpdateQueueStatusRequest {
28
+ /**
29
+ * <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>
30
+ * @public
31
+ */
32
+ InstanceId: string | undefined;
33
+ /**
34
+ * <p>The identifier for the queue.</p>
35
+ * @public
36
+ */
37
+ QueueId: string | undefined;
38
+ /**
39
+ * <p>The status of the queue.</p>
40
+ * @public
41
+ */
42
+ Status: QueueStatus | undefined;
43
+ }
44
+ /**
45
+ * @public
46
+ */
47
+ export interface UpdateQuickConnectConfigRequest {
48
+ /**
49
+ * <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>
50
+ * @public
51
+ */
52
+ InstanceId: string | undefined;
53
+ /**
54
+ * <p>The identifier for the quick connect.</p>
55
+ * @public
56
+ */
57
+ QuickConnectId: string | undefined;
58
+ /**
59
+ * <p>Information about the configuration settings for the quick connect.</p>
60
+ * @public
61
+ */
62
+ QuickConnectConfig: QuickConnectConfig | undefined;
63
+ }
64
+ /**
65
+ * @public
66
+ */
67
+ export interface UpdateQuickConnectNameRequest {
68
+ /**
69
+ * <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>
70
+ * @public
71
+ */
72
+ InstanceId: string | undefined;
73
+ /**
74
+ * <p>The identifier for the quick connect.</p>
75
+ * @public
76
+ */
77
+ QuickConnectId: string | undefined;
78
+ /**
79
+ * <p>The name of the quick connect.</p>
80
+ * @public
81
+ */
82
+ Name?: string | undefined;
83
+ /**
84
+ * <p>The description of the quick connect.</p>
85
+ * @public
86
+ */
87
+ Description?: string | undefined;
88
+ }
4
89
  /**
5
90
  * @public
6
91
  */
@@ -856,8 +941,7 @@ export interface CreateContactRequest {
856
941
  */
857
942
  ClientToken?: string | undefined;
858
943
  /**
859
- * <p>The unique identifier for an Amazon Connect contact. This identifier is related to the
860
- * contact starting.</p>
944
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
861
945
  * @public
862
946
  */
863
947
  RelatedContactId?: string | undefined;
@@ -878,7 +962,7 @@ export interface CreateContactRequest {
878
962
  /**
879
963
  * <p>The channel for the contact</p>
880
964
  * <important>
881
- * <p>CreateContact only supports the EMAIL channel. The following information that states other
965
+ * <p>CreateContact only supports the EMAIL and VOICE channels. The following information that states other
882
966
  * channels are supported is incorrect. We are working to update this topic.</p>
883
967
  * </important>
884
968
  * @public
@@ -887,8 +971,17 @@ export interface CreateContactRequest {
887
971
  /**
888
972
  * <p>Indicates how the contact was initiated. </p>
889
973
  * <important>
890
- * <p>CreateContact only supports the following initiation methods: OUTBOUND, AGENT_REPLY, and
891
- * FLOW. The following information that states other initiation methods are supported is incorrect.
974
+ * <p>CreateContact only supports the following initiation methods: </p>
975
+ * <ul>
976
+ * <li>
977
+ * <p>For EMAIL: OUTBOUND, AGENT_REPLY, and
978
+ * FLOW. </p>
979
+ * </li>
980
+ * <li>
981
+ * <p>For VOICE: TRANSFER and the subtype connect:ExternalAudio. </p>
982
+ * </li>
983
+ * </ul>
984
+ * <p>The following information that states other initiation methods are supported is incorrect.
892
985
  * We are working to update this topic.</p>
893
986
  * </important>
894
987
  * @public
@@ -937,8 +1030,7 @@ export interface CreateContactRequest {
937
1030
  /**
938
1031
  * <p>The ID of the previous contact when creating a transfer contact. This value can be provided
939
1032
  * only for external audio contacts. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Integrate Amazon Connect Contact Lens
940
- * with external voice systems</a> in the <i>Amazon Connect Administrator
941
- * Guide</i>.</p>
1033
+ * with external voice systems</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
942
1034
  * @public
943
1035
  */
944
1036
  PreviousContactId?: string | undefined;
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- DeletePushNotificationRegistrationRequest,
10
- DeletePushNotificationRegistrationResponse,
11
- } from "../models/models_0";
8
+ import { DeletePushNotificationRegistrationRequest } from "../models/models_0";
9
+ import { DeletePushNotificationRegistrationResponse } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DeletePushNotificationRegistrationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeleteQueueRequest } from "../models/models_0";
8
+ import { DeleteQueueRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeleteQuickConnectRequest } from "../models/models_0";
8
+ import { DeleteQuickConnectRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteQuickConnectCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeleteRoutingProfileRequest } from "../models/models_0";
8
+ import { DeleteRoutingProfileRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteRoutingProfileCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- ListQueueQuickConnectsRequest,
10
- ListQueueQuickConnectsResponse,
11
- } from "../models/models_1";
8
+ import { ListQueueQuickConnectsRequest } from "../models/models_1";
9
+ import { ListQueueQuickConnectsResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListQueueQuickConnectsCommandInput
@@ -5,8 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { ListQueuesRequest } from "../models/models_1";
9
- import { ListQueuesResponse } from "../models/models_2";
8
+ import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
10
9
  export { __MetadataBearer };
11
10
  export { $Command };
12
11
  export interface ListQueuesCommandInput extends ListQueuesRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueOutboundEmailConfigRequest } from "../models/models_2";
8
+ import { UpdateQueueOutboundEmailConfigRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueOutboundEmailConfigCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueStatusRequest } from "../models/models_2";
8
+ import { UpdateQueueStatusRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueStatusCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQuickConnectConfigRequest } from "../models/models_2";
8
+ import { UpdateQuickConnectConfigRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQuickConnectConfigCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQuickConnectNameRequest } from "../models/models_2";
8
+ import { UpdateQuickConnectNameRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQuickConnectNameCommandInput
@@ -10,6 +10,7 @@ export declare class AccessDeniedException extends __BaseException {
10
10
  }
11
11
  export declare const ActionType: {
12
12
  readonly ASSIGN_CONTACT_CATEGORY: "ASSIGN_CONTACT_CATEGORY";
13
+ readonly ASSIGN_SLA: "ASSIGN_SLA";
13
14
  readonly CREATE_CASE: "CREATE_CASE";
14
15
  readonly CREATE_TASK: "CREATE_TASK";
15
16
  readonly END_ASSOCIATED_TASKS: "END_ASSOCIATED_TASKS";
@@ -1402,6 +1403,26 @@ export interface FieldValueUnion {
1402
1403
  EmptyValue?: EmptyFieldValue | undefined;
1403
1404
  StringValue?: string | undefined;
1404
1405
  }
1406
+ export declare const SlaType: {
1407
+ readonly CASE_FIELD: "CaseField";
1408
+ };
1409
+ export type SlaType = (typeof SlaType)[keyof typeof SlaType];
1410
+ export interface CaseSlaConfiguration {
1411
+ Name: string | undefined;
1412
+ Type: SlaType | undefined;
1413
+ FieldId?: string | undefined;
1414
+ TargetFieldValues?: FieldValueUnion[] | undefined;
1415
+ TargetSlaMinutes: number | undefined;
1416
+ }
1417
+ export declare const SlaAssignmentType: {
1418
+ readonly CASES: "CASES";
1419
+ };
1420
+ export type SlaAssignmentType =
1421
+ (typeof SlaAssignmentType)[keyof typeof SlaAssignmentType];
1422
+ export interface AssignSlaActionDefinition {
1423
+ SlaAssignmentType: SlaAssignmentType | undefined;
1424
+ CaseSlaConfiguration?: CaseSlaConfiguration | undefined;
1425
+ }
1405
1426
  export interface FieldValue {
1406
1427
  Id: string | undefined;
1407
1428
  Value: FieldValueUnion | undefined;
@@ -1457,6 +1478,7 @@ export interface RuleAction {
1457
1478
  SendNotificationAction?: SendNotificationActionDefinition | undefined;
1458
1479
  CreateCaseAction?: CreateCaseActionDefinition | undefined;
1459
1480
  UpdateCaseAction?: UpdateCaseActionDefinition | undefined;
1481
+ AssignSlaAction?: AssignSlaActionDefinition | undefined;
1460
1482
  EndAssociatedTasksAction?: EndAssociatedTasksActionDefinition | undefined;
1461
1483
  SubmitAutoEvaluationAction?: SubmitAutoEvaluationActionDefinition | undefined;
1462
1484
  }
@@ -1476,6 +1498,7 @@ export declare const EventSourceName: {
1476
1498
  readonly OnRealTimeCallAnalysisAvailable: "OnRealTimeCallAnalysisAvailable";
1477
1499
  readonly OnRealTimeChatAnalysisAvailable: "OnRealTimeChatAnalysisAvailable";
1478
1500
  readonly OnSalesforceCaseCreate: "OnSalesforceCaseCreate";
1501
+ readonly OnSlaBreach: "OnSlaBreach";
1479
1502
  readonly OnZendeskTicketCreate: "OnZendeskTicketCreate";
1480
1503
  readonly OnZendeskTicketStatusUpdate: "OnZendeskTicketStatusUpdate";
1481
1504
  };
@@ -1871,19 +1894,6 @@ export interface DeletePushNotificationRegistrationRequest {
1871
1894
  RegistrationId: string | undefined;
1872
1895
  ContactId: string | undefined;
1873
1896
  }
1874
- export interface DeletePushNotificationRegistrationResponse {}
1875
- export interface DeleteQueueRequest {
1876
- InstanceId: string | undefined;
1877
- QueueId: string | undefined;
1878
- }
1879
- export interface DeleteQuickConnectRequest {
1880
- InstanceId: string | undefined;
1881
- QuickConnectId: string | undefined;
1882
- }
1883
- export interface DeleteRoutingProfileRequest {
1884
- InstanceId: string | undefined;
1885
- RoutingProfileId: string | undefined;
1886
- }
1887
1897
  export declare const CreateEmailAddressRequestFilterSensitiveLog: (
1888
1898
  obj: CreateEmailAddressRequest
1889
1899
  ) => any;
@@ -42,7 +42,6 @@ import {
42
42
  PredefinedAttributeValues,
43
43
  QueueReference,
44
44
  QuickConnectConfig,
45
- QuickConnectType,
46
45
  ReferenceStatus,
47
46
  ReferenceType,
48
47
  RoutingProfileQueueReference,
@@ -60,6 +59,19 @@ import {
60
59
  VocabularyLanguageCode,
61
60
  VocabularyState,
62
61
  } from "./models_0";
62
+ export interface DeletePushNotificationRegistrationResponse {}
63
+ export interface DeleteQueueRequest {
64
+ InstanceId: string | undefined;
65
+ QueueId: string | undefined;
66
+ }
67
+ export interface DeleteQuickConnectRequest {
68
+ InstanceId: string | undefined;
69
+ QuickConnectId: string | undefined;
70
+ }
71
+ export interface DeleteRoutingProfileRequest {
72
+ InstanceId: string | undefined;
73
+ RoutingProfileId: string | undefined;
74
+ }
63
75
  export interface DeleteRuleRequest {
64
76
  InstanceId: string | undefined;
65
77
  RuleId: string | undefined;
@@ -2100,31 +2112,6 @@ export interface ListQueueQuickConnectsRequest {
2100
2112
  NextToken?: string | undefined;
2101
2113
  MaxResults?: number | undefined;
2102
2114
  }
2103
- export interface QuickConnectSummary {
2104
- Id?: string | undefined;
2105
- Arn?: string | undefined;
2106
- Name?: string | undefined;
2107
- QuickConnectType?: QuickConnectType | undefined;
2108
- LastModifiedTime?: Date | undefined;
2109
- LastModifiedRegion?: string | undefined;
2110
- }
2111
- export interface ListQueueQuickConnectsResponse {
2112
- NextToken?: string | undefined;
2113
- QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
2114
- LastModifiedTime?: Date | undefined;
2115
- LastModifiedRegion?: string | undefined;
2116
- }
2117
- export declare const QueueType: {
2118
- readonly AGENT: "AGENT";
2119
- readonly STANDARD: "STANDARD";
2120
- };
2121
- export type QueueType = (typeof QueueType)[keyof typeof QueueType];
2122
- export interface ListQueuesRequest {
2123
- InstanceId: string | undefined;
2124
- QueueTypes?: QueueType[] | undefined;
2125
- NextToken?: string | undefined;
2126
- MaxResults?: number | undefined;
2127
- }
2128
2115
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2129
2116
  obj: DescribeEmailAddressResponse
2130
2117
  ) => any;
@@ -20,10 +20,8 @@ import {
20
20
  InstanceStorageResourceType,
21
21
  MonitorCapability,
22
22
  OutboundCallerConfig,
23
- OutboundEmailConfig,
24
23
  ParticipantRole,
25
24
  PredefinedAttributeValues,
26
- QuickConnectConfig,
27
25
  QuickConnectType,
28
26
  Reference,
29
27
  RehydrationType,
@@ -57,14 +55,36 @@ import {
57
55
  PredefinedAttribute,
58
56
  Prompt,
59
57
  Queue,
60
- QueueStatus,
61
- QueueType,
62
58
  QuickConnect,
63
- QuickConnectSummary,
64
59
  RoutingProfile,
65
60
  SortOrder,
66
61
  TrafficDistributionGroupStatus,
67
62
  } from "./models_1";
63
+ export interface QuickConnectSummary {
64
+ Id?: string | undefined;
65
+ Arn?: string | undefined;
66
+ Name?: string | undefined;
67
+ QuickConnectType?: QuickConnectType | undefined;
68
+ LastModifiedTime?: Date | undefined;
69
+ LastModifiedRegion?: string | undefined;
70
+ }
71
+ export interface ListQueueQuickConnectsResponse {
72
+ NextToken?: string | undefined;
73
+ QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
74
+ LastModifiedTime?: Date | undefined;
75
+ LastModifiedRegion?: string | undefined;
76
+ }
77
+ export declare const QueueType: {
78
+ readonly AGENT: "AGENT";
79
+ readonly STANDARD: "STANDARD";
80
+ };
81
+ export type QueueType = (typeof QueueType)[keyof typeof QueueType];
82
+ export interface ListQueuesRequest {
83
+ InstanceId: string | undefined;
84
+ QueueTypes?: QueueType[] | undefined;
85
+ NextToken?: string | undefined;
86
+ MaxResults?: number | undefined;
87
+ }
68
88
  export interface QueueSummary {
69
89
  Id?: string | undefined;
70
90
  Arn?: string | undefined;
@@ -1741,27 +1761,6 @@ export interface UpdateQueueOutboundCallerConfigRequest {
1741
1761
  QueueId: string | undefined;
1742
1762
  OutboundCallerConfig: OutboundCallerConfig | undefined;
1743
1763
  }
1744
- export interface UpdateQueueOutboundEmailConfigRequest {
1745
- InstanceId: string | undefined;
1746
- QueueId: string | undefined;
1747
- OutboundEmailConfig: OutboundEmailConfig | undefined;
1748
- }
1749
- export interface UpdateQueueStatusRequest {
1750
- InstanceId: string | undefined;
1751
- QueueId: string | undefined;
1752
- Status: QueueStatus | undefined;
1753
- }
1754
- export interface UpdateQuickConnectConfigRequest {
1755
- InstanceId: string | undefined;
1756
- QuickConnectId: string | undefined;
1757
- QuickConnectConfig: QuickConnectConfig | undefined;
1758
- }
1759
- export interface UpdateQuickConnectNameRequest {
1760
- InstanceId: string | undefined;
1761
- QuickConnectId: string | undefined;
1762
- Name?: string | undefined;
1763
- Description?: string | undefined;
1764
- }
1765
1764
  export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
1766
1765
  export declare const ListViewsResponseFilterSensitiveLog: (
1767
1766
  obj: ListViewsResponse
@@ -15,6 +15,8 @@ import {
15
15
  EvaluationFormScoringStrategy,
16
16
  InitiateAs,
17
17
  MediaConcurrency,
18
+ OutboundEmailConfig,
19
+ QuickConnectConfig,
18
20
  Reference,
19
21
  RoutingProfileQueueConfig,
20
22
  RuleAction,
@@ -47,6 +49,7 @@ import {
47
49
  Expiry,
48
50
  QualityMetrics,
49
51
  QueueInfo,
52
+ QueueStatus,
50
53
  RoutingCriteriaStepStatus,
51
54
  SignInConfig,
52
55
  TelephonyConfig,
@@ -78,6 +81,27 @@ import {
78
81
  UserHierarchyGroupSearchFilter,
79
82
  UserSearchFilter,
80
83
  } from "./models_2";
84
+ export interface UpdateQueueOutboundEmailConfigRequest {
85
+ InstanceId: string | undefined;
86
+ QueueId: string | undefined;
87
+ OutboundEmailConfig: OutboundEmailConfig | undefined;
88
+ }
89
+ export interface UpdateQueueStatusRequest {
90
+ InstanceId: string | undefined;
91
+ QueueId: string | undefined;
92
+ Status: QueueStatus | undefined;
93
+ }
94
+ export interface UpdateQuickConnectConfigRequest {
95
+ InstanceId: string | undefined;
96
+ QuickConnectId: string | undefined;
97
+ QuickConnectConfig: QuickConnectConfig | undefined;
98
+ }
99
+ export interface UpdateQuickConnectNameRequest {
100
+ InstanceId: string | undefined;
101
+ QuickConnectId: string | undefined;
102
+ Name?: string | undefined;
103
+ Description?: string | undefined;
104
+ }
81
105
  export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
82
106
  InstanceId: string | undefined;
83
107
  RoutingProfileId: 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.787.0",
4
+ "version": "3.796.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",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.787.0",
23
+ "@aws-sdk/core": "3.796.0",
24
+ "@aws-sdk/credential-provider-node": "3.796.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.787.0",
28
+ "@aws-sdk/middleware-user-agent": "3.796.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
31
  "@aws-sdk/util-endpoints": "3.787.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.787.0",
33
+ "@aws-sdk/util-user-agent-node": "3.796.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",