@aws-sdk/client-connect 3.937.0 → 3.939.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 (110) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +422 -15
  3. package/dist-es/Connect.js +16 -0
  4. package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
  5. package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
  6. package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
  7. package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
  8. package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
  9. package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
  10. package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
  11. package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
  14. package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +304 -15
  17. package/dist-types/Connect.d.ts +56 -0
  18. package/dist-types/ConnectClient.d.ts +10 -2
  19. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
  21. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
  23. package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
  24. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  25. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
  26. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
  27. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
  28. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  29. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  38. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
  39. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
  40. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  41. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  42. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  43. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  44. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  45. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  53. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  55. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/models/models_0.d.ts +157 -239
  58. package/dist-types/models/models_1.d.ts +501 -481
  59. package/dist-types/models/models_2.d.ts +3522 -3819
  60. package/dist-types/models/models_3.d.ts +803 -3
  61. package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/schemas/schemas_0.d.ts +30 -0
  65. package/dist-types/ts3.4/Connect.d.ts +136 -0
  66. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  84. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
  88. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  98. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +38 -99
  103. package/dist-types/ts3.4/models/models_1.d.ts +161 -102
  104. package/dist-types/ts3.4/models/models_2.d.ts +112 -157
  105. package/dist-types/ts3.4/models/models_3.d.ts +185 -2
  106. package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  107. package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  110. package/package.json +2 -2
