aws-sdk-connect 1.74.0 → 1.75.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +289 -150
- data/lib/aws-sdk-connect/client_api.rb +58 -0
- data/lib/aws-sdk-connect/types.rb +464 -151
- 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
|
@@ -1959,7 +1978,8 @@ module Aws::Connect
|
|
1959
1978
|
#
|
1960
1979
|
# @!attribute [rw] tags
|
1961
1980
|
# The tags used to organize, track, or control access for this
|
1962
|
-
# resource.
|
1981
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
1982
|
+
# "key2":"value2"\\} \\}.
|
1963
1983
|
# @return [Hash<String,String>]
|
1964
1984
|
#
|
1965
1985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
|
@@ -2154,7 +2174,8 @@ module Aws::Connect
|
|
2154
2174
|
#
|
2155
2175
|
# @!attribute [rw] tags
|
2156
2176
|
# The tags used to organize, track, or control access for this
|
2157
|
-
# resource.
|
2177
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2178
|
+
# "key2":"value2"\\} \\}.
|
2158
2179
|
# @return [Hash<String,String>]
|
2159
2180
|
#
|
2160
2181
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUseCaseRequest AWS API Documentation
|
@@ -2214,7 +2235,8 @@ module Aws::Connect
|
|
2214
2235
|
#
|
2215
2236
|
# @!attribute [rw] tags
|
2216
2237
|
# The tags used to organize, track, or control access for this
|
2217
|
-
# resource.
|
2238
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2239
|
+
# "key2":"value2"\\} \\}.
|
2218
2240
|
# @return [Hash<String,String>]
|
2219
2241
|
#
|
2220
2242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserHierarchyGroupRequest AWS API Documentation
|
@@ -2326,7 +2348,9 @@ module Aws::Connect
|
|
2326
2348
|
# @return [String]
|
2327
2349
|
#
|
2328
2350
|
# @!attribute [rw] tags
|
2329
|
-
#
|
2351
|
+
# The tags used to organize, track, or control access for this
|
2352
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2353
|
+
# "key2":"value2"\\} \\}.
|
2330
2354
|
# @return [Hash<String,String>]
|
2331
2355
|
#
|
2332
2356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUserRequest AWS API Documentation
|
@@ -2421,7 +2445,8 @@ module Aws::Connect
|
|
2421
2445
|
#
|
2422
2446
|
# @!attribute [rw] tags
|
2423
2447
|
# The tags used to organize, track, or control access for this
|
2424
|
-
# resource.
|
2448
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
2449
|
+
# "key2":"value2"\\} \\}.
|
2425
2450
|
# @return [Hash<String,String>]
|
2426
2451
|
#
|
2427
2452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateVocabularyRequest AWS API Documentation
|
@@ -2632,7 +2657,7 @@ module Aws::Connect
|
|
2632
2657
|
# @return [String]
|
2633
2658
|
#
|
2634
2659
|
# @!attribute [rw] contact_flow_module_id
|
2635
|
-
# The identifier of the
|
2660
|
+
# The identifier of the flow module.
|
2636
2661
|
# @return [String]
|
2637
2662
|
#
|
2638
2663
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowModuleRequest AWS API Documentation
|
@@ -2662,7 +2687,7 @@ module Aws::Connect
|
|
2662
2687
|
# @return [String]
|
2663
2688
|
#
|
2664
2689
|
# @!attribute [rw] contact_flow_id
|
2665
|
-
# The identifier of the
|
2690
|
+
# The identifier of the flow.
|
2666
2691
|
# @return [String]
|
2667
2692
|
#
|
2668
2693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowRequest AWS API Documentation
|
@@ -3012,7 +3037,7 @@ module Aws::Connect
|
|
3012
3037
|
# @return [String]
|
3013
3038
|
#
|
3014
3039
|
# @!attribute [rw] contact_flow_module_id
|
3015
|
-
# The identifier of the
|
3040
|
+
# The identifier of the flow module.
|
3016
3041
|
# @return [String]
|
3017
3042
|
#
|
3018
3043
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowModuleRequest AWS API Documentation
|
@@ -3025,7 +3050,7 @@ module Aws::Connect
|
|
3025
3050
|
end
|
3026
3051
|
|
3027
3052
|
# @!attribute [rw] contact_flow_module
|
3028
|
-
# Information about the
|
3053
|
+
# Information about the flow module.
|
3029
3054
|
# @return [Types::ContactFlowModule]
|
3030
3055
|
#
|
3031
3056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowModuleResponse AWS API Documentation
|
@@ -3049,7 +3074,7 @@ module Aws::Connect
|
|
3049
3074
|
# @return [String]
|
3050
3075
|
#
|
3051
3076
|
# @!attribute [rw] contact_flow_id
|
3052
|
-
# The identifier of the
|
3077
|
+
# The identifier of the flow.
|
3053
3078
|
# @return [String]
|
3054
3079
|
#
|
3055
3080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowRequest AWS API Documentation
|
@@ -3062,7 +3087,7 @@ module Aws::Connect
|
|
3062
3087
|
end
|
3063
3088
|
|
3064
3089
|
# @!attribute [rw] contact_flow
|
3065
|
-
# Information about the
|
3090
|
+
# Information about the flow.
|
3066
3091
|
# @return [Types::ContactFlow]
|
3067
3092
|
#
|
3068
3093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowResponse AWS API Documentation
|
@@ -4734,7 +4759,8 @@ module Aws::Connect
|
|
4734
4759
|
#
|
4735
4760
|
# @!attribute [rw] tags
|
4736
4761
|
# The tags used to organize, track, or control access for this
|
4737
|
-
# resource.
|
4762
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
4763
|
+
# "key2":"value2"\\} \\}.
|
4738
4764
|
# @return [Hash<String,String>]
|
4739
4765
|
#
|
4740
4766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetTaskTemplateResponse AWS API Documentation
|
@@ -4781,7 +4807,8 @@ module Aws::Connect
|
|
4781
4807
|
#
|
4782
4808
|
# @!attribute [rw] tags
|
4783
4809
|
# The tags used to organize, track, or control access for this
|
4784
|
-
# resource.
|
4810
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
4811
|
+
# "key2":"value2"\\} \\}.
|
4785
4812
|
# @return [Hash<String,String>]
|
4786
4813
|
#
|
4787
4814
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyGroup AWS API Documentation
|
@@ -5185,7 +5212,8 @@ module Aws::Connect
|
|
5185
5212
|
#
|
5186
5213
|
# @!attribute [rw] tags
|
5187
5214
|
# The tags used to organize, track, or control access for this
|
5188
|
-
# resource.
|
5215
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
5216
|
+
# "key2":"value2"\\} \\}.
|
5189
5217
|
# @return [Hash<String,String>]
|
5190
5218
|
#
|
5191
5219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperation AWS API Documentation
|
@@ -5569,10 +5597,10 @@ module Aws::Connect
|
|
5569
5597
|
include Aws::Structure
|
5570
5598
|
end
|
5571
5599
|
|
5572
|
-
# The
|
5600
|
+
# The flow is not valid.
|
5573
5601
|
#
|
5574
5602
|
# @!attribute [rw] problems
|
5575
|
-
# The problems with the
|
5603
|
+
# The problems with the flow. Please fix before trying again.
|
5576
5604
|
# @return [Array<Types::ProblemDetail>]
|
5577
5605
|
#
|
5578
5606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/InvalidContactFlowException AWS API Documentation
|
@@ -6006,7 +6034,7 @@ module Aws::Connect
|
|
6006
6034
|
# @return [Integer]
|
6007
6035
|
#
|
6008
6036
|
# @!attribute [rw] contact_flow_module_state
|
6009
|
-
# The state of the
|
6037
|
+
# The state of the flow module.
|
6010
6038
|
# @return [String]
|
6011
6039
|
#
|
6012
6040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListContactFlowModulesRequest AWS API Documentation
|
@@ -6021,7 +6049,7 @@ module Aws::Connect
|
|
6021
6049
|
end
|
6022
6050
|
|
6023
6051
|
# @!attribute [rw] contact_flow_modules_summary_list
|
6024
|
-
# Information about the
|
6052
|
+
# Information about the flow module.
|
6025
6053
|
# @return [Array<Types::ContactFlowModuleSummary>]
|
6026
6054
|
#
|
6027
6055
|
# @!attribute [rw] next_token
|
@@ -6054,7 +6082,7 @@ module Aws::Connect
|
|
6054
6082
|
# @return [String]
|
6055
6083
|
#
|
6056
6084
|
# @!attribute [rw] contact_flow_types
|
6057
|
-
# The type of
|
6085
|
+
# The type of flow.
|
6058
6086
|
# @return [Array<String>]
|
6059
6087
|
#
|
6060
6088
|
# @!attribute [rw] next_token
|
@@ -6064,7 +6092,8 @@ module Aws::Connect
|
|
6064
6092
|
# @return [String]
|
6065
6093
|
#
|
6066
6094
|
# @!attribute [rw] max_results
|
6067
|
-
# The maximum number of results to return per page.
|
6095
|
+
# The maximum number of results to return per page. The default
|
6096
|
+
# MaxResult size is 100.
|
6068
6097
|
# @return [Integer]
|
6069
6098
|
#
|
6070
6099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListContactFlowsRequest AWS API Documentation
|
@@ -6079,7 +6108,7 @@ module Aws::Connect
|
|
6079
6108
|
end
|
6080
6109
|
|
6081
6110
|
# @!attribute [rw] contact_flow_summary_list
|
6082
|
-
# Information about the
|
6111
|
+
# Information about the flows.
|
6083
6112
|
# @return [Array<Types::ContactFlowSummary>]
|
6084
6113
|
#
|
6085
6114
|
# @!attribute [rw] next_token
|
@@ -6140,7 +6169,7 @@ module Aws::Connect
|
|
6140
6169
|
end
|
6141
6170
|
|
6142
6171
|
# @!attribute [rw] reference_summary_list
|
6143
|
-
# Information about the
|
6172
|
+
# Information about the flows.
|
6144
6173
|
# @return [Array<Types::ReferenceSummary>]
|
6145
6174
|
#
|
6146
6175
|
# @!attribute [rw] next_token
|
@@ -6244,7 +6273,8 @@ module Aws::Connect
|
|
6244
6273
|
# @return [String]
|
6245
6274
|
#
|
6246
6275
|
# @!attribute [rw] max_results
|
6247
|
-
# The maximum number of results to return per page.
|
6276
|
+
# The maximum number of results to return per page. The default
|
6277
|
+
# MaxResult size is 100.
|
6248
6278
|
# @return [Integer]
|
6249
6279
|
#
|
6250
6280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListHoursOfOperationsRequest AWS API Documentation
|
@@ -6625,7 +6655,8 @@ module Aws::Connect
|
|
6625
6655
|
# @return [String]
|
6626
6656
|
#
|
6627
6657
|
# @!attribute [rw] max_results
|
6628
|
-
# The maximum number of results to return per page.
|
6658
|
+
# The maximum number of results to return per page. The default
|
6659
|
+
# MaxResult size is 100.
|
6629
6660
|
# @return [Integer]
|
6630
6661
|
#
|
6631
6662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListPhoneNumbersRequest AWS API Documentation
|
@@ -6794,7 +6825,8 @@ module Aws::Connect
|
|
6794
6825
|
# @return [String]
|
6795
6826
|
#
|
6796
6827
|
# @!attribute [rw] max_results
|
6797
|
-
# The maximum number of results to return per page.
|
6828
|
+
# The maximum number of results to return per page. The default
|
6829
|
+
# MaxResult size is 100.
|
6798
6830
|
# @return [Integer]
|
6799
6831
|
#
|
6800
6832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListPromptsRequest AWS API Documentation
|
@@ -6851,7 +6883,8 @@ module Aws::Connect
|
|
6851
6883
|
# @return [String]
|
6852
6884
|
#
|
6853
6885
|
# @!attribute [rw] max_results
|
6854
|
-
# The maximum number of results to return per page.
|
6886
|
+
# The maximum number of results to return per page. The default
|
6887
|
+
# MaxResult size is 100.
|
6855
6888
|
# @return [Integer]
|
6856
6889
|
#
|
6857
6890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQueueQuickConnectsRequest AWS API Documentation
|
@@ -6909,7 +6942,8 @@ module Aws::Connect
|
|
6909
6942
|
# @return [String]
|
6910
6943
|
#
|
6911
6944
|
# @!attribute [rw] max_results
|
6912
|
-
# The maximum number of results to return per page.
|
6945
|
+
# The maximum number of results to return per page. The default
|
6946
|
+
# MaxResult size is 100.
|
6913
6947
|
# @return [Integer]
|
6914
6948
|
#
|
6915
6949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQueuesRequest AWS API Documentation
|
@@ -6963,7 +6997,8 @@ module Aws::Connect
|
|
6963
6997
|
# @return [String]
|
6964
6998
|
#
|
6965
6999
|
# @!attribute [rw] max_results
|
6966
|
-
# The maximum number of results to return per page.
|
7000
|
+
# The maximum number of results to return per page. The default
|
7001
|
+
# MaxResult size is 100.
|
6967
7002
|
# @return [Integer]
|
6968
7003
|
#
|
6969
7004
|
# @!attribute [rw] quick_connect_types
|
@@ -7028,7 +7063,8 @@ module Aws::Connect
|
|
7028
7063
|
# @return [String]
|
7029
7064
|
#
|
7030
7065
|
# @!attribute [rw] max_results
|
7031
|
-
# The maximum number of results to return per page.
|
7066
|
+
# The maximum number of results to return per page. The default
|
7067
|
+
# MaxResult size is 100.
|
7032
7068
|
# @return [Integer]
|
7033
7069
|
#
|
7034
7070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRoutingProfileQueuesRequest AWS API Documentation
|
@@ -7081,7 +7117,8 @@ module Aws::Connect
|
|
7081
7117
|
# @return [String]
|
7082
7118
|
#
|
7083
7119
|
# @!attribute [rw] max_results
|
7084
|
-
# The maximum number of results to return per page.
|
7120
|
+
# The maximum number of results to return per page. The default
|
7121
|
+
# MaxResult size is 100.
|
7085
7122
|
# @return [Integer]
|
7086
7123
|
#
|
7087
7124
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRoutingProfilesRequest AWS API Documentation
|
@@ -7243,7 +7280,8 @@ module Aws::Connect
|
|
7243
7280
|
# @return [String]
|
7244
7281
|
#
|
7245
7282
|
# @!attribute [rw] max_results
|
7246
|
-
# The maximum number of results to return per page.
|
7283
|
+
# The maximum number of results to return per page. The default
|
7284
|
+
# MaxResult size is 100.
|
7247
7285
|
# @return [Integer]
|
7248
7286
|
#
|
7249
7287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListSecurityProfilesRequest AWS API Documentation
|
@@ -7462,7 +7500,8 @@ module Aws::Connect
|
|
7462
7500
|
# @return [String]
|
7463
7501
|
#
|
7464
7502
|
# @!attribute [rw] max_results
|
7465
|
-
# The maximum number of results to return per page.
|
7503
|
+
# The maximum number of results to return per page. The default
|
7504
|
+
# MaxResult size is 100.
|
7466
7505
|
# @return [Integer]
|
7467
7506
|
#
|
7468
7507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListUserHierarchyGroupsRequest AWS API Documentation
|
@@ -7514,7 +7553,8 @@ module Aws::Connect
|
|
7514
7553
|
# @return [String]
|
7515
7554
|
#
|
7516
7555
|
# @!attribute [rw] max_results
|
7517
|
-
# The maximum number of results to return per page.
|
7556
|
+
# The maximum number of results to return per page. The default
|
7557
|
+
# MaxResult size is 100.
|
7518
7558
|
# @return [Integer]
|
7519
7559
|
#
|
7520
7560
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListUsersRequest AWS API Documentation
|
@@ -7782,6 +7822,8 @@ module Aws::Connect
|
|
7782
7822
|
include Aws::Structure
|
7783
7823
|
end
|
7784
7824
|
|
7825
|
+
# The property is not valid.
|
7826
|
+
#
|
7785
7827
|
# @!attribute [rw] message
|
7786
7828
|
# @return [String]
|
7787
7829
|
#
|
@@ -7894,7 +7936,8 @@ module Aws::Connect
|
|
7894
7936
|
#
|
7895
7937
|
# @!attribute [rw] tags
|
7896
7938
|
# The tags used to organize, track, or control access for this
|
7897
|
-
# resource.
|
7939
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
7940
|
+
# "key2":"value2"\\} \\}.
|
7898
7941
|
# @return [Hash<String,String>]
|
7899
7942
|
#
|
7900
7943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Queue AWS API Documentation
|
@@ -7932,8 +7975,8 @@ module Aws::Connect
|
|
7932
7975
|
include Aws::Structure
|
7933
7976
|
end
|
7934
7977
|
|
7935
|
-
# Contains information about a queue for a quick connect. The
|
7936
|
-
#
|
7978
|
+
# Contains information about a queue for a quick connect. The flow must
|
7979
|
+
# be of type Transfer to Queue.
|
7937
7980
|
#
|
7938
7981
|
# @note When making an API call, you may pass QueueQuickConnectConfig
|
7939
7982
|
# data as a hash:
|
@@ -7948,7 +7991,7 @@ module Aws::Connect
|
|
7948
7991
|
# @return [String]
|
7949
7992
|
#
|
7950
7993
|
# @!attribute [rw] contact_flow_id
|
7951
|
-
# The identifier of the
|
7994
|
+
# The identifier of the flow.
|
7952
7995
|
# @return [String]
|
7953
7996
|
#
|
7954
7997
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QueueQuickConnectConfig AWS API Documentation
|
@@ -8033,7 +8076,8 @@ module Aws::Connect
|
|
8033
8076
|
#
|
8034
8077
|
# @!attribute [rw] tags
|
8035
8078
|
# The tags used to organize, track, or control access for this
|
8036
|
-
# resource.
|
8079
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
8080
|
+
# "key2":"value2"\\} \\}.
|
8037
8081
|
# @return [Hash<String,String>]
|
8038
8082
|
#
|
8039
8083
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/QuickConnect AWS API Documentation
|
@@ -8420,7 +8464,9 @@ module Aws::Connect
|
|
8420
8464
|
# @return [String]
|
8421
8465
|
#
|
8422
8466
|
# @!attribute [rw] tags
|
8423
|
-
#
|
8467
|
+
# The tags used to organize, track, or control access for this
|
8468
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
8469
|
+
# "key2":"value2"\\} \\}.
|
8424
8470
|
# @return [Hash<String,String>]
|
8425
8471
|
#
|
8426
8472
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingProfile AWS API Documentation
|
@@ -8717,6 +8763,113 @@ module Aws::Connect
|
|
8717
8763
|
include Aws::Structure
|
8718
8764
|
end
|
8719
8765
|
|
8766
|
+
# @note When making an API call, you may pass SearchSecurityProfilesRequest
|
8767
|
+
# data as a hash:
|
8768
|
+
#
|
8769
|
+
# {
|
8770
|
+
# instance_id: "InstanceId", # required
|
8771
|
+
# next_token: "NextToken2500",
|
8772
|
+
# max_results: 1,
|
8773
|
+
# search_criteria: {
|
8774
|
+
# or_conditions: [
|
8775
|
+
# {
|
8776
|
+
# # recursive SecurityProfileSearchCriteria
|
8777
|
+
# },
|
8778
|
+
# ],
|
8779
|
+
# and_conditions: [
|
8780
|
+
# {
|
8781
|
+
# # recursive SecurityProfileSearchCriteria
|
8782
|
+
# },
|
8783
|
+
# ],
|
8784
|
+
# string_condition: {
|
8785
|
+
# field_name: "String",
|
8786
|
+
# value: "String",
|
8787
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8788
|
+
# },
|
8789
|
+
# },
|
8790
|
+
# search_filter: {
|
8791
|
+
# tag_filter: {
|
8792
|
+
# or_conditions: [
|
8793
|
+
# [
|
8794
|
+
# {
|
8795
|
+
# tag_key: "String",
|
8796
|
+
# tag_value: "String",
|
8797
|
+
# },
|
8798
|
+
# ],
|
8799
|
+
# ],
|
8800
|
+
# and_conditions: [
|
8801
|
+
# {
|
8802
|
+
# tag_key: "String",
|
8803
|
+
# tag_value: "String",
|
8804
|
+
# },
|
8805
|
+
# ],
|
8806
|
+
# tag_condition: {
|
8807
|
+
# tag_key: "String",
|
8808
|
+
# tag_value: "String",
|
8809
|
+
# },
|
8810
|
+
# },
|
8811
|
+
# },
|
8812
|
+
# }
|
8813
|
+
#
|
8814
|
+
# @!attribute [rw] instance_id
|
8815
|
+
# The identifier of the Amazon Connect instance. You can find the
|
8816
|
+
# instanceId in the ARN of the instance.
|
8817
|
+
# @return [String]
|
8818
|
+
#
|
8819
|
+
# @!attribute [rw] next_token
|
8820
|
+
# The token for the next set of results. Use the value returned in the
|
8821
|
+
# previous response in the next request to retrieve the next set of
|
8822
|
+
# results.
|
8823
|
+
# @return [String]
|
8824
|
+
#
|
8825
|
+
# @!attribute [rw] max_results
|
8826
|
+
# The maximum number of results to return per page.
|
8827
|
+
# @return [Integer]
|
8828
|
+
#
|
8829
|
+
# @!attribute [rw] search_criteria
|
8830
|
+
# The search criteria to be used to return security profiles.
|
8831
|
+
# @return [Types::SecurityProfileSearchCriteria]
|
8832
|
+
#
|
8833
|
+
# @!attribute [rw] search_filter
|
8834
|
+
# Filters to be applied to search results.
|
8835
|
+
# @return [Types::SecurityProfilesSearchFilter]
|
8836
|
+
#
|
8837
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchSecurityProfilesRequest AWS API Documentation
|
8838
|
+
#
|
8839
|
+
class SearchSecurityProfilesRequest < Struct.new(
|
8840
|
+
:instance_id,
|
8841
|
+
:next_token,
|
8842
|
+
:max_results,
|
8843
|
+
:search_criteria,
|
8844
|
+
:search_filter)
|
8845
|
+
SENSITIVE = []
|
8846
|
+
include Aws::Structure
|
8847
|
+
end
|
8848
|
+
|
8849
|
+
# @!attribute [rw] security_profiles
|
8850
|
+
# Information about the security profiles.
|
8851
|
+
# @return [Array<Types::SecurityProfileSearchSummary>]
|
8852
|
+
#
|
8853
|
+
# @!attribute [rw] next_token
|
8854
|
+
# If there are additional results, this is the token for the next set
|
8855
|
+
# of results.
|
8856
|
+
# @return [String]
|
8857
|
+
#
|
8858
|
+
# @!attribute [rw] approximate_total_count
|
8859
|
+
# The total number of security profiles which matched your search
|
8860
|
+
# query.
|
8861
|
+
# @return [Integer]
|
8862
|
+
#
|
8863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchSecurityProfilesResponse AWS API Documentation
|
8864
|
+
#
|
8865
|
+
class SearchSecurityProfilesResponse < Struct.new(
|
8866
|
+
:security_profiles,
|
8867
|
+
:next_token,
|
8868
|
+
:approximate_total_count)
|
8869
|
+
SENSITIVE = []
|
8870
|
+
include Aws::Structure
|
8871
|
+
end
|
8872
|
+
|
8720
8873
|
# @note When making an API call, you may pass SearchUsersRequest
|
8721
8874
|
# data as a hash:
|
8722
8875
|
#
|
@@ -8952,7 +9105,8 @@ module Aws::Connect
|
|
8952
9105
|
#
|
8953
9106
|
# @!attribute [rw] tags
|
8954
9107
|
# The tags used to organize, track, or control access for this
|
8955
|
-
# resource.
|
9108
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
9109
|
+
# "key2":"value2"\\} \\}.
|
8956
9110
|
# @return [Hash<String,String>]
|
8957
9111
|
#
|
8958
9112
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfile AWS API Documentation
|
@@ -8968,6 +9122,115 @@ module Aws::Connect
|
|
8968
9122
|
include Aws::Structure
|
8969
9123
|
end
|
8970
9124
|
|
9125
|
+
# The search criteria to be used to return security profiles.
|
9126
|
+
#
|
9127
|
+
# @note When making an API call, you may pass SecurityProfileSearchCriteria
|
9128
|
+
# data as a hash:
|
9129
|
+
#
|
9130
|
+
# {
|
9131
|
+
# or_conditions: [
|
9132
|
+
# {
|
9133
|
+
# or_conditions: {
|
9134
|
+
# # recursive SecurityProfileSearchConditionList
|
9135
|
+
# },
|
9136
|
+
# and_conditions: {
|
9137
|
+
# # recursive SecurityProfileSearchConditionList
|
9138
|
+
# },
|
9139
|
+
# string_condition: {
|
9140
|
+
# field_name: "String",
|
9141
|
+
# value: "String",
|
9142
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9143
|
+
# },
|
9144
|
+
# },
|
9145
|
+
# ],
|
9146
|
+
# and_conditions: [
|
9147
|
+
# {
|
9148
|
+
# or_conditions: {
|
9149
|
+
# # recursive SecurityProfileSearchConditionList
|
9150
|
+
# },
|
9151
|
+
# and_conditions: {
|
9152
|
+
# # recursive SecurityProfileSearchConditionList
|
9153
|
+
# },
|
9154
|
+
# string_condition: {
|
9155
|
+
# field_name: "String",
|
9156
|
+
# value: "String",
|
9157
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9158
|
+
# },
|
9159
|
+
# },
|
9160
|
+
# ],
|
9161
|
+
# string_condition: {
|
9162
|
+
# field_name: "String",
|
9163
|
+
# value: "String",
|
9164
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9165
|
+
# },
|
9166
|
+
# }
|
9167
|
+
#
|
9168
|
+
# @!attribute [rw] or_conditions
|
9169
|
+
# A list of conditions which would be applied together with an OR
|
9170
|
+
# condition.
|
9171
|
+
# @return [Array<Types::SecurityProfileSearchCriteria>]
|
9172
|
+
#
|
9173
|
+
# @!attribute [rw] and_conditions
|
9174
|
+
# A list of conditions which would be applied together with an AND
|
9175
|
+
# condition.
|
9176
|
+
# @return [Array<Types::SecurityProfileSearchCriteria>]
|
9177
|
+
#
|
9178
|
+
# @!attribute [rw] string_condition
|
9179
|
+
# A leaf node condition which can be used to specify a string
|
9180
|
+
# condition, for example, `username = 'abc'`.
|
9181
|
+
# @return [Types::StringCondition]
|
9182
|
+
#
|
9183
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSearchCriteria AWS API Documentation
|
9184
|
+
#
|
9185
|
+
class SecurityProfileSearchCriteria < Struct.new(
|
9186
|
+
:or_conditions,
|
9187
|
+
:and_conditions,
|
9188
|
+
:string_condition)
|
9189
|
+
SENSITIVE = []
|
9190
|
+
include Aws::Structure
|
9191
|
+
end
|
9192
|
+
|
9193
|
+
# Information about the returned security profiles.
|
9194
|
+
#
|
9195
|
+
# @!attribute [rw] id
|
9196
|
+
# The identifier of the security profile.
|
9197
|
+
# @return [String]
|
9198
|
+
#
|
9199
|
+
# @!attribute [rw] organization_resource_id
|
9200
|
+
# The organization resource identifier.
|
9201
|
+
# @return [String]
|
9202
|
+
#
|
9203
|
+
# @!attribute [rw] arn
|
9204
|
+
# The Amazon Resource Name (ARN) of the security profile.
|
9205
|
+
# @return [String]
|
9206
|
+
#
|
9207
|
+
# @!attribute [rw] security_profile_name
|
9208
|
+
# The name of the security profile.
|
9209
|
+
# @return [String]
|
9210
|
+
#
|
9211
|
+
# @!attribute [rw] description
|
9212
|
+
# The description of the security profile.
|
9213
|
+
# @return [String]
|
9214
|
+
#
|
9215
|
+
# @!attribute [rw] tags
|
9216
|
+
# The tags used to organize, track, or control access for this
|
9217
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
9218
|
+
# "key2":"value2"\\} \\}.
|
9219
|
+
# @return [Hash<String,String>]
|
9220
|
+
#
|
9221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSearchSummary AWS API Documentation
|
9222
|
+
#
|
9223
|
+
class SecurityProfileSearchSummary < Struct.new(
|
9224
|
+
:id,
|
9225
|
+
:organization_resource_id,
|
9226
|
+
:arn,
|
9227
|
+
:security_profile_name,
|
9228
|
+
:description,
|
9229
|
+
:tags)
|
9230
|
+
SENSITIVE = []
|
9231
|
+
include Aws::Structure
|
9232
|
+
end
|
9233
|
+
|
8971
9234
|
# Contains information about a security profile.
|
8972
9235
|
#
|
8973
9236
|
# @!attribute [rw] id
|
@@ -8992,6 +9255,54 @@ module Aws::Connect
|
|
8992
9255
|
include Aws::Structure
|
8993
9256
|
end
|
8994
9257
|
|
9258
|
+
# Filters to be applied to search results.
|
9259
|
+
#
|
9260
|
+
# @note When making an API call, you may pass SecurityProfilesSearchFilter
|
9261
|
+
# data as a hash:
|
9262
|
+
#
|
9263
|
+
# {
|
9264
|
+
# tag_filter: {
|
9265
|
+
# or_conditions: [
|
9266
|
+
# [
|
9267
|
+
# {
|
9268
|
+
# tag_key: "String",
|
9269
|
+
# tag_value: "String",
|
9270
|
+
# },
|
9271
|
+
# ],
|
9272
|
+
# ],
|
9273
|
+
# and_conditions: [
|
9274
|
+
# {
|
9275
|
+
# tag_key: "String",
|
9276
|
+
# tag_value: "String",
|
9277
|
+
# },
|
9278
|
+
# ],
|
9279
|
+
# tag_condition: {
|
9280
|
+
# tag_key: "String",
|
9281
|
+
# tag_value: "String",
|
9282
|
+
# },
|
9283
|
+
# },
|
9284
|
+
# }
|
9285
|
+
#
|
9286
|
+
# @!attribute [rw] tag_filter
|
9287
|
+
# An object that can be used to specify Tag conditions inside the
|
9288
|
+
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
9289
|
+
# where:
|
9290
|
+
#
|
9291
|
+
# * Top level list specifies conditions that need to be applied with
|
9292
|
+
# `OR` operator
|
9293
|
+
#
|
9294
|
+
# * Inner list specifies conditions that need to be applied with `AND`
|
9295
|
+
# operator.
|
9296
|
+
# @return [Types::ControlPlaneTagFilter]
|
9297
|
+
#
|
9298
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfilesSearchFilter AWS API Documentation
|
9299
|
+
#
|
9300
|
+
class SecurityProfilesSearchFilter < Struct.new(
|
9301
|
+
:tag_filter)
|
9302
|
+
SENSITIVE = []
|
9303
|
+
include Aws::Structure
|
9304
|
+
end
|
9305
|
+
|
8995
9306
|
# The service quota has been exceeded.
|
8996
9307
|
#
|
8997
9308
|
# @!attribute [rw] message
|
@@ -9032,20 +9343,20 @@ module Aws::Connect
|
|
9032
9343
|
# @return [String]
|
9033
9344
|
#
|
9034
9345
|
# @!attribute [rw] contact_flow_id
|
9035
|
-
# The identifier of the
|
9036
|
-
#
|
9037
|
-
#
|
9038
|
-
#
|
9039
|
-
#
|
9040
|
-
#
|
9346
|
+
# The identifier of the flow for initiating the chat. To see the
|
9347
|
+
# ContactFlowId in the Amazon Connect console user interface, on the
|
9348
|
+
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
9349
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
9350
|
+
# additional flow information**. The ContactFlowId is the last part of
|
9351
|
+
# the ARN, shown here in bold:
|
9041
9352
|
#
|
9042
9353
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9043
9354
|
# @return [String]
|
9044
9355
|
#
|
9045
9356
|
# @!attribute [rw] attributes
|
9046
9357
|
# A custom key-value pair using an attribute map. The attributes are
|
9047
|
-
# standard Amazon Connect attributes. They can be accessed in
|
9048
|
-
#
|
9358
|
+
# standard Amazon Connect attributes. They can be accessed in flows
|
9359
|
+
# just like any other contact attributes.
|
9049
9360
|
#
|
9050
9361
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9051
9362
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9253,12 +9564,12 @@ module Aws::Connect
|
|
9253
9564
|
# @return [String]
|
9254
9565
|
#
|
9255
9566
|
# @!attribute [rw] contact_flow_id
|
9256
|
-
# The identifier of the
|
9567
|
+
# The identifier of the flow for the outbound call. To see the
|
9257
9568
|
# ContactFlowId in the Amazon Connect console user interface, on the
|
9258
9569
|
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
9259
|
-
#
|
9260
|
-
#
|
9261
|
-
#
|
9570
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
9571
|
+
# additional flow information**. The ContactFlowId is the last part of
|
9572
|
+
# the ARN, shown here in bold:
|
9262
9573
|
#
|
9263
9574
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9264
9575
|
# @return [String]
|
@@ -9287,15 +9598,14 @@ module Aws::Connect
|
|
9287
9598
|
# @!attribute [rw] queue_id
|
9288
9599
|
# The queue for the call. If you specify a queue, the phone displayed
|
9289
9600
|
# 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.
|
9601
|
+
# not specify a queue, the queue defined in the flow is used. If you
|
9602
|
+
# do not specify a queue, you must specify a source phone number.
|
9293
9603
|
# @return [String]
|
9294
9604
|
#
|
9295
9605
|
# @!attribute [rw] attributes
|
9296
9606
|
# A custom key-value pair using an attribute map. The attributes are
|
9297
|
-
# standard Amazon Connect attributes, and can be accessed in
|
9298
|
-
#
|
9607
|
+
# standard Amazon Connect attributes, and can be accessed in flows
|
9608
|
+
# just like any other contact attributes.
|
9299
9609
|
#
|
9300
9610
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9301
9611
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9381,20 +9691,20 @@ module Aws::Connect
|
|
9381
9691
|
# @return [String]
|
9382
9692
|
#
|
9383
9693
|
# @!attribute [rw] contact_flow_id
|
9384
|
-
# The identifier of the
|
9385
|
-
#
|
9386
|
-
#
|
9387
|
-
#
|
9388
|
-
#
|
9389
|
-
#
|
9694
|
+
# The identifier of the flow for initiating the tasks. To see the
|
9695
|
+
# ContactFlowId in the Amazon Connect console user interface, on the
|
9696
|
+
# navigation menu go to **Routing**, **Contact Flows**. Choose the
|
9697
|
+
# flow. On the flow page, under the name of the flow, choose **Show
|
9698
|
+
# additional flow information**. The ContactFlowId is the last part of
|
9699
|
+
# the ARN, shown here in bold:
|
9390
9700
|
#
|
9391
9701
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
9392
9702
|
# @return [String]
|
9393
9703
|
#
|
9394
9704
|
# @!attribute [rw] attributes
|
9395
9705
|
# A custom key-value pair using an attribute map. The attributes are
|
9396
|
-
# standard Amazon Connect attributes, and can be accessed in
|
9397
|
-
#
|
9706
|
+
# standard Amazon Connect attributes, and can be accessed in flows
|
9707
|
+
# just like any other contact attributes.
|
9398
9708
|
#
|
9399
9709
|
# There can be up to 32,768 UTF-8 bytes across all key-value pairs per
|
9400
9710
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -9426,8 +9736,8 @@ module Aws::Connect
|
|
9426
9736
|
#
|
9427
9737
|
# @!attribute [rw] scheduled_time
|
9428
9738
|
# The timestamp, in Unix Epoch seconds format, at which to start
|
9429
|
-
# running the inbound
|
9430
|
-
#
|
9739
|
+
# running the inbound flow. The scheduled time cannot be in the past.
|
9740
|
+
# It must be within up to 6 days in future.
|
9431
9741
|
# @return [Time]
|
9432
9742
|
#
|
9433
9743
|
# @!attribute [rw] task_template_id
|
@@ -9708,8 +10018,9 @@ module Aws::Connect
|
|
9708
10018
|
# @return [String]
|
9709
10019
|
#
|
9710
10020
|
# @!attribute [rw] tags
|
9711
|
-
#
|
9712
|
-
# \\\{"
|
10021
|
+
# The tags used to organize, track, or control access for this
|
10022
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
10023
|
+
# "key2":"value2"\\} \\}.
|
9713
10024
|
# @return [Hash<String,String>]
|
9714
10025
|
#
|
9715
10026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TagResourceRequest AWS API Documentation
|
@@ -10009,7 +10320,7 @@ module Aws::Connect
|
|
10009
10320
|
# @return [String]
|
10010
10321
|
#
|
10011
10322
|
# @!attribute [rw] contact_flow_id
|
10012
|
-
# The identifier of the
|
10323
|
+
# The identifier of the flow.
|
10013
10324
|
# @return [String]
|
10014
10325
|
#
|
10015
10326
|
# @!attribute [rw] client_token
|
@@ -10154,7 +10465,7 @@ module Aws::Connect
|
|
10154
10465
|
#
|
10155
10466
|
# @!attribute [rw] attributes
|
10156
10467
|
# The Amazon Connect attributes. These attributes can be accessed in
|
10157
|
-
#
|
10468
|
+
# flows just like any other contact attributes.
|
10158
10469
|
#
|
10159
10470
|
# You can have up to 32,768 UTF-8 bytes across all attributes for a
|
10160
10471
|
# contact. Attribute keys can include only alphanumeric, dash, and
|
@@ -10189,13 +10500,13 @@ module Aws::Connect
|
|
10189
10500
|
# @return [String]
|
10190
10501
|
#
|
10191
10502
|
# @!attribute [rw] contact_flow_id
|
10192
|
-
# The identifier of the
|
10503
|
+
# The identifier of the flow.
|
10193
10504
|
# @return [String]
|
10194
10505
|
#
|
10195
10506
|
# @!attribute [rw] content
|
10196
|
-
# The JSON string that represents
|
10197
|
-
#
|
10198
|
-
#
|
10507
|
+
# The JSON string that represents flow's content. For an example, see
|
10508
|
+
# [Example contact flow in Amazon Connect Flow language][1] in the
|
10509
|
+
# *Amazon Connect Administrator Guide*.
|
10199
10510
|
#
|
10200
10511
|
#
|
10201
10512
|
#
|
@@ -10229,19 +10540,19 @@ module Aws::Connect
|
|
10229
10540
|
# @return [String]
|
10230
10541
|
#
|
10231
10542
|
# @!attribute [rw] contact_flow_id
|
10232
|
-
# The identifier of the
|
10543
|
+
# The identifier of the flow.
|
10233
10544
|
# @return [String]
|
10234
10545
|
#
|
10235
10546
|
# @!attribute [rw] name
|
10236
|
-
# TThe name of the
|
10547
|
+
# TThe name of the flow.
|
10237
10548
|
# @return [String]
|
10238
10549
|
#
|
10239
10550
|
# @!attribute [rw] description
|
10240
|
-
# The description of the
|
10551
|
+
# The description of the flow.
|
10241
10552
|
# @return [String]
|
10242
10553
|
#
|
10243
10554
|
# @!attribute [rw] contact_flow_state
|
10244
|
-
# The state of
|
10555
|
+
# The state of flow.
|
10245
10556
|
# @return [String]
|
10246
10557
|
#
|
10247
10558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowMetadataRequest AWS API Documentation
|
@@ -10271,11 +10582,11 @@ module Aws::Connect
|
|
10271
10582
|
# @return [String]
|
10272
10583
|
#
|
10273
10584
|
# @!attribute [rw] contact_flow_module_id
|
10274
|
-
# The identifier of the
|
10585
|
+
# The identifier of the flow module.
|
10275
10586
|
# @return [String]
|
10276
10587
|
#
|
10277
10588
|
# @!attribute [rw] content
|
10278
|
-
# The content of the
|
10589
|
+
# The content of the flow module.
|
10279
10590
|
# @return [String]
|
10280
10591
|
#
|
10281
10592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowModuleContentRequest AWS API Documentation
|
@@ -10309,19 +10620,19 @@ module Aws::Connect
|
|
10309
10620
|
# @return [String]
|
10310
10621
|
#
|
10311
10622
|
# @!attribute [rw] contact_flow_module_id
|
10312
|
-
# The identifier of the
|
10623
|
+
# The identifier of the flow module.
|
10313
10624
|
# @return [String]
|
10314
10625
|
#
|
10315
10626
|
# @!attribute [rw] name
|
10316
|
-
# The name of the
|
10627
|
+
# The name of the flow module.
|
10317
10628
|
# @return [String]
|
10318
10629
|
#
|
10319
10630
|
# @!attribute [rw] description
|
10320
|
-
# The description of the
|
10631
|
+
# The description of the flow module.
|
10321
10632
|
# @return [String]
|
10322
10633
|
#
|
10323
10634
|
# @!attribute [rw] state
|
10324
|
-
# The state of
|
10635
|
+
# The state of flow module.
|
10325
10636
|
# @return [String]
|
10326
10637
|
#
|
10327
10638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowModuleMetadataRequest AWS API Documentation
|
@@ -10355,15 +10666,15 @@ module Aws::Connect
|
|
10355
10666
|
# @return [String]
|
10356
10667
|
#
|
10357
10668
|
# @!attribute [rw] contact_flow_id
|
10358
|
-
# The identifier of the
|
10669
|
+
# The identifier of the flow.
|
10359
10670
|
# @return [String]
|
10360
10671
|
#
|
10361
10672
|
# @!attribute [rw] name
|
10362
|
-
# The name of the
|
10673
|
+
# The name of the flow.
|
10363
10674
|
# @return [String]
|
10364
10675
|
#
|
10365
10676
|
# @!attribute [rw] description
|
10366
|
-
# The description of the
|
10677
|
+
# The description of the flow.
|
10367
10678
|
# @return [String]
|
10368
10679
|
#
|
10369
10680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowNameRequest AWS API Documentation
|
@@ -10452,8 +10763,8 @@ module Aws::Connect
|
|
10452
10763
|
#
|
10453
10764
|
# @!attribute [rw] scheduled_time
|
10454
10765
|
# The timestamp, in Unix Epoch seconds format, at which to start
|
10455
|
-
# running the inbound
|
10456
|
-
#
|
10766
|
+
# running the inbound flow. The scheduled time cannot be in the past.
|
10767
|
+
# It must be within up to 6 days in future.
|
10457
10768
|
# @return [Time]
|
10458
10769
|
#
|
10459
10770
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactScheduleRequest AWS API Documentation
|
@@ -11886,7 +12197,7 @@ module Aws::Connect
|
|
11886
12197
|
# @return [String]
|
11887
12198
|
#
|
11888
12199
|
# @!attribute [rw] contact_flow_id
|
11889
|
-
# The identifier of the
|
12200
|
+
# The identifier of the flow.
|
11890
12201
|
# @return [String]
|
11891
12202
|
#
|
11892
12203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserQuickConnectConfig AWS API Documentation
|
@@ -12088,7 +12399,8 @@ module Aws::Connect
|
|
12088
12399
|
#
|
12089
12400
|
# @!attribute [rw] tags
|
12090
12401
|
# The tags used to organize, track, or control access for this
|
12091
|
-
# resource.
|
12402
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
12403
|
+
# "key2":"value2"\\} \\}.
|
12092
12404
|
# @return [Hash<String,String>]
|
12093
12405
|
#
|
12094
12406
|
# @!attribute [rw] username
|
@@ -12186,7 +12498,8 @@ module Aws::Connect
|
|
12186
12498
|
#
|
12187
12499
|
# @!attribute [rw] tags
|
12188
12500
|
# The tags used to organize, track, or control access for this
|
12189
|
-
# resource.
|
12501
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
12502
|
+
# "key2":"value2"\\} \\}.
|
12190
12503
|
# @return [Hash<String,String>]
|
12191
12504
|
#
|
12192
12505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Vocabulary AWS API Documentation
|