@aws-sdk/client-connect 3.614.0 → 3.616.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 (53) hide show
  1. package/README.md +17 -2
  2. package/dist-cjs/index.js +204 -31
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/ConnectClient.js +5 -5
  5. package/dist-es/commands/SearchAgentStatusesCommand.js +24 -0
  6. package/dist-es/commands/SearchUserHierarchyGroupsCommand.js +24 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/models_0.js +5 -18
  9. package/dist-es/models/models_1.js +18 -0
  10. package/dist-es/models/models_2.js +12 -5
  11. package/dist-es/pagination/SearchAgentStatusesPaginator.js +4 -0
  12. package/dist-es/pagination/SearchUserHierarchyGroupsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +2 -0
  14. package/dist-es/protocols/Aws_restJson1.js +113 -2
  15. package/dist-types/Connect.d.ts +16 -3
  16. package/dist-types/ConnectClient.d.ts +8 -7
  17. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  18. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
  19. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  20. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +142 -0
  21. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +181 -0
  22. package/dist-types/commands/SearchUsersCommand.d.ts +32 -4
  23. package/dist-types/commands/index.d.ts +2 -0
  24. package/dist-types/index.d.ts +2 -3
  25. package/dist-types/models/models_0.d.ts +128 -133
  26. package/dist-types/models/models_1.d.ts +128 -118
  27. package/dist-types/models/models_2.d.ts +431 -73
  28. package/dist-types/pagination/SearchAgentStatusesPaginator.d.ts +7 -0
  29. package/dist-types/pagination/SearchUserHierarchyGroupsPaginator.d.ts +7 -0
  30. package/dist-types/pagination/index.d.ts +2 -0
  31. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  32. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  33. package/dist-types/runtimeConfig.d.ts +1 -1
  34. package/dist-types/runtimeConfig.native.d.ts +1 -1
  35. package/dist-types/ts3.4/Connect.d.ts +34 -0
  36. package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
  37. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +40 -0
  41. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +40 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +27 -60
  44. package/dist-types/ts3.4/models/models_1.d.ts +60 -29
  45. package/dist-types/ts3.4/models/models_2.d.ts +107 -20
  46. package/dist-types/ts3.4/pagination/SearchAgentStatusesPaginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/SearchUserHierarchyGroupsPaginator.d.ts +11 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  53. package/package.json +17 -17