@@ -26,7 +26,6 @@ import {
26
26
  FileUseCaseType,
27
27
  HierarchyGroupMatchType,
28
28
  InboundMessageSourceType,
29
- InitiateAs,
30
29
  InstanceAttributeType,
31
30
  InstanceStorageResourceType,
32
31
  IvrRecordingTrack,
@@ -41,7 +40,6 @@ import {
41
40
  PhoneNumberType,
42
41
  QueueStatus,
43
42
  RehydrationType,
44
- RoutingCriteriaStepStatus,
45
43
  RulePublishStatus,
46
44
  SearchableQueueType,
47
45
  SearchContactsMatchType,
@@ -53,6 +51,7 @@ import {
53
51
  TargetListType,
54
52
  TaskTemplateStatus,
55
53
  TimerEligibleParticipantRoles,
54
+ TrafficDistributionGroupStatus,
56
55
  TrafficType,
57
56
  UseCaseType,
58
57
  ViewStatus,
@@ -65,17 +64,14 @@ import {
65
64
  AgentConfig,
66
65
  AgentHierarchyGroups,
67
66
  AgentStatus,
68
- AgentStatusSearchFilter,
69
67
  AliasConfiguration,
70
68
  AllowedCapabilities,
71
69
  Application,
72
70
  AttributeCondition,
73
71
  ControlPlaneAttributeFilter,
74
72
  CreatedByInfo,
75
- EvaluationAnswerData,
76
73
  EvaluationFormItemEnablementExpression,
77
74
  EvaluationFormQuestionTypeProperties,
78
- Expiry,
79
75
  HoursOfOperationConfig,
80
76
  HoursOfOperationOverrideConfig,
81
77
  InputPredefinedAttributeConfiguration,
@@ -95,7 +91,6 @@ import {
95
91
  TaskTemplateDefaults,
96
92
  TaskTemplateField,
97
93
  UserIdentityInfo,
98
- UserInfo,
99
94
  UserPhoneConfig,
100
95
  UserProficiency,
101
96
  View,
@@ -104,6 +99,7 @@ import {
104
99
  import {
105
100
  ContactFlow,
106
101
  ContactFlowModule,
102
+ EvaluationAnswerData,
107
103
  EvaluationNote,
108
104
  HierarchyGroup,
109
105
  HierarchyGroupSummary,
@@ -117,6 +113,105 @@ import {
117
113
  SignInConfig,
118
114
  TelephonyConfig,
119
115
  } from "./models_1";
116
+ export interface SecurityKey {
117
+ AssociationId?: string | undefined;
118
+ Key?: string | undefined;
119
+ CreationTime?: Date | undefined;
120
+ }
121
+ export interface ListSecurityKeysResponse {
122
+ SecurityKeys?: SecurityKey[] | undefined;
123
+ NextToken?: string | undefined;
124
+ }
125
+ export interface ListSecurityProfileApplicationsRequest {
126
+ SecurityProfileId: string | undefined;
127
+ InstanceId: string | undefined;
128
+ NextToken?: string | undefined;
129
+ MaxResults?: number | undefined;
130
+ }
131
+ export interface ListSecurityProfileApplicationsResponse {
132
+ Applications?: Application[] | undefined;
133
+ NextToken?: string | undefined;
134
+ LastModifiedTime?: Date | undefined;
135
+ LastModifiedRegion?: string | undefined;
136
+ }
137
+ export interface ListSecurityProfilePermissionsRequest {
138
+ SecurityProfileId: string | undefined;
139
+ InstanceId: string | undefined;
140
+ NextToken?: string | undefined;
141
+ MaxResults?: number | undefined;
142
+ }
143
+ export interface ListSecurityProfilePermissionsResponse {
144
+ Permissions?: string[] | undefined;
145
+ NextToken?: string | undefined;
146
+ LastModifiedTime?: Date | undefined;
147
+ LastModifiedRegion?: string | undefined;
148
+ }
149
+ export interface ListSecurityProfilesRequest {
150
+ InstanceId: string | undefined;
151
+ NextToken?: string | undefined;
152
+ MaxResults?: number | undefined;
153
+ }
154
+ export interface SecurityProfileSummary {
155
+ Id?: string | undefined;
156
+ Arn?: string | undefined;
157
+ Name?: string | undefined;
158
+ LastModifiedTime?: Date | undefined;
159
+ LastModifiedRegion?: string | undefined;
160
+ }
161
+ export interface ListSecurityProfilesResponse {
162
+ SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
163
+ NextToken?: string | undefined;
164
+ }
165
+ export interface ListTagsForResourceRequest {
166
+ resourceArn: string | undefined;
167
+ }
168
+ export interface ListTagsForResourceResponse {
169
+ tags?: Record<string, string> | undefined;
170
+ }
171
+ export interface ListTaskTemplatesRequest {
172
+ InstanceId: string | undefined;
173
+ NextToken?: string | undefined;
174
+ MaxResults?: number | undefined;
175
+ Status?: TaskTemplateStatus | undefined;
176
+ Name?: string | undefined;
177
+ }
178
+ export interface TaskTemplateMetadata {
179
+ Id?: string | undefined;
180
+ Arn?: string | undefined;
181
+ Name?: string | undefined;
182
+ Description?: string | undefined;
183
+ Status?: TaskTemplateStatus | undefined;
184
+ LastModifiedTime?: Date | undefined;
185
+ CreatedTime?: Date | undefined;
186
+ }
187
+ export interface ListTaskTemplatesResponse {
188
+ TaskTemplates?: TaskTemplateMetadata[] | undefined;
189
+ NextToken?: string | undefined;
190
+ }
191
+ export interface ListTrafficDistributionGroupsRequest {
192
+ MaxResults?: number | undefined;
193
+ NextToken?: string | undefined;
194
+ InstanceId?: string | undefined;
195
+ }
196
+ export interface TrafficDistributionGroupSummary {
197
+ Id?: string | undefined;
198
+ Arn?: string | undefined;
199
+ Name?: string | undefined;
200
+ InstanceArn?: string | undefined;
201
+ Status?: TrafficDistributionGroupStatus | undefined;
202
+ IsDefault?: boolean | undefined;
203
+ }
204
+ export interface ListTrafficDistributionGroupsResponse {
205
+ NextToken?: string | undefined;
206
+ TrafficDistributionGroupSummaryList?:
207
+ | TrafficDistributionGroupSummary[]
208
+ | undefined;
209
+ }
210
+ export interface ListTrafficDistributionGroupUsersRequest {
211
+ TrafficDistributionGroupId: string | undefined;
212
+ MaxResults?: number | undefined;
213
+ NextToken?: string | undefined;
214
+ }
120
215
  export interface TrafficDistributionGroupUserSummary {
121
216
  UserId?: string | undefined;
122
217
  }
@@ -1072,10 +1167,20 @@ export interface UpdateContactFlowMetadataRequest {
1072
1167
  ContactFlowState?: ContactFlowState | undefined;
1073
1168
  }
1074
1169
  export interface UpdateContactFlowMetadataResponse {}
1170
+ export interface UpdateContactFlowModuleAliasRequest {
1171
+ InstanceId: string | undefined;
1172
+ ContactFlowModuleId: string | undefined;
1173
+ AliasId: string | undefined;
1174
+ Name?: string | undefined;
1175
+ Description?: string | undefined;
1176
+ ContactFlowModuleVersion?: number | undefined;
1177
+ }
1178
+ export interface UpdateContactFlowModuleAliasResponse {}
1075
1179
  export interface UpdateContactFlowModuleContentRequest {
1076
1180
  InstanceId: string | undefined;
1077
1181
  ContactFlowModuleId: string | undefined;
1078
- Content: string | undefined;
1182
+ Content?: string | undefined;
1183
+ Settings?: string | undefined;
1079
1184
  }
1080
1185
  export interface UpdateContactFlowModuleContentResponse {}
1081
1186
  export interface UpdateContactFlowModuleMetadataRequest {
@@ -1592,153 +1697,3 @@ export interface RoutingCriteriaInputStep {
1592
1697
  Expiry?: RoutingCriteriaInputStepExpiry | undefined;
1593
1698
  Expression?: Expression | undefined;
1594
1699
  }
1595
- export interface SearchAgentStatusesRequest {
1596
- InstanceId: string | undefined;
1597
- NextToken?: string | undefined;
1598
- MaxResults?: number | undefined;
1599
- SearchFilter?: AgentStatusSearchFilter | undefined;
1600
- SearchCriteria?: AgentStatusSearchCriteria | undefined;
1601
- }
1602
- export interface SearchContactEvaluationsRequest {
1603
- InstanceId: string | undefined;
1604
- NextToken?: string | undefined;
1605
- MaxResults?: number | undefined;
1606
- SearchCriteria?: EvaluationSearchCriteria | undefined;
1607
- SearchFilter?: EvaluationSearchFilter | undefined;
1608
- }
1609
- export interface SearchContactFlowModulesRequest {
1610
- InstanceId: string | undefined;
1611
- NextToken?: string | undefined;
1612
- MaxResults?: number | undefined;
1613
- SearchFilter?: ContactFlowModuleSearchFilter | undefined;
1614
- SearchCriteria?: ContactFlowModuleSearchCriteria | undefined;
1615
- }
1616
- export interface SearchContactFlowsRequest {
1617
- InstanceId: string | undefined;
1618
- NextToken?: string | undefined;
1619
- MaxResults?: number | undefined;
1620
- SearchFilter?: ContactFlowSearchFilter | undefined;
1621
- SearchCriteria?: ContactFlowSearchCriteria | undefined;
1622
- }
1623
- export interface SearchEmailAddressesRequest {
1624
- InstanceId: string | undefined;
1625
- MaxResults?: number | undefined;
1626
- NextToken?: string | undefined;
1627
- SearchCriteria?: EmailAddressSearchCriteria | undefined;
1628
- SearchFilter?: EmailAddressSearchFilter | undefined;
1629
- }
1630
- export interface SearchEvaluationFormsRequest {
1631
- InstanceId: string | undefined;
1632
- NextToken?: string | undefined;
1633
- MaxResults?: number | undefined;
1634
- SearchCriteria?: EvaluationFormSearchCriteria | undefined;
1635
- SearchFilter?: EvaluationFormSearchFilter | undefined;
1636
- }
1637
- export interface SearchHoursOfOperationOverridesRequest {
1638
- InstanceId: string | undefined;
1639
- NextToken?: string | undefined;
1640
- MaxResults?: number | undefined;
1641
- SearchFilter?: HoursOfOperationSearchFilter | undefined;
1642
- SearchCriteria?: HoursOfOperationOverrideSearchCriteria | undefined;
1643
- }
1644
- export interface SearchHoursOfOperationsRequest {
1645
- InstanceId: string | undefined;
1646
- NextToken?: string | undefined;
1647
- MaxResults?: number | undefined;
1648
- SearchFilter?: HoursOfOperationSearchFilter | undefined;
1649
- SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
1650
- }
1651
- export interface SearchPredefinedAttributesRequest {
1652
- InstanceId: string | undefined;
1653
- NextToken?: string | undefined;
1654
- MaxResults?: number | undefined;
1655
- SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
1656
- }
1657
- export interface SearchPromptsRequest {
1658
- InstanceId: string | undefined;
1659
- NextToken?: string | undefined;
1660
- MaxResults?: number | undefined;
1661
- SearchFilter?: PromptSearchFilter | undefined;
1662
- SearchCriteria?: PromptSearchCriteria | undefined;
1663
- }
1664
- export interface SearchQueuesRequest {
1665
- InstanceId: string | undefined;
1666
- NextToken?: string | undefined;
1667
- MaxResults?: number | undefined;
1668
- SearchFilter?: QueueSearchFilter | undefined;
1669
- SearchCriteria?: QueueSearchCriteria | undefined;
1670
- }
1671
- export interface SearchQuickConnectsRequest {
1672
- InstanceId: string | undefined;
1673
- NextToken?: string | undefined;
1674
- MaxResults?: number | undefined;
1675
- SearchFilter?: QuickConnectSearchFilter | undefined;
1676
- SearchCriteria?: QuickConnectSearchCriteria | undefined;
1677
- }
1678
- export interface SearchRoutingProfilesRequest {
1679
- InstanceId: string | undefined;
1680
- NextToken?: string | undefined;
1681
- MaxResults?: number | undefined;
1682
- SearchFilter?: RoutingProfileSearchFilter | undefined;
1683
- SearchCriteria?: RoutingProfileSearchCriteria | undefined;
1684
- }
1685
- export interface SearchSecurityProfilesRequest {
1686
- InstanceId: string | undefined;
1687
- NextToken?: string | undefined;
1688
- MaxResults?: number | undefined;
1689
- SearchCriteria?: SecurityProfileSearchCriteria | undefined;
1690
- SearchFilter?: SecurityProfilesSearchFilter | undefined;
1691
- }
1692
- export interface SearchUserHierarchyGroupsRequest {
1693
- InstanceId: string | undefined;
1694
- NextToken?: string | undefined;
1695
- MaxResults?: number | undefined;
1696
- SearchFilter?: UserHierarchyGroupSearchFilter | undefined;
1697
- SearchCriteria?: UserHierarchyGroupSearchCriteria | undefined;
1698
- }
1699
- export interface SearchUsersRequest {
1700
- InstanceId: string | undefined;
1701
- NextToken?: string | undefined;
1702
- MaxResults?: number | undefined;
1703
- SearchFilter?: UserSearchFilter | undefined;
1704
- SearchCriteria?: UserSearchCriteria | undefined;
1705
- }
1706
- export interface Step {
1707
- Expiry?: Expiry | undefined;
1708
- Expression?: Expression | undefined;
1709
- Status?: RoutingCriteriaStepStatus | undefined;
1710
- }
1711
- export interface ContactSearchSummarySegmentAttributeValue {
1712
- ValueString?: string | undefined;
1713
- ValueMap?: Record<string, SegmentAttributeValue> | undefined;
1714
- }
1715
- export interface CreateContactRequest {
1716
- InstanceId: string | undefined;
1717
- ClientToken?: string | undefined;
1718
- RelatedContactId?: string | undefined;
1719
- Attributes?: Record<string, string> | undefined;
1720
- References?: Record<string, Reference> | undefined;
1721
- Channel: Channel | undefined;
1722
- InitiationMethod: ContactInitiationMethod | undefined;
1723
- ExpiryDurationInMinutes?: number | undefined;
1724
- UserInfo?: UserInfo | undefined;
1725
- InitiateAs?: InitiateAs | undefined;
1726
- Name?: string | undefined;
1727
- Description?: string | undefined;
1728
- SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
1729
- PreviousContactId?: string | undefined;
1730
- }
1731
- export interface StartChatContactRequest {
1732
- InstanceId: string | undefined;
1733
- ContactFlowId: string | undefined;
1734
- Attributes?: Record<string, string> | undefined;
1735
- ParticipantDetails: ParticipantDetails | undefined;
1736
- InitialMessage?: ChatMessage | undefined;
1737
- ClientToken?: string | undefined;
1738
- ChatDurationInMinutes?: number | undefined;
1739
- SupportedMessagingContentTypes?: string[] | undefined;
1740
- PersistentChat?: PersistentChat | undefined;
1741
- RelatedContactId?: string | undefined;
1742
- SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
1743
- CustomerId?: string | undefined;
1744
- }
@@ -3,10 +3,13 @@ import {
3
3
  Channel,
4
4
  ContactInitiationMethod,
5
5
  EvaluationFormVersionStatus,
6
+ InitiateAs,
7
+ RoutingCriteriaStepStatus,
6
8
  } from "./enums";
7
9
  import {
8
10
  AdditionalEmailRecipients,
9
11
  AgentInfo,
12
+ AgentStatusSearchFilter,
10
13
  Campaign,
11
14
  ChatMetrics,
12
15
  ContactDetails,
@@ -18,6 +21,7 @@ import {
18
21
  EndpointInfo,
19
22
  EvaluationFormAutoEvaluationConfiguration,
20
23
  EvaluationFormScoringStrategy,
24
+ Expiry,
21
25
  OutboundStrategy,
22
26
  QualityMetrics,
23
27
  QueueInfo,
@@ -29,21 +33,200 @@ import {
29
33
  } from "./models_0";
30
34
  import { Evaluation } from "./models_1";
31
35
  import {
36
+ AgentStatusSearchCriteria,
32
37
  ChatMessage,
38
+ ContactFlowModuleSearchCriteria,
39
+ ContactFlowModuleSearchFilter,
40
+ ContactFlowSearchCriteria,
41
+ ContactFlowSearchFilter,
33
42
  ContactSearchSummaryAgentInfo,
34
43
  ContactSearchSummaryQueueInfo,
35
- ContactSearchSummarySegmentAttributeValue,
36
44
  EmailAddressInfo,
45
+ EmailAddressSearchCriteria,
46
+ EmailAddressSearchFilter,
37
47
  EmailAttachment,
38
48
  EvaluationFormQuestion,
49
+ EvaluationFormSearchCriteria,
50
+ EvaluationFormSearchFilter,
51
+ EvaluationSearchCriteria,
52
+ EvaluationSearchFilter,
53
+ Expression,
54
+ HoursOfOperationOverrideSearchCriteria,
55
+ HoursOfOperationSearchCriteria,
56
+ HoursOfOperationSearchFilter,
39
57
  InboundAdditionalRecipients,
40
58
  InboundEmailContent,
41
59
  ParticipantDetails,
60
+ PersistentChat,
61
+ PredefinedAttributeSearchCriteria,
62
+ PromptSearchCriteria,
63
+ PromptSearchFilter,
42
64
  QueueInfoInput,
65
+ QueueSearchCriteria,
66
+ QueueSearchFilter,
67
+ QuickConnectSearchCriteria,
68
+ QuickConnectSearchFilter,
43
69
  RoutingCriteriaInputStep,
70
+ RoutingProfileSearchCriteria,
71
+ RoutingProfileSearchFilter,
72
+ SecurityProfileSearchCriteria,
73
+ SecurityProfilesSearchFilter,
44
74
  SegmentAttributeValue,
45
- Step,
75
+ UserHierarchyGroupSearchCriteria,
76
+ UserHierarchyGroupSearchFilter,
77
+ UserSearchCriteria,
78
+ UserSearchFilter,
46
79
  } from "./models_2";
80
+ export interface SearchAgentStatusesRequest {
81
+ InstanceId: string | undefined;
82
+ NextToken?: string | undefined;
83
+ MaxResults?: number | undefined;
84
+ SearchFilter?: AgentStatusSearchFilter | undefined;
85
+ SearchCriteria?: AgentStatusSearchCriteria | undefined;
86
+ }
87
+ export interface SearchContactEvaluationsRequest {
88
+ InstanceId: string | undefined;
89
+ NextToken?: string | undefined;
90
+ MaxResults?: number | undefined;
91
+ SearchCriteria?: EvaluationSearchCriteria | undefined;
92
+ SearchFilter?: EvaluationSearchFilter | undefined;
93
+ }
94
+ export interface SearchContactFlowModulesRequest {
95
+ InstanceId: string | undefined;
96
+ NextToken?: string | undefined;
97
+ MaxResults?: number | undefined;
98
+ SearchFilter?: ContactFlowModuleSearchFilter | undefined;
99
+ SearchCriteria?: ContactFlowModuleSearchCriteria | undefined;
100
+ }
101
+ export interface SearchContactFlowsRequest {
102
+ InstanceId: string | undefined;
103
+ NextToken?: string | undefined;
104
+ MaxResults?: number | undefined;
105
+ SearchFilter?: ContactFlowSearchFilter | undefined;
106
+ SearchCriteria?: ContactFlowSearchCriteria | undefined;
107
+ }
108
+ export interface SearchEmailAddressesRequest {
109
+ InstanceId: string | undefined;
110
+ MaxResults?: number | undefined;
111
+ NextToken?: string | undefined;
112
+ SearchCriteria?: EmailAddressSearchCriteria | undefined;
113
+ SearchFilter?: EmailAddressSearchFilter | undefined;
114
+ }
115
+ export interface SearchEvaluationFormsRequest {
116
+ InstanceId: string | undefined;
117
+ NextToken?: string | undefined;
118
+ MaxResults?: number | undefined;
119
+ SearchCriteria?: EvaluationFormSearchCriteria | undefined;
120
+ SearchFilter?: EvaluationFormSearchFilter | undefined;
121
+ }
122
+ export interface SearchHoursOfOperationOverridesRequest {
123
+ InstanceId: string | undefined;
124
+ NextToken?: string | undefined;
125
+ MaxResults?: number | undefined;
126
+ SearchFilter?: HoursOfOperationSearchFilter | undefined;
127
+ SearchCriteria?: HoursOfOperationOverrideSearchCriteria | undefined;
128
+ }
129
+ export interface SearchHoursOfOperationsRequest {
130
+ InstanceId: string | undefined;
131
+ NextToken?: string | undefined;
132
+ MaxResults?: number | undefined;
133
+ SearchFilter?: HoursOfOperationSearchFilter | undefined;
134
+ SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
135
+ }
136
+ export interface SearchPredefinedAttributesRequest {
137
+ InstanceId: string | undefined;
138
+ NextToken?: string | undefined;
139
+ MaxResults?: number | undefined;
140
+ SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
141
+ }
142
+ export interface SearchPromptsRequest {
143
+ InstanceId: string | undefined;
144
+ NextToken?: string | undefined;
145
+ MaxResults?: number | undefined;
146
+ SearchFilter?: PromptSearchFilter | undefined;
147
+ SearchCriteria?: PromptSearchCriteria | undefined;
148
+ }
149
+ export interface SearchQueuesRequest {
150
+ InstanceId: string | undefined;
151
+ NextToken?: string | undefined;
152
+ MaxResults?: number | undefined;
153
+ SearchFilter?: QueueSearchFilter | undefined;
154
+ SearchCriteria?: QueueSearchCriteria | undefined;
155
+ }
156
+ export interface SearchQuickConnectsRequest {
157
+ InstanceId: string | undefined;
158
+ NextToken?: string | undefined;
159
+ MaxResults?: number | undefined;
160
+ SearchFilter?: QuickConnectSearchFilter | undefined;
161
+ SearchCriteria?: QuickConnectSearchCriteria | undefined;
162
+ }
163
+ export interface SearchRoutingProfilesRequest {
164
+ InstanceId: string | undefined;
165
+ NextToken?: string | undefined;
166
+ MaxResults?: number | undefined;
167
+ SearchFilter?: RoutingProfileSearchFilter | undefined;
168
+ SearchCriteria?: RoutingProfileSearchCriteria | undefined;
169
+ }
170
+ export interface SearchSecurityProfilesRequest {
171
+ InstanceId: string | undefined;
172
+ NextToken?: string | undefined;
173
+ MaxResults?: number | undefined;
174
+ SearchCriteria?: SecurityProfileSearchCriteria | undefined;
175
+ SearchFilter?: SecurityProfilesSearchFilter | undefined;
176
+ }
177
+ export interface SearchUserHierarchyGroupsRequest {
178
+ InstanceId: string | undefined;
179
+ NextToken?: string | undefined;
180
+ MaxResults?: number | undefined;
181
+ SearchFilter?: UserHierarchyGroupSearchFilter | undefined;
182
+ SearchCriteria?: UserHierarchyGroupSearchCriteria | undefined;
183
+ }
184
+ export interface SearchUsersRequest {
185
+ InstanceId: string | undefined;
186
+ NextToken?: string | undefined;
187
+ MaxResults?: number | undefined;
188
+ SearchFilter?: UserSearchFilter | undefined;
189
+ SearchCriteria?: UserSearchCriteria | undefined;
190
+ }
191
+ export interface Step {
192
+ Expiry?: Expiry | undefined;
193
+ Expression?: Expression | undefined;
194
+ Status?: RoutingCriteriaStepStatus | undefined;
195
+ }
196
+ export interface ContactSearchSummarySegmentAttributeValue {
197
+ ValueString?: string | undefined;
198
+ ValueMap?: Record<string, SegmentAttributeValue> | undefined;
199
+ }
200
+ export interface CreateContactRequest {
201
+ InstanceId: string | undefined;
202
+ ClientToken?: string | undefined;
203
+ RelatedContactId?: string | undefined;
204
+ Attributes?: Record<string, string> | undefined;
205
+ References?: Record<string, Reference> | undefined;
206
+ Channel: Channel | undefined;
207
+ InitiationMethod: ContactInitiationMethod | undefined;
208
+ ExpiryDurationInMinutes?: number | undefined;
209
+ UserInfo?: UserInfo | undefined;
210
+ InitiateAs?: InitiateAs | undefined;
211
+ Name?: string | undefined;
212
+ Description?: string | undefined;
213
+ SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
214
+ PreviousContactId?: string | undefined;
215
+ }
216
+ export interface StartChatContactRequest {
217
+ InstanceId: string | undefined;
218
+ ContactFlowId: string | undefined;
219
+ Attributes?: Record<string, string> | undefined;
220
+ ParticipantDetails: ParticipantDetails | undefined;
221
+ InitialMessage?: ChatMessage | undefined;
222
+ ClientToken?: string | undefined;
223
+ ChatDurationInMinutes?: number | undefined;
224
+ SupportedMessagingContentTypes?: string[] | undefined;
225
+ PersistentChat?: PersistentChat | undefined;
226
+ RelatedContactId?: string | undefined;
227
+ SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
228
+ CustomerId?: string | undefined;
229
+ }
47
230
  export interface StartEmailContactRequest {
48
231
  InstanceId: string | undefined;
49
232
  FromEmailAddress: EmailAddressInfo | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListContactFlowModuleAliasesCommandInput,
4
+ ListContactFlowModuleAliasesCommandOutput,
5
+ } from "../commands/ListContactFlowModuleAliasesCommand";
6
+ import { ConnectPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListContactFlowModuleAliases: (
8
+ config: ConnectPaginationConfiguration,
9
+ input: ListContactFlowModuleAliasesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListContactFlowModuleAliasesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListContactFlowModuleVersionsCommandInput,
4
+ ListContactFlowModuleVersionsCommandOutput,
5
+ } from "../commands/ListContactFlowModuleVersionsCommand";
6
+ import { ConnectPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListContactFlowModuleVersions: (
8
+ config: ConnectPaginationConfiguration,
9
+ input: ListContactFlowModuleVersionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListContactFlowModuleVersionsCommandOutput>;
@@ -8,6 +8,8 @@ export * from "./ListApprovedOriginsPaginator";
8
8
  export * from "./ListAuthenticationProfilesPaginator";
9
9
  export * from "./ListBotsPaginator";
10
10
  export * from "./ListContactEvaluationsPaginator";
11
+ export * from "./ListContactFlowModuleAliasesPaginator";
12
+ export * from "./ListContactFlowModuleVersionsPaginator";
11
13
  export * from "./ListContactFlowModulesPaginator";
12
14
  export * from "./ListContactFlowVersionsPaginator";
13
15
  export * from "./ListContactFlowsPaginator";