aws-sdk-connect 1.95.0 → 1.97.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 +912 -309
- data/lib/aws-sdk-connect/client_api.rb +7 -2
- data/lib/aws-sdk-connect/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-connect/endpoint_provider.rb +29 -26
- data/lib/aws-sdk-connect/types.rb +952 -305
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -374,8 +374,12 @@ module Aws::Connect
|
|
374
374
|
# Associates an approved origin to an Amazon Connect instance.
|
375
375
|
#
|
376
376
|
# @option params [required, String] :instance_id
|
377
|
-
# The identifier of the Amazon Connect instance. You can find the
|
378
|
-
#
|
377
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
378
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
379
|
+
#
|
380
|
+
#
|
381
|
+
#
|
382
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
379
383
|
#
|
380
384
|
# @option params [required, String] :origin
|
381
385
|
# The domain to add to your allow list.
|
@@ -405,8 +409,12 @@ module Aws::Connect
|
|
405
409
|
# Amazon Lex or Amazon Lex V2 bot.
|
406
410
|
#
|
407
411
|
# @option params [required, String] :instance_id
|
408
|
-
# The identifier of the Amazon Connect instance. You can find the
|
409
|
-
#
|
412
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
413
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
414
|
+
#
|
415
|
+
#
|
416
|
+
#
|
417
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
410
418
|
#
|
411
419
|
# @option params [Types::LexBot] :lex_bot
|
412
420
|
# Configuration information of an Amazon Lex bot.
|
@@ -421,8 +429,8 @@ module Aws::Connect
|
|
421
429
|
# resp = client.associate_bot({
|
422
430
|
# instance_id: "InstanceId", # required
|
423
431
|
# lex_bot: {
|
424
|
-
# name: "BotName",
|
425
|
-
# lex_region: "LexRegion",
|
432
|
+
# name: "BotName", # required
|
433
|
+
# lex_region: "LexRegion", # required
|
426
434
|
# },
|
427
435
|
# lex_v2_bot: {
|
428
436
|
# alias_arn: "AliasArn",
|
@@ -443,8 +451,12 @@ module Aws::Connect
|
|
443
451
|
# sessions for the given language.
|
444
452
|
#
|
445
453
|
# @option params [required, String] :instance_id
|
446
|
-
# The identifier of the Amazon Connect instance. You can find the
|
447
|
-
#
|
454
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
455
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
456
|
+
#
|
457
|
+
#
|
458
|
+
#
|
459
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
448
460
|
#
|
449
461
|
# @option params [required, String] :language_code
|
450
462
|
# The language code of the vocabulary entries. For a list of languages
|
@@ -492,8 +504,12 @@ module Aws::Connect
|
|
492
504
|
# being used for association.
|
493
505
|
#
|
494
506
|
# @option params [required, String] :instance_id
|
495
|
-
# The identifier of the Amazon Connect instance. You can find the
|
496
|
-
#
|
507
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
508
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
509
|
+
#
|
510
|
+
#
|
511
|
+
#
|
512
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
497
513
|
#
|
498
514
|
# @option params [required, String] :resource_type
|
499
515
|
# A valid resource type.
|
@@ -509,7 +525,7 @@ module Aws::Connect
|
|
509
525
|
#
|
510
526
|
# resp = client.associate_instance_storage_config({
|
511
527
|
# instance_id: "InstanceId", # required
|
512
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
528
|
+
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS
|
513
529
|
# storage_config: { # required
|
514
530
|
# association_id: "AssociationId",
|
515
531
|
# storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
|
@@ -558,8 +574,12 @@ module Aws::Connect
|
|
558
574
|
# Lambda function.
|
559
575
|
#
|
560
576
|
# @option params [required, String] :instance_id
|
561
|
-
# The identifier of the Amazon Connect instance. You can find the
|
562
|
-
#
|
577
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
578
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
579
|
+
#
|
580
|
+
#
|
581
|
+
#
|
582
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
563
583
|
#
|
564
584
|
# @option params [required, String] :function_arn
|
565
585
|
# The Amazon Resource Name (ARN) for the Lambda function being
|
@@ -587,11 +607,16 @@ module Aws::Connect
|
|
587
607
|
# change.
|
588
608
|
#
|
589
609
|
# Allows the specified Amazon Connect instance to access the specified
|
590
|
-
# Amazon Lex bot.
|
610
|
+
# Amazon Lex V1 bot. This API only supports the association of Amazon
|
611
|
+
# Lex V1 bots.
|
591
612
|
#
|
592
613
|
# @option params [required, String] :instance_id
|
593
|
-
# The identifier of the Amazon Connect instance. You can find the
|
594
|
-
#
|
614
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
615
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
616
|
+
#
|
617
|
+
#
|
618
|
+
#
|
619
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
595
620
|
#
|
596
621
|
# @option params [required, Types::LexBot] :lex_bot
|
597
622
|
# The Amazon Lex bot to associate with the instance.
|
@@ -603,8 +628,8 @@ module Aws::Connect
|
|
603
628
|
# resp = client.associate_lex_bot({
|
604
629
|
# instance_id: "InstanceId", # required
|
605
630
|
# lex_bot: { # required
|
606
|
-
# name: "BotName",
|
607
|
-
# lex_region: "LexRegion",
|
631
|
+
# name: "BotName", # required
|
632
|
+
# lex_region: "LexRegion", # required
|
608
633
|
# },
|
609
634
|
# })
|
610
635
|
#
|
@@ -635,8 +660,12 @@ module Aws::Connect
|
|
635
660
|
# A unique identifier for the phone number.
|
636
661
|
#
|
637
662
|
# @option params [required, String] :instance_id
|
638
|
-
# The identifier of the Amazon Connect instance. You can find the
|
639
|
-
#
|
663
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
664
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
665
|
+
#
|
666
|
+
#
|
667
|
+
#
|
668
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
640
669
|
#
|
641
670
|
# @option params [required, String] :contact_flow_id
|
642
671
|
# The identifier of the flow.
|
@@ -666,8 +695,12 @@ module Aws::Connect
|
|
666
695
|
# Associates a set of quick connects with a queue.
|
667
696
|
#
|
668
697
|
# @option params [required, String] :instance_id
|
669
|
-
# The identifier of the Amazon Connect instance. You can find the
|
670
|
-
#
|
698
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
699
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
700
|
+
#
|
701
|
+
#
|
702
|
+
#
|
703
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
671
704
|
#
|
672
705
|
# @option params [required, String] :queue_id
|
673
706
|
# The identifier for the queue.
|
@@ -697,8 +730,12 @@ module Aws::Connect
|
|
697
730
|
# Associates a set of queues with a routing profile.
|
698
731
|
#
|
699
732
|
# @option params [required, String] :instance_id
|
700
|
-
# The identifier of the Amazon Connect instance. You can find the
|
701
|
-
#
|
733
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
734
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
735
|
+
#
|
736
|
+
#
|
737
|
+
#
|
738
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
702
739
|
#
|
703
740
|
# @option params [required, String] :routing_profile_id
|
704
741
|
# The identifier of the routing profile.
|
@@ -740,8 +777,12 @@ module Aws::Connect
|
|
740
777
|
# Associates a security key to the instance.
|
741
778
|
#
|
742
779
|
# @option params [required, String] :instance_id
|
743
|
-
# The identifier of the Amazon Connect instance. You can find the
|
744
|
-
#
|
780
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
781
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
782
|
+
#
|
783
|
+
#
|
784
|
+
#
|
785
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
745
786
|
#
|
746
787
|
# @option params [required, String] :key
|
747
788
|
# A valid security key in PEM format.
|
@@ -861,8 +902,12 @@ module Aws::Connect
|
|
861
902
|
# Creates an agent status for the specified Amazon Connect instance.
|
862
903
|
#
|
863
904
|
# @option params [required, String] :instance_id
|
864
|
-
# The identifier of the Amazon Connect instance. You can find the
|
865
|
-
#
|
905
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
906
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
907
|
+
#
|
908
|
+
#
|
909
|
+
#
|
910
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
866
911
|
#
|
867
912
|
# @option params [required, String] :name
|
868
913
|
# The name of the status.
|
@@ -982,8 +1027,12 @@ module Aws::Connect
|
|
982
1027
|
# Creates a flow module for the specified Amazon Connect instance.
|
983
1028
|
#
|
984
1029
|
# @option params [required, String] :instance_id
|
985
|
-
# The identifier of the Amazon Connect instance. You can find the
|
986
|
-
#
|
1030
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1031
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1032
|
+
#
|
1033
|
+
#
|
1034
|
+
#
|
1035
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
987
1036
|
#
|
988
1037
|
# @option params [required, String] :name
|
989
1038
|
# The name of the flow module.
|
@@ -1050,8 +1099,12 @@ module Aws::Connect
|
|
1050
1099
|
# Creates hours of operation.
|
1051
1100
|
#
|
1052
1101
|
# @option params [required, String] :instance_id
|
1053
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1054
|
-
#
|
1102
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1103
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1104
|
+
#
|
1105
|
+
#
|
1106
|
+
#
|
1107
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1055
1108
|
#
|
1056
1109
|
# @option params [required, String] :name
|
1057
1110
|
# The name of the hours of operation.
|
@@ -1182,8 +1235,12 @@ module Aws::Connect
|
|
1182
1235
|
# Connect instance.
|
1183
1236
|
#
|
1184
1237
|
# @option params [required, String] :instance_id
|
1185
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1186
|
-
#
|
1238
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1239
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1240
|
+
#
|
1241
|
+
#
|
1242
|
+
#
|
1243
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1187
1244
|
#
|
1188
1245
|
# @option params [required, String] :integration_type
|
1189
1246
|
# The type of information to be ingested.
|
@@ -1268,8 +1325,12 @@ module Aws::Connect
|
|
1268
1325
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_OutboundCallerConfig
|
1269
1326
|
#
|
1270
1327
|
# @option params [required, String] :instance_id
|
1271
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1272
|
-
#
|
1328
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1329
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1330
|
+
#
|
1331
|
+
#
|
1332
|
+
#
|
1333
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1273
1334
|
#
|
1274
1335
|
# @option params [required, String] :name
|
1275
1336
|
# The name of the queue.
|
@@ -1336,8 +1397,12 @@ module Aws::Connect
|
|
1336
1397
|
# Creates a quick connect for the specified Amazon Connect instance.
|
1337
1398
|
#
|
1338
1399
|
# @option params [required, String] :instance_id
|
1339
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1340
|
-
#
|
1400
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1401
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1402
|
+
#
|
1403
|
+
#
|
1404
|
+
#
|
1405
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1341
1406
|
#
|
1342
1407
|
# @option params [required, String] :name
|
1343
1408
|
# The name of the quick connect.
|
@@ -1400,8 +1465,12 @@ module Aws::Connect
|
|
1400
1465
|
# Creates a new routing profile.
|
1401
1466
|
#
|
1402
1467
|
# @option params [required, String] :instance_id
|
1403
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1404
|
-
#
|
1468
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1469
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1470
|
+
#
|
1471
|
+
#
|
1472
|
+
#
|
1473
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1405
1474
|
#
|
1406
1475
|
# @option params [required, String] :name
|
1407
1476
|
# The name of the routing profile. Must not be more than 127 characters.
|
@@ -1417,6 +1486,16 @@ module Aws::Connect
|
|
1417
1486
|
# The inbound queues associated with the routing profile. If no queue is
|
1418
1487
|
# added, the agent can make only outbound calls.
|
1419
1488
|
#
|
1489
|
+
# The limit of 10 array members applies to the maximum number of
|
1490
|
+
# `RoutingProfileQueueConfig` objects that can be passed during a
|
1491
|
+
# CreateRoutingProfile API request. It is different from the quota of 50
|
1492
|
+
# queues per routing profile per instance that is listed in [Amazon
|
1493
|
+
# Connect service quotas][1].
|
1494
|
+
#
|
1495
|
+
#
|
1496
|
+
#
|
1497
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html
|
1498
|
+
#
|
1420
1499
|
# @option params [required, Array<Types::MediaConcurrency>] :media_concurrencies
|
1421
1500
|
# The channels that agents can handle in the Contact Control Panel (CCP)
|
1422
1501
|
# for this routing profile.
|
@@ -1482,8 +1561,12 @@ module Aws::Connect
|
|
1482
1561
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html
|
1483
1562
|
#
|
1484
1563
|
# @option params [required, String] :instance_id
|
1485
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1486
|
-
#
|
1564
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1565
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1566
|
+
#
|
1567
|
+
#
|
1568
|
+
#
|
1569
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1487
1570
|
#
|
1488
1571
|
# @option params [required, String] :name
|
1489
1572
|
# A unique name for the rule.
|
@@ -1599,8 +1682,12 @@ module Aws::Connect
|
|
1599
1682
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
1600
1683
|
#
|
1601
1684
|
# @option params [required, String] :instance_id
|
1602
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1603
|
-
#
|
1685
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1686
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1687
|
+
#
|
1688
|
+
#
|
1689
|
+
#
|
1690
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1604
1691
|
#
|
1605
1692
|
# @option params [Hash<String,String>] :tags
|
1606
1693
|
# The tags used to organize, track, or control access for this resource.
|
@@ -1654,8 +1741,12 @@ module Aws::Connect
|
|
1654
1741
|
# Creates a new task template in the specified Amazon Connect instance.
|
1655
1742
|
#
|
1656
1743
|
# @option params [required, String] :instance_id
|
1657
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1658
|
-
#
|
1744
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1745
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1746
|
+
#
|
1747
|
+
#
|
1748
|
+
#
|
1749
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1659
1750
|
#
|
1660
1751
|
# @option params [required, String] :name
|
1661
1752
|
# The name of the task template.
|
@@ -1842,8 +1933,12 @@ module Aws::Connect
|
|
1842
1933
|
# Creates a use case for an integration association.
|
1843
1934
|
#
|
1844
1935
|
# @option params [required, String] :instance_id
|
1845
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1846
|
-
#
|
1936
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
1937
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
1938
|
+
#
|
1939
|
+
#
|
1940
|
+
#
|
1941
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1847
1942
|
#
|
1848
1943
|
# @option params [required, String] :integration_association_id
|
1849
1944
|
# The identifier for the integration association.
|
@@ -1937,8 +2032,12 @@ module Aws::Connect
|
|
1937
2032
|
# The identifier of the hierarchy group for the user.
|
1938
2033
|
#
|
1939
2034
|
# @option params [required, String] :instance_id
|
1940
|
-
# The identifier of the Amazon Connect instance. You can find the
|
1941
|
-
#
|
2035
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2036
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2037
|
+
#
|
2038
|
+
#
|
2039
|
+
#
|
2040
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
1942
2041
|
#
|
1943
2042
|
# @option params [Hash<String,String>] :tags
|
1944
2043
|
# The tags used to organize, track, or control access for this resource.
|
@@ -2003,8 +2102,12 @@ module Aws::Connect
|
|
2003
2102
|
# created at level one if the parent group ID is null.
|
2004
2103
|
#
|
2005
2104
|
# @option params [required, String] :instance_id
|
2006
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2007
|
-
#
|
2105
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2106
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2107
|
+
#
|
2108
|
+
#
|
2109
|
+
#
|
2110
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2008
2111
|
#
|
2009
2112
|
# @option params [Hash<String,String>] :tags
|
2010
2113
|
# The tags used to organize, track, or control access for this resource.
|
@@ -2063,8 +2166,12 @@ module Aws::Connect
|
|
2063
2166
|
# [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
|
2064
2167
|
#
|
2065
2168
|
# @option params [required, String] :instance_id
|
2066
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2067
|
-
#
|
2169
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2170
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2171
|
+
#
|
2172
|
+
#
|
2173
|
+
#
|
2174
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2068
2175
|
#
|
2069
2176
|
# @option params [required, String] :vocabulary_name
|
2070
2177
|
# A unique name of the custom vocabulary.
|
@@ -2131,8 +2238,12 @@ module Aws::Connect
|
|
2131
2238
|
# Deletes a flow for the specified Amazon Connect instance.
|
2132
2239
|
#
|
2133
2240
|
# @option params [required, String] :instance_id
|
2134
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2135
|
-
#
|
2241
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2242
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2243
|
+
#
|
2244
|
+
#
|
2245
|
+
#
|
2246
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2136
2247
|
#
|
2137
2248
|
# @option params [required, String] :contact_flow_id
|
2138
2249
|
# The identifier of the flow.
|
@@ -2158,8 +2269,12 @@ module Aws::Connect
|
|
2158
2269
|
# Deletes the specified flow module.
|
2159
2270
|
#
|
2160
2271
|
# @option params [required, String] :instance_id
|
2161
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2162
|
-
#
|
2272
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2273
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2274
|
+
#
|
2275
|
+
#
|
2276
|
+
#
|
2277
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2163
2278
|
#
|
2164
2279
|
# @option params [required, String] :contact_flow_module_id
|
2165
2280
|
# The identifier of the flow module.
|
@@ -2188,8 +2303,12 @@ module Aws::Connect
|
|
2188
2303
|
# Deletes an hours of operation.
|
2189
2304
|
#
|
2190
2305
|
# @option params [required, String] :instance_id
|
2191
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2192
|
-
#
|
2306
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2307
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2308
|
+
#
|
2309
|
+
#
|
2310
|
+
#
|
2311
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2193
2312
|
#
|
2194
2313
|
# @option params [required, String] :hours_of_operation_id
|
2195
2314
|
# The identifier for the hours of operation.
|
@@ -2225,8 +2344,12 @@ module Aws::Connect
|
|
2225
2344
|
# account.
|
2226
2345
|
#
|
2227
2346
|
# @option params [required, String] :instance_id
|
2228
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2229
|
-
#
|
2347
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2348
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2349
|
+
#
|
2350
|
+
#
|
2351
|
+
#
|
2352
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2230
2353
|
#
|
2231
2354
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2232
2355
|
#
|
@@ -2250,8 +2373,12 @@ module Aws::Connect
|
|
2250
2373
|
# associated with it.
|
2251
2374
|
#
|
2252
2375
|
# @option params [required, String] :instance_id
|
2253
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2254
|
-
#
|
2376
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2377
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2378
|
+
#
|
2379
|
+
#
|
2380
|
+
#
|
2381
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2255
2382
|
#
|
2256
2383
|
# @option params [required, String] :integration_association_id
|
2257
2384
|
# The identifier for the integration association.
|
@@ -2277,8 +2404,12 @@ module Aws::Connect
|
|
2277
2404
|
# Deletes a quick connect.
|
2278
2405
|
#
|
2279
2406
|
# @option params [required, String] :instance_id
|
2280
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2281
|
-
#
|
2407
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2408
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2409
|
+
#
|
2410
|
+
#
|
2411
|
+
#
|
2412
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2282
2413
|
#
|
2283
2414
|
# @option params [required, String] :quick_connect_id
|
2284
2415
|
# The identifier for the quick connect.
|
@@ -2304,8 +2435,12 @@ module Aws::Connect
|
|
2304
2435
|
# Deletes a rule for the specified Amazon Connect instance.
|
2305
2436
|
#
|
2306
2437
|
# @option params [required, String] :instance_id
|
2307
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2308
|
-
#
|
2438
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2439
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2440
|
+
#
|
2441
|
+
#
|
2442
|
+
#
|
2443
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2309
2444
|
#
|
2310
2445
|
# @option params [required, String] :rule_id
|
2311
2446
|
# A unique identifier for the rule.
|
@@ -2334,8 +2469,12 @@ module Aws::Connect
|
|
2334
2469
|
# Deletes a security profile.
|
2335
2470
|
#
|
2336
2471
|
# @option params [required, String] :instance_id
|
2337
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2338
|
-
#
|
2472
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2473
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2474
|
+
#
|
2475
|
+
#
|
2476
|
+
#
|
2477
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2339
2478
|
#
|
2340
2479
|
# @option params [required, String] :security_profile_id
|
2341
2480
|
# The identifier for the security profle.
|
@@ -2361,8 +2500,12 @@ module Aws::Connect
|
|
2361
2500
|
# Deletes the task template.
|
2362
2501
|
#
|
2363
2502
|
# @option params [required, String] :instance_id
|
2364
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2365
|
-
#
|
2503
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2504
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2505
|
+
#
|
2506
|
+
#
|
2507
|
+
#
|
2508
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2366
2509
|
#
|
2367
2510
|
# @option params [required, String] :task_template_id
|
2368
2511
|
# A unique identifier for the task template.
|
@@ -2422,8 +2565,12 @@ module Aws::Connect
|
|
2422
2565
|
# Deletes a use case from an integration association.
|
2423
2566
|
#
|
2424
2567
|
# @option params [required, String] :instance_id
|
2425
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2426
|
-
#
|
2568
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2569
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2570
|
+
#
|
2571
|
+
#
|
2572
|
+
#
|
2573
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2427
2574
|
#
|
2428
2575
|
# @option params [required, String] :integration_association_id
|
2429
2576
|
# The identifier for the integration association.
|
@@ -2461,8 +2608,12 @@ module Aws::Connect
|
|
2461
2608
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html
|
2462
2609
|
#
|
2463
2610
|
# @option params [required, String] :instance_id
|
2464
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2465
|
-
#
|
2611
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2612
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2613
|
+
#
|
2614
|
+
#
|
2615
|
+
#
|
2616
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2466
2617
|
#
|
2467
2618
|
# @option params [required, String] :user_id
|
2468
2619
|
# The identifier of the user.
|
@@ -2492,8 +2643,12 @@ module Aws::Connect
|
|
2492
2643
|
# The identifier of the hierarchy group.
|
2493
2644
|
#
|
2494
2645
|
# @option params [required, String] :instance_id
|
2495
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2496
|
-
#
|
2646
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2647
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2648
|
+
#
|
2649
|
+
#
|
2650
|
+
#
|
2651
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2497
2652
|
#
|
2498
2653
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2499
2654
|
#
|
@@ -2516,8 +2671,12 @@ module Aws::Connect
|
|
2516
2671
|
# Deletes the vocabulary that has the given identifier.
|
2517
2672
|
#
|
2518
2673
|
# @option params [required, String] :instance_id
|
2519
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2520
|
-
#
|
2674
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2675
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2676
|
+
#
|
2677
|
+
#
|
2678
|
+
#
|
2679
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2521
2680
|
#
|
2522
2681
|
# @option params [required, String] :vocabulary_id
|
2523
2682
|
# The identifier of the custom vocabulary.
|
@@ -2556,8 +2715,12 @@ module Aws::Connect
|
|
2556
2715
|
# Describes an agent status.
|
2557
2716
|
#
|
2558
2717
|
# @option params [required, String] :instance_id
|
2559
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2560
|
-
#
|
2718
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2719
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2720
|
+
#
|
2721
|
+
#
|
2722
|
+
#
|
2723
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2561
2724
|
#
|
2562
2725
|
# @option params [required, String] :agent_status_id
|
2563
2726
|
# The identifier for the agent status.
|
@@ -2605,8 +2768,12 @@ module Aws::Connect
|
|
2605
2768
|
# Only data from November 12, 2021, and later is returned by this API.
|
2606
2769
|
#
|
2607
2770
|
# @option params [required, String] :instance_id
|
2608
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2609
|
-
#
|
2771
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2772
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2773
|
+
#
|
2774
|
+
#
|
2775
|
+
#
|
2776
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2610
2777
|
#
|
2611
2778
|
# @option params [required, String] :contact_id
|
2612
2779
|
# The identifier of the contact.
|
@@ -2641,6 +2808,7 @@ module Aws::Connect
|
|
2641
2808
|
# resp.contact.last_update_timestamp #=> Time
|
2642
2809
|
# resp.contact.scheduled_timestamp #=> Time
|
2643
2810
|
# resp.contact.related_contact_id #=> String
|
2811
|
+
# resp.contact.wisdom_info.session_arn #=> String
|
2644
2812
|
#
|
2645
2813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
|
2646
2814
|
#
|
@@ -2701,8 +2869,12 @@ module Aws::Connect
|
|
2701
2869
|
# Describes the specified flow module.
|
2702
2870
|
#
|
2703
2871
|
# @option params [required, String] :instance_id
|
2704
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2705
|
-
#
|
2872
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2873
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2874
|
+
#
|
2875
|
+
#
|
2876
|
+
#
|
2877
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2706
2878
|
#
|
2707
2879
|
# @option params [required, String] :contact_flow_module_id
|
2708
2880
|
# The identifier of the flow module.
|
@@ -2745,8 +2917,12 @@ module Aws::Connect
|
|
2745
2917
|
# Describes the hours of operation.
|
2746
2918
|
#
|
2747
2919
|
# @option params [required, String] :instance_id
|
2748
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2749
|
-
#
|
2920
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2921
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2922
|
+
#
|
2923
|
+
#
|
2924
|
+
#
|
2925
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2750
2926
|
#
|
2751
2927
|
# @option params [required, String] :hours_of_operation_id
|
2752
2928
|
# The identifier for the hours of operation.
|
@@ -2800,8 +2976,12 @@ module Aws::Connect
|
|
2800
2976
|
# invoked.
|
2801
2977
|
#
|
2802
2978
|
# @option params [required, String] :instance_id
|
2803
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2804
|
-
#
|
2979
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
2980
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
2981
|
+
#
|
2982
|
+
#
|
2983
|
+
#
|
2984
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2805
2985
|
#
|
2806
2986
|
# @return [Types::DescribeInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2807
2987
|
#
|
@@ -2841,8 +3021,12 @@ module Aws::Connect
|
|
2841
3021
|
# Describes the specified instance attribute.
|
2842
3022
|
#
|
2843
3023
|
# @option params [required, String] :instance_id
|
2844
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2845
|
-
#
|
3024
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3025
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3026
|
+
#
|
3027
|
+
#
|
3028
|
+
#
|
3029
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2846
3030
|
#
|
2847
3031
|
# @option params [required, String] :attribute_type
|
2848
3032
|
# The type of attribute.
|
@@ -2879,8 +3063,12 @@ module Aws::Connect
|
|
2879
3063
|
# resource type, association ID, and instance ID.
|
2880
3064
|
#
|
2881
3065
|
# @option params [required, String] :instance_id
|
2882
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2883
|
-
#
|
3066
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3067
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3068
|
+
#
|
3069
|
+
#
|
3070
|
+
#
|
3071
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2884
3072
|
#
|
2885
3073
|
# @option params [required, String] :association_id
|
2886
3074
|
# The existing association identifier that uniquely identifies the
|
@@ -2898,7 +3086,7 @@ module Aws::Connect
|
|
2898
3086
|
# resp = client.describe_instance_storage_config({
|
2899
3087
|
# instance_id: "InstanceId", # required
|
2900
3088
|
# association_id: "AssociationId", # required
|
2901
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
3089
|
+
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS
|
2902
3090
|
# })
|
2903
3091
|
#
|
2904
3092
|
# @example Response structure
|
@@ -2980,8 +3168,12 @@ module Aws::Connect
|
|
2980
3168
|
# Describes the specified queue.
|
2981
3169
|
#
|
2982
3170
|
# @option params [required, String] :instance_id
|
2983
|
-
# The identifier of the Amazon Connect instance. You can find the
|
2984
|
-
#
|
3171
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3172
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3173
|
+
#
|
3174
|
+
#
|
3175
|
+
#
|
3176
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
2985
3177
|
#
|
2986
3178
|
# @option params [required, String] :queue_id
|
2987
3179
|
# The identifier for the queue.
|
@@ -3024,8 +3216,12 @@ module Aws::Connect
|
|
3024
3216
|
# Describes the quick connect.
|
3025
3217
|
#
|
3026
3218
|
# @option params [required, String] :instance_id
|
3027
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3028
|
-
#
|
3219
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3220
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3221
|
+
#
|
3222
|
+
#
|
3223
|
+
#
|
3224
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3029
3225
|
#
|
3030
3226
|
# @option params [required, String] :quick_connect_id
|
3031
3227
|
# The identifier for the quick connect.
|
@@ -3068,8 +3264,12 @@ module Aws::Connect
|
|
3068
3264
|
# Describes the specified routing profile.
|
3069
3265
|
#
|
3070
3266
|
# @option params [required, String] :instance_id
|
3071
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3072
|
-
#
|
3267
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3268
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3269
|
+
#
|
3270
|
+
#
|
3271
|
+
#
|
3272
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3073
3273
|
#
|
3074
3274
|
# @option params [required, String] :routing_profile_id
|
3075
3275
|
# The identifier of the routing profile.
|
@@ -3113,8 +3313,12 @@ module Aws::Connect
|
|
3113
3313
|
# Describes a rule for the specified Amazon Connect instance.
|
3114
3314
|
#
|
3115
3315
|
# @option params [required, String] :instance_id
|
3116
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3117
|
-
#
|
3316
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3317
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3318
|
+
#
|
3319
|
+
#
|
3320
|
+
#
|
3321
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3118
3322
|
#
|
3119
3323
|
# @option params [required, String] :rule_id
|
3120
3324
|
# A unique identifier for the rule.
|
@@ -3180,8 +3384,12 @@ module Aws::Connect
|
|
3180
3384
|
# The identifier for the security profle.
|
3181
3385
|
#
|
3182
3386
|
# @option params [required, String] :instance_id
|
3183
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3184
|
-
#
|
3387
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3388
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3389
|
+
#
|
3390
|
+
#
|
3391
|
+
#
|
3392
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3185
3393
|
#
|
3186
3394
|
# @return [Types::DescribeSecurityProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3187
3395
|
#
|
@@ -3255,17 +3463,25 @@ module Aws::Connect
|
|
3255
3463
|
req.send_request(options)
|
3256
3464
|
end
|
3257
3465
|
|
3258
|
-
# Describes the specified user account. You can find the instance ID in
|
3259
|
-
# the console (it’s the final part of the ARN). The
|
3260
|
-
# display the user IDs. Instead, list the users and
|
3261
|
-
# provided in the output.
|
3466
|
+
# Describes the specified user account. You can [find the instance ID in
|
3467
|
+
# the Amazon Connect console][1] (it’s the final part of the ARN). The
|
3468
|
+
# console does not display the user IDs. Instead, list the users and
|
3469
|
+
# note the IDs provided in the output.
|
3470
|
+
#
|
3471
|
+
#
|
3472
|
+
#
|
3473
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3262
3474
|
#
|
3263
3475
|
# @option params [required, String] :user_id
|
3264
3476
|
# The identifier of the user account.
|
3265
3477
|
#
|
3266
3478
|
# @option params [required, String] :instance_id
|
3267
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3268
|
-
#
|
3479
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3480
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3481
|
+
#
|
3482
|
+
#
|
3483
|
+
#
|
3484
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3269
3485
|
#
|
3270
3486
|
# @return [Types::DescribeUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3271
3487
|
#
|
@@ -3315,8 +3531,12 @@ module Aws::Connect
|
|
3315
3531
|
# The identifier of the hierarchy group.
|
3316
3532
|
#
|
3317
3533
|
# @option params [required, String] :instance_id
|
3318
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3319
|
-
#
|
3534
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3535
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3536
|
+
#
|
3537
|
+
#
|
3538
|
+
#
|
3539
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3320
3540
|
#
|
3321
3541
|
# @return [Types::DescribeUserHierarchyGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3322
3542
|
#
|
@@ -3366,8 +3586,12 @@ module Aws::Connect
|
|
3366
3586
|
# instance.
|
3367
3587
|
#
|
3368
3588
|
# @option params [required, String] :instance_id
|
3369
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3370
|
-
#
|
3589
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3590
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3591
|
+
#
|
3592
|
+
#
|
3593
|
+
#
|
3594
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3371
3595
|
#
|
3372
3596
|
# @return [Types::DescribeUserHierarchyStructureResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3373
3597
|
#
|
@@ -3409,8 +3633,12 @@ module Aws::Connect
|
|
3409
3633
|
# Describes the specified vocabulary.
|
3410
3634
|
#
|
3411
3635
|
# @option params [required, String] :instance_id
|
3412
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3413
|
-
#
|
3636
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3637
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3638
|
+
#
|
3639
|
+
#
|
3640
|
+
#
|
3641
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3414
3642
|
#
|
3415
3643
|
# @option params [required, String] :vocabulary_id
|
3416
3644
|
# The identifier of the custom vocabulary.
|
@@ -3454,8 +3682,12 @@ module Aws::Connect
|
|
3454
3682
|
# Revokes access to integrated applications from Amazon Connect.
|
3455
3683
|
#
|
3456
3684
|
# @option params [required, String] :instance_id
|
3457
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3458
|
-
#
|
3685
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3686
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3687
|
+
#
|
3688
|
+
#
|
3689
|
+
#
|
3690
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3459
3691
|
#
|
3460
3692
|
# @option params [required, String] :origin
|
3461
3693
|
# The domain URL of the integrated application.
|
@@ -3485,8 +3717,12 @@ module Aws::Connect
|
|
3485
3717
|
# specified Amazon Lex or Amazon Lex V2 bot.
|
3486
3718
|
#
|
3487
3719
|
# @option params [required, String] :instance_id
|
3488
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3489
|
-
#
|
3720
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3721
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3722
|
+
#
|
3723
|
+
#
|
3724
|
+
#
|
3725
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3490
3726
|
#
|
3491
3727
|
# @option params [Types::LexBot] :lex_bot
|
3492
3728
|
# Configuration information of an Amazon Lex bot.
|
@@ -3501,8 +3737,8 @@ module Aws::Connect
|
|
3501
3737
|
# resp = client.disassociate_bot({
|
3502
3738
|
# instance_id: "InstanceId", # required
|
3503
3739
|
# lex_bot: {
|
3504
|
-
# name: "BotName",
|
3505
|
-
# lex_region: "LexRegion",
|
3740
|
+
# name: "BotName", # required
|
3741
|
+
# lex_region: "LexRegion", # required
|
3506
3742
|
# },
|
3507
3743
|
# lex_v2_bot: {
|
3508
3744
|
# alias_arn: "AliasArn",
|
@@ -3525,8 +3761,12 @@ module Aws::Connect
|
|
3525
3761
|
# type and association ID.
|
3526
3762
|
#
|
3527
3763
|
# @option params [required, String] :instance_id
|
3528
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3529
|
-
#
|
3764
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3765
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3766
|
+
#
|
3767
|
+
#
|
3768
|
+
#
|
3769
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3530
3770
|
#
|
3531
3771
|
# @option params [required, String] :association_id
|
3532
3772
|
# The existing association identifier that uniquely identifies the
|
@@ -3542,7 +3782,7 @@ module Aws::Connect
|
|
3542
3782
|
# resp = client.disassociate_instance_storage_config({
|
3543
3783
|
# instance_id: "InstanceId", # required
|
3544
3784
|
# association_id: "AssociationId", # required
|
3545
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
3785
|
+
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS
|
3546
3786
|
# })
|
3547
3787
|
#
|
3548
3788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateInstanceStorageConfig AWS API Documentation
|
@@ -3561,8 +3801,12 @@ module Aws::Connect
|
|
3561
3801
|
# relevant flow blocks.
|
3562
3802
|
#
|
3563
3803
|
# @option params [required, String] :instance_id
|
3564
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3565
|
-
#
|
3804
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3805
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance..
|
3806
|
+
#
|
3807
|
+
#
|
3808
|
+
#
|
3809
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3566
3810
|
#
|
3567
3811
|
# @option params [required, String] :function_arn
|
3568
3812
|
# The Amazon Resource Name (ARN) of the Lambda function being
|
@@ -3593,8 +3837,12 @@ module Aws::Connect
|
|
3593
3837
|
# specified Amazon Lex bot.
|
3594
3838
|
#
|
3595
3839
|
# @option params [required, String] :instance_id
|
3596
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3597
|
-
#
|
3840
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3841
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3842
|
+
#
|
3843
|
+
#
|
3844
|
+
#
|
3845
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3598
3846
|
#
|
3599
3847
|
# @option params [required, String] :bot_name
|
3600
3848
|
# The name of the Amazon Lex bot. Maximum character limit of 50.
|
@@ -3640,8 +3888,12 @@ module Aws::Connect
|
|
3640
3888
|
# A unique identifier for the phone number.
|
3641
3889
|
#
|
3642
3890
|
# @option params [required, String] :instance_id
|
3643
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3644
|
-
#
|
3891
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3892
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3893
|
+
#
|
3894
|
+
#
|
3895
|
+
#
|
3896
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3645
3897
|
#
|
3646
3898
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3647
3899
|
#
|
@@ -3667,8 +3919,12 @@ module Aws::Connect
|
|
3667
3919
|
# Disassociates a set of quick connects from a queue.
|
3668
3920
|
#
|
3669
3921
|
# @option params [required, String] :instance_id
|
3670
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3671
|
-
#
|
3922
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3923
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3924
|
+
#
|
3925
|
+
#
|
3926
|
+
#
|
3927
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3672
3928
|
#
|
3673
3929
|
# @option params [required, String] :queue_id
|
3674
3930
|
# The identifier for the queue.
|
@@ -3698,8 +3954,12 @@ module Aws::Connect
|
|
3698
3954
|
# Disassociates a set of queues from a routing profile.
|
3699
3955
|
#
|
3700
3956
|
# @option params [required, String] :instance_id
|
3701
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3702
|
-
#
|
3957
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
3958
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
3959
|
+
#
|
3960
|
+
#
|
3961
|
+
#
|
3962
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3703
3963
|
#
|
3704
3964
|
# @option params [required, String] :routing_profile_id
|
3705
3965
|
# The identifier of the routing profile.
|
@@ -3737,8 +3997,12 @@ module Aws::Connect
|
|
3737
3997
|
# Deletes the specified security key.
|
3738
3998
|
#
|
3739
3999
|
# @option params [required, String] :instance_id
|
3740
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3741
|
-
#
|
4000
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4001
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4002
|
+
#
|
4003
|
+
#
|
4004
|
+
#
|
4005
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3742
4006
|
#
|
3743
4007
|
# @option params [required, String] :association_id
|
3744
4008
|
# The existing association identifier that uniquely identifies the
|
@@ -3844,8 +4108,12 @@ module Aws::Connect
|
|
3844
4108
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
|
3845
4109
|
#
|
3846
4110
|
# @option params [required, String] :instance_id
|
3847
|
-
# The identifier of the Amazon Connect instance. You can find the
|
3848
|
-
#
|
4111
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4112
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4113
|
+
#
|
4114
|
+
#
|
4115
|
+
#
|
4116
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
3849
4117
|
#
|
3850
4118
|
# @option params [required, Types::Filters] :filters
|
3851
4119
|
# The filters to apply to returned metrics. You can filter up to the
|
@@ -4081,8 +4349,12 @@ module Aws::Connect
|
|
4081
4349
|
# instance.
|
4082
4350
|
#
|
4083
4351
|
# @option params [required, String] :instance_id
|
4084
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4085
|
-
#
|
4352
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4353
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4354
|
+
#
|
4355
|
+
#
|
4356
|
+
#
|
4357
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4086
4358
|
#
|
4087
4359
|
# @option params [required, Types::UserDataFilters] :filters
|
4088
4360
|
# The filters to apply to returned user data. You can filter up to the
|
@@ -4198,8 +4470,12 @@ module Aws::Connect
|
|
4198
4470
|
# </note>
|
4199
4471
|
#
|
4200
4472
|
# @option params [required, String] :instance_id
|
4201
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4202
|
-
#
|
4473
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4474
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4475
|
+
#
|
4476
|
+
#
|
4477
|
+
#
|
4478
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4203
4479
|
#
|
4204
4480
|
# @return [Types::GetFederationTokenResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4205
4481
|
#
|
@@ -4244,8 +4520,12 @@ module Aws::Connect
|
|
4244
4520
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
|
4245
4521
|
#
|
4246
4522
|
# @option params [required, String] :instance_id
|
4247
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4248
|
-
#
|
4523
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4524
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4525
|
+
#
|
4526
|
+
#
|
4527
|
+
#
|
4528
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4249
4529
|
#
|
4250
4530
|
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
4251
4531
|
# The timestamp, in UNIX Epoch time format, at which to start the
|
@@ -4529,8 +4809,12 @@ module Aws::Connect
|
|
4529
4809
|
# Connect instance.
|
4530
4810
|
#
|
4531
4811
|
# @option params [required, String] :instance_id
|
4532
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4533
|
-
#
|
4812
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4813
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4814
|
+
#
|
4815
|
+
#
|
4816
|
+
#
|
4817
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4534
4818
|
#
|
4535
4819
|
# @option params [required, String] :task_template_id
|
4536
4820
|
# A unique identifier for the task template.
|
@@ -4642,8 +4926,12 @@ module Aws::Connect
|
|
4642
4926
|
# Lists agent statuses.
|
4643
4927
|
#
|
4644
4928
|
# @option params [required, String] :instance_id
|
4645
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4646
|
-
#
|
4929
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4930
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4931
|
+
#
|
4932
|
+
#
|
4933
|
+
#
|
4934
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4647
4935
|
#
|
4648
4936
|
# @option params [String] :next_token
|
4649
4937
|
# The token for the next set of results. Use the value returned in the
|
@@ -4697,8 +4985,12 @@ module Aws::Connect
|
|
4697
4985
|
# instance.
|
4698
4986
|
#
|
4699
4987
|
# @option params [required, String] :instance_id
|
4700
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4701
|
-
#
|
4988
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
4989
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
4990
|
+
#
|
4991
|
+
#
|
4992
|
+
#
|
4993
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4702
4994
|
#
|
4703
4995
|
# @option params [String] :next_token
|
4704
4996
|
# The token for the next set of results. Use the value returned in the
|
@@ -4746,8 +5038,12 @@ module Aws::Connect
|
|
4746
5038
|
# this API to returns both Amazon Lex V1 and V2 bots.
|
4747
5039
|
#
|
4748
5040
|
# @option params [required, String] :instance_id
|
4749
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4750
|
-
#
|
5041
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5042
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5043
|
+
#
|
5044
|
+
#
|
5045
|
+
#
|
5046
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4751
5047
|
#
|
4752
5048
|
# @option params [String] :next_token
|
4753
5049
|
# The token for the next set of results. Use the value returned in the
|
@@ -4797,8 +5093,12 @@ module Aws::Connect
|
|
4797
5093
|
# Connect instance.
|
4798
5094
|
#
|
4799
5095
|
# @option params [required, String] :instance_id
|
4800
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4801
|
-
#
|
5096
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5097
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5098
|
+
#
|
5099
|
+
#
|
5100
|
+
#
|
5101
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4802
5102
|
#
|
4803
5103
|
# @option params [String] :next_token
|
4804
5104
|
# The token for the next set of results. Use the value returned in the
|
@@ -4860,8 +5160,12 @@ module Aws::Connect
|
|
4860
5160
|
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html
|
4861
5161
|
#
|
4862
5162
|
# @option params [required, String] :instance_id
|
4863
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4864
|
-
#
|
5163
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5164
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5165
|
+
#
|
5166
|
+
#
|
5167
|
+
#
|
5168
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4865
5169
|
#
|
4866
5170
|
# @option params [Array<String>] :contact_flow_types
|
4867
5171
|
# The type of flow.
|
@@ -4917,8 +5221,12 @@ module Aws::Connect
|
|
4917
5221
|
# associated with the contact.
|
4918
5222
|
#
|
4919
5223
|
# @option params [required, String] :instance_id
|
4920
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4921
|
-
#
|
5224
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5225
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5226
|
+
#
|
5227
|
+
#
|
5228
|
+
#
|
5229
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4922
5230
|
#
|
4923
5231
|
# @option params [required, String] :contact_id
|
4924
5232
|
# The identifier of the initial contact.
|
@@ -4981,8 +5289,12 @@ module Aws::Connect
|
|
4981
5289
|
# instance.
|
4982
5290
|
#
|
4983
5291
|
# @option params [required, String] :instance_id
|
4984
|
-
# The identifier of the Amazon Connect instance. You can find the
|
4985
|
-
#
|
5292
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5293
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5294
|
+
#
|
5295
|
+
#
|
5296
|
+
#
|
5297
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
4986
5298
|
#
|
4987
5299
|
# @option params [String] :language_code
|
4988
5300
|
# The language code of the vocabulary entries. For a list of languages
|
@@ -5046,8 +5358,12 @@ module Aws::Connect
|
|
5046
5358
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html
|
5047
5359
|
#
|
5048
5360
|
# @option params [required, String] :instance_id
|
5049
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5050
|
-
#
|
5361
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5362
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5363
|
+
#
|
5364
|
+
#
|
5365
|
+
#
|
5366
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5051
5367
|
#
|
5052
5368
|
# @option params [String] :next_token
|
5053
5369
|
# The token for the next set of results. Use the value returned in the
|
@@ -5097,8 +5413,12 @@ module Aws::Connect
|
|
5097
5413
|
# instance.
|
5098
5414
|
#
|
5099
5415
|
# @option params [required, String] :instance_id
|
5100
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5101
|
-
#
|
5416
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5417
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5418
|
+
#
|
5419
|
+
#
|
5420
|
+
#
|
5421
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5102
5422
|
#
|
5103
5423
|
# @option params [String] :next_token
|
5104
5424
|
# The token for the next set of results. Use the value returned in the
|
@@ -5146,8 +5466,12 @@ module Aws::Connect
|
|
5146
5466
|
# instance and resource type.
|
5147
5467
|
#
|
5148
5468
|
# @option params [required, String] :instance_id
|
5149
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5150
|
-
#
|
5469
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5470
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5471
|
+
#
|
5472
|
+
#
|
5473
|
+
#
|
5474
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5151
5475
|
#
|
5152
5476
|
# @option params [required, String] :resource_type
|
5153
5477
|
# A valid resource type.
|
@@ -5171,7 +5495,7 @@ module Aws::Connect
|
|
5171
5495
|
#
|
5172
5496
|
# resp = client.list_instance_storage_configs({
|
5173
5497
|
# instance_id: "InstanceId", # required
|
5174
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
5498
|
+
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS
|
5175
5499
|
# next_token: "NextToken",
|
5176
5500
|
# max_results: 1,
|
5177
5501
|
# })
|
@@ -5259,8 +5583,12 @@ module Aws::Connect
|
|
5259
5583
|
# associations for the specified Amazon Connect instance.
|
5260
5584
|
#
|
5261
5585
|
# @option params [required, String] :instance_id
|
5262
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5263
|
-
#
|
5586
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5587
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5588
|
+
#
|
5589
|
+
#
|
5590
|
+
#
|
5591
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5264
5592
|
#
|
5265
5593
|
# @option params [String] :integration_type
|
5266
5594
|
# The integration type.
|
@@ -5318,8 +5646,12 @@ module Aws::Connect
|
|
5318
5646
|
# dropdown options in the relevant flow blocks.
|
5319
5647
|
#
|
5320
5648
|
# @option params [required, String] :instance_id
|
5321
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5322
|
-
#
|
5649
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5650
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5651
|
+
#
|
5652
|
+
#
|
5653
|
+
#
|
5654
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5323
5655
|
#
|
5324
5656
|
# @option params [String] :next_token
|
5325
5657
|
# The token for the next set of results. Use the value returned in the
|
@@ -5371,8 +5703,12 @@ module Aws::Connect
|
|
5371
5703
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_ListBots.html
|
5372
5704
|
#
|
5373
5705
|
# @option params [required, String] :instance_id
|
5374
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5375
|
-
#
|
5706
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5707
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5708
|
+
#
|
5709
|
+
#
|
5710
|
+
#
|
5711
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5376
5712
|
#
|
5377
5713
|
# @option params [String] :next_token
|
5378
5714
|
# The token for the next set of results. Use the value returned in the
|
@@ -5434,8 +5770,12 @@ module Aws::Connect
|
|
5434
5770
|
# [3]: https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html
|
5435
5771
|
#
|
5436
5772
|
# @option params [required, String] :instance_id
|
5437
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5438
|
-
#
|
5773
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5774
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5775
|
+
#
|
5776
|
+
#
|
5777
|
+
#
|
5778
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5439
5779
|
#
|
5440
5780
|
# @option params [Array<String>] :phone_number_types
|
5441
5781
|
# The type of phone number.
|
@@ -5617,8 +5957,12 @@ module Aws::Connect
|
|
5617
5957
|
# Lists the quick connects associated with a queue.
|
5618
5958
|
#
|
5619
5959
|
# @option params [required, String] :instance_id
|
5620
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5621
|
-
#
|
5960
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
5961
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
5962
|
+
#
|
5963
|
+
#
|
5964
|
+
#
|
5965
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5622
5966
|
#
|
5623
5967
|
# @option params [required, String] :queue_id
|
5624
5968
|
# The identifier for the queue.
|
@@ -5682,8 +6026,12 @@ module Aws::Connect
|
|
5682
6026
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/concepts-queues-standard-and-agent.html
|
5683
6027
|
#
|
5684
6028
|
# @option params [required, String] :instance_id
|
5685
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5686
|
-
#
|
6029
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6030
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6031
|
+
#
|
6032
|
+
#
|
6033
|
+
#
|
6034
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5687
6035
|
#
|
5688
6036
|
# @option params [Array<String>] :queue_types
|
5689
6037
|
# The type of queue.
|
@@ -5735,8 +6083,12 @@ module Aws::Connect
|
|
5735
6083
|
# Connect instance.
|
5736
6084
|
#
|
5737
6085
|
# @option params [required, String] :instance_id
|
5738
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5739
|
-
#
|
6086
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6087
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6088
|
+
#
|
6089
|
+
#
|
6090
|
+
#
|
6091
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5740
6092
|
#
|
5741
6093
|
# @option params [String] :next_token
|
5742
6094
|
# The token for the next set of results. Use the value returned in the
|
@@ -5790,8 +6142,12 @@ module Aws::Connect
|
|
5790
6142
|
# Lists the queues associated with a routing profile.
|
5791
6143
|
#
|
5792
6144
|
# @option params [required, String] :instance_id
|
5793
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5794
|
-
#
|
6145
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6146
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6147
|
+
#
|
6148
|
+
#
|
6149
|
+
#
|
6150
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5795
6151
|
#
|
5796
6152
|
# @option params [required, String] :routing_profile_id
|
5797
6153
|
# The identifier of the routing profile.
|
@@ -5854,8 +6210,12 @@ module Aws::Connect
|
|
5854
6210
|
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html
|
5855
6211
|
#
|
5856
6212
|
# @option params [required, String] :instance_id
|
5857
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5858
|
-
#
|
6213
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6214
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6215
|
+
#
|
6216
|
+
#
|
6217
|
+
#
|
6218
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5859
6219
|
#
|
5860
6220
|
# @option params [String] :next_token
|
5861
6221
|
# The token for the next set of results. Use the value returned in the
|
@@ -5901,8 +6261,12 @@ module Aws::Connect
|
|
5901
6261
|
# List all rules for the specified Amazon Connect instance.
|
5902
6262
|
#
|
5903
6263
|
# @option params [required, String] :instance_id
|
5904
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5905
|
-
#
|
6264
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6265
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6266
|
+
#
|
6267
|
+
#
|
6268
|
+
#
|
6269
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5906
6270
|
#
|
5907
6271
|
# @option params [String] :publish_status
|
5908
6272
|
# The publish status of the rule.
|
@@ -5965,8 +6329,12 @@ module Aws::Connect
|
|
5965
6329
|
# instance.
|
5966
6330
|
#
|
5967
6331
|
# @option params [required, String] :instance_id
|
5968
|
-
# The identifier of the Amazon Connect instance. You can find the
|
5969
|
-
#
|
6332
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6333
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6334
|
+
#
|
6335
|
+
#
|
6336
|
+
#
|
6337
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
5970
6338
|
#
|
5971
6339
|
# @option params [String] :next_token
|
5972
6340
|
# The token for the next set of results. Use the value returned in the
|
@@ -6017,8 +6385,12 @@ module Aws::Connect
|
|
6017
6385
|
# The identifier for the security profle.
|
6018
6386
|
#
|
6019
6387
|
# @option params [required, String] :instance_id
|
6020
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6021
|
-
#
|
6388
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6389
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6390
|
+
#
|
6391
|
+
#
|
6392
|
+
#
|
6393
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6022
6394
|
#
|
6023
6395
|
# @option params [String] :next_token
|
6024
6396
|
# The token for the next set of results. Use the value returned in the
|
@@ -6070,8 +6442,12 @@ module Aws::Connect
|
|
6070
6442
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
6071
6443
|
#
|
6072
6444
|
# @option params [required, String] :instance_id
|
6073
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6074
|
-
#
|
6445
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6446
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6447
|
+
#
|
6448
|
+
#
|
6449
|
+
#
|
6450
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6075
6451
|
#
|
6076
6452
|
# @option params [String] :next_token
|
6077
6453
|
# The token for the next set of results. Use the value returned in the
|
@@ -6124,7 +6500,14 @@ module Aws::Connect
|
|
6124
6500
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html
|
6125
6501
|
#
|
6126
6502
|
# @option params [required, String] :resource_arn
|
6127
|
-
# The Amazon Resource Name (ARN) of the resource.
|
6503
|
+
# The Amazon Resource Name (ARN) of the resource. All Amazon Connect
|
6504
|
+
# resources (instances, queues, flows, routing profiles, etc) have an
|
6505
|
+
# ARN. To locate the ARN for an instance, for example, see [Find your
|
6506
|
+
# Amazon Connect instance ID/ARN][1].
|
6507
|
+
#
|
6508
|
+
#
|
6509
|
+
#
|
6510
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6128
6511
|
#
|
6129
6512
|
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6130
6513
|
#
|
@@ -6153,8 +6536,12 @@ module Aws::Connect
|
|
6153
6536
|
# Lists task templates for the specified Amazon Connect instance.
|
6154
6537
|
#
|
6155
6538
|
# @option params [required, String] :instance_id
|
6156
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6157
|
-
#
|
6539
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6540
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6541
|
+
#
|
6542
|
+
#
|
6543
|
+
#
|
6544
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6158
6545
|
#
|
6159
6546
|
# @option params [String] :next_token
|
6160
6547
|
# The token for the next set of results. Use the value returned in the
|
@@ -6227,8 +6614,12 @@ module Aws::Connect
|
|
6227
6614
|
# results.
|
6228
6615
|
#
|
6229
6616
|
# @option params [String] :instance_id
|
6230
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6231
|
-
#
|
6617
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6618
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6619
|
+
#
|
6620
|
+
#
|
6621
|
+
#
|
6622
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6232
6623
|
#
|
6233
6624
|
# @return [Types::ListTrafficDistributionGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6234
6625
|
#
|
@@ -6267,8 +6658,12 @@ module Aws::Connect
|
|
6267
6658
|
# Lists the use cases for the integration association.
|
6268
6659
|
#
|
6269
6660
|
# @option params [required, String] :instance_id
|
6270
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6271
|
-
#
|
6661
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6662
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6663
|
+
#
|
6664
|
+
#
|
6665
|
+
#
|
6666
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6272
6667
|
#
|
6273
6668
|
# @option params [required, String] :integration_association_id
|
6274
6669
|
# The identifier for the integration association.
|
@@ -6325,8 +6720,12 @@ module Aws::Connect
|
|
6325
6720
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html
|
6326
6721
|
#
|
6327
6722
|
# @option params [required, String] :instance_id
|
6328
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6329
|
-
#
|
6723
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6724
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6725
|
+
#
|
6726
|
+
#
|
6727
|
+
#
|
6728
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6330
6729
|
#
|
6331
6730
|
# @option params [String] :next_token
|
6332
6731
|
# The token for the next set of results. Use the value returned in the
|
@@ -6373,8 +6772,12 @@ module Aws::Connect
|
|
6373
6772
|
# Connect instance.
|
6374
6773
|
#
|
6375
6774
|
# @option params [required, String] :instance_id
|
6376
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6377
|
-
#
|
6775
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6776
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6777
|
+
#
|
6778
|
+
#
|
6779
|
+
#
|
6780
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6378
6781
|
#
|
6379
6782
|
# @option params [String] :next_token
|
6380
6783
|
# The token for the next set of results. Use the value returned in the
|
@@ -6494,8 +6897,12 @@ module Aws::Connect
|
|
6494
6897
|
# The identifier of the user.
|
6495
6898
|
#
|
6496
6899
|
# @option params [required, String] :instance_id
|
6497
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6498
|
-
#
|
6900
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6901
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
6902
|
+
#
|
6903
|
+
#
|
6904
|
+
#
|
6905
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6499
6906
|
#
|
6500
6907
|
# @option params [required, String] :agent_status_id
|
6501
6908
|
# The identifier of the agent status.
|
@@ -6577,9 +6984,13 @@ module Aws::Connect
|
|
6577
6984
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-replica-connect-instance.html
|
6578
6985
|
#
|
6579
6986
|
# @option params [required, String] :instance_id
|
6580
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6581
|
-
#
|
6582
|
-
# `InstanceId`, or the entire ARN.
|
6987
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
6988
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance. You
|
6989
|
+
# can provide the `InstanceId`, or the entire ARN.
|
6990
|
+
#
|
6991
|
+
#
|
6992
|
+
#
|
6993
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6583
6994
|
#
|
6584
6995
|
# @option params [required, String] :replica_region
|
6585
6996
|
# The Amazon Web Services Region where to replicate the Amazon Connect
|
@@ -6636,8 +7047,12 @@ module Aws::Connect
|
|
6636
7047
|
# Only voice recordings are supported at this time.
|
6637
7048
|
#
|
6638
7049
|
# @option params [required, String] :instance_id
|
6639
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6640
|
-
#
|
7050
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7051
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7052
|
+
#
|
7053
|
+
#
|
7054
|
+
#
|
7055
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6641
7056
|
#
|
6642
7057
|
# @option params [required, String] :contact_id
|
6643
7058
|
# The identifier of the contact.
|
@@ -6735,8 +7150,12 @@ module Aws::Connect
|
|
6735
7150
|
# filtering.
|
6736
7151
|
#
|
6737
7152
|
# @option params [required, String] :instance_id
|
6738
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6739
|
-
#
|
7153
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7154
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7155
|
+
#
|
7156
|
+
#
|
7157
|
+
#
|
7158
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6740
7159
|
#
|
6741
7160
|
# @option params [String] :next_token
|
6742
7161
|
# The token for the next set of results. Use the value returned in the
|
@@ -6849,8 +7268,12 @@ module Aws::Connect
|
|
6849
7268
|
# filtering.
|
6850
7269
|
#
|
6851
7270
|
# @option params [required, String] :instance_id
|
6852
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6853
|
-
#
|
7271
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7272
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7273
|
+
#
|
7274
|
+
#
|
7275
|
+
#
|
7276
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6854
7277
|
#
|
6855
7278
|
# @option params [String] :next_token
|
6856
7279
|
# The token for the next set of results. Use the value returned in the
|
@@ -6963,8 +7386,12 @@ module Aws::Connect
|
|
6963
7386
|
# optional filtering.
|
6964
7387
|
#
|
6965
7388
|
# @option params [required, String] :instance_id
|
6966
|
-
# The identifier of the Amazon Connect instance. You can find the
|
6967
|
-
#
|
7389
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7390
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7391
|
+
#
|
7392
|
+
#
|
7393
|
+
#
|
7394
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
6968
7395
|
#
|
6969
7396
|
# @option params [String] :next_token
|
6970
7397
|
# The token for the next set of results. Use the value returned in the
|
@@ -7074,8 +7501,12 @@ module Aws::Connect
|
|
7074
7501
|
# </note>
|
7075
7502
|
#
|
7076
7503
|
# @option params [String] :instance_id
|
7077
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7078
|
-
#
|
7504
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7505
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7506
|
+
#
|
7507
|
+
#
|
7508
|
+
#
|
7509
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7079
7510
|
#
|
7080
7511
|
# @option params [String] :next_token
|
7081
7512
|
# The token for the next set of results. Use the value returned in the
|
@@ -7192,8 +7623,12 @@ module Aws::Connect
|
|
7192
7623
|
# using `State`, `NameStartsWith`, and `LanguageCode`.
|
7193
7624
|
#
|
7194
7625
|
# @option params [required, String] :instance_id
|
7195
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7196
|
-
#
|
7626
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7627
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7628
|
+
#
|
7629
|
+
#
|
7630
|
+
#
|
7631
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7197
7632
|
#
|
7198
7633
|
# @option params [Integer] :max_results
|
7199
7634
|
# The maximum number of results to return per page.
|
@@ -7291,8 +7726,12 @@ module Aws::Connect
|
|
7291
7726
|
# [3]: https://docs.aws.amazon.com/connect/latest/adminguide/chat.html
|
7292
7727
|
#
|
7293
7728
|
# @option params [required, String] :instance_id
|
7294
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7295
|
-
#
|
7729
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7730
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7731
|
+
#
|
7732
|
+
#
|
7733
|
+
#
|
7734
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7296
7735
|
#
|
7297
7736
|
# @option params [required, String] :contact_flow_id
|
7298
7737
|
# The identifier of the flow for initiating the chat. To see the
|
@@ -7427,8 +7866,12 @@ module Aws::Connect
|
|
7427
7866
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html
|
7428
7867
|
#
|
7429
7868
|
# @option params [required, String] :instance_id
|
7430
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7431
|
-
#
|
7869
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7870
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7871
|
+
#
|
7872
|
+
#
|
7873
|
+
#
|
7874
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7432
7875
|
#
|
7433
7876
|
# @option params [required, String] :contact_id
|
7434
7877
|
# The identifier of the contact.
|
@@ -7473,8 +7916,12 @@ module Aws::Connect
|
|
7473
7916
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html
|
7474
7917
|
#
|
7475
7918
|
# @option params [required, String] :instance_id
|
7476
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7477
|
-
#
|
7919
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
7920
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
7921
|
+
#
|
7922
|
+
#
|
7923
|
+
#
|
7924
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7478
7925
|
#
|
7479
7926
|
# @option params [required, String] :contact_id
|
7480
7927
|
# The identifier of the contact. This is the identifier of the contact
|
@@ -7569,8 +8016,12 @@ module Aws::Connect
|
|
7569
8016
|
# arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/**846ec553-a005-41c0-8341-xxxxxxxxxxxx**
|
7570
8017
|
#
|
7571
8018
|
# @option params [required, String] :instance_id
|
7572
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7573
|
-
#
|
8019
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8020
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8021
|
+
#
|
8022
|
+
#
|
8023
|
+
#
|
8024
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7574
8025
|
#
|
7575
8026
|
# @option params [String] :client_token
|
7576
8027
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -7660,8 +8111,12 @@ module Aws::Connect
|
|
7660
8111
|
# Initiates a flow to start a new task.
|
7661
8112
|
#
|
7662
8113
|
# @option params [required, String] :instance_id
|
7663
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7664
|
-
#
|
8114
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8115
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8116
|
+
#
|
8117
|
+
#
|
8118
|
+
#
|
8119
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7665
8120
|
#
|
7666
8121
|
# @option params [String] :previous_contact_id
|
7667
8122
|
# The identifier of the previous chat, voice, or task contact.
|
@@ -7774,8 +8229,12 @@ module Aws::Connect
|
|
7774
8229
|
# The ID of the contact.
|
7775
8230
|
#
|
7776
8231
|
# @option params [required, String] :instance_id
|
7777
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7778
|
-
#
|
8232
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8233
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8234
|
+
#
|
8235
|
+
#
|
8236
|
+
#
|
8237
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7779
8238
|
#
|
7780
8239
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
7781
8240
|
#
|
@@ -7806,8 +8265,12 @@ module Aws::Connect
|
|
7806
8265
|
# Only voice recordings are supported at this time.
|
7807
8266
|
#
|
7808
8267
|
# @option params [required, String] :instance_id
|
7809
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7810
|
-
#
|
8268
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8269
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8270
|
+
#
|
8271
|
+
#
|
8272
|
+
#
|
8273
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7811
8274
|
#
|
7812
8275
|
# @option params [required, String] :contact_id
|
7813
8276
|
# The identifier of the contact.
|
@@ -7843,8 +8306,12 @@ module Aws::Connect
|
|
7843
8306
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html
|
7844
8307
|
#
|
7845
8308
|
# @option params [required, String] :instance_id
|
7846
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7847
|
-
#
|
8309
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8310
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8311
|
+
#
|
8312
|
+
#
|
8313
|
+
#
|
8314
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7848
8315
|
#
|
7849
8316
|
# @option params [required, String] :contact_id
|
7850
8317
|
# The identifier of the contact. This is the identifier of the contact
|
@@ -7883,8 +8350,12 @@ module Aws::Connect
|
|
7883
8350
|
# Only voice recordings are supported at this time.
|
7884
8351
|
#
|
7885
8352
|
# @option params [required, String] :instance_id
|
7886
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7887
|
-
#
|
8353
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8354
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8355
|
+
#
|
8356
|
+
#
|
8357
|
+
#
|
8358
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7888
8359
|
#
|
7889
8360
|
# @option params [required, String] :contact_id
|
7890
8361
|
# The identifier of the contact.
|
@@ -7976,8 +8447,12 @@ module Aws::Connect
|
|
7976
8447
|
# * A contact cannot be transferred more than 11 times.
|
7977
8448
|
#
|
7978
8449
|
# @option params [required, String] :instance_id
|
7979
|
-
# The identifier of the Amazon Connect instance. You can find the
|
7980
|
-
#
|
8450
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8451
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8452
|
+
#
|
8453
|
+
#
|
8454
|
+
#
|
8455
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
7981
8456
|
#
|
7982
8457
|
# @option params [required, String] :contact_id
|
7983
8458
|
# The identifier of the contact in this instance of Amazon Connect.
|
@@ -8066,8 +8541,12 @@ module Aws::Connect
|
|
8066
8541
|
# Updates agent status.
|
8067
8542
|
#
|
8068
8543
|
# @option params [required, String] :instance_id
|
8069
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8070
|
-
#
|
8544
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8545
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8546
|
+
#
|
8547
|
+
#
|
8548
|
+
#
|
8549
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8071
8550
|
#
|
8072
8551
|
# @option params [required, String] :agent_status_id
|
8073
8552
|
# The identifier of the agent status.
|
@@ -8121,8 +8600,12 @@ module Aws::Connect
|
|
8121
8600
|
# ongoing and completed contacts.
|
8122
8601
|
#
|
8123
8602
|
# @option params [required, String] :instance_id
|
8124
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8125
|
-
#
|
8603
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8604
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8605
|
+
#
|
8606
|
+
#
|
8607
|
+
#
|
8608
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8126
8609
|
#
|
8127
8610
|
# @option params [required, String] :contact_id
|
8128
8611
|
# The identifier of the contact. This is the identifier of the contact
|
@@ -8192,8 +8675,12 @@ module Aws::Connect
|
|
8192
8675
|
# associated with the first interaction with the contact center.
|
8193
8676
|
#
|
8194
8677
|
# @option params [required, String] :instance_id
|
8195
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8196
|
-
#
|
8678
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8679
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8680
|
+
#
|
8681
|
+
#
|
8682
|
+
#
|
8683
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8197
8684
|
#
|
8198
8685
|
# @option params [required, Hash<String,String>] :attributes
|
8199
8686
|
# The Amazon Connect attributes. These attributes can be accessed in
|
@@ -8269,8 +8756,12 @@ module Aws::Connect
|
|
8269
8756
|
# Updates metadata about specified flow.
|
8270
8757
|
#
|
8271
8758
|
# @option params [required, String] :instance_id
|
8272
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8273
|
-
#
|
8759
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8760
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8761
|
+
#
|
8762
|
+
#
|
8763
|
+
#
|
8764
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8274
8765
|
#
|
8275
8766
|
# @option params [required, String] :contact_flow_id
|
8276
8767
|
# The identifier of the flow.
|
@@ -8309,8 +8800,12 @@ module Aws::Connect
|
|
8309
8800
|
# instance.
|
8310
8801
|
#
|
8311
8802
|
# @option params [required, String] :instance_id
|
8312
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8313
|
-
#
|
8803
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8804
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8805
|
+
#
|
8806
|
+
#
|
8807
|
+
#
|
8808
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8314
8809
|
#
|
8315
8810
|
# @option params [required, String] :contact_flow_module_id
|
8316
8811
|
# The identifier of the flow module.
|
@@ -8340,8 +8835,12 @@ module Aws::Connect
|
|
8340
8835
|
# Updates metadata about specified flow module.
|
8341
8836
|
#
|
8342
8837
|
# @option params [required, String] :instance_id
|
8343
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8344
|
-
#
|
8838
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8839
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8840
|
+
#
|
8841
|
+
#
|
8842
|
+
#
|
8843
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8345
8844
|
#
|
8346
8845
|
# @option params [required, String] :contact_flow_module_id
|
8347
8846
|
# The identifier of the flow module.
|
@@ -8421,8 +8920,12 @@ module Aws::Connect
|
|
8421
8920
|
# scheduled.
|
8422
8921
|
#
|
8423
8922
|
# @option params [required, String] :instance_id
|
8424
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8425
|
-
#
|
8923
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8924
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8925
|
+
#
|
8926
|
+
#
|
8927
|
+
#
|
8928
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8426
8929
|
#
|
8427
8930
|
# @option params [required, String] :contact_id
|
8428
8931
|
# The identifier of the contact.
|
@@ -8457,8 +8960,12 @@ module Aws::Connect
|
|
8457
8960
|
# Updates the hours of operation.
|
8458
8961
|
#
|
8459
8962
|
# @option params [required, String] :instance_id
|
8460
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8461
|
-
#
|
8963
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
8964
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
8965
|
+
#
|
8966
|
+
#
|
8967
|
+
#
|
8968
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8462
8969
|
#
|
8463
8970
|
# @option params [required, String] :hours_of_operation_id
|
8464
8971
|
# The identifier of the hours of operation.
|
@@ -8515,8 +9022,12 @@ module Aws::Connect
|
|
8515
9022
|
# Updates the value for the specified attribute type.
|
8516
9023
|
#
|
8517
9024
|
# @option params [required, String] :instance_id
|
8518
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8519
|
-
#
|
9025
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9026
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9027
|
+
#
|
9028
|
+
#
|
9029
|
+
#
|
9030
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8520
9031
|
#
|
8521
9032
|
# @option params [required, String] :attribute_type
|
8522
9033
|
# The type of attribute.
|
@@ -8556,8 +9067,12 @@ module Aws::Connect
|
|
8556
9067
|
# idempotent.
|
8557
9068
|
#
|
8558
9069
|
# @option params [required, String] :instance_id
|
8559
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8560
|
-
#
|
9070
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9071
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9072
|
+
#
|
9073
|
+
#
|
9074
|
+
#
|
9075
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8561
9076
|
#
|
8562
9077
|
# @option params [required, String] :association_id
|
8563
9078
|
# The existing association identifier that uniquely identifies the
|
@@ -8576,7 +9091,7 @@ module Aws::Connect
|
|
8576
9091
|
# resp = client.update_instance_storage_config({
|
8577
9092
|
# instance_id: "InstanceId", # required
|
8578
9093
|
# association_id: "AssociationId", # required
|
8579
|
-
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
|
9094
|
+
# resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS
|
8580
9095
|
# storage_config: { # required
|
8581
9096
|
# association_id: "AssociationId",
|
8582
9097
|
# storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
|
@@ -8634,8 +9149,12 @@ module Aws::Connect
|
|
8634
9149
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html
|
8635
9150
|
#
|
8636
9151
|
# @option params [required, String] :instance_id
|
8637
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8638
|
-
#
|
9152
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9153
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9154
|
+
#
|
9155
|
+
#
|
9156
|
+
#
|
9157
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8639
9158
|
#
|
8640
9159
|
# @option params [required, String] :contact_id
|
8641
9160
|
# The identifier of the contact in this instance of Amazon Connect.
|
@@ -8741,8 +9260,12 @@ module Aws::Connect
|
|
8741
9260
|
# Updates the hours of operation for the specified queue.
|
8742
9261
|
#
|
8743
9262
|
# @option params [required, String] :instance_id
|
8744
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8745
|
-
#
|
9263
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9264
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9265
|
+
#
|
9266
|
+
#
|
9267
|
+
#
|
9268
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8746
9269
|
#
|
8747
9270
|
# @option params [required, String] :queue_id
|
8748
9271
|
# The identifier for the queue.
|
@@ -8776,8 +9299,12 @@ module Aws::Connect
|
|
8776
9299
|
# considered full.
|
8777
9300
|
#
|
8778
9301
|
# @option params [required, String] :instance_id
|
8779
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8780
|
-
#
|
9302
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9303
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9304
|
+
#
|
9305
|
+
#
|
9306
|
+
#
|
9307
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8781
9308
|
#
|
8782
9309
|
# @option params [required, String] :queue_id
|
8783
9310
|
# The identifier for the queue.
|
@@ -8812,8 +9339,12 @@ module Aws::Connect
|
|
8812
9339
|
# `Description` must be provided.
|
8813
9340
|
#
|
8814
9341
|
# @option params [required, String] :instance_id
|
8815
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8816
|
-
#
|
9342
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9343
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9344
|
+
#
|
9345
|
+
#
|
9346
|
+
#
|
9347
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8817
9348
|
#
|
8818
9349
|
# @option params [required, String] :queue_id
|
8819
9350
|
# The identifier for the queue.
|
@@ -8867,8 +9398,12 @@ module Aws::Connect
|
|
8867
9398
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_OutboundCallerConfig
|
8868
9399
|
#
|
8869
9400
|
# @option params [required, String] :instance_id
|
8870
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8871
|
-
#
|
9401
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9402
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9403
|
+
#
|
9404
|
+
#
|
9405
|
+
#
|
9406
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8872
9407
|
#
|
8873
9408
|
# @option params [required, String] :queue_id
|
8874
9409
|
# The identifier for the queue.
|
@@ -8905,8 +9440,12 @@ module Aws::Connect
|
|
8905
9440
|
# Updates the status of the queue.
|
8906
9441
|
#
|
8907
9442
|
# @option params [required, String] :instance_id
|
8908
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8909
|
-
#
|
9443
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9444
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9445
|
+
#
|
9446
|
+
#
|
9447
|
+
#
|
9448
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8910
9449
|
#
|
8911
9450
|
# @option params [required, String] :queue_id
|
8912
9451
|
# The identifier for the queue.
|
@@ -8936,8 +9475,12 @@ module Aws::Connect
|
|
8936
9475
|
# Updates the configuration settings for the specified quick connect.
|
8937
9476
|
#
|
8938
9477
|
# @option params [required, String] :instance_id
|
8939
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8940
|
-
#
|
9478
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9479
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9480
|
+
#
|
9481
|
+
#
|
9482
|
+
#
|
9483
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8941
9484
|
#
|
8942
9485
|
# @option params [required, String] :quick_connect_id
|
8943
9486
|
# The identifier for the quick connect.
|
@@ -8982,8 +9525,12 @@ module Aws::Connect
|
|
8982
9525
|
# `Description` must be provided.
|
8983
9526
|
#
|
8984
9527
|
# @option params [required, String] :instance_id
|
8985
|
-
# The identifier of the Amazon Connect instance. You can find the
|
8986
|
-
#
|
9528
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9529
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9530
|
+
#
|
9531
|
+
#
|
9532
|
+
#
|
9533
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
8987
9534
|
#
|
8988
9535
|
# @option params [required, String] :quick_connect_id
|
8989
9536
|
# The identifier for the quick connect.
|
@@ -9018,8 +9565,12 @@ module Aws::Connect
|
|
9018
9565
|
# Panel (CCP) for a routing profile.
|
9019
9566
|
#
|
9020
9567
|
# @option params [required, String] :instance_id
|
9021
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9022
|
-
#
|
9568
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9569
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9570
|
+
#
|
9571
|
+
#
|
9572
|
+
#
|
9573
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9023
9574
|
#
|
9024
9575
|
# @option params [required, String] :routing_profile_id
|
9025
9576
|
# The identifier of the routing profile.
|
@@ -9055,8 +9606,12 @@ module Aws::Connect
|
|
9055
9606
|
# Updates the default outbound queue of a routing profile.
|
9056
9607
|
#
|
9057
9608
|
# @option params [required, String] :instance_id
|
9058
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9059
|
-
#
|
9609
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9610
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9611
|
+
#
|
9612
|
+
#
|
9613
|
+
#
|
9614
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9060
9615
|
#
|
9061
9616
|
# @option params [required, String] :routing_profile_id
|
9062
9617
|
# The identifier of the routing profile.
|
@@ -9088,8 +9643,12 @@ module Aws::Connect
|
|
9088
9643
|
# `Description` must be provided.
|
9089
9644
|
#
|
9090
9645
|
# @option params [required, String] :instance_id
|
9091
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9092
|
-
#
|
9646
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9647
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9648
|
+
#
|
9649
|
+
#
|
9650
|
+
#
|
9651
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9093
9652
|
#
|
9094
9653
|
# @option params [required, String] :routing_profile_id
|
9095
9654
|
# The identifier of the routing profile.
|
@@ -9125,8 +9684,12 @@ module Aws::Connect
|
|
9125
9684
|
# profile.
|
9126
9685
|
#
|
9127
9686
|
# @option params [required, String] :instance_id
|
9128
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9129
|
-
#
|
9687
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9688
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9689
|
+
#
|
9690
|
+
#
|
9691
|
+
#
|
9692
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9130
9693
|
#
|
9131
9694
|
# @option params [required, String] :routing_profile_id
|
9132
9695
|
# The identifier of the routing profile.
|
@@ -9176,8 +9739,12 @@ module Aws::Connect
|
|
9176
9739
|
# A unique identifier for the rule.
|
9177
9740
|
#
|
9178
9741
|
# @option params [required, String] :instance_id
|
9179
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9180
|
-
#
|
9742
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9743
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9744
|
+
#
|
9745
|
+
#
|
9746
|
+
#
|
9747
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9181
9748
|
#
|
9182
9749
|
# @option params [required, String] :name
|
9183
9750
|
# The name of the rule. You can change the name only if
|
@@ -9268,8 +9835,12 @@ module Aws::Connect
|
|
9268
9835
|
# The identifier for the security profle.
|
9269
9836
|
#
|
9270
9837
|
# @option params [required, String] :instance_id
|
9271
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9272
|
-
#
|
9838
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9839
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9840
|
+
#
|
9841
|
+
#
|
9842
|
+
#
|
9843
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9273
9844
|
#
|
9274
9845
|
# @option params [Hash<String,String>] :allowed_access_control_tags
|
9275
9846
|
# The list of tags that a security profile uses to restrict access to
|
@@ -9311,8 +9882,12 @@ module Aws::Connect
|
|
9311
9882
|
# A unique identifier for the task template.
|
9312
9883
|
#
|
9313
9884
|
# @option params [required, String] :instance_id
|
9314
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9315
|
-
#
|
9885
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
9886
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
9887
|
+
#
|
9888
|
+
#
|
9889
|
+
#
|
9890
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9316
9891
|
#
|
9317
9892
|
# @option params [String] :name
|
9318
9893
|
# The name of the task template.
|
@@ -9499,8 +10074,12 @@ module Aws::Connect
|
|
9499
10074
|
# The identifier of the user account.
|
9500
10075
|
#
|
9501
10076
|
# @option params [required, String] :instance_id
|
9502
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9503
|
-
#
|
10077
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10078
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10079
|
+
#
|
10080
|
+
#
|
10081
|
+
#
|
10082
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9504
10083
|
#
|
9505
10084
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9506
10085
|
#
|
@@ -9530,8 +10109,12 @@ module Aws::Connect
|
|
9530
10109
|
# The identifier of the hierarchy group.
|
9531
10110
|
#
|
9532
10111
|
# @option params [required, String] :instance_id
|
9533
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9534
|
-
#
|
10112
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10113
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10114
|
+
#
|
10115
|
+
#
|
10116
|
+
#
|
10117
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9535
10118
|
#
|
9536
10119
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9537
10120
|
#
|
@@ -9559,8 +10142,12 @@ module Aws::Connect
|
|
9559
10142
|
# The hierarchy levels to update.
|
9560
10143
|
#
|
9561
10144
|
# @option params [required, String] :instance_id
|
9562
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9563
|
-
#
|
10145
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10146
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10147
|
+
#
|
10148
|
+
#
|
10149
|
+
#
|
10150
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9564
10151
|
#
|
9565
10152
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9566
10153
|
#
|
@@ -9617,8 +10204,12 @@ module Aws::Connect
|
|
9617
10204
|
# The identifier of the user account.
|
9618
10205
|
#
|
9619
10206
|
# @option params [required, String] :instance_id
|
9620
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9621
|
-
#
|
10207
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10208
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10209
|
+
#
|
10210
|
+
#
|
10211
|
+
#
|
10212
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9622
10213
|
#
|
9623
10214
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9624
10215
|
#
|
@@ -9654,8 +10245,12 @@ module Aws::Connect
|
|
9654
10245
|
# The identifier of the user account.
|
9655
10246
|
#
|
9656
10247
|
# @option params [required, String] :instance_id
|
9657
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9658
|
-
#
|
10248
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10249
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10250
|
+
#
|
10251
|
+
#
|
10252
|
+
#
|
10253
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9659
10254
|
#
|
9660
10255
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9661
10256
|
#
|
@@ -9690,8 +10285,12 @@ module Aws::Connect
|
|
9690
10285
|
# The identifier of the user account.
|
9691
10286
|
#
|
9692
10287
|
# @option params [required, String] :instance_id
|
9693
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9694
|
-
#
|
10288
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10289
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10290
|
+
#
|
10291
|
+
#
|
10292
|
+
#
|
10293
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9695
10294
|
#
|
9696
10295
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9697
10296
|
#
|
@@ -9721,8 +10320,12 @@ module Aws::Connect
|
|
9721
10320
|
# The identifier of the user account.
|
9722
10321
|
#
|
9723
10322
|
# @option params [required, String] :instance_id
|
9724
|
-
# The identifier of the Amazon Connect instance. You can find the
|
9725
|
-
#
|
10323
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
10324
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
10325
|
+
#
|
10326
|
+
#
|
10327
|
+
#
|
10328
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
9726
10329
|
#
|
9727
10330
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
9728
10331
|
#
|
@@ -9756,7 +10359,7 @@ module Aws::Connect
|
|
9756
10359
|
params: params,
|
9757
10360
|
config: config)
|
9758
10361
|
context[:gem_name] = 'aws-sdk-connect'
|
9759
|
-
context[:gem_version] = '1.
|
10362
|
+
context[:gem_version] = '1.97.0'
|
9760
10363
|
Seahorse::Client::Request.new(handlers, context)
|
9761
10364
|
end
|
9762
10365
|
|