@aws-sdk/client-connect 3.150.0 → 3.154.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 (57) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/Connect.js +15 -0
  4. package/dist-cjs/commands/SearchSecurityProfilesCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/models/models_1.js +32 -12
  7. package/dist-cjs/pagination/SearchSecurityProfilesPaginator.js +36 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +134 -5
  10. package/dist-es/Connect.js +15 -0
  11. package/dist-es/commands/SearchSecurityProfilesCommand.js +39 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/models/models_1.js +11 -6
  14. package/dist-es/pagination/SearchSecurityProfilesPaginator.js +75 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/protocols/Aws_restJson1.js +148 -0
  17. package/dist-types/Connect.d.ts +46 -46
  18. package/dist-types/ConnectClient.d.ts +4 -3
  19. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateContactFlowCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteContactFlowCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeContactFlowCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +1 -1
  26. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
  27. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -2
  28. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListContactFlowsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +36 -0
  32. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  33. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -5
  34. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/TransferContactCommand.d.ts +2 -2
  37. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -9
  38. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -2
  43. package/dist-types/commands/index.d.ts +1 -0
  44. package/dist-types/models/models_0.d.ts +91 -88
  45. package/dist-types/models/models_1.d.ts +185 -61
  46. package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +4 -0
  47. package/dist-types/pagination/index.d.ts +1 -0
  48. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  49. package/dist-types/ts3.4/Connect.d.ts +5 -0
  50. package/dist-types/ts3.4/ConnectClient.d.ts +3 -2
  51. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_1.d.ts +72 -13
  54. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  57. package/package.json +4 -4
@@ -20,7 +20,7 @@ export interface ListQueuesRequest {
20
20
  */
21
21
  NextToken?: string;
22
22
  /**
23
- * <p>The maximum number of results to return per page.</p>
23
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
24
24
  */
25
25
  MaxResults?: number;
26
26
  }
@@ -66,7 +66,7 @@ export interface ListQuickConnectsRequest {
66
66
  */
67
67
  NextToken?: string;
68
68
  /**
69
- * <p>The maximum number of results to return per page.</p>
69
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
70
70
  */
71
71
  MaxResults?: number;
72
72
  /**
@@ -100,7 +100,7 @@ export interface ListRoutingProfileQueuesRequest {
100
100
  */
101
101
  NextToken?: string;
102
102
  /**
103
- * <p>The maximum number of results to return per page.</p>
103
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
104
104
  */
105
105
  MaxResults?: number;
106
106
  }
@@ -158,7 +158,7 @@ export interface ListRoutingProfilesRequest {
158
158
  */
159
159
  NextToken?: string;
160
160
  /**
161
- * <p>The maximum number of results to return per page.</p>
161
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
162
162
  */
163
163
  MaxResults?: number;
164
164
  }
@@ -271,7 +271,7 @@ export interface ListSecurityProfilesRequest {
271
271
  */
272
272
  NextToken?: string;
273
273
  /**
274
- * <p>The maximum number of results to return per page.</p>
274
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
275
275
  */
276
276
  MaxResults?: number;
277
277
  }
@@ -458,7 +458,7 @@ export interface ListUserHierarchyGroupsRequest {
458
458
  */
459
459
  NextToken?: string;
460
460
  /**
461
- * <p>The maximum number of results to return per page.</p>
461
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
462
462
  */
463
463
  MaxResults?: number;
464
464
  }
@@ -483,7 +483,7 @@ export interface ListUsersRequest {
483
483
  */
484
484
  NextToken?: string;
485
485
  /**
486
- * <p>The maximum number of results to return per page.</p>
486
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
487
487
  */
488
488
  MaxResults?: number;
489
489
  }
@@ -612,23 +612,6 @@ export interface SearchAvailablePhoneNumbersResponse {
612
612
  */
613
613
  AvailableNumbersList?: AvailableNumberSummary[];
614
614
  }