@@ -1,7 +1,123 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentAvailabilityTimer, AgentConfig, AgentHierarchyGroups, AgentInfo, AgentStatusState, AllowedCapabilities, AnsweringMachineDetectionStatus, Application, AttributeCondition, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, CreatedByInfo, Customer, CustomerVoiceActivity, DisconnectDetails, EvaluationAnswerData, EvaluationFormQuestion, EvaluationFormScoringStrategy, Expiry, FileStatusType, FileUseCaseType, HoursOfOperationConfig, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, MonitorCapability, OutboundCallerConfig, ParticipantRole, PredefinedAttributeValues, QualityMetrics, QueueInfo, QuickConnectConfig, Reference, RehydrationType, RoutingCriteriaStepStatus, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, SegmentAttributeValue, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, WisdomInfo } from "./models_0";
4
- import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, Evaluation, EvaluationFormVersionStatus, EvaluationNote, HierarchyGroupSummary, HoursOfOperation, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect, RoutingProfile, SignInConfig, SortOrder, TelephonyConfig } from "./models_1";
3
+ import { AgentAvailabilityTimer, AgentConfig, AgentHierarchyGroups, AgentInfo, AgentStatus, AgentStatusSearchFilter, AgentStatusState, AllowedCapabilities, AnsweringMachineDetectionStatus, Application, AttributeCondition, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, Customer, CustomerVoiceActivity, DisconnectDetails, EvaluationFormQuestion, EvaluationFormScoringStrategy, Expiry, FileStatusType, FileUseCaseType, HoursOfOperationConfig, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, MonitorCapability, OutboundCallerConfig, ParticipantRole, PredefinedAttributeValues, QualityMetrics, QueueInfo, QuickConnectConfig, Reference, RehydrationType, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringComparisonType, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UseCaseType, UserIdentityInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, Evaluation, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QueueStatus, QuickConnect, RoutingCriteriaStepStatus, RoutingProfile, SegmentAttributeValue, SignInConfig, SortOrder, TelephonyConfig, WisdomInfo } from "./models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListTrafficDistributionGroupUsersRequest {
9
+ /**
10
+ * <p>The identifier of the traffic distribution group.
11
+ * This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
12
+ * The ARN must be provided if the call is from the replicated Region.</p>
13
+ * @public
14
+ */
15
+ TrafficDistributionGroupId: string | undefined;
16
+ /**
17
+ * <p>The maximum number of results to return per page.</p>
18
+ * @public
19
+ */
20
+ MaxResults?: number;
21
+ /**
22
+ * <p>The token for the next set of results. Use the value returned in the previous
23
+ * response in the next request to retrieve the next set of results.</p>
24
+ * @public
25
+ */
26
+ NextToken?: string;
27
+ }
28
+ /**
29
+ * <p>Summary information about a traffic distribution group user.</p>
30
+ * @public
31
+ */
32
+ export interface TrafficDistributionGroupUserSummary {
33
+ /**
34
+ * <p>The identifier for the user. This can be the ID or the ARN of the user.</p>
35
+ * @public
36
+ */
37
+ UserId?: string;
38
+ }
39
+ /**
40
+ * @public
41
+ */
42
+ export interface ListTrafficDistributionGroupUsersResponse {
43
+ /**
44
+ * <p>If there are additional results, this is the token for the next set of results.</p>
45
+ * @public
46
+ */
47
+ NextToken?: string;
48
+ /**
49
+ * <p>A list of traffic distribution group users.</p>
50
+ * @public
51
+ */
52
+ TrafficDistributionGroupUserSummaryList?: TrafficDistributionGroupUserSummary[];
53
+ }
54
+ /**
55
+ * <p>Provides summary information about the use cases for the specified integration
56
+ * association.</p>
57
+ * @public
58
+ */
59
+ export interface ListUseCasesRequest {
60
+ /**
61
+ * <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>
62
+ * @public
63
+ */
64
+ InstanceId: string | undefined;
65
+ /**
66
+ * <p>The identifier for the integration association.</p>
67
+ * @public
68
+ */
69
+ IntegrationAssociationId: string | undefined;
70
+ /**
71
+ * <p>The token for the next set of results. Use the value returned in the previous
72
+ * response in the next request to retrieve the next set of results.</p>
73
+ * @public
74
+ */
75
+ NextToken?: string;
76
+ /**
77
+ * <p>The maximum number of results to return per page.</p>
78
+ * @public
79
+ */
80
+ MaxResults?: number;
81
+ }
82
+ /**
83
+ * <p>Contains the
84
+ * use
85
+ * case.</p>
86
+ * @public
87
+ */
88
+ export interface UseCase {
89
+ /**
90
+ * <p>The identifier for the use case.</p>
91
+ * @public
92
+ */
93
+ UseCaseId?: string;
94
+ /**
95
+ * <p>The Amazon Resource Name (ARN) for the use case.</p>
96
+ * @public
97
+ */
98
+ UseCaseArn?: string;
99
+ /**
100
+ * <p>The type of use case to associate to the integration association. Each integration
101
+ * association can have only one of each use case type.</p>
102
+ * @public
103
+ */
104
+ UseCaseType?: UseCaseType;
105
+ }
106
+ /**
107
+ * @public
108
+ */
109
+ export interface ListUseCasesResponse {
110
+ /**
111
+ * <p>The use cases.</p>
112
+ * @public
113
+ */
114
+ UseCaseSummaryList?: UseCase[];
115
+ /**
116
+ * <p>If there are additional results, this is the token for the next set of results.</p>
117
+ * @public
118
+ */
119
+ NextToken?: string;
120
+ }
5
121
  /**
6
122
  * @public
7
123
  */
