aws-sdk-connect 1.84.0 → 1.86.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +369 -6
- data/lib/aws-sdk-connect/client_api.rb +242 -1
- data/lib/aws-sdk-connect/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-connect/endpoint_provider.rb +73 -74
- data/lib/aws-sdk-connect/endpoints.rb +70 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-connect/types.rb +564 -2869
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -23,6 +23,20 @@ module Aws::Connect
|
|
23
23
|
include Aws::Structure
|
24
24
|
end
|
25
25
|
|
26
|
+
# Information about an action.
|
27
|
+
#
|
28
|
+
# @!attribute [rw] action_type
|
29
|
+
# The action type.
|
30
|
+
# @return [String]
|
31
|
+
#
|
32
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ActionSummary AWS API Documentation
|
33
|
+
#
|
34
|
+
class ActionSummary < Struct.new(
|
35
|
+
:action_type)
|
36
|
+
SENSITIVE = []
|
37
|
+
include Aws::Structure
|
38
|
+
end
|
39
|
+
|
26
40
|
# Information about the [contact][1] associated to the user.
|
27
41
|
#
|
28
42
|
#
|
@@ -196,14 +210,6 @@ module Aws::Connect
|
|
196
210
|
|
197
211
|
# Configuration of the answering machine detection.
|
198
212
|
#
|
199
|
-
# @note When making an API call, you may pass AnswerMachineDetectionConfig
|
200
|
-
# data as a hash:
|
201
|
-
#
|
202
|
-
# {
|
203
|
-
# enable_answer_machine_detection: false,
|
204
|
-
# await_answer_machine_prompt: false,
|
205
|
-
# }
|
206
|
-
#
|
207
213
|
# @!attribute [rw] enable_answer_machine_detection
|
208
214
|
# The flag to indicate if answer machine detection analysis needs to
|
209
215
|
# be performed for a voice call. If set to `true`, `TrafficType` must
|
@@ -223,14 +229,19 @@ module Aws::Connect
|
|
223
229
|
include Aws::Structure
|
224
230
|
end
|
225
231
|
|
226
|
-
#
|
227
|
-
#
|
232
|
+
# This action must be set if `TriggerEventSource` is one of the
|
233
|
+
# following values: `OnPostCallAnalysisAvailable` \|
|
234
|
+
# `OnRealTimeCallAnalysisAvailable` \| `OnPostChatAnalysisAvailable`.
|
235
|
+
# Contact is categorized using the rule name.
|
236
|
+
#
|
237
|
+
# `RuleName` is used as `ContactCategory`.
|
238
|
+
#
|
239
|
+
# @api private
|
228
240
|
#
|
229
|
-
#
|
230
|
-
# instance_id: "InstanceId", # required
|
231
|
-
# origin: "Origin", # required
|
232
|
-
# }
|
241
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssignContactCategoryActionDefinition AWS API Documentation
|
233
242
|
#
|
243
|
+
class AssignContactCategoryActionDefinition < Aws::EmptyStructure; end
|
244
|
+
|
234
245
|
# @!attribute [rw] instance_id
|
235
246
|
# The identifier of the Amazon Connect instance. You can find the
|
236
247
|
# instanceId in the ARN of the instance.
|
@@ -249,20 +260,6 @@ module Aws::Connect
|
|
249
260
|
include Aws::Structure
|
250
261
|
end
|
251
262
|
|
252
|
-
# @note When making an API call, you may pass AssociateBotRequest
|
253
|
-
# data as a hash:
|
254
|
-
#
|
255
|
-
# {
|
256
|
-
# instance_id: "InstanceId", # required
|
257
|
-
# lex_bot: {
|
258
|
-
# name: "BotName",
|
259
|
-
# lex_region: "LexRegion",
|
260
|
-
# },
|
261
|
-
# lex_v2_bot: {
|
262
|
-
# alias_arn: "AliasArn",
|
263
|
-
# },
|
264
|
-
# }
|
265
|
-
#
|
266
263
|
# @!attribute [rw] instance_id
|
267
264
|
# The identifier of the Amazon Connect instance. You can find the
|
268
265
|
# instanceId in the ARN of the instance.
|
@@ -286,15 +283,6 @@ module Aws::Connect
|
|
286
283
|
include Aws::Structure
|
287
284
|
end
|
288
285
|
|
289
|
-
# @note When making an API call, you may pass AssociateDefaultVocabularyRequest
|
290
|
-
# data as a hash:
|
291
|
-
#
|
292
|
-
# {
|
293
|
-
# instance_id: "InstanceId", # required
|
294
|
-
# language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
|
295
|
-
# vocabulary_id: "VocabularyId",
|
296
|
-
# }
|
297
|
-
#
|
298
286
|
# @!attribute [rw] instance_id
|
299
287
|
# The identifier of the Amazon Connect instance. You can find the
|
300
288
|
# instanceId in the ARN of the instance.
|
@@ -329,40 +317,6 @@ module Aws::Connect
|
|
329
317
|
#
|
330
318
|
class AssociateDefaultVocabularyResponse < Aws::EmptyStructure; end
|
331
319
|
|
332
|
-
# @note When making an API call, you may pass AssociateInstanceStorageConfigRequest
|
333
|
-
# data as a hash:
|
334
|
-
#
|
335
|
-
# {
|
336
|
-
# instance_id: "InstanceId", # required
|
337
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
338
|
-
# storage_config: { # required
|
339
|
-
# association_id: "AssociationId",
|
340
|
-
# storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
|
341
|
-
# s3_config: {
|
342
|
-
# bucket_name: "BucketName", # required
|
343
|
-
# bucket_prefix: "Prefix", # required
|
344
|
-
# encryption_config: {
|
345
|
-
# encryption_type: "KMS", # required, accepts KMS
|
346
|
-
# key_id: "KeyId", # required
|
347
|
-
# },
|
348
|
-
# },
|
349
|
-
# kinesis_video_stream_config: {
|
350
|
-
# prefix: "Prefix", # required
|
351
|
-
# retention_period_hours: 1, # required
|
352
|
-
# encryption_config: { # required
|
353
|
-
# encryption_type: "KMS", # required, accepts KMS
|
354
|
-
# key_id: "KeyId", # required
|
355
|
-
# },
|
356
|
-
# },
|
357
|
-
# kinesis_stream_config: {
|
358
|
-
# stream_arn: "ARN", # required
|
359
|
-
# },
|
360
|
-
# kinesis_firehose_config: {
|
361
|
-
# firehose_arn: "ARN", # required
|
362
|
-
# },
|
363
|
-
# },
|
364
|
-
# }
|
365
|
-
#
|
366
320
|
# @!attribute [rw] instance_id
|
367
321
|
# The identifier of the Amazon Connect instance. You can find the
|
368
322
|
# instanceId in the ARN of the instance.
|
@@ -399,14 +353,6 @@ module Aws::Connect
|
|
399
353
|
include Aws::Structure
|
400
354
|
end
|
401
355
|
|
402
|
-
# @note When making an API call, you may pass AssociateLambdaFunctionRequest
|
403
|
-
# data as a hash:
|
404
|
-
#
|
405
|
-
# {
|
406
|
-
# instance_id: "InstanceId", # required
|
407
|
-
# function_arn: "FunctionArn", # required
|
408
|
-
# }
|
409
|
-
#
|
410
356
|
# @!attribute [rw] instance_id
|
411
357
|
# The identifier of the Amazon Connect instance. You can find the
|
412
358
|
# instanceId in the ARN of the instance.
|
@@ -426,17 +372,6 @@ module Aws::Connect
|
|
426
372
|
include Aws::Structure
|
427
373
|
end
|
428
374
|
|
429
|
-
# @note When making an API call, you may pass AssociateLexBotRequest
|
430
|
-
# data as a hash:
|
431
|
-
#
|
432
|
-
# {
|
433
|
-
# instance_id: "InstanceId", # required
|
434
|
-
# lex_bot: { # required
|
435
|
-
# name: "BotName",
|
436
|
-
# lex_region: "LexRegion",
|
437
|
-
# },
|
438
|
-
# }
|
439
|
-
#
|
440
375
|
# @!attribute [rw] instance_id
|
441
376
|
# The identifier of the Amazon Connect instance. You can find the
|
442
377
|
# instanceId in the ARN of the instance.
|
@@ -455,15 +390,6 @@ module Aws::Connect
|
|
455
390
|
include Aws::Structure
|
456
391
|
end
|
457
392
|
|
458
|
-
# @note When making an API call, you may pass AssociatePhoneNumberContactFlowRequest
|
459
|
-
# data as a hash:
|
460
|
-
#
|
461
|
-
# {
|
462
|
-
# phone_number_id: "PhoneNumberId", # required
|
463
|
-
# instance_id: "InstanceId", # required
|
464
|
-
# contact_flow_id: "ContactFlowId", # required
|
465
|
-
# }
|
466
|
-
#
|
467
393
|
# @!attribute [rw] phone_number_id
|
468
394
|
# A unique identifier for the phone number.
|
469
395
|
# @return [String]
|
@@ -487,15 +413,6 @@ module Aws::Connect
|
|
487
413
|
include Aws::Structure
|
488
414
|
end
|
489
415
|
|
490
|
-
# @note When making an API call, you may pass AssociateQueueQuickConnectsRequest
|
491
|
-
# data as a hash:
|
492
|
-
#
|
493
|
-
# {
|
494
|
-
# instance_id: "InstanceId", # required
|
495
|
-
# queue_id: "QueueId", # required
|
496
|
-
# quick_connect_ids: ["QuickConnectId"], # required
|
497
|
-
# }
|
498
|
-
#
|
499
416
|
# @!attribute [rw] instance_id
|
500
417
|
# The identifier of the Amazon Connect instance. You can find the
|
501
418
|
# instanceId in the ARN of the instance.
|
@@ -519,24 +436,6 @@ module Aws::Connect
|
|
519
436
|
include Aws::Structure
|
520
437
|
end
|
521
438
|
|
522
|
-
# @note When making an API call, you may pass AssociateRoutingProfileQueuesRequest
|
523
|
-
# data as a hash:
|
524
|
-
#
|
525
|
-
# {
|
526
|
-
# instance_id: "InstanceId", # required
|
527
|
-
# routing_profile_id: "RoutingProfileId", # required
|
528
|
-
# queue_configs: [ # required
|
529
|
-
# {
|
530
|
-
# queue_reference: { # required
|
531
|
-
# queue_id: "QueueId", # required
|
532
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
533
|
-
# },
|
534
|
-
# priority: 1, # required
|
535
|
-
# delay: 1, # required
|
536
|
-
# },
|
537
|
-
# ],
|
538
|
-
# }
|
539
|
-
#
|
540
439
|
# @!attribute [rw] instance_id
|
541
440
|
# The identifier of the Amazon Connect instance. You can find the
|
542
441
|
# instanceId in the ARN of the instance.
|
@@ -560,14 +459,6 @@ module Aws::Connect
|
|
560
459
|
include Aws::Structure
|
561
460
|
end
|
562
461
|
|
563
|
-
# @note When making an API call, you may pass AssociateSecurityKeyRequest
|
564
|
-
# data as a hash:
|
565
|
-
#
|
566
|
-
# {
|
567
|
-
# instance_id: "InstanceId", # required
|
568
|
-
# key: "PEM", # required
|
569
|
-
# }
|
570
|
-
#
|
571
462
|
# @!attribute [rw] instance_id
|
572
463
|
# The identifier of the Amazon Connect instance. You can find the
|
573
464
|
# instanceId in the ARN of the instance.
|
@@ -670,14 +561,6 @@ module Aws::Connect
|
|
670
561
|
|
671
562
|
# A chat message.
|
672
563
|
#
|
673
|
-
# @note When making an API call, you may pass ChatMessage
|
674
|
-
# data as a hash:
|
675
|
-
#
|
676
|
-
# {
|
677
|
-
# content_type: "ChatContentType", # required
|
678
|
-
# content: "ChatContent", # required
|
679
|
-
# }
|
680
|
-
#
|
681
564
|
# @!attribute [rw] content_type
|
682
565
|
# The type of the content. Supported types are `text/plain`.
|
683
566
|
# @return [String]
|
@@ -698,13 +581,6 @@ module Aws::Connect
|
|
698
581
|
# The streaming configuration, such as the Amazon SNS streaming
|
699
582
|
# endpoint.
|
700
583
|
#
|
701
|
-
# @note When making an API call, you may pass ChatStreamingConfiguration
|
702
|
-
# data as a hash:
|
703
|
-
#
|
704
|
-
# {
|
705
|
-
# streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
|
706
|
-
# }
|
707
|
-
#
|
708
584
|
# @!attribute [rw] streaming_endpoint_arn
|
709
585
|
# The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The
|
710
586
|
# Amazon Resource Name (ARN) of the streaming endpoint that is used to
|
@@ -719,19 +595,6 @@ module Aws::Connect
|
|
719
595
|
include Aws::Structure
|
720
596
|
end
|
721
597
|
|
722
|
-
# @note When making an API call, you may pass ClaimPhoneNumberRequest
|
723
|
-
# data as a hash:
|
724
|
-
#
|
725
|
-
# {
|
726
|
-
# target_arn: "ARN", # required
|
727
|
-
# phone_number: "PhoneNumber", # required
|
728
|
-
# phone_number_description: "PhoneNumberDescription",
|
729
|
-
# tags: {
|
730
|
-
# "TagKey" => "TagValue",
|
731
|
-
# },
|
732
|
-
# client_token: "ClientToken",
|
733
|
-
# }
|
734
|
-
#
|
735
598
|
# @!attribute [rw] target_arn
|
736
599
|
# The Amazon Resource Name (ARN) for Amazon Connect instances or
|
737
600
|
# traffic distribution groups that phone numbers are claimed to.
|
@@ -982,13 +845,6 @@ module Aws::Connect
|
|
982
845
|
#
|
983
846
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html
|
984
847
|
#
|
985
|
-
# @note When making an API call, you may pass ContactFilter
|
986
|
-
# data as a hash:
|
987
|
-
#
|
988
|
-
# {
|
989
|
-
# contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
|
990
|
-
# }
|
991
|
-
#
|
992
848
|
# @!attribute [rw] contact_states
|
993
849
|
# A list of up to 9 [contact states][1].
|
994
850
|
#
|
@@ -1220,30 +1076,6 @@ module Aws::Connect
|
|
1220
1076
|
# * Inner list specifies conditions that need to be applied with `AND`
|
1221
1077
|
# operator.
|
1222
1078
|
#
|
1223
|
-
# @note When making an API call, you may pass ControlPlaneTagFilter
|
1224
|
-
# data as a hash:
|
1225
|
-
#
|
1226
|
-
# {
|
1227
|
-
# or_conditions: [
|
1228
|
-
# [
|
1229
|
-
# {
|
1230
|
-
# tag_key: "String",
|
1231
|
-
# tag_value: "String",
|
1232
|
-
# },
|
1233
|
-
# ],
|
1234
|
-
# ],
|
1235
|
-
# and_conditions: [
|
1236
|
-
# {
|
1237
|
-
# tag_key: "String",
|
1238
|
-
# tag_value: "String",
|
1239
|
-
# },
|
1240
|
-
# ],
|
1241
|
-
# tag_condition: {
|
1242
|
-
# tag_key: "String",
|
1243
|
-
# tag_value: "String",
|
1244
|
-
# },
|
1245
|
-
# }
|
1246
|
-
#
|
1247
1079
|
# @!attribute [rw] or_conditions
|
1248
1080
|
# A list of conditions which would be applied together with an `OR`
|
1249
1081
|
# condition.
|
@@ -1268,20 +1100,6 @@ module Aws::Connect
|
|
1268
1100
|
include Aws::Structure
|
1269
1101
|
end
|
1270
1102
|
|
1271
|
-
# @note When making an API call, you may pass CreateAgentStatusRequest
|
1272
|
-
# data as a hash:
|
1273
|
-
#
|
1274
|
-
# {
|
1275
|
-
# instance_id: "InstanceId", # required
|
1276
|
-
# name: "AgentStatusName", # required
|
1277
|
-
# description: "AgentStatusDescription",
|
1278
|
-
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
1279
|
-
# display_order: 1,
|
1280
|
-
# tags: {
|
1281
|
-
# "TagKey" => "TagValue",
|
1282
|
-
# },
|
1283
|
-
# }
|
1284
|
-
#
|
1285
1103
|
# @!attribute [rw] instance_id
|
1286
1104
|
# The identifier of the Amazon Connect instance. You can find the
|
1287
1105
|
# instanceId in the ARN of the instance.
|
@@ -1339,20 +1157,6 @@ module Aws::Connect
|
|
1339
1157
|
include Aws::Structure
|
1340
1158
|
end
|
1341
1159
|
|
1342
|
-
# @note When making an API call, you may pass CreateContactFlowModuleRequest
|
1343
|
-
# data as a hash:
|
1344
|
-
#
|
1345
|
-
# {
|
1346
|
-
# instance_id: "InstanceId", # required
|
1347
|
-
# name: "ContactFlowModuleName", # required
|
1348
|
-
# description: "ContactFlowModuleDescription",
|
1349
|
-
# content: "ContactFlowModuleContent", # required
|
1350
|
-
# tags: {
|
1351
|
-
# "TagKey" => "TagValue",
|
1352
|
-
# },
|
1353
|
-
# client_token: "ClientToken",
|
1354
|
-
# }
|
1355
|
-
#
|
1356
1160
|
# @!attribute [rw] instance_id
|
1357
1161
|
# The identifier of the Amazon Connect instance. You can find the
|
1358
1162
|
# instanceId in the ARN of the instance.
|
@@ -1420,20 +1224,6 @@ module Aws::Connect
|
|
1420
1224
|
include Aws::Structure
|
1421
1225
|
end
|
1422
1226
|
|
1423
|
-
# @note When making an API call, you may pass CreateContactFlowRequest
|
1424
|
-
# data as a hash:
|
1425
|
-
#
|
1426
|
-
# {
|
1427
|
-
# instance_id: "InstanceId", # required
|
1428
|
-
# name: "ContactFlowName", # required
|
1429
|
-
# type: "CONTACT_FLOW", # required, accepts CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD, CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER, AGENT_TRANSFER, QUEUE_TRANSFER
|
1430
|
-
# description: "ContactFlowDescription",
|
1431
|
-
# content: "ContactFlowContent", # required
|
1432
|
-
# tags: {
|
1433
|
-
# "TagKey" => "TagValue",
|
1434
|
-
# },
|
1435
|
-
# }
|
1436
|
-
#
|
1437
1227
|
# @!attribute [rw] instance_id
|
1438
1228
|
# The identifier of the Amazon Connect instance.
|
1439
1229
|
# @return [String]
|
@@ -1495,32 +1285,6 @@ module Aws::Connect
|
|
1495
1285
|
include Aws::Structure
|
1496
1286
|
end
|
1497
1287
|
|
1498
|
-
# @note When making an API call, you may pass CreateHoursOfOperationRequest
|
1499
|
-
# data as a hash:
|
1500
|
-
#
|
1501
|
-
# {
|
1502
|
-
# instance_id: "InstanceId", # required
|
1503
|
-
# name: "CommonNameLength127", # required
|
1504
|
-
# description: "HoursOfOperationDescription",
|
1505
|
-
# time_zone: "TimeZone", # required
|
1506
|
-
# config: [ # required
|
1507
|
-
# {
|
1508
|
-
# day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
1509
|
-
# start_time: { # required
|
1510
|
-
# hours: 1, # required
|
1511
|
-
# minutes: 1, # required
|
1512
|
-
# },
|
1513
|
-
# end_time: { # required
|
1514
|
-
# hours: 1, # required
|
1515
|
-
# minutes: 1, # required
|
1516
|
-
# },
|
1517
|
-
# },
|
1518
|
-
# ],
|
1519
|
-
# tags: {
|
1520
|
-
# "TagKey" => "TagValue",
|
1521
|
-
# },
|
1522
|
-
# }
|
1523
|
-
#
|
1524
1288
|
# @!attribute [rw] instance_id
|
1525
1289
|
# The identifier of the Amazon Connect instance. You can find the
|
1526
1290
|
# instanceId in the ARN of the instance.
|
@@ -1579,18 +1343,6 @@ module Aws::Connect
|
|
1579
1343
|
include Aws::Structure
|
1580
1344
|
end
|
1581
1345
|
|
1582
|
-
# @note When making an API call, you may pass CreateInstanceRequest
|
1583
|
-
# data as a hash:
|
1584
|
-
#
|
1585
|
-
# {
|
1586
|
-
# client_token: "ClientToken",
|
1587
|
-
# identity_management_type: "SAML", # required, accepts SAML, CONNECT_MANAGED, EXISTING_DIRECTORY
|
1588
|
-
# instance_alias: "DirectoryAlias",
|
1589
|
-
# directory_id: "DirectoryId",
|
1590
|
-
# inbound_calls_enabled: false, # required
|
1591
|
-
# outbound_calls_enabled: false, # required
|
1592
|
-
# }
|
1593
|
-
#
|
1594
1346
|
# @!attribute [rw] client_token
|
1595
1347
|
# The idempotency token.
|
1596
1348
|
# @return [String]
|
@@ -1645,21 +1397,6 @@ module Aws::Connect
|
|
1645
1397
|
include Aws::Structure
|
1646
1398
|
end
|
1647
1399
|
|
1648
|
-
# @note When making an API call, you may pass CreateIntegrationAssociationRequest
|
1649
|
-
# data as a hash:
|
1650
|
-
#
|
1651
|
-
# {
|
1652
|
-
# instance_id: "InstanceId", # required
|
1653
|
-
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
|
1654
|
-
# integration_arn: "ARN", # required
|
1655
|
-
# source_application_url: "URI",
|
1656
|
-
# source_application_name: "SourceApplicationName",
|
1657
|
-
# source_type: "SALESFORCE", # accepts SALESFORCE, ZENDESK
|
1658
|
-
# tags: {
|
1659
|
-
# "TagKey" => "TagValue",
|
1660
|
-
# },
|
1661
|
-
# }
|
1662
|
-
#
|
1663
1400
|
# @!attribute [rw] instance_id
|
1664
1401
|
# The identifier of the Amazon Connect instance. You can find the
|
1665
1402
|
# instanceId in the ARN of the instance.
|
@@ -1730,26 +1467,6 @@ module Aws::Connect
|
|
1730
1467
|
include Aws::Structure
|
1731
1468
|
end
|
1732
1469
|
|
1733
|
-
# @note When making an API call, you may pass CreateQueueRequest
|
1734
|
-
# data as a hash:
|
1735
|
-
#
|
1736
|
-
# {
|
1737
|
-
# instance_id: "InstanceId", # required
|
1738
|
-
# name: "CommonNameLength127", # required
|
1739
|
-
# description: "QueueDescription",
|
1740
|
-
# outbound_caller_config: {
|
1741
|
-
# outbound_caller_id_name: "OutboundCallerIdName",
|
1742
|
-
# outbound_caller_id_number_id: "PhoneNumberId",
|
1743
|
-
# outbound_flow_id: "ContactFlowId",
|
1744
|
-
# },
|
1745
|
-
# hours_of_operation_id: "HoursOfOperationId", # required
|
1746
|
-
# max_contacts: 1,
|
1747
|
-
# quick_connect_ids: ["QuickConnectId"],
|
1748
|
-
# tags: {
|
1749
|
-
# "TagKey" => "TagValue",
|
1750
|
-
# },
|
1751
|
-
# }
|
1752
|
-
#
|
1753
1470
|
# @!attribute [rw] instance_id
|
1754
1471
|
# The identifier of the Amazon Connect instance. You can find the
|
1755
1472
|
# instanceId in the ARN of the instance.
|
@@ -1818,32 +1535,6 @@ module Aws::Connect
|
|
1818
1535
|
include Aws::Structure
|
1819
1536
|
end
|
1820
1537
|
|
1821
|
-
# @note When making an API call, you may pass CreateQuickConnectRequest
|
1822
|
-
# data as a hash:
|
1823
|
-
#
|
1824
|
-
# {
|
1825
|
-
# instance_id: "InstanceId", # required
|
1826
|
-
# name: "QuickConnectName", # required
|
1827
|
-
# description: "QuickConnectDescription",
|
1828
|
-
# quick_connect_config: { # required
|
1829
|
-
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
1830
|
-
# user_config: {
|
1831
|
-
# user_id: "UserId", # required
|
1832
|
-
# contact_flow_id: "ContactFlowId", # required
|
1833
|
-
# },
|
1834
|
-
# queue_config: {
|
1835
|
-
# queue_id: "QueueId", # required
|
1836
|
-
# contact_flow_id: "ContactFlowId", # required
|
1837
|
-
# },
|
1838
|
-
# phone_config: {
|
1839
|
-
# phone_number: "PhoneNumber", # required
|
1840
|
-
# },
|
1841
|
-
# },
|
1842
|
-
# tags: {
|
1843
|
-
# "TagKey" => "TagValue",
|
1844
|
-
# },
|
1845
|
-
# }
|
1846
|
-
#
|
1847
1538
|
# @!attribute [rw] instance_id
|
1848
1539
|
# The identifier of the Amazon Connect instance. You can find the
|
1849
1540
|
# instanceId in the ARN of the instance.
|
@@ -1896,35 +1587,6 @@ module Aws::Connect
|
|
1896
1587
|
include Aws::Structure
|
1897
1588
|
end
|
1898
1589
|
|
1899
|
-
# @note When making an API call, you may pass CreateRoutingProfileRequest
|
1900
|
-
# data as a hash:
|
1901
|
-
#
|
1902
|
-
# {
|
1903
|
-
# instance_id: "InstanceId", # required
|
1904
|
-
# name: "RoutingProfileName", # required
|
1905
|
-
# description: "RoutingProfileDescription", # required
|
1906
|
-
# default_outbound_queue_id: "QueueId", # required
|
1907
|
-
# queue_configs: [
|
1908
|
-
# {
|
1909
|
-
# queue_reference: { # required
|
1910
|
-
# queue_id: "QueueId", # required
|
1911
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
1912
|
-
# },
|
1913
|
-
# priority: 1, # required
|
1914
|
-
# delay: 1, # required
|
1915
|
-
# },
|
1916
|
-
# ],
|
1917
|
-
# media_concurrencies: [ # required
|
1918
|
-
# {
|
1919
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
1920
|
-
# concurrency: 1, # required
|
1921
|
-
# },
|
1922
|
-
# ],
|
1923
|
-
# tags: {
|
1924
|
-
# "TagKey" => "TagValue",
|
1925
|
-
# },
|
1926
|
-
# }
|
1927
|
-
#
|
1928
1590
|
# @!attribute [rw] instance_id
|
1929
1591
|
# The identifier of the Amazon Connect instance. You can find the
|
1930
1592
|
# instanceId in the ARN of the instance.
|
@@ -1991,19 +1653,76 @@ module Aws::Connect
|
|
1991
1653
|
include Aws::Structure
|
1992
1654
|
end
|
1993
1655
|
|
1994
|
-
#
|
1995
|
-
#
|
1656
|
+
# @!attribute [rw] instance_id
|
1657
|
+
# The identifier of the Amazon Connect instance. You can find the
|
1658
|
+
# instanceId in the ARN of the instance.
|
1659
|
+
# @return [String]
|
1660
|
+
#
|
1661
|
+
# @!attribute [rw] name
|
1662
|
+
# A unique name for the rule.
|
1663
|
+
# @return [String]
|
1664
|
+
#
|
1665
|
+
# @!attribute [rw] trigger_event_source
|
1666
|
+
# The event source to trigger the rule.
|
1667
|
+
# @return [Types::RuleTriggerEventSource]
|
1668
|
+
#
|
1669
|
+
# @!attribute [rw] function
|
1670
|
+
# The conditions of the rule.
|
1671
|
+
# @return [String]
|
1672
|
+
#
|
1673
|
+
# @!attribute [rw] actions
|
1674
|
+
# A list of actions to be run when the rule is triggered.
|
1675
|
+
# @return [Array<Types::RuleAction>]
|
1676
|
+
#
|
1677
|
+
# @!attribute [rw] publish_status
|
1678
|
+
# The publish status of the rule.
|
1679
|
+
# @return [String]
|
1680
|
+
#
|
1681
|
+
# @!attribute [rw] client_token
|
1682
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
1683
|
+
# idempotency of the request. If not provided, the Amazon Web Services
|
1684
|
+
# SDK populates this field. For more information about idempotency,
|
1685
|
+
# see [Making retries safe with idempotent APIs][1].
|
1686
|
+
#
|
1687
|
+
# **A suitable default value is auto-generated.** You should normally
|
1688
|
+
# not need to pass this option.
|
1689
|
+
#
|
1690
|
+
#
|
1691
|
+
#
|
1692
|
+
# [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
|
1693
|
+
# @return [String]
|
1694
|
+
#
|
1695
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateRuleRequest AWS API Documentation
|
1696
|
+
#
|
1697
|
+
class CreateRuleRequest < Struct.new(
|
1698
|
+
:instance_id,
|
1699
|
+
:name,
|
1700
|
+
:trigger_event_source,
|
1701
|
+
:function,
|
1702
|
+
:actions,
|
1703
|
+
:publish_status,
|
1704
|
+
:client_token)
|
1705
|
+
SENSITIVE = []
|
1706
|
+
include Aws::Structure
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
# @!attribute [rw] rule_arn
|
1710
|
+
# The Amazon Resource Name (ARN) of the rule.
|
1711
|
+
# @return [String]
|
1712
|
+
#
|
1713
|
+
# @!attribute [rw] rule_id
|
1714
|
+
# A unique identifier for the rule.
|
1715
|
+
# @return [String]
|
1996
1716
|
#
|
1997
|
-
#
|
1998
|
-
# security_profile_name: "SecurityProfileName", # required
|
1999
|
-
# description: "SecurityProfileDescription",
|
2000
|
-
# permissions: ["SecurityProfilePermission"],
|
2001
|
-
# instance_id: "InstanceId", # required
|
2002
|
-
# tags: {
|
2003
|
-
# "TagKey" => "TagValue",
|
2004
|
-
# },
|
2005
|
-
# }
|
1717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateRuleResponse AWS API Documentation
|
2006
1718
|
#
|
1719
|
+
class CreateRuleResponse < Struct.new(
|
1720
|
+
:rule_arn,
|
1721
|
+
:rule_id)
|
1722
|
+
SENSITIVE = []
|
1723
|
+
include Aws::Structure
|
1724
|
+
end
|
1725
|
+
|
2007
1726
|
# @!attribute [rw] security_profile_name
|
2008
1727
|
# The name of the security profile.
|
2009
1728
|
# @return [String]
|
@@ -2032,6 +1751,16 @@ module Aws::Connect
|
|
2032
1751
|
# "key2":"value2"\\} \\}.
|
2033
1752
|
# @return [Hash<String,String>]
|
2034
1753
|
#
|
1754
|
+
# @!attribute [rw] allowed_access_control_tags
|
1755
|
+
# The list of tags that a security profile uses to restrict access to
|
1756
|
+
# resources in Amazon Connect.
|
1757
|
+
# @return [Hash<String,String>]
|
1758
|
+
#
|
1759
|
+
# @!attribute [rw] tag_restricted_resources
|
1760
|
+
# The list of resources that a security profile applies tag
|
1761
|
+
# restrictions to in Amazon Connect.
|
1762
|
+
# @return [Array<String>]
|
1763
|
+
#
|
2035
1764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
|
2036
1765
|
#
|
2037
1766
|
class CreateSecurityProfileRequest < Struct.new(
|
@@ -2039,7 +1768,9 @@ module Aws::Connect
|
|
2039
1768
|
:description,
|
2040
1769
|
:permissions,
|
2041
1770
|
:instance_id,
|
2042
|
-
:tags
|
1771
|
+
:tags,
|
1772
|
+
:allowed_access_control_tags,
|
1773
|
+
:tag_restricted_resources)
|
2043
1774
|
SENSITIVE = []
|
2044
1775
|
include Aws::Structure
|
2045
1776
|
end
|
@@ -2061,61 +1792,6 @@ module Aws::Connect
|
|
2061
1792
|
include Aws::Structure
|
2062
1793
|
end
|
2063
1794
|
|
2064
|
-
# @note When making an API call, you may pass CreateTaskTemplateRequest
|
2065
|
-
# data as a hash:
|
2066
|
-
#
|
2067
|
-
# {
|
2068
|
-
# instance_id: "InstanceId", # required
|
2069
|
-
# name: "TaskTemplateName", # required
|
2070
|
-
# description: "TaskTemplateDescription",
|
2071
|
-
# contact_flow_id: "ContactFlowId",
|
2072
|
-
# constraints: {
|
2073
|
-
# required_fields: [
|
2074
|
-
# {
|
2075
|
-
# id: {
|
2076
|
-
# name: "TaskTemplateFieldName",
|
2077
|
-
# },
|
2078
|
-
# },
|
2079
|
-
# ],
|
2080
|
-
# read_only_fields: [
|
2081
|
-
# {
|
2082
|
-
# id: {
|
2083
|
-
# name: "TaskTemplateFieldName",
|
2084
|
-
# },
|
2085
|
-
# },
|
2086
|
-
# ],
|
2087
|
-
# invisible_fields: [
|
2088
|
-
# {
|
2089
|
-
# id: {
|
2090
|
-
# name: "TaskTemplateFieldName",
|
2091
|
-
# },
|
2092
|
-
# },
|
2093
|
-
# ],
|
2094
|
-
# },
|
2095
|
-
# defaults: {
|
2096
|
-
# default_field_values: [
|
2097
|
-
# {
|
2098
|
-
# id: {
|
2099
|
-
# name: "TaskTemplateFieldName",
|
2100
|
-
# },
|
2101
|
-
# default_value: "TaskTemplateFieldValue",
|
2102
|
-
# },
|
2103
|
-
# ],
|
2104
|
-
# },
|
2105
|
-
# status: "ACTIVE", # accepts ACTIVE, INACTIVE
|
2106
|
-
# fields: [ # required
|
2107
|
-
# {
|
2108
|
-
# id: { # required
|
2109
|
-
# name: "TaskTemplateFieldName",
|
2110
|
-
# },
|
2111
|
-
# description: "TaskTemplateFieldDescription",
|
2112
|
-
# type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
|
2113
|
-
# single_select_options: ["TaskTemplateSingleSelectOption"],
|
2114
|
-
# },
|
2115
|
-
# ],
|
2116
|
-
# client_token: "ClientToken",
|
2117
|
-
# }
|
2118
|
-
#
|
2119
1795
|
# @!attribute [rw] instance_id
|
2120
1796
|
# The identifier of the Amazon Connect instance. You can find the
|
2121
1797
|
# instanceId in the ARN of the instance.
|
@@ -2201,19 +1877,6 @@ module Aws::Connect
|
|
2201
1877
|
include Aws::Structure
|
2202
1878
|
end
|
2203
1879
|
|
2204
|
-
# @note When making an API call, you may pass CreateTrafficDistributionGroupRequest
|
2205
|
-
# data as a hash:
|
2206
|
-
#
|
2207
|
-
# {
|
2208
|
-
# name: "Name128", # required
|
2209
|
-
# description: "Description250",
|
2210
|
-
# instance_id: "InstanceIdOrArn", # required
|
2211
|
-
# client_token: "ClientToken",
|
2212
|
-
# tags: {
|
2213
|
-
# "TagKey" => "TagValue",
|
2214
|
-
# },
|
2215
|
-
# }
|
2216
|
-
#
|
2217
1880
|
# @!attribute [rw] name
|
2218
1881
|
# The name for the traffic distribution group.
|
2219
1882
|
# @return [String]
|
@@ -2280,18 +1943,6 @@ module Aws::Connect
|
|
2280
1943
|
include Aws::Structure
|
2281
1944
|
end
|
2282
1945
|
|
2283
|
-
# @note When making an API call, you may pass CreateUseCaseRequest
|
2284
|
-
# data as a hash:
|
2285
|
-
#
|
2286
|
-
# {
|
2287
|
-
# instance_id: "InstanceId", # required
|
2288
|
-
# integration_association_id: "IntegrationAssociationId", # required
|
2289
|
-
# use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION, CONNECT_CAMPAIGNS
|
2290
|
-
# tags: {
|
2291
|
-
# "TagKey" => "TagValue",
|
2292
|
-
# },
|
2293
|
-
# }
|
2294
|
-
#
|
2295
1946
|
# @!attribute [rw] instance_id
|
2296
1947
|
# The identifier of the Amazon Connect instance. You can find the
|
2297
1948
|
# instanceId in the ARN of the instance.
|
@@ -2341,18 +1992,6 @@ module Aws::Connect
|
|
2341
1992
|
include Aws::Structure
|
2342
1993
|
end
|
2343
1994
|
|
2344
|
-
# @note When making an API call, you may pass CreateUserHierarchyGroupRequest
|
2345
|
-
# data as a hash:
|
2346
|
-
#
|
2347
|
-
# {
|
2348
|
-
# name: "HierarchyGroupName", # required
|
2349
|
-
# parent_group_id: "HierarchyGroupId",
|
2350
|
-
# instance_id: "InstanceId", # required
|
2351
|
-
# tags: {
|
2352
|
-
# "TagKey" => "TagValue",
|
2353
|
-
# },
|
2354
|
-
# }
|
2355
|
-
#
|
2356
1995
|
# @!attribute [rw] name
|
2357
1996
|
# The name of the user hierarchy group. Must not be more than 100
|
2358
1997
|
# characters.
|
@@ -2402,35 +2041,6 @@ module Aws::Connect
|
|
2402
2041
|
include Aws::Structure
|
2403
2042
|
end
|
2404
2043
|
|
2405
|
-
# @note When making an API call, you may pass CreateUserRequest
|
2406
|
-
# data as a hash:
|
2407
|
-
#
|
2408
|
-
# {
|
2409
|
-
# username: "AgentUsername", # required
|
2410
|
-
# password: "Password",
|
2411
|
-
# identity_info: {
|
2412
|
-
# first_name: "AgentFirstName",
|
2413
|
-
# last_name: "AgentLastName",
|
2414
|
-
# email: "Email",
|
2415
|
-
# secondary_email: "Email",
|
2416
|
-
# mobile: "PhoneNumber",
|
2417
|
-
# },
|
2418
|
-
# phone_config: { # required
|
2419
|
-
# phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
|
2420
|
-
# auto_accept: false,
|
2421
|
-
# after_contact_work_time_limit: 1,
|
2422
|
-
# desk_phone_number: "PhoneNumber",
|
2423
|
-
# },
|
2424
|
-
# directory_user_id: "DirectoryUserId",
|
2425
|
-
# security_profile_ids: ["SecurityProfileId"], # required
|
2426
|
-
# routing_profile_id: "RoutingProfileId", # required
|
2427
|
-
# hierarchy_group_id: "HierarchyGroupId",
|
2428
|
-
# instance_id: "InstanceId", # required
|
2429
|
-
# tags: {
|
2430
|
-
# "TagKey" => "TagValue",
|
2431
|
-
# },
|
2432
|
-
# }
|
2433
|
-
#
|
2434
2044
|
# @!attribute [rw] username
|
2435
2045
|
# The user name for the account. For instances not using SAML for
|
2436
2046
|
# identity management, the user name can include up to 20 characters.
|
@@ -2524,20 +2134,6 @@ module Aws::Connect
|
|
2524
2134
|
include Aws::Structure
|
2525
2135
|
end
|
2526
2136
|
|
2527
|
-
# @note When making an API call, you may pass CreateVocabularyRequest
|
2528
|
-
# data as a hash:
|
2529
|
-
#
|
2530
|
-
# {
|
2531
|
-
# client_token: "ClientToken",
|
2532
|
-
# instance_id: "InstanceId", # required
|
2533
|
-
# vocabulary_name: "VocabularyName", # required
|
2534
|
-
# language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
|
2535
|
-
# content: "VocabularyContent", # required
|
2536
|
-
# tags: {
|
2537
|
-
# "TagKey" => "TagValue",
|
2538
|
-
# },
|
2539
|
-
# }
|
2540
|
-
#
|
2541
2137
|
# @!attribute [rw] client_token
|
2542
2138
|
# A unique, case-sensitive identifier that you provide to ensure the
|
2543
2139
|
# idempotency of the request. If not provided, the Amazon Web Services
|
@@ -2668,14 +2264,6 @@ module Aws::Connect
|
|
2668
2264
|
#
|
2669
2265
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
|
2670
2266
|
#
|
2671
|
-
# @note When making an API call, you may pass CurrentMetric
|
2672
|
-
# data as a hash:
|
2673
|
-
#
|
2674
|
-
# {
|
2675
|
-
# name: "AGENTS_ONLINE", # accepts AGENTS_ONLINE, AGENTS_AVAILABLE, AGENTS_ON_CALL, AGENTS_NON_PRODUCTIVE, AGENTS_AFTER_CONTACT_WORK, AGENTS_ERROR, AGENTS_STAFFED, CONTACTS_IN_QUEUE, OLDEST_CONTACT_AGE, CONTACTS_SCHEDULED, AGENTS_ON_CONTACT, SLOTS_ACTIVE, SLOTS_AVAILABLE
|
2676
|
-
# unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
|
2677
|
-
# }
|
2678
|
-
#
|
2679
2267
|
# @!attribute [rw] name
|
2680
2268
|
# The name of the metric.
|
2681
2269
|
# @return [String]
|
@@ -2787,14 +2375,6 @@ module Aws::Connect
|
|
2787
2375
|
include Aws::Structure
|
2788
2376
|
end
|
2789
2377
|
|
2790
|
-
# @note When making an API call, you may pass DeleteContactFlowModuleRequest
|
2791
|
-
# data as a hash:
|
2792
|
-
#
|
2793
|
-
# {
|
2794
|
-
# instance_id: "InstanceId", # required
|
2795
|
-
# contact_flow_module_id: "ContactFlowModuleId", # required
|
2796
|
-
# }
|
2797
|
-
#
|
2798
2378
|
# @!attribute [rw] instance_id
|
2799
2379
|
# The identifier of the Amazon Connect instance. You can find the
|
2800
2380
|
# instanceId in the ARN of the instance.
|
@@ -2817,14 +2397,6 @@ module Aws::Connect
|
|
2817
2397
|
#
|
2818
2398
|
class DeleteContactFlowModuleResponse < Aws::EmptyStructure; end
|
2819
2399
|
|
2820
|
-
# @note When making an API call, you may pass DeleteContactFlowRequest
|
2821
|
-
# data as a hash:
|
2822
|
-
#
|
2823
|
-
# {
|
2824
|
-
# instance_id: "InstanceId", # required
|
2825
|
-
# contact_flow_id: "ContactFlowId", # required
|
2826
|
-
# }
|
2827
|
-
#
|
2828
2400
|
# @!attribute [rw] instance_id
|
2829
2401
|
# The identifier of the Amazon Connect instance. You can find the
|
2830
2402
|
# instanceId in the ARN of the instance.
|
@@ -2843,14 +2415,6 @@ module Aws::Connect
|
|
2843
2415
|
include Aws::Structure
|
2844
2416
|
end
|
2845
2417
|
|
2846
|
-
# @note When making an API call, you may pass DeleteHoursOfOperationRequest
|
2847
|
-
# data as a hash:
|
2848
|
-
#
|
2849
|
-
# {
|
2850
|
-
# instance_id: "InstanceId", # required
|
2851
|
-
# hours_of_operation_id: "HoursOfOperationId", # required
|
2852
|
-
# }
|
2853
|
-
#
|
2854
2418
|
# @!attribute [rw] instance_id
|
2855
2419
|
# The identifier of the Amazon Connect instance. You can find the
|
2856
2420
|
# instanceId in the ARN of the instance.
|
@@ -2869,13 +2433,6 @@ module Aws::Connect
|
|
2869
2433
|
include Aws::Structure
|
2870
2434
|
end
|
2871
2435
|
|
2872
|
-
# @note When making an API call, you may pass DeleteInstanceRequest
|
2873
|
-
# data as a hash:
|
2874
|
-
#
|
2875
|
-
# {
|
2876
|
-
# instance_id: "InstanceId", # required
|
2877
|
-
# }
|
2878
|
-
#
|
2879
2436
|
# @!attribute [rw] instance_id
|
2880
2437
|
# The identifier of the Amazon Connect instance. You can find the
|
2881
2438
|
# instanceId in the ARN of the instance.
|
@@ -2889,14 +2446,6 @@ module Aws::Connect
|
|
2889
2446
|
include Aws::Structure
|
2890
2447
|
end
|
2891
2448
|
|
2892
|
-
# @note When making an API call, you may pass DeleteIntegrationAssociationRequest
|
2893
|
-
# data as a hash:
|
2894
|
-
#
|
2895
|
-
# {
|
2896
|
-
# instance_id: "InstanceId", # required
|
2897
|
-
# integration_association_id: "IntegrationAssociationId", # required
|
2898
|
-
# }
|
2899
|
-
#
|
2900
2449
|
# @!attribute [rw] instance_id
|
2901
2450
|
# The identifier of the Amazon Connect instance. You can find the
|
2902
2451
|
# instanceId in the ARN of the instance.
|
@@ -2915,14 +2464,6 @@ module Aws::Connect
|
|
2915
2464
|
include Aws::Structure
|
2916
2465
|
end
|
2917
2466
|
|
2918
|
-
# @note When making an API call, you may pass DeleteQuickConnectRequest
|
2919
|
-
# data as a hash:
|
2920
|
-
#
|
2921
|
-
# {
|
2922
|
-
# instance_id: "InstanceId", # required
|
2923
|
-
# quick_connect_id: "QuickConnectId", # required
|
2924
|
-
# }
|
2925
|
-
#
|
2926
2467
|
# @!attribute [rw] instance_id
|
2927
2468
|
# The identifier of the Amazon Connect instance. You can find the
|
2928
2469
|
# instanceId in the ARN of the instance.
|
@@ -2941,14 +2482,24 @@ module Aws::Connect
|
|
2941
2482
|
include Aws::Structure
|
2942
2483
|
end
|
2943
2484
|
|
2944
|
-
#
|
2945
|
-
#
|
2485
|
+
# @!attribute [rw] instance_id
|
2486
|
+
# The identifier of the Amazon Connect instance. You can find the
|
2487
|
+
# instanceId in the ARN of the instance.
|
2488
|
+
# @return [String]
|
2489
|
+
#
|
2490
|
+
# @!attribute [rw] rule_id
|
2491
|
+
# A unique identifier for the rule.
|
2492
|
+
# @return [String]
|
2946
2493
|
#
|
2947
|
-
#
|
2948
|
-
# instance_id: "InstanceId", # required
|
2949
|
-
# security_profile_id: "SecurityProfileId", # required
|
2950
|
-
# }
|
2494
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteRuleRequest AWS API Documentation
|
2951
2495
|
#
|
2496
|
+
class DeleteRuleRequest < Struct.new(
|
2497
|
+
:instance_id,
|
2498
|
+
:rule_id)
|
2499
|
+
SENSITIVE = []
|
2500
|
+
include Aws::Structure
|
2501
|
+
end
|
2502
|
+
|
2952
2503
|
# @!attribute [rw] instance_id
|
2953
2504
|
# The identifier of the Amazon Connect instance. You can find the
|
2954
2505
|
# instanceId in the ARN of the instance.
|
@@ -2967,14 +2518,6 @@ module Aws::Connect
|
|
2967
2518
|
include Aws::Structure
|
2968
2519
|
end
|
2969
2520
|
|
2970
|
-
# @note When making an API call, you may pass DeleteTaskTemplateRequest
|
2971
|
-
# data as a hash:
|
2972
|
-
#
|
2973
|
-
# {
|
2974
|
-
# instance_id: "InstanceId", # required
|
2975
|
-
# task_template_id: "TaskTemplateId", # required
|
2976
|
-
# }
|
2977
|
-
#
|
2978
2521
|
# @!attribute [rw] instance_id
|
2979
2522
|
# The identifier of the Amazon Connect instance. You can find the
|
2980
2523
|
# instanceId in the ARN of the instance.
|
@@ -2997,13 +2540,6 @@ module Aws::Connect
|
|
2997
2540
|
#
|
2998
2541
|
class DeleteTaskTemplateResponse < Aws::EmptyStructure; end
|
2999
2542
|
|
3000
|
-
# @note When making an API call, you may pass DeleteTrafficDistributionGroupRequest
|
3001
|
-
# data as a hash:
|
3002
|
-
#
|
3003
|
-
# {
|
3004
|
-
# traffic_distribution_group_id: "TrafficDistributionGroupIdOrArn", # required
|
3005
|
-
# }
|
3006
|
-
#
|
3007
2543
|
# @!attribute [rw] traffic_distribution_group_id
|
3008
2544
|
# The identifier of the traffic distribution group. This can be the ID
|
3009
2545
|
# or the ARN if the API is being called in the Region where the
|
@@ -3023,15 +2559,6 @@ module Aws::Connect
|
|
3023
2559
|
#
|
3024
2560
|
class DeleteTrafficDistributionGroupResponse < Aws::EmptyStructure; end
|
3025
2561
|
|
3026
|
-
# @note When making an API call, you may pass DeleteUseCaseRequest
|
3027
|
-
# data as a hash:
|
3028
|
-
#
|
3029
|
-
# {
|
3030
|
-
# instance_id: "InstanceId", # required
|
3031
|
-
# integration_association_id: "IntegrationAssociationId", # required
|
3032
|
-
# use_case_id: "UseCaseId", # required
|
3033
|
-
# }
|
3034
|
-
#
|
3035
2562
|
# @!attribute [rw] instance_id
|
3036
2563
|
# The identifier of the Amazon Connect instance. You can find the
|
3037
2564
|
# instanceId in the ARN of the instance.
|
@@ -3055,14 +2582,6 @@ module Aws::Connect
|
|
3055
2582
|
include Aws::Structure
|
3056
2583
|
end
|
3057
2584
|
|
3058
|
-
# @note When making an API call, you may pass DeleteUserHierarchyGroupRequest
|
3059
|
-
# data as a hash:
|
3060
|
-
#
|
3061
|
-
# {
|
3062
|
-
# hierarchy_group_id: "HierarchyGroupId", # required
|
3063
|
-
# instance_id: "InstanceId", # required
|
3064
|
-
# }
|
3065
|
-
#
|
3066
2585
|
# @!attribute [rw] hierarchy_group_id
|
3067
2586
|
# The identifier of the hierarchy group.
|
3068
2587
|
# @return [String]
|
@@ -3081,14 +2600,6 @@ module Aws::Connect
|
|
3081
2600
|
include Aws::Structure
|
3082
2601
|
end
|
3083
2602
|
|
3084
|
-
# @note When making an API call, you may pass DeleteUserRequest
|
3085
|
-
# data as a hash:
|
3086
|
-
#
|
3087
|
-
# {
|
3088
|
-
# instance_id: "InstanceId", # required
|
3089
|
-
# user_id: "UserId", # required
|
3090
|
-
# }
|
3091
|
-
#
|
3092
2603
|
# @!attribute [rw] instance_id
|
3093
2604
|
# The identifier of the Amazon Connect instance. You can find the
|
3094
2605
|
# instanceId in the ARN of the instance.
|
@@ -3107,14 +2618,6 @@ module Aws::Connect
|
|
3107
2618
|
include Aws::Structure
|
3108
2619
|
end
|
3109
2620
|
|
3110
|
-
# @note When making an API call, you may pass DeleteVocabularyRequest
|
3111
|
-
# data as a hash:
|
3112
|
-
#
|
3113
|
-
# {
|
3114
|
-
# instance_id: "InstanceId", # required
|
3115
|
-
# vocabulary_id: "VocabularyId", # required
|
3116
|
-
# }
|
3117
|
-
#
|
3118
2621
|
# @!attribute [rw] instance_id
|
3119
2622
|
# The identifier of the Amazon Connect instance. You can find the
|
3120
2623
|
# instanceId in the ARN of the instance.
|
@@ -3155,14 +2658,6 @@ module Aws::Connect
|
|
3155
2658
|
include Aws::Structure
|
3156
2659
|
end
|
3157
2660
|
|
3158
|
-
# @note When making an API call, you may pass DescribeAgentStatusRequest
|
3159
|
-
# data as a hash:
|
3160
|
-
#
|
3161
|
-
# {
|
3162
|
-
# instance_id: "InstanceId", # required
|
3163
|
-
# agent_status_id: "AgentStatusId", # required
|
3164
|
-
# }
|
3165
|
-
#
|
3166
2661
|
# @!attribute [rw] instance_id
|
3167
2662
|
# The identifier of the Amazon Connect instance. You can find the
|
3168
2663
|
# instanceId in the ARN of the instance.
|
@@ -3193,14 +2688,6 @@ module Aws::Connect
|
|
3193
2688
|
include Aws::Structure
|
3194
2689
|
end
|
3195
2690
|
|
3196
|
-
# @note When making an API call, you may pass DescribeContactFlowModuleRequest
|
3197
|
-
# data as a hash:
|
3198
|
-
#
|
3199
|
-
# {
|
3200
|
-
# instance_id: "InstanceId", # required
|
3201
|
-
# contact_flow_module_id: "ContactFlowModuleId", # required
|
3202
|
-
# }
|
3203
|
-
#
|
3204
2691
|
# @!attribute [rw] instance_id
|
3205
2692
|
# The identifier of the Amazon Connect instance. You can find the
|
3206
2693
|
# instanceId in the ARN of the instance.
|
@@ -3231,14 +2718,6 @@ module Aws::Connect
|
|
3231
2718
|
include Aws::Structure
|
3232
2719
|
end
|
3233
2720
|
|
3234
|
-
# @note When making an API call, you may pass DescribeContactFlowRequest
|
3235
|
-
# data as a hash:
|
3236
|
-
#
|
3237
|
-
# {
|
3238
|
-
# instance_id: "InstanceId", # required
|
3239
|
-
# contact_flow_id: "ContactFlowId", # required
|
3240
|
-
# }
|
3241
|
-
#
|
3242
2721
|
# @!attribute [rw] instance_id
|
3243
2722
|
# The identifier of the Amazon Connect instance.
|
3244
2723
|
# @return [String]
|
@@ -3268,14 +2747,6 @@ module Aws::Connect
|
|
3268
2747
|
include Aws::Structure
|
3269
2748
|
end
|
3270
2749
|
|
3271
|
-
# @note When making an API call, you may pass DescribeContactRequest
|
3272
|
-
# data as a hash:
|
3273
|
-
#
|
3274
|
-
# {
|
3275
|
-
# instance_id: "InstanceId", # required
|
3276
|
-
# contact_id: "ContactId", # required
|
3277
|
-
# }
|
3278
|
-
#
|
3279
2750
|
# @!attribute [rw] instance_id
|
3280
2751
|
# The identifier of the Amazon Connect instance. You can find the
|
3281
2752
|
# instanceId in the ARN of the instance.
|
@@ -3306,14 +2777,6 @@ module Aws::Connect
|
|
3306
2777
|
include Aws::Structure
|
3307
2778
|
end
|
3308
2779
|
|
3309
|
-
# @note When making an API call, you may pass DescribeHoursOfOperationRequest
|
3310
|
-
# data as a hash:
|
3311
|
-
#
|
3312
|
-
# {
|
3313
|
-
# instance_id: "InstanceId", # required
|
3314
|
-
# hours_of_operation_id: "HoursOfOperationId", # required
|
3315
|
-
# }
|
3316
|
-
#
|
3317
2780
|
# @!attribute [rw] instance_id
|
3318
2781
|
# The identifier of the Amazon Connect instance. You can find the
|
3319
2782
|
# instanceId in the ARN of the instance.
|
@@ -3344,14 +2807,6 @@ module Aws::Connect
|
|
3344
2807
|
include Aws::Structure
|
3345
2808
|
end
|
3346
2809
|
|
3347
|
-
# @note When making an API call, you may pass DescribeInstanceAttributeRequest
|
3348
|
-
# data as a hash:
|
3349
|
-
#
|
3350
|
-
# {
|
3351
|
-
# instance_id: "InstanceId", # required
|
3352
|
-
# 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, ENHANCED_CONTACT_MONITORING
|
3353
|
-
# }
|
3354
|
-
#
|
3355
2810
|
# @!attribute [rw] instance_id
|
3356
2811
|
# The identifier of the Amazon Connect instance. You can find the
|
3357
2812
|
# instanceId in the ARN of the instance.
|
@@ -3382,13 +2837,6 @@ module Aws::Connect
|
|
3382
2837
|
include Aws::Structure
|
3383
2838
|
end
|
3384
2839
|
|
3385
|
-
# @note When making an API call, you may pass DescribeInstanceRequest
|
3386
|
-
# data as a hash:
|
3387
|
-
#
|
3388
|
-
# {
|
3389
|
-
# instance_id: "InstanceId", # required
|
3390
|
-
# }
|
3391
|
-
#
|
3392
2840
|
# @!attribute [rw] instance_id
|
3393
2841
|
# The identifier of the Amazon Connect instance. You can find the
|
3394
2842
|
# instanceId in the ARN of the instance.
|
@@ -3414,15 +2862,6 @@ module Aws::Connect
|
|
3414
2862
|
include Aws::Structure
|
3415
2863
|
end
|
3416
2864
|
|
3417
|
-
# @note When making an API call, you may pass DescribeInstanceStorageConfigRequest
|
3418
|
-
# data as a hash:
|
3419
|
-
#
|
3420
|
-
# {
|
3421
|
-
# instance_id: "InstanceId", # required
|
3422
|
-
# association_id: "AssociationId", # required
|
3423
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
3424
|
-
# }
|
3425
|
-
#
|
3426
2865
|
# @!attribute [rw] instance_id
|
3427
2866
|
# The identifier of the Amazon Connect instance. You can find the
|
3428
2867
|
# instanceId in the ARN of the instance.
|
@@ -3459,13 +2898,6 @@ module Aws::Connect
|
|
3459
2898
|
include Aws::Structure
|
3460
2899
|
end
|
3461
2900
|
|
3462
|
-
# @note When making an API call, you may pass DescribePhoneNumberRequest
|
3463
|
-
# data as a hash:
|
3464
|
-
#
|
3465
|
-
# {
|
3466
|
-
# phone_number_id: "PhoneNumberId", # required
|
3467
|
-
# }
|
3468
|
-
#
|
3469
2901
|
# @!attribute [rw] phone_number_id
|
3470
2902
|
# A unique identifier for the phone number.
|
3471
2903
|
# @return [String]
|
@@ -3491,14 +2923,6 @@ module Aws::Connect
|
|
3491
2923
|
include Aws::Structure
|
3492
2924
|
end
|
3493
2925
|
|
3494
|
-
# @note When making an API call, you may pass DescribeQueueRequest
|
3495
|
-
# data as a hash:
|
3496
|
-
#
|
3497
|
-
# {
|
3498
|
-
# instance_id: "InstanceId", # required
|
3499
|
-
# queue_id: "QueueId", # required
|
3500
|
-
# }
|
3501
|
-
#
|
3502
2926
|
# @!attribute [rw] instance_id
|
3503
2927
|
# The identifier of the Amazon Connect instance. You can find the
|
3504
2928
|
# instanceId in the ARN of the instance.
|
@@ -3529,14 +2953,6 @@ module Aws::Connect
|
|
3529
2953
|
include Aws::Structure
|
3530
2954
|
end
|
3531
2955
|
|
3532
|
-
# @note When making an API call, you may pass DescribeQuickConnectRequest
|
3533
|
-
# data as a hash:
|
3534
|
-
#
|
3535
|
-
# {
|
3536
|
-
# instance_id: "InstanceId", # required
|
3537
|
-
# quick_connect_id: "QuickConnectId", # required
|
3538
|
-
# }
|
3539
|
-
#
|
3540
2956
|
# @!attribute [rw] instance_id
|
3541
2957
|
# The identifier of the Amazon Connect instance. You can find the
|
3542
2958
|
# instanceId in the ARN of the instance.
|
@@ -3567,14 +2983,6 @@ module Aws::Connect
|
|
3567
2983
|
include Aws::Structure
|
3568
2984
|
end
|
3569
2985
|
|
3570
|
-
# @note When making an API call, you may pass DescribeRoutingProfileRequest
|
3571
|
-
# data as a hash:
|
3572
|
-
#
|
3573
|
-
# {
|
3574
|
-
# instance_id: "InstanceId", # required
|
3575
|
-
# routing_profile_id: "RoutingProfileId", # required
|
3576
|
-
# }
|
3577
|
-
#
|
3578
2986
|
# @!attribute [rw] instance_id
|
3579
2987
|
# The identifier of the Amazon Connect instance. You can find the
|
3580
2988
|
# instanceId in the ARN of the instance.
|
@@ -3605,14 +3013,36 @@ module Aws::Connect
|
|
3605
3013
|
include Aws::Structure
|
3606
3014
|
end
|
3607
3015
|
|
3608
|
-
#
|
3609
|
-
#
|
3016
|
+
# @!attribute [rw] instance_id
|
3017
|
+
# The identifier of the Amazon Connect instance. You can find the
|
3018
|
+
# instanceId in the ARN of the instance.
|
3019
|
+
# @return [String]
|
3020
|
+
#
|
3021
|
+
# @!attribute [rw] rule_id
|
3022
|
+
# A unique identifier for the rule.
|
3023
|
+
# @return [String]
|
3024
|
+
#
|
3025
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRuleRequest AWS API Documentation
|
3026
|
+
#
|
3027
|
+
class DescribeRuleRequest < Struct.new(
|
3028
|
+
:instance_id,
|
3029
|
+
:rule_id)
|
3030
|
+
SENSITIVE = []
|
3031
|
+
include Aws::Structure
|
3032
|
+
end
|
3033
|
+
|
3034
|
+
# @!attribute [rw] rule
|
3035
|
+
# Information about the rule.
|
3036
|
+
# @return [Types::Rule]
|
3610
3037
|
#
|
3611
|
-
#
|
3612
|
-
# security_profile_id: "SecurityProfileId", # required
|
3613
|
-
# instance_id: "InstanceId", # required
|
3614
|
-
# }
|
3038
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRuleResponse AWS API Documentation
|
3615
3039
|
#
|
3040
|
+
class DescribeRuleResponse < Struct.new(
|
3041
|
+
:rule)
|
3042
|
+
SENSITIVE = []
|
3043
|
+
include Aws::Structure
|
3044
|
+
end
|
3045
|
+
|
3616
3046
|
# @!attribute [rw] security_profile_id
|
3617
3047
|
# The identifier for the security profle.
|
3618
3048
|
# @return [String]
|
@@ -3643,13 +3073,6 @@ module Aws::Connect
|
|
3643
3073
|
include Aws::Structure
|
3644
3074
|
end
|
3645
3075
|
|
3646
|
-
# @note When making an API call, you may pass DescribeTrafficDistributionGroupRequest
|
3647
|
-
# data as a hash:
|
3648
|
-
#
|
3649
|
-
# {
|
3650
|
-
# traffic_distribution_group_id: "TrafficDistributionGroupIdOrArn", # required
|
3651
|
-
# }
|
3652
|
-
#
|
3653
3076
|
# @!attribute [rw] traffic_distribution_group_id
|
3654
3077
|
# The identifier of the traffic distribution group. This can be the ID
|
3655
3078
|
# or the ARN if the API is being called in the Region where the
|
@@ -3677,14 +3100,6 @@ module Aws::Connect
|
|
3677
3100
|
include Aws::Structure
|
3678
3101
|
end
|
3679
3102
|
|
3680
|
-
# @note When making an API call, you may pass DescribeUserHierarchyGroupRequest
|
3681
|
-
# data as a hash:
|
3682
|
-
#
|
3683
|
-
# {
|
3684
|
-
# hierarchy_group_id: "HierarchyGroupId", # required
|
3685
|
-
# instance_id: "InstanceId", # required
|
3686
|
-
# }
|
3687
|
-
#
|
3688
3103
|
# @!attribute [rw] hierarchy_group_id
|
3689
3104
|
# The identifier of the hierarchy group.
|
3690
3105
|
# @return [String]
|
@@ -3715,13 +3130,6 @@ module Aws::Connect
|
|
3715
3130
|
include Aws::Structure
|
3716
3131
|
end
|
3717
3132
|
|
3718
|
-
# @note When making an API call, you may pass DescribeUserHierarchyStructureRequest
|
3719
|
-
# data as a hash:
|
3720
|
-
#
|
3721
|
-
# {
|
3722
|
-
# instance_id: "InstanceId", # required
|
3723
|
-
# }
|
3724
|
-
#
|
3725
3133
|
# @!attribute [rw] instance_id
|
3726
3134
|
# The identifier of the Amazon Connect instance. You can find the
|
3727
3135
|
# instanceId in the ARN of the instance.
|
@@ -3747,14 +3155,6 @@ module Aws::Connect
|
|
3747
3155
|
include Aws::Structure
|
3748
3156
|
end
|
3749
3157
|
|
3750
|
-
# @note When making an API call, you may pass DescribeUserRequest
|
3751
|
-
# data as a hash:
|
3752
|
-
#
|
3753
|
-
# {
|
3754
|
-
# user_id: "UserId", # required
|
3755
|
-
# instance_id: "InstanceId", # required
|
3756
|
-
# }
|
3757
|
-
#
|
3758
3158
|
# @!attribute [rw] user_id
|
3759
3159
|
# The identifier of the user account.
|
3760
3160
|
# @return [String]
|
@@ -3785,14 +3185,6 @@ module Aws::Connect
|
|
3785
3185
|
include Aws::Structure
|
3786
3186
|
end
|
3787
3187
|
|
3788
|
-
# @note When making an API call, you may pass DescribeVocabularyRequest
|
3789
|
-
# data as a hash:
|
3790
|
-
#
|
3791
|
-
# {
|
3792
|
-
# instance_id: "InstanceId", # required
|
3793
|
-
# vocabulary_id: "VocabularyId", # required
|
3794
|
-
# }
|
3795
|
-
#
|
3796
3188
|
# @!attribute [rw] instance_id
|
3797
3189
|
# The identifier of the Amazon Connect instance. You can find the
|
3798
3190
|
# instanceId in the ARN of the instance.
|
@@ -3859,14 +3251,6 @@ module Aws::Connect
|
|
3859
3251
|
include Aws::Structure
|
3860
3252
|
end
|
3861
3253
|
|
3862
|
-
# @note When making an API call, you may pass DisassociateApprovedOriginRequest
|
3863
|
-
# data as a hash:
|
3864
|
-
#
|
3865
|
-
# {
|
3866
|
-
# instance_id: "InstanceId", # required
|
3867
|
-
# origin: "Origin", # required
|
3868
|
-
# }
|
3869
|
-
#
|
3870
3254
|
# @!attribute [rw] instance_id
|
3871
3255
|
# The identifier of the Amazon Connect instance. You can find the
|
3872
3256
|
# instanceId in the ARN of the instance.
|
@@ -3885,20 +3269,6 @@ module Aws::Connect
|
|
3885
3269
|
include Aws::Structure
|
3886
3270
|
end
|
3887
3271
|
|
3888
|
-
# @note When making an API call, you may pass DisassociateBotRequest
|
3889
|
-
# data as a hash:
|
3890
|
-
#
|
3891
|
-
# {
|
3892
|
-
# instance_id: "InstanceId", # required
|
3893
|
-
# lex_bot: {
|
3894
|
-
# name: "BotName",
|
3895
|
-
# lex_region: "LexRegion",
|
3896
|
-
# },
|
3897
|
-
# lex_v2_bot: {
|
3898
|
-
# alias_arn: "AliasArn",
|
3899
|
-
# },
|
3900
|
-
# }
|
3901
|
-
#
|
3902
3272
|
# @!attribute [rw] instance_id
|
3903
3273
|
# The identifier of the Amazon Connect instance. You can find the
|
3904
3274
|
# instanceId in the ARN of the instance.
|
@@ -3922,15 +3292,6 @@ module Aws::Connect
|
|
3922
3292
|
include Aws::Structure
|
3923
3293
|
end
|
3924
3294
|
|
3925
|
-
# @note When making an API call, you may pass DisassociateInstanceStorageConfigRequest
|
3926
|
-
# data as a hash:
|
3927
|
-
#
|
3928
|
-
# {
|
3929
|
-
# instance_id: "InstanceId", # required
|
3930
|
-
# association_id: "AssociationId", # required
|
3931
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
3932
|
-
# }
|
3933
|
-
#
|
3934
3295
|
# @!attribute [rw] instance_id
|
3935
3296
|
# The identifier of the Amazon Connect instance. You can find the
|
3936
3297
|
# instanceId in the ARN of the instance.
|
@@ -3955,14 +3316,6 @@ module Aws::Connect
|
|
3955
3316
|
include Aws::Structure
|
3956
3317
|
end
|
3957
3318
|
|
3958
|
-
# @note When making an API call, you may pass DisassociateLambdaFunctionRequest
|
3959
|
-
# data as a hash:
|
3960
|
-
#
|
3961
|
-
# {
|
3962
|
-
# instance_id: "InstanceId", # required
|
3963
|
-
# function_arn: "FunctionArn", # required
|
3964
|
-
# }
|
3965
|
-
#
|
3966
3319
|
# @!attribute [rw] instance_id
|
3967
3320
|
# The identifier of the Amazon Connect instance. You can find the
|
3968
3321
|
# instanceId in the ARN of the instance..
|
@@ -3982,15 +3335,6 @@ module Aws::Connect
|
|
3982
3335
|
include Aws::Structure
|
3983
3336
|
end
|
3984
3337
|
|
3985
|
-
# @note When making an API call, you may pass DisassociateLexBotRequest
|
3986
|
-
# data as a hash:
|
3987
|
-
#
|
3988
|
-
# {
|
3989
|
-
# instance_id: "InstanceId", # required
|
3990
|
-
# bot_name: "BotName", # required
|
3991
|
-
# lex_region: "LexRegion", # required
|
3992
|
-
# }
|
3993
|
-
#
|
3994
3338
|
# @!attribute [rw] instance_id
|
3995
3339
|
# The identifier of the Amazon Connect instance. You can find the
|
3996
3340
|
# instanceId in the ARN of the instance.
|
@@ -4015,14 +3359,6 @@ module Aws::Connect
|
|
4015
3359
|
include Aws::Structure
|
4016
3360
|
end
|
4017
3361
|
|
4018
|
-
# @note When making an API call, you may pass DisassociatePhoneNumberContactFlowRequest
|
4019
|
-
# data as a hash:
|
4020
|
-
#
|
4021
|
-
# {
|
4022
|
-
# phone_number_id: "PhoneNumberId", # required
|
4023
|
-
# instance_id: "InstanceId", # required
|
4024
|
-
# }
|
4025
|
-
#
|
4026
3362
|
# @!attribute [rw] phone_number_id
|
4027
3363
|
# A unique identifier for the phone number.
|
4028
3364
|
# @return [String]
|
@@ -4041,15 +3377,6 @@ module Aws::Connect
|
|
4041
3377
|
include Aws::Structure
|
4042
3378
|
end
|
4043
3379
|
|
4044
|
-
# @note When making an API call, you may pass DisassociateQueueQuickConnectsRequest
|
4045
|
-
# data as a hash:
|
4046
|
-
#
|
4047
|
-
# {
|
4048
|
-
# instance_id: "InstanceId", # required
|
4049
|
-
# queue_id: "QueueId", # required
|
4050
|
-
# quick_connect_ids: ["QuickConnectId"], # required
|
4051
|
-
# }
|
4052
|
-
#
|
4053
3380
|
# @!attribute [rw] instance_id
|
4054
3381
|
# The identifier of the Amazon Connect instance. You can find the
|
4055
3382
|
# instanceId in the ARN of the instance.
|
@@ -4073,20 +3400,6 @@ module Aws::Connect
|
|
4073
3400
|
include Aws::Structure
|
4074
3401
|
end
|
4075
3402
|
|
4076
|
-
# @note When making an API call, you may pass DisassociateRoutingProfileQueuesRequest
|
4077
|
-
# data as a hash:
|
4078
|
-
#
|
4079
|
-
# {
|
4080
|
-
# instance_id: "InstanceId", # required
|
4081
|
-
# routing_profile_id: "RoutingProfileId", # required
|
4082
|
-
# queue_references: [ # required
|
4083
|
-
# {
|
4084
|
-
# queue_id: "QueueId", # required
|
4085
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
4086
|
-
# },
|
4087
|
-
# ],
|
4088
|
-
# }
|
4089
|
-
#
|
4090
3403
|
# @!attribute [rw] instance_id
|
4091
3404
|
# The identifier of the Amazon Connect instance. You can find the
|
4092
3405
|
# instanceId in the ARN of the instance.
|
@@ -4110,14 +3423,6 @@ module Aws::Connect
|
|
4110
3423
|
include Aws::Structure
|
4111
3424
|
end
|
4112
3425
|
|
4113
|
-
# @note When making an API call, you may pass DisassociateSecurityKeyRequest
|
4114
|
-
# data as a hash:
|
4115
|
-
#
|
4116
|
-
# {
|
4117
|
-
# instance_id: "InstanceId", # required
|
4118
|
-
# association_id: "AssociationId", # required
|
4119
|
-
# }
|
4120
|
-
#
|
4121
3426
|
# @!attribute [rw] instance_id
|
4122
3427
|
# The identifier of the Amazon Connect instance. You can find the
|
4123
3428
|
# instanceId in the ARN of the instance.
|
@@ -4137,15 +3442,6 @@ module Aws::Connect
|
|
4137
3442
|
include Aws::Structure
|
4138
3443
|
end
|
4139
3444
|
|
4140
|
-
# @note When making an API call, you may pass DismissUserContactRequest
|
4141
|
-
# data as a hash:
|
4142
|
-
#
|
4143
|
-
# {
|
4144
|
-
# user_id: "UserId", # required
|
4145
|
-
# instance_id: "InstanceId", # required
|
4146
|
-
# contact_id: "ContactId", # required
|
4147
|
-
# }
|
4148
|
-
#
|
4149
3445
|
# @!attribute [rw] user_id
|
4150
3446
|
# The identifier of the user account.
|
4151
3447
|
# @return [String]
|
@@ -4175,14 +3471,6 @@ module Aws::Connect
|
|
4175
3471
|
|
4176
3472
|
# Information about a traffic distribution.
|
4177
3473
|
#
|
4178
|
-
# @note When making an API call, you may pass Distribution
|
4179
|
-
# data as a hash:
|
4180
|
-
#
|
4181
|
-
# {
|
4182
|
-
# region: "AwsRegion", # required
|
4183
|
-
# percentage: 1, # required
|
4184
|
-
# }
|
4185
|
-
#
|
4186
3474
|
# @!attribute [rw] region
|
4187
3475
|
# The Amazon Web Services Region where the traffic is distributed.
|
4188
3476
|
# @return [String]
|
@@ -4236,14 +3524,6 @@ module Aws::Connect
|
|
4236
3524
|
|
4237
3525
|
# The encryption configuration.
|
4238
3526
|
#
|
4239
|
-
# @note When making an API call, you may pass EncryptionConfig
|
4240
|
-
# data as a hash:
|
4241
|
-
#
|
4242
|
-
# {
|
4243
|
-
# encryption_type: "KMS", # required, accepts KMS
|
4244
|
-
# key_id: "KeyId", # required
|
4245
|
-
# }
|
4246
|
-
#
|
4247
3527
|
# @!attribute [rw] encryption_type
|
4248
3528
|
# The type of encryption.
|
4249
3529
|
# @return [String]
|
@@ -4266,15 +3546,21 @@ module Aws::Connect
|
|
4266
3546
|
include Aws::Structure
|
4267
3547
|
end
|
4268
3548
|
|
4269
|
-
#
|
3549
|
+
# The EventBridge action definition.
|
3550
|
+
#
|
3551
|
+
# @!attribute [rw] name
|
3552
|
+
# The name.
|
3553
|
+
# @return [String]
|
4270
3554
|
#
|
4271
|
-
# @
|
4272
|
-
# data as a hash:
|
3555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EventBridgeActionDefinition AWS API Documentation
|
4273
3556
|
#
|
4274
|
-
|
4275
|
-
|
4276
|
-
|
4277
|
-
|
3557
|
+
class EventBridgeActionDefinition < Struct.new(
|
3558
|
+
:name)
|
3559
|
+
SENSITIVE = []
|
3560
|
+
include Aws::Structure
|
3561
|
+
end
|
3562
|
+
|
3563
|
+
# Contains the filter to apply when retrieving metrics.
|
4278
3564
|
#
|
4279
3565
|
# @!attribute [rw] queues
|
4280
3566
|
# The queues to use to filter the metrics. You should specify at least
|
@@ -4296,14 +3582,6 @@ module Aws::Connect
|
|
4296
3582
|
include Aws::Structure
|
4297
3583
|
end
|
4298
3584
|
|
4299
|
-
# @note When making an API call, you may pass GetContactAttributesRequest
|
4300
|
-
# data as a hash:
|
4301
|
-
#
|
4302
|
-
# {
|
4303
|
-
# instance_id: "InstanceId", # required
|
4304
|
-
# initial_contact_id: "ContactId", # required
|
4305
|
-
# }
|
4306
|
-
#
|
4307
3585
|
# @!attribute [rw] instance_id
|
4308
3586
|
# The identifier of the Amazon Connect instance.
|
4309
3587
|
# @return [String]
|
@@ -4333,26 +3611,6 @@ module Aws::Connect
|
|
4333
3611
|
include Aws::Structure
|
4334
3612
|
end
|
4335
3613
|
|
4336
|
-
# @note When making an API call, you may pass GetCurrentMetricDataRequest
|
4337
|
-
# data as a hash:
|
4338
|
-
#
|
4339
|
-
# {
|
4340
|
-
# instance_id: "InstanceId", # required
|
4341
|
-
# filters: { # required
|
4342
|
-
# queues: ["QueueId"],
|
4343
|
-
# channels: ["VOICE"], # accepts VOICE, CHAT, TASK
|
4344
|
-
# },
|
4345
|
-
# groupings: ["QUEUE"], # accepts QUEUE, CHANNEL
|
4346
|
-
# current_metrics: [ # required
|
4347
|
-
# {
|
4348
|
-
# name: "AGENTS_ONLINE", # accepts AGENTS_ONLINE, AGENTS_AVAILABLE, AGENTS_ON_CALL, AGENTS_NON_PRODUCTIVE, AGENTS_AFTER_CONTACT_WORK, AGENTS_ERROR, AGENTS_STAFFED, CONTACTS_IN_QUEUE, OLDEST_CONTACT_AGE, CONTACTS_SCHEDULED, AGENTS_ON_CONTACT, SLOTS_ACTIVE, SLOTS_AVAILABLE
|
4349
|
-
# unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
|
4350
|
-
# },
|
4351
|
-
# ],
|
4352
|
-
# next_token: "NextToken",
|
4353
|
-
# max_results: 1,
|
4354
|
-
# }
|
4355
|
-
#
|
4356
3614
|
# @!attribute [rw] instance_id
|
4357
3615
|
# The identifier of the Amazon Connect instance. You can find the
|
4358
3616
|
# instanceId in the ARN of the instance.
|
@@ -4549,21 +3807,6 @@ module Aws::Connect
|
|
4549
3807
|
include Aws::Structure
|
4550
3808
|
end
|
4551
3809
|
|
4552
|
-
# @note When making an API call, you may pass GetCurrentUserDataRequest
|
4553
|
-
# data as a hash:
|
4554
|
-
#
|
4555
|
-
# {
|
4556
|
-
# instance_id: "InstanceId", # required
|
4557
|
-
# filters: { # required
|
4558
|
-
# queues: ["QueueId"],
|
4559
|
-
# contact_filter: {
|
4560
|
-
# contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
|
4561
|
-
# },
|
4562
|
-
# },
|
4563
|
-
# next_token: "NextToken",
|
4564
|
-
# max_results: 1,
|
4565
|
-
# }
|
4566
|
-
#
|
4567
3810
|
# @!attribute [rw] instance_id
|
4568
3811
|
# The identifier of the Amazon Connect instance. You can find the
|
4569
3812
|
# instanceId in the ARN of the instance.
|
@@ -4614,13 +3857,6 @@ module Aws::Connect
|
|
4614
3857
|
include Aws::Structure
|
4615
3858
|
end
|
4616
3859
|
|
4617
|
-
# @note When making an API call, you may pass GetFederationTokenRequest
|
4618
|
-
# data as a hash:
|
4619
|
-
#
|
4620
|
-
# {
|
4621
|
-
# instance_id: "InstanceId", # required
|
4622
|
-
# }
|
4623
|
-
#
|
4624
3860
|
# @!attribute [rw] instance_id
|
4625
3861
|
# The identifier of the Amazon Connect instance. You can find the
|
4626
3862
|
# instanceId in the ARN of the instance.
|
@@ -4661,33 +3897,6 @@ module Aws::Connect
|
|
4661
3897
|
include Aws::Structure
|
4662
3898
|
end
|
4663
3899
|
|
4664
|
-
# @note When making an API call, you may pass GetMetricDataRequest
|
4665
|
-
# data as a hash:
|
4666
|
-
#
|
4667
|
-
# {
|
4668
|
-
# instance_id: "InstanceId", # required
|
4669
|
-
# start_time: Time.now, # required
|
4670
|
-
# end_time: Time.now, # required
|
4671
|
-
# filters: { # required
|
4672
|
-
# queues: ["QueueId"],
|
4673
|
-
# channels: ["VOICE"], # accepts VOICE, CHAT, TASK
|
4674
|
-
# },
|
4675
|
-
# groupings: ["QUEUE"], # accepts QUEUE, CHANNEL
|
4676
|
-
# historical_metrics: [ # required
|
4677
|
-
# {
|
4678
|
-
# name: "CONTACTS_QUEUED", # accepts CONTACTS_QUEUED, CONTACTS_HANDLED, CONTACTS_ABANDONED, CONTACTS_CONSULTED, CONTACTS_AGENT_HUNG_UP_FIRST, CONTACTS_HANDLED_INCOMING, CONTACTS_HANDLED_OUTBOUND, CONTACTS_HOLD_ABANDONS, CONTACTS_TRANSFERRED_IN, CONTACTS_TRANSFERRED_OUT, CONTACTS_TRANSFERRED_IN_FROM_QUEUE, CONTACTS_TRANSFERRED_OUT_FROM_QUEUE, CONTACTS_MISSED, CALLBACK_CONTACTS_HANDLED, API_CONTACTS_HANDLED, OCCUPANCY, HANDLE_TIME, AFTER_CONTACT_WORK_TIME, QUEUED_TIME, ABANDON_TIME, QUEUE_ANSWER_TIME, HOLD_TIME, INTERACTION_TIME, INTERACTION_AND_HOLD_TIME, SERVICE_LEVEL
|
4679
|
-
# threshold: {
|
4680
|
-
# comparison: "LT", # accepts LT
|
4681
|
-
# threshold_value: 1.0,
|
4682
|
-
# },
|
4683
|
-
# statistic: "SUM", # accepts SUM, MAX, AVG
|
4684
|
-
# unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
|
4685
|
-
# },
|
4686
|
-
# ],
|
4687
|
-
# next_token: "NextToken",
|
4688
|
-
# max_results: 1,
|
4689
|
-
# }
|
4690
|
-
#
|
4691
3900
|
# @!attribute [rw] instance_id
|
4692
3901
|
# The identifier of the Amazon Connect instance. You can find the
|
4693
3902
|
# instanceId in the ARN of the instance.
|
@@ -4958,15 +4167,6 @@ module Aws::Connect
|
|
4958
4167
|
include Aws::Structure
|
4959
4168
|
end
|
4960
4169
|
|
4961
|
-
# @note When making an API call, you may pass GetTaskTemplateRequest
|
4962
|
-
# data as a hash:
|
4963
|
-
#
|
4964
|
-
# {
|
4965
|
-
# instance_id: "InstanceId", # required
|
4966
|
-
# task_template_id: "TaskTemplateId", # required
|
4967
|
-
# snapshot_version: "SnapshotVersion",
|
4968
|
-
# }
|
4969
|
-
#
|
4970
4170
|
# @!attribute [rw] instance_id
|
4971
4171
|
# The identifier of the Amazon Connect instance. You can find the
|
4972
4172
|
# instanceId in the ARN of the instance.
|
@@ -5071,13 +4271,6 @@ module Aws::Connect
|
|
5071
4271
|
include Aws::Structure
|
5072
4272
|
end
|
5073
4273
|
|
5074
|
-
# @note When making an API call, you may pass GetTrafficDistributionRequest
|
5075
|
-
# data as a hash:
|
5076
|
-
#
|
5077
|
-
# {
|
5078
|
-
# id: "TrafficDistributionGroupIdOrArn", # required
|
5079
|
-
# }
|
5080
|
-
#
|
5081
4274
|
# @!attribute [rw] id
|
5082
4275
|
# The identifier of the traffic distribution group.
|
5083
4276
|
# @return [String]
|
@@ -5159,14 +4352,6 @@ module Aws::Connect
|
|
5159
4352
|
# A leaf node condition which can be used to specify a hierarchy group
|
5160
4353
|
# condition.
|
5161
4354
|
#
|
5162
|
-
# @note When making an API call, you may pass HierarchyGroupCondition
|
5163
|
-
# data as a hash:
|
5164
|
-
#
|
5165
|
-
# {
|
5166
|
-
# value: "String",
|
5167
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
5168
|
-
# }
|
5169
|
-
#
|
5170
4355
|
# @!attribute [rw] value
|
5171
4356
|
# The value in the hierarchy group condition.
|
5172
4357
|
# @return [String]
|
@@ -5253,13 +4438,6 @@ module Aws::Connect
|
|
5253
4438
|
|
5254
4439
|
# Contains information about the hierarchy level to update.
|
5255
4440
|
#
|
5256
|
-
# @note When making an API call, you may pass HierarchyLevelUpdate
|
5257
|
-
# data as a hash:
|
5258
|
-
#
|
5259
|
-
# {
|
5260
|
-
# name: "HierarchyLevelName", # required
|
5261
|
-
# }
|
5262
|
-
#
|
5263
4441
|
# @!attribute [rw] name
|
5264
4442
|
# The name of the user hierarchy level. Must not be more than 50
|
5265
4443
|
# characters.
|
@@ -5377,27 +4555,6 @@ module Aws::Connect
|
|
5377
4555
|
|
5378
4556
|
# Contains information about the level hierarchy to update.
|
5379
4557
|
#
|
5380
|
-
# @note When making an API call, you may pass HierarchyStructureUpdate
|
5381
|
-
# data as a hash:
|
5382
|
-
#
|
5383
|
-
# {
|
5384
|
-
# level_one: {
|
5385
|
-
# name: "HierarchyLevelName", # required
|
5386
|
-
# },
|
5387
|
-
# level_two: {
|
5388
|
-
# name: "HierarchyLevelName", # required
|
5389
|
-
# },
|
5390
|
-
# level_three: {
|
5391
|
-
# name: "HierarchyLevelName", # required
|
5392
|
-
# },
|
5393
|
-
# level_four: {
|
5394
|
-
# name: "HierarchyLevelName", # required
|
5395
|
-
# },
|
5396
|
-
# level_five: {
|
5397
|
-
# name: "HierarchyLevelName", # required
|
5398
|
-
# },
|
5399
|
-
# }
|
5400
|
-
#
|
5401
4558
|
# @!attribute [rw] level_one
|
5402
4559
|
# The update for level one.
|
5403
4560
|
# @return [Types::HierarchyLevelUpdate]
|
@@ -5438,19 +4595,6 @@ module Aws::Connect
|
|
5438
4595
|
#
|
5439
4596
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
5440
4597
|
#
|
5441
|
-
# @note When making an API call, you may pass HistoricalMetric
|
5442
|
-
# data as a hash:
|
5443
|
-
#
|
5444
|
-
# {
|
5445
|
-
# name: "CONTACTS_QUEUED", # accepts CONTACTS_QUEUED, CONTACTS_HANDLED, CONTACTS_ABANDONED, CONTACTS_CONSULTED, CONTACTS_AGENT_HUNG_UP_FIRST, CONTACTS_HANDLED_INCOMING, CONTACTS_HANDLED_OUTBOUND, CONTACTS_HOLD_ABANDONS, CONTACTS_TRANSFERRED_IN, CONTACTS_TRANSFERRED_OUT, CONTACTS_TRANSFERRED_IN_FROM_QUEUE, CONTACTS_TRANSFERRED_OUT_FROM_QUEUE, CONTACTS_MISSED, CALLBACK_CONTACTS_HANDLED, API_CONTACTS_HANDLED, OCCUPANCY, HANDLE_TIME, AFTER_CONTACT_WORK_TIME, QUEUED_TIME, ABANDON_TIME, QUEUE_ANSWER_TIME, HOLD_TIME, INTERACTION_TIME, INTERACTION_AND_HOLD_TIME, SERVICE_LEVEL
|
5446
|
-
# threshold: {
|
5447
|
-
# comparison: "LT", # accepts LT
|
5448
|
-
# threshold_value: 1.0,
|
5449
|
-
# },
|
5450
|
-
# statistic: "SUM", # accepts SUM, MAX, AVG
|
5451
|
-
# unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
|
5452
|
-
# }
|
5453
|
-
#
|
5454
4598
|
# @!attribute [rw] name
|
5455
4599
|
# The name of the metric.
|
5456
4600
|
# @return [String]
|
@@ -5564,21 +4708,6 @@ module Aws::Connect
|
|
5564
4708
|
|
5565
4709
|
# Contains information about the hours of operation.
|
5566
4710
|
#
|
5567
|
-
# @note When making an API call, you may pass HoursOfOperationConfig
|
5568
|
-
# data as a hash:
|
5569
|
-
#
|
5570
|
-
# {
|
5571
|
-
# day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
5572
|
-
# start_time: { # required
|
5573
|
-
# hours: 1, # required
|
5574
|
-
# minutes: 1, # required
|
5575
|
-
# },
|
5576
|
-
# end_time: { # required
|
5577
|
-
# hours: 1, # required
|
5578
|
-
# minutes: 1, # required
|
5579
|
-
# },
|
5580
|
-
# }
|
5581
|
-
#
|
5582
4711
|
# @!attribute [rw] day
|
5583
4712
|
# The day that the hours of operation applies to.
|
5584
4713
|
# @return [String]
|
@@ -5628,14 +4757,6 @@ module Aws::Connect
|
|
5628
4757
|
|
5629
4758
|
# The start time or end time for an hours of operation.
|
5630
4759
|
#
|
5631
|
-
# @note When making an API call, you may pass HoursOfOperationTimeSlice
|
5632
|
-
# data as a hash:
|
5633
|
-
#
|
5634
|
-
# {
|
5635
|
-
# hours: 1, # required
|
5636
|
-
# minutes: 1, # required
|
5637
|
-
# }
|
5638
|
-
#
|
5639
4760
|
# @!attribute [rw] hours
|
5640
4761
|
# The hours.
|
5641
4762
|
# @return [Integer]
|
@@ -5742,36 +4863,6 @@ module Aws::Connect
|
|
5742
4863
|
|
5743
4864
|
# The storage configuration for the instance.
|
5744
4865
|
#
|
5745
|
-
# @note When making an API call, you may pass InstanceStorageConfig
|
5746
|
-
# data as a hash:
|
5747
|
-
#
|
5748
|
-
# {
|
5749
|
-
# association_id: "AssociationId",
|
5750
|
-
# storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
|
5751
|
-
# s3_config: {
|
5752
|
-
# bucket_name: "BucketName", # required
|
5753
|
-
# bucket_prefix: "Prefix", # required
|
5754
|
-
# encryption_config: {
|
5755
|
-
# encryption_type: "KMS", # required, accepts KMS
|
5756
|
-
# key_id: "KeyId", # required
|
5757
|
-
# },
|
5758
|
-
# },
|
5759
|
-
# kinesis_video_stream_config: {
|
5760
|
-
# prefix: "Prefix", # required
|
5761
|
-
# retention_period_hours: 1, # required
|
5762
|
-
# encryption_config: { # required
|
5763
|
-
# encryption_type: "KMS", # required, accepts KMS
|
5764
|
-
# key_id: "KeyId", # required
|
5765
|
-
# },
|
5766
|
-
# },
|
5767
|
-
# kinesis_stream_config: {
|
5768
|
-
# stream_arn: "ARN", # required
|
5769
|
-
# },
|
5770
|
-
# kinesis_firehose_config: {
|
5771
|
-
# firehose_arn: "ARN", # required
|
5772
|
-
# },
|
5773
|
-
# }
|
5774
|
-
#
|
5775
4866
|
# @!attribute [rw] association_id
|
5776
4867
|
# The existing association identifier that uniquely identifies the
|
5777
4868
|
# resource type and storage config for the given instance ID.
|
@@ -5986,15 +5077,6 @@ module Aws::Connect
|
|
5986
5077
|
|
5987
5078
|
# A field that is invisible to an agent.
|
5988
5079
|
#
|
5989
|
-
# @note When making an API call, you may pass InvisibleFieldInfo
|
5990
|
-
# data as a hash:
|
5991
|
-
#
|
5992
|
-
# {
|
5993
|
-
# id: {
|
5994
|
-
# name: "TaskTemplateFieldName",
|
5995
|
-
# },
|
5996
|
-
# }
|
5997
|
-
#
|
5998
5080
|
# @!attribute [rw] id
|
5999
5081
|
# Identifier of the invisible field.
|
6000
5082
|
# @return [Types::TaskTemplateFieldIdentifier]
|
@@ -6009,13 +5091,6 @@ module Aws::Connect
|
|
6009
5091
|
|
6010
5092
|
# Configuration information of a Kinesis Data Firehose delivery stream.
|
6011
5093
|
#
|
6012
|
-
# @note When making an API call, you may pass KinesisFirehoseConfig
|
6013
|
-
# data as a hash:
|
6014
|
-
#
|
6015
|
-
# {
|
6016
|
-
# firehose_arn: "ARN", # required
|
6017
|
-
# }
|
6018
|
-
#
|
6019
5094
|
# @!attribute [rw] firehose_arn
|
6020
5095
|
# The Amazon Resource Name (ARN) of the delivery stream.
|
6021
5096
|
# @return [String]
|
@@ -6030,13 +5105,6 @@ module Aws::Connect
|
|
6030
5105
|
|
6031
5106
|
# Configuration information of a Kinesis data stream.
|
6032
5107
|
#
|
6033
|
-
# @note When making an API call, you may pass KinesisStreamConfig
|
6034
|
-
# data as a hash:
|
6035
|
-
#
|
6036
|
-
# {
|
6037
|
-
# stream_arn: "ARN", # required
|
6038
|
-
# }
|
6039
|
-
#
|
6040
5108
|
# @!attribute [rw] stream_arn
|
6041
5109
|
# The Amazon Resource Name (ARN) of the data stream.
|
6042
5110
|
# @return [String]
|
@@ -6051,18 +5119,6 @@ module Aws::Connect
|
|
6051
5119
|
|
6052
5120
|
# Configuration information of a Kinesis video stream.
|
6053
5121
|
#
|
6054
|
-
# @note When making an API call, you may pass KinesisVideoStreamConfig
|
6055
|
-
# data as a hash:
|
6056
|
-
#
|
6057
|
-
# {
|
6058
|
-
# prefix: "Prefix", # required
|
6059
|
-
# retention_period_hours: 1, # required
|
6060
|
-
# encryption_config: { # required
|
6061
|
-
# encryption_type: "KMS", # required, accepts KMS
|
6062
|
-
# key_id: "KeyId", # required
|
6063
|
-
# },
|
6064
|
-
# }
|
6065
|
-
#
|
6066
5122
|
# @!attribute [rw] prefix
|
6067
5123
|
# The prefix of the video stream.
|
6068
5124
|
# @return [String]
|
@@ -6092,14 +5148,6 @@ module Aws::Connect
|
|
6092
5148
|
|
6093
5149
|
# Configuration information of an Amazon Lex bot.
|
6094
5150
|
#
|
6095
|
-
# @note When making an API call, you may pass LexBot
|
6096
|
-
# data as a hash:
|
6097
|
-
#
|
6098
|
-
# {
|
6099
|
-
# name: "BotName",
|
6100
|
-
# lex_region: "LexRegion",
|
6101
|
-
# }
|
6102
|
-
#
|
6103
5151
|
# @!attribute [rw] name
|
6104
5152
|
# The name of the Amazon Lex bot.
|
6105
5153
|
# @return [String]
|
@@ -6138,13 +5186,6 @@ module Aws::Connect
|
|
6138
5186
|
|
6139
5187
|
# Configuration information of an Amazon Lex V2 bot.
|
6140
5188
|
#
|
6141
|
-
# @note When making an API call, you may pass LexV2Bot
|
6142
|
-
# data as a hash:
|
6143
|
-
#
|
6144
|
-
# {
|
6145
|
-
# alias_arn: "AliasArn",
|
6146
|
-
# }
|
6147
|
-
#
|
6148
5189
|
# @!attribute [rw] alias_arn
|
6149
5190
|
# The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
6150
5191
|
# @return [String]
|
@@ -6171,16 +5212,6 @@ module Aws::Connect
|
|
6171
5212
|
include Aws::Structure
|
6172
5213
|
end
|
6173
5214
|
|
6174
|
-
# @note When making an API call, you may pass ListAgentStatusRequest
|
6175
|
-
# data as a hash:
|
6176
|
-
#
|
6177
|
-
# {
|
6178
|
-
# instance_id: "InstanceId", # required
|
6179
|
-
# next_token: "NextToken",
|
6180
|
-
# max_results: 1,
|
6181
|
-
# agent_status_types: ["ROUTABLE"], # accepts ROUTABLE, CUSTOM, OFFLINE
|
6182
|
-
# }
|
6183
|
-
#
|
6184
5215
|
# @!attribute [rw] instance_id
|
6185
5216
|
# The identifier of the Amazon Connect instance. You can find the
|
6186
5217
|
# instanceId in the ARN of the instance.
|
@@ -6229,15 +5260,6 @@ module Aws::Connect
|
|
6229
5260
|
include Aws::Structure
|
6230
5261
|
end
|
6231
5262
|
|
6232
|
-
# @note When making an API call, you may pass ListApprovedOriginsRequest
|
6233
|
-
# data as a hash:
|
6234
|
-
#
|
6235
|
-
# {
|
6236
|
-
# instance_id: "InstanceId", # required
|
6237
|
-
# next_token: "NextToken",
|
6238
|
-
# max_results: 1,
|
6239
|
-
# }
|
6240
|
-
#
|
6241
5263
|
# @!attribute [rw] instance_id
|
6242
5264
|
# The identifier of the Amazon Connect instance. You can find the
|
6243
5265
|
# instanceId in the ARN of the instance.
|
@@ -6281,16 +5303,6 @@ module Aws::Connect
|
|
6281
5303
|
include Aws::Structure
|
6282
5304
|
end
|
6283
5305
|
|
6284
|
-
# @note When making an API call, you may pass ListBotsRequest
|
6285
|
-
# data as a hash:
|
6286
|
-
#
|
6287
|
-
# {
|
6288
|
-
# instance_id: "InstanceId", # required
|
6289
|
-
# next_token: "NextToken",
|
6290
|
-
# max_results: 1,
|
6291
|
-
# lex_version: "V1", # required, accepts V1, V2
|
6292
|
-
# }
|
6293
|
-
#
|
6294
5306
|
# @!attribute [rw] instance_id
|
6295
5307
|
# The identifier of the Amazon Connect instance. You can find the
|
6296
5308
|
# instanceId in the ARN of the instance.
|
@@ -6340,16 +5352,6 @@ module Aws::Connect
|
|
6340
5352
|
include Aws::Structure
|
6341
5353
|
end
|
6342
5354
|
|
6343
|
-
# @note When making an API call, you may pass ListContactFlowModulesRequest
|
6344
|
-
# data as a hash:
|
6345
|
-
#
|
6346
|
-
# {
|
6347
|
-
# instance_id: "InstanceId", # required
|
6348
|
-
# next_token: "NextToken",
|
6349
|
-
# max_results: 1,
|
6350
|
-
# contact_flow_module_state: "ACTIVE", # accepts ACTIVE, ARCHIVED
|
6351
|
-
# }
|
6352
|
-
#
|
6353
5355
|
# @!attribute [rw] instance_id
|
6354
5356
|
# The identifier of the Amazon Connect instance. You can find the
|
6355
5357
|
# instanceId in the ARN of the instance.
|
@@ -6398,16 +5400,6 @@ module Aws::Connect
|
|
6398
5400
|
include Aws::Structure
|
6399
5401
|
end
|
6400
5402
|
|
6401
|
-
# @note When making an API call, you may pass ListContactFlowsRequest
|
6402
|
-
# data as a hash:
|
6403
|
-
#
|
6404
|
-
# {
|
6405
|
-
# instance_id: "InstanceId", # required
|
6406
|
-
# contact_flow_types: ["CONTACT_FLOW"], # accepts CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD, CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER, AGENT_TRANSFER, QUEUE_TRANSFER
|
6407
|
-
# next_token: "NextToken",
|
6408
|
-
# max_results: 1,
|
6409
|
-
# }
|
6410
|
-
#
|
6411
5403
|
# @!attribute [rw] instance_id
|
6412
5404
|
# The identifier of the Amazon Connect instance. You can find the
|
6413
5405
|
# instanceId in the ARN of the instance.
|
@@ -6457,16 +5449,6 @@ module Aws::Connect
|
|
6457
5449
|
include Aws::Structure
|
6458
5450
|
end
|
6459
5451
|
|
6460
|
-
# @note When making an API call, you may pass ListContactReferencesRequest
|
6461
|
-
# data as a hash:
|
6462
|
-
#
|
6463
|
-
# {
|
6464
|
-
# instance_id: "InstanceId", # required
|
6465
|
-
# contact_id: "ContactId", # required
|
6466
|
-
# reference_types: ["URL"], # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
|
6467
|
-
# next_token: "NextToken",
|
6468
|
-
# }
|
6469
|
-
#
|
6470
5452
|
# @!attribute [rw] instance_id
|
6471
5453
|
# The identifier of the Amazon Connect instance. You can find the
|
6472
5454
|
# instanceId in the ARN of the instance.
|
@@ -6520,16 +5502,6 @@ module Aws::Connect
|
|
6520
5502
|
include Aws::Structure
|
6521
5503
|
end
|
6522
5504
|
|
6523
|
-
# @note When making an API call, you may pass ListDefaultVocabulariesRequest
|
6524
|
-
# data as a hash:
|
6525
|
-
#
|
6526
|
-
# {
|
6527
|
-
# instance_id: "InstanceId", # required
|
6528
|
-
# language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
|
6529
|
-
# max_results: 1,
|
6530
|
-
# next_token: "VocabularyNextToken",
|
6531
|
-
# }
|
6532
|
-
#
|
6533
5505
|
# @!attribute [rw] instance_id
|
6534
5506
|
# The identifier of the Amazon Connect instance. You can find the
|
6535
5507
|
# instanceId in the ARN of the instance.
|
@@ -6584,15 +5556,6 @@ module Aws::Connect
|
|
6584
5556
|
include Aws::Structure
|
6585
5557
|
end
|
6586
5558
|
|
6587
|
-
# @note When making an API call, you may pass ListHoursOfOperationsRequest
|
6588
|
-
# data as a hash:
|
6589
|
-
#
|
6590
|
-
# {
|
6591
|
-
# instance_id: "InstanceId", # required
|
6592
|
-
# next_token: "NextToken",
|
6593
|
-
# max_results: 1,
|
6594
|
-
# }
|
6595
|
-
#
|
6596
5559
|
# @!attribute [rw] instance_id
|
6597
5560
|
# The identifier of the Amazon Connect instance. You can find the
|
6598
5561
|
# instanceId in the ARN of the instance.
|
@@ -6637,15 +5600,6 @@ module Aws::Connect
|
|
6637
5600
|
include Aws::Structure
|
6638
5601
|
end
|
6639
5602
|
|
6640
|
-
# @note When making an API call, you may pass ListInstanceAttributesRequest
|
6641
|
-
# data as a hash:
|
6642
|
-
#
|
6643
|
-
# {
|
6644
|
-
# instance_id: "InstanceId", # required
|
6645
|
-
# next_token: "NextToken",
|
6646
|
-
# max_results: 1,
|
6647
|
-
# }
|
6648
|
-
#
|
6649
5603
|
# @!attribute [rw] instance_id
|
6650
5604
|
# The identifier of the Amazon Connect instance. You can find the
|
6651
5605
|
# instanceId in the ARN of the instance.
|
@@ -6689,16 +5643,6 @@ module Aws::Connect
|
|
6689
5643
|
include Aws::Structure
|
6690
5644
|
end
|
6691
5645
|
|
6692
|
-
# @note When making an API call, you may pass ListInstanceStorageConfigsRequest
|
6693
|
-
# data as a hash:
|
6694
|
-
#
|
6695
|
-
# {
|
6696
|
-
# instance_id: "InstanceId", # required
|
6697
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
6698
|
-
# next_token: "NextToken",
|
6699
|
-
# max_results: 1,
|
6700
|
-
# }
|
6701
|
-
#
|
6702
5646
|
# @!attribute [rw] instance_id
|
6703
5647
|
# The identifier of the Amazon Connect instance. You can find the
|
6704
5648
|
# instanceId in the ARN of the instance.
|
@@ -6747,14 +5691,6 @@ module Aws::Connect
|
|
6747
5691
|
include Aws::Structure
|
6748
5692
|
end
|
6749
5693
|
|
6750
|
-
# @note When making an API call, you may pass ListInstancesRequest
|
6751
|
-
# data as a hash:
|
6752
|
-
#
|
6753
|
-
# {
|
6754
|
-
# next_token: "NextToken",
|
6755
|
-
# max_results: 1,
|
6756
|
-
# }
|
6757
|
-
#
|
6758
5694
|
# @!attribute [rw] next_token
|
6759
5695
|
# The token for the next set of results. Use the value returned in the
|
6760
5696
|
# previous response in the next request to retrieve the next set of
|
@@ -6792,16 +5728,6 @@ module Aws::Connect
|
|
6792
5728
|
include Aws::Structure
|
6793
5729
|
end
|
6794
5730
|
|
6795
|
-
# @note When making an API call, you may pass ListIntegrationAssociationsRequest
|
6796
|
-
# data as a hash:
|
6797
|
-
#
|
6798
|
-
# {
|
6799
|
-
# instance_id: "InstanceId", # required
|
6800
|
-
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
|
6801
|
-
# next_token: "NextToken",
|
6802
|
-
# max_results: 1,
|
6803
|
-
# }
|
6804
|
-
#
|
6805
5731
|
# @!attribute [rw] instance_id
|
6806
5732
|
# The identifier of the Amazon Connect instance. You can find the
|
6807
5733
|
# instanceId in the ARN of the instance.
|
@@ -6850,15 +5776,6 @@ module Aws::Connect
|
|
6850
5776
|
include Aws::Structure
|
6851
5777
|
end
|
6852
5778
|
|
6853
|
-
# @note When making an API call, you may pass ListLambdaFunctionsRequest
|
6854
|
-
# data as a hash:
|
6855
|
-
#
|
6856
|
-
# {
|
6857
|
-
# instance_id: "InstanceId", # required
|
6858
|
-
# next_token: "NextToken",
|
6859
|
-
# max_results: 1,
|
6860
|
-
# }
|
6861
|
-
#
|
6862
5779
|
# @!attribute [rw] instance_id
|
6863
5780
|
# The identifier of the Amazon Connect instance. You can find the
|
6864
5781
|
# instanceId in the ARN of the instance.
|
@@ -6902,15 +5819,6 @@ module Aws::Connect
|
|
6902
5819
|
include Aws::Structure
|
6903
5820
|
end
|
6904
5821
|
|
6905
|
-
# @note When making an API call, you may pass ListLexBotsRequest
|
6906
|
-
# data as a hash:
|
6907
|
-
#
|
6908
|
-
# {
|
6909
|
-
# instance_id: "InstanceId", # required
|
6910
|
-
# next_token: "NextToken",
|
6911
|
-
# max_results: 1,
|
6912
|
-
# }
|
6913
|
-
#
|
6914
5822
|
# @!attribute [rw] instance_id
|
6915
5823
|
# The identifier of the Amazon Connect instance. You can find the
|
6916
5824
|
# instanceId in the ARN of the instance.
|
@@ -6956,17 +5864,6 @@ module Aws::Connect
|
|
6956
5864
|
include Aws::Structure
|
6957
5865
|
end
|
6958
5866
|
|
6959
|
-
# @note When making an API call, you may pass ListPhoneNumbersRequest
|
6960
|
-
# data as a hash:
|
6961
|
-
#
|
6962
|
-
# {
|
6963
|
-
# instance_id: "InstanceId", # required
|
6964
|
-
# phone_number_types: ["TOLL_FREE"], # accepts TOLL_FREE, DID
|
6965
|
-
# phone_number_country_codes: ["AF"], # accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
|
6966
|
-
# next_token: "NextToken",
|
6967
|
-
# max_results: 1,
|
6968
|
-
# }
|
6969
|
-
#
|
6970
5867
|
# @!attribute [rw] instance_id
|
6971
5868
|
# The identifier of the Amazon Connect instance. You can find the
|
6972
5869
|
# instanceId in the ARN of the instance.
|
@@ -7063,18 +5960,6 @@ module Aws::Connect
|
|
7063
5960
|
include Aws::Structure
|
7064
5961
|
end
|
7065
5962
|
|
7066
|
-
# @note When making an API call, you may pass ListPhoneNumbersV2Request
|
7067
|
-
# data as a hash:
|
7068
|
-
#
|
7069
|
-
# {
|
7070
|
-
# target_arn: "ARN",
|
7071
|
-
# max_results: 1,
|
7072
|
-
# next_token: "LargeNextToken",
|
7073
|
-
# phone_number_country_codes: ["AF"], # accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
|
7074
|
-
# phone_number_types: ["TOLL_FREE"], # accepts TOLL_FREE, DID
|
7075
|
-
# phone_number_prefix: "PhoneNumberPrefix",
|
7076
|
-
# }
|
7077
|
-
#
|
7078
5963
|
# @!attribute [rw] target_arn
|
7079
5964
|
# The Amazon Resource Name (ARN) for Amazon Connect instances or
|
7080
5965
|
# traffic distribution groups that phone numbers are claimed to. If
|
@@ -7138,15 +6023,6 @@ module Aws::Connect
|
|
7138
6023
|
include Aws::Structure
|
7139
6024
|
end
|
7140
6025
|
|
7141
|
-
# @note When making an API call, you may pass ListPromptsRequest
|
7142
|
-
# data as a hash:
|
7143
|
-
#
|
7144
|
-
# {
|
7145
|
-
# instance_id: "InstanceId", # required
|
7146
|
-
# next_token: "NextToken",
|
7147
|
-
# max_results: 1,
|
7148
|
-
# }
|
7149
|
-
#
|
7150
6026
|
# @!attribute [rw] instance_id
|
7151
6027
|
# The identifier of the Amazon Connect instance.
|
7152
6028
|
# @return [String]
|
@@ -7190,16 +6066,6 @@ module Aws::Connect
|
|
7190
6066
|
include Aws::Structure
|
7191
6067
|
end
|
7192
6068
|
|
7193
|
-
# @note When making an API call, you may pass ListQueueQuickConnectsRequest
|
7194
|
-
# data as a hash:
|
7195
|
-
#
|
7196
|
-
# {
|
7197
|
-
# instance_id: "InstanceId", # required
|
7198
|
-
# queue_id: "QueueId", # required
|
7199
|
-
# next_token: "NextToken",
|
7200
|
-
# max_results: 1,
|
7201
|
-
# }
|
7202
|
-
#
|
7203
6069
|
# @!attribute [rw] instance_id
|
7204
6070
|
# The identifier of the Amazon Connect instance. You can find the
|
7205
6071
|
# instanceId in the ARN of the instance.
|
@@ -7249,16 +6115,6 @@ module Aws::Connect
|
|
7249
6115
|
include Aws::Structure
|
7250
6116
|
end
|
7251
6117
|
|
7252
|
-
# @note When making an API call, you may pass ListQueuesRequest
|
7253
|
-
# data as a hash:
|
7254
|
-
#
|
7255
|
-
# {
|
7256
|
-
# instance_id: "InstanceId", # required
|
7257
|
-
# queue_types: ["STANDARD"], # accepts STANDARD, AGENT
|
7258
|
-
# next_token: "NextToken",
|
7259
|
-
# max_results: 1,
|
7260
|
-
# }
|
7261
|
-
#
|
7262
6118
|
# @!attribute [rw] instance_id
|
7263
6119
|
# The identifier of the Amazon Connect instance. You can find the
|
7264
6120
|
# instanceId in the ARN of the instance.
|
@@ -7308,16 +6164,6 @@ module Aws::Connect
|
|
7308
6164
|
include Aws::Structure
|
7309
6165
|
end
|
7310
6166
|
|
7311
|
-
# @note When making an API call, you may pass ListQuickConnectsRequest
|
7312
|
-
# data as a hash:
|
7313
|
-
#
|
7314
|
-
# {
|
7315
|
-
# instance_id: "InstanceId", # required
|
7316
|
-
# next_token: "NextToken",
|
7317
|
-
# max_results: 1,
|
7318
|
-
# quick_connect_types: ["USER"], # accepts USER, QUEUE, PHONE_NUMBER
|
7319
|
-
# }
|
7320
|
-
#
|
7321
6167
|
# @!attribute [rw] instance_id
|
7322
6168
|
# The identifier of the Amazon Connect instance. You can find the
|
7323
6169
|
# instanceId in the ARN of the instance.
|
@@ -7370,16 +6216,6 @@ module Aws::Connect
|
|
7370
6216
|
include Aws::Structure
|
7371
6217
|
end
|
7372
6218
|
|
7373
|
-
# @note When making an API call, you may pass ListRoutingProfileQueuesRequest
|
7374
|
-
# data as a hash:
|
7375
|
-
#
|
7376
|
-
# {
|
7377
|
-
# instance_id: "InstanceId", # required
|
7378
|
-
# routing_profile_id: "RoutingProfileId", # required
|
7379
|
-
# next_token: "NextToken",
|
7380
|
-
# max_results: 1,
|
7381
|
-
# }
|
7382
|
-
#
|
7383
6219
|
# @!attribute [rw] instance_id
|
7384
6220
|
# The identifier of the Amazon Connect instance. You can find the
|
7385
6221
|
# instanceId in the ARN of the instance.
|
@@ -7429,15 +6265,6 @@ module Aws::Connect
|
|
7429
6265
|
include Aws::Structure
|
7430
6266
|
end
|
7431
6267
|
|
7432
|
-
# @note When making an API call, you may pass ListRoutingProfilesRequest
|
7433
|
-
# data as a hash:
|
7434
|
-
#
|
7435
|
-
# {
|
7436
|
-
# instance_id: "InstanceId", # required
|
7437
|
-
# next_token: "NextToken",
|
7438
|
-
# max_results: 1,
|
7439
|
-
# }
|
7440
|
-
#
|
7441
6268
|
# @!attribute [rw] instance_id
|
7442
6269
|
# The identifier of the Amazon Connect instance. You can find the
|
7443
6270
|
# instanceId in the ARN of the instance.
|
@@ -7482,15 +6309,59 @@ module Aws::Connect
|
|
7482
6309
|
include Aws::Structure
|
7483
6310
|
end
|
7484
6311
|
|
7485
|
-
#
|
7486
|
-
#
|
6312
|
+
# @!attribute [rw] instance_id
|
6313
|
+
# The identifier of the Amazon Connect instance. You can find the
|
6314
|
+
# instanceId in the ARN of the instance.
|
6315
|
+
# @return [String]
|
6316
|
+
#
|
6317
|
+
# @!attribute [rw] publish_status
|
6318
|
+
# The publish status of the rule.
|
6319
|
+
# @return [String]
|
6320
|
+
#
|
6321
|
+
# @!attribute [rw] event_source_name
|
6322
|
+
# The name of the event source.
|
6323
|
+
# @return [String]
|
6324
|
+
#
|
6325
|
+
# @!attribute [rw] max_results
|
6326
|
+
# The maximum number of results to return per page.
|
6327
|
+
# @return [Integer]
|
6328
|
+
#
|
6329
|
+
# @!attribute [rw] next_token
|
6330
|
+
# The token for the next set of results. Use the value returned in the
|
6331
|
+
# previous response in the next request to retrieve the next set of
|
6332
|
+
# results.
|
6333
|
+
# @return [String]
|
6334
|
+
#
|
6335
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRulesRequest AWS API Documentation
|
6336
|
+
#
|
6337
|
+
class ListRulesRequest < Struct.new(
|
6338
|
+
:instance_id,
|
6339
|
+
:publish_status,
|
6340
|
+
:event_source_name,
|
6341
|
+
:max_results,
|
6342
|
+
:next_token)
|
6343
|
+
SENSITIVE = []
|
6344
|
+
include Aws::Structure
|
6345
|
+
end
|
6346
|
+
|
6347
|
+
# @!attribute [rw] rule_summary_list
|
6348
|
+
# Summary information about a rule.
|
6349
|
+
# @return [Array<Types::RuleSummary>]
|
6350
|
+
#
|
6351
|
+
# @!attribute [rw] next_token
|
6352
|
+
# If there are additional results, this is the token for the next set
|
6353
|
+
# of results.
|
6354
|
+
# @return [String]
|
7487
6355
|
#
|
7488
|
-
#
|
7489
|
-
# instance_id: "InstanceId", # required
|
7490
|
-
# next_token: "NextToken",
|
7491
|
-
# max_results: 1,
|
7492
|
-
# }
|
6356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRulesResponse AWS API Documentation
|
7493
6357
|
#
|
6358
|
+
class ListRulesResponse < Struct.new(
|
6359
|
+
:rule_summary_list,
|
6360
|
+
:next_token)
|
6361
|
+
SENSITIVE = []
|
6362
|
+
include Aws::Structure
|
6363
|
+
end
|
6364
|
+
|
7494
6365
|
# @!attribute [rw] instance_id
|
7495
6366
|
# The identifier of the Amazon Connect instance. You can find the
|
7496
6367
|
# instanceId in the ARN of the instance.
|
@@ -7534,16 +6405,6 @@ module Aws::Connect
|
|
7534
6405
|
include Aws::Structure
|
7535
6406
|
end
|
7536
6407
|
|
7537
|
-
# @note When making an API call, you may pass ListSecurityProfilePermissionsRequest
|
7538
|
-
# data as a hash:
|
7539
|
-
#
|
7540
|
-
# {
|
7541
|
-
# security_profile_id: "SecurityProfileId", # required
|
7542
|
-
# instance_id: "InstanceId", # required
|
7543
|
-
# next_token: "NextToken",
|
7544
|
-
# max_results: 1,
|
7545
|
-
# }
|
7546
|
-
#
|
7547
6408
|
# @!attribute [rw] security_profile_id
|
7548
6409
|
# The identifier for the security profle.
|
7549
6410
|
# @return [String]
|
@@ -7597,15 +6458,6 @@ module Aws::Connect
|
|
7597
6458
|
include Aws::Structure
|
7598
6459
|
end
|
7599
6460
|
|
7600
|
-
# @note When making an API call, you may pass ListSecurityProfilesRequest
|
7601
|
-
# data as a hash:
|
7602
|
-
#
|
7603
|
-
# {
|
7604
|
-
# instance_id: "InstanceId", # required
|
7605
|
-
# next_token: "NextToken",
|
7606
|
-
# max_results: 1,
|
7607
|
-
# }
|
7608
|
-
#
|
7609
6461
|
# @!attribute [rw] instance_id
|
7610
6462
|
# The identifier of the Amazon Connect instance. You can find the
|
7611
6463
|
# instanceId in the ARN of the instance.
|
@@ -7650,13 +6502,6 @@ module Aws::Connect
|
|
7650
6502
|
include Aws::Structure
|
7651
6503
|
end
|
7652
6504
|
|
7653
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
7654
|
-
# data as a hash:
|
7655
|
-
#
|
7656
|
-
# {
|
7657
|
-
# resource_arn: "ARN", # required
|
7658
|
-
# }
|
7659
|
-
#
|
7660
6505
|
# @!attribute [rw] resource_arn
|
7661
6506
|
# The Amazon Resource Name (ARN) of the resource.
|
7662
6507
|
# @return [String]
|
@@ -7681,17 +6526,6 @@ module Aws::Connect
|
|
7681
6526
|
include Aws::Structure
|
7682
6527
|
end
|
7683
6528
|
|
7684
|
-
# @note When making an API call, you may pass ListTaskTemplatesRequest
|
7685
|
-
# data as a hash:
|
7686
|
-
#
|
7687
|
-
# {
|
7688
|
-
# instance_id: "InstanceId", # required
|
7689
|
-
# next_token: "NextToken",
|
7690
|
-
# max_results: 1,
|
7691
|
-
# status: "ACTIVE", # accepts ACTIVE, INACTIVE
|
7692
|
-
# name: "TaskTemplateName",
|
7693
|
-
# }
|
7694
|
-
#
|
7695
6529
|
# @!attribute [rw] instance_id
|
7696
6530
|
# The identifier of the Amazon Connect instance. You can find the
|
7697
6531
|
# instanceId in the ARN of the instance.
|
@@ -7756,15 +6590,6 @@ module Aws::Connect
|
|
7756
6590
|
include Aws::Structure
|
7757
6591
|
end
|
7758
6592
|
|
7759
|
-
# @note When making an API call, you may pass ListTrafficDistributionGroupsRequest
|
7760
|
-
# data as a hash:
|
7761
|
-
#
|
7762
|
-
# {
|
7763
|
-
# max_results: 1,
|
7764
|
-
# next_token: "NextToken",
|
7765
|
-
# instance_id: "InstanceIdOrArn",
|
7766
|
-
# }
|
7767
|
-
#
|
7768
6593
|
# @!attribute [rw] max_results
|
7769
6594
|
# The maximum number of results to return per page.
|
7770
6595
|
# @return [Integer]
|
@@ -7811,16 +6636,6 @@ module Aws::Connect
|
|
7811
6636
|
# Provides summary information about the use cases for the specified
|
7812
6637
|
# integration association.
|
7813
6638
|
#
|
7814
|
-
# @note When making an API call, you may pass ListUseCasesRequest
|
7815
|
-
# data as a hash:
|
7816
|
-
#
|
7817
|
-
# {
|
7818
|
-
# instance_id: "InstanceId", # required
|
7819
|
-
# integration_association_id: "IntegrationAssociationId", # required
|
7820
|
-
# next_token: "NextToken",
|
7821
|
-
# max_results: 1,
|
7822
|
-
# }
|
7823
|
-
#
|
7824
6639
|
# @!attribute [rw] instance_id
|
7825
6640
|
# The identifier of the Amazon Connect instance. You can find the
|
7826
6641
|
# instanceId in the ARN of the instance.
|
@@ -7869,15 +6684,6 @@ module Aws::Connect
|
|
7869
6684
|
include Aws::Structure
|
7870
6685
|
end
|
7871
6686
|
|
7872
|
-
# @note When making an API call, you may pass ListUserHierarchyGroupsRequest
|
7873
|
-
# data as a hash:
|
7874
|
-
#
|
7875
|
-
# {
|
7876
|
-
# instance_id: "InstanceId", # required
|
7877
|
-
# next_token: "NextToken",
|
7878
|
-
# max_results: 1,
|
7879
|
-
# }
|
7880
|
-
#
|
7881
6687
|
# @!attribute [rw] instance_id
|
7882
6688
|
# The identifier of the Amazon Connect instance. You can find the
|
7883
6689
|
# instanceId in the ARN of the instance.
|
@@ -7922,15 +6728,6 @@ module Aws::Connect
|
|
7922
6728
|
include Aws::Structure
|
7923
6729
|
end
|
7924
6730
|
|
7925
|
-
# @note When making an API call, you may pass ListUsersRequest
|
7926
|
-
# data as a hash:
|
7927
|
-
#
|
7928
|
-
# {
|
7929
|
-
# instance_id: "InstanceId", # required
|
7930
|
-
# next_token: "NextToken",
|
7931
|
-
# max_results: 1,
|
7932
|
-
# }
|
7933
|
-
#
|
7934
6731
|
# @!attribute [rw] instance_id
|
7935
6732
|
# The identifier of the Amazon Connect instance. You can find the
|
7936
6733
|
# instanceId in the ARN of the instance.
|
@@ -7978,14 +6775,6 @@ module Aws::Connect
|
|
7978
6775
|
# Contains information about which channels are supported, and how many
|
7979
6776
|
# contacts an agent can have on a channel simultaneously.
|
7980
6777
|
#
|
7981
|
-
# @note When making an API call, you may pass MediaConcurrency
|
7982
|
-
# data as a hash:
|
7983
|
-
#
|
7984
|
-
# {
|
7985
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
7986
|
-
# concurrency: 1, # required
|
7987
|
-
# }
|
7988
|
-
#
|
7989
6778
|
# @!attribute [rw] channel
|
7990
6779
|
# The channels that agents can handle in the Contact Control Panel
|
7991
6780
|
# (CCP).
|
@@ -8011,17 +6800,6 @@ module Aws::Connect
|
|
8011
6800
|
include Aws::Structure
|
8012
6801
|
end
|
8013
6802
|
|
8014
|
-
# @note When making an API call, you may pass MonitorContactRequest
|
8015
|
-
# data as a hash:
|
8016
|
-
#
|
8017
|
-
# {
|
8018
|
-
# instance_id: "InstanceId", # required
|
8019
|
-
# contact_id: "ContactId", # required
|
8020
|
-
# user_id: "AgentResourceId", # required
|
8021
|
-
# allowed_monitor_capabilities: ["SILENT_MONITOR"], # accepts SILENT_MONITOR, BARGE
|
8022
|
-
# client_token: "ClientToken",
|
8023
|
-
# }
|
8024
|
-
#
|
8025
6803
|
# @!attribute [rw] instance_id
|
8026
6804
|
# The identifier of the Amazon Connect instance. You can find the
|
8027
6805
|
# instanceId in the ARN of the instance.
|
@@ -8084,6 +6862,28 @@ module Aws::Connect
|
|
8084
6862
|
include Aws::Structure
|
8085
6863
|
end
|
8086
6864
|
|
6865
|
+
# The type of notification recipient.
|
6866
|
+
#
|
6867
|
+
# @!attribute [rw] user_tags
|
6868
|
+
# The tags used to organize, track, or control access for this
|
6869
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
6870
|
+
# "key2":"value2"\\} \\}. Amazon Connect users with the specified
|
6871
|
+
# tags will be notified.
|
6872
|
+
# @return [Hash<String,String>]
|
6873
|
+
#
|
6874
|
+
# @!attribute [rw] user_ids
|
6875
|
+
# A list of user IDs.
|
6876
|
+
# @return [Array<String>]
|
6877
|
+
#
|
6878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/NotificationRecipientType AWS API Documentation
|
6879
|
+
#
|
6880
|
+
class NotificationRecipientType < Struct.new(
|
6881
|
+
:user_tags,
|
6882
|
+
:user_ids)
|
6883
|
+
SENSITIVE = []
|
6884
|
+
include Aws::Structure
|
6885
|
+
end
|
6886
|
+
|
8087
6887
|
# Information about a reference when the `referenceType` is `NUMBER`.
|
8088
6888
|
# Otherwise, null.
|
8089
6889
|
#
|
@@ -8106,15 +6906,6 @@ module Aws::Connect
|
|
8106
6906
|
|
8107
6907
|
# The outbound caller ID name, number, and outbound whisper flow.
|
8108
6908
|
#
|
8109
|
-
# @note When making an API call, you may pass OutboundCallerConfig
|
8110
|
-
# data as a hash:
|
8111
|
-
#
|
8112
|
-
# {
|
8113
|
-
# outbound_caller_id_name: "OutboundCallerIdName",
|
8114
|
-
# outbound_caller_id_number_id: "PhoneNumberId",
|
8115
|
-
# outbound_flow_id: "ContactFlowId",
|
8116
|
-
# }
|
8117
|
-
#
|
8118
6909
|
# @!attribute [rw] outbound_caller_id_name
|
8119
6910
|
# The caller ID name.
|
8120
6911
|
# @return [String]
|
@@ -8153,13 +6944,6 @@ module Aws::Connect
|
|
8153
6944
|
|
8154
6945
|
# The customer's details.
|
8155
6946
|
#
|
8156
|
-
# @note When making an API call, you may pass ParticipantDetails
|
8157
|
-
# data as a hash:
|
8158
|
-
#
|
8159
|
-
# {
|
8160
|
-
# display_name: "DisplayName", # required
|
8161
|
-
# }
|
8162
|
-
#
|
8163
6947
|
# @!attribute [rw] display_name
|
8164
6948
|
# Display name of the participant.
|
8165
6949
|
# @return [String]
|
@@ -8174,13 +6958,6 @@ module Aws::Connect
|
|
8174
6958
|
|
8175
6959
|
# Contains information about a phone number for a quick connect.
|
8176
6960
|
#
|
8177
|
-
# @note When making an API call, you may pass PhoneNumberQuickConnectConfig
|
8178
|
-
# data as a hash:
|
8179
|
-
#
|
8180
|
-
# {
|
8181
|
-
# phone_number: "PhoneNumber", # required
|
8182
|
-
# }
|
8183
|
-
#
|
8184
6961
|
# @!attribute [rw] phone_number
|
8185
6962
|
# The phone number in E.164 format.
|
8186
6963
|
# @return [String]
|
@@ -8350,15 +7127,6 @@ module Aws::Connect
|
|
8350
7127
|
include Aws::Structure
|
8351
7128
|
end
|
8352
7129
|
|
8353
|
-
# @note When making an API call, you may pass PutUserStatusRequest
|
8354
|
-
# data as a hash:
|
8355
|
-
#
|
8356
|
-
# {
|
8357
|
-
# user_id: "UserId", # required
|
8358
|
-
# instance_id: "InstanceId", # required
|
8359
|
-
# agent_status_id: "AgentStatusId", # required
|
8360
|
-
# }
|
8361
|
-
#
|
8362
7130
|
# @!attribute [rw] user_id
|
8363
7131
|
# The identifier of the user.
|
8364
7132
|
# @return [String]
|
@@ -8465,14 +7233,6 @@ module Aws::Connect
|
|
8465
7233
|
# Contains information about a queue for a quick connect. The flow must
|
8466
7234
|
# be of type Transfer to Queue.
|
8467
7235
|
#
|
8468
|
-
# @note When making an API call, you may pass QueueQuickConnectConfig
|
8469
|
-
# data as a hash:
|
8470
|
-
#
|
8471
|
-
# {
|
8472
|
-
# queue_id: "QueueId", # required
|
8473
|
-
# contact_flow_id: "ContactFlowId", # required
|
8474
|
-
# }
|
8475
|
-
#
|
8476
7236
|
# @!attribute [rw] queue_id
|
8477
7237
|
# The identifier for the queue.
|
8478
7238
|
# @return [String]
|
@@ -8519,50 +7279,6 @@ module Aws::Connect
|
|
8519
7279
|
#
|
8520
7280
|
# </note>
|
8521
7281
|
#
|
8522
|
-
# @note When making an API call, you may pass QueueSearchCriteria
|
8523
|
-
# data as a hash:
|
8524
|
-
#
|
8525
|
-
# {
|
8526
|
-
# or_conditions: [
|
8527
|
-
# {
|
8528
|
-
# or_conditions: {
|
8529
|
-
# # recursive QueueSearchConditionList
|
8530
|
-
# },
|
8531
|
-
# and_conditions: {
|
8532
|
-
# # recursive QueueSearchConditionList
|
8533
|
-
# },
|
8534
|
-
# string_condition: {
|
8535
|
-
# field_name: "String",
|
8536
|
-
# value: "String",
|
8537
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8538
|
-
# },
|
8539
|
-
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8540
|
-
# },
|
8541
|
-
# ],
|
8542
|
-
# and_conditions: [
|
8543
|
-
# {
|
8544
|
-
# or_conditions: {
|
8545
|
-
# # recursive QueueSearchConditionList
|
8546
|
-
# },
|
8547
|
-
# and_conditions: {
|
8548
|
-
# # recursive QueueSearchConditionList
|
8549
|
-
# },
|
8550
|
-
# string_condition: {
|
8551
|
-
# field_name: "String",
|
8552
|
-
# value: "String",
|
8553
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8554
|
-
# },
|
8555
|
-
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8556
|
-
# },
|
8557
|
-
# ],
|
8558
|
-
# string_condition: {
|
8559
|
-
# field_name: "String",
|
8560
|
-
# value: "String",
|
8561
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
8562
|
-
# },
|
8563
|
-
# queue_type_condition: "STANDARD", # accepts STANDARD
|
8564
|
-
# }
|
8565
|
-
#
|
8566
7282
|
# @!attribute [rw] or_conditions
|
8567
7283
|
# A list of conditions which would be applied together with an OR
|
8568
7284
|
# condition.
|
@@ -8599,32 +7315,6 @@ module Aws::Connect
|
|
8599
7315
|
|
8600
7316
|
# Filters to be applied to search results.
|
8601
7317
|
#
|
8602
|
-
# @note When making an API call, you may pass QueueSearchFilter
|
8603
|
-
# data as a hash:
|
8604
|
-
#
|
8605
|
-
# {
|
8606
|
-
# tag_filter: {
|
8607
|
-
# or_conditions: [
|
8608
|
-
# [
|
8609
|
-
# {
|
8610
|
-
# tag_key: "String",
|
8611
|
-
# tag_value: "String",
|
8612
|
-
# },
|
8613
|
-
# ],
|
8614
|
-
# ],
|
8615
|
-
# and_conditions: [
|
8616
|
-
# {
|
8617
|
-
# tag_key: "String",
|
8618
|
-
# tag_value: "String",
|
8619
|
-
# },
|
8620
|
-
# ],
|
8621
|
-
# tag_condition: {
|
8622
|
-
# tag_key: "String",
|
8623
|
-
# tag_value: "String",
|
8624
|
-
# },
|
8625
|
-
# },
|
8626
|
-
# }
|
8627
|
-
#
|
8628
7318
|
# @!attribute [rw] tag_filter
|
8629
7319
|
# An object that can be used to specify Tag conditions inside the
|
8630
7320
|
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
@@ -8717,24 +7407,6 @@ module Aws::Connect
|
|
8717
7407
|
|
8718
7408
|
# Contains configuration settings for a quick connect.
|
8719
7409
|
#
|
8720
|
-
# @note When making an API call, you may pass QuickConnectConfig
|
8721
|
-
# data as a hash:
|
8722
|
-
#
|
8723
|
-
# {
|
8724
|
-
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
8725
|
-
# user_config: {
|
8726
|
-
# user_id: "UserId", # required
|
8727
|
-
# contact_flow_id: "ContactFlowId", # required
|
8728
|
-
# },
|
8729
|
-
# queue_config: {
|
8730
|
-
# queue_id: "QueueId", # required
|
8731
|
-
# contact_flow_id: "ContactFlowId", # required
|
8732
|
-
# },
|
8733
|
-
# phone_config: {
|
8734
|
-
# phone_number: "PhoneNumber", # required
|
8735
|
-
# },
|
8736
|
-
# }
|
8737
|
-
#
|
8738
7410
|
# @!attribute [rw] quick_connect_type
|
8739
7411
|
# The type of quick connect. In the Amazon Connect console, when you
|
8740
7412
|
# create a quick connect, you are prompted to assign one of the
|
@@ -8802,15 +7474,6 @@ module Aws::Connect
|
|
8802
7474
|
|
8803
7475
|
# Indicates a field that is read-only to an agent.
|
8804
7476
|
#
|
8805
|
-
# @note When making an API call, you may pass ReadOnlyFieldInfo
|
8806
|
-
# data as a hash:
|
8807
|
-
#
|
8808
|
-
# {
|
8809
|
-
# id: {
|
8810
|
-
# name: "TaskTemplateFieldName",
|
8811
|
-
# },
|
8812
|
-
# }
|
8813
|
-
#
|
8814
7477
|
# @!attribute [rw] id
|
8815
7478
|
# Identifier of the read-only field.
|
8816
7479
|
# @return [Types::TaskTemplateFieldIdentifier]
|
@@ -8827,14 +7490,6 @@ module Aws::Connect
|
|
8827
7490
|
# request. You can have up to 4,096 UTF-8 bytes across all references
|
8828
7491
|
# for a contact.
|
8829
7492
|
#
|
8830
|
-
# @note When making an API call, you may pass Reference
|
8831
|
-
# data as a hash:
|
8832
|
-
#
|
8833
|
-
# {
|
8834
|
-
# value: "ReferenceValue", # required
|
8835
|
-
# type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
|
8836
|
-
# }
|
8837
|
-
#
|
8838
7493
|
# @!attribute [rw] value
|
8839
7494
|
# A valid value for the reference. For example, for a URL reference, a
|
8840
7495
|
# formatted URL that is displayed to an agent in the Contact Control
|
@@ -8913,14 +7568,6 @@ module Aws::Connect
|
|
8913
7568
|
class Unknown < ReferenceSummary; end
|
8914
7569
|
end
|
8915
7570
|
|
8916
|
-
# @note When making an API call, you may pass ReleasePhoneNumberRequest
|
8917
|
-
# data as a hash:
|
8918
|
-
#
|
8919
|
-
# {
|
8920
|
-
# phone_number_id: "PhoneNumberId", # required
|
8921
|
-
# client_token: "ClientToken",
|
8922
|
-
# }
|
8923
|
-
#
|
8924
7571
|
# @!attribute [rw] phone_number_id
|
8925
7572
|
# A unique identifier for the phone number.
|
8926
7573
|
# @return [String]
|
@@ -8948,16 +7595,6 @@ module Aws::Connect
|
|
8948
7595
|
include Aws::Structure
|
8949
7596
|
end
|
8950
7597
|
|
8951
|
-
# @note When making an API call, you may pass ReplicateInstanceRequest
|
8952
|
-
# data as a hash:
|
8953
|
-
#
|
8954
|
-
# {
|
8955
|
-
# instance_id: "InstanceIdOrArn", # required
|
8956
|
-
# replica_region: "AwsRegion", # required
|
8957
|
-
# client_token: "ClientToken",
|
8958
|
-
# replica_alias: "DirectoryAlias", # required
|
8959
|
-
# }
|
8960
|
-
#
|
8961
7598
|
# @!attribute [rw] instance_id
|
8962
7599
|
# The identifier of the Amazon Connect instance. You can find the
|
8963
7600
|
# instanceId in the ARN of the instance. You can provide the
|
@@ -9020,15 +7657,6 @@ module Aws::Connect
|
|
9020
7657
|
|
9021
7658
|
# Information about a required field.
|
9022
7659
|
#
|
9023
|
-
# @note When making an API call, you may pass RequiredFieldInfo
|
9024
|
-
# data as a hash:
|
9025
|
-
#
|
9026
|
-
# {
|
9027
|
-
# id: {
|
9028
|
-
# name: "TaskTemplateFieldName",
|
9029
|
-
# },
|
9030
|
-
# }
|
9031
|
-
#
|
9032
7660
|
# @!attribute [rw] id
|
9033
7661
|
# The unique identifier for the field.
|
9034
7662
|
# @return [Types::TaskTemplateFieldIdentifier]
|
@@ -9104,15 +7732,6 @@ module Aws::Connect
|
|
9104
7732
|
include Aws::Structure
|
9105
7733
|
end
|
9106
7734
|
|
9107
|
-
# @note When making an API call, you may pass ResumeContactRecordingRequest
|
9108
|
-
# data as a hash:
|
9109
|
-
#
|
9110
|
-
# {
|
9111
|
-
# instance_id: "InstanceId", # required
|
9112
|
-
# contact_id: "ContactId", # required
|
9113
|
-
# initial_contact_id: "ContactId", # required
|
9114
|
-
# }
|
9115
|
-
#
|
9116
7735
|
# @!attribute [rw] instance_id
|
9117
7736
|
# The identifier of the Amazon Connect instance. You can find the
|
9118
7737
|
# instanceId in the ARN of the instance.
|
@@ -9208,18 +7827,6 @@ module Aws::Connect
|
|
9208
7827
|
# Contains information about the queue and channel for which priority
|
9209
7828
|
# and delay can be set.
|
9210
7829
|
#
|
9211
|
-
# @note When making an API call, you may pass RoutingProfileQueueConfig
|
9212
|
-
# data as a hash:
|
9213
|
-
#
|
9214
|
-
# {
|
9215
|
-
# queue_reference: { # required
|
9216
|
-
# queue_id: "QueueId", # required
|
9217
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
9218
|
-
# },
|
9219
|
-
# priority: 1, # required
|
9220
|
-
# delay: 1, # required
|
9221
|
-
# }
|
9222
|
-
#
|
9223
7830
|
# @!attribute [rw] queue_reference
|
9224
7831
|
# Contains information about a queue resource.
|
9225
7832
|
# @return [Types::RoutingProfileQueueReference]
|
@@ -9306,14 +7913,6 @@ module Aws::Connect
|
|
9306
7913
|
|
9307
7914
|
# Contains the channel and queue identifier for a routing profile.
|
9308
7915
|
#
|
9309
|
-
# @note When making an API call, you may pass RoutingProfileQueueReference
|
9310
|
-
# data as a hash:
|
9311
|
-
#
|
9312
|
-
# {
|
9313
|
-
# queue_id: "QueueId", # required
|
9314
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
9315
|
-
# }
|
9316
|
-
#
|
9317
7916
|
# @!attribute [rw] queue_id
|
9318
7917
|
# The identifier for the queue.
|
9319
7918
|
# @return [String]
|
@@ -9360,47 +7959,6 @@ module Aws::Connect
|
|
9360
7959
|
#
|
9361
7960
|
# </note>
|
9362
7961
|
#
|
9363
|
-
# @note When making an API call, you may pass RoutingProfileSearchCriteria
|
9364
|
-
# data as a hash:
|
9365
|
-
#
|
9366
|
-
# {
|
9367
|
-
# or_conditions: [
|
9368
|
-
# {
|
9369
|
-
# or_conditions: {
|
9370
|
-
# # recursive RoutingProfileSearchConditionList
|
9371
|
-
# },
|
9372
|
-
# and_conditions: {
|
9373
|
-
# # recursive RoutingProfileSearchConditionList
|
9374
|
-
# },
|
9375
|
-
# string_condition: {
|
9376
|
-
# field_name: "String",
|
9377
|
-
# value: "String",
|
9378
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9379
|
-
# },
|
9380
|
-
# },
|
9381
|
-
# ],
|
9382
|
-
# and_conditions: [
|
9383
|
-
# {
|
9384
|
-
# or_conditions: {
|
9385
|
-
# # recursive RoutingProfileSearchConditionList
|
9386
|
-
# },
|
9387
|
-
# and_conditions: {
|
9388
|
-
# # recursive RoutingProfileSearchConditionList
|
9389
|
-
# },
|
9390
|
-
# string_condition: {
|
9391
|
-
# field_name: "String",
|
9392
|
-
# value: "String",
|
9393
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9394
|
-
# },
|
9395
|
-
# },
|
9396
|
-
# ],
|
9397
|
-
# string_condition: {
|
9398
|
-
# field_name: "String",
|
9399
|
-
# value: "String",
|
9400
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9401
|
-
# },
|
9402
|
-
# }
|
9403
|
-
#
|
9404
7962
|
# @!attribute [rw] or_conditions
|
9405
7963
|
# A list of conditions which would be applied together with an OR
|
9406
7964
|
# condition.
|
@@ -9432,32 +7990,6 @@ module Aws::Connect
|
|
9432
7990
|
|
9433
7991
|
# Filters to be applied to search results.
|
9434
7992
|
#
|
9435
|
-
# @note When making an API call, you may pass RoutingProfileSearchFilter
|
9436
|
-
# data as a hash:
|
9437
|
-
#
|
9438
|
-
# {
|
9439
|
-
# tag_filter: {
|
9440
|
-
# or_conditions: [
|
9441
|
-
# [
|
9442
|
-
# {
|
9443
|
-
# tag_key: "String",
|
9444
|
-
# tag_value: "String",
|
9445
|
-
# },
|
9446
|
-
# ],
|
9447
|
-
# ],
|
9448
|
-
# and_conditions: [
|
9449
|
-
# {
|
9450
|
-
# tag_key: "String",
|
9451
|
-
# tag_value: "String",
|
9452
|
-
# },
|
9453
|
-
# ],
|
9454
|
-
# tag_condition: {
|
9455
|
-
# tag_key: "String",
|
9456
|
-
# tag_value: "String",
|
9457
|
-
# },
|
9458
|
-
# },
|
9459
|
-
# }
|
9460
|
-
#
|
9461
7993
|
# @!attribute [rw] tag_filter
|
9462
7994
|
# An object that can be used to specify Tag conditions inside the
|
9463
7995
|
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
@@ -9502,20 +8034,183 @@ module Aws::Connect
|
|
9502
8034
|
include Aws::Structure
|
9503
8035
|
end
|
9504
8036
|
|
9505
|
-
# Information about
|
9506
|
-
#
|
8037
|
+
# Information about a rule.
|
8038
|
+
#
|
8039
|
+
# @!attribute [rw] name
|
8040
|
+
# The name of the rule.
|
8041
|
+
# @return [String]
|
8042
|
+
#
|
8043
|
+
# @!attribute [rw] rule_id
|
8044
|
+
# A unique identifier for the rule.
|
8045
|
+
# @return [String]
|
8046
|
+
#
|
8047
|
+
# @!attribute [rw] rule_arn
|
8048
|
+
# The Amazon Resource Name (ARN) of the rule.
|
8049
|
+
# @return [String]
|
8050
|
+
#
|
8051
|
+
# @!attribute [rw] trigger_event_source
|
8052
|
+
# The event source to trigger the rule.
|
8053
|
+
# @return [Types::RuleTriggerEventSource]
|
8054
|
+
#
|
8055
|
+
# @!attribute [rw] function
|
8056
|
+
# The conditions of the rule.
|
8057
|
+
# @return [String]
|
8058
|
+
#
|
8059
|
+
# @!attribute [rw] actions
|
8060
|
+
# A list of actions to be run when the rule is triggered.
|
8061
|
+
# @return [Array<Types::RuleAction>]
|
8062
|
+
#
|
8063
|
+
# @!attribute [rw] publish_status
|
8064
|
+
# The publish status of the rule.
|
8065
|
+
# @return [String]
|
8066
|
+
#
|
8067
|
+
# @!attribute [rw] created_time
|
8068
|
+
# The timestamp for when the rule was created.
|
8069
|
+
# @return [Time]
|
8070
|
+
#
|
8071
|
+
# @!attribute [rw] last_updated_time
|
8072
|
+
# The timestamp for the when the rule was last updated.
|
8073
|
+
# @return [Time]
|
8074
|
+
#
|
8075
|
+
# @!attribute [rw] last_updated_by
|
8076
|
+
# The Amazon Resource Name (ARN) of the user who last updated the
|
8077
|
+
# rule.
|
8078
|
+
# @return [String]
|
8079
|
+
#
|
8080
|
+
# @!attribute [rw] tags
|
8081
|
+
# The tags used to organize, track, or control access for this
|
8082
|
+
# resource. For example, \\\{ "tags": \\\{"key1":"value1",
|
8083
|
+
# "key2":"value2"\\} \\}.
|
8084
|
+
# @return [Hash<String,String>]
|
8085
|
+
#
|
8086
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Rule AWS API Documentation
|
8087
|
+
#
|
8088
|
+
class Rule < Struct.new(
|
8089
|
+
:name,
|
8090
|
+
:rule_id,
|
8091
|
+
:rule_arn,
|
8092
|
+
:trigger_event_source,
|
8093
|
+
:function,
|
8094
|
+
:actions,
|
8095
|
+
:publish_status,
|
8096
|
+
:created_time,
|
8097
|
+
:last_updated_time,
|
8098
|
+
:last_updated_by,
|
8099
|
+
:tags)
|
8100
|
+
SENSITIVE = []
|
8101
|
+
include Aws::Structure
|
8102
|
+
end
|
8103
|
+
|
8104
|
+
# Information about the action to be performed when a rule is triggered.
|
8105
|
+
#
|
8106
|
+
# @!attribute [rw] action_type
|
8107
|
+
# The type of action that creates a rule.
|
8108
|
+
# @return [String]
|
8109
|
+
#
|
8110
|
+
# @!attribute [rw] task_action
|
8111
|
+
# Information about the task action. This field is required if
|
8112
|
+
# `TriggerEventSource` is one of the following values:
|
8113
|
+
# `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
|
8114
|
+
# `OnSalesforceCaseCreate`
|
8115
|
+
# @return [Types::TaskActionDefinition]
|
8116
|
+
#
|
8117
|
+
# @!attribute [rw] event_bridge_action
|
8118
|
+
# Information about the EventBridge action.
|
8119
|
+
# @return [Types::EventBridgeActionDefinition]
|
8120
|
+
#
|
8121
|
+
# @!attribute [rw] assign_contact_category_action
|
8122
|
+
# Information about the contact category action.
|
8123
|
+
# @return [Types::AssignContactCategoryActionDefinition]
|
8124
|
+
#
|
8125
|
+
# @!attribute [rw] send_notification_action
|
8126
|
+
# Information about the send notification action.
|
8127
|
+
# @return [Types::SendNotificationActionDefinition]
|
8128
|
+
#
|
8129
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAction AWS API Documentation
|
8130
|
+
#
|
8131
|
+
class RuleAction < Struct.new(
|
8132
|
+
:action_type,
|
8133
|
+
:task_action,
|
8134
|
+
:event_bridge_action,
|
8135
|
+
:assign_contact_category_action,
|
8136
|
+
:send_notification_action)
|
8137
|
+
SENSITIVE = []
|
8138
|
+
include Aws::Structure
|
8139
|
+
end
|
8140
|
+
|
8141
|
+
# A list of `ActionTypes` associated with a rule.
|
8142
|
+
#
|
8143
|
+
# @!attribute [rw] name
|
8144
|
+
# The name of the rule.
|
8145
|
+
# @return [String]
|
8146
|
+
#
|
8147
|
+
# @!attribute [rw] rule_id
|
8148
|
+
# A unique identifier for the rule.
|
8149
|
+
# @return [String]
|
8150
|
+
#
|
8151
|
+
# @!attribute [rw] rule_arn
|
8152
|
+
# The Amazon Resource Name (ARN) of the rule.
|
8153
|
+
# @return [String]
|
8154
|
+
#
|
8155
|
+
# @!attribute [rw] event_source_name
|
8156
|
+
# The name of the event source.
|
8157
|
+
# @return [String]
|
8158
|
+
#
|
8159
|
+
# @!attribute [rw] publish_status
|
8160
|
+
# The publish status of the rule.
|
8161
|
+
# @return [String]
|
8162
|
+
#
|
8163
|
+
# @!attribute [rw] action_summaries
|
8164
|
+
# A list of ActionTypes associated with a rule.
|
8165
|
+
# @return [Array<Types::ActionSummary>]
|
8166
|
+
#
|
8167
|
+
# @!attribute [rw] created_time
|
8168
|
+
# The timestamp for when the rule was created.
|
8169
|
+
# @return [Time]
|
8170
|
+
#
|
8171
|
+
# @!attribute [rw] last_updated_time
|
8172
|
+
# The timestamp for when the rule was last updated.
|
8173
|
+
# @return [Time]
|
8174
|
+
#
|
8175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleSummary AWS API Documentation
|
8176
|
+
#
|
8177
|
+
class RuleSummary < Struct.new(
|
8178
|
+
:name,
|
8179
|
+
:rule_id,
|
8180
|
+
:rule_arn,
|
8181
|
+
:event_source_name,
|
8182
|
+
:publish_status,
|
8183
|
+
:action_summaries,
|
8184
|
+
:created_time,
|
8185
|
+
:last_updated_time)
|
8186
|
+
SENSITIVE = []
|
8187
|
+
include Aws::Structure
|
8188
|
+
end
|
8189
|
+
|
8190
|
+
# The name of the event source. This field is required if
|
8191
|
+
# `TriggerEventSource` is one of the following values:
|
8192
|
+
# `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
|
8193
|
+
# `OnSalesforceCaseCreate`
|
9507
8194
|
#
|
9508
|
-
#
|
9509
|
-
#
|
8195
|
+
# @!attribute [rw] event_source_name
|
8196
|
+
# The name of the event source.
|
8197
|
+
# @return [String]
|
9510
8198
|
#
|
9511
|
-
#
|
9512
|
-
#
|
9513
|
-
#
|
9514
|
-
#
|
9515
|
-
#
|
9516
|
-
#
|
9517
|
-
|
9518
|
-
|
8199
|
+
# @!attribute [rw] integration_association_id
|
8200
|
+
# The identifier for the integration association.
|
8201
|
+
# @return [String]
|
8202
|
+
#
|
8203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleTriggerEventSource AWS API Documentation
|
8204
|
+
#
|
8205
|
+
class RuleTriggerEventSource < Struct.new(
|
8206
|
+
:event_source_name,
|
8207
|
+
:integration_association_id)
|
8208
|
+
SENSITIVE = []
|
8209
|
+
include Aws::Structure
|
8210
|
+
end
|
8211
|
+
|
8212
|
+
# Information about the Amazon Simple Storage Service (Amazon S3)
|
8213
|
+
# storage type.
|
9519
8214
|
#
|
9520
8215
|
# @!attribute [rw] bucket_name
|
9521
8216
|
# The S3 bucket name.
|
@@ -9539,18 +8234,6 @@ module Aws::Connect
|
|
9539
8234
|
include Aws::Structure
|
9540
8235
|
end
|
9541
8236
|
|
9542
|
-
# @note When making an API call, you may pass SearchAvailablePhoneNumbersRequest
|
9543
|
-
# data as a hash:
|
9544
|
-
#
|
9545
|
-
# {
|
9546
|
-
# target_arn: "ARN", # required
|
9547
|
-
# phone_number_country_code: "AF", # required, accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
|
9548
|
-
# phone_number_type: "TOLL_FREE", # required, accepts TOLL_FREE, DID
|
9549
|
-
# phone_number_prefix: "PhoneNumberPrefix",
|
9550
|
-
# max_results: 1,
|
9551
|
-
# next_token: "LargeNextToken",
|
9552
|
-
# }
|
9553
|
-
#
|
9554
8237
|
# @!attribute [rw] target_arn
|
9555
8238
|
# The Amazon Resource Name (ARN) for Amazon Connect instances or
|
9556
8239
|
# traffic distribution groups that phone numbers are claimed to.
|
@@ -9611,55 +8294,6 @@ module Aws::Connect
|
|
9611
8294
|
include Aws::Structure
|
9612
8295
|
end
|
9613
8296
|
|
9614
|
-
# @note When making an API call, you may pass SearchQueuesRequest
|
9615
|
-
# data as a hash:
|
9616
|
-
#
|
9617
|
-
# {
|
9618
|
-
# instance_id: "InstanceId", # required
|
9619
|
-
# next_token: "NextToken2500",
|
9620
|
-
# max_results: 1,
|
9621
|
-
# search_filter: {
|
9622
|
-
# tag_filter: {
|
9623
|
-
# or_conditions: [
|
9624
|
-
# [
|
9625
|
-
# {
|
9626
|
-
# tag_key: "String",
|
9627
|
-
# tag_value: "String",
|
9628
|
-
# },
|
9629
|
-
# ],
|
9630
|
-
# ],
|
9631
|
-
# and_conditions: [
|
9632
|
-
# {
|
9633
|
-
# tag_key: "String",
|
9634
|
-
# tag_value: "String",
|
9635
|
-
# },
|
9636
|
-
# ],
|
9637
|
-
# tag_condition: {
|
9638
|
-
# tag_key: "String",
|
9639
|
-
# tag_value: "String",
|
9640
|
-
# },
|
9641
|
-
# },
|
9642
|
-
# },
|
9643
|
-
# search_criteria: {
|
9644
|
-
# or_conditions: [
|
9645
|
-
# {
|
9646
|
-
# # recursive QueueSearchCriteria
|
9647
|
-
# },
|
9648
|
-
# ],
|
9649
|
-
# and_conditions: [
|
9650
|
-
# {
|
9651
|
-
# # recursive QueueSearchCriteria
|
9652
|
-
# },
|
9653
|
-
# ],
|
9654
|
-
# string_condition: {
|
9655
|
-
# field_name: "String",
|
9656
|
-
# value: "String",
|
9657
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9658
|
-
# },
|
9659
|
-
# queue_type_condition: "STANDARD", # accepts STANDARD
|
9660
|
-
# },
|
9661
|
-
# }
|
9662
|
-
#
|
9663
8297
|
# @!attribute [rw] instance_id
|
9664
8298
|
# The identifier of the Amazon Connect instance. You can find the
|
9665
8299
|
# instanceId in the ARN of the instance.
|
@@ -9725,54 +8359,6 @@ module Aws::Connect
|
|
9725
8359
|
include Aws::Structure
|
9726
8360
|
end
|
9727
8361
|
|
9728
|
-
# @note When making an API call, you may pass SearchRoutingProfilesRequest
|
9729
|
-
# data as a hash:
|
9730
|
-
#
|
9731
|
-
# {
|
9732
|
-
# instance_id: "InstanceId", # required
|
9733
|
-
# next_token: "NextToken2500",
|
9734
|
-
# max_results: 1,
|
9735
|
-
# search_filter: {
|
9736
|
-
# tag_filter: {
|
9737
|
-
# or_conditions: [
|
9738
|
-
# [
|
9739
|
-
# {
|
9740
|
-
# tag_key: "String",
|
9741
|
-
# tag_value: "String",
|
9742
|
-
# },
|
9743
|
-
# ],
|
9744
|
-
# ],
|
9745
|
-
# and_conditions: [
|
9746
|
-
# {
|
9747
|
-
# tag_key: "String",
|
9748
|
-
# tag_value: "String",
|
9749
|
-
# },
|
9750
|
-
# ],
|
9751
|
-
# tag_condition: {
|
9752
|
-
# tag_key: "String",
|
9753
|
-
# tag_value: "String",
|
9754
|
-
# },
|
9755
|
-
# },
|
9756
|
-
# },
|
9757
|
-
# search_criteria: {
|
9758
|
-
# or_conditions: [
|
9759
|
-
# {
|
9760
|
-
# # recursive RoutingProfileSearchCriteria
|
9761
|
-
# },
|
9762
|
-
# ],
|
9763
|
-
# and_conditions: [
|
9764
|
-
# {
|
9765
|
-
# # recursive RoutingProfileSearchCriteria
|
9766
|
-
# },
|
9767
|
-
# ],
|
9768
|
-
# string_condition: {
|
9769
|
-
# field_name: "String",
|
9770
|
-
# value: "String",
|
9771
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9772
|
-
# },
|
9773
|
-
# },
|
9774
|
-
# }
|
9775
|
-
#
|
9776
8362
|
# @!attribute [rw] instance_id
|
9777
8363
|
# The identifier of the Amazon Connect instance. You can find the
|
9778
8364
|
# instanceId in the ARN of the instance.
|
@@ -9839,54 +8425,6 @@ module Aws::Connect
|
|
9839
8425
|
include Aws::Structure
|
9840
8426
|
end
|
9841
8427
|
|
9842
|
-
# @note When making an API call, you may pass SearchSecurityProfilesRequest
|
9843
|
-
# data as a hash:
|
9844
|
-
#
|
9845
|
-
# {
|
9846
|
-
# instance_id: "InstanceId", # required
|
9847
|
-
# next_token: "NextToken2500",
|
9848
|
-
# max_results: 1,
|
9849
|
-
# search_criteria: {
|
9850
|
-
# or_conditions: [
|
9851
|
-
# {
|
9852
|
-
# # recursive SecurityProfileSearchCriteria
|
9853
|
-
# },
|
9854
|
-
# ],
|
9855
|
-
# and_conditions: [
|
9856
|
-
# {
|
9857
|
-
# # recursive SecurityProfileSearchCriteria
|
9858
|
-
# },
|
9859
|
-
# ],
|
9860
|
-
# string_condition: {
|
9861
|
-
# field_name: "String",
|
9862
|
-
# value: "String",
|
9863
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
9864
|
-
# },
|
9865
|
-
# },
|
9866
|
-
# search_filter: {
|
9867
|
-
# tag_filter: {
|
9868
|
-
# or_conditions: [
|
9869
|
-
# [
|
9870
|
-
# {
|
9871
|
-
# tag_key: "String",
|
9872
|
-
# tag_value: "String",
|
9873
|
-
# },
|
9874
|
-
# ],
|
9875
|
-
# ],
|
9876
|
-
# and_conditions: [
|
9877
|
-
# {
|
9878
|
-
# tag_key: "String",
|
9879
|
-
# tag_value: "String",
|
9880
|
-
# },
|
9881
|
-
# ],
|
9882
|
-
# tag_condition: {
|
9883
|
-
# tag_key: "String",
|
9884
|
-
# tag_value: "String",
|
9885
|
-
# },
|
9886
|
-
# },
|
9887
|
-
# },
|
9888
|
-
# }
|
9889
|
-
#
|
9890
8428
|
# @!attribute [rw] instance_id
|
9891
8429
|
# The identifier of the Amazon Connect instance. You can find the
|
9892
8430
|
# instanceId in the ARN of the instance.
|
@@ -9956,58 +8494,6 @@ module Aws::Connect
|
|
9956
8494
|
include Aws::Structure
|
9957
8495
|
end
|
9958
8496
|
|
9959
|
-
# @note When making an API call, you may pass SearchUsersRequest
|
9960
|
-
# data as a hash:
|
9961
|
-
#
|
9962
|
-
# {
|
9963
|
-
# instance_id: "InstanceId",
|
9964
|
-
# next_token: "NextToken2500",
|
9965
|
-
# max_results: 1,
|
9966
|
-
# search_filter: {
|
9967
|
-
# tag_filter: {
|
9968
|
-
# or_conditions: [
|
9969
|
-
# [
|
9970
|
-
# {
|
9971
|
-
# tag_key: "String",
|
9972
|
-
# tag_value: "String",
|
9973
|
-
# },
|
9974
|
-
# ],
|
9975
|
-
# ],
|
9976
|
-
# and_conditions: [
|
9977
|
-
# {
|
9978
|
-
# tag_key: "String",
|
9979
|
-
# tag_value: "String",
|
9980
|
-
# },
|
9981
|
-
# ],
|
9982
|
-
# tag_condition: {
|
9983
|
-
# tag_key: "String",
|
9984
|
-
# tag_value: "String",
|
9985
|
-
# },
|
9986
|
-
# },
|
9987
|
-
# },
|
9988
|
-
# search_criteria: {
|
9989
|
-
# or_conditions: [
|
9990
|
-
# {
|
9991
|
-
# # recursive UserSearchCriteria
|
9992
|
-
# },
|
9993
|
-
# ],
|
9994
|
-
# and_conditions: [
|
9995
|
-
# {
|
9996
|
-
# # recursive UserSearchCriteria
|
9997
|
-
# },
|
9998
|
-
# ],
|
9999
|
-
# string_condition: {
|
10000
|
-
# field_name: "String",
|
10001
|
-
# value: "String",
|
10002
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
10003
|
-
# },
|
10004
|
-
# hierarchy_group_condition: {
|
10005
|
-
# value: "String",
|
10006
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
10007
|
-
# },
|
10008
|
-
# },
|
10009
|
-
# }
|
10010
|
-
#
|
10011
8497
|
# @!attribute [rw] instance_id
|
10012
8498
|
# The identifier of the Amazon Connect instance. You can find the
|
10013
8499
|
# instanceId in the ARN of the instance.
|
@@ -10073,18 +8559,6 @@ module Aws::Connect
|
|
10073
8559
|
include Aws::Structure
|
10074
8560
|
end
|
10075
8561
|
|
10076
|
-
# @note When making an API call, you may pass SearchVocabulariesRequest
|
10077
|
-
# data as a hash:
|
10078
|
-
#
|
10079
|
-
# {
|
10080
|
-
# instance_id: "InstanceId", # required
|
10081
|
-
# max_results: 1,
|
10082
|
-
# next_token: "VocabularyNextToken",
|
10083
|
-
# state: "CREATION_IN_PROGRESS", # accepts CREATION_IN_PROGRESS, ACTIVE, CREATION_FAILED, DELETE_IN_PROGRESS
|
10084
|
-
# name_starts_with: "VocabularyName",
|
10085
|
-
# language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
|
10086
|
-
# }
|
10087
|
-
#
|
10088
8562
|
# @!attribute [rw] instance_id
|
10089
8563
|
# The identifier of the Amazon Connect instance. You can find the
|
10090
8564
|
# instanceId in the ARN of the instance.
|
@@ -10202,6 +8676,16 @@ module Aws::Connect
|
|
10202
8676
|
# "key2":"value2"\\} \\}.
|
10203
8677
|
# @return [Hash<String,String>]
|
10204
8678
|
#
|
8679
|
+
# @!attribute [rw] allowed_access_control_tags
|
8680
|
+
# The list of tags that a security profile uses to restrict access to
|
8681
|
+
# resources in Amazon Connect.
|
8682
|
+
# @return [Hash<String,String>]
|
8683
|
+
#
|
8684
|
+
# @!attribute [rw] tag_restricted_resources
|
8685
|
+
# The list of resources that a security profile applies tag
|
8686
|
+
# restrictions to in Amazon Connect.
|
8687
|
+
# @return [Array<String>]
|
8688
|
+
#
|
10205
8689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfile AWS API Documentation
|
10206
8690
|
#
|
10207
8691
|
class SecurityProfile < Struct.new(
|
@@ -10210,7 +8694,9 @@ module Aws::Connect
|
|
10210
8694
|
:arn,
|
10211
8695
|
:security_profile_name,
|
10212
8696
|
:description,
|
10213
|
-
:tags
|
8697
|
+
:tags,
|
8698
|
+
:allowed_access_control_tags,
|
8699
|
+
:tag_restricted_resources)
|
10214
8700
|
SENSITIVE = []
|
10215
8701
|
include Aws::Structure
|
10216
8702
|
end
|
@@ -10223,47 +8709,6 @@ module Aws::Connect
|
|
10223
8709
|
#
|
10224
8710
|
# </note>
|
10225
8711
|
#
|
10226
|
-
# @note When making an API call, you may pass SecurityProfileSearchCriteria
|
10227
|
-
# data as a hash:
|
10228
|
-
#
|
10229
|
-
# {
|
10230
|
-
# or_conditions: [
|
10231
|
-
# {
|
10232
|
-
# or_conditions: {
|
10233
|
-
# # recursive SecurityProfileSearchConditionList
|
10234
|
-
# },
|
10235
|
-
# and_conditions: {
|
10236
|
-
# # recursive SecurityProfileSearchConditionList
|
10237
|
-
# },
|
10238
|
-
# string_condition: {
|
10239
|
-
# field_name: "String",
|
10240
|
-
# value: "String",
|
10241
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
10242
|
-
# },
|
10243
|
-
# },
|
10244
|
-
# ],
|
10245
|
-
# and_conditions: [
|
10246
|
-
# {
|
10247
|
-
# or_conditions: {
|
10248
|
-
# # recursive SecurityProfileSearchConditionList
|
10249
|
-
# },
|
10250
|
-
# and_conditions: {
|
10251
|
-
# # recursive SecurityProfileSearchConditionList
|
10252
|
-
# },
|
10253
|
-
# string_condition: {
|
10254
|
-
# field_name: "String",
|
10255
|
-
# value: "String",
|
10256
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
10257
|
-
# },
|
10258
|
-
# },
|
10259
|
-
# ],
|
10260
|
-
# string_condition: {
|
10261
|
-
# field_name: "String",
|
10262
|
-
# value: "String",
|
10263
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
10264
|
-
# },
|
10265
|
-
# }
|
10266
|
-
#
|
10267
8712
|
# @!attribute [rw] or_conditions
|
10268
8713
|
# A list of conditions which would be applied together with an OR
|
10269
8714
|
# condition.
|
@@ -10360,32 +8805,6 @@ module Aws::Connect
|
|
10360
8805
|
|
10361
8806
|
# Filters to be applied to search results.
|
10362
8807
|
#
|
10363
|
-
# @note When making an API call, you may pass SecurityProfilesSearchFilter
|
10364
|
-
# data as a hash:
|
10365
|
-
#
|
10366
|
-
# {
|
10367
|
-
# tag_filter: {
|
10368
|
-
# or_conditions: [
|
10369
|
-
# [
|
10370
|
-
# {
|
10371
|
-
# tag_key: "String",
|
10372
|
-
# tag_value: "String",
|
10373
|
-
# },
|
10374
|
-
# ],
|
10375
|
-
# ],
|
10376
|
-
# and_conditions: [
|
10377
|
-
# {
|
10378
|
-
# tag_key: "String",
|
10379
|
-
# tag_value: "String",
|
10380
|
-
# },
|
10381
|
-
# ],
|
10382
|
-
# tag_condition: {
|
10383
|
-
# tag_key: "String",
|
10384
|
-
# tag_value: "String",
|
10385
|
-
# },
|
10386
|
-
# },
|
10387
|
-
# }
|
10388
|
-
#
|
10389
8808
|
# @!attribute [rw] tag_filter
|
10390
8809
|
# An object that can be used to specify Tag conditions inside the
|
10391
8810
|
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
@@ -10406,6 +8825,52 @@ module Aws::Connect
|
|
10406
8825
|
include Aws::Structure
|
10407
8826
|
end
|
10408
8827
|
|
8828
|
+
# Information about the send notification action.
|
8829
|
+
#
|
8830
|
+
# @!attribute [rw] delivery_method
|
8831
|
+
# Notification delivery method.
|
8832
|
+
# @return [String]
|
8833
|
+
#
|
8834
|
+
# @!attribute [rw] subject
|
8835
|
+
# The subject of the email if the delivery method is `EMAIL`. Supports
|
8836
|
+
# variable injection. For more information, see [JSONPath
|
8837
|
+
# reference][1] in the *Amazon Connect Administrators Guide*.
|
8838
|
+
#
|
8839
|
+
#
|
8840
|
+
#
|
8841
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
|
8842
|
+
# @return [String]
|
8843
|
+
#
|
8844
|
+
# @!attribute [rw] content
|
8845
|
+
# Notification content. Supports variable injection. For more
|
8846
|
+
# information, see [JSONPath reference][1] in the *Amazon Connect
|
8847
|
+
# Administrators Guide*.
|
8848
|
+
#
|
8849
|
+
#
|
8850
|
+
#
|
8851
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
|
8852
|
+
# @return [String]
|
8853
|
+
#
|
8854
|
+
# @!attribute [rw] content_type
|
8855
|
+
# Content type format.
|
8856
|
+
# @return [String]
|
8857
|
+
#
|
8858
|
+
# @!attribute [rw] recipient
|
8859
|
+
# Notification recipient.
|
8860
|
+
# @return [Types::NotificationRecipientType]
|
8861
|
+
#
|
8862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SendNotificationActionDefinition AWS API Documentation
|
8863
|
+
#
|
8864
|
+
class SendNotificationActionDefinition < Struct.new(
|
8865
|
+
:delivery_method,
|
8866
|
+
:subject,
|
8867
|
+
:content,
|
8868
|
+
:content_type,
|
8869
|
+
:recipient)
|
8870
|
+
SENSITIVE = []
|
8871
|
+
include Aws::Structure
|
8872
|
+
end
|
8873
|
+
|
10409
8874
|
# The service quota has been exceeded.
|
10410
8875
|
#
|
10411
8876
|
# @!attribute [rw] message
|
@@ -10419,27 +8884,6 @@ module Aws::Connect
|
|
10419
8884
|
include Aws::Structure
|
10420
8885
|
end
|
10421
8886
|
|
10422
|
-
# @note When making an API call, you may pass StartChatContactRequest
|
10423
|
-
# data as a hash:
|
10424
|
-
#
|
10425
|
-
# {
|
10426
|
-
# instance_id: "InstanceId", # required
|
10427
|
-
# contact_flow_id: "ContactFlowId", # required
|
10428
|
-
# attributes: {
|
10429
|
-
# "AttributeName" => "AttributeValue",
|
10430
|
-
# },
|
10431
|
-
# participant_details: { # required
|
10432
|
-
# display_name: "DisplayName", # required
|
10433
|
-
# },
|
10434
|
-
# initial_message: {
|
10435
|
-
# content_type: "ChatContentType", # required
|
10436
|
-
# content: "ChatContent", # required
|
10437
|
-
# },
|
10438
|
-
# client_token: "ClientToken",
|
10439
|
-
# chat_duration_in_minutes: 1,
|
10440
|
-
# supported_messaging_content_types: ["SupportedMessagingContentType"],
|
10441
|
-
# }
|
10442
|
-
#
|
10443
8887
|
# @!attribute [rw] instance_id
|
10444
8888
|
# The identifier of the Amazon Connect instance. You can find the
|
10445
8889
|
# instanceId in the ARN of the instance.
|
@@ -10544,18 +8988,6 @@ module Aws::Connect
|
|
10544
8988
|
include Aws::Structure
|
10545
8989
|
end
|
10546
8990
|
|
10547
|
-
# @note When making an API call, you may pass StartContactRecordingRequest
|
10548
|
-
# data as a hash:
|
10549
|
-
#
|
10550
|
-
# {
|
10551
|
-
# instance_id: "InstanceId", # required
|
10552
|
-
# contact_id: "ContactId", # required
|
10553
|
-
# initial_contact_id: "ContactId", # required
|
10554
|
-
# voice_recording_configuration: { # required
|
10555
|
-
# voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
|
10556
|
-
# },
|
10557
|
-
# }
|
10558
|
-
#
|
10559
8991
|
# @!attribute [rw] instance_id
|
10560
8992
|
# The identifier of the Amazon Connect instance. You can find the
|
10561
8993
|
# instanceId in the ARN of the instance.
|
@@ -10589,18 +9021,6 @@ module Aws::Connect
|
|
10589
9021
|
#
|
10590
9022
|
class StartContactRecordingResponse < Aws::EmptyStructure; end
|
10591
9023
|
|
10592
|
-
# @note When making an API call, you may pass StartContactStreamingRequest
|
10593
|
-
# data as a hash:
|
10594
|
-
#
|
10595
|
-
# {
|
10596
|
-
# instance_id: "InstanceId", # required
|
10597
|
-
# contact_id: "ContactId", # required
|
10598
|
-
# chat_streaming_configuration: { # required
|
10599
|
-
# streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
|
10600
|
-
# },
|
10601
|
-
# client_token: "ClientToken", # required
|
10602
|
-
# }
|
10603
|
-
#
|
10604
9024
|
# @!attribute [rw] instance_id
|
10605
9025
|
# The identifier of the Amazon Connect instance. You can find the
|
10606
9026
|
# instanceId in the ARN of the instance.
|
@@ -10653,27 +9073,6 @@ module Aws::Connect
|
|
10653
9073
|
include Aws::Structure
|
10654
9074
|
end
|
10655
9075
|
|
10656
|
-
# @note When making an API call, you may pass StartOutboundVoiceContactRequest
|
10657
|
-
# data as a hash:
|
10658
|
-
#
|
10659
|
-
# {
|
10660
|
-
# destination_phone_number: "PhoneNumber", # required
|
10661
|
-
# contact_flow_id: "ContactFlowId", # required
|
10662
|
-
# instance_id: "InstanceId", # required
|
10663
|
-
# client_token: "ClientToken",
|
10664
|
-
# source_phone_number: "PhoneNumber",
|
10665
|
-
# queue_id: "QueueId",
|
10666
|
-
# attributes: {
|
10667
|
-
# "AttributeName" => "AttributeValue",
|
10668
|
-
# },
|
10669
|
-
# answer_machine_detection_config: {
|
10670
|
-
# enable_answer_machine_detection: false,
|
10671
|
-
# await_answer_machine_prompt: false,
|
10672
|
-
# },
|
10673
|
-
# campaign_id: "CampaignId",
|
10674
|
-
# traffic_type: "GENERAL", # accepts GENERAL, CAMPAIGN
|
10675
|
-
# }
|
10676
|
-
#
|
10677
9076
|
# @!attribute [rw] destination_phone_number
|
10678
9077
|
# The phone number of the customer, in E.164 format.
|
10679
9078
|
# @return [String]
|
@@ -10778,30 +9177,6 @@ module Aws::Connect
|
|
10778
9177
|
include Aws::Structure
|
10779
9178
|
end
|
10780
9179
|
|
10781
|
-
# @note When making an API call, you may pass StartTaskContactRequest
|
10782
|
-
# data as a hash:
|
10783
|
-
#
|
10784
|
-
# {
|
10785
|
-
# instance_id: "InstanceId", # required
|
10786
|
-
# previous_contact_id: "ContactId",
|
10787
|
-
# contact_flow_id: "ContactFlowId",
|
10788
|
-
# attributes: {
|
10789
|
-
# "AttributeName" => "AttributeValue",
|
10790
|
-
# },
|
10791
|
-
# name: "Name", # required
|
10792
|
-
# references: {
|
10793
|
-
# "ReferenceKey" => {
|
10794
|
-
# value: "ReferenceValue", # required
|
10795
|
-
# type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
|
10796
|
-
# },
|
10797
|
-
# },
|
10798
|
-
# description: "Description",
|
10799
|
-
# client_token: "ClientToken",
|
10800
|
-
# scheduled_time: Time.now,
|
10801
|
-
# task_template_id: "TaskTemplateId",
|
10802
|
-
# quick_connect_id: "QuickConnectId",
|
10803
|
-
# }
|
10804
|
-
#
|
10805
9180
|
# @!attribute [rw] instance_id
|
10806
9181
|
# The identifier of the Amazon Connect instance. You can find the
|
10807
9182
|
# instanceId in the ARN of the instance.
|
@@ -10905,15 +9280,6 @@ module Aws::Connect
|
|
10905
9280
|
include Aws::Structure
|
10906
9281
|
end
|
10907
9282
|
|
10908
|
-
# @note When making an API call, you may pass StopContactRecordingRequest
|
10909
|
-
# data as a hash:
|
10910
|
-
#
|
10911
|
-
# {
|
10912
|
-
# instance_id: "InstanceId", # required
|
10913
|
-
# contact_id: "ContactId", # required
|
10914
|
-
# initial_contact_id: "ContactId", # required
|
10915
|
-
# }
|
10916
|
-
#
|
10917
9283
|
# @!attribute [rw] instance_id
|
10918
9284
|
# The identifier of the Amazon Connect instance. You can find the
|
10919
9285
|
# instanceId in the ARN of the instance.
|
@@ -10942,14 +9308,6 @@ module Aws::Connect
|
|
10942
9308
|
#
|
10943
9309
|
class StopContactRecordingResponse < Aws::EmptyStructure; end
|
10944
9310
|
|
10945
|
-
# @note When making an API call, you may pass StopContactRequest
|
10946
|
-
# data as a hash:
|
10947
|
-
#
|
10948
|
-
# {
|
10949
|
-
# contact_id: "ContactId", # required
|
10950
|
-
# instance_id: "InstanceId", # required
|
10951
|
-
# }
|
10952
|
-
#
|
10953
9311
|
# @!attribute [rw] contact_id
|
10954
9312
|
# The ID of the contact.
|
10955
9313
|
# @return [String]
|
@@ -10972,15 +9330,6 @@ module Aws::Connect
|
|
10972
9330
|
#
|
10973
9331
|
class StopContactResponse < Aws::EmptyStructure; end
|
10974
9332
|
|
10975
|
-
# @note When making an API call, you may pass StopContactStreamingRequest
|
10976
|
-
# data as a hash:
|
10977
|
-
#
|
10978
|
-
# {
|
10979
|
-
# instance_id: "InstanceId", # required
|
10980
|
-
# contact_id: "ContactId", # required
|
10981
|
-
# streaming_id: "StreamingId", # required
|
10982
|
-
# }
|
10983
|
-
#
|
10984
9333
|
# @!attribute [rw] instance_id
|
10985
9334
|
# The identifier of the Amazon Connect instance. You can find the
|
10986
9335
|
# instanceId in the ARN of the instance.
|
@@ -11016,15 +9365,6 @@ module Aws::Connect
|
|
11016
9365
|
#
|
11017
9366
|
# </note>
|
11018
9367
|
#
|
11019
|
-
# @note When making an API call, you may pass StringCondition
|
11020
|
-
# data as a hash:
|
11021
|
-
#
|
11022
|
-
# {
|
11023
|
-
# field_name: "String",
|
11024
|
-
# value: "String",
|
11025
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
11026
|
-
# }
|
11027
|
-
#
|
11028
9368
|
# @!attribute [rw] field_name
|
11029
9369
|
# The name of the field in the string condition.
|
11030
9370
|
# @return [String]
|
@@ -11068,15 +9408,6 @@ module Aws::Connect
|
|
11068
9408
|
include Aws::Structure
|
11069
9409
|
end
|
11070
9410
|
|
11071
|
-
# @note When making an API call, you may pass SuspendContactRecordingRequest
|
11072
|
-
# data as a hash:
|
11073
|
-
#
|
11074
|
-
# {
|
11075
|
-
# instance_id: "InstanceId", # required
|
11076
|
-
# contact_id: "ContactId", # required
|
11077
|
-
# initial_contact_id: "ContactId", # required
|
11078
|
-
# }
|
11079
|
-
#
|
11080
9411
|
# @!attribute [rw] instance_id
|
11081
9412
|
# The identifier of the Amazon Connect instance. You can find the
|
11082
9413
|
# instanceId in the ARN of the instance.
|
@@ -11108,14 +9439,6 @@ module Aws::Connect
|
|
11108
9439
|
# A leaf node condition which can be used to specify a tag condition,
|
11109
9440
|
# for example, `HAVE BPO = 123`.
|
11110
9441
|
#
|
11111
|
-
# @note When making an API call, you may pass TagCondition
|
11112
|
-
# data as a hash:
|
11113
|
-
#
|
11114
|
-
# {
|
11115
|
-
# tag_key: "String",
|
11116
|
-
# tag_value: "String",
|
11117
|
-
# }
|
11118
|
-
#
|
11119
9442
|
# @!attribute [rw] tag_key
|
11120
9443
|
# The tag key in the tag condition.
|
11121
9444
|
# @return [String]
|
@@ -11133,16 +9456,6 @@ module Aws::Connect
|
|
11133
9456
|
include Aws::Structure
|
11134
9457
|
end
|
11135
9458
|
|
11136
|
-
# @note When making an API call, you may pass TagResourceRequest
|
11137
|
-
# data as a hash:
|
11138
|
-
#
|
11139
|
-
# {
|
11140
|
-
# resource_arn: "ARN", # required
|
11141
|
-
# tags: { # required
|
11142
|
-
# "TagKey" => "TagValue",
|
11143
|
-
# },
|
11144
|
-
# }
|
11145
|
-
#
|
11146
9459
|
# @!attribute [rw] resource_arn
|
11147
9460
|
# The Amazon Resource Name (ARN) of the resource.
|
11148
9461
|
# @return [String]
|
@@ -11162,34 +9475,49 @@ module Aws::Connect
|
|
11162
9475
|
include Aws::Structure
|
11163
9476
|
end
|
11164
9477
|
|
11165
|
-
#
|
9478
|
+
# Information about the task action.
|
9479
|
+
#
|
9480
|
+
# @!attribute [rw] name
|
9481
|
+
# The name. Supports variable injection. For more information, see
|
9482
|
+
# [JSONPath reference][1] in the *Amazon Connect Administrators
|
9483
|
+
# Guide*.
|
9484
|
+
#
|
9485
|
+
#
|
11166
9486
|
#
|
11167
|
-
#
|
11168
|
-
#
|
11169
|
-
#
|
11170
|
-
#
|
11171
|
-
#
|
11172
|
-
#
|
11173
|
-
#
|
11174
|
-
#
|
11175
|
-
#
|
11176
|
-
#
|
11177
|
-
#
|
11178
|
-
#
|
11179
|
-
#
|
11180
|
-
#
|
11181
|
-
#
|
11182
|
-
#
|
11183
|
-
#
|
11184
|
-
#
|
11185
|
-
#
|
11186
|
-
#
|
11187
|
-
#
|
11188
|
-
#
|
11189
|
-
#
|
11190
|
-
#
|
11191
|
-
|
11192
|
-
|
9487
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
|
9488
|
+
# @return [String]
|
9489
|
+
#
|
9490
|
+
# @!attribute [rw] description
|
9491
|
+
# The description. Supports variable injection. For more information,
|
9492
|
+
# see [JSONPath reference][1] in the *Amazon Connect Administrators
|
9493
|
+
# Guide*.
|
9494
|
+
#
|
9495
|
+
#
|
9496
|
+
#
|
9497
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
|
9498
|
+
# @return [String]
|
9499
|
+
#
|
9500
|
+
# @!attribute [rw] contact_flow_id
|
9501
|
+
# The identifier of the flow.
|
9502
|
+
# @return [String]
|
9503
|
+
#
|
9504
|
+
# @!attribute [rw] references
|
9505
|
+
# Information about the reference when the `referenceType` is `URL`.
|
9506
|
+
# Otherwise, null. (Supports variable injection in the `Value` field.)
|
9507
|
+
# @return [Hash<String,Types::Reference>]
|
9508
|
+
#
|
9509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TaskActionDefinition AWS API Documentation
|
9510
|
+
#
|
9511
|
+
class TaskActionDefinition < Struct.new(
|
9512
|
+
:name,
|
9513
|
+
:description,
|
9514
|
+
:contact_flow_id,
|
9515
|
+
:references)
|
9516
|
+
SENSITIVE = []
|
9517
|
+
include Aws::Structure
|
9518
|
+
end
|
9519
|
+
|
9520
|
+
# Describes constraints that apply to the template fields.
|
11193
9521
|
#
|
11194
9522
|
# @!attribute [rw] required_fields
|
11195
9523
|
# Lists the fields that are required to be filled by agents.
|
@@ -11215,16 +9543,6 @@ module Aws::Connect
|
|
11215
9543
|
|
11216
9544
|
# Describes a default field and its corresponding value.
|
11217
9545
|
#
|
11218
|
-
# @note When making an API call, you may pass TaskTemplateDefaultFieldValue
|
11219
|
-
# data as a hash:
|
11220
|
-
#
|
11221
|
-
# {
|
11222
|
-
# id: {
|
11223
|
-
# name: "TaskTemplateFieldName",
|
11224
|
-
# },
|
11225
|
-
# default_value: "TaskTemplateFieldValue",
|
11226
|
-
# }
|
11227
|
-
#
|
11228
9546
|
# @!attribute [rw] id
|
11229
9547
|
# Identifier of a field.
|
11230
9548
|
# @return [Types::TaskTemplateFieldIdentifier]
|
@@ -11244,20 +9562,6 @@ module Aws::Connect
|
|
11244
9562
|
|
11245
9563
|
# Describes default values for fields on a template.
|
11246
9564
|
#
|
11247
|
-
# @note When making an API call, you may pass TaskTemplateDefaults
|
11248
|
-
# data as a hash:
|
11249
|
-
#
|
11250
|
-
# {
|
11251
|
-
# default_field_values: [
|
11252
|
-
# {
|
11253
|
-
# id: {
|
11254
|
-
# name: "TaskTemplateFieldName",
|
11255
|
-
# },
|
11256
|
-
# default_value: "TaskTemplateFieldValue",
|
11257
|
-
# },
|
11258
|
-
# ],
|
11259
|
-
# }
|
11260
|
-
#
|
11261
9565
|
# @!attribute [rw] default_field_values
|
11262
9566
|
# Default value for the field.
|
11263
9567
|
# @return [Array<Types::TaskTemplateDefaultFieldValue>]
|
@@ -11272,18 +9576,6 @@ module Aws::Connect
|
|
11272
9576
|
|
11273
9577
|
# Describes a single task template field.
|
11274
9578
|
#
|
11275
|
-
# @note When making an API call, you may pass TaskTemplateField
|
11276
|
-
# data as a hash:
|
11277
|
-
#
|
11278
|
-
# {
|
11279
|
-
# id: { # required
|
11280
|
-
# name: "TaskTemplateFieldName",
|
11281
|
-
# },
|
11282
|
-
# description: "TaskTemplateFieldDescription",
|
11283
|
-
# type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
|
11284
|
-
# single_select_options: ["TaskTemplateSingleSelectOption"],
|
11285
|
-
# }
|
11286
|
-
#
|
11287
9579
|
# @!attribute [rw] id
|
11288
9580
|
# The unique identifier for the field.
|
11289
9581
|
# @return [Types::TaskTemplateFieldIdentifier]
|
@@ -11313,13 +9605,6 @@ module Aws::Connect
|
|
11313
9605
|
|
11314
9606
|
# The identifier of the task template field.
|
11315
9607
|
#
|
11316
|
-
# @note When making an API call, you may pass TaskTemplateFieldIdentifier
|
11317
|
-
# data as a hash:
|
11318
|
-
#
|
11319
|
-
# {
|
11320
|
-
# name: "TaskTemplateFieldName",
|
11321
|
-
# }
|
11322
|
-
#
|
11323
9608
|
# @!attribute [rw] name
|
11324
9609
|
# The name of the task template field.
|
11325
9610
|
# @return [String]
|
@@ -11381,18 +9666,6 @@ module Aws::Connect
|
|
11381
9666
|
|
11382
9667
|
# The distribution of traffic between the instance and its replicas.
|
11383
9668
|
#
|
11384
|
-
# @note When making an API call, you may pass TelephonyConfig
|
11385
|
-
# data as a hash:
|
11386
|
-
#
|
11387
|
-
# {
|
11388
|
-
# distributions: [ # required
|
11389
|
-
# {
|
11390
|
-
# region: "AwsRegion", # required
|
11391
|
-
# percentage: 1, # required
|
11392
|
-
# },
|
11393
|
-
# ],
|
11394
|
-
# }
|
11395
|
-
#
|
11396
9669
|
# @!attribute [rw] distributions
|
11397
9670
|
# Information about traffic distributions.
|
11398
9671
|
# @return [Array<Types::Distribution>]
|
@@ -11407,14 +9680,6 @@ module Aws::Connect
|
|
11407
9680
|
|
11408
9681
|
# Contains information about the threshold for service level metrics.
|
11409
9682
|
#
|
11410
|
-
# @note When making an API call, you may pass Threshold
|
11411
|
-
# data as a hash:
|
11412
|
-
#
|
11413
|
-
# {
|
11414
|
-
# comparison: "LT", # accepts LT
|
11415
|
-
# threshold_value: 1.0,
|
11416
|
-
# }
|
11417
|
-
#
|
11418
9683
|
# @!attribute [rw] comparison
|
11419
9684
|
# The type of comparison. Only "less than" (LT) comparisons are
|
11420
9685
|
# supported.
|
@@ -11586,18 +9851,6 @@ module Aws::Connect
|
|
11586
9851
|
include Aws::Structure
|
11587
9852
|
end
|
11588
9853
|
|
11589
|
-
# @note When making an API call, you may pass TransferContactRequest
|
11590
|
-
# data as a hash:
|
11591
|
-
#
|
11592
|
-
# {
|
11593
|
-
# instance_id: "InstanceId", # required
|
11594
|
-
# contact_id: "ContactId", # required
|
11595
|
-
# queue_id: "QueueId",
|
11596
|
-
# user_id: "AgentResourceId",
|
11597
|
-
# contact_flow_id: "ContactFlowId", # required
|
11598
|
-
# client_token: "ClientToken",
|
11599
|
-
# }
|
11600
|
-
#
|
11601
9854
|
# @!attribute [rw] instance_id
|
11602
9855
|
# The identifier of the Amazon Connect instance. You can find the
|
11603
9856
|
# instanceId in the ARN of the instance.
|
@@ -11663,14 +9916,6 @@ module Aws::Connect
|
|
11663
9916
|
include Aws::Structure
|
11664
9917
|
end
|
11665
9918
|
|
11666
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
11667
|
-
# data as a hash:
|
11668
|
-
#
|
11669
|
-
# {
|
11670
|
-
# resource_arn: "ARN", # required
|
11671
|
-
# tag_keys: ["TagKey"], # required
|
11672
|
-
# }
|
11673
|
-
#
|
11674
9919
|
# @!attribute [rw] resource_arn
|
11675
9920
|
# The Amazon Resource Name (ARN) of the resource.
|
11676
9921
|
# @return [String]
|
@@ -11688,19 +9933,6 @@ module Aws::Connect
|
|
11688
9933
|
include Aws::Structure
|
11689
9934
|
end
|
11690
9935
|
|
11691
|
-
# @note When making an API call, you may pass UpdateAgentStatusRequest
|
11692
|
-
# data as a hash:
|
11693
|
-
#
|
11694
|
-
# {
|
11695
|
-
# instance_id: "InstanceId", # required
|
11696
|
-
# agent_status_id: "AgentStatusId", # required
|
11697
|
-
# name: "AgentStatusName",
|
11698
|
-
# description: "UpdateAgentStatusDescription",
|
11699
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
11700
|
-
# display_order: 1,
|
11701
|
-
# reset_order_number: false,
|
11702
|
-
# }
|
11703
|
-
#
|
11704
9936
|
# @!attribute [rw] instance_id
|
11705
9937
|
# The identifier of the Amazon Connect instance. You can find the
|
11706
9938
|
# instanceId in the ARN of the instance.
|
@@ -11744,17 +9976,6 @@ module Aws::Connect
|
|
11744
9976
|
include Aws::Structure
|
11745
9977
|
end
|
11746
9978
|
|
11747
|
-
# @note When making an API call, you may pass UpdateContactAttributesRequest
|
11748
|
-
# data as a hash:
|
11749
|
-
#
|
11750
|
-
# {
|
11751
|
-
# initial_contact_id: "ContactId", # required
|
11752
|
-
# instance_id: "InstanceId", # required
|
11753
|
-
# attributes: { # required
|
11754
|
-
# "AttributeName" => "AttributeValue",
|
11755
|
-
# },
|
11756
|
-
# }
|
11757
|
-
#
|
11758
9979
|
# @!attribute [rw] initial_contact_id
|
11759
9980
|
# The identifier of the contact. This is the identifier of the contact
|
11760
9981
|
# associated with the first interaction with the contact center.
|
@@ -11788,15 +10009,6 @@ module Aws::Connect
|
|
11788
10009
|
#
|
11789
10010
|
class UpdateContactAttributesResponse < Aws::EmptyStructure; end
|
11790
10011
|
|
11791
|
-
# @note When making an API call, you may pass UpdateContactFlowContentRequest
|
11792
|
-
# data as a hash:
|
11793
|
-
#
|
11794
|
-
# {
|
11795
|
-
# instance_id: "InstanceId", # required
|
11796
|
-
# contact_flow_id: "ContactFlowId", # required
|
11797
|
-
# content: "ContactFlowContent", # required
|
11798
|
-
# }
|
11799
|
-
#
|
11800
10012
|
# @!attribute [rw] instance_id
|
11801
10013
|
# The identifier of the Amazon Connect instance.
|
11802
10014
|
# @return [String]
|
@@ -11825,17 +10037,6 @@ module Aws::Connect
|
|
11825
10037
|
include Aws::Structure
|
11826
10038
|
end
|
11827
10039
|
|
11828
|
-
# @note When making an API call, you may pass UpdateContactFlowMetadataRequest
|
11829
|
-
# data as a hash:
|
11830
|
-
#
|
11831
|
-
# {
|
11832
|
-
# instance_id: "InstanceId", # required
|
11833
|
-
# contact_flow_id: "ContactFlowId", # required
|
11834
|
-
# name: "ContactFlowName",
|
11835
|
-
# description: "ContactFlowDescription",
|
11836
|
-
# contact_flow_state: "ACTIVE", # accepts ACTIVE, ARCHIVED
|
11837
|
-
# }
|
11838
|
-
#
|
11839
10040
|
# @!attribute [rw] instance_id
|
11840
10041
|
# The identifier of the Amazon Connect instance. You can find the
|
11841
10042
|
# instanceId in the ARN of the instance.
|
@@ -11869,15 +10070,6 @@ module Aws::Connect
|
|
11869
10070
|
include Aws::Structure
|
11870
10071
|
end
|
11871
10072
|
|
11872
|
-
# @note When making an API call, you may pass UpdateContactFlowModuleContentRequest
|
11873
|
-
# data as a hash:
|
11874
|
-
#
|
11875
|
-
# {
|
11876
|
-
# instance_id: "InstanceId", # required
|
11877
|
-
# contact_flow_module_id: "ContactFlowModuleId", # required
|
11878
|
-
# content: "ContactFlowModuleContent", # required
|
11879
|
-
# }
|
11880
|
-
#
|
11881
10073
|
# @!attribute [rw] instance_id
|
11882
10074
|
# The identifier of the Amazon Connect instance. You can find the
|
11883
10075
|
# instanceId in the ARN of the instance.
|
@@ -11905,17 +10097,6 @@ module Aws::Connect
|
|
11905
10097
|
#
|
11906
10098
|
class UpdateContactFlowModuleContentResponse < Aws::EmptyStructure; end
|
11907
10099
|
|
11908
|
-
# @note When making an API call, you may pass UpdateContactFlowModuleMetadataRequest
|
11909
|
-
# data as a hash:
|
11910
|
-
#
|
11911
|
-
# {
|
11912
|
-
# instance_id: "InstanceId", # required
|
11913
|
-
# contact_flow_module_id: "ContactFlowModuleId", # required
|
11914
|
-
# name: "ContactFlowModuleName",
|
11915
|
-
# description: "ContactFlowModuleDescription",
|
11916
|
-
# state: "ACTIVE", # accepts ACTIVE, ARCHIVED
|
11917
|
-
# }
|
11918
|
-
#
|
11919
10100
|
# @!attribute [rw] instance_id
|
11920
10101
|
# The identifier of the Amazon Connect instance. You can find the
|
11921
10102
|
# instanceId in the ARN of the instance.
|
@@ -11953,16 +10134,6 @@ module Aws::Connect
|
|
11953
10134
|
#
|
11954
10135
|
class UpdateContactFlowModuleMetadataResponse < Aws::EmptyStructure; end
|
11955
10136
|
|
11956
|
-
# @note When making an API call, you may pass UpdateContactFlowNameRequest
|
11957
|
-
# data as a hash:
|
11958
|
-
#
|
11959
|
-
# {
|
11960
|
-
# instance_id: "InstanceId", # required
|
11961
|
-
# contact_flow_id: "ContactFlowId", # required
|
11962
|
-
# name: "ContactFlowName",
|
11963
|
-
# description: "ContactFlowDescription",
|
11964
|
-
# }
|
11965
|
-
#
|
11966
10137
|
# @!attribute [rw] instance_id
|
11967
10138
|
# The identifier of the Amazon Connect instance.
|
11968
10139
|
# @return [String]
|
@@ -11990,22 +10161,6 @@ module Aws::Connect
|
|
11990
10161
|
include Aws::Structure
|
11991
10162
|
end
|
11992
10163
|
|
11993
|
-
# @note When making an API call, you may pass UpdateContactRequest
|
11994
|
-
# data as a hash:
|
11995
|
-
#
|
11996
|
-
# {
|
11997
|
-
# instance_id: "InstanceId", # required
|
11998
|
-
# contact_id: "ContactId", # required
|
11999
|
-
# name: "Name",
|
12000
|
-
# description: "Description",
|
12001
|
-
# references: {
|
12002
|
-
# "ReferenceKey" => {
|
12003
|
-
# value: "ReferenceValue", # required
|
12004
|
-
# type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
|
12005
|
-
# },
|
12006
|
-
# },
|
12007
|
-
# }
|
12008
|
-
#
|
12009
10164
|
# @!attribute [rw] instance_id
|
12010
10165
|
# The identifier of the Amazon Connect instance. You can find the
|
12011
10166
|
# instanceId in the ARN of the instance.
|
@@ -12045,15 +10200,6 @@ module Aws::Connect
|
|
12045
10200
|
#
|
12046
10201
|
class UpdateContactResponse < Aws::EmptyStructure; end
|
12047
10202
|
|
12048
|
-
# @note When making an API call, you may pass UpdateContactScheduleRequest
|
12049
|
-
# data as a hash:
|
12050
|
-
#
|
12051
|
-
# {
|
12052
|
-
# instance_id: "InstanceId", # required
|
12053
|
-
# contact_id: "ContactId", # required
|
12054
|
-
# scheduled_time: Time.now, # required
|
12055
|
-
# }
|
12056
|
-
#
|
12057
10203
|
# @!attribute [rw] instance_id
|
12058
10204
|
# The identifier of the Amazon Connect instance. You can find the
|
12059
10205
|
# instanceId in the ARN of the instance.
|
@@ -12083,30 +10229,6 @@ module Aws::Connect
|
|
12083
10229
|
#
|
12084
10230
|
class UpdateContactScheduleResponse < Aws::EmptyStructure; end
|
12085
10231
|
|
12086
|
-
# @note When making an API call, you may pass UpdateHoursOfOperationRequest
|
12087
|
-
# data as a hash:
|
12088
|
-
#
|
12089
|
-
# {
|
12090
|
-
# instance_id: "InstanceId", # required
|
12091
|
-
# hours_of_operation_id: "HoursOfOperationId", # required
|
12092
|
-
# name: "CommonNameLength127",
|
12093
|
-
# description: "UpdateHoursOfOperationDescription",
|
12094
|
-
# time_zone: "TimeZone",
|
12095
|
-
# config: [
|
12096
|
-
# {
|
12097
|
-
# day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
12098
|
-
# start_time: { # required
|
12099
|
-
# hours: 1, # required
|
12100
|
-
# minutes: 1, # required
|
12101
|
-
# },
|
12102
|
-
# end_time: { # required
|
12103
|
-
# hours: 1, # required
|
12104
|
-
# minutes: 1, # required
|
12105
|
-
# },
|
12106
|
-
# },
|
12107
|
-
# ],
|
12108
|
-
# }
|
12109
|
-
#
|
12110
10232
|
# @!attribute [rw] instance_id
|
12111
10233
|
# The identifier of the Amazon Connect instance. You can find the
|
12112
10234
|
# instanceId in the ARN of the instance.
|
@@ -12145,15 +10267,6 @@ module Aws::Connect
|
|
12145
10267
|
include Aws::Structure
|
12146
10268
|
end
|
12147
10269
|
|
12148
|
-
# @note When making an API call, you may pass UpdateInstanceAttributeRequest
|
12149
|
-
# data as a hash:
|
12150
|
-
#
|
12151
|
-
# {
|
12152
|
-
# instance_id: "InstanceId", # required
|
12153
|
-
# 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, ENHANCED_CONTACT_MONITORING
|
12154
|
-
# value: "InstanceAttributeValue", # required
|
12155
|
-
# }
|
12156
|
-
#
|
12157
10270
|
# @!attribute [rw] instance_id
|
12158
10271
|
# The identifier of the Amazon Connect instance. You can find the
|
12159
10272
|
# instanceId in the ARN of the instance.
|
@@ -12183,41 +10296,6 @@ module Aws::Connect
|
|
12183
10296
|
include Aws::Structure
|
12184
10297
|
end
|
12185
10298
|
|
12186
|
-
# @note When making an API call, you may pass UpdateInstanceStorageConfigRequest
|
12187
|
-
# data as a hash:
|
12188
|
-
#
|
12189
|
-
# {
|
12190
|
-
# instance_id: "InstanceId", # required
|
12191
|
-
# association_id: "AssociationId", # required
|
12192
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
12193
|
-
# storage_config: { # required
|
12194
|
-
# association_id: "AssociationId",
|
12195
|
-
# storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
|
12196
|
-
# s3_config: {
|
12197
|
-
# bucket_name: "BucketName", # required
|
12198
|
-
# bucket_prefix: "Prefix", # required
|
12199
|
-
# encryption_config: {
|
12200
|
-
# encryption_type: "KMS", # required, accepts KMS
|
12201
|
-
# key_id: "KeyId", # required
|
12202
|
-
# },
|
12203
|
-
# },
|
12204
|
-
# kinesis_video_stream_config: {
|
12205
|
-
# prefix: "Prefix", # required
|
12206
|
-
# retention_period_hours: 1, # required
|
12207
|
-
# encryption_config: { # required
|
12208
|
-
# encryption_type: "KMS", # required, accepts KMS
|
12209
|
-
# key_id: "KeyId", # required
|
12210
|
-
# },
|
12211
|
-
# },
|
12212
|
-
# kinesis_stream_config: {
|
12213
|
-
# stream_arn: "ARN", # required
|
12214
|
-
# },
|
12215
|
-
# kinesis_firehose_config: {
|
12216
|
-
# firehose_arn: "ARN", # required
|
12217
|
-
# },
|
12218
|
-
# },
|
12219
|
-
# }
|
12220
|
-
#
|
12221
10299
|
# @!attribute [rw] instance_id
|
12222
10300
|
# The identifier of the Amazon Connect instance. You can find the
|
12223
10301
|
# instanceId in the ARN of the instance.
|
@@ -12247,15 +10325,6 @@ module Aws::Connect
|
|
12247
10325
|
include Aws::Structure
|
12248
10326
|
end
|
12249
10327
|
|
12250
|
-
# @note When making an API call, you may pass UpdatePhoneNumberRequest
|
12251
|
-
# data as a hash:
|
12252
|
-
#
|
12253
|
-
# {
|
12254
|
-
# phone_number_id: "PhoneNumberId", # required
|
12255
|
-
# target_arn: "ARN", # required
|
12256
|
-
# client_token: "ClientToken",
|
12257
|
-
# }
|
12258
|
-
#
|
12259
10328
|
# @!attribute [rw] phone_number_id
|
12260
10329
|
# A unique identifier for the phone number.
|
12261
10330
|
# @return [String]
|
@@ -12306,15 +10375,6 @@ module Aws::Connect
|
|
12306
10375
|
include Aws::Structure
|
12307
10376
|
end
|
12308
10377
|
|
12309
|
-
# @note When making an API call, you may pass UpdateQueueHoursOfOperationRequest
|
12310
|
-
# data as a hash:
|
12311
|
-
#
|
12312
|
-
# {
|
12313
|
-
# instance_id: "InstanceId", # required
|
12314
|
-
# queue_id: "QueueId", # required
|
12315
|
-
# hours_of_operation_id: "HoursOfOperationId", # required
|
12316
|
-
# }
|
12317
|
-
#
|
12318
10378
|
# @!attribute [rw] instance_id
|
12319
10379
|
# The identifier of the Amazon Connect instance. You can find the
|
12320
10380
|
# instanceId in the ARN of the instance.
|
@@ -12338,15 +10398,6 @@ module Aws::Connect
|
|
12338
10398
|
include Aws::Structure
|
12339
10399
|
end
|
12340
10400
|
|
12341
|
-
# @note When making an API call, you may pass UpdateQueueMaxContactsRequest
|
12342
|
-
# data as a hash:
|
12343
|
-
#
|
12344
|
-
# {
|
12345
|
-
# instance_id: "InstanceId", # required
|
12346
|
-
# queue_id: "QueueId", # required
|
12347
|
-
# max_contacts: 1,
|
12348
|
-
# }
|
12349
|
-
#
|
12350
10401
|
# @!attribute [rw] instance_id
|
12351
10402
|
# The identifier of the Amazon Connect instance. You can find the
|
12352
10403
|
# instanceId in the ARN of the instance.
|
@@ -12371,16 +10422,6 @@ module Aws::Connect
|
|
12371
10422
|
include Aws::Structure
|
12372
10423
|
end
|
12373
10424
|
|
12374
|
-
# @note When making an API call, you may pass UpdateQueueNameRequest
|
12375
|
-
# data as a hash:
|
12376
|
-
#
|
12377
|
-
# {
|
12378
|
-
# instance_id: "InstanceId", # required
|
12379
|
-
# queue_id: "QueueId", # required
|
12380
|
-
# name: "CommonNameLength127",
|
12381
|
-
# description: "QueueDescription",
|
12382
|
-
# }
|
12383
|
-
#
|
12384
10425
|
# @!attribute [rw] instance_id
|
12385
10426
|
# The identifier of the Amazon Connect instance. You can find the
|
12386
10427
|
# instanceId in the ARN of the instance.
|
@@ -12409,19 +10450,6 @@ module Aws::Connect
|
|
12409
10450
|
include Aws::Structure
|
12410
10451
|
end
|
12411
10452
|
|
12412
|
-
# @note When making an API call, you may pass UpdateQueueOutboundCallerConfigRequest
|
12413
|
-
# data as a hash:
|
12414
|
-
#
|
12415
|
-
# {
|
12416
|
-
# instance_id: "InstanceId", # required
|
12417
|
-
# queue_id: "QueueId", # required
|
12418
|
-
# outbound_caller_config: { # required
|
12419
|
-
# outbound_caller_id_name: "OutboundCallerIdName",
|
12420
|
-
# outbound_caller_id_number_id: "PhoneNumberId",
|
12421
|
-
# outbound_flow_id: "ContactFlowId",
|
12422
|
-
# },
|
12423
|
-
# }
|
12424
|
-
#
|
12425
10453
|
# @!attribute [rw] instance_id
|
12426
10454
|
# The identifier of the Amazon Connect instance. You can find the
|
12427
10455
|
# instanceId in the ARN of the instance.
|
@@ -12445,15 +10473,6 @@ module Aws::Connect
|
|
12445
10473
|
include Aws::Structure
|
12446
10474
|
end
|
12447
10475
|
|
12448
|
-
# @note When making an API call, you may pass UpdateQueueStatusRequest
|
12449
|
-
# data as a hash:
|
12450
|
-
#
|
12451
|
-
# {
|
12452
|
-
# instance_id: "InstanceId", # required
|
12453
|
-
# queue_id: "QueueId", # required
|
12454
|
-
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
12455
|
-
# }
|
12456
|
-
#
|
12457
10476
|
# @!attribute [rw] instance_id
|
12458
10477
|
# The identifier of the Amazon Connect instance. You can find the
|
12459
10478
|
# instanceId in the ARN of the instance.
|
@@ -12477,28 +10496,6 @@ module Aws::Connect
|
|
12477
10496
|
include Aws::Structure
|
12478
10497
|
end
|
12479
10498
|
|
12480
|
-
# @note When making an API call, you may pass UpdateQuickConnectConfigRequest
|
12481
|
-
# data as a hash:
|
12482
|
-
#
|
12483
|
-
# {
|
12484
|
-
# instance_id: "InstanceId", # required
|
12485
|
-
# quick_connect_id: "QuickConnectId", # required
|
12486
|
-
# quick_connect_config: { # required
|
12487
|
-
# quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
|
12488
|
-
# user_config: {
|
12489
|
-
# user_id: "UserId", # required
|
12490
|
-
# contact_flow_id: "ContactFlowId", # required
|
12491
|
-
# },
|
12492
|
-
# queue_config: {
|
12493
|
-
# queue_id: "QueueId", # required
|
12494
|
-
# contact_flow_id: "ContactFlowId", # required
|
12495
|
-
# },
|
12496
|
-
# phone_config: {
|
12497
|
-
# phone_number: "PhoneNumber", # required
|
12498
|
-
# },
|
12499
|
-
# },
|
12500
|
-
# }
|
12501
|
-
#
|
12502
10499
|
# @!attribute [rw] instance_id
|
12503
10500
|
# The identifier of the Amazon Connect instance. You can find the
|
12504
10501
|
# instanceId in the ARN of the instance.
|
@@ -12522,16 +10519,6 @@ module Aws::Connect
|
|
12522
10519
|
include Aws::Structure
|
12523
10520
|
end
|
12524
10521
|
|
12525
|
-
# @note When making an API call, you may pass UpdateQuickConnectNameRequest
|
12526
|
-
# data as a hash:
|
12527
|
-
#
|
12528
|
-
# {
|
12529
|
-
# instance_id: "InstanceId", # required
|
12530
|
-
# quick_connect_id: "QuickConnectId", # required
|
12531
|
-
# name: "QuickConnectName",
|
12532
|
-
# description: "UpdateQuickConnectDescription",
|
12533
|
-
# }
|
12534
|
-
#
|
12535
10522
|
# @!attribute [rw] instance_id
|
12536
10523
|
# The identifier of the Amazon Connect instance. You can find the
|
12537
10524
|
# instanceId in the ARN of the instance.
|
@@ -12560,20 +10547,6 @@ module Aws::Connect
|
|
12560
10547
|
include Aws::Structure
|
12561
10548
|
end
|
12562
10549
|
|
12563
|
-
# @note When making an API call, you may pass UpdateRoutingProfileConcurrencyRequest
|
12564
|
-
# data as a hash:
|
12565
|
-
#
|
12566
|
-
# {
|
12567
|
-
# instance_id: "InstanceId", # required
|
12568
|
-
# routing_profile_id: "RoutingProfileId", # required
|
12569
|
-
# media_concurrencies: [ # required
|
12570
|
-
# {
|
12571
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
12572
|
-
# concurrency: 1, # required
|
12573
|
-
# },
|
12574
|
-
# ],
|
12575
|
-
# }
|
12576
|
-
#
|
12577
10550
|
# @!attribute [rw] instance_id
|
12578
10551
|
# The identifier of the Amazon Connect instance. You can find the
|
12579
10552
|
# instanceId in the ARN of the instance.
|
@@ -12598,15 +10571,6 @@ module Aws::Connect
|
|
12598
10571
|
include Aws::Structure
|
12599
10572
|
end
|
12600
10573
|
|
12601
|
-
# @note When making an API call, you may pass UpdateRoutingProfileDefaultOutboundQueueRequest
|
12602
|
-
# data as a hash:
|
12603
|
-
#
|
12604
|
-
# {
|
12605
|
-
# instance_id: "InstanceId", # required
|
12606
|
-
# routing_profile_id: "RoutingProfileId", # required
|
12607
|
-
# default_outbound_queue_id: "QueueId", # required
|
12608
|
-
# }
|
12609
|
-
#
|
12610
10574
|
# @!attribute [rw] instance_id
|
12611
10575
|
# The identifier of the Amazon Connect instance. You can find the
|
12612
10576
|
# instanceId in the ARN of the instance.
|
@@ -12630,16 +10594,6 @@ module Aws::Connect
|
|
12630
10594
|
include Aws::Structure
|
12631
10595
|
end
|
12632
10596
|
|
12633
|
-
# @note When making an API call, you may pass UpdateRoutingProfileNameRequest
|
12634
|
-
# data as a hash:
|
12635
|
-
#
|
12636
|
-
# {
|
12637
|
-
# instance_id: "InstanceId", # required
|
12638
|
-
# routing_profile_id: "RoutingProfileId", # required
|
12639
|
-
# name: "RoutingProfileName",
|
12640
|
-
# description: "RoutingProfileDescription",
|
12641
|
-
# }
|
12642
|
-
#
|
12643
10597
|
# @!attribute [rw] instance_id
|
12644
10598
|
# The identifier of the Amazon Connect instance. You can find the
|
12645
10599
|
# instanceId in the ARN of the instance.
|
@@ -12670,24 +10624,6 @@ module Aws::Connect
|
|
12670
10624
|
include Aws::Structure
|
12671
10625
|
end
|
12672
10626
|
|
12673
|
-
# @note When making an API call, you may pass UpdateRoutingProfileQueuesRequest
|
12674
|
-
# data as a hash:
|
12675
|
-
#
|
12676
|
-
# {
|
12677
|
-
# instance_id: "InstanceId", # required
|
12678
|
-
# routing_profile_id: "RoutingProfileId", # required
|
12679
|
-
# queue_configs: [ # required
|
12680
|
-
# {
|
12681
|
-
# queue_reference: { # required
|
12682
|
-
# queue_id: "QueueId", # required
|
12683
|
-
# channel: "VOICE", # required, accepts VOICE, CHAT, TASK
|
12684
|
-
# },
|
12685
|
-
# priority: 1, # required
|
12686
|
-
# delay: 1, # required
|
12687
|
-
# },
|
12688
|
-
# ],
|
12689
|
-
# }
|
12690
|
-
#
|
12691
10627
|
# @!attribute [rw] instance_id
|
12692
10628
|
# The identifier of the Amazon Connect instance. You can find the
|
12693
10629
|
# instanceId in the ARN of the instance.
|
@@ -12713,16 +10649,47 @@ module Aws::Connect
|
|
12713
10649
|
include Aws::Structure
|
12714
10650
|
end
|
12715
10651
|
|
12716
|
-
#
|
12717
|
-
#
|
10652
|
+
# @!attribute [rw] rule_id
|
10653
|
+
# A unique identifier for the rule.
|
10654
|
+
# @return [String]
|
10655
|
+
#
|
10656
|
+
# @!attribute [rw] instance_id
|
10657
|
+
# The identifier of the Amazon Connect instance. You can find the
|
10658
|
+
# instanceId in the ARN of the instance.
|
10659
|
+
# @return [String]
|
10660
|
+
#
|
10661
|
+
# @!attribute [rw] name
|
10662
|
+
# The name of the rule. You can change the name only if
|
10663
|
+
# `TriggerEventSource` is one of the following values:
|
10664
|
+
# `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
|
10665
|
+
# `OnSalesforceCaseCreate`
|
10666
|
+
# @return [String]
|
10667
|
+
#
|
10668
|
+
# @!attribute [rw] function
|
10669
|
+
# The conditions of the rule.
|
10670
|
+
# @return [String]
|
12718
10671
|
#
|
12719
|
-
#
|
12720
|
-
#
|
12721
|
-
#
|
12722
|
-
# security_profile_id: "SecurityProfileId", # required
|
12723
|
-
# instance_id: "InstanceId", # required
|
12724
|
-
# }
|
10672
|
+
# @!attribute [rw] actions
|
10673
|
+
# A list of actions to be run when the rule is triggered.
|
10674
|
+
# @return [Array<Types::RuleAction>]
|
12725
10675
|
#
|
10676
|
+
# @!attribute [rw] publish_status
|
10677
|
+
# The publish status of the rule.
|
10678
|
+
# @return [String]
|
10679
|
+
#
|
10680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRuleRequest AWS API Documentation
|
10681
|
+
#
|
10682
|
+
class UpdateRuleRequest < Struct.new(
|
10683
|
+
:rule_id,
|
10684
|
+
:instance_id,
|
10685
|
+
:name,
|
10686
|
+
:function,
|
10687
|
+
:actions,
|
10688
|
+
:publish_status)
|
10689
|
+
SENSITIVE = []
|
10690
|
+
include Aws::Structure
|
10691
|
+
end
|
10692
|
+
|
12726
10693
|
# @!attribute [rw] description
|
12727
10694
|
# The description of the security profile.
|
12728
10695
|
# @return [String]
|
@@ -12745,72 +10712,29 @@ module Aws::Connect
|
|
12745
10712
|
# instanceId in the ARN of the instance.
|
12746
10713
|
# @return [String]
|
12747
10714
|
#
|
10715
|
+
# @!attribute [rw] allowed_access_control_tags
|
10716
|
+
# The list of tags that a security profile uses to restrict access to
|
10717
|
+
# resources in Amazon Connect.
|
10718
|
+
# @return [Hash<String,String>]
|
10719
|
+
#
|
10720
|
+
# @!attribute [rw] tag_restricted_resources
|
10721
|
+
# The list of resources that a security profile applies tag
|
10722
|
+
# restrictions to in Amazon Connect.
|
10723
|
+
# @return [Array<String>]
|
10724
|
+
#
|
12748
10725
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateSecurityProfileRequest AWS API Documentation
|
12749
10726
|
#
|
12750
10727
|
class UpdateSecurityProfileRequest < Struct.new(
|
12751
10728
|
:description,
|
12752
10729
|
:permissions,
|
12753
10730
|
:security_profile_id,
|
12754
|
-
:instance_id
|
10731
|
+
:instance_id,
|
10732
|
+
:allowed_access_control_tags,
|
10733
|
+
:tag_restricted_resources)
|
12755
10734
|
SENSITIVE = []
|
12756
10735
|
include Aws::Structure
|
12757
10736
|
end
|
12758
10737
|
|
12759
|
-
# @note When making an API call, you may pass UpdateTaskTemplateRequest
|
12760
|
-
# data as a hash:
|
12761
|
-
#
|
12762
|
-
# {
|
12763
|
-
# task_template_id: "TaskTemplateId", # required
|
12764
|
-
# instance_id: "InstanceId", # required
|
12765
|
-
# name: "TaskTemplateName",
|
12766
|
-
# description: "TaskTemplateDescription",
|
12767
|
-
# contact_flow_id: "ContactFlowId",
|
12768
|
-
# constraints: {
|
12769
|
-
# required_fields: [
|
12770
|
-
# {
|
12771
|
-
# id: {
|
12772
|
-
# name: "TaskTemplateFieldName",
|
12773
|
-
# },
|
12774
|
-
# },
|
12775
|
-
# ],
|
12776
|
-
# read_only_fields: [
|
12777
|
-
# {
|
12778
|
-
# id: {
|
12779
|
-
# name: "TaskTemplateFieldName",
|
12780
|
-
# },
|
12781
|
-
# },
|
12782
|
-
# ],
|
12783
|
-
# invisible_fields: [
|
12784
|
-
# {
|
12785
|
-
# id: {
|
12786
|
-
# name: "TaskTemplateFieldName",
|
12787
|
-
# },
|
12788
|
-
# },
|
12789
|
-
# ],
|
12790
|
-
# },
|
12791
|
-
# defaults: {
|
12792
|
-
# default_field_values: [
|
12793
|
-
# {
|
12794
|
-
# id: {
|
12795
|
-
# name: "TaskTemplateFieldName",
|
12796
|
-
# },
|
12797
|
-
# default_value: "TaskTemplateFieldValue",
|
12798
|
-
# },
|
12799
|
-
# ],
|
12800
|
-
# },
|
12801
|
-
# status: "ACTIVE", # accepts ACTIVE, INACTIVE
|
12802
|
-
# fields: [
|
12803
|
-
# {
|
12804
|
-
# id: { # required
|
12805
|
-
# name: "TaskTemplateFieldName",
|
12806
|
-
# },
|
12807
|
-
# description: "TaskTemplateFieldDescription",
|
12808
|
-
# type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
|
12809
|
-
# single_select_options: ["TaskTemplateSingleSelectOption"],
|
12810
|
-
# },
|
12811
|
-
# ],
|
12812
|
-
# }
|
12813
|
-
#
|
12814
10738
|
# @!attribute [rw] task_template_id
|
12815
10739
|
# A unique identifier for the task template.
|
12816
10740
|
# @return [String]
|
@@ -12942,21 +10866,6 @@ module Aws::Connect
|
|
12942
10866
|
include Aws::Structure
|
12943
10867
|
end
|
12944
10868
|
|
12945
|
-
# @note When making an API call, you may pass UpdateTrafficDistributionRequest
|
12946
|
-
# data as a hash:
|
12947
|
-
#
|
12948
|
-
# {
|
12949
|
-
# id: "TrafficDistributionGroupIdOrArn", # required
|
12950
|
-
# telephony_config: {
|
12951
|
-
# distributions: [ # required
|
12952
|
-
# {
|
12953
|
-
# region: "AwsRegion", # required
|
12954
|
-
# percentage: 1, # required
|
12955
|
-
# },
|
12956
|
-
# ],
|
12957
|
-
# },
|
12958
|
-
# }
|
12959
|
-
#
|
12960
10869
|
# @!attribute [rw] id
|
12961
10870
|
# The identifier of the traffic distribution group. This can be the ID
|
12962
10871
|
# or the ARN if the API is being called in the Region where the
|
@@ -12981,15 +10890,6 @@ module Aws::Connect
|
|
12981
10890
|
#
|
12982
10891
|
class UpdateTrafficDistributionResponse < Aws::EmptyStructure; end
|
12983
10892
|
|
12984
|
-
# @note When making an API call, you may pass UpdateUserHierarchyGroupNameRequest
|
12985
|
-
# data as a hash:
|
12986
|
-
#
|
12987
|
-
# {
|
12988
|
-
# name: "HierarchyGroupName", # required
|
12989
|
-
# hierarchy_group_id: "HierarchyGroupId", # required
|
12990
|
-
# instance_id: "InstanceId", # required
|
12991
|
-
# }
|
12992
|
-
#
|
12993
10893
|
# @!attribute [rw] name
|
12994
10894
|
# The name of the hierarchy group. Must not be more than 100
|
12995
10895
|
# characters.
|
@@ -13014,15 +10914,6 @@ module Aws::Connect
|
|
13014
10914
|
include Aws::Structure
|
13015
10915
|
end
|
13016
10916
|
|
13017
|
-
# @note When making an API call, you may pass UpdateUserHierarchyRequest
|
13018
|
-
# data as a hash:
|
13019
|
-
#
|
13020
|
-
# {
|
13021
|
-
# hierarchy_group_id: "HierarchyGroupId",
|
13022
|
-
# user_id: "UserId", # required
|
13023
|
-
# instance_id: "InstanceId", # required
|
13024
|
-
# }
|
13025
|
-
#
|
13026
10917
|
# @!attribute [rw] hierarchy_group_id
|
13027
10918
|
# The identifier of the hierarchy group.
|
13028
10919
|
# @return [String]
|
@@ -13046,30 +10937,6 @@ module Aws::Connect
|
|
13046
10937
|
include Aws::Structure
|
13047
10938
|
end
|
13048
10939
|
|
13049
|
-
# @note When making an API call, you may pass UpdateUserHierarchyStructureRequest
|
13050
|
-
# data as a hash:
|
13051
|
-
#
|
13052
|
-
# {
|
13053
|
-
# hierarchy_structure: { # required
|
13054
|
-
# level_one: {
|
13055
|
-
# name: "HierarchyLevelName", # required
|
13056
|
-
# },
|
13057
|
-
# level_two: {
|
13058
|
-
# name: "HierarchyLevelName", # required
|
13059
|
-
# },
|
13060
|
-
# level_three: {
|
13061
|
-
# name: "HierarchyLevelName", # required
|
13062
|
-
# },
|
13063
|
-
# level_four: {
|
13064
|
-
# name: "HierarchyLevelName", # required
|
13065
|
-
# },
|
13066
|
-
# level_five: {
|
13067
|
-
# name: "HierarchyLevelName", # required
|
13068
|
-
# },
|
13069
|
-
# },
|
13070
|
-
# instance_id: "InstanceId", # required
|
13071
|
-
# }
|
13072
|
-
#
|
13073
10940
|
# @!attribute [rw] hierarchy_structure
|
13074
10941
|
# The hierarchy levels to update.
|
13075
10942
|
# @return [Types::HierarchyStructureUpdate]
|
@@ -13088,21 +10955,6 @@ module Aws::Connect
|
|
13088
10955
|
include Aws::Structure
|
13089
10956
|
end
|
13090
10957
|
|
13091
|
-
# @note When making an API call, you may pass UpdateUserIdentityInfoRequest
|
13092
|
-
# data as a hash:
|
13093
|
-
#
|
13094
|
-
# {
|
13095
|
-
# identity_info: { # required
|
13096
|
-
# first_name: "AgentFirstName",
|
13097
|
-
# last_name: "AgentLastName",
|
13098
|
-
# email: "Email",
|
13099
|
-
# secondary_email: "Email",
|
13100
|
-
# mobile: "PhoneNumber",
|
13101
|
-
# },
|
13102
|
-
# user_id: "UserId", # required
|
13103
|
-
# instance_id: "InstanceId", # required
|
13104
|
-
# }
|
13105
|
-
#
|
13106
10958
|
# @!attribute [rw] identity_info
|
13107
10959
|
# The identity information for the user.
|
13108
10960
|
# @return [Types::UserIdentityInfo]
|
@@ -13126,20 +10978,6 @@ module Aws::Connect
|
|
13126
10978
|
include Aws::Structure
|
13127
10979
|
end
|
13128
10980
|
|
13129
|
-
# @note When making an API call, you may pass UpdateUserPhoneConfigRequest
|
13130
|
-
# data as a hash:
|
13131
|
-
#
|
13132
|
-
# {
|
13133
|
-
# phone_config: { # required
|
13134
|
-
# phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
|
13135
|
-
# auto_accept: false,
|
13136
|
-
# after_contact_work_time_limit: 1,
|
13137
|
-
# desk_phone_number: "PhoneNumber",
|
13138
|
-
# },
|
13139
|
-
# user_id: "UserId", # required
|
13140
|
-
# instance_id: "InstanceId", # required
|
13141
|
-
# }
|
13142
|
-
#
|
13143
10981
|
# @!attribute [rw] phone_config
|
13144
10982
|
# Information about phone configuration settings for the user.
|
13145
10983
|
# @return [Types::UserPhoneConfig]
|
@@ -13163,15 +11001,6 @@ module Aws::Connect
|
|
13163
11001
|
include Aws::Structure
|
13164
11002
|
end
|
13165
11003
|
|
13166
|
-
# @note When making an API call, you may pass UpdateUserRoutingProfileRequest
|
13167
|
-
# data as a hash:
|
13168
|
-
#
|
13169
|
-
# {
|
13170
|
-
# routing_profile_id: "RoutingProfileId", # required
|
13171
|
-
# user_id: "UserId", # required
|
13172
|
-
# instance_id: "InstanceId", # required
|
13173
|
-
# }
|
13174
|
-
#
|
13175
11004
|
# @!attribute [rw] routing_profile_id
|
13176
11005
|
# The identifier of the routing profile for the user.
|
13177
11006
|
# @return [String]
|
@@ -13195,15 +11024,6 @@ module Aws::Connect
|
|
13195
11024
|
include Aws::Structure
|
13196
11025
|
end
|
13197
11026
|
|
13198
|
-
# @note When making an API call, you may pass UpdateUserSecurityProfilesRequest
|
13199
|
-
# data as a hash:
|
13200
|
-
#
|
13201
|
-
# {
|
13202
|
-
# security_profile_ids: ["SecurityProfileId"], # required
|
13203
|
-
# user_id: "UserId", # required
|
13204
|
-
# instance_id: "InstanceId", # required
|
13205
|
-
# }
|
13206
|
-
#
|
13207
11027
|
# @!attribute [rw] security_profile_ids
|
13208
11028
|
# The identifiers of the security profiles for the user.
|
13209
11029
|
# @return [Array<String>]
|
@@ -13397,16 +11217,6 @@ module Aws::Connect
|
|
13397
11217
|
|
13398
11218
|
# A filter for the user data.
|
13399
11219
|
#
|
13400
|
-
# @note When making an API call, you may pass UserDataFilters
|
13401
|
-
# data as a hash:
|
13402
|
-
#
|
13403
|
-
# {
|
13404
|
-
# queues: ["QueueId"],
|
13405
|
-
# contact_filter: {
|
13406
|
-
# contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
|
13407
|
-
# },
|
13408
|
-
# }
|
13409
|
-
#
|
13410
11220
|
# @!attribute [rw] queues
|
13411
11221
|
# Contains information about a queue resource for which metrics are
|
13412
11222
|
# returned.
|
@@ -13428,17 +11238,6 @@ module Aws::Connect
|
|
13428
11238
|
|
13429
11239
|
# Contains information about the identity of a user.
|
13430
11240
|
#
|
13431
|
-
# @note When making an API call, you may pass UserIdentityInfo
|
13432
|
-
# data as a hash:
|
13433
|
-
#
|
13434
|
-
# {
|
13435
|
-
# first_name: "AgentFirstName",
|
13436
|
-
# last_name: "AgentLastName",
|
13437
|
-
# email: "Email",
|
13438
|
-
# secondary_email: "Email",
|
13439
|
-
# mobile: "PhoneNumber",
|
13440
|
-
# }
|
13441
|
-
#
|
13442
11241
|
# @!attribute [rw] first_name
|
13443
11242
|
# The first name. This is required if you are using Amazon Connect or
|
13444
11243
|
# SAML for identity management.
|
@@ -13516,16 +11315,6 @@ module Aws::Connect
|
|
13516
11315
|
# Contains information about the phone configuration settings for a
|
13517
11316
|
# user.
|
13518
11317
|
#
|
13519
|
-
# @note When making an API call, you may pass UserPhoneConfig
|
13520
|
-
# data as a hash:
|
13521
|
-
#
|
13522
|
-
# {
|
13523
|
-
# phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
|
13524
|
-
# auto_accept: false,
|
13525
|
-
# after_contact_work_time_limit: 1,
|
13526
|
-
# desk_phone_number: "PhoneNumber",
|
13527
|
-
# }
|
13528
|
-
#
|
13529
11318
|
# @!attribute [rw] phone_type
|
13530
11319
|
# The phone type.
|
13531
11320
|
# @return [String]
|
@@ -13561,14 +11350,6 @@ module Aws::Connect
|
|
13561
11350
|
# Contains information about the quick connect configuration settings
|
13562
11351
|
# for a user. The contact flow must be of type Transfer to Agent.
|
13563
11352
|
#
|
13564
|
-
# @note When making an API call, you may pass UserQuickConnectConfig
|
13565
|
-
# data as a hash:
|
13566
|
-
#
|
13567
|
-
# {
|
13568
|
-
# user_id: "UserId", # required
|
13569
|
-
# contact_flow_id: "ContactFlowId", # required
|
13570
|
-
# }
|
13571
|
-
#
|
13572
11353
|
# @!attribute [rw] user_id
|
13573
11354
|
# The identifier of the user.
|
13574
11355
|
# @return [String]
|
@@ -13614,59 +11395,6 @@ module Aws::Connect
|
|
13614
11395
|
#
|
13615
11396
|
# </note>
|
13616
11397
|
#
|
13617
|
-
# @note When making an API call, you may pass UserSearchCriteria
|
13618
|
-
# data as a hash:
|
13619
|
-
#
|
13620
|
-
# {
|
13621
|
-
# or_conditions: [
|
13622
|
-
# {
|
13623
|
-
# or_conditions: {
|
13624
|
-
# # recursive UserSearchConditionList
|
13625
|
-
# },
|
13626
|
-
# and_conditions: {
|
13627
|
-
# # recursive UserSearchConditionList
|
13628
|
-
# },
|
13629
|
-
# string_condition: {
|
13630
|
-
# field_name: "String",
|
13631
|
-
# value: "String",
|
13632
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13633
|
-
# },
|
13634
|
-
# hierarchy_group_condition: {
|
13635
|
-
# value: "String",
|
13636
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
13637
|
-
# },
|
13638
|
-
# },
|
13639
|
-
# ],
|
13640
|
-
# and_conditions: [
|
13641
|
-
# {
|
13642
|
-
# or_conditions: {
|
13643
|
-
# # recursive UserSearchConditionList
|
13644
|
-
# },
|
13645
|
-
# and_conditions: {
|
13646
|
-
# # recursive UserSearchConditionList
|
13647
|
-
# },
|
13648
|
-
# string_condition: {
|
13649
|
-
# field_name: "String",
|
13650
|
-
# value: "String",
|
13651
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13652
|
-
# },
|
13653
|
-
# hierarchy_group_condition: {
|
13654
|
-
# value: "String",
|
13655
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
13656
|
-
# },
|
13657
|
-
# },
|
13658
|
-
# ],
|
13659
|
-
# string_condition: {
|
13660
|
-
# field_name: "String",
|
13661
|
-
# value: "String",
|
13662
|
-
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13663
|
-
# },
|
13664
|
-
# hierarchy_group_condition: {
|
13665
|
-
# value: "String",
|
13666
|
-
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
13667
|
-
# },
|
13668
|
-
# }
|
13669
|
-
#
|
13670
11398
|
# @!attribute [rw] or_conditions
|
13671
11399
|
# A list of conditions which would be applied together with an `OR`
|
13672
11400
|
# condition.
|
@@ -13700,32 +11428,6 @@ module Aws::Connect
|
|
13700
11428
|
|
13701
11429
|
# Filters to be applied to search results.
|
13702
11430
|
#
|
13703
|
-
# @note When making an API call, you may pass UserSearchFilter
|
13704
|
-
# data as a hash:
|
13705
|
-
#
|
13706
|
-
# {
|
13707
|
-
# tag_filter: {
|
13708
|
-
# or_conditions: [
|
13709
|
-
# [
|
13710
|
-
# {
|
13711
|
-
# tag_key: "String",
|
13712
|
-
# tag_value: "String",
|
13713
|
-
# },
|
13714
|
-
# ],
|
13715
|
-
# ],
|
13716
|
-
# and_conditions: [
|
13717
|
-
# {
|
13718
|
-
# tag_key: "String",
|
13719
|
-
# tag_value: "String",
|
13720
|
-
# },
|
13721
|
-
# ],
|
13722
|
-
# tag_condition: {
|
13723
|
-
# tag_key: "String",
|
13724
|
-
# tag_value: "String",
|
13725
|
-
# },
|
13726
|
-
# },
|
13727
|
-
# }
|
13728
|
-
#
|
13729
11431
|
# @!attribute [rw] tag_filter
|
13730
11432
|
# An object that can be used to specify Tag conditions inside the
|
13731
11433
|
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
@@ -13954,13 +11656,6 @@ module Aws::Connect
|
|
13954
11656
|
|
13955
11657
|
# Contains information about the recording configuration settings.
|
13956
11658
|
#
|
13957
|
-
# @note When making an API call, you may pass VoiceRecordingConfiguration
|
13958
|
-
# data as a hash:
|
13959
|
-
#
|
13960
|
-
# {
|
13961
|
-
# voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
|
13962
|
-
# }
|
13963
|
-
#
|
13964
11659
|
# @!attribute [rw] voice_recording_track
|
13965
11660
|
# Identifies which track is being recorded.
|
13966
11661
|
# @return [String]
|