615
- export declare enum HierarchyGroupMatchType {
616
- EXACT = "EXACT",
617
- WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS"
618
- }
619
- /**
620
- * <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
621
- */
622
- export interface HierarchyGroupCondition {
623
- /**
624
- * <p>The value in the hierarchy group condition.</p>
625
- */
626
- Value?: string;
627
- /**
628
- * <p>The type of hierarchy group match.</p>
629
- */
630
- HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
631
- }
632
615
  export declare enum StringComparisonType {
633
616
  CONTAINS = "CONTAINS",
634
617
  EXACT = "EXACT",
@@ -696,6 +679,86 @@ export interface ControlPlaneTagFilter {
696
679
  */
697
680
  TagCondition?: TagCondition;
698
681
  }
682
+ /**
683
+ * <p>Filters to be applied to search results.</p>
684
+ */
685
+ export interface SecurityProfilesSearchFilter {
686
+ /**
687
+ * <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>.
688
+ * This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p>
689
+ * <ul>
690
+ * <li>
691
+ * <p>Top level list specifies conditions that need to be applied with <code>OR</code>
692
+ * operator</p>
693
+ * </li>
694
+ * <li>
695
+ * <p>Inner list specifies conditions that need to be applied with <code>AND</code>
696
+ * operator.</p>
697
+ * </li>
698
+ * </ul>
699
+ */
700
+ TagFilter?: ControlPlaneTagFilter;
701
+ }
702
+ /**
703
+ * <p>Information about the returned security profiles.</p>
704
+ */
705
+ export interface SecurityProfileSearchSummary {
706
+ /**
707
+ * <p>The identifier of the security profile.</p>
708
+ */
709
+ Id?: string;
710
+ /**
711
+ * <p>The organization resource identifier.</p>
712
+ */
713
+ OrganizationResourceId?: string;
714
+ /**
715
+ * <p>The Amazon Resource Name (ARN) of the security profile.</p>
716
+ */
717
+ Arn?: string;
718
+ /**
719
+ * <p>The name of the security profile.</p>
720
+ */
721
+ SecurityProfileName?: string;
722
+ /**
723
+ * <p>The description of the security profile.</p>
724
+ */
725
+ Description?: string;
726
+ /**
727
+ * <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
728
+ */
729
+ Tags?: Record<string, string>;
730
+ }
731
+ export interface SearchSecurityProfilesResponse {
732
+ /**
733
+ * <p>Information about the security profiles.</p>
734
+ */
735
+ SecurityProfiles?: SecurityProfileSearchSummary[];
736
+ /**
737
+ * <p>If there are additional results, this is the token for the next set of results.</p>
738
+ */
739
+ NextToken?: string;
740
+ /**
741
+ * <p>The total number of security profiles which matched your search query.</p>
742
+ */
743
+ ApproximateTotalCount?: number;
744
+ }
745
+ export declare enum HierarchyGroupMatchType {
746
+ EXACT = "EXACT",
747
+ WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS"
748
+ }
749
+ /**
750
+ * <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
751
+ */
752
+ export interface HierarchyGroupCondition {
753
+ /**
754
+ * <p>The value in the hierarchy group condition.</p>
755
+ */
756
+ Value?: string;
757
+ /**
758
+ * <p>The type of hierarchy group match.</p>
759
+ */
760
+ HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
761
+ }
699
762
  /**
700
763
  * <p>Filters to be applied to search results.</p>
701
764
  */
@@ -766,7 +829,7 @@ export interface UserSearchSummary {
766
829
  */
767
830
  SecurityProfileIds?: string[];
768
831
  /**
769
- * <p>The tags used to organize, track, or control access for this resource.</p>
832
+ * <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
770
833
  */
771
834
  Tags?: Record<string, string>;
772
835
  /**
@@ -890,10 +953,10 @@ export interface StartChatContactRequest {
890
953
  */
891
954
  InstanceId: string | undefined;
892
955
  /**
893
- * <p>The identifier of the contact flow for initiating the chat.
956
+ * <p>The identifier of the flow for initiating the chat.
894
957
  * To
895
958
  * see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the
896
- * contact flow. On the contact flow page, under the name of the contact flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of
959
+ * flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of
897
960
  * the ARN, shown here in bold: </p>
898
961
  * <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
899
962
  * </p>
@@ -901,7 +964,7 @@ export interface StartChatContactRequest {
901
964
  ContactFlowId: string | undefined;
902
965
  /**
903
966
  * <p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect
904
- * attributes. They can be accessed in contact flows just like any other contact attributes. </p>
967
+ * attributes. They can be accessed in flows just like any other contact attributes. </p>
905
968
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
906
969
  * can include only alphanumeric, dash, and underscore characters.</p>
907
970
  */
@@ -1074,10 +1137,10 @@ export interface StartOutboundVoiceContactRequest {
1074
1137
  DestinationPhoneNumber: string | undefined;
1075
1138
  /**
1076
1139
  * <p>The
1077
- * identifier of the contact flow for the outbound call. To see the ContactFlowId in the Amazon Connect
1140
+ * identifier of the flow for the outbound call. To see the ContactFlowId in the Amazon Connect
1078
1141
  * console user interface, on the navigation menu go to <b>Routing</b>,
1079
- * <b>Contact Flows</b>. Choose the contact flow. On the contact flow
1080
- * page, under the name of the contact flow, choose <b>Show additional flow
1142
+ * <b>Contact Flows</b>. Choose the flow. On the flow
1143
+ * page, under the name of the flow, choose <b>Show additional flow
1081
1144
  * information</b>. The ContactFlowId is the last part of the ARN, shown here in bold: </p>
1082
1145
  * <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
1083
1146
  * </p>
@@ -1102,13 +1165,13 @@ export interface StartOutboundVoiceContactRequest {
1102
1165
  /**
1103
1166
  * <p>The queue for the call. If you specify a queue, the phone displayed for caller ID is the
1104
1167
  * phone number specified in the queue. If you do not specify a queue, the queue defined in the
1105
- * contact flow is used. If you do not specify a queue, you must specify a source phone
1168
+ * flow is used. If you do not specify a queue, you must specify a source phone
1106
1169
  * number.</p>
1107
1170
  */
1108
1171
  QueueId?: string;
1109
1172
  /**
1110
1173
  * <p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect
1111
- * attributes, and can be accessed in contact flows just like any other contact attributes.</p>
1174
+ * attributes, and can be accessed in flows just like any other contact attributes.</p>
1112
1175
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
1113
1176
  * can include only alphanumeric, dash, and underscore characters.</p>
1114
1177
  */
@@ -1160,9 +1223,9 @@ export interface StartTaskContactRequest {
1160
1223
  */
1161
1224
  PreviousContactId?: string;
1162
1225
  /**
1163
- * <p>The identifier of the contact flow for initiating the tasks. To see the ContactFlowId in the
1164
- * Amazon Connect console user interface, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the contact flow. On
1165
- * the contact flow page, under the name of the contact flow, choose <b>Show
1226
+ * <p>The identifier of the flow for initiating the tasks. To see the ContactFlowId in the
1227
+ * Amazon Connect console user interface, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the flow. On
1228
+ * the flow page, under the name of the flow, choose <b>Show
1166
1229
  * additional flow information</b>. The ContactFlowId is the last part of the ARN, shown
1167
1230
  * here in bold: </p>
1168
1231
  * <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
@@ -1171,7 +1234,7 @@ export interface StartTaskContactRequest {
1171
1234
  ContactFlowId?: string;
1172
1235
  /**
1173
1236
  * <p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect
1174
- * attributes, and can be accessed in contact flows just like any other contact attributes.</p>
1237
+ * attributes, and can be accessed in flows just like any other contact attributes.</p>
1175
1238
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
1176
1239
  * can include only alphanumeric, dash, and underscore characters.</p>
1177
1240
  */
@@ -1195,7 +1258,7 @@ export interface StartTaskContactRequest {
1195
1258
  */
1196
1259
  ClientToken?: string;
1197
1260
  /**
1198
- * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
1261
+ * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
1199
1262
  */
1200
1263
  ScheduledTime?: Date;
1201
1264
  /**
@@ -1297,7 +1360,7 @@ export interface TagResourceRequest {
1297
1360
  */
1298
1361
  resourceArn: string | undefined;
1299
1362
  /**
1300
- * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
1363
+ * <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
1301
1364
  */
1302
1365
  tags: Record<string, string> | undefined;
1303
1366
  }
@@ -1319,7 +1382,7 @@ export interface TransferContactRequest {
1319
1382
  */
1320
1383
  UserId?: string;
1321
1384
  /**
1322
- * <p>The identifier of the contact flow.</p>
1385
+ * <p>The identifier of the flow.</p>
1323
1386
  */
1324
1387
  ContactFlowId: string | undefined;
1325
1388
  /**
@@ -1414,7 +1477,7 @@ export interface UpdateContactAttributesRequest {
1414
1477
  */
1415
1478
  InstanceId: string | undefined;
1416
1479
  /**
1417
- * <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
1480
+ * <p>The Amazon Connect attributes. These attributes can be accessed in flows just like any other
1418
1481
  * contact attributes.</p>
1419
1482
  * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
1420
1483
  * can include only alphanumeric, dash, and underscore characters.</p>
@@ -1429,11 +1492,11 @@ export interface UpdateContactFlowContentRequest {
1429
1492
  */
1430
1493
  InstanceId: string | undefined;
1431
1494
  /**
1432
- * <p>The identifier of the contact flow.</p>
1495
+ * <p>The identifier of the flow.</p>
1433
1496
  */
1434
1497
  ContactFlowId: string | undefined;
1435
1498
  /**
1436
- * <p>The JSON string that represents contact flows content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
1499
+ * <p>The JSON string that represents flow's content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
1437
1500
  * flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
1438
1501
  * </p>
1439
1502
  */
@@ -1445,19 +1508,19 @@ export interface UpdateContactFlowMetadataRequest {
1445
1508
  */
1446
1509
  InstanceId: string | undefined;
1447
1510
  /**
1448
- * <p>The identifier of the contact flow.</p>
1511
+ * <p>The identifier of the flow.</p>
1449
1512
  */
1450
1513
  ContactFlowId: string | undefined;
1451
1514
  /**
1452
- * <p>TThe name of the contact flow.</p>
1515
+ * <p>TThe name of the flow.</p>
1453
1516
  */
1454
1517
  Name?: string;
1455
1518
  /**
1456
- * <p>The description of the contact flow.</p>
1519
+ * <p>The description of the flow.</p>
1457
1520
  */
1458
1521
  Description?: string;
1459
1522
  /**
1460
- * <p>The state of contact flow.</p>
1523
+ * <p>The state of flow.</p>
1461
1524
  */
1462
1525
  ContactFlowState?: ContactFlowState | string;
1463
1526
  }
@@ -1467,11 +1530,11 @@ export interface UpdateContactFlowModuleContentRequest {
1467
1530
  */
1468
1531
  InstanceId: string | undefined;
1469
1532
  /**
1470
- * <p>The identifier of the contact flow module.</p>
1533
+ * <p>The identifier of the flow module.</p>
1471
1534
  */
1472
1535
  ContactFlowModuleId: string | undefined;
1473
1536
  /**
1474
- * <p>The content of the contact flow module.</p>
1537
+ * <p>The content of the flow module.</p>
1475
1538
  */
1476
1539
  Content: string | undefined;
1477
1540
  }
@@ -1483,19 +1546,19 @@ export interface UpdateContactFlowModuleMetadataRequest {
1483
1546
  */
1484
1547
  InstanceId: string | undefined;
1485
1548
  /**
1486
- * <p>The identifier of the contact flow module.</p>
1549
+ * <p>The identifier of the flow module.</p>
1487
1550
  */
1488
1551
  ContactFlowModuleId: string | undefined;
1489
1552
  /**
1490
- * <p>The name of the contact flow module.</p>
1553
+ * <p>The name of the flow module.</p>
1491
1554
  */
1492
1555
  Name?: string;
1493
1556
  /**
1494
- * <p>The description of the contact flow module.</p>
1557
+ * <p>The description of the flow module.</p>
1495
1558
  */
1496
1559
  Description?: string;
1497
1560
  /**
1498
- * <p>The state of contact flow module.</p>
1561
+ * <p>The state of flow module.</p>
1499
1562
  */
1500
1563
  State?: ContactFlowModuleState | string;
1501
1564
  }
@@ -1507,15 +1570,15 @@ export interface UpdateContactFlowNameRequest {
1507
1570
  */
1508
1571
  InstanceId: string | undefined;
1509
1572
  /**
1510
- * <p>The identifier of the contact flow.</p>
1573
+ * <p>The identifier of the flow.</p>
1511
1574
  */
1512
1575
  ContactFlowId: string | undefined;
1513
1576
  /**
1514
- * <p>The name of the contact flow.</p>
1577
+ * <p>The name of the flow.</p>
1515
1578
  */
1516
1579
  Name?: string;
1517
1580
  /**
1518
- * <p>The description of the contact flow.</p>
1581
+ * <p>The description of the flow.</p>
1519
1582
  */
1520
1583
  Description?: string;
1521
1584
  }
@@ -1529,7 +1592,7 @@ export interface UpdateContactScheduleRequest {
1529
1592
  */
1530
1593
  ContactId: string | undefined;
1531
1594
  /**
1532
- * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
1595
+ * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
1533
1596
  */
1534
1597
  ScheduledTime: Date | undefined;
1535
1598
  }
@@ -2030,6 +2093,24 @@ export interface UpdateUserSecurityProfilesRequest {
2030
2093
  */
2031
2094
  InstanceId: string | undefined;
2032
2095
  }
2096
+ /**
2097
+ * <p>The search criteria to be used to return security profiles.</p>
2098
+ */
2099
+ export interface SecurityProfileSearchCriteria {
2100
+ /**
2101
+ * <p>A list of conditions which would be applied together with an OR condition.</p>
2102
+ */
2103
+ OrConditions?: SecurityProfileSearchCriteria[];
2104
+ /**
2105
+ * <p>A list of conditions which would be applied together with an AND condition.</p>
2106
+ */
2107
+ AndConditions?: SecurityProfileSearchCriteria[];
2108
+ /**
2109
+ * <p>A leaf node condition which can be used to specify a string condition, for example,
2110
+ * <code>username = 'abc'</code>. </p>
2111
+ */
2112
+ StringCondition?: StringCondition;
2113
+ }
2033
2114
  /**
2034
2115
  * <p>The search criteria to be used to return users.</p>
2035
2116
  */
@@ -2053,6 +2134,29 @@ export interface UserSearchCriteria {
2053
2134
  */
2054
2135
  HierarchyGroupCondition?: HierarchyGroupCondition;
2055
2136
  }
2137
+ export interface SearchSecurityProfilesRequest {
2138
+ /**
2139
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2140
+ */
2141
+ InstanceId: string | undefined;
2142
+ /**
2143
+ * <p>The token for the next set of results. Use the value returned in the previous
2144
+ * response in the next request to retrieve the next set of results.</p>
2145
+ */
2146
+ NextToken?: string;
2147
+ /**
2148
+ * <p>The maximum number of results to return per page.</p>
2149
+ */
2150
+ MaxResults?: number;
2151
+ /**
2152
+ * <p>The search criteria to be used to return security profiles.</p>
2153
+ */
2154
+ SearchCriteria?: SecurityProfileSearchCriteria;
2155
+ /**
2156
+ * <p>Filters to be applied to search results.</p>
2157
+ */
2158
+ SearchFilter?: SecurityProfilesSearchFilter;
2159
+ }
2056
2160
  export interface SearchUsersRequest {
2057
2161
  /**
2058
2162
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -2236,10 +2340,6 @@ export declare const AvailableNumberSummaryFilterSensitiveLog: (obj: AvailableNu
2236
2340
  * @internal
2237
2341
  */
2238
2342
  export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
2239
- /**
2240
- * @internal
2241
- */
2242
- export declare const HierarchyGroupConditionFilterSensitiveLog: (obj: HierarchyGroupCondition) => any;
2243
2343
  /**
2244
2344
  * @internal
2245
2345
  */
@@ -2252,6 +2352,22 @@ export declare const TagConditionFilterSensitiveLog: (obj: TagCondition) => any;
2252
2352
  * @internal
2253
2353
  */
2254
2354
  export declare const ControlPlaneTagFilterFilterSensitiveLog: (obj: ControlPlaneTagFilter) => any;
2355
+ /**
2356
+ * @internal
2357
+ */
2358
+ export declare const SecurityProfilesSearchFilterFilterSensitiveLog: (obj: SecurityProfilesSearchFilter) => any;
2359
+ /**
2360
+ * @internal
2361
+ */
2362
+ export declare const SecurityProfileSearchSummaryFilterSensitiveLog: (obj: SecurityProfileSearchSummary) => any;
2363
+ /**
2364
+ * @internal
2365
+ */
2366
+ export declare const SearchSecurityProfilesResponseFilterSensitiveLog: (obj: SearchSecurityProfilesResponse) => any;
2367
+ /**
2368
+ * @internal
2369
+ */
2370
+ export declare const HierarchyGroupConditionFilterSensitiveLog: (obj: HierarchyGroupCondition) => any;
2255
2371
  /**
2256
2372
  * @internal
2257
2373
  */
@@ -2560,10 +2676,18 @@ export declare const UpdateUserRoutingProfileRequestFilterSensitiveLog: (obj: Up
2560
2676
  * @internal
2561
2677
  */
2562
2678
  export declare const UpdateUserSecurityProfilesRequestFilterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
2679
+ /**
2680
+ * @internal
2681
+ */
2682
+ export declare const SecurityProfileSearchCriteriaFilterSensitiveLog: (obj: SecurityProfileSearchCriteria) => any;
2563
2683
  /**
2564
2684
  * @internal
2565
2685
  */
2566
2686
  export declare const UserSearchCriteriaFilterSensitiveLog: (obj: UserSearchCriteria) => any;
2687
+ /**
2688
+ * @internal
2689
+ */
2690
+ export declare const SearchSecurityProfilesRequestFilterSensitiveLog: (obj: SearchSecurityProfilesRequest) => any;
2567
2691
  /**
2568
2692
  * @internal
2569
2693
  */
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "../commands/SearchSecurityProfilesCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchSecurityProfiles(config: ConnectPaginationConfiguration, input: SearchSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<SearchSecurityProfilesCommandOutput>;
@@ -32,5 +32,6 @@ export * from "./ListUseCasesPaginator";
32
32
  export * from "./ListUserHierarchyGroupsPaginator";
33
33
  export * from "./ListUsersPaginator";
34
34
  export * from "./SearchAvailablePhoneNumbersPaginator";
35
+ export * from "./SearchSecurityProfilesPaginator";
35
36
  export * from "./SearchUsersPaginator";
36
37
  export * from "./SearchVocabulariesPaginator";
@@ -104,6 +104,7 @@ import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "../comman
104
104
  import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
105
105
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
106
106
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
107
+ import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "../commands/SearchSecurityProfilesCommand";
107
108
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
108
109
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
109
110
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
@@ -255,6 +256,7 @@ export declare const serializeAws_restJson1PutUserStatusCommand: (input: PutUser
255
256
  export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
257
  export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
258
  export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ export declare const serializeAws_restJson1SearchSecurityProfilesCommand: (input: SearchSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
260
  export declare const serializeAws_restJson1SearchUsersCommand: (input: SearchUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
261
  export declare const serializeAws_restJson1SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
262
  export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -406,6 +408,7 @@ export declare const deserializeAws_restJson1PutUserStatusCommand: (output: __Ht
406
408
  export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
407
409
  export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
408
410
  export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
411
+ export declare const deserializeAws_restJson1SearchSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSecurityProfilesCommandOutput>;
409
412
  export declare const deserializeAws_restJson1SearchUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchUsersCommandOutput>;
410
413
  export declare const deserializeAws_restJson1SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
411
414
  export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
@@ -103,6 +103,7 @@ import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./command
103
103
  import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
104
104
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
105
105
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
106
+ import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
106
107
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
107
108
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
108
109
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
@@ -570,6 +571,10 @@ export declare class Connect extends ConnectClient {
570
571
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
571
572
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
572
573
 
574
+ searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSecurityProfilesCommandOutput>;
575
+ searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void): void;
576
+ searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void): void;
577
+
573
578
  searchUsers(args: SearchUsersCommandInput, options?: __HttpHandlerOptions): Promise<SearchUsersCommandOutput>;
574
579
  searchUsers(args: SearchUsersCommandInput, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
575
580
  searchUsers(args: SearchUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
@@ -110,6 +110,7 @@ import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./command
110
110
  import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
111
111
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
112
112
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
113
+ import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
113
114
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
114
115
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
115
116
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
@@ -157,8 +158,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
157
158
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
158
159
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
159
160
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
160
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
161
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
161
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
162
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
162
163
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
163
164
 
164
165
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchSecurityProfilesRequest, SearchSecurityProfilesResponse } from "../models/models_1";
5
+ export interface SearchSecurityProfilesCommandInput extends SearchSecurityProfilesRequest {
6
+ }
7
+ export interface SearchSecurityProfilesCommandOutput extends SearchSecurityProfilesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SearchSecurityProfilesCommand extends $Command<SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput, ConnectClientResolvedConfig> {
11
+ readonly input: SearchSecurityProfilesCommandInput;
12
+ constructor(input: SearchSecurityProfilesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -102,6 +102,7 @@ export * from "./PutUserStatusCommand";
102
102
  export * from "./ReleasePhoneNumberCommand";
103
103
  export * from "./ResumeContactRecordingCommand";
104
104
  export * from "./SearchAvailablePhoneNumbersCommand";
105
+ export * from "./SearchSecurityProfilesCommand";
105
106
  export * from "./SearchUsersCommand";
106
107
  export * from "./SearchVocabulariesCommand";
107
108
  export * from "./StartChatContactCommand";