@@ -553,6 +669,26 @@ export interface ResumeContactRecordingRequest {
553
669
  */
554
670
  export interface ResumeContactRecordingResponse {
555
671
  }
672
+ /**
673
+ * @public
674
+ */
675
+ export interface SearchAgentStatusesResponse {
676
+ /**
677
+ * <p>The search criteria to be used to return agent statuses.</p>
678
+ * @public
679
+ */
680
+ AgentStatuses?: AgentStatus[];
681
+ /**
682
+ * <p>If there are additional results, this is the token for the next set of results.</p>
683
+ * @public
684
+ */
685
+ NextToken?: string;
686
+ /**
687
+ * <p>The total number of agent statuses which matched your search query.</p>
688
+ * @public
689
+ */
690
+ ApproximateTotalCount?: number;
691
+ }
556
692
  /**
557
693
  * @public
558
694
  */
@@ -632,61 +768,6 @@ export interface SearchAvailablePhoneNumbersResponse {
632
768
  */
633
769
  AvailableNumbersList?: AvailableNumberSummary[];
634
770
  }
635
- /**
636
- * @public
637
- * @enum
638
- */
639
- export declare const StringComparisonType: {
640
- readonly CONTAINS: "CONTAINS";
641
- readonly EXACT: "EXACT";
642
- readonly STARTS_WITH: "STARTS_WITH";
643
- };
644
- /**
645
- * @public
646
- */
647
- export type StringComparisonType = (typeof StringComparisonType)[keyof typeof StringComparisonType];
648
- /**
649
- * <p>A leaf node condition which can be used to specify a string condition.</p>
650
- * <note>
651
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
652
- * <code>description</code>.</p>
653
- * </note>
654
- * @public
655
- */
656
- export interface StringCondition {
657
- /**
658
- * <p>The name of the field in the string condition.</p>
659
- * @public
660
- */
661
- FieldName?: string;
662
- /**
663
- * <p>The value of the string.</p>
664
- * @public
665
- */
666
- Value?: string;
667
- /**
668
- * <p>The type of comparison to be made when evaluating the string condition.</p>
669
- * @public
670
- */
671
- ComparisonType?: StringComparisonType;
672
- }
673
- /**
674
- * <p>A leaf node condition which can be used to specify a tag condition, for example, <code>HAVE
675
- * BPO = 123</code>. </p>
676
- * @public
677
- */
678
- export interface TagCondition {
679
- /**
680
- * <p>The tag key in the tag condition.</p>
681
- * @public
682
- */
683
- TagKey?: string;
684
- /**
685
- * <p>The tag value in the tag condition.</p>
686
- * @public
687
- */
688
- TagValue?: string;
689
- }
690
771
  /**
691
772
  * <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>.
692
773
  * This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p>
@@ -1443,6 +1524,35 @@ export interface SearchResourceTagsRequest {
1443
1524
  /**
1444
1525
  * <p>The list of resource types to be used to search tags from. If not provided or if any empty
1445
1526
  * list is provided, this API will search from all supported resource types.</p>
1527
+ * <p class="title">
1528
+ * <b>Supported resource types</b>
1529
+ * </p>
1530
+ * <ul>
1531
+ * <li>
1532
+ * <p>AGENT</p>
1533
+ * </li>
1534
+ * <li>
1535
+ * <p>ROUTING_PROFILE</p>
1536
+ * </li>
1537
+ * <li>
1538
+ * <p>STANDARD_QUEUE</p>
1539
+ * </li>
1540
+ * <li>
1541
+ * <p>SECURITY_PROFILE</p>
1542
+ * </li>
1543
+ * <li>
1544
+ * <p>OPERATING_HOURS</p>
1545
+ * </li>
1546
+ * <li>
1547
+ * <p>PROMPT</p>
1548
+ * </li>
1549
+ * <li>
1550
+ * <p>CONTACT_FLOW</p>
1551
+ * </li>
1552
+ * <li>
1553
+ * <p>FLOW_MODULE</p>
1554
+ * </li>
1555
+ * </ul>
1446
1556
  * @public
1447
1557
  */
1448
1558
  ResourceTypes?: string[];
@@ -1614,6 +1724,48 @@ export interface SearchSecurityProfilesResponse {
1614
1724
  */
1615
1725
  ApproximateTotalCount?: number;
1616
1726
  }
1727
+ /**
1728
+ * <p>Filters to be applied to search results.</p>
1729
+ * @public
1730
+ */
1731
+ export interface UserHierarchyGroupSearchFilter {
1732
+ /**
1733
+ * <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts
1734
+ * an OR or AND (List of List) input where:</p>
1735
+ * <ul>
1736
+ * <li>
1737
+ * <p>The top level list specifies conditions that need to be applied with <code>OR</code>
1738
+ * operator.</p>
1739
+ * </li>
1740
+ * <li>
1741
+ * <p>The inner list specifies conditions that need to be applied with <code>AND</code>
1742
+ * operator.</p>
1743
+ * </li>
1744
+ * </ul>
1745
+ * @public
1746
+ */
1747
+ AttributeFilter?: ControlPlaneAttributeFilter;
1748
+ }
1749
+ /**
1750
+ * @public
1751
+ */
1752
+ export interface SearchUserHierarchyGroupsResponse {
1753
+ /**
1754
+ * <p>Information about the userHierarchyGroups.</p>
1755
+ * @public
1756
+ */
1757
+ UserHierarchyGroups?: HierarchyGroup[];
1758
+ /**
1759
+ * <p>If there are additional results, this is the token for the next set of results.</p>
1760
+ * @public
1761
+ */
1762
+ NextToken?: string;
1763
+ /**
1764
+ * <p>The total number of userHierarchyGroups which matched your search query.</p>
1765
+ * @public
1766
+ */
1767
+ ApproximateTotalCount?: number;
1768
+ }
1617
1769
  /**
1618
1770
  * @public
1619
1771
  * @enum
@@ -1642,6 +1794,101 @@ export interface HierarchyGroupCondition {
1642
1794
  */
1643
1795
  HierarchyGroupMatchType?: HierarchyGroupMatchType;
1644
1796
  }
