aws-sdk-connect 1.73.0 → 1.76.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +539 -159
- data/lib/aws-sdk-connect/client_api.rb +161 -0
- data/lib/aws-sdk-connect/types.rb +981 -175
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -127,7 +127,8 @@ module Aws::Connect
|
|
127
127
|
#
|
128
128
|
# @!attribute [rw] tags
|
129
129
|
# The tags used to organize, track, or control access for this
|
130
|
-
# resource.
|
130
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
131
|
+
# "key2":"value2"\\} \\}.
|
131
132
|
# @return [Hash<String,String>]
|
132
133
|
#
|
133
134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentStatus AWS API Documentation
|
@@ -473,7 +474,7 @@ module Aws::Connect
|
|
473
474
|
# @return [String]
|
474
475
|
#
|
475
476
|
# @!attribute [rw] contact_flow_id
|
476
|
-
# The identifier of the
|
477
|
+
# The identifier of the flow.
|
477
478
|
# @return [String]
|
478
479
|
#
|
479
480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociatePhoneNumberContactFlowRequest AWS API Documentation
|
@@ -747,7 +748,8 @@ module Aws::Connect
|
|
747
748
|
#
|
748
749
|
# @!attribute [rw] tags
|
749
750
|
# The tags used to organize, track, or control access for this
|
750
|
-
# resource.
|
751
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
752
|
+
# "key2":"value2"\\} \\}.
|
751
753
|
# @return [Hash<String,String>]
|
752
754
|
#
|
753
755
|
# @!attribute [rw] client_token
|
@@ -822,7 +824,8 @@ module Aws::Connect
|
|
822
824
|
#
|
823
825
|
# @!attribute [rw] tags
|
824
826
|
# The tags used to organize, track, or control access for this
|
825
|
-
# resource.
|
827
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
828
|
+
# "key2":"value2"\\} \\}.
|
826
829
|
# @return [Hash<String,String>]
|
827
830
|
#
|
828
831
|
# @!attribute [rw] phone_number_status
|
@@ -964,24 +967,23 @@ module Aws::Connect
|
|
964
967
|
include Aws::Structure
|
965
968
|
end
|
966
969
|
|
967
|
-
# Contains information about a
|
970
|
+
# Contains information about a flow.
|
968
971
|
#
|
969
972
|
# @!attribute [rw] arn
|
970
|
-
# The Amazon Resource Name (ARN) of the
|
973
|
+
# The Amazon Resource Name (ARN) of the flow.
|
971
974
|
# @return [String]
|
972
975
|
#
|
973
976
|
# @!attribute [rw] id
|
974
|
-
# The identifier of the
|
977
|
+
# The identifier of the flow.
|
975
978
|
# @return [String]
|
976
979
|
#
|
977
980
|
# @!attribute [rw] name
|
978
|
-
# The name of the
|
981
|
+
# The name of the flow.
|
979
982
|
# @return [String]
|
980
983
|
#
|
981
984
|
# @!attribute [rw] type
|
982
|
-
# The type of the
|
983
|
-
#
|
984
|
-
# Administrator Guide*.
|
985
|
+
# The type of the flow. For descriptions of the available types, see
|
986
|
+
# [Choose a flow type][1] in the *Amazon Connect Administrator Guide*.
|
985
987
|
#
|
986
988
|
#
|
987
989
|
#
|
@@ -989,19 +991,21 @@ module Aws::Connect
|
|
989
991
|
# @return [String]
|
990
992
|
#
|
991
993
|
# @!attribute [rw] state
|
992
|
-
# The type of
|
994
|
+
# The type of flow.
|
993
995
|
# @return [String]
|
994
996
|
#
|
995
997
|
# @!attribute [rw] description
|
996
|
-
# The description of the
|
998
|
+
# The description of the flow.
|
997
999
|
# @return [String]
|
998
1000
|
#
|
999
1001
|
# @!attribute [rw] content
|
1000
|
-
# The content of the
|
1002
|
+
# The content of the flow.
|
1001
1003
|
# @return [String]
|
1002
1004
|
#
|
1003
1005
|
# @!attribute [rw] tags
|
1004
|
-
#
|
1006
|
+
# The tags used to organize, track, or control access for this
|
1007
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1008
|
+
# "key2":"value2"\\} \\}.
|
1005
1009
|
# @return [Hash<String,String>]
|
1006
1010
|
#
|
1007
1011
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactFlow AWS API Documentation
|
@@ -1019,39 +1023,40 @@ module Aws::Connect
|
|
1019
1023
|
include Aws::Structure
|
1020
1024
|
end
|
1021
1025
|
|
1022
|
-
# Contains information about a
|
1026
|
+
# Contains information about a flow module.
|
1023
1027
|
#
|
1024
1028
|
# @!attribute [rw] arn
|
1025
1029
|
# The Amazon Resource Name (ARN).
|
1026
1030
|
# @return [String]
|
1027
1031
|
#
|
1028
1032
|
# @!attribute [rw] id
|
1029
|
-
# The identifier of the
|
1033
|
+
# The identifier of the flow module.
|
1030
1034
|
# @return [String]
|
1031
1035
|
#
|
1032
1036
|
# @!attribute [rw] name
|
1033
|
-
# The name of the
|
1037
|
+
# The name of the flow module.
|
1034
1038
|
# @return [String]
|
1035
1039
|
#
|
1036
1040
|
# @!attribute [rw] content
|
1037
|
-
# The content of the
|
1041
|
+
# The content of the flow module.
|
1038
1042
|
# @return [String]
|
1039
1043
|
#
|
1040
1044
|
# @!attribute [rw] description
|
1041
|
-
# The description of the
|
1045
|
+
# The description of the flow module.
|
1042
1046
|
# @return [String]
|
1043
1047
|
#
|
1044
1048
|
# @!attribute [rw] state
|
1045
|
-
# The type of
|
1049
|
+
# The type of flow module.
|
1046
1050
|
# @return [String]
|
1047
1051
|
#
|
1048
1052
|
# @!attribute [rw] status
|
1049
|
-
# The status of the
|
1053
|
+
# The status of the flow module.
|
1050
1054
|
# @return [String]
|
1051
1055
|
#
|
1052
1056
|
# @!attribute [rw] tags
|
1053
1057
|
# The tags used to organize, track, or control access for this
|
1054
|
-
# resource.
|
1058
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1059
|
+
# "key2":"value2"\\} \\}.
|
1055
1060
|
# @return [Hash<String,String>]
|
1056
1061
|
#
|
1057
1062
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactFlowModule AWS API Documentation
|
@@ -1069,22 +1074,22 @@ module Aws::Connect
|
|
1069
1074
|
include Aws::Structure
|
1070
1075
|
end
|
1071
1076
|
|
1072
|
-
# Contains summary information about a
|
1077
|
+
# Contains summary information about a flow.
|
1073
1078
|
#
|
1074
1079
|
# @!attribute [rw] id
|
1075
|
-
# The identifier of the
|
1080
|
+
# The identifier of the flow module.
|
1076
1081
|
# @return [String]
|
1077
1082
|
#
|
1078
1083
|
# @!attribute [rw] arn
|
1079
|
-
# The Amazon Resource Name (ARN) of the
|
1084
|
+
# The Amazon Resource Name (ARN) of the flow module.
|
1080
1085
|
# @return [String]
|
1081
1086
|
#
|
1082
1087
|
# @!attribute [rw] name
|
1083
|
-
# The name of the
|
1088
|
+
# The name of the flow module.
|
1084
1089
|
# @return [String]
|
1085
1090
|
#
|
1086
1091
|
# @!attribute [rw] state
|
1087
|
-
# The type of
|
1092
|
+
# The type of flow module.
|
1088
1093
|
# @return [String]
|
1089
1094
|
#
|
1090
1095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactFlowModuleSummary AWS API Documentation
|
@@ -1098,7 +1103,7 @@ module Aws::Connect
|
|
1098
1103
|
include Aws::Structure
|
1099
1104
|
end
|
1100
1105
|
|
1101
|
-
# The
|
1106
|
+
# The flow has not been published.
|
1102
1107
|
#
|
1103
1108
|
# @!attribute [rw] message
|
1104
1109
|
# @return [String]
|
@@ -1111,33 +1116,33 @@ module Aws::Connect
|
|
1111
1116
|
include Aws::Structure
|
1112
1117
|
end
|
1113
1118
|
|
1114
|
-
# Contains summary information about a
|
1119
|
+
# Contains summary information about a flow.
|
1115
1120
|
#
|
1116
|
-
# You can also create and update
|
1117
|
-
#
|
1121
|
+
# You can also create and update flows using the [Amazon Connect Flow
|
1122
|
+
# language][1].
|
1118
1123
|
#
|
1119
1124
|
#
|
1120
1125
|
#
|
1121
1126
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
|
1122
1127
|
#
|
1123
1128
|
# @!attribute [rw] id
|
1124
|
-
# The identifier of the
|
1129
|
+
# The identifier of the flow.
|
1125
1130
|
# @return [String]
|
1126
1131
|
#
|
1127
1132
|
# @!attribute [rw] arn
|
1128
|
-
# The Amazon Resource Name (ARN) of the
|
1133
|
+
# The Amazon Resource Name (ARN) of the flow.
|
1129
1134
|
# @return [String]
|
1130
1135
|
#
|
1131
1136
|
# @!attribute [rw] name
|
1132
|
-
# The name of the
|
1137
|
+
# The name of the flow.
|
1133
1138
|
# @return [String]
|
1134
1139
|
#
|
1135
1140
|
# @!attribute [rw] contact_flow_type
|
1136
|
-
# The type of
|
1141
|
+
# The type of flow.
|
1137
1142
|
# @return [String]
|
1138
1143
|
#
|
1139
1144
|
# @!attribute [rw] contact_flow_state
|
1140
|
-
# The type of
|
1145
|
+
# The type of flow.
|
1141
1146
|
# @return [String]
|
1142
1147
|
#
|
1143
1148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactFlowSummary AWS API Documentation
|
@@ -1261,7 +1266,8 @@ module Aws::Connect
|
|
1261
1266
|
#
|
1262
1267
|
# @!attribute [rw] tags
|
1263
1268
|
# The tags used to organize, track, or control access for this
|
1264
|
-
# resource.
|
1269
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1270
|
+
# "key2":"value2"\\} \\}.
|
1265
1271
|
# @return [Hash<String,String>]
|
1266
1272
|
#
|
1267
1273
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateAgentStatusRequest AWS API Documentation
|
@@ -1314,20 +1320,21 @@ module Aws::Connect
|
|
1314
1320
|
# @return [String]
|
1315
1321
|
#
|
1316
1322
|
# @!attribute [rw] name
|
1317
|
-
# The name of the
|
1323
|
+
# The name of the flow module.
|
1318
1324
|
# @return [String]
|
1319
1325
|
#
|
1320
1326
|
# @!attribute [rw] description
|
1321
|
-
# The description of the
|
1327
|
+
# The description of the flow module.
|
1322
1328
|
# @return [String]
|
1323
1329
|
#
|
1324
1330
|
# @!attribute [rw] content
|
1325
|
-
# The content of the
|
1331
|
+
# The content of the flow module.
|
1326
1332
|
# @return [String]
|
1327
1333
|
#
|
1328
1334
|
# @!attribute [rw] tags
|
1329
1335
|
# The tags used to organize, track, or control access for this
|
1330
|
-
# resource.
|
1336
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1337
|
+
# "key2":"value2"\\} \\}.
|
1331
1338
|
# @return [Hash<String,String>]
|
1332
1339
|
#
|
1333
1340
|
# @!attribute [rw] client_token
|
@@ -1352,11 +1359,11 @@ module Aws::Connect
|
|
1352
1359
|
end
|
1353
1360
|
|
1354
1361
|
# @!attribute [rw] id
|
1355
|
-
# The identifier of the
|
1362
|
+
# The identifier of the flow module.
|
1356
1363
|
# @return [String]
|
1357
1364
|
#
|
1358
1365
|
# @!attribute [rw] arn
|
1359
|
-
# The Amazon Resource Name (ARN) of the
|
1366
|
+
# The Amazon Resource Name (ARN) of the flow module.
|
1360
1367
|
# @return [String]
|
1361
1368
|
#
|
1362
1369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateContactFlowModuleResponse AWS API Documentation
|
@@ -1387,13 +1394,12 @@ module Aws::Connect
|
|
1387
1394
|
# @return [String]
|
1388
1395
|
#
|
1389
1396
|
# @!attribute [rw] name
|
1390
|
-
# The name of the
|
1397
|
+
# The name of the flow.
|
1391
1398
|
# @return [String]
|
1392
1399
|
#
|
1393
1400
|
# @!attribute [rw] type
|
1394
|
-
# The type of the
|
1395
|
-
#
|
1396
|
-
# Administrator Guide*.
|
1401
|
+
# The type of the flow. For descriptions of the available types, see
|
1402
|
+
# [Choose a flow type][1] in the *Amazon Connect Administrator Guide*.
|
1397
1403
|
#
|
1398
1404
|
#
|
1399
1405
|
#
|
@@ -1401,15 +1407,17 @@ module Aws::Connect
|
|
1401
1407
|
# @return [String]
|
1402
1408
|
#
|
1403
1409
|
# @!attribute [rw] description
|
1404
|
-
# The description of the
|
1410
|
+
# The description of the flow.
|
1405
1411
|
# @return [String]
|
1406
1412
|
#
|
1407
1413
|
# @!attribute [rw] content
|
1408
|
-
# The content of the
|
1414
|
+
# The content of the flow.
|
1409
1415
|
# @return [String]
|
1410
1416
|
#
|
1411
1417
|
# @!attribute [rw] tags
|
1412
|
-
#
|
1418
|
+
# The tags used to organize, track, or control access for this
|
1419
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1420
|
+
# "key2":"value2"\\} \\}.
|
1413
1421
|
# @return [Hash<String,String>]
|
1414
1422
|
#
|
1415
1423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateContactFlowRequest AWS API Documentation
|
@@ -1426,11 +1434,11 @@ module Aws::Connect
|
|
1426
1434
|
end
|
1427
1435
|
|
1428
1436
|
# @!attribute [rw] contact_flow_id
|
1429
|
-
# The identifier of the
|
1437
|
+
# The identifier of the flow.
|
1430
1438
|
# @return [String]
|
1431
1439
|
#
|
1432
1440
|
# @!attribute [rw] contact_flow_arn
|
1433
|
-
# The Amazon Resource Name (ARN) of the
|
1441
|
+
# The Amazon Resource Name (ARN) of the flow.
|
1434
1442
|
# @return [String]
|
1435
1443
|
#
|
1436
1444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateContactFlowResponse AWS API Documentation
|
@@ -1492,7 +1500,8 @@ module Aws::Connect
|
|
1492
1500
|
#
|
1493
1501
|
# @!attribute [rw] tags
|
1494
1502
|
# The tags used to organize, track, or control access for this
|
1495
|
-
# resource.
|
1503
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1504
|
+
# "key2":"value2"\\} \\}.
|
1496
1505
|
# @return [Hash<String,String>]
|
1497
1506
|
#
|
1498
1507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateHoursOfOperationRequest AWS API Documentation
|
@@ -1617,6 +1626,11 @@ module Aws::Connect
|
|
1617
1626
|
#
|
1618
1627
|
# @!attribute [rw] integration_arn
|
1619
1628
|
# The Amazon Resource Name (ARN) of the integration.
|
1629
|
+
#
|
1630
|
+
# <note markdown="1"> When integrating with Amazon Pinpoint, the Amazon Connect and Amazon
|
1631
|
+
# Pinpoint instances must be in the same account.
|
1632
|
+
#
|
1633
|
+
# </note>
|
1620
1634
|
# @return [String]
|
1621
1635
|
#
|
1622
1636
|
# @!attribute [rw] source_application_url
|
@@ -1636,7 +1650,8 @@ module Aws::Connect
|
|
1636
1650
|
#
|
1637
1651
|
# @!attribute [rw] tags
|
1638
1652
|
# The tags used to organize, track, or control access for this
|
1639
|
-
# resource.
|
1653
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1654
|
+
# "key2":"value2"\\} \\}.
|
1640
1655
|
# @return [Hash<String,String>]
|
1641
1656
|
#
|
1642
1657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateIntegrationAssociationRequest AWS API Documentation
|
@@ -1722,7 +1737,8 @@ module Aws::Connect
|
|
1722
1737
|
#
|
1723
1738
|
# @!attribute [rw] tags
|
1724
1739
|
# The tags used to organize, track, or control access for this
|
1725
|
-
# resource.
|
1740
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1741
|
+
# "key2":"value2"\\} \\}.
|
1726
1742
|
# @return [Hash<String,String>]
|
1727
1743
|
#
|
1728
1744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateQueueRequest AWS API Documentation
|
@@ -1802,7 +1818,8 @@ module Aws::Connect
|
|
1802
1818
|
#
|
1803
1819
|
# @!attribute [rw] tags
|
1804
1820
|
# The tags used to organize, track, or control access for this
|
1805
|
-
# resource.
|
1821
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1822
|
+
# "key2":"value2"\\} \\}.
|
1806
1823
|
# @return [Hash<String,String>]
|
1807
1824
|
#
|
1808
1825
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateQuickConnectRequest AWS API Documentation
|
@@ -1893,7 +1910,9 @@ module Aws::Connect
|
|
1893
1910
|
# @return [Array<Types::MediaConcurrency>]
|
1894
1911
|
#
|
1895
1912
|
# @!attribute [rw] tags
|
1896
|
-
#
|
1913
|
+
# The tags used to organize, track, or control access for this
|
1914
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1915
|
+
# "key2":"value2"\\} \\}.
|
1897
1916
|
# @return [Hash<String,String>]
|
1898
1917
|
#
|
1899
1918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateRoutingProfileRequest AWS API Documentation
|
@@ -1949,7 +1968,12 @@ module Aws::Connect
|
|
1949
1968
|
# @return [String]
|
1950
1969
|
#
|
1951
1970
|
# @!attribute [rw] permissions
|
1952
|
-
# Permissions assigned to the security profile.
|
1971
|
+
# Permissions assigned to the security profile. For a list of valid
|
1972
|
+
# permissions, see [List of security profile permissions][1].
|
1973
|
+
#
|
1974
|
+
#
|
1975
|
+
#
|
1976
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
1953
1977
|
# @return [Array<String>]
|
1954
1978
|
#
|
1955
1979
|
# @!attribute [rw] instance_id
|
@@ -1959,7 +1983,8 @@ module Aws::Connect
|
|
1959
1983
|
#
|
1960
1984
|
# @!attribute [rw] tags
|
1961
1985
|
# The tags used to organize, track, or control access for this
|
1962
|
-
# resource.
|
1986
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1987
|
+
# "key2":"value2"\\} \\}.
|
1963
1988
|
# @return [Hash<String,String>]
|
1964
1989
|
#
|
1965
1990
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
|
@@ -2154,7 +2179,8 @@ module Aws::Connect
|
|
2154
2179
|
#
|
2155
2180
|
# @!attribute [rw] tags
|
2156
2181
|
# The tags used to organize, track, or control access for this
|
2157
|
-
# resource.
|
2182
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2183
|
+
# "key2":"value2"\\} \\}.
|
2158
2184
|
# @return [Hash<String,String>]
|
2159
2185
|
#
|
2160
2186
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUseCaseRequest AWS API Documentation
|
@@ -2214,7 +2240,8 @@ module Aws::Connect
|
|
2214
2240
|
#
|
2215
2241
|
# @!attribute [rw] tags
|
2216
2242
|
# The tags used to organize, track, or control access for this
|
2217
|
-
# resource.
|
2243
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2244
|
+
# "key2":"value2"\\} \\}.
|
2218
2245
|
# @return [Hash<String,String>]
|
2219
2246
|
#
|
2220
2247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserHierarchyGroupRequest AWS API Documentation
|
@@ -2326,7 +2353,9 @@ module Aws::Connect
|
|
2326
2353
|
# @return [String]
|
2327
2354
|
#
|
2328
2355
|
# @!attribute [rw] tags
|
2329
|
-
#
|
2356
|
+
# The tags used to organize, track, or control access for this
|
2357
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2358
|
+
# "key2":"value2"\\} \\}.
|
2330
2359
|
# @return [Hash<String,String>]
|
2331
2360
|
#
|
2332
2361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserRequest AWS API Documentation
|
@@ -2421,7 +2450,8 @@ module Aws::Connect
|
|
2421
2450
|
#
|
2422
2451
|
# @!attribute [rw] tags
|
2423
2452
|
# The tags used to organize, track, or control access for this
|
2424
|
-
# resource.
|
2453
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2454
|
+
# "key2":"value2"\\} \\}.
|
2425
2455
|
# @return [Hash<String,String>]
|
2426
2456
|
#
|
2427
2457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateVocabularyRequest AWS API Documentation
|
@@ -2632,7 +2662,7 @@ module Aws::Connect
|
|
2632
2662
|
# @return [String]
|
2633
2663
|
#
|
2634
2664
|
# @!attribute [rw] contact_flow_module_id
|
2635
|
-
# The identifier of the
|
2665
|
+
# The identifier of the flow module.
|
2636
2666
|
# @return [String]
|
2637
2667
|
#
|
2638
2668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowModuleRequest AWS API Documentation
|
@@ -2662,7 +2692,7 @@ module Aws::Connect
|
|
2662
2692
|
# @return [String]
|
2663
2693
|
#
|
2664
2694
|
# @!attribute [rw] contact_flow_id
|
2665
|
-
# The identifier of the
|
2695
|
+
# The identifier of the flow.
|
2666
2696
|
# @return [String]
|
2667
2697
|
#
|
2668
2698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowRequest AWS API Documentation
|
@@ -3012,7 +3042,7 @@ module Aws::Connect
|
|
3012
3042
|
# @return [String]
|
3013
3043
|
#
|
3014
3044
|
# @!attribute [rw] contact_flow_module_id
|
3015
|
-
# The identifier of the
|
3045
|
+
# The identifier of the flow module.
|
3016
3046
|
# @return [String]
|
3017
3047
|
#
|
3018
3048
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowModuleRequest AWS API Documentation
|
@@ -3025,7 +3055,7 @@ module Aws::Connect
|
|
3025
3055
|
end
|
3026
3056
|
|
3027
3057
|
# @!attribute [rw] contact_flow_module
|
3028
|
-
# Information about the
|
3058
|
+
# Information about the flow module.
|
3029
3059
|
# @return [Types::ContactFlowModule]
|
3030
3060
|
#
|
3031
3061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowModuleResponse AWS API Documentation
|
@@ -3049,7 +3079,7 @@ module Aws::Connect
|
|
3049
3079
|
# @return [String]
|
3050
3080
|
#
|
3051
3081
|
# @!attribute [rw] contact_flow_id
|
3052
|
-
# The identifier of the
|
3082
|
+
# The identifier of the flow.
|
3053
3083
|
# @return [String]
|
3054
3084
|
#
|
3055
3085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowRequest AWS API Documentation
|
@@ -3062,7 +3092,7 @@ module Aws::Connect
|
|
3062
3092
|
end
|
3063
3093
|
|
3064
3094
|
# @!attribute [rw] contact_flow
|
3065
|
-
# Information about the
|
3095
|
+
# Information about the flow.
|
3066
3096
|
# @return [Types::ContactFlow]
|
3067
3097
|
#
|
3068
3098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowResponse AWS API Documentation
|
@@ -3154,7 +3184,7 @@ module Aws::Connect
|
|
3154
3184
|
#
|
3155
3185
|
# {
|
3156
3186
|
# instance_id: "InstanceId", # required
|
3157
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
3187
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND
|
3158
3188
|
# }
|
3159
3189
|
#
|
3160
3190
|
# @!attribute [rw] instance_id
|
@@ -4734,7 +4764,8 @@ module Aws::Connect
|
|
4734
4764
|
#
|
4735
4765
|
# @!attribute [rw] tags
|
4736
4766
|
# The tags used to organize, track, or control access for this
|
4737
|
-
# resource.
|
4767
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
4768
|
+
# "key2":"value2"\\} \\}.
|
4738
4769
|
# @return [Hash<String,String>]
|
4739
4770
|
#
|
4740
4771
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetTaskTemplateResponse AWS API Documentation
|
@@ -4781,7 +4812,8 @@ module Aws::Connect
|
|
4781
4812
|
#
|
4782
4813
|
# @!attribute [rw] tags
|
4783
4814
|
# The tags used to organize, track, or control access for this
|
4784
|
-
# resource.
|
4815
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
4816
|
+
# "key2":"value2"\\} \\}.
|
4785
4817
|
# @return [Hash<String,String>]
|
4786
4818
|
#
|
4787
4819
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyGroup AWS API Documentation
|
@@ -5185,7 +5217,8 @@ module Aws::Connect
|
|
5185
5217
|
#
|
5186
5218
|
# @!attribute [rw] tags
|
5187
5219
|
# The tags used to organize, track, or control access for this
|
5188
|
-
# resource.
|
5220
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
5221
|
+
# "key2":"value2"\\} \\}.
|
5189
5222
|
# @return [Hash<String,String>]
|
5190
5223
|
#
|
5191
5224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperation AWS API Documentation
|
@@ -5569,10 +5602,10 @@ module Aws::Connect
|
|
5569
5602
|
include Aws::Structure
|
5570
5603
|
end
|
5571
5604
|
|
5572
|
-
# The
|
5605
|
+
# The flow is not valid.
|
5573
5606
|
#
|
5574
5607
|
# @!attribute [rw] problems
|
5575
|
-
# The problems with the
|
5608
|
+
# The problems with the flow. Please fix before trying again.
|
5576
5609
|
# @return [Array<Types::ProblemDetail>]
|
5577
5610
|
#
|
5578
5611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/InvalidContactFlowException AWS API Documentation
|
@@ -6006,7 +6039,7 @@ module Aws::Connect
|
|
6006
6039
|
# @return [Integer]
|
6007
6040
|
#
|
6008
6041
|
# @!attribute [rw] contact_flow_module_state
|
6009
|
-
# The state of the
|
6042
|
+
# The state of the flow module.
|
6010
6043
|
# @return [String]
|
6011
6044
|
#
|
6012
6045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListContactFlowModulesRequest AWS API Documentation
|
@@ -6021,7 +6054,7 @@ module Aws::Connect
|
|
6021
6054
|
end
|
6022
6055
|
|
6023
6056
|
# @!attribute [rw] contact_flow_modules_summary_list
|
6024
|
-
# Information about the
|
6057
|
+
# Information about the flow module.
|
6025
6058
|
# @return [Array<Types::ContactFlowModuleSummary>]
|
6026
6059
|
#
|
6027
6060
|
# @!attribute [rw] next_token
|
@@ -6054,7 +6087,7 @@ module Aws::Connect
|
|
6054
6087
|
# @return [String]
|
6055
6088
|
#
|
6056
6089
|
# @!attribute [rw] contact_flow_types
|
6057
|
-
# The type of
|
6090
|
+
# The type of flow.
|
6058
6091
|
# @return [Array<String>]
|
6059
6092
|
#
|
6060
6093
|
# @!attribute [rw] next_token
|
@@ -6064,7 +6097,8 @@ module Aws::Connect
|
|
6064
6097
|
# @return [String]
|
6065
6098
|
#
|
6066
6099
|
# @!attribute [rw] max_results
|
6067
|
-
# The maximum number of results to return per page.
|
6100
|
+
# The maximum number of results to return per page. The default
|
6101
|
+
# MaxResult size is 100.
|
6068
6102
|
# @return [Integer]
|
6069
6103
|
#
|
6070
6104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListContactFlowsRequest AWS API Documentation
|
@@ -6079,7 +6113,7 @@ module Aws::Connect
|
|
6079
6113
|
end
|
6080
6114
|
|
6081
6115
|
# @!attribute [rw] contact_flow_summary_list
|
6082
|
-
# Information about the
|
6116
|
+
# Information about the flows.
|
6083
6117
|
# @return [Array<Types::ContactFlowSummary>]
|
6084
6118
|
#
|
6085
6119
|
# @!attribute [rw] next_token
|
@@ -6140,7 +6174,7 @@ module Aws::Connect
|
|
6140
6174
|
end
|
6141
6175
|
|
6142
6176
|
# @!attribute [rw] reference_summary_list
|
6143
|
-
# Information about the
|
6177
|
+
# Information about the flows.
|
6144
6178
|
# @return [Array<Types::ReferenceSummary>]
|
6145
6179
|
#
|
6146
6180
|
# @!attribute [rw] next_token
|
@@ -6244,7 +6278,8 @@ module Aws::Connect
|
|
6244
6278
|
# @return [String]
|
6245
6279
|
#
|
6246
6280
|
# @!attribute [rw] max_results
|
6247
|
-
# The maximum number of results to return per page.
|
6281
|
+
# The maximum number of results to return per page. The default
|
6282
|
+
# MaxResult size is 100.
|
6248
6283
|
# @return [Integer]
|
6249
6284
|
#
|
6250
6285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListHoursOfOperationsRequest AWS API Documentation
|
@@ -6625,7 +6660,8 @@ module Aws::Connect
|
|
6625
6660
|
# @return [String]
|
6626
6661
|
#
|
6627
6662
|
# @!attribute [rw] max_results
|
6628
|
-
# The maximum number of results to return per page.
|
6663
|
+
# The maximum number of results to return per page. The default
|
6664
|
+
# MaxResult size is 100.
|
6629
6665
|
# @return [Integer]
|
6630
6666
|
#
|
6631
6667
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListPhoneNumbersRequest AWS API Documentation
|
@@ -6794,7 +6830,8 @@ module Aws::Connect
|
|
6794
6830
|
# @return [String]
|
6795
6831
|
#
|
6796
6832
|
# @!attribute [rw] max_results
|
6797
|
-
# The maximum number of results to return per page.
|
6833
|
+
# The maximum number of results to return per page. The default
|
6834
|
+
# MaxResult size is 100.
|
6798
6835
|
# @return [Integer]
|
6799
6836
|
#
|
6800
6837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListPromptsRequest AWS API Documentation
|
@@ -6851,7 +6888,8 @@ module Aws::Connect
|
|
6851
6888
|
# @return [String]
|
6852
6889
|
#
|
6853
6890
|
# @!attribute [rw] max_results
|
6854
|
-
# The maximum number of results to return per page.
|
6891
|
+
# The maximum number of results to return per page. The default
|
6892
|
+
# MaxResult size is 100.
|
6855
6893
|
# @return [Integer]
|
6856
6894
|
#
|
6857
6895
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQueueQuickConnectsRequest AWS API Documentation
|
@@ -6909,7 +6947,8 @@ module Aws::Connect
|
|
6909
6947
|
# @return [String]
|
6910
6948
|
#
|
6911
6949
|
# @!attribute [rw] max_results
|
6912
|
-
# The maximum number of results to return per page.
|
6950
|
+
# The maximum number of results to return per page. The default
|
6951
|
+
# MaxResult size is 100.
|
6913
6952
|
# @return [Integer]
|
6914
6953
|
#
|
6915
6954
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQueuesRequest AWS API Documentation
|
@@ -6963,7 +7002,8 @@ module Aws::Connect
|
|
6963
7002
|
# @return [String]
|
6964
7003
|
#
|
6965
7004
|
# @!attribute [rw] max_results
|
6966
|
-
# The maximum number of results to return per page.
|
7005
|
+
# The maximum number of results to return per page. The default
|
7006
|
+
# MaxResult size is 100.
|
6967
7007
|
# @return [Integer]
|
6968
7008
|
#
|
6969
7009
|
# @!attribute [rw] quick_connect_types
|
@@ -7028,7 +7068,8 @@ module Aws::Connect
|
|
7028
7068
|
# @return [String]
|
7029
7069
|
#
|
7030
7070
|
# @!attribute [rw] max_results
|
7031
|
-
# The maximum number of results to return per page.
|
7071
|
+
# The maximum number of results to return per page. The default
|
7072
|
+
# MaxResult size is 100.
|
7032
7073
|
# @return [Integer]
|
7033
7074
|
#
|
7034
7075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRoutingProfileQueuesRequest AWS API Documentation
|
@@ -7081,7 +7122,8 @@ module Aws::Connect
|
|
7081
7122
|
# @return [String]
|
7082
7123
|
#
|
7083
7124
|
# @!attribute [rw] max_results
|
7084
|
-
# The maximum number of results to return per page.
|
7125
|
+
# The maximum number of results to return per page. The default
|
7126
|
+
# MaxResult size is 100.
|
7085
7127
|
# @return [Integer]
|
7086
7128
|
#
|
7087
7129
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRoutingProfilesRequest AWS API Documentation
|
@@ -7205,7 +7247,12 @@ module Aws::Connect
|
|
7205
7247
|
end
|
7206
7248
|
|
7207
7249
|
# @!attribute [rw] permissions
|
7208
|
-
# The permissions granted to the security profile.
|
7250
|
+
# The permissions granted to the security profile. For a complete list
|
7251
|
+
# of valid permissions, see [List of security profile permissions][1].
|
7252
|
+
#
|
7253
|
+
#
|
7254
|
+
#
|
7255
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
7209
7256
|
# @return [Array<String>]
|
7210
7257
|
#
|
7211
7258
|
# @!attribute [rw] next_token
|
@@ -7243,7 +7290,8 @@ module Aws::Connect
|
|
7243
7290
|
# @return [String]
|
7244
7291
|
#
|
7245
7292
|
# @!attribute [rw] max_results
|
7246
|
-
# The maximum number of results to return per page.
|
7293
|
+
# The maximum number of results to return per page. The default
|
7294
|
+
# MaxResult size is 100.
|
7247
7295
|
# @return [Integer]
|
7248
7296
|
#
|
7249
7297
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfilesRequest AWS API Documentation
|
@@ -7462,7 +7510,8 @@ module Aws::Connect
|
|
7462
7510
|
# @return [String]
|
7463
7511
|
#
|
7464
7512
|
# @!attribute [rw] max_results
|
7465
|
-
# The maximum number of results to return per page.
|
7513
|
+
# The maximum number of results to return per page. The default
|
7514
|
+
# MaxResult size is 100.
|
7466
7515
|
# @return [Integer]
|
7467
7516
|
#
|
7468
7517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListUserHierarchyGroupsRequest AWS API Documentation
|
@@ -7514,7 +7563,8 @@ module Aws::Connect
|
|
7514
7563
|
# @return [String]
|
7515
7564
|
#
|
7516
7565
|
# @!attribute [rw] max_results
|
7517
|
-
# The maximum number of results to return per page.
|
7566
|
+
# The maximum number of results to return per page. The default
|
7567
|
+
# MaxResult size is 100.
|
7518
7568
|
# @return [Integer]
|
7519
7569
|
#
|
7520
7570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListUsersRequest AWS API Documentation
|
@@ -7782,6 +7832,8 @@ module Aws::Connect
|
|
7782
7832
|
include Aws::Structure
|
7783
7833
|
end
|
7784
7834
|
|
7835
|
+
# The property is not valid.
|
7836
|
+
#
|
7785
7837
|
# @!attribute [rw] message
|
7786
7838
|
# @return [String]
|
7787
7839
|
#
|
@@ -7894,7 +7946,8 @@ module Aws::Connect
|
|
7894
7946
|
#
|
7895
7947
|
# @!attribute [rw] tags
|
7896
7948
|
# The tags used to organize, track, or control access for this
|
7897
|
-
# resource.
|
7949
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
7950
|
+
# "key2":"value2"\\} \\}.
|
7898
7951
|
# @return [Hash<String,String>]
|
7899
7952
|
#
|
7900
7953
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Queue AWS API Documentation
|
@@ -7932,8 +7985,8 @@ module Aws::Connect
|
|
7932
7985
|
include Aws::Structure
|
7933
7986
|
end
|
7934
7987
|
|
7935
|
-
# Contains information about a queue for a quick connect. The
|
7936
|
-
#
|
7988
|
+
# Contains information about a queue for a quick connect. The flow must
|
7989
|
+
# be of type Transfer to Queue.
|
7937
7990
|
#
|
7938
7991
|
# @note When making an API call, you may pass QueueQuickConnectConfig
|
7939
7992
|
# data as a hash:
|
@@ -7948,7 +8001,7 @@ module Aws::Connect
|
|
7948
8001
|
# @return [String]
|
7949
8002
|
#
|
7950
8003
|
# @!attribute [rw] contact_flow_id
|
7951
|
-
# The identifier of the
|
8004
|
+
# The identifier of the flow.
|
7952
8005
|
# @return [String]
|
7953
8006
|
#
|
7954
8007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueQuickConnectConfig AWS API Documentation
|
@@ -7980,6 +8033,130 @@ module Aws::Connect
|
|
7980
8033
|
include Aws::Structure
|
7981
8034
|
end
|
7982
8035
|
|
8036
|
+
# The search criteria to be used to return queues.
|
8037
|
+
#
|
8038
|
+
# @note When making an API call, you may pass QueueSearchCriteria
|
8039
|
+
# data as a hash:
|
8040
|
+
#
|
8041
|
+
# {
|
8042
|
+
# or_conditions: [
|
8043
|
+
# {
|
8044
|
+
# or_conditions: {
|
8045
|
+
# # recursive QueueSearchConditionList
|
8046
|
+
# },
|
8047
|
+
# and_conditions: {
|
8048
|
+
# # recursive QueueSearchConditionList
|
8049
|
+
# },
|
8050
|
+
# string_condition: {
|
8051
|
+
# field_name: "String",
|
8052
|
+
# value: "String",
|
8053
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8054
|
+
# },
|
8055
|
+
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8056
|
+
# },
|
8057
|
+
# ],
|
8058
|
+
# and_conditions: [
|
8059
|
+
# {
|
8060
|
+
# or_conditions: {
|
8061
|
+
# # recursive QueueSearchConditionList
|
8062
|
+
# },
|
8063
|
+
# and_conditions: {
|
8064
|
+
# # recursive QueueSearchConditionList
|
8065
|
+
# },
|
8066
|
+
# string_condition: {
|
8067
|
+
# field_name: "String",
|
8068
|
+
# value: "String",
|
8069
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8070
|
+
# },
|
8071
|
+
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8072
|
+
# },
|
8073
|
+
# ],
|
8074
|
+
# string_condition: {
|
8075
|
+
# field_name: "String",
|
8076
|
+
# value: "String",
|
8077
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8078
|
+
# },
|
8079
|
+
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8080
|
+
# }
|
8081
|
+
#
|
8082
|
+
# @!attribute [rw] or_conditions
|
8083
|
+
# A list of conditions which would be applied together with an OR
|
8084
|
+
# condition.
|
8085
|
+
# @return [Array<Types::QueueSearchCriteria>]
|
8086
|
+
#
|
8087
|
+
# @!attribute [rw] and_conditions
|
8088
|
+
# A list of conditions which would be applied together with an AND
|
8089
|
+
# condition.
|
8090
|
+
# @return [Array<Types::QueueSearchCriteria>]
|
8091
|
+
#
|
8092
|
+
# @!attribute [rw] string_condition
|
8093
|
+
# A leaf node condition which can be used to specify a string
|
8094
|
+
# condition, for example, `username = 'abc'`.
|
8095
|
+
# @return [Types::StringCondition]
|
8096
|
+
#
|
8097
|
+
# @!attribute [rw] queue_type_condition
|
8098
|
+
# The type of queue.
|
8099
|
+
# @return [String]
|
8100
|
+
#
|
8101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueSearchCriteria AWS API Documentation
|
8102
|
+
#
|
8103
|
+
class QueueSearchCriteria < Struct.new(
|
8104
|
+
:or_conditions,
|
8105
|
+
:and_conditions,
|
8106
|
+
:string_condition,
|
8107
|
+
:queue_type_condition)
|
8108
|
+
SENSITIVE = []
|
8109
|
+
include Aws::Structure
|
8110
|
+
end
|
8111
|
+
|
8112
|
+
# Filters to be applied to search results.
|
8113
|
+
#
|
8114
|
+
# @note When making an API call, you may pass QueueSearchFilter
|
8115
|
+
# data as a hash:
|
8116
|
+
#
|
8117
|
+
# {
|
8118
|
+
# tag_filter: {
|
8119
|
+
# or_conditions: [
|
8120
|
+
# [
|
8121
|
+
# {
|
8122
|
+
# tag_key: "String",
|
8123
|
+
# tag_value: "String",
|
8124
|
+
# },
|
8125
|
+
# ],
|
8126
|
+
# ],
|
8127
|
+
# and_conditions: [
|
8128
|
+
# {
|
8129
|
+
# tag_key: "String",
|
8130
|
+
# tag_value: "String",
|
8131
|
+
# },
|
8132
|
+
# ],
|
8133
|
+
# tag_condition: {
|
8134
|
+
# tag_key: "String",
|
8135
|
+
# tag_value: "String",
|
8136
|
+
# },
|
8137
|
+
# },
|
8138
|
+
# }
|
8139
|
+
#
|
8140
|
+
# @!attribute [rw] tag_filter
|
8141
|
+
# An object that can be used to specify Tag conditions inside the
|
8142
|
+
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
8143
|
+
# where:
|
8144
|
+
#
|
8145
|
+
# * Top level list specifies conditions that need to be applied with
|
8146
|
+
# `OR` operator
|
8147
|
+
#
|
8148
|
+
# * Inner list specifies conditions that need to be applied with `AND`
|
8149
|
+
# operator.
|
8150
|
+
# @return [Types::ControlPlaneTagFilter]
|
8151
|
+
#
|
8152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueSearchFilter AWS API Documentation
|
8153
|
+
#
|
8154
|
+
class QueueSearchFilter < Struct.new(
|
8155
|
+
:tag_filter)
|
8156
|
+
SENSITIVE = []
|
8157
|
+
include Aws::Structure
|
8158
|
+
end
|
8159
|
+
|
7983
8160
|
# Contains summary information about a queue.
|
7984
8161
|
#
|
7985
8162
|
# @!attribute [rw] id
|
@@ -8033,7 +8210,8 @@ module Aws::Connect
|
|
8033
8210
|
#
|
8034
8211
|
# @!attribute [rw] tags
|
8035
8212
|
# The tags used to organize, track, or control access for this
|
8036
|
-
# resource.
|
8213
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
8214
|
+
# "key2":"value2"\\} \\}.
|
8037
8215
|
# @return [Hash<String,String>]
|
8038
8216
|
#
|
8039
8217
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnect AWS API Documentation
|
@@ -8420,9 +8598,19 @@ module Aws::Connect
|
|
8420
8598
|
# @return [String]
|
8421
8599
|
#
|
8422
8600
|
# @!attribute [rw] tags
|
8423
|
-
#
|
8601
|
+
# The tags used to organize, track, or control access for this
|
8602
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
8603
|
+
# "key2":"value2"\\} \\}.
|
8424
8604
|
# @return [Hash<String,String>]
|
8425
8605
|
#
|
8606
|
+
# @!attribute [rw] number_of_associated_queues
|
8607
|
+
# The number of associated queues in routing profile.
|
8608
|
+
# @return [Integer]
|
8609
|
+
#
|
8610
|
+
# @!attribute [rw] number_of_associated_users
|
8611
|
+
# The number of associated users in routing profile.
|
8612
|
+
# @return [Integer]
|
8613
|
+
#
|
8426
8614
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfile AWS API Documentation
|
8427
8615
|
#
|
8428
8616
|
class RoutingProfile < Struct.new(
|
@@ -8433,7 +8621,9 @@ module Aws::Connect
|
|
8433
8621
|
:description,
|
8434
8622
|
:media_concurrencies,
|
8435
8623
|
:default_outbound_queue_id,
|
8436
|
-
:tags
|
8624
|
+
:tags,
|
8625
|
+
:number_of_associated_queues,
|
8626
|
+
:number_of_associated_users)
|
8437
8627
|
SENSITIVE = []
|
8438
8628
|
include Aws::Structure
|
8439
8629
|
end
|
@@ -8584,6 +8774,122 @@ module Aws::Connect
|
|
8584
8774
|
include Aws::Structure
|
8585
8775
|
end
|
8586
8776
|
|
8777
|
+
# The search criteria to be used to return routing profiles.
|
8778
|
+
#
|
8779
|
+
# @note When making an API call, you may pass RoutingProfileSearchCriteria
|
8780
|
+
# data as a hash:
|
8781
|
+
#
|
8782
|
+
# {
|
8783
|
+
# or_conditions: [
|
8784
|
+
# {
|
8785
|
+
# or_conditions: {
|
8786
|
+
# # recursive RoutingProfileSearchConditionList
|
8787
|
+
# },
|
8788
|
+
# and_conditions: {
|
8789
|
+
# # recursive RoutingProfileSearchConditionList
|
8790
|
+
# },
|
8791
|
+
# string_condition: {
|
8792
|
+
# field_name: "String",
|
8793
|
+
# value: "String",
|
8794
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8795
|
+
# },
|
8796
|
+
# },
|
8797
|
+
# ],
|
8798
|
+
# and_conditions: [
|
8799
|
+
# {
|
8800
|
+
# or_conditions: {
|
8801
|
+
# # recursive RoutingProfileSearchConditionList
|
8802
|
+
# },
|
8803
|
+
# and_conditions: {
|
8804
|
+
# # recursive RoutingProfileSearchConditionList
|
8805
|
+
# },
|
8806
|
+
# string_condition: {
|
8807
|
+
# field_name: "String",
|
8808
|
+
# value: "String",
|
8809
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8810
|
+
# },
|
8811
|
+
# },
|
8812
|
+
# ],
|
8813
|
+
# string_condition: {
|
8814
|
+
# field_name: "String",
|
8815
|
+
# value: "String",
|
8816
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8817
|
+
# },
|
8818
|
+
# }
|
8819
|
+
#
|
8820
|
+
# @!attribute [rw] or_conditions
|
8821
|
+
# A list of conditions which would be applied together with an OR
|
8822
|
+
# condition.
|
8823
|
+
# @return [Array<Types::RoutingProfileSearchCriteria>]
|
8824
|
+
#
|
8825
|
+
# @!attribute [rw] and_conditions
|
8826
|
+
# A list of conditions which would be applied together with an AND
|
8827
|
+
# condition.
|
8828
|
+
# @return [Array<Types::RoutingProfileSearchCriteria>]
|
8829
|
+
#
|
8830
|
+
# @!attribute [rw] string_condition
|
8831
|
+
# A leaf node condition which can be used to specify a string
|
8832
|
+
# condition, for example, `username = 'abc'`.
|
8833
|
+
# @return [Types::StringCondition]
|
8834
|
+
#
|
8835
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfileSearchCriteria AWS API Documentation
|
8836
|
+
#
|
8837
|
+
class RoutingProfileSearchCriteria < Struct.new(
|
8838
|
+
:or_conditions,
|
8839
|
+
:and_conditions,
|
8840
|
+
:string_condition)
|
8841
|
+
SENSITIVE = []
|
8842
|
+
include Aws::Structure
|
8843
|
+
end
|
8844
|
+
|
8845
|
+
# Filters to be applied to search results.
|
8846
|
+
#
|
8847
|
+
# @note When making an API call, you may pass RoutingProfileSearchFilter
|
8848
|
+
# data as a hash:
|
8849
|
+
#
|
8850
|
+
# {
|
8851
|
+
# tag_filter: {
|
8852
|
+
# or_conditions: [
|
8853
|
+
# [
|
8854
|
+
# {
|
8855
|
+
# tag_key: "String",
|
8856
|
+
# tag_value: "String",
|
8857
|
+
# },
|
8858
|
+
# ],
|
8859
|
+
# ],
|
8860
|
+
# and_conditions: [
|
8861
|
+
# {
|
8862
|
+
# tag_key: "String",
|
8863
|
+
# tag_value: "String",
|
8864
|
+
# },
|
8865
|
+
# ],
|
8866
|
+
# tag_condition: {
|
8867
|
+
# tag_key: "String",
|
8868
|
+
# tag_value: "String",
|
8869
|
+
# },
|
8870
|
+
# },
|
8871
|
+
# }
|
8872
|
+
#
|
8873
|
+
# @!attribute [rw] tag_filter
|
8874
|
+
# An object that can be used to specify Tag conditions inside the
|
8875
|
+
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
8876
|
+
# where:
|
8877
|
+
#
|
8878
|
+
# * Top level list specifies conditions that need to be applied with
|
8879
|
+
# `OR` operator
|
8880
|
+
#
|
8881
|
+
# * Inner list specifies conditions that need to be applied with `AND`
|
8882
|
+
# operator.
|
8883
|
+
# @return [Types::ControlPlaneTagFilter]
|
8884
|
+
#
|
8885
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfileSearchFilter AWS API Documentation
|
8886
|
+
#
|
8887
|
+
class RoutingProfileSearchFilter < Struct.new(
|
8888
|
+
:tag_filter)
|
8889
|
+
SENSITIVE = []
|
8890
|
+
include Aws::Structure
|
8891
|
+
end
|
8892
|
+
|
8587
8893
|
# Contains summary information about a routing profile.
|
8588
8894
|
#
|
8589
8895
|
# @!attribute [rw] id
|
@@ -8717,11 +9023,11 @@ module Aws::Connect
|
|
8717
9023
|
include Aws::Structure
|
8718
9024
|
end
|
8719
9025
|
|
8720
|
-
# @note When making an API call, you may pass
|
9026
|
+
# @note When making an API call, you may pass SearchQueuesRequest
|
8721
9027
|
# data as a hash:
|
8722
9028
|
#
|
8723
9029
|
# {
|
8724
|
-
# instance_id: "InstanceId",
|
9030
|
+
# instance_id: "InstanceId", # required
|
8725
9031
|
# next_token: "NextToken2500",
|
8726
9032
|
# max_results: 1,
|
8727
9033
|
# search_filter: {
|
@@ -8749,12 +9055,12 @@ module Aws::Connect
|
|
8749
9055
|
# search_criteria: {
|
8750
9056
|
# or_conditions: [
|
8751
9057
|
# {
|
8752
|
-
# # recursive
|
9058
|
+
# # recursive QueueSearchCriteria
|
8753
9059
|
# },
|
8754
9060
|
# ],
|
8755
9061
|
# and_conditions: [
|
8756
9062
|
# {
|
8757
|
-
# # recursive
|
9063
|
+
# # recursive QueueSearchCriteria
|
8758
9064
|
# },
|
8759
9065
|
# ],
|
8760
9066
|
# string_condition: {
|
@@ -8762,10 +9068,7 @@ module Aws::Connect
|
|
8762
9068
|
# value: "String",
|
8763
9069
|
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8764
9070
|
# },
|
8765
|
-
#
|
8766
|
-
# value: "String",
|
8767
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
8768
|
-
# },
|
9071
|
+
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8769
9072
|
# },
|
8770
9073
|
# }
|
8771
9074
|
#
|
@@ -8786,15 +9089,15 @@ module Aws::Connect
|
|
8786
9089
|
#
|
8787
9090
|
# @!attribute [rw] search_filter
|
8788
9091
|
# Filters to be applied to search results.
|
8789
|
-
# @return [Types::
|
9092
|
+
# @return [Types::QueueSearchFilter]
|
8790
9093
|
#
|
8791
9094
|
# @!attribute [rw] search_criteria
|
8792
|
-
# The search criteria to be used to return
|
8793
|
-
# @return [Types::
|
9095
|
+
# The search criteria to be used to return queues.
|
9096
|
+
# @return [Types::QueueSearchCriteria]
|
8794
9097
|
#
|
8795
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/
|
9098
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchQueuesRequest AWS API Documentation
|
8796
9099
|
#
|
8797
|
-
class
|
9100
|
+
class SearchQueuesRequest < Struct.new(
|
8798
9101
|
:instance_id,
|
8799
9102
|
:next_token,
|
8800
9103
|
:max_results,
|
@@ -8804,9 +9107,9 @@ module Aws::Connect
|
|
8804
9107
|
include Aws::Structure
|
8805
9108
|
end
|
8806
9109
|
|
8807
|
-
# @!attribute [rw]
|
8808
|
-
# Information about the
|
8809
|
-
# @return [Array<Types::
|
9110
|
+
# @!attribute [rw] queues
|
9111
|
+
# Information about the queues.
|
9112
|
+
# @return [Array<Types::Queue>]
|
8810
9113
|
#
|
8811
9114
|
# @!attribute [rw] next_token
|
8812
9115
|
# If there are additional results, this is the token for the next set
|
@@ -8814,10 +9117,341 @@ module Aws::Connect
|
|
8814
9117
|
# @return [String]
|
8815
9118
|
#
|
8816
9119
|
# @!attribute [rw] approximate_total_count
|
8817
|
-
# The total number of
|
9120
|
+
# The total number of queues which matched your search query.
|
8818
9121
|
# @return [Integer]
|
8819
9122
|
#
|
8820
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/
|
9123
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchQueuesResponse AWS API Documentation
|
9124
|
+
#
|
9125
|
+
class SearchQueuesResponse < Struct.new(
|
9126
|
+
:queues,
|
9127
|
+
:next_token,
|
9128
|
+
:approximate_total_count)
|
9129
|
+
SENSITIVE = []
|
9130
|
+
include Aws::Structure
|
9131
|
+
end
|
9132
|
+
|
9133
|
+
# @note When making an API call, you may pass SearchRoutingProfilesRequest
|
9134
|
+
# data as a hash:
|
9135
|
+
#
|
9136
|
+
# {
|
9137
|
+
# instance_id: "InstanceId", # required
|
9138
|
+
# next_token: "NextToken2500",
|
9139
|
+
# max_results: 1,
|
9140
|
+
# search_filter: {
|
9141
|
+
# tag_filter: {
|
9142
|
+
# or_conditions: [
|
9143
|
+
# [
|
9144
|
+
# {
|
9145
|
+
# tag_key: "String",
|
9146
|
+
# tag_value: "String",
|
9147
|
+
# },
|
9148
|
+
# ],
|
9149
|
+
# ],
|
9150
|
+
# and_conditions: [
|
9151
|
+
# {
|
9152
|
+
# tag_key: "String",
|
9153
|
+
# tag_value: "String",
|
9154
|
+
# },
|
9155
|
+
# ],
|
9156
|
+
# tag_condition: {
|
9157
|
+
# tag_key: "String",
|
9158
|
+
# tag_value: "String",
|
9159
|
+
# },
|
9160
|
+
# },
|
9161
|
+
# },
|
9162
|
+
# search_criteria: {
|
9163
|
+
# or_conditions: [
|
9164
|
+
# {
|
9165
|
+
# # recursive RoutingProfileSearchCriteria
|
9166
|
+
# },
|
9167
|
+
# ],
|
9168
|
+
# and_conditions: [
|
9169
|
+
# {
|
9170
|
+
# # recursive RoutingProfileSearchCriteria
|
9171
|
+
# },
|
9172
|
+
# ],
|
9173
|
+
# string_condition: {
|
9174
|
+
# field_name: "String",
|
9175
|
+
# value: "String",
|
9176
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9177
|
+
# },
|
9178
|
+
# },
|
9179
|
+
# }
|
9180
|
+
#
|
9181
|
+
# @!attribute [rw] instance_id
|
9182
|
+
# The identifier of the Amazon Connect instance. You can find the
|
9183
|
+
# instanceId in the ARN of the instance.
|
9184
|
+
# @return [String]
|
9185
|
+
#
|
9186
|
+
# @!attribute [rw] next_token
|
9187
|
+
# The token for the next set of results. Use the value returned in the
|
9188
|
+
# previous response in the next request to retrieve the next set of
|
9189
|
+
# results.
|
9190
|
+
# @return [String]
|
9191
|
+
#
|
9192
|
+
# @!attribute [rw] max_results
|
9193
|
+
# The maximum number of results to return per page.
|
9194
|
+
# @return [Integer]
|
9195
|
+
#
|
9196
|
+
# @!attribute [rw] search_filter
|
9197
|
+
# Filters to be applied to search results.
|
9198
|
+
# @return [Types::RoutingProfileSearchFilter]
|
9199
|
+
#
|
9200
|
+
# @!attribute [rw] search_criteria
|
9201
|
+
# The search criteria to be used to return routing profiles.
|
9202
|
+
# @return [Types::RoutingProfileSearchCriteria]
|
9203
|
+
#
|
9204
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRoutingProfilesRequest AWS API Documentation
|
9205
|
+
#
|
9206
|
+
class SearchRoutingProfilesRequest < Struct.new(
|
9207
|
+
:instance_id,
|
9208
|
+
:next_token,
|
9209
|
+
:max_results,
|
9210
|
+
:search_filter,
|
9211
|
+
:search_criteria)
|
9212
|
+
SENSITIVE = []
|
9213
|
+
include Aws::Structure
|
9214
|
+
end
|
9215
|
+
|
9216
|
+
# @!attribute [rw] routing_profiles
|
9217
|
+
# Information about the routing profiles.
|
9218
|
+
# @return [Array<Types::RoutingProfile>]
|
9219
|
+
#
|
9220
|
+
# @!attribute [rw] next_token
|
9221
|
+
# If there are additional results, this is the token for the next set
|
9222
|
+
# of results.
|
9223
|
+
# @return [String]
|
9224
|
+
#
|
9225
|
+
# @!attribute [rw] approximate_total_count
|
9226
|
+
# The total number of routing profiles which matched your search
|
9227
|
+
# query.
|
9228
|
+
# @return [Integer]
|
9229
|
+
#
|
9230
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRoutingProfilesResponse AWS API Documentation
|
9231
|
+
#
|
9232
|
+
class SearchRoutingProfilesResponse < Struct.new(
|
9233
|
+
:routing_profiles,
|
9234
|
+
:next_token,
|
9235
|
+
:approximate_total_count)
|
9236
|
+
SENSITIVE = []
|
9237
|
+
include Aws::Structure
|
9238
|
+
end
|
9239
|
+
|
9240
|
+
# @note When making an API call, you may pass SearchSecurityProfilesRequest
|
9241
|
+
# data as a hash:
|
9242
|
+
#
|
9243
|
+
# {
|
9244
|
+
# instance_id: "InstanceId", # required
|
9245
|
+
# next_token: "NextToken2500",
|
9246
|
+
# max_results: 1,
|
9247
|
+
# search_criteria: {
|
9248
|
+
# or_conditions: [
|
9249
|
+
# {
|
9250
|
+
# # recursive SecurityProfileSearchCriteria
|
9251
|
+
# },
|
9252
|
+
# ],
|
9253
|
+
# and_conditions: [
|
9254
|
+
# {
|
9255
|
+
# # recursive SecurityProfileSearchCriteria
|
9256
|
+
# },
|
9257
|
+
# ],
|
9258
|
+
# string_condition: {
|
9259
|
+
# field_name: "String",
|
9260
|
+
# value: "String",
|
9261
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9262
|
+
# },
|
9263
|
+
# },
|
9264
|
+
# search_filter: {
|
9265
|
+
# tag_filter: {
|
9266
|
+
# or_conditions: [
|
9267
|
+
# [
|
9268
|
+
# {
|
9269
|
+
# tag_key: "String",
|
9270
|
+
# tag_value: "String",
|
9271
|
+
# },
|
9272
|
+
# ],
|
9273
|
+
# ],
|
9274
|
+
# and_conditions: [
|
9275
|
+
# {
|
9276
|
+
# tag_key: "String",
|
9277
|
+
# tag_value: "String",
|
9278
|
+
# },
|
9279
|
+
# ],
|
9280
|
+
# tag_condition: {
|
9281
|
+
# tag_key: "String",
|
9282
|
+
# tag_value: "String",
|
9283
|
+
# },
|
9284
|
+
# },
|
9285
|
+
# },
|
9286
|
+
# }
|
9287
|
+
#
|
9288
|
+
# @!attribute [rw] instance_id
|
9289
|
+
# The identifier of the Amazon Connect instance. You can find the
|
9290
|
+
# instanceId in the ARN of the instance.
|
9291
|
+
# @return [String]
|
9292
|
+
#
|
9293
|
+
# @!attribute [rw] next_token
|
9294
|
+
# The token for the next set of results. Use the value returned in the
|
9295
|
+
# previous response in the next request to retrieve the next set of
|
9296
|
+
# results.
|
9297
|
+
# @return [String]
|
9298
|
+
#
|
9299
|
+
# @!attribute [rw] max_results
|
9300
|
+
# The maximum number of results to return per page.
|
9301
|
+
# @return [Integer]
|
9302
|
+
#
|
9303
|
+
# @!attribute [rw] search_criteria
|
9304
|
+
# The search criteria to be used to return security profiles.
|
9305
|
+
# @return [Types::SecurityProfileSearchCriteria]
|
9306
|
+
#
|
9307
|
+
# @!attribute [rw] search_filter
|
9308
|
+
# Filters to be applied to search results.
|
9309
|
+
# @return [Types::SecurityProfilesSearchFilter]
|
9310
|
+
#
|
9311
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchSecurityProfilesRequest AWS API Documentation
|
9312
|
+
#
|
9313
|
+
class SearchSecurityProfilesRequest < Struct.new(
|
9314
|
+
:instance_id,
|
9315
|
+
:next_token,
|
9316
|
+
:max_results,
|
9317
|
+
:search_criteria,
|
9318
|
+
:search_filter)
|
9319
|
+
SENSITIVE = []
|
9320
|
+
include Aws::Structure
|
9321
|
+
end
|
9322
|
+
|
9323
|
+
# @!attribute [rw] security_profiles
|
9324
|
+
# Information about the security profiles.
|
9325
|
+
# @return [Array<Types::SecurityProfileSearchSummary>]
|
9326
|
+
#
|
9327
|
+
# @!attribute [rw] next_token
|
9328
|
+
# If there are additional results, this is the token for the next set
|
9329
|
+
# of results.
|
9330
|
+
# @return [String]
|
9331
|
+
#
|
9332
|
+
# @!attribute [rw] approximate_total_count
|
9333
|
+
# The total number of security profiles which matched your search
|
9334
|
+
# query.
|
9335
|
+
# @return [Integer]
|
9336
|
+
#
|
9337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchSecurityProfilesResponse AWS API Documentation
|
9338
|
+
#
|
9339
|
+
class SearchSecurityProfilesResponse < Struct.new(
|
9340
|
+
:security_profiles,
|
9341
|
+
:next_token,
|
9342
|
+
:approximate_total_count)
|
9343
|
+
SENSITIVE = []
|
9344
|
+
include Aws::Structure
|
9345
|
+
end
|
9346
|
+
|
9347
|
+
# @note When making an API call, you may pass SearchUsersRequest
|
9348
|
+
# data as a hash:
|
9349
|
+
#
|
9350
|
+
# {
|
9351
|
+
# instance_id: "InstanceId",
|
9352
|
+
# next_token: "NextToken2500",
|
9353
|
+
# max_results: 1,
|
9354
|
+
# search_filter: {
|
9355
|
+
# tag_filter: {
|
9356
|
+
# or_conditions: [
|
9357
|
+
# [
|
9358
|
+
# {
|
9359
|
+
# tag_key: "String",
|
9360
|
+
# tag_value: "String",
|
9361
|
+
# },
|
9362
|
+
# ],
|
9363
|
+
# ],
|
9364
|
+
# and_conditions: [
|
9365
|
+
# {
|
9366
|
+
# tag_key: "String",
|
9367
|
+
# tag_value: "String",
|
9368
|
+
# },
|
9369
|
+
# ],
|
9370
|
+
# tag_condition: {
|
9371
|
+
# tag_key: "String",
|
9372
|
+
# tag_value: "String",
|
9373
|
+
# },
|
9374
|
+
# },
|
9375
|
+
# },
|
9376
|
+
# search_criteria: {
|
9377
|
+
# or_conditions: [
|
9378
|
+
# {
|
9379
|
+
# # recursive UserSearchCriteria
|
9380
|
+
# },
|
9381
|
+
# ],
|
9382
|
+
# and_conditions: [
|
9383
|
+
# {
|
9384
|
+
# # recursive UserSearchCriteria
|
9385
|
+
# },
|
9386
|
+
# ],
|
9387
|
+
# string_condition: {
|
9388
|
+
# field_name: "String",
|
9389
|
+
# value: "String",
|
9390
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9391
|
+
# },
|
9392
|
+
# hierarchy_group_condition: {
|
9393
|
+
# value: "String",
|
9394
|
+
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
9395
|
+
# },
|
9396
|
+
# },
|
9397
|
+
# }
|
9398
|
+
#
|
9399
|
+
# @!attribute [rw] instance_id
|
9400
|
+
# The identifier of the Amazon Connect instance. You can find the
|
9401
|
+
# instanceId in the ARN of the instance.
|
9402
|
+
# @return [String]
|
9403
|
+
#
|
9404
|
+
# @!attribute [rw] next_token
|
9405
|
+
# The token for the next set of results. Use the value returned in the
|
9406
|
+
# previous response in the next request to retrieve the next set of
|
9407
|
+
# results.
|
9408
|
+
# @return [String]
|
9409
|
+
#
|
9410
|
+
# @!attribute [rw] max_results
|
9411
|
+
# The maximum number of results to return per page.
|
9412
|
+
# @return [Integer]
|
9413
|
+
#
|
9414
|
+
# @!attribute [rw] search_filter
|
9415
|
+
# Filters to be applied to search results.
|
9416
|
+
# @return [Types::UserSearchFilter]
|
9417
|
+
#
|
9418
|
+
# @!attribute [rw] search_criteria
|
9419
|
+
# The search criteria to be used to return users.
|
9420
|
+
#
|
9421
|
+
# <note markdown="1"> The `Username`, `Firstname`, and `Lastname` fields support
|
9422
|
+
# "contains" queries with a minimum of 2 characters and a maximum of
|
9423
|
+
# 25 characters. Any queries with character lengths outside of this
|
9424
|
+
# range result in empty results.
|
9425
|
+
#
|
9426
|
+
# </note>
|
9427
|
+
# @return [Types::UserSearchCriteria]
|
9428
|
+
#
|
9429
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchUsersRequest AWS API Documentation
|
9430
|
+
#
|
9431
|
+
class SearchUsersRequest < Struct.new(
|
9432
|
+
:instance_id,
|
9433
|
+
:next_token,
|
9434
|
+
:max_results,
|
9435
|
+
:search_filter,
|
9436
|
+
:search_criteria)
|
9437
|
+
SENSITIVE = []
|
9438
|
+
include Aws::Structure
|
9439
|
+
end
|
9440
|
+
|
9441
|
+
# @!attribute [rw] users
|
9442
|
+
# Information about the users.
|
9443
|
+
# @return [Array<Types::UserSearchSummary>]
|
9444
|
+
#
|
9445
|
+
# @!attribute [rw] next_token
|
9446
|
+
# If there are additional results, this is the token for the next set
|
9447
|
+
# of results.
|
9448
|
+
# @return [String]
|
9449
|
+
#
|
9450
|
+
# @!attribute [rw] approximate_total_count
|
9451
|
+
# The total number of users who matched your search query.
|
9452
|
+
# @return [Integer]
|
9453
|
+
#
|
9454
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchUsersResponse AWS API Documentation
|
8821
9455
|
#
|
8822
9456
|
class SearchUsersResponse < Struct.new(
|
8823
9457
|
:users,
|
@@ -8952,7 +9586,8 @@ module Aws::Connect
|
|
8952
9586
|
#
|
8953
9587
|
# @!attribute [rw] tags
|
8954
9588
|
# The tags used to organize, track, or control access for this
|
8955
|
-
# resource.
|
9589
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
9590
|
+
# "key2":"value2"\\} \\}.
|
8956
9591
|
# @return [Hash<String,String>]
|
8957
9592
|
#
|
8958
9593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfile AWS API Documentation
|
@@ -8968,6 +9603,115 @@ module Aws::Connect
|
|
8968
9603
|
include Aws::Structure
|
8969
9604
|
end
|
8970
9605
|
|
9606
|
+
# The search criteria to be used to return security profiles.
|
9607
|
+
#
|
9608
|
+
# @note When making an API call, you may pass SecurityProfileSearchCriteria
|
9609
|
+
# data as a hash:
|
9610
|
+
#
|
9611
|
+
# {
|
9612
|
+
# or_conditions: [
|
9613
|
+
# {
|
9614
|
+
# or_conditions: {
|
9615
|
+
# # recursive SecurityProfileSearchConditionList
|
9616
|
+
# },
|
9617
|
+
# and_conditions: {
|
9618
|
+
# # recursive SecurityProfileSearchConditionList
|
9619
|
+
# },
|
9620
|
+
# string_condition: {
|
9621
|
+
# field_name: "String",
|
9622
|
+
# value: "String",
|
9623
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9624
|
+
# },
|
9625
|
+
# },
|
9626
|
+
# ],
|
9627
|
+
# and_conditions: [
|
9628
|
+
# {
|
9629
|
+
# or_conditions: {
|
9630
|
+
# # recursive SecurityProfileSearchConditionList
|
9631
|
+
# },
|
9632
|
+
# and_conditions: {
|
9633
|
+
# # recursive SecurityProfileSearchConditionList
|
9634
|
+
# },
|
9635
|
+
# string_condition: {
|
9636
|
+
# field_name: "String",
|
9637
|
+
# value: "String",
|
9638
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9639
|
+
# },
|
9640
|
+
# },
|
9641
|
+
# ],
|
9642
|
+
# string_condition: {
|
9643
|
+
# field_name: "String",
|
9644
|
+
# value: "String",
|
9645
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9646
|
+
# },
|
9647
|
+
# }
|
9648
|
+
#
|
9649
|
+
# @!attribute [rw] or_conditions
|
9650
|
+
# A list of conditions which would be applied together with an OR
|
9651
|
+
# condition.
|
9652
|
+
# @return [Array<Types::SecurityProfileSearchCriteria>]
|
9653
|
+
#
|
9654
|
+
# @!attribute [rw] and_conditions
|
9655
|
+
# A list of conditions which would be applied together with an AND
|
9656
|
+
# condition.
|
9657
|
+
# @return [Array<Types::SecurityProfileSearchCriteria>]
|
9658
|
+
#
|
9659
|
+
# @!attribute [rw] string_condition
|
9660
|
+
# A leaf node condition which can be used to specify a string
|
9661
|
+
# condition, for example, `username = 'abc'`.
|
9662
|
+
# @return [Types::StringCondition]
|
9663
|
+
#
|
9664
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSearchCriteria AWS API Documentation
|
9665
|
+
#
|
9666
|
+
class SecurityProfileSearchCriteria < Struct.new(
|
9667
|
+
:or_conditions,
|
9668
|
+
:and_conditions,
|
9669
|
+
:string_condition)
|
9670
|
+
SENSITIVE = []
|
9671
|
+
include Aws::Structure
|
9672
|
+
end
|
9673
|
+
|
9674
|
+
# Information about the returned security profiles.
|
9675
|
+
#
|
9676
|
+
# @!attribute [rw] id
|
9677
|
+
# The identifier of the security profile.
|
9678
|
+
# @return [String]
|
9679
|
+
#
|
9680
|
+
# @!attribute [rw] organization_resource_id
|
9681
|
+
# The organization resource identifier.
|
9682
|
+
# @return [String]
|
9683
|
+
#
|
9684
|
+
# @!attribute [rw] arn
|
9685
|
+
# The Amazon Resource Name (ARN) of the security profile.
|
9686
|
+
# @return [String]
|
9687
|
+
#
|
9688
|
+
# @!attribute [rw] security_profile_name
|
9689
|
+
# The name of the security profile.
|
9690
|
+
# @return [String]
|
9691
|
+
#
|
9692
|
+
# @!attribute [rw] description
|
9693
|
+
# The description of the security profile.
|
9694
|
+
# @return [String]
|
9695
|
+
#
|
9696
|
+
# @!attribute [rw] tags
|
9697
|
+
# The tags used to organize, track, or control access for this
|
9698
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
9699
|
+
# "key2":"value2"\\} \\}.
|
9700
|
+
# @return [Hash<String,String>]
|
9701
|
+
#
|
9702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSearchSummary AWS API Documentation
|
9703
|
+
#
|
9704
|
+
class SecurityProfileSearchSummary < Struct.new(
|
9705
|
+
:id,
|
9706
|
+
:organization_resource_id,
|
9707
|
+
:arn,
|
9708
|
+
:security_profile_name,
|
9709
|
+
:description,
|
9710
|
+
:tags)
|
9711
|
+
SENSITIVE = []
|
9712
|
+
include Aws::Structure
|
9713
|
+
end
|
9714
|
+
|
8971
9715
|
# Contains information about a security profile.
|
8972
9716
|
#
|
8973
9717
|
# @!attribute [rw] id
|
@@ -8992,6 +9736,54 @@ module Aws::Connect
|
|
8992
9736
|
include Aws::Structure
|
8993
9737
|
end
|
8994
9738
|
|
9739
|
+
# Filters to be applied to search results.
|
9740
|
+
#
|
9741
|
+
# @note When making an API call, you may pass SecurityProfilesSearchFilter
|
9742
|
+
# data as a hash:
|
9743
|
+
#
|
9744
|
+
# {
|
9745
|
+
# tag_filter: {
|
9746
|
+
# or_conditions: [
|
9747
|
+
# [
|
9748
|
+
# {
|
9749
|
+
# tag_key: "String",
|
9750
|
+
# tag_value: "String",
|
9751
|
+
# },
|
9752
|
+
# ],
|
9753
|
+
# ],
|
9754
|
+
# and_conditions: [
|
9755
|
+
# {
|
9756
|
+
# tag_key: "String",
|
9757
|
+
# tag_value: "String",
|
9758
|
+
# },
|
9759
|
+
# ],
|
9760
|
+
# tag_condition: {
|
9761
|
+
# tag_key: "String",
|
9762
|
+
# tag_value: "String",
|
9763
|
+
# },
|
9764
|
+
# },
|
9765
|
+
# }
|
9766
|
+
#
|
9767
|
+
# @!attribute [rw] tag_filter
|
9768
|
+
# An object that can be used to specify Tag conditions inside the
|
9769
|
+
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
9770
|
+
# where:
|
9771
|
+
#
|
9772
|
+
# * Top level list specifies conditions that need to be applied with
|
9773
|
+
# `OR` operator
|
9774
|
+
#
|
9775
|
+
# * Inner list specifies conditions that need to be applied with `AND`
|
9776
|
+
# operator.
|
9777
|
+
# @return [Types::ControlPlaneTagFilter]
|
9778
|
+
#
|
9779
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfilesSearchFilter AWS API Documentation
|
9780
|
+
#
|
9781
|
+
class SecurityProfilesSearchFilter < Struct.new(
|
9782
|
+
:tag_filter)
|
9783
|
+
SENSITIVE = []
|
9784
|
+
include Aws::Structure
|
9785
|
+
end
|
9786
|
+
|
8995
9787
|
# The service quota has been exceeded.
|
8996
9788
|
#
|
8997
9789
|
# @!attribute [rw] message
|
@@ -9032,20 +9824,20 @@ module Aws::Connect
|
|
9032
9824
|
# @return [String]
|
9033
9825
|
#
|
9034
9826
|
# @!attribute [rw] contact_flow_id
|
9035
|
-
# The identifier of the
|
9036
|
-
#
|
9037
|
-
#
|
9038
|
-
#
|
9039
|
-
#
|
9040
|
-
#
|
9827
|
+
# The identifier of the flow for initiating the chat. To see the
|
9828
|
+
# ContactFlowId in the Amazon Connect console user interface, on the
|
9829
|
+
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
9830
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
9831
|
+
# additional flow information**. The ContactFlowId is the last part of
|
9832
|
+
# the ARN, shown here in bold:
|
9041
9833
|
#
|
9042
9834
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9043
9835
|
# @return [String]
|
9044
9836
|
#
|
9045
9837
|
# @!attribute [rw] attributes
|
9046
9838
|
# A custom key-value pair using an attribute map. The attributes are
|
9047
|
-
# standard Amazon Connect attributes. They can be accessed in
|
9048
|
-
#
|
9839
|
+
# standard Amazon Connect attributes. They can be accessed in flows
|
9840
|
+
# just like any other contact attributes.
|
9049
9841
|
#
|
9050
9842
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9051
9843
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9253,12 +10045,12 @@ module Aws::Connect
|
|
9253
10045
|
# @return [String]
|
9254
10046
|
#
|
9255
10047
|
# @!attribute [rw] contact_flow_id
|
9256
|
-
# The identifier of the
|
10048
|
+
# The identifier of the flow for the outbound call. To see the
|
9257
10049
|
# ContactFlowId in the Amazon Connect console user interface, on the
|
9258
10050
|
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
9259
|
-
#
|
9260
|
-
#
|
9261
|
-
#
|
10051
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
10052
|
+
# additional flow information**. The ContactFlowId is the last part of
|
10053
|
+
# the ARN, shown here in bold:
|
9262
10054
|
#
|
9263
10055
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9264
10056
|
# @return [String]
|
@@ -9287,15 +10079,14 @@ module Aws::Connect
|
|
9287
10079
|
# @!attribute [rw] queue_id
|
9288
10080
|
# The queue for the call. If you specify a queue, the phone displayed
|
9289
10081
|
# for caller ID is the phone number specified in the queue. If you do
|
9290
|
-
# not specify a queue, the queue defined in the
|
9291
|
-
#
|
9292
|
-
# number.
|
10082
|
+
# not specify a queue, the queue defined in the flow is used. If you
|
10083
|
+
# do not specify a queue, you must specify a source phone number.
|
9293
10084
|
# @return [String]
|
9294
10085
|
#
|
9295
10086
|
# @!attribute [rw] attributes
|
9296
10087
|
# A custom key-value pair using an attribute map. The attributes are
|
9297
|
-
# standard Amazon Connect attributes, and can be accessed in
|
9298
|
-
#
|
10088
|
+
# standard Amazon Connect attributes, and can be accessed in flows
|
10089
|
+
# just like any other contact attributes.
|
9299
10090
|
#
|
9300
10091
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9301
10092
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9381,20 +10172,20 @@ module Aws::Connect
|
|
9381
10172
|
# @return [String]
|
9382
10173
|
#
|
9383
10174
|
# @!attribute [rw] contact_flow_id
|
9384
|
-
# The identifier of the
|
9385
|
-
#
|
9386
|
-
#
|
9387
|
-
#
|
9388
|
-
#
|
9389
|
-
#
|
10175
|
+
# The identifier of the flow for initiating the tasks. To see the
|
10176
|
+
# ContactFlowId in the Amazon Connect console user interface, on the
|
10177
|
+
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
10178
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
10179
|
+
# additional flow information**. The ContactFlowId is the last part of
|
10180
|
+
# the ARN, shown here in bold:
|
9390
10181
|
#
|
9391
10182
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9392
10183
|
# @return [String]
|
9393
10184
|
#
|
9394
10185
|
# @!attribute [rw] attributes
|
9395
10186
|
# A custom key-value pair using an attribute map. The attributes are
|
9396
|
-
# standard Amazon Connect attributes, and can be accessed in
|
9397
|
-
#
|
10187
|
+
# standard Amazon Connect attributes, and can be accessed in flows
|
10188
|
+
# just like any other contact attributes.
|
9398
10189
|
#
|
9399
10190
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9400
10191
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9426,8 +10217,8 @@ module Aws::Connect
|
|
9426
10217
|
#
|
9427
10218
|
# @!attribute [rw] scheduled_time
|
9428
10219
|
# The timestamp, in Unix Epoch seconds format, at which to start
|
9429
|
-
# running the inbound
|
9430
|
-
#
|
10220
|
+
# running the inbound flow. The scheduled time cannot be in the past.
|
10221
|
+
# It must be within up to 6 days in future.
|
9431
10222
|
# @return [Time]
|
9432
10223
|
#
|
9433
10224
|
# @!attribute [rw] task_template_id
|
@@ -9708,8 +10499,9 @@ module Aws::Connect
|
|
9708
10499
|
# @return [String]
|
9709
10500
|
#
|
9710
10501
|
# @!attribute [rw] tags
|
9711
|
-
#
|
9712
|
-
# \\\{"
|
10502
|
+
# The tags used to organize, track, or control access for this
|
10503
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
10504
|
+
# "key2":"value2"\\} \\}.
|
9713
10505
|
# @return [Hash<String,String>]
|
9714
10506
|
#
|
9715
10507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TagResourceRequest AWS API Documentation
|
@@ -10009,7 +10801,7 @@ module Aws::Connect
|
|
10009
10801
|
# @return [String]
|
10010
10802
|
#
|
10011
10803
|
# @!attribute [rw] contact_flow_id
|
10012
|
-
# The identifier of the
|
10804
|
+
# The identifier of the flow.
|
10013
10805
|
# @return [String]
|
10014
10806
|
#
|
10015
10807
|
# @!attribute [rw] client_token
|
@@ -10154,7 +10946,7 @@ module Aws::Connect
|
|
10154
10946
|
#
|
10155
10947
|
# @!attribute [rw] attributes
|
10156
10948
|
# The Amazon Connect attributes. These attributes can be accessed in
|
10157
|
-
#
|
10949
|
+
# flows just like any other contact attributes.
|
10158
10950
|
#
|
10159
10951
|
# You can have up to 32,768 UTF-8 bytes across all attributes for a
|
10160
10952
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -10189,13 +10981,13 @@ module Aws::Connect
|
|
10189
10981
|
# @return [String]
|
10190
10982
|
#
|
10191
10983
|
# @!attribute [rw] contact_flow_id
|
10192
|
-
# The identifier of the
|
10984
|
+
# The identifier of the flow.
|
10193
10985
|
# @return [String]
|
10194
10986
|
#
|
10195
10987
|
# @!attribute [rw] content
|
10196
|
-
# The JSON string that represents
|
10197
|
-
#
|
10198
|
-
#
|
10988
|
+
# The JSON string that represents flow's content. For an example, see
|
10989
|
+
# [Example contact flow in Amazon Connect Flow language][1] in the
|
10990
|
+
# *Amazon Connect Administrator Guide*.
|
10199
10991
|
#
|
10200
10992
|
#
|
10201
10993
|
#
|
@@ -10229,19 +11021,19 @@ module Aws::Connect
|
|
10229
11021
|
# @return [String]
|
10230
11022
|
#
|
10231
11023
|
# @!attribute [rw] contact_flow_id
|
10232
|
-
# The identifier of the
|
11024
|
+
# The identifier of the flow.
|
10233
11025
|
# @return [String]
|
10234
11026
|
#
|
10235
11027
|
# @!attribute [rw] name
|
10236
|
-
#
|
11028
|
+
# The name of the flow.
|
10237
11029
|
# @return [String]
|
10238
11030
|
#
|
10239
11031
|
# @!attribute [rw] description
|
10240
|
-
# The description of the
|
11032
|
+
# The description of the flow.
|
10241
11033
|
# @return [String]
|
10242
11034
|
#
|
10243
11035
|
# @!attribute [rw] contact_flow_state
|
10244
|
-
# The state of
|
11036
|
+
# The state of flow.
|
10245
11037
|
# @return [String]
|
10246
11038
|
#
|
10247
11039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowMetadataRequest AWS API Documentation
|
@@ -10271,11 +11063,11 @@ module Aws::Connect
|
|
10271
11063
|
# @return [String]
|
10272
11064
|
#
|
10273
11065
|
# @!attribute [rw] contact_flow_module_id
|
10274
|
-
# The identifier of the
|
11066
|
+
# The identifier of the flow module.
|
10275
11067
|
# @return [String]
|
10276
11068
|
#
|
10277
11069
|
# @!attribute [rw] content
|
10278
|
-
# The content of the
|
11070
|
+
# The content of the flow module.
|
10279
11071
|
# @return [String]
|
10280
11072
|
#
|
10281
11073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowModuleContentRequest AWS API Documentation
|
@@ -10309,19 +11101,19 @@ module Aws::Connect
|
|
10309
11101
|
# @return [String]
|
10310
11102
|
#
|
10311
11103
|
# @!attribute [rw] contact_flow_module_id
|
10312
|
-
# The identifier of the
|
11104
|
+
# The identifier of the flow module.
|
10313
11105
|
# @return [String]
|
10314
11106
|
#
|
10315
11107
|
# @!attribute [rw] name
|
10316
|
-
# The name of the
|
11108
|
+
# The name of the flow module.
|
10317
11109
|
# @return [String]
|
10318
11110
|
#
|
10319
11111
|
# @!attribute [rw] description
|
10320
|
-
# The description of the
|
11112
|
+
# The description of the flow module.
|
10321
11113
|
# @return [String]
|
10322
11114
|
#
|
10323
11115
|
# @!attribute [rw] state
|
10324
|
-
# The state of
|
11116
|
+
# The state of flow module.
|
10325
11117
|
# @return [String]
|
10326
11118
|
#
|
10327
11119
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowModuleMetadataRequest AWS API Documentation
|
@@ -10355,15 +11147,15 @@ module Aws::Connect
|
|
10355
11147
|
# @return [String]
|
10356
11148
|
#
|
10357
11149
|
# @!attribute [rw] contact_flow_id
|
10358
|
-
# The identifier of the
|
11150
|
+
# The identifier of the flow.
|
10359
11151
|
# @return [String]
|
10360
11152
|
#
|
10361
11153
|
# @!attribute [rw] name
|
10362
|
-
# The name of the
|
11154
|
+
# The name of the flow.
|
10363
11155
|
# @return [String]
|
10364
11156
|
#
|
10365
11157
|
# @!attribute [rw] description
|
10366
|
-
# The description of the
|
11158
|
+
# The description of the flow.
|
10367
11159
|
# @return [String]
|
10368
11160
|
#
|
10369
11161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowNameRequest AWS API Documentation
|
@@ -10452,8 +11244,8 @@ module Aws::Connect
|
|
10452
11244
|
#
|
10453
11245
|
# @!attribute [rw] scheduled_time
|
10454
11246
|
# The timestamp, in Unix Epoch seconds format, at which to start
|
10455
|
-
# running the inbound
|
10456
|
-
#
|
11247
|
+
# running the inbound flow. The scheduled time cannot be in the past.
|
11248
|
+
# It must be within up to 6 days in future.
|
10457
11249
|
# @return [Time]
|
10458
11250
|
#
|
10459
11251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactScheduleRequest AWS API Documentation
|
@@ -10537,7 +11329,7 @@ module Aws::Connect
|
|
10537
11329
|
#
|
10538
11330
|
# {
|
10539
11331
|
# instance_id: "InstanceId", # required
|
10540
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
11332
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND
|
10541
11333
|
# value: "InstanceAttributeValue", # required
|
10542
11334
|
# }
|
10543
11335
|
#
|
@@ -11109,7 +11901,12 @@ module Aws::Connect
|
|
11109
11901
|
# @return [String]
|
11110
11902
|
#
|
11111
11903
|
# @!attribute [rw] permissions
|
11112
|
-
# The permissions granted to a security profile.
|
11904
|
+
# The permissions granted to a security profile. For a list of valid
|
11905
|
+
# permissions, see [List of security profile permissions][1].
|
11906
|
+
#
|
11907
|
+
#
|
11908
|
+
#
|
11909
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
11113
11910
|
# @return [Array<String>]
|
11114
11911
|
#
|
11115
11912
|
# @!attribute [rw] security_profile_id
|
@@ -11886,7 +12683,7 @@ module Aws::Connect
|
|
11886
12683
|
# @return [String]
|
11887
12684
|
#
|
11888
12685
|
# @!attribute [rw] contact_flow_id
|
11889
|
-
# The identifier of the
|
12686
|
+
# The identifier of the flow.
|
11890
12687
|
# @return [String]
|
11891
12688
|
#
|
11892
12689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserQuickConnectConfig AWS API Documentation
|
@@ -11919,6 +12716,13 @@ module Aws::Connect
|
|
11919
12716
|
|
11920
12717
|
# The search criteria to be used to return users.
|
11921
12718
|
#
|
12719
|
+
# <note markdown="1"> The `Username`, `Firstname`, and `Lastname` fields support
|
12720
|
+
# "contains" queries with a minimum of 2 characters and a maximum of
|
12721
|
+
# 25 characters. Any queries with character lengths outside of this
|
12722
|
+
# range result in empty results.
|
12723
|
+
#
|
12724
|
+
# </note>
|
12725
|
+
#
|
11922
12726
|
# @note When making an API call, you may pass UserSearchCriteria
|
11923
12727
|
# data as a hash:
|
11924
12728
|
#
|
@@ -12088,7 +12892,8 @@ module Aws::Connect
|
|
12088
12892
|
#
|
12089
12893
|
# @!attribute [rw] tags
|
12090
12894
|
# The tags used to organize, track, or control access for this
|
12091
|
-
# resource.
|
12895
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
12896
|
+
# "key2":"value2"\\} \\}.
|
12092
12897
|
# @return [Hash<String,String>]
|
12093
12898
|
#
|
12094
12899
|
# @!attribute [rw] username
|
@@ -12186,7 +12991,8 @@ module Aws::Connect
|
|
12186
12991
|
#
|
12187
12992
|
# @!attribute [rw] tags
|
12188
12993
|
# The tags used to organize, track, or control access for this
|
12189
|
-
# resource.
|
12994
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
12995
|
+
# "key2":"value2"\\} \\}.
|
12190
12996
|
# @return [Hash<String,String>]
|
12191
12997
|
#
|
12192
12998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Vocabulary AWS API Documentation
|