1797
+ /**
1798
+ * @public
1799
+ * @enum
1800
+ */
1801
+ export declare const NumberComparisonType: {
1802
+ readonly EQUAL: "EQUAL";
1803
+ readonly GREATER: "GREATER";
1804
+ readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
1805
+ readonly LESSER: "LESSER";
1806
+ readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
1807
+ readonly NOT_EQUAL: "NOT_EQUAL";
1808
+ readonly RANGE: "RANGE";
1809
+ };
1810
+ /**
1811
+ * @public
1812
+ */
1813
+ export type NumberComparisonType = (typeof NumberComparisonType)[keyof typeof NumberComparisonType];
1814
+ /**
1815
+ * <p>A leaf node condition which can be used to specify a numeric condition.</p>
1816
+ * <note>
1817
+ * <p>The currently supported value for <code>FieldName</code> is <code>limit</code>.</p>
1818
+ * </note>
1819
+ * @public
1820
+ */
1821
+ export interface NumberCondition {
1822
+ /**
1823
+ * <p>The name of the field in the number condition.</p>
1824
+ * @public
1825
+ */
1826
+ FieldName?: string;
1827
+ /**
1828
+ * <p>The minValue to be used while evaluating the number condition.</p>
1829
+ * @public
1830
+ */
1831
+ MinValue?: number;
1832
+ /**
1833
+ * <p>The maxValue to be used while evaluating the number condition.</p>
1834
+ * @public
1835
+ */
1836
+ MaxValue?: number;
1837
+ /**
1838
+ * <p>The type of comparison to be made when evaluating the number condition.</p>
1839
+ * @public
1840
+ */
1841
+ ComparisonType?: NumberComparisonType;
1842
+ }
1843
+ /**
1844
+ * <p>A leaf node condition which can be used to specify a ProficiencyName, ProficiencyValue and
1845
+ * ProficiencyLimit.</p>
1846
+ * @public
1847
+ */
1848
+ export interface Condition {
1849
+ /**
1850
+ * <p>A leaf node condition which can be used to specify a string condition.</p>
1851
+ * <note>
1852
+ * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
1853
+ * <code>value</code>.</p>
1854
+ * </note>
1855
+ * @public
1856
+ */
1857
+ StringCondition?: StringCondition;
1858
+ /**
1859
+ * <p>A leaf node condition which can be used to specify a numeric condition.</p>
1860
+ * @public
1861
+ */
1862
+ NumberCondition?: NumberCondition;
1863
+ }
1864
+ /**
1865
+ * @public
1866
+ * @enum
1867
+ */
1868
+ export declare const TargetListType: {
1869
+ readonly PROFICIENCIES: "PROFICIENCIES";
1870
+ };
1871
+ /**
1872
+ * @public
1873
+ */
1874
+ export type TargetListType = (typeof TargetListType)[keyof typeof TargetListType];
1875
+ /**
1876
+ * <p>A leaf node condition which can be used to specify a List condition to search users with
1877
+ * attributes included in Lists like Proficiencies.</p>
1878
+ * @public
1879
+ */
1880
+ export interface ListCondition {
1881
+ /**
1882
+ * <p>The type of target list that will be used to filter the users.</p>
1883
+ * @public
1884
+ */
1885
+ TargetListType?: TargetListType;
1886
+ /**
1887
+ * <p>A list of Condition objects which would be applied together with an AND condition.</p>
1888
+ * @public
1889
+ */
1890
+ Conditions?: Condition[];
1891
+ }
1645
1892
  /**
1646
1893
  * <p>A list of conditions which would be applied together with an <code>AND</code>
1647
1894
  * condition.</p>
@@ -5079,6 +5326,38 @@ export interface EvaluationFormSection {
5079
5326
  */
5080
5327
  Weight?: number;
5081
5328
  }
5329
+ /**
5330
+ * <p>The search criteria to be used to return agent statuses.</p>
5331
+ * @public
5332
+ */
5333
+ export interface AgentStatusSearchCriteria {
5334
+ /**
5335
+ * <p>A list of conditions which would be applied together with an <code>OR</code>
5336
+ * condition.</p>
5337
+ * @public
5338
+ */
5339
+ OrConditions?: AgentStatusSearchCriteria[];
5340
+ /**
5341
+ * <p>A leaf node condition which can be used to specify a string condition.</p>
5342
+ * <note>
5343
+ * <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
5344
+ * <code>description</code>, <code>state</code>, <code>type</code>, <code>displayOrder</code>,
5345
+ * and <code>resourceID</code>.</p>
5346
+ * </note>
5347
+ * @public
5348
+ */
5349
+ AndConditions?: AgentStatusSearchCriteria[];
5350
+ /**
5351
+ * <p>A leaf node condition which can be used to specify a string condition.</p>
5352
+ * <note>
5353
+ * <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
5354
+ * <code>description</code>, <code>state</code>, <code>type</code>, <code>displayOrder</code>,
5355
+ * and <code>resourceID</code>.</p>
5356
+ * </note>
5357
+ * @public
5358
+ */
5359
+ StringCondition?: StringCondition;
5360
+ }
5082
5361
  /**
5083
5362
  * <p>The search criteria to be used to return flow modules.</p>
5084
5363
  * @public
@@ -5098,10 +5377,6 @@ export interface ContactFlowModuleSearchCriteria {
5098
5377
  AndConditions?: ContactFlowModuleSearchCriteria[];
5099
5378
  /**
5100
5379
  * <p>A leaf node condition which can be used to specify a string condition.</p>
5101
- * <note>
5102
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
5103
- * <code>description</code>.</p>
5104
- * </note>
5105
5380
  * @public
5106
5381
  */
5107
5382
  StringCondition?: StringCondition;
@@ -5125,10 +5400,6 @@ export interface ContactFlowSearchCriteria {
5125
5400
  AndConditions?: ContactFlowSearchCriteria[];
5126
5401
  /**
5127
5402
  * <p>A leaf node condition which can be used to specify a string condition.</p>
5128
- * <note>
5129
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
5130
- * <code>description</code>.</p>
5131
- * </note>
5132
5403
  * @public
5133
5404
  */
5134
5405
  StringCondition?: StringCondition;
@@ -5368,10 +5639,6 @@ export interface PredefinedAttributeSearchCriteria {
5368
5639
  AndConditions?: PredefinedAttributeSearchCriteria[];
5369
5640
  /**
5370
5641
  * <p>A leaf node condition which can be used to specify a string condition.</p>
5371
- * <note>
5372
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
5373
- * <code>description</code>.</p>
5374
- * </note>
5375
5642
  * @public
5376
5643
  */
5377
5644
  StringCondition?: StringCondition;
@@ -5514,10 +5781,6 @@ export interface SecurityProfileSearchCriteria {
5514
5781
  AndConditions?: SecurityProfileSearchCriteria[];
5515
5782
  /**
5516
5783
  * <p>A leaf node condition which can be used to specify a string condition.</p>
5517
- * <note>
5518
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code> and
5519
- * <code>description</code>.</p>
5520
- * </note>
5521
5784
  * @public
5522
5785
  */
5523
5786
  StringCondition?: StringCondition;
@@ -5575,6 +5838,31 @@ export interface UpdateEvaluationFormRequest {
5575
5838
  */
5576
5839
  ClientToken?: string;
5577
5840
  }
5841
+ /**
5842
+ * <p>The search criteria to be used to return userHierarchyGroup.</p>
5843
+ * @public
5844
+ */
5845
+ export interface UserHierarchyGroupSearchCriteria {
5846
+ /**
5847
+ * <p>A list of conditions which would be applied together with an OR condition.</p>
5848
+ * @public
5849
+ */
5850
+ OrConditions?: UserHierarchyGroupSearchCriteria[];
5851
+ /**
5852
+ * <p>A list of conditions which would be applied together with an AND condition.</p>
5853
+ * @public
5854
+ */
5855
+ AndConditions?: UserHierarchyGroupSearchCriteria[];
5856
+ /**
5857
+ * <p>A leaf node condition which can be used to specify a string condition.</p>
5858
+ * <note>
5859
+ * <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
5860
+ * <code>parentId</code>, <code>levelId</code>, and <code>resourceID</code>.</p>
5861
+ * </note>
5862
+ * @public
5863
+ */
5864
+ StringCondition?: StringCondition;
5865
+ }
5578
5866
  /**
5579
5867
  * <p>The search criteria to be used to return users.</p>
5580
5868
  * <note>
@@ -5605,6 +5893,12 @@ export interface UserSearchCriteria {
5605
5893
  * @public
5606
5894
  */
5607
5895
  StringCondition?: StringCondition;
5896
+ /**
5897
+ * <p>A leaf node condition which can be used to specify a List condition to search users with
5898
+ * attributes included in Lists like Proficiencies.</p>
5899
+ * @public
5900
+ */
5901
+ ListCondition?: ListCondition;
5608
5902
  /**
5609
5903
  * <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
5610
5904
  * @public
@@ -5636,6 +5930,38 @@ export interface DescribeEvaluationFormResponse {
5636
5930
  */
5637
5931
  EvaluationForm: EvaluationForm | undefined;
5638
5932
  }
5933
+ /**
5934
+ * @public
5935
+ */
5936
+ export interface SearchAgentStatusesRequest {
5937
+ /**
5938
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
5939
+ * the instance.</p>
5940
+ * @public
5941
+ */
5942
+ InstanceId: string | undefined;
5943
+ /**
5944
+ * <p>The token for the next set of results. Use the value returned in the previous response in
5945
+ * the next request to retrieve the next set of results.</p>
5946
+ * @public
5947
+ */
5948
+ NextToken?: string;
5949
+ /**
5950
+ * <p>The maximum number of results to return per page.</p>
5951
+ * @public
5952
+ */
5953
+ MaxResults?: number;
5954
+ /**
5955
+ * <p>Filters to be applied to search results.</p>
5956
+ * @public
5957
+ */
5958
+ SearchFilter?: AgentStatusSearchFilter;
5959
+ /**
5960
+ * <p>The search criteria to be used to return agent statuses.</p>
5961
+ * @public
5962
+ */
5963
+ SearchCriteria?: AgentStatusSearchCriteria;
5964
+ }
5639
5965
  /**
5640
5966
  * @public
5641
5967
  */
@@ -5942,6 +6268,38 @@ export interface SearchSecurityProfilesRequest {
5942
6268
  */
5943
6269
  SearchFilter?: SecurityProfilesSearchFilter;
5944
6270
  }
6271
+ /**
6272
+ * @public
6273
+ */
6274
+ export interface SearchUserHierarchyGroupsRequest {
6275
+ /**
6276
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
6277
+ * the instance.</p>
6278
+ * @public
6279
+ */
6280
+ InstanceId: string | undefined;
6281
+ /**
6282
+ * <p>The token for the next set of results. Use the value returned in the previous response in
6283
+ * the next request to retrieve the next set of results.</p>
6284
+ * @public
6285
+ */
6286
+ NextToken?: string;
6287
+ /**
6288
+ * <p>The maximum number of results to return per page.</p>
6289
+ * @public
6290
+ */
6291
+ MaxResults?: number;
6292
+ /**
6293
+ * <p>Filters to be applied to search results.</p>
6294
+ * @public
6295
+ */
6296
+ SearchFilter?: UserHierarchyGroupSearchFilter;
6297
+ /**
6298
+ * <p>The search criteria to be used to return UserHierarchyGroups.</p>
6299
+ * @public
6300
+ */
6301
+ SearchCriteria?: UserHierarchyGroupSearchCriteria;
6302
+ }
5945
6303
  /**
5946
6304
  * @public
5947
6305
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { SearchAgentStatusesCommandInput, SearchAgentStatusesCommandOutput } from "../commands/SearchAgentStatusesCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateSearchAgentStatuses: (config: ConnectPaginationConfiguration, input: SearchAgentStatusesCommandInput, ...rest: any[]) => Paginator<SearchAgentStatusesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { SearchUserHierarchyGroupsCommandInput, SearchUserHierarchyGroupsCommandOutput } from "../commands/SearchUserHierarchyGroupsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateSearchUserHierarchyGroups: (config: ConnectPaginationConfiguration, input: SearchUserHierarchyGroupsCommandInput, ...rest: any[]) => Paginator<SearchUserHierarchyGroupsCommandOutput>;
@@ -46,6 +46,7 @@ export * from "./ListUserProficienciesPaginator";
46
46
  export * from "./ListUsersPaginator";
47
47
  export * from "./ListViewVersionsPaginator";
48
48
  export * from "./ListViewsPaginator";
49
+ export * from "./SearchAgentStatusesPaginator";
49
50
  export * from "./SearchAvailablePhoneNumbersPaginator";
50
51
  export * from "./SearchContactFlowModulesPaginator";
51
52
  export * from "./SearchContactFlowsPaginator";
@@ -58,5 +59,6 @@ export * from "./SearchQuickConnectsPaginator";
58
59
  export * from "./SearchResourceTagsPaginator";
59
60
  export * from "./SearchRoutingProfilesPaginator";
60
61
  export * from "./SearchSecurityProfilesPaginator";
62
+ export * from "./SearchUserHierarchyGroupsPaginator";
61
63
  export * from "./SearchUsersPaginator";
62
64
  export * from "./SearchVocabulariesPaginator";