aws-sdk-connect 1.85.0 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,20 @@ module Aws::Connect
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
+ # Information about an action.
27
+ #
28
+ # @!attribute [rw] action_type
29
+ # The action type.
30
+ # @return [String]
31
+ #
32
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ActionSummary AWS API Documentation
33
+ #
34
+ class ActionSummary < Struct.new(
35
+ :action_type)
36
+ SENSITIVE = []
37
+ include Aws::Structure
38
+ end
39
+
26
40
  # Information about the [contact][1] associated to the user.
27
41
  #
28
42
  #
@@ -196,14 +210,6 @@ module Aws::Connect
196
210
 
197
211
  # Configuration of the answering machine detection.
198
212
  #
199
- # @note When making an API call, you may pass AnswerMachineDetectionConfig
200
- # data as a hash:
201
- #
202
- # {
203
- # enable_answer_machine_detection: false,
204
- # await_answer_machine_prompt: false,
205
- # }
206
- #
207
213
  # @!attribute [rw] enable_answer_machine_detection
208
214
  # The flag to indicate if answer machine detection analysis needs to
209
215
  # be performed for a voice call. If set to `true`, `TrafficType` must
@@ -223,14 +229,19 @@ module Aws::Connect
223
229
  include Aws::Structure
224
230
  end
225
231
 
226
- # @note When making an API call, you may pass AssociateApprovedOriginRequest
227
- # data as a hash:
232
+ # This action must be set if `TriggerEventSource` is one of the
233
+ # following values: `OnPostCallAnalysisAvailable` \|
234
+ # `OnRealTimeCallAnalysisAvailable` \| `OnPostChatAnalysisAvailable`.
235
+ # Contact is categorized using the rule name.
236
+ #
237
+ # `RuleName` is used as `ContactCategory`.
238
+ #
239
+ # @api private
228
240
  #
229
- # {
230
- # instance_id: "InstanceId", # required
231
- # origin: "Origin", # required
232
- # }
241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssignContactCategoryActionDefinition AWS API Documentation
233
242
  #
243
+ class AssignContactCategoryActionDefinition < Aws::EmptyStructure; end
244
+
234
245
  # @!attribute [rw] instance_id
235
246
  # The identifier of the Amazon Connect instance. You can find the
236
247
  # instanceId in the ARN of the instance.
@@ -249,20 +260,6 @@ module Aws::Connect
249
260
  include Aws::Structure
250
261
  end
251
262
 
252
- # @note When making an API call, you may pass AssociateBotRequest
253
- # data as a hash:
254
- #
255
- # {
256
- # instance_id: "InstanceId", # required
257
- # lex_bot: {
258
- # name: "BotName",
259
- # lex_region: "LexRegion",
260
- # },
261
- # lex_v2_bot: {
262
- # alias_arn: "AliasArn",
263
- # },
264
- # }
265
- #
266
263
  # @!attribute [rw] instance_id
267
264
  # The identifier of the Amazon Connect instance. You can find the
268
265
  # instanceId in the ARN of the instance.
@@ -286,15 +283,6 @@ module Aws::Connect
286
283
  include Aws::Structure
287
284
  end
288
285
 
289
- # @note When making an API call, you may pass AssociateDefaultVocabularyRequest
290
- # data as a hash:
291
- #
292
- # {
293
- # instance_id: "InstanceId", # required
294
- # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
295
- # vocabulary_id: "VocabularyId",
296
- # }
297
- #
298
286
  # @!attribute [rw] instance_id
299
287
  # The identifier of the Amazon Connect instance. You can find the
300
288
  # instanceId in the ARN of the instance.
@@ -329,40 +317,6 @@ module Aws::Connect
329
317
  #
330
318
  class AssociateDefaultVocabularyResponse < Aws::EmptyStructure; end
331
319
 
332
- # @note When making an API call, you may pass AssociateInstanceStorageConfigRequest
333
- # data as a hash:
334
- #
335
- # {
336
- # instance_id: "InstanceId", # required
337
- # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
338
- # storage_config: { # required
339
- # association_id: "AssociationId",
340
- # storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
341
- # s3_config: {
342
- # bucket_name: "BucketName", # required
343
- # bucket_prefix: "Prefix", # required
344
- # encryption_config: {
345
- # encryption_type: "KMS", # required, accepts KMS
346
- # key_id: "KeyId", # required
347
- # },
348
- # },
349
- # kinesis_video_stream_config: {
350
- # prefix: "Prefix", # required
351
- # retention_period_hours: 1, # required
352
- # encryption_config: { # required
353
- # encryption_type: "KMS", # required, accepts KMS
354
- # key_id: "KeyId", # required
355
- # },
356
- # },
357
- # kinesis_stream_config: {
358
- # stream_arn: "ARN", # required
359
- # },
360
- # kinesis_firehose_config: {
361
- # firehose_arn: "ARN", # required
362
- # },
363
- # },
364
- # }
365
- #
366
320
  # @!attribute [rw] instance_id
367
321
  # The identifier of the Amazon Connect instance. You can find the
368
322
  # instanceId in the ARN of the instance.
@@ -399,14 +353,6 @@ module Aws::Connect
399
353
  include Aws::Structure
400
354
  end
401
355
 
402
- # @note When making an API call, you may pass AssociateLambdaFunctionRequest
403
- # data as a hash:
404
- #
405
- # {
406
- # instance_id: "InstanceId", # required
407
- # function_arn: "FunctionArn", # required
408
- # }
409
- #
410
356
  # @!attribute [rw] instance_id
411
357
  # The identifier of the Amazon Connect instance. You can find the
412
358
  # instanceId in the ARN of the instance.
@@ -426,17 +372,6 @@ module Aws::Connect
426
372
  include Aws::Structure
427
373
  end
428
374
 
429
- # @note When making an API call, you may pass AssociateLexBotRequest
430
- # data as a hash:
431
- #
432
- # {
433
- # instance_id: "InstanceId", # required
434
- # lex_bot: { # required
435
- # name: "BotName",
436
- # lex_region: "LexRegion",
437
- # },
438
- # }
439
- #
440
375
  # @!attribute [rw] instance_id
441
376
  # The identifier of the Amazon Connect instance. You can find the
442
377
  # instanceId in the ARN of the instance.
@@ -455,15 +390,6 @@ module Aws::Connect
455
390
  include Aws::Structure
456
391
  end
457
392
 
458
- # @note When making an API call, you may pass AssociatePhoneNumberContactFlowRequest
459
- # data as a hash:
460
- #
461
- # {
462
- # phone_number_id: "PhoneNumberId", # required
463
- # instance_id: "InstanceId", # required
464
- # contact_flow_id: "ContactFlowId", # required
465
- # }
466
- #
467
393
  # @!attribute [rw] phone_number_id
468
394
  # A unique identifier for the phone number.
469
395
  # @return [String]
@@ -487,15 +413,6 @@ module Aws::Connect
487
413
  include Aws::Structure
488
414
  end
489
415
 
490
- # @note When making an API call, you may pass AssociateQueueQuickConnectsRequest
491
- # data as a hash:
492
- #
493
- # {
494
- # instance_id: "InstanceId", # required
495
- # queue_id: "QueueId", # required
496
- # quick_connect_ids: ["QuickConnectId"], # required
497
- # }
498
- #
499
416
  # @!attribute [rw] instance_id
500
417
  # The identifier of the Amazon Connect instance. You can find the
501
418
  # instanceId in the ARN of the instance.
@@ -519,24 +436,6 @@ module Aws::Connect
519
436
  include Aws::Structure
520
437
  end
521
438
 
522
- # @note When making an API call, you may pass AssociateRoutingProfileQueuesRequest
523
- # data as a hash:
524
- #
525
- # {
526
- # instance_id: "InstanceId", # required
527
- # routing_profile_id: "RoutingProfileId", # required
528
- # queue_configs: [ # required
529
- # {
530
- # queue_reference: { # required
531
- # queue_id: "QueueId", # required
532
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
533
- # },
534
- # priority: 1, # required
535
- # delay: 1, # required
536
- # },
537
- # ],
538
- # }
539
- #
540
439
  # @!attribute [rw] instance_id
541
440
  # The identifier of the Amazon Connect instance. You can find the
542
441
  # instanceId in the ARN of the instance.
@@ -560,14 +459,6 @@ module Aws::Connect
560
459
  include Aws::Structure
561
460
  end
562
461
 
563
- # @note When making an API call, you may pass AssociateSecurityKeyRequest
564
- # data as a hash:
565
- #
566
- # {
567
- # instance_id: "InstanceId", # required
568
- # key: "PEM", # required
569
- # }
570
- #
571
462
  # @!attribute [rw] instance_id
572
463
  # The identifier of the Amazon Connect instance. You can find the
573
464
  # instanceId in the ARN of the instance.
@@ -670,14 +561,6 @@ module Aws::Connect
670
561
 
671
562
  # A chat message.
672
563
  #
673
- # @note When making an API call, you may pass ChatMessage
674
- # data as a hash:
675
- #
676
- # {
677
- # content_type: "ChatContentType", # required
678
- # content: "ChatContent", # required
679
- # }
680
- #
681
564
  # @!attribute [rw] content_type
682
565
  # The type of the content. Supported types are `text/plain`.
683
566
  # @return [String]
@@ -698,13 +581,6 @@ module Aws::Connect
698
581
  # The streaming configuration, such as the Amazon SNS streaming
699
582
  # endpoint.
700
583
  #
701
- # @note When making an API call, you may pass ChatStreamingConfiguration
702
- # data as a hash:
703
- #
704
- # {
705
- # streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
706
- # }
707
- #
708
584
  # @!attribute [rw] streaming_endpoint_arn
709
585
  # The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The
710
586
  # Amazon Resource Name (ARN) of the streaming endpoint that is used to
@@ -719,19 +595,6 @@ module Aws::Connect
719
595
  include Aws::Structure
720
596
  end
721
597
 
722
- # @note When making an API call, you may pass ClaimPhoneNumberRequest
723
- # data as a hash:
724
- #
725
- # {
726
- # target_arn: "ARN", # required
727
- # phone_number: "PhoneNumber", # required
728
- # phone_number_description: "PhoneNumberDescription",
729
- # tags: {
730
- # "TagKey" => "TagValue",
731
- # },
732
- # client_token: "ClientToken",
733
- # }
734
- #
735
598
  # @!attribute [rw] target_arn
736
599
  # The Amazon Resource Name (ARN) for Amazon Connect instances or
737
600
  # traffic distribution groups that phone numbers are claimed to.
@@ -982,13 +845,6 @@ module Aws::Connect
982
845
  #
983
846
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html
984
847
  #
985
- # @note When making an API call, you may pass ContactFilter
986
- # data as a hash:
987
- #
988
- # {
989
- # contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
990
- # }
991
- #
992
848
  # @!attribute [rw] contact_states
993
849
  # A list of up to 9 [contact states][1].
994
850
  #
@@ -1161,7 +1017,7 @@ module Aws::Connect
1161
1017
  #
1162
1018
  #
1163
1019
  #
1164
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
1020
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html
1165
1021
  #
1166
1022
  # @!attribute [rw] id
1167
1023
  # The identifier of the flow.
@@ -1220,30 +1076,6 @@ module Aws::Connect
1220
1076
  # * Inner list specifies conditions that need to be applied with `AND`
1221
1077
  # operator.
1222
1078
  #
1223
- # @note When making an API call, you may pass ControlPlaneTagFilter
1224
- # data as a hash:
1225
- #
1226
- # {
1227
- # or_conditions: [
1228
- # [
1229
- # {
1230
- # tag_key: "String",
1231
- # tag_value: "String",
1232
- # },
1233
- # ],
1234
- # ],
1235
- # and_conditions: [
1236
- # {
1237
- # tag_key: "String",
1238
- # tag_value: "String",
1239
- # },
1240
- # ],
1241
- # tag_condition: {
1242
- # tag_key: "String",
1243
- # tag_value: "String",
1244
- # },
1245
- # }
1246
- #
1247
1079
  # @!attribute [rw] or_conditions
1248
1080
  # A list of conditions which would be applied together with an `OR`
1249
1081
  # condition.
@@ -1268,20 +1100,6 @@ module Aws::Connect
1268
1100
  include Aws::Structure
1269
1101
  end
1270
1102
 
1271
- # @note When making an API call, you may pass CreateAgentStatusRequest
1272
- # data as a hash:
1273
- #
1274
- # {
1275
- # instance_id: "InstanceId", # required
1276
- # name: "AgentStatusName", # required
1277
- # description: "AgentStatusDescription",
1278
- # state: "ENABLED", # required, accepts ENABLED, DISABLED
1279
- # display_order: 1,
1280
- # tags: {
1281
- # "TagKey" => "TagValue",
1282
- # },
1283
- # }
1284
- #
1285
1103
  # @!attribute [rw] instance_id
1286
1104
  # The identifier of the Amazon Connect instance. You can find the
1287
1105
  # instanceId in the ARN of the instance.
@@ -1339,20 +1157,6 @@ module Aws::Connect
1339
1157
  include Aws::Structure
1340
1158
  end
1341
1159
 
1342
- # @note When making an API call, you may pass CreateContactFlowModuleRequest
1343
- # data as a hash:
1344
- #
1345
- # {
1346
- # instance_id: "InstanceId", # required
1347
- # name: "ContactFlowModuleName", # required
1348
- # description: "ContactFlowModuleDescription",
1349
- # content: "ContactFlowModuleContent", # required
1350
- # tags: {
1351
- # "TagKey" => "TagValue",
1352
- # },
1353
- # client_token: "ClientToken",
1354
- # }
1355
- #
1356
1160
  # @!attribute [rw] instance_id
1357
1161
  # The identifier of the Amazon Connect instance. You can find the
1358
1162
  # instanceId in the ARN of the instance.
@@ -1420,20 +1224,6 @@ module Aws::Connect
1420
1224
  include Aws::Structure
1421
1225
  end
1422
1226
 
1423
- # @note When making an API call, you may pass CreateContactFlowRequest
1424
- # data as a hash:
1425
- #
1426
- # {
1427
- # instance_id: "InstanceId", # required
1428
- # name: "ContactFlowName", # required
1429
- # type: "CONTACT_FLOW", # required, accepts CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD, CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER, AGENT_TRANSFER, QUEUE_TRANSFER
1430
- # description: "ContactFlowDescription",
1431
- # content: "ContactFlowContent", # required
1432
- # tags: {
1433
- # "TagKey" => "TagValue",
1434
- # },
1435
- # }
1436
- #
1437
1227
  # @!attribute [rw] instance_id
1438
1228
  # The identifier of the Amazon Connect instance.
1439
1229
  # @return [String]
@@ -1495,32 +1285,6 @@ module Aws::Connect
1495
1285
  include Aws::Structure
1496
1286
  end
1497
1287
 
1498
- # @note When making an API call, you may pass CreateHoursOfOperationRequest
1499
- # data as a hash:
1500
- #
1501
- # {
1502
- # instance_id: "InstanceId", # required
1503
- # name: "CommonNameLength127", # required
1504
- # description: "HoursOfOperationDescription",
1505
- # time_zone: "TimeZone", # required
1506
- # config: [ # required
1507
- # {
1508
- # day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
1509
- # start_time: { # required
1510
- # hours: 1, # required
1511
- # minutes: 1, # required
1512
- # },
1513
- # end_time: { # required
1514
- # hours: 1, # required
1515
- # minutes: 1, # required
1516
- # },
1517
- # },
1518
- # ],
1519
- # tags: {
1520
- # "TagKey" => "TagValue",
1521
- # },
1522
- # }
1523
- #
1524
1288
  # @!attribute [rw] instance_id
1525
1289
  # The identifier of the Amazon Connect instance. You can find the
1526
1290
  # instanceId in the ARN of the instance.
@@ -1579,18 +1343,6 @@ module Aws::Connect
1579
1343
  include Aws::Structure
1580
1344
  end
1581
1345
 
1582
- # @note When making an API call, you may pass CreateInstanceRequest
1583
- # data as a hash:
1584
- #
1585
- # {
1586
- # client_token: "ClientToken",
1587
- # identity_management_type: "SAML", # required, accepts SAML, CONNECT_MANAGED, EXISTING_DIRECTORY
1588
- # instance_alias: "DirectoryAlias",
1589
- # directory_id: "DirectoryId",
1590
- # inbound_calls_enabled: false, # required
1591
- # outbound_calls_enabled: false, # required
1592
- # }
1593
- #
1594
1346
  # @!attribute [rw] client_token
1595
1347
  # The idempotency token.
1596
1348
  # @return [String]
@@ -1645,21 +1397,6 @@ module Aws::Connect
1645
1397
  include Aws::Structure
1646
1398
  end
1647
1399
 
1648
- # @note When making an API call, you may pass CreateIntegrationAssociationRequest
1649
- # data as a hash:
1650
- #
1651
- # {
1652
- # instance_id: "InstanceId", # required
1653
- # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
1654
- # integration_arn: "ARN", # required
1655
- # source_application_url: "URI",
1656
- # source_application_name: "SourceApplicationName",
1657
- # source_type: "SALESFORCE", # accepts SALESFORCE, ZENDESK
1658
- # tags: {
1659
- # "TagKey" => "TagValue",
1660
- # },
1661
- # }
1662
- #
1663
1400
  # @!attribute [rw] instance_id
1664
1401
  # The identifier of the Amazon Connect instance. You can find the
1665
1402
  # instanceId in the ARN of the instance.
@@ -1730,26 +1467,6 @@ module Aws::Connect
1730
1467
  include Aws::Structure
1731
1468
  end
1732
1469
 
1733
- # @note When making an API call, you may pass CreateQueueRequest
1734
- # data as a hash:
1735
- #
1736
- # {
1737
- # instance_id: "InstanceId", # required
1738
- # name: "CommonNameLength127", # required
1739
- # description: "QueueDescription",
1740
- # outbound_caller_config: {
1741
- # outbound_caller_id_name: "OutboundCallerIdName",
1742
- # outbound_caller_id_number_id: "PhoneNumberId",
1743
- # outbound_flow_id: "ContactFlowId",
1744
- # },
1745
- # hours_of_operation_id: "HoursOfOperationId", # required
1746
- # max_contacts: 1,
1747
- # quick_connect_ids: ["QuickConnectId"],
1748
- # tags: {
1749
- # "TagKey" => "TagValue",
1750
- # },
1751
- # }
1752
- #
1753
1470
  # @!attribute [rw] instance_id
1754
1471
  # The identifier of the Amazon Connect instance. You can find the
1755
1472
  # instanceId in the ARN of the instance.
@@ -1818,32 +1535,6 @@ module Aws::Connect
1818
1535
  include Aws::Structure
1819
1536
  end
1820
1537
 
1821
- # @note When making an API call, you may pass CreateQuickConnectRequest
1822
- # data as a hash:
1823
- #
1824
- # {
1825
- # instance_id: "InstanceId", # required
1826
- # name: "QuickConnectName", # required
1827
- # description: "QuickConnectDescription",
1828
- # quick_connect_config: { # required
1829
- # quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
1830
- # user_config: {
1831
- # user_id: "UserId", # required
1832
- # contact_flow_id: "ContactFlowId", # required
1833
- # },
1834
- # queue_config: {
1835
- # queue_id: "QueueId", # required
1836
- # contact_flow_id: "ContactFlowId", # required
1837
- # },
1838
- # phone_config: {
1839
- # phone_number: "PhoneNumber", # required
1840
- # },
1841
- # },
1842
- # tags: {
1843
- # "TagKey" => "TagValue",
1844
- # },
1845
- # }
1846
- #
1847
1538
  # @!attribute [rw] instance_id
1848
1539
  # The identifier of the Amazon Connect instance. You can find the
1849
1540
  # instanceId in the ARN of the instance.
@@ -1896,35 +1587,6 @@ module Aws::Connect
1896
1587
  include Aws::Structure
1897
1588
  end
1898
1589
 
1899
- # @note When making an API call, you may pass CreateRoutingProfileRequest
1900
- # data as a hash:
1901
- #
1902
- # {
1903
- # instance_id: "InstanceId", # required
1904
- # name: "RoutingProfileName", # required
1905
- # description: "RoutingProfileDescription", # required
1906
- # default_outbound_queue_id: "QueueId", # required
1907
- # queue_configs: [
1908
- # {
1909
- # queue_reference: { # required
1910
- # queue_id: "QueueId", # required
1911
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
1912
- # },
1913
- # priority: 1, # required
1914
- # delay: 1, # required
1915
- # },
1916
- # ],
1917
- # media_concurrencies: [ # required
1918
- # {
1919
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
1920
- # concurrency: 1, # required
1921
- # },
1922
- # ],
1923
- # tags: {
1924
- # "TagKey" => "TagValue",
1925
- # },
1926
- # }
1927
- #
1928
1590
  # @!attribute [rw] instance_id
1929
1591
  # The identifier of the Amazon Connect instance. You can find the
1930
1592
  # instanceId in the ARN of the instance.
@@ -1991,23 +1653,76 @@ module Aws::Connect
1991
1653
  include Aws::Structure
1992
1654
  end
1993
1655
 
1994
- # @note When making an API call, you may pass CreateSecurityProfileRequest
1995
- # data as a hash:
1656
+ # @!attribute [rw] instance_id
1657
+ # The identifier of the Amazon Connect instance. You can find the
1658
+ # instanceId in the ARN of the instance.
1659
+ # @return [String]
1660
+ #
1661
+ # @!attribute [rw] name
1662
+ # A unique name for the rule.
1663
+ # @return [String]
1664
+ #
1665
+ # @!attribute [rw] trigger_event_source
1666
+ # The event source to trigger the rule.
1667
+ # @return [Types::RuleTriggerEventSource]
1668
+ #
1669
+ # @!attribute [rw] function
1670
+ # The conditions of the rule.
1671
+ # @return [String]
1672
+ #
1673
+ # @!attribute [rw] actions
1674
+ # A list of actions to be run when the rule is triggered.
1675
+ # @return [Array<Types::RuleAction>]
1676
+ #
1677
+ # @!attribute [rw] publish_status
1678
+ # The publish status of the rule.
1679
+ # @return [String]
1680
+ #
1681
+ # @!attribute [rw] client_token
1682
+ # A unique, case-sensitive identifier that you provide to ensure the
1683
+ # idempotency of the request. If not provided, the Amazon Web Services
1684
+ # SDK populates this field. For more information about idempotency,
1685
+ # see [Making retries safe with idempotent APIs][1].
1686
+ #
1687
+ # **A suitable default value is auto-generated.** You should normally
1688
+ # not need to pass this option.
1689
+ #
1690
+ #
1691
+ #
1692
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
1693
+ # @return [String]
1694
+ #
1695
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateRuleRequest AWS API Documentation
1696
+ #
1697
+ class CreateRuleRequest < Struct.new(
1698
+ :instance_id,
1699
+ :name,
1700
+ :trigger_event_source,
1701
+ :function,
1702
+ :actions,
1703
+ :publish_status,
1704
+ :client_token)
1705
+ SENSITIVE = []
1706
+ include Aws::Structure
1707
+ end
1708
+
1709
+ # @!attribute [rw] rule_arn
1710
+ # The Amazon Resource Name (ARN) of the rule.
1711
+ # @return [String]
1712
+ #
1713
+ # @!attribute [rw] rule_id
1714
+ # A unique identifier for the rule.
1715
+ # @return [String]
1996
1716
  #
1997
- # {
1998
- # security_profile_name: "CreateSecurityProfileName", # required
1999
- # description: "SecurityProfileDescription",
2000
- # permissions: ["SecurityProfilePermission"],
2001
- # instance_id: "InstanceId", # required
2002
- # tags: {
2003
- # "TagKey" => "TagValue",
2004
- # },
2005
- # allowed_access_control_tags: {
2006
- # "SecurityProfilePolicyKey" => "SecurityProfilePolicyValue",
2007
- # },
2008
- # tag_restricted_resources: ["TagRestrictedResourceName"],
2009
- # }
1717
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateRuleResponse AWS API Documentation
2010
1718
  #
1719
+ class CreateRuleResponse < Struct.new(
1720
+ :rule_arn,
1721
+ :rule_id)
1722
+ SENSITIVE = []
1723
+ include Aws::Structure
1724
+ end
1725
+
2011
1726
  # @!attribute [rw] security_profile_name
2012
1727
  # The name of the security profile.
2013
1728
  # @return [String]
@@ -2043,7 +1758,9 @@ module Aws::Connect
2043
1758
  #
2044
1759
  # @!attribute [rw] tag_restricted_resources
2045
1760
  # The list of resources that a security profile applies tag
2046
- # restrictions to in Amazon Connect.
1761
+ # restrictions to in Amazon Connect. Following are acceptable
1762
+ # ResourceNames: `User` \| `SecurityProfile` \| `Queue` \|
1763
+ # `RoutingProfile`
2047
1764
  # @return [Array<String>]
2048
1765
  #
2049
1766
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
@@ -2077,61 +1794,6 @@ module Aws::Connect
2077
1794
  include Aws::Structure
2078
1795
  end
2079
1796
 
2080
- # @note When making an API call, you may pass CreateTaskTemplateRequest
2081
- # data as a hash:
2082
- #
2083
- # {
2084
- # instance_id: "InstanceId", # required
2085
- # name: "TaskTemplateName", # required
2086
- # description: "TaskTemplateDescription",
2087
- # contact_flow_id: "ContactFlowId",
2088
- # constraints: {
2089
- # required_fields: [
2090
- # {
2091
- # id: {
2092
- # name: "TaskTemplateFieldName",
2093
- # },
2094
- # },
2095
- # ],
2096
- # read_only_fields: [
2097
- # {
2098
- # id: {
2099
- # name: "TaskTemplateFieldName",
2100
- # },
2101
- # },
2102
- # ],
2103
- # invisible_fields: [
2104
- # {
2105
- # id: {
2106
- # name: "TaskTemplateFieldName",
2107
- # },
2108
- # },
2109
- # ],
2110
- # },
2111
- # defaults: {
2112
- # default_field_values: [
2113
- # {
2114
- # id: {
2115
- # name: "TaskTemplateFieldName",
2116
- # },
2117
- # default_value: "TaskTemplateFieldValue",
2118
- # },
2119
- # ],
2120
- # },
2121
- # status: "ACTIVE", # accepts ACTIVE, INACTIVE
2122
- # fields: [ # required
2123
- # {
2124
- # id: { # required
2125
- # name: "TaskTemplateFieldName",
2126
- # },
2127
- # description: "TaskTemplateFieldDescription",
2128
- # type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
2129
- # single_select_options: ["TaskTemplateSingleSelectOption"],
2130
- # },
2131
- # ],
2132
- # client_token: "ClientToken",
2133
- # }
2134
- #
2135
1797
  # @!attribute [rw] instance_id
2136
1798
  # The identifier of the Amazon Connect instance. You can find the
2137
1799
  # instanceId in the ARN of the instance.
@@ -2217,19 +1879,6 @@ module Aws::Connect
2217
1879
  include Aws::Structure
2218
1880
  end
2219
1881
 
2220
- # @note When making an API call, you may pass CreateTrafficDistributionGroupRequest
2221
- # data as a hash:
2222
- #
2223
- # {
2224
- # name: "Name128", # required
2225
- # description: "Description250",
2226
- # instance_id: "InstanceIdOrArn", # required
2227
- # client_token: "ClientToken",
2228
- # tags: {
2229
- # "TagKey" => "TagValue",
2230
- # },
2231
- # }
2232
- #
2233
1882
  # @!attribute [rw] name
2234
1883
  # The name for the traffic distribution group.
2235
1884
  # @return [String]
@@ -2296,18 +1945,6 @@ module Aws::Connect
2296
1945
  include Aws::Structure
2297
1946
  end
2298
1947
 
2299
- # @note When making an API call, you may pass CreateUseCaseRequest
2300
- # data as a hash:
2301
- #
2302
- # {
2303
- # instance_id: "InstanceId", # required
2304
- # integration_association_id: "IntegrationAssociationId", # required
2305
- # use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION, CONNECT_CAMPAIGNS
2306
- # tags: {
2307
- # "TagKey" => "TagValue",
2308
- # },
2309
- # }
2310
- #
2311
1948
  # @!attribute [rw] instance_id
2312
1949
  # The identifier of the Amazon Connect instance. You can find the
2313
1950
  # instanceId in the ARN of the instance.
@@ -2357,18 +1994,6 @@ module Aws::Connect
2357
1994
  include Aws::Structure
2358
1995
  end
2359
1996
 
2360
- # @note When making an API call, you may pass CreateUserHierarchyGroupRequest
2361
- # data as a hash:
2362
- #
2363
- # {
2364
- # name: "HierarchyGroupName", # required
2365
- # parent_group_id: "HierarchyGroupId",
2366
- # instance_id: "InstanceId", # required
2367
- # tags: {
2368
- # "TagKey" => "TagValue",
2369
- # },
2370
- # }
2371
- #
2372
1997
  # @!attribute [rw] name
2373
1998
  # The name of the user hierarchy group. Must not be more than 100
2374
1999
  # characters.
@@ -2418,35 +2043,6 @@ module Aws::Connect
2418
2043
  include Aws::Structure
2419
2044
  end
2420
2045
 
2421
- # @note When making an API call, you may pass CreateUserRequest
2422
- # data as a hash:
2423
- #
2424
- # {
2425
- # username: "AgentUsername", # required
2426
- # password: "Password",
2427
- # identity_info: {
2428
- # first_name: "AgentFirstName",
2429
- # last_name: "AgentLastName",
2430
- # email: "Email",
2431
- # secondary_email: "Email",
2432
- # mobile: "PhoneNumber",
2433
- # },
2434
- # phone_config: { # required
2435
- # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
2436
- # auto_accept: false,
2437
- # after_contact_work_time_limit: 1,
2438
- # desk_phone_number: "PhoneNumber",
2439
- # },
2440
- # directory_user_id: "DirectoryUserId",
2441
- # security_profile_ids: ["SecurityProfileId"], # required
2442
- # routing_profile_id: "RoutingProfileId", # required
2443
- # hierarchy_group_id: "HierarchyGroupId",
2444
- # instance_id: "InstanceId", # required
2445
- # tags: {
2446
- # "TagKey" => "TagValue",
2447
- # },
2448
- # }
2449
- #
2450
2046
  # @!attribute [rw] username
2451
2047
  # The user name for the account. For instances not using SAML for
2452
2048
  # identity management, the user name can include up to 20 characters.
@@ -2540,20 +2136,6 @@ module Aws::Connect
2540
2136
  include Aws::Structure
2541
2137
  end
2542
2138
 
2543
- # @note When making an API call, you may pass CreateVocabularyRequest
2544
- # data as a hash:
2545
- #
2546
- # {
2547
- # client_token: "ClientToken",
2548
- # instance_id: "InstanceId", # required
2549
- # vocabulary_name: "VocabularyName", # required
2550
- # language_code: "ar-AE", # required, accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
2551
- # content: "VocabularyContent", # required
2552
- # tags: {
2553
- # "TagKey" => "TagValue",
2554
- # },
2555
- # }
2556
- #
2557
2139
  # @!attribute [rw] client_token
2558
2140
  # A unique, case-sensitive identifier that you provide to ensure the
2559
2141
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -2684,14 +2266,6 @@ module Aws::Connect
2684
2266
  #
2685
2267
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
2686
2268
  #
2687
- # @note When making an API call, you may pass CurrentMetric
2688
- # data as a hash:
2689
- #
2690
- # {
2691
- # name: "AGENTS_ONLINE", # accepts AGENTS_ONLINE, AGENTS_AVAILABLE, AGENTS_ON_CALL, AGENTS_NON_PRODUCTIVE, AGENTS_AFTER_CONTACT_WORK, AGENTS_ERROR, AGENTS_STAFFED, CONTACTS_IN_QUEUE, OLDEST_CONTACT_AGE, CONTACTS_SCHEDULED, AGENTS_ON_CONTACT, SLOTS_ACTIVE, SLOTS_AVAILABLE
2692
- # unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
2693
- # }
2694
- #
2695
2269
  # @!attribute [rw] name
2696
2270
  # The name of the metric.
2697
2271
  # @return [String]
@@ -2803,14 +2377,6 @@ module Aws::Connect
2803
2377
  include Aws::Structure
2804
2378
  end
2805
2379
 
2806
- # @note When making an API call, you may pass DeleteContactFlowModuleRequest
2807
- # data as a hash:
2808
- #
2809
- # {
2810
- # instance_id: "InstanceId", # required
2811
- # contact_flow_module_id: "ContactFlowModuleId", # required
2812
- # }
2813
- #
2814
2380
  # @!attribute [rw] instance_id
2815
2381
  # The identifier of the Amazon Connect instance. You can find the
2816
2382
  # instanceId in the ARN of the instance.
@@ -2833,14 +2399,6 @@ module Aws::Connect
2833
2399
  #
2834
2400
  class DeleteContactFlowModuleResponse < Aws::EmptyStructure; end
2835
2401
 
2836
- # @note When making an API call, you may pass DeleteContactFlowRequest
2837
- # data as a hash:
2838
- #
2839
- # {
2840
- # instance_id: "InstanceId", # required
2841
- # contact_flow_id: "ContactFlowId", # required
2842
- # }
2843
- #
2844
2402
  # @!attribute [rw] instance_id
2845
2403
  # The identifier of the Amazon Connect instance. You can find the
2846
2404
  # instanceId in the ARN of the instance.
@@ -2859,14 +2417,6 @@ module Aws::Connect
2859
2417
  include Aws::Structure
2860
2418
  end
2861
2419
 
2862
- # @note When making an API call, you may pass DeleteHoursOfOperationRequest
2863
- # data as a hash:
2864
- #
2865
- # {
2866
- # instance_id: "InstanceId", # required
2867
- # hours_of_operation_id: "HoursOfOperationId", # required
2868
- # }
2869
- #
2870
2420
  # @!attribute [rw] instance_id
2871
2421
  # The identifier of the Amazon Connect instance. You can find the
2872
2422
  # instanceId in the ARN of the instance.
@@ -2885,13 +2435,6 @@ module Aws::Connect
2885
2435
  include Aws::Structure
2886
2436
  end
2887
2437
 
2888
- # @note When making an API call, you may pass DeleteInstanceRequest
2889
- # data as a hash:
2890
- #
2891
- # {
2892
- # instance_id: "InstanceId", # required
2893
- # }
2894
- #
2895
2438
  # @!attribute [rw] instance_id
2896
2439
  # The identifier of the Amazon Connect instance. You can find the
2897
2440
  # instanceId in the ARN of the instance.
@@ -2905,14 +2448,6 @@ module Aws::Connect
2905
2448
  include Aws::Structure
2906
2449
  end
2907
2450
 
2908
- # @note When making an API call, you may pass DeleteIntegrationAssociationRequest
2909
- # data as a hash:
2910
- #
2911
- # {
2912
- # instance_id: "InstanceId", # required
2913
- # integration_association_id: "IntegrationAssociationId", # required
2914
- # }
2915
- #
2916
2451
  # @!attribute [rw] instance_id
2917
2452
  # The identifier of the Amazon Connect instance. You can find the
2918
2453
  # instanceId in the ARN of the instance.
@@ -2931,14 +2466,6 @@ module Aws::Connect
2931
2466
  include Aws::Structure
2932
2467
  end
2933
2468
 
2934
- # @note When making an API call, you may pass DeleteQuickConnectRequest
2935
- # data as a hash:
2936
- #
2937
- # {
2938
- # instance_id: "InstanceId", # required
2939
- # quick_connect_id: "QuickConnectId", # required
2940
- # }
2941
- #
2942
2469
  # @!attribute [rw] instance_id
2943
2470
  # The identifier of the Amazon Connect instance. You can find the
2944
2471
  # instanceId in the ARN of the instance.
@@ -2957,14 +2484,24 @@ module Aws::Connect
2957
2484
  include Aws::Structure
2958
2485
  end
2959
2486
 
2960
- # @note When making an API call, you may pass DeleteSecurityProfileRequest
2961
- # data as a hash:
2487
+ # @!attribute [rw] instance_id
2488
+ # The identifier of the Amazon Connect instance. You can find the
2489
+ # instanceId in the ARN of the instance.
2490
+ # @return [String]
2491
+ #
2492
+ # @!attribute [rw] rule_id
2493
+ # A unique identifier for the rule.
2494
+ # @return [String]
2962
2495
  #
2963
- # {
2964
- # instance_id: "InstanceId", # required
2965
- # security_profile_id: "SecurityProfileId", # required
2966
- # }
2496
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteRuleRequest AWS API Documentation
2967
2497
  #
2498
+ class DeleteRuleRequest < Struct.new(
2499
+ :instance_id,
2500
+ :rule_id)
2501
+ SENSITIVE = []
2502
+ include Aws::Structure
2503
+ end
2504
+
2968
2505
  # @!attribute [rw] instance_id
2969
2506
  # The identifier of the Amazon Connect instance. You can find the
2970
2507
  # instanceId in the ARN of the instance.
@@ -2983,14 +2520,6 @@ module Aws::Connect
2983
2520
  include Aws::Structure
2984
2521
  end
2985
2522
 
2986
- # @note When making an API call, you may pass DeleteTaskTemplateRequest
2987
- # data as a hash:
2988
- #
2989
- # {
2990
- # instance_id: "InstanceId", # required
2991
- # task_template_id: "TaskTemplateId", # required
2992
- # }
2993
- #
2994
2523
  # @!attribute [rw] instance_id
2995
2524
  # The identifier of the Amazon Connect instance. You can find the
2996
2525
  # instanceId in the ARN of the instance.
@@ -3013,13 +2542,6 @@ module Aws::Connect
3013
2542
  #
3014
2543
  class DeleteTaskTemplateResponse < Aws::EmptyStructure; end
3015
2544
 
3016
- # @note When making an API call, you may pass DeleteTrafficDistributionGroupRequest
3017
- # data as a hash:
3018
- #
3019
- # {
3020
- # traffic_distribution_group_id: "TrafficDistributionGroupIdOrArn", # required
3021
- # }
3022
- #
3023
2545
  # @!attribute [rw] traffic_distribution_group_id
3024
2546
  # The identifier of the traffic distribution group. This can be the ID
3025
2547
  # or the ARN if the API is being called in the Region where the
@@ -3039,15 +2561,6 @@ module Aws::Connect
3039
2561
  #
3040
2562
  class DeleteTrafficDistributionGroupResponse < Aws::EmptyStructure; end
3041
2563
 
3042
- # @note When making an API call, you may pass DeleteUseCaseRequest
3043
- # data as a hash:
3044
- #
3045
- # {
3046
- # instance_id: "InstanceId", # required
3047
- # integration_association_id: "IntegrationAssociationId", # required
3048
- # use_case_id: "UseCaseId", # required
3049
- # }
3050
- #
3051
2564
  # @!attribute [rw] instance_id
3052
2565
  # The identifier of the Amazon Connect instance. You can find the
3053
2566
  # instanceId in the ARN of the instance.
@@ -3071,14 +2584,6 @@ module Aws::Connect
3071
2584
  include Aws::Structure
3072
2585
  end
3073
2586
 
3074
- # @note When making an API call, you may pass DeleteUserHierarchyGroupRequest
3075
- # data as a hash:
3076
- #
3077
- # {
3078
- # hierarchy_group_id: "HierarchyGroupId", # required
3079
- # instance_id: "InstanceId", # required
3080
- # }
3081
- #
3082
2587
  # @!attribute [rw] hierarchy_group_id
3083
2588
  # The identifier of the hierarchy group.
3084
2589
  # @return [String]
@@ -3097,14 +2602,6 @@ module Aws::Connect
3097
2602
  include Aws::Structure
3098
2603
  end
3099
2604
 
3100
- # @note When making an API call, you may pass DeleteUserRequest
3101
- # data as a hash:
3102
- #
3103
- # {
3104
- # instance_id: "InstanceId", # required
3105
- # user_id: "UserId", # required
3106
- # }
3107
- #
3108
2605
  # @!attribute [rw] instance_id
3109
2606
  # The identifier of the Amazon Connect instance. You can find the
3110
2607
  # instanceId in the ARN of the instance.
@@ -3123,14 +2620,6 @@ module Aws::Connect
3123
2620
  include Aws::Structure
3124
2621
  end
3125
2622
 
3126
- # @note When making an API call, you may pass DeleteVocabularyRequest
3127
- # data as a hash:
3128
- #
3129
- # {
3130
- # instance_id: "InstanceId", # required
3131
- # vocabulary_id: "VocabularyId", # required
3132
- # }
3133
- #
3134
2623
  # @!attribute [rw] instance_id
3135
2624
  # The identifier of the Amazon Connect instance. You can find the
3136
2625
  # instanceId in the ARN of the instance.
@@ -3171,14 +2660,6 @@ module Aws::Connect
3171
2660
  include Aws::Structure
3172
2661
  end
3173
2662
 
3174
- # @note When making an API call, you may pass DescribeAgentStatusRequest
3175
- # data as a hash:
3176
- #
3177
- # {
3178
- # instance_id: "InstanceId", # required
3179
- # agent_status_id: "AgentStatusId", # required
3180
- # }
3181
- #
3182
2663
  # @!attribute [rw] instance_id
3183
2664
  # The identifier of the Amazon Connect instance. You can find the
3184
2665
  # instanceId in the ARN of the instance.
@@ -3209,14 +2690,6 @@ module Aws::Connect
3209
2690
  include Aws::Structure
3210
2691
  end
3211
2692
 
3212
- # @note When making an API call, you may pass DescribeContactFlowModuleRequest
3213
- # data as a hash:
3214
- #
3215
- # {
3216
- # instance_id: "InstanceId", # required
3217
- # contact_flow_module_id: "ContactFlowModuleId", # required
3218
- # }
3219
- #
3220
2693
  # @!attribute [rw] instance_id
3221
2694
  # The identifier of the Amazon Connect instance. You can find the
3222
2695
  # instanceId in the ARN of the instance.
@@ -3247,14 +2720,6 @@ module Aws::Connect
3247
2720
  include Aws::Structure
3248
2721
  end
3249
2722
 
3250
- # @note When making an API call, you may pass DescribeContactFlowRequest
3251
- # data as a hash:
3252
- #
3253
- # {
3254
- # instance_id: "InstanceId", # required
3255
- # contact_flow_id: "ContactFlowId", # required
3256
- # }
3257
- #
3258
2723
  # @!attribute [rw] instance_id
3259
2724
  # The identifier of the Amazon Connect instance.
3260
2725
  # @return [String]
@@ -3284,14 +2749,6 @@ module Aws::Connect
3284
2749
  include Aws::Structure
3285
2750
  end
3286
2751
 
3287
- # @note When making an API call, you may pass DescribeContactRequest
3288
- # data as a hash:
3289
- #
3290
- # {
3291
- # instance_id: "InstanceId", # required
3292
- # contact_id: "ContactId", # required
3293
- # }
3294
- #
3295
2752
  # @!attribute [rw] instance_id
3296
2753
  # The identifier of the Amazon Connect instance. You can find the
3297
2754
  # instanceId in the ARN of the instance.
@@ -3322,14 +2779,6 @@ module Aws::Connect
3322
2779
  include Aws::Structure
3323
2780
  end
3324
2781
 
3325
- # @note When making an API call, you may pass DescribeHoursOfOperationRequest
3326
- # data as a hash:
3327
- #
3328
- # {
3329
- # instance_id: "InstanceId", # required
3330
- # hours_of_operation_id: "HoursOfOperationId", # required
3331
- # }
3332
- #
3333
2782
  # @!attribute [rw] instance_id
3334
2783
  # The identifier of the Amazon Connect instance. You can find the
3335
2784
  # instanceId in the ARN of the instance.
@@ -3360,14 +2809,6 @@ module Aws::Connect
3360
2809
  include Aws::Structure
3361
2810
  end
3362
2811
 
3363
- # @note When making an API call, you may pass DescribeInstanceAttributeRequest
3364
- # data as a hash:
3365
- #
3366
- # {
3367
- # instance_id: "InstanceId", # required
3368
- # attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING
3369
- # }
3370
- #
3371
2812
  # @!attribute [rw] instance_id
3372
2813
  # The identifier of the Amazon Connect instance. You can find the
3373
2814
  # instanceId in the ARN of the instance.
@@ -3398,13 +2839,6 @@ module Aws::Connect
3398
2839
  include Aws::Structure
3399
2840
  end
3400
2841
 
3401
- # @note When making an API call, you may pass DescribeInstanceRequest
3402
- # data as a hash:
3403
- #
3404
- # {
3405
- # instance_id: "InstanceId", # required
3406
- # }
3407
- #
3408
2842
  # @!attribute [rw] instance_id
3409
2843
  # The identifier of the Amazon Connect instance. You can find the
3410
2844
  # instanceId in the ARN of the instance.
@@ -3430,15 +2864,6 @@ module Aws::Connect
3430
2864
  include Aws::Structure
3431
2865
  end
3432
2866
 
3433
- # @note When making an API call, you may pass DescribeInstanceStorageConfigRequest
3434
- # data as a hash:
3435
- #
3436
- # {
3437
- # instance_id: "InstanceId", # required
3438
- # association_id: "AssociationId", # required
3439
- # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
3440
- # }
3441
- #
3442
2867
  # @!attribute [rw] instance_id
3443
2868
  # The identifier of the Amazon Connect instance. You can find the
3444
2869
  # instanceId in the ARN of the instance.
@@ -3475,13 +2900,6 @@ module Aws::Connect
3475
2900
  include Aws::Structure
3476
2901
  end
3477
2902
 
3478
- # @note When making an API call, you may pass DescribePhoneNumberRequest
3479
- # data as a hash:
3480
- #
3481
- # {
3482
- # phone_number_id: "PhoneNumberId", # required
3483
- # }
3484
- #
3485
2903
  # @!attribute [rw] phone_number_id
3486
2904
  # A unique identifier for the phone number.
3487
2905
  # @return [String]
@@ -3507,14 +2925,6 @@ module Aws::Connect
3507
2925
  include Aws::Structure
3508
2926
  end
3509
2927
 
3510
- # @note When making an API call, you may pass DescribeQueueRequest
3511
- # data as a hash:
3512
- #
3513
- # {
3514
- # instance_id: "InstanceId", # required
3515
- # queue_id: "QueueId", # required
3516
- # }
3517
- #
3518
2928
  # @!attribute [rw] instance_id
3519
2929
  # The identifier of the Amazon Connect instance. You can find the
3520
2930
  # instanceId in the ARN of the instance.
@@ -3545,14 +2955,6 @@ module Aws::Connect
3545
2955
  include Aws::Structure
3546
2956
  end
3547
2957
 
3548
- # @note When making an API call, you may pass DescribeQuickConnectRequest
3549
- # data as a hash:
3550
- #
3551
- # {
3552
- # instance_id: "InstanceId", # required
3553
- # quick_connect_id: "QuickConnectId", # required
3554
- # }
3555
- #
3556
2958
  # @!attribute [rw] instance_id
3557
2959
  # The identifier of the Amazon Connect instance. You can find the
3558
2960
  # instanceId in the ARN of the instance.
@@ -3583,14 +2985,6 @@ module Aws::Connect
3583
2985
  include Aws::Structure
3584
2986
  end
3585
2987
 
3586
- # @note When making an API call, you may pass DescribeRoutingProfileRequest
3587
- # data as a hash:
3588
- #
3589
- # {
3590
- # instance_id: "InstanceId", # required
3591
- # routing_profile_id: "RoutingProfileId", # required
3592
- # }
3593
- #
3594
2988
  # @!attribute [rw] instance_id
3595
2989
  # The identifier of the Amazon Connect instance. You can find the
3596
2990
  # instanceId in the ARN of the instance.
@@ -3621,14 +3015,36 @@ module Aws::Connect
3621
3015
  include Aws::Structure
3622
3016
  end
3623
3017
 
3624
- # @note When making an API call, you may pass DescribeSecurityProfileRequest
3625
- # data as a hash:
3018
+ # @!attribute [rw] instance_id
3019
+ # The identifier of the Amazon Connect instance. You can find the
3020
+ # instanceId in the ARN of the instance.
3021
+ # @return [String]
3022
+ #
3023
+ # @!attribute [rw] rule_id
3024
+ # A unique identifier for the rule.
3025
+ # @return [String]
3026
+ #
3027
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRuleRequest AWS API Documentation
3028
+ #
3029
+ class DescribeRuleRequest < Struct.new(
3030
+ :instance_id,
3031
+ :rule_id)
3032
+ SENSITIVE = []
3033
+ include Aws::Structure
3034
+ end
3035
+
3036
+ # @!attribute [rw] rule
3037
+ # Information about the rule.
3038
+ # @return [Types::Rule]
3626
3039
  #
3627
- # {
3628
- # security_profile_id: "SecurityProfileId", # required
3629
- # instance_id: "InstanceId", # required
3630
- # }
3040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeRuleResponse AWS API Documentation
3631
3041
  #
3042
+ class DescribeRuleResponse < Struct.new(
3043
+ :rule)
3044
+ SENSITIVE = []
3045
+ include Aws::Structure
3046
+ end
3047
+
3632
3048
  # @!attribute [rw] security_profile_id
3633
3049
  # The identifier for the security profle.
3634
3050
  # @return [String]
@@ -3659,13 +3075,6 @@ module Aws::Connect
3659
3075
  include Aws::Structure
3660
3076
  end
3661
3077
 
3662
- # @note When making an API call, you may pass DescribeTrafficDistributionGroupRequest
3663
- # data as a hash:
3664
- #
3665
- # {
3666
- # traffic_distribution_group_id: "TrafficDistributionGroupIdOrArn", # required
3667
- # }
3668
- #
3669
3078
  # @!attribute [rw] traffic_distribution_group_id
3670
3079
  # The identifier of the traffic distribution group. This can be the ID
3671
3080
  # or the ARN if the API is being called in the Region where the
@@ -3693,14 +3102,6 @@ module Aws::Connect
3693
3102
  include Aws::Structure
3694
3103
  end
3695
3104
 
3696
- # @note When making an API call, you may pass DescribeUserHierarchyGroupRequest
3697
- # data as a hash:
3698
- #
3699
- # {
3700
- # hierarchy_group_id: "HierarchyGroupId", # required
3701
- # instance_id: "InstanceId", # required
3702
- # }
3703
- #
3704
3105
  # @!attribute [rw] hierarchy_group_id
3705
3106
  # The identifier of the hierarchy group.
3706
3107
  # @return [String]
@@ -3731,13 +3132,6 @@ module Aws::Connect
3731
3132
  include Aws::Structure
3732
3133
  end
3733
3134
 
3734
- # @note When making an API call, you may pass DescribeUserHierarchyStructureRequest
3735
- # data as a hash:
3736
- #
3737
- # {
3738
- # instance_id: "InstanceId", # required
3739
- # }
3740
- #
3741
3135
  # @!attribute [rw] instance_id
3742
3136
  # The identifier of the Amazon Connect instance. You can find the
3743
3137
  # instanceId in the ARN of the instance.
@@ -3763,14 +3157,6 @@ module Aws::Connect
3763
3157
  include Aws::Structure
3764
3158
  end
3765
3159
 
3766
- # @note When making an API call, you may pass DescribeUserRequest
3767
- # data as a hash:
3768
- #
3769
- # {
3770
- # user_id: "UserId", # required
3771
- # instance_id: "InstanceId", # required
3772
- # }
3773
- #
3774
3160
  # @!attribute [rw] user_id
3775
3161
  # The identifier of the user account.
3776
3162
  # @return [String]
@@ -3801,14 +3187,6 @@ module Aws::Connect
3801
3187
  include Aws::Structure
3802
3188
  end
3803
3189
 
3804
- # @note When making an API call, you may pass DescribeVocabularyRequest
3805
- # data as a hash:
3806
- #
3807
- # {
3808
- # instance_id: "InstanceId", # required
3809
- # vocabulary_id: "VocabularyId", # required
3810
- # }
3811
- #
3812
3190
  # @!attribute [rw] instance_id
3813
3191
  # The identifier of the Amazon Connect instance. You can find the
3814
3192
  # instanceId in the ARN of the instance.
@@ -3875,14 +3253,6 @@ module Aws::Connect
3875
3253
  include Aws::Structure
3876
3254
  end
3877
3255
 
3878
- # @note When making an API call, you may pass DisassociateApprovedOriginRequest
3879
- # data as a hash:
3880
- #
3881
- # {
3882
- # instance_id: "InstanceId", # required
3883
- # origin: "Origin", # required
3884
- # }
3885
- #
3886
3256
  # @!attribute [rw] instance_id
3887
3257
  # The identifier of the Amazon Connect instance. You can find the
3888
3258
  # instanceId in the ARN of the instance.
@@ -3901,20 +3271,6 @@ module Aws::Connect
3901
3271
  include Aws::Structure
3902
3272
  end
3903
3273
 
3904
- # @note When making an API call, you may pass DisassociateBotRequest
3905
- # data as a hash:
3906
- #
3907
- # {
3908
- # instance_id: "InstanceId", # required
3909
- # lex_bot: {
3910
- # name: "BotName",
3911
- # lex_region: "LexRegion",
3912
- # },
3913
- # lex_v2_bot: {
3914
- # alias_arn: "AliasArn",
3915
- # },
3916
- # }
3917
- #
3918
3274
  # @!attribute [rw] instance_id
3919
3275
  # The identifier of the Amazon Connect instance. You can find the
3920
3276
  # instanceId in the ARN of the instance.
@@ -3938,15 +3294,6 @@ module Aws::Connect
3938
3294
  include Aws::Structure
3939
3295
  end
3940
3296
 
3941
- # @note When making an API call, you may pass DisassociateInstanceStorageConfigRequest
3942
- # data as a hash:
3943
- #
3944
- # {
3945
- # instance_id: "InstanceId", # required
3946
- # association_id: "AssociationId", # required
3947
- # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
3948
- # }
3949
- #
3950
3297
  # @!attribute [rw] instance_id
3951
3298
  # The identifier of the Amazon Connect instance. You can find the
3952
3299
  # instanceId in the ARN of the instance.
@@ -3971,14 +3318,6 @@ module Aws::Connect
3971
3318
  include Aws::Structure
3972
3319
  end
3973
3320
 
3974
- # @note When making an API call, you may pass DisassociateLambdaFunctionRequest
3975
- # data as a hash:
3976
- #
3977
- # {
3978
- # instance_id: "InstanceId", # required
3979
- # function_arn: "FunctionArn", # required
3980
- # }
3981
- #
3982
3321
  # @!attribute [rw] instance_id
3983
3322
  # The identifier of the Amazon Connect instance. You can find the
3984
3323
  # instanceId in the ARN of the instance..
@@ -3998,15 +3337,6 @@ module Aws::Connect
3998
3337
  include Aws::Structure
3999
3338
  end
4000
3339
 
4001
- # @note When making an API call, you may pass DisassociateLexBotRequest
4002
- # data as a hash:
4003
- #
4004
- # {
4005
- # instance_id: "InstanceId", # required
4006
- # bot_name: "BotName", # required
4007
- # lex_region: "LexRegion", # required
4008
- # }
4009
- #
4010
3340
  # @!attribute [rw] instance_id
4011
3341
  # The identifier of the Amazon Connect instance. You can find the
4012
3342
  # instanceId in the ARN of the instance.
@@ -4031,14 +3361,6 @@ module Aws::Connect
4031
3361
  include Aws::Structure
4032
3362
  end
4033
3363
 
4034
- # @note When making an API call, you may pass DisassociatePhoneNumberContactFlowRequest
4035
- # data as a hash:
4036
- #
4037
- # {
4038
- # phone_number_id: "PhoneNumberId", # required
4039
- # instance_id: "InstanceId", # required
4040
- # }
4041
- #
4042
3364
  # @!attribute [rw] phone_number_id
4043
3365
  # A unique identifier for the phone number.
4044
3366
  # @return [String]
@@ -4057,15 +3379,6 @@ module Aws::Connect
4057
3379
  include Aws::Structure
4058
3380
  end
4059
3381
 
4060
- # @note When making an API call, you may pass DisassociateQueueQuickConnectsRequest
4061
- # data as a hash:
4062
- #
4063
- # {
4064
- # instance_id: "InstanceId", # required
4065
- # queue_id: "QueueId", # required
4066
- # quick_connect_ids: ["QuickConnectId"], # required
4067
- # }
4068
- #
4069
3382
  # @!attribute [rw] instance_id
4070
3383
  # The identifier of the Amazon Connect instance. You can find the
4071
3384
  # instanceId in the ARN of the instance.
@@ -4089,20 +3402,6 @@ module Aws::Connect
4089
3402
  include Aws::Structure
4090
3403
  end
4091
3404
 
4092
- # @note When making an API call, you may pass DisassociateRoutingProfileQueuesRequest
4093
- # data as a hash:
4094
- #
4095
- # {
4096
- # instance_id: "InstanceId", # required
4097
- # routing_profile_id: "RoutingProfileId", # required
4098
- # queue_references: [ # required
4099
- # {
4100
- # queue_id: "QueueId", # required
4101
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
4102
- # },
4103
- # ],
4104
- # }
4105
- #
4106
3405
  # @!attribute [rw] instance_id
4107
3406
  # The identifier of the Amazon Connect instance. You can find the
4108
3407
  # instanceId in the ARN of the instance.
@@ -4126,14 +3425,6 @@ module Aws::Connect
4126
3425
  include Aws::Structure
4127
3426
  end
4128
3427
 
4129
- # @note When making an API call, you may pass DisassociateSecurityKeyRequest
4130
- # data as a hash:
4131
- #
4132
- # {
4133
- # instance_id: "InstanceId", # required
4134
- # association_id: "AssociationId", # required
4135
- # }
4136
- #
4137
3428
  # @!attribute [rw] instance_id
4138
3429
  # The identifier of the Amazon Connect instance. You can find the
4139
3430
  # instanceId in the ARN of the instance.
@@ -4153,15 +3444,6 @@ module Aws::Connect
4153
3444
  include Aws::Structure
4154
3445
  end
4155
3446
 
4156
- # @note When making an API call, you may pass DismissUserContactRequest
4157
- # data as a hash:
4158
- #
4159
- # {
4160
- # user_id: "UserId", # required
4161
- # instance_id: "InstanceId", # required
4162
- # contact_id: "ContactId", # required
4163
- # }
4164
- #
4165
3447
  # @!attribute [rw] user_id
4166
3448
  # The identifier of the user account.
4167
3449
  # @return [String]
@@ -4191,14 +3473,6 @@ module Aws::Connect
4191
3473
 
4192
3474
  # Information about a traffic distribution.
4193
3475
  #
4194
- # @note When making an API call, you may pass Distribution
4195
- # data as a hash:
4196
- #
4197
- # {
4198
- # region: "AwsRegion", # required
4199
- # percentage: 1, # required
4200
- # }
4201
- #
4202
3476
  # @!attribute [rw] region
4203
3477
  # The Amazon Web Services Region where the traffic is distributed.
4204
3478
  # @return [String]
@@ -4252,14 +3526,6 @@ module Aws::Connect
4252
3526
 
4253
3527
  # The encryption configuration.
4254
3528
  #
4255
- # @note When making an API call, you may pass EncryptionConfig
4256
- # data as a hash:
4257
- #
4258
- # {
4259
- # encryption_type: "KMS", # required, accepts KMS
4260
- # key_id: "KeyId", # required
4261
- # }
4262
- #
4263
3529
  # @!attribute [rw] encryption_type
4264
3530
  # The type of encryption.
4265
3531
  # @return [String]
@@ -4282,15 +3548,21 @@ module Aws::Connect
4282
3548
  include Aws::Structure
4283
3549
  end
4284
3550
 
4285
- # Contains the filter to apply when retrieving metrics.
3551
+ # The EventBridge action definition.
4286
3552
  #
4287
- # @note When making an API call, you may pass Filters
4288
- # data as a hash:
3553
+ # @!attribute [rw] name
3554
+ # The name.
3555
+ # @return [String]
4289
3556
  #
4290
- # {
4291
- # queues: ["QueueId"],
4292
- # channels: ["VOICE"], # accepts VOICE, CHAT, TASK
4293
- # }
3557
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EventBridgeActionDefinition AWS API Documentation
3558
+ #
3559
+ class EventBridgeActionDefinition < Struct.new(
3560
+ :name)
3561
+ SENSITIVE = []
3562
+ include Aws::Structure
3563
+ end
3564
+
3565
+ # Contains the filter to apply when retrieving metrics.
4294
3566
  #
4295
3567
  # @!attribute [rw] queues
4296
3568
  # The queues to use to filter the metrics. You should specify at least
@@ -4312,14 +3584,6 @@ module Aws::Connect
4312
3584
  include Aws::Structure
4313
3585
  end
4314
3586
 
4315
- # @note When making an API call, you may pass GetContactAttributesRequest
4316
- # data as a hash:
4317
- #
4318
- # {
4319
- # instance_id: "InstanceId", # required
4320
- # initial_contact_id: "ContactId", # required
4321
- # }
4322
- #
4323
3587
  # @!attribute [rw] instance_id
4324
3588
  # The identifier of the Amazon Connect instance.
4325
3589
  # @return [String]
@@ -4349,26 +3613,6 @@ module Aws::Connect
4349
3613
  include Aws::Structure
4350
3614
  end
4351
3615
 
4352
- # @note When making an API call, you may pass GetCurrentMetricDataRequest
4353
- # data as a hash:
4354
- #
4355
- # {
4356
- # instance_id: "InstanceId", # required
4357
- # filters: { # required
4358
- # queues: ["QueueId"],
4359
- # channels: ["VOICE"], # accepts VOICE, CHAT, TASK
4360
- # },
4361
- # groupings: ["QUEUE"], # accepts QUEUE, CHANNEL
4362
- # current_metrics: [ # required
4363
- # {
4364
- # name: "AGENTS_ONLINE", # accepts AGENTS_ONLINE, AGENTS_AVAILABLE, AGENTS_ON_CALL, AGENTS_NON_PRODUCTIVE, AGENTS_AFTER_CONTACT_WORK, AGENTS_ERROR, AGENTS_STAFFED, CONTACTS_IN_QUEUE, OLDEST_CONTACT_AGE, CONTACTS_SCHEDULED, AGENTS_ON_CONTACT, SLOTS_ACTIVE, SLOTS_AVAILABLE
4365
- # unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
4366
- # },
4367
- # ],
4368
- # next_token: "NextToken",
4369
- # max_results: 1,
4370
- # }
4371
- #
4372
3616
  # @!attribute [rw] instance_id
4373
3617
  # The identifier of the Amazon Connect instance. You can find the
4374
3618
  # instanceId in the ARN of the instance.
@@ -4565,21 +3809,6 @@ module Aws::Connect
4565
3809
  include Aws::Structure
4566
3810
  end
4567
3811
 
4568
- # @note When making an API call, you may pass GetCurrentUserDataRequest
4569
- # data as a hash:
4570
- #
4571
- # {
4572
- # instance_id: "InstanceId", # required
4573
- # filters: { # required
4574
- # queues: ["QueueId"],
4575
- # contact_filter: {
4576
- # contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
4577
- # },
4578
- # },
4579
- # next_token: "NextToken",
4580
- # max_results: 1,
4581
- # }
4582
- #
4583
3812
  # @!attribute [rw] instance_id
4584
3813
  # The identifier of the Amazon Connect instance. You can find the
4585
3814
  # instanceId in the ARN of the instance.
@@ -4630,13 +3859,6 @@ module Aws::Connect
4630
3859
  include Aws::Structure
4631
3860
  end
4632
3861
 
4633
- # @note When making an API call, you may pass GetFederationTokenRequest
4634
- # data as a hash:
4635
- #
4636
- # {
4637
- # instance_id: "InstanceId", # required
4638
- # }
4639
- #
4640
3862
  # @!attribute [rw] instance_id
4641
3863
  # The identifier of the Amazon Connect instance. You can find the
4642
3864
  # instanceId in the ARN of the instance.
@@ -4677,33 +3899,6 @@ module Aws::Connect
4677
3899
  include Aws::Structure
4678
3900
  end
4679
3901
 
4680
- # @note When making an API call, you may pass GetMetricDataRequest
4681
- # data as a hash:
4682
- #
4683
- # {
4684
- # instance_id: "InstanceId", # required
4685
- # start_time: Time.now, # required
4686
- # end_time: Time.now, # required
4687
- # filters: { # required
4688
- # queues: ["QueueId"],
4689
- # channels: ["VOICE"], # accepts VOICE, CHAT, TASK
4690
- # },
4691
- # groupings: ["QUEUE"], # accepts QUEUE, CHANNEL
4692
- # historical_metrics: [ # required
4693
- # {
4694
- # name: "CONTACTS_QUEUED", # accepts CONTACTS_QUEUED, CONTACTS_HANDLED, CONTACTS_ABANDONED, CONTACTS_CONSULTED, CONTACTS_AGENT_HUNG_UP_FIRST, CONTACTS_HANDLED_INCOMING, CONTACTS_HANDLED_OUTBOUND, CONTACTS_HOLD_ABANDONS, CONTACTS_TRANSFERRED_IN, CONTACTS_TRANSFERRED_OUT, CONTACTS_TRANSFERRED_IN_FROM_QUEUE, CONTACTS_TRANSFERRED_OUT_FROM_QUEUE, CONTACTS_MISSED, CALLBACK_CONTACTS_HANDLED, API_CONTACTS_HANDLED, OCCUPANCY, HANDLE_TIME, AFTER_CONTACT_WORK_TIME, QUEUED_TIME, ABANDON_TIME, QUEUE_ANSWER_TIME, HOLD_TIME, INTERACTION_TIME, INTERACTION_AND_HOLD_TIME, SERVICE_LEVEL
4695
- # threshold: {
4696
- # comparison: "LT", # accepts LT
4697
- # threshold_value: 1.0,
4698
- # },
4699
- # statistic: "SUM", # accepts SUM, MAX, AVG
4700
- # unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
4701
- # },
4702
- # ],
4703
- # next_token: "NextToken",
4704
- # max_results: 1,
4705
- # }
4706
- #
4707
3902
  # @!attribute [rw] instance_id
4708
3903
  # The identifier of the Amazon Connect instance. You can find the
4709
3904
  # instanceId in the ARN of the instance.
@@ -4974,15 +4169,6 @@ module Aws::Connect
4974
4169
  include Aws::Structure
4975
4170
  end
4976
4171
 
4977
- # @note When making an API call, you may pass GetTaskTemplateRequest
4978
- # data as a hash:
4979
- #
4980
- # {
4981
- # instance_id: "InstanceId", # required
4982
- # task_template_id: "TaskTemplateId", # required
4983
- # snapshot_version: "SnapshotVersion",
4984
- # }
4985
- #
4986
4172
  # @!attribute [rw] instance_id
4987
4173
  # The identifier of the Amazon Connect instance. You can find the
4988
4174
  # instanceId in the ARN of the instance.
@@ -5087,13 +4273,6 @@ module Aws::Connect
5087
4273
  include Aws::Structure
5088
4274
  end
5089
4275
 
5090
- # @note When making an API call, you may pass GetTrafficDistributionRequest
5091
- # data as a hash:
5092
- #
5093
- # {
5094
- # id: "TrafficDistributionGroupIdOrArn", # required
5095
- # }
5096
- #
5097
4276
  # @!attribute [rw] id
5098
4277
  # The identifier of the traffic distribution group.
5099
4278
  # @return [String]
@@ -5175,14 +4354,6 @@ module Aws::Connect
5175
4354
  # A leaf node condition which can be used to specify a hierarchy group
5176
4355
  # condition.
5177
4356
  #
5178
- # @note When making an API call, you may pass HierarchyGroupCondition
5179
- # data as a hash:
5180
- #
5181
- # {
5182
- # value: "String",
5183
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
5184
- # }
5185
- #
5186
4357
  # @!attribute [rw] value
5187
4358
  # The value in the hierarchy group condition.
5188
4359
  # @return [String]
@@ -5269,13 +4440,6 @@ module Aws::Connect
5269
4440
 
5270
4441
  # Contains information about the hierarchy level to update.
5271
4442
  #
5272
- # @note When making an API call, you may pass HierarchyLevelUpdate
5273
- # data as a hash:
5274
- #
5275
- # {
5276
- # name: "HierarchyLevelName", # required
5277
- # }
5278
- #
5279
4443
  # @!attribute [rw] name
5280
4444
  # The name of the user hierarchy level. Must not be more than 50
5281
4445
  # characters.
@@ -5393,27 +4557,6 @@ module Aws::Connect
5393
4557
 
5394
4558
  # Contains information about the level hierarchy to update.
5395
4559
  #
5396
- # @note When making an API call, you may pass HierarchyStructureUpdate
5397
- # data as a hash:
5398
- #
5399
- # {
5400
- # level_one: {
5401
- # name: "HierarchyLevelName", # required
5402
- # },
5403
- # level_two: {
5404
- # name: "HierarchyLevelName", # required
5405
- # },
5406
- # level_three: {
5407
- # name: "HierarchyLevelName", # required
5408
- # },
5409
- # level_four: {
5410
- # name: "HierarchyLevelName", # required
5411
- # },
5412
- # level_five: {
5413
- # name: "HierarchyLevelName", # required
5414
- # },
5415
- # }
5416
- #
5417
4560
  # @!attribute [rw] level_one
5418
4561
  # The update for level one.
5419
4562
  # @return [Types::HierarchyLevelUpdate]
@@ -5454,19 +4597,6 @@ module Aws::Connect
5454
4597
  #
5455
4598
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html
5456
4599
  #
5457
- # @note When making an API call, you may pass HistoricalMetric
5458
- # data as a hash:
5459
- #
5460
- # {
5461
- # name: "CONTACTS_QUEUED", # accepts CONTACTS_QUEUED, CONTACTS_HANDLED, CONTACTS_ABANDONED, CONTACTS_CONSULTED, CONTACTS_AGENT_HUNG_UP_FIRST, CONTACTS_HANDLED_INCOMING, CONTACTS_HANDLED_OUTBOUND, CONTACTS_HOLD_ABANDONS, CONTACTS_TRANSFERRED_IN, CONTACTS_TRANSFERRED_OUT, CONTACTS_TRANSFERRED_IN_FROM_QUEUE, CONTACTS_TRANSFERRED_OUT_FROM_QUEUE, CONTACTS_MISSED, CALLBACK_CONTACTS_HANDLED, API_CONTACTS_HANDLED, OCCUPANCY, HANDLE_TIME, AFTER_CONTACT_WORK_TIME, QUEUED_TIME, ABANDON_TIME, QUEUE_ANSWER_TIME, HOLD_TIME, INTERACTION_TIME, INTERACTION_AND_HOLD_TIME, SERVICE_LEVEL
5462
- # threshold: {
5463
- # comparison: "LT", # accepts LT
5464
- # threshold_value: 1.0,
5465
- # },
5466
- # statistic: "SUM", # accepts SUM, MAX, AVG
5467
- # unit: "SECONDS", # accepts SECONDS, COUNT, PERCENT
5468
- # }
5469
- #
5470
4600
  # @!attribute [rw] name
5471
4601
  # The name of the metric.
5472
4602
  # @return [String]
@@ -5580,21 +4710,6 @@ module Aws::Connect
5580
4710
 
5581
4711
  # Contains information about the hours of operation.
5582
4712
  #
5583
- # @note When making an API call, you may pass HoursOfOperationConfig
5584
- # data as a hash:
5585
- #
5586
- # {
5587
- # day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
5588
- # start_time: { # required
5589
- # hours: 1, # required
5590
- # minutes: 1, # required
5591
- # },
5592
- # end_time: { # required
5593
- # hours: 1, # required
5594
- # minutes: 1, # required
5595
- # },
5596
- # }
5597
- #
5598
4713
  # @!attribute [rw] day
5599
4714
  # The day that the hours of operation applies to.
5600
4715
  # @return [String]
@@ -5644,14 +4759,6 @@ module Aws::Connect
5644
4759
 
5645
4760
  # The start time or end time for an hours of operation.
5646
4761
  #
5647
- # @note When making an API call, you may pass HoursOfOperationTimeSlice
5648
- # data as a hash:
5649
- #
5650
- # {
5651
- # hours: 1, # required
5652
- # minutes: 1, # required
5653
- # }
5654
- #
5655
4762
  # @!attribute [rw] hours
5656
4763
  # The hours.
5657
4764
  # @return [Integer]
@@ -5758,36 +4865,6 @@ module Aws::Connect
5758
4865
 
5759
4866
  # The storage configuration for the instance.
5760
4867
  #
5761
- # @note When making an API call, you may pass InstanceStorageConfig
5762
- # data as a hash:
5763
- #
5764
- # {
5765
- # association_id: "AssociationId",
5766
- # storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
5767
- # s3_config: {
5768
- # bucket_name: "BucketName", # required
5769
- # bucket_prefix: "Prefix", # required
5770
- # encryption_config: {
5771
- # encryption_type: "KMS", # required, accepts KMS
5772
- # key_id: "KeyId", # required
5773
- # },
5774
- # },
5775
- # kinesis_video_stream_config: {
5776
- # prefix: "Prefix", # required
5777
- # retention_period_hours: 1, # required
5778
- # encryption_config: { # required
5779
- # encryption_type: "KMS", # required, accepts KMS
5780
- # key_id: "KeyId", # required
5781
- # },
5782
- # },
5783
- # kinesis_stream_config: {
5784
- # stream_arn: "ARN", # required
5785
- # },
5786
- # kinesis_firehose_config: {
5787
- # firehose_arn: "ARN", # required
5788
- # },
5789
- # }
5790
- #
5791
4868
  # @!attribute [rw] association_id
5792
4869
  # The existing association identifier that uniquely identifies the
5793
4870
  # resource type and storage config for the given instance ID.
@@ -6002,15 +5079,6 @@ module Aws::Connect
6002
5079
 
6003
5080
  # A field that is invisible to an agent.
6004
5081
  #
6005
- # @note When making an API call, you may pass InvisibleFieldInfo
6006
- # data as a hash:
6007
- #
6008
- # {
6009
- # id: {
6010
- # name: "TaskTemplateFieldName",
6011
- # },
6012
- # }
6013
- #
6014
5082
  # @!attribute [rw] id
6015
5083
  # Identifier of the invisible field.
6016
5084
  # @return [Types::TaskTemplateFieldIdentifier]
@@ -6025,13 +5093,6 @@ module Aws::Connect
6025
5093
 
6026
5094
  # Configuration information of a Kinesis Data Firehose delivery stream.
6027
5095
  #
6028
- # @note When making an API call, you may pass KinesisFirehoseConfig
6029
- # data as a hash:
6030
- #
6031
- # {
6032
- # firehose_arn: "ARN", # required
6033
- # }
6034
- #
6035
5096
  # @!attribute [rw] firehose_arn
6036
5097
  # The Amazon Resource Name (ARN) of the delivery stream.
6037
5098
  # @return [String]
@@ -6046,13 +5107,6 @@ module Aws::Connect
6046
5107
 
6047
5108
  # Configuration information of a Kinesis data stream.
6048
5109
  #
6049
- # @note When making an API call, you may pass KinesisStreamConfig
6050
- # data as a hash:
6051
- #
6052
- # {
6053
- # stream_arn: "ARN", # required
6054
- # }
6055
- #
6056
5110
  # @!attribute [rw] stream_arn
6057
5111
  # The Amazon Resource Name (ARN) of the data stream.
6058
5112
  # @return [String]
@@ -6067,18 +5121,6 @@ module Aws::Connect
6067
5121
 
6068
5122
  # Configuration information of a Kinesis video stream.
6069
5123
  #
6070
- # @note When making an API call, you may pass KinesisVideoStreamConfig
6071
- # data as a hash:
6072
- #
6073
- # {
6074
- # prefix: "Prefix", # required
6075
- # retention_period_hours: 1, # required
6076
- # encryption_config: { # required
6077
- # encryption_type: "KMS", # required, accepts KMS
6078
- # key_id: "KeyId", # required
6079
- # },
6080
- # }
6081
- #
6082
5124
  # @!attribute [rw] prefix
6083
5125
  # The prefix of the video stream.
6084
5126
  # @return [String]
@@ -6108,14 +5150,6 @@ module Aws::Connect
6108
5150
 
6109
5151
  # Configuration information of an Amazon Lex bot.
6110
5152
  #
6111
- # @note When making an API call, you may pass LexBot
6112
- # data as a hash:
6113
- #
6114
- # {
6115
- # name: "BotName",
6116
- # lex_region: "LexRegion",
6117
- # }
6118
- #
6119
5153
  # @!attribute [rw] name
6120
5154
  # The name of the Amazon Lex bot.
6121
5155
  # @return [String]
@@ -6154,13 +5188,6 @@ module Aws::Connect
6154
5188
 
6155
5189
  # Configuration information of an Amazon Lex V2 bot.
6156
5190
  #
6157
- # @note When making an API call, you may pass LexV2Bot
6158
- # data as a hash:
6159
- #
6160
- # {
6161
- # alias_arn: "AliasArn",
6162
- # }
6163
- #
6164
5191
  # @!attribute [rw] alias_arn
6165
5192
  # The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
6166
5193
  # @return [String]
@@ -6187,16 +5214,6 @@ module Aws::Connect
6187
5214
  include Aws::Structure
6188
5215
  end
6189
5216
 
6190
- # @note When making an API call, you may pass ListAgentStatusRequest
6191
- # data as a hash:
6192
- #
6193
- # {
6194
- # instance_id: "InstanceId", # required
6195
- # next_token: "NextToken",
6196
- # max_results: 1,
6197
- # agent_status_types: ["ROUTABLE"], # accepts ROUTABLE, CUSTOM, OFFLINE
6198
- # }
6199
- #
6200
5217
  # @!attribute [rw] instance_id
6201
5218
  # The identifier of the Amazon Connect instance. You can find the
6202
5219
  # instanceId in the ARN of the instance.
@@ -6245,15 +5262,6 @@ module Aws::Connect
6245
5262
  include Aws::Structure
6246
5263
  end
6247
5264
 
6248
- # @note When making an API call, you may pass ListApprovedOriginsRequest
6249
- # data as a hash:
6250
- #
6251
- # {
6252
- # instance_id: "InstanceId", # required
6253
- # next_token: "NextToken",
6254
- # max_results: 1,
6255
- # }
6256
- #
6257
5265
  # @!attribute [rw] instance_id
6258
5266
  # The identifier of the Amazon Connect instance. You can find the
6259
5267
  # instanceId in the ARN of the instance.
@@ -6297,16 +5305,6 @@ module Aws::Connect
6297
5305
  include Aws::Structure
6298
5306
  end
6299
5307
 
6300
- # @note When making an API call, you may pass ListBotsRequest
6301
- # data as a hash:
6302
- #
6303
- # {
6304
- # instance_id: "InstanceId", # required
6305
- # next_token: "NextToken",
6306
- # max_results: 1,
6307
- # lex_version: "V1", # required, accepts V1, V2
6308
- # }
6309
- #
6310
5308
  # @!attribute [rw] instance_id
6311
5309
  # The identifier of the Amazon Connect instance. You can find the
6312
5310
  # instanceId in the ARN of the instance.
@@ -6356,16 +5354,6 @@ module Aws::Connect
6356
5354
  include Aws::Structure
6357
5355
  end
6358
5356
 
6359
- # @note When making an API call, you may pass ListContactFlowModulesRequest
6360
- # data as a hash:
6361
- #
6362
- # {
6363
- # instance_id: "InstanceId", # required
6364
- # next_token: "NextToken",
6365
- # max_results: 1,
6366
- # contact_flow_module_state: "ACTIVE", # accepts ACTIVE, ARCHIVED
6367
- # }
6368
- #
6369
5357
  # @!attribute [rw] instance_id
6370
5358
  # The identifier of the Amazon Connect instance. You can find the
6371
5359
  # instanceId in the ARN of the instance.
@@ -6414,16 +5402,6 @@ module Aws::Connect
6414
5402
  include Aws::Structure
6415
5403
  end
6416
5404
 
6417
- # @note When making an API call, you may pass ListContactFlowsRequest
6418
- # data as a hash:
6419
- #
6420
- # {
6421
- # instance_id: "InstanceId", # required
6422
- # contact_flow_types: ["CONTACT_FLOW"], # accepts CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD, CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER, AGENT_TRANSFER, QUEUE_TRANSFER
6423
- # next_token: "NextToken",
6424
- # max_results: 1,
6425
- # }
6426
- #
6427
5405
  # @!attribute [rw] instance_id
6428
5406
  # The identifier of the Amazon Connect instance. You can find the
6429
5407
  # instanceId in the ARN of the instance.
@@ -6473,16 +5451,6 @@ module Aws::Connect
6473
5451
  include Aws::Structure
6474
5452
  end
6475
5453
 
6476
- # @note When making an API call, you may pass ListContactReferencesRequest
6477
- # data as a hash:
6478
- #
6479
- # {
6480
- # instance_id: "InstanceId", # required
6481
- # contact_id: "ContactId", # required
6482
- # reference_types: ["URL"], # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
6483
- # next_token: "NextToken",
6484
- # }
6485
- #
6486
5454
  # @!attribute [rw] instance_id
6487
5455
  # The identifier of the Amazon Connect instance. You can find the
6488
5456
  # instanceId in the ARN of the instance.
@@ -6536,16 +5504,6 @@ module Aws::Connect
6536
5504
  include Aws::Structure
6537
5505
  end
6538
5506
 
6539
- # @note When making an API call, you may pass ListDefaultVocabulariesRequest
6540
- # data as a hash:
6541
- #
6542
- # {
6543
- # instance_id: "InstanceId", # required
6544
- # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
6545
- # max_results: 1,
6546
- # next_token: "VocabularyNextToken",
6547
- # }
6548
- #
6549
5507
  # @!attribute [rw] instance_id
6550
5508
  # The identifier of the Amazon Connect instance. You can find the
6551
5509
  # instanceId in the ARN of the instance.
@@ -6600,15 +5558,6 @@ module Aws::Connect
6600
5558
  include Aws::Structure
6601
5559
  end
6602
5560
 
6603
- # @note When making an API call, you may pass ListHoursOfOperationsRequest
6604
- # data as a hash:
6605
- #
6606
- # {
6607
- # instance_id: "InstanceId", # required
6608
- # next_token: "NextToken",
6609
- # max_results: 1,
6610
- # }
6611
- #
6612
5561
  # @!attribute [rw] instance_id
6613
5562
  # The identifier of the Amazon Connect instance. You can find the
6614
5563
  # instanceId in the ARN of the instance.
@@ -6653,15 +5602,6 @@ module Aws::Connect
6653
5602
  include Aws::Structure
6654
5603
  end
6655
5604
 
6656
- # @note When making an API call, you may pass ListInstanceAttributesRequest
6657
- # data as a hash:
6658
- #
6659
- # {
6660
- # instance_id: "InstanceId", # required
6661
- # next_token: "NextToken",
6662
- # max_results: 1,
6663
- # }
6664
- #
6665
5605
  # @!attribute [rw] instance_id
6666
5606
  # The identifier of the Amazon Connect instance. You can find the
6667
5607
  # instanceId in the ARN of the instance.
@@ -6705,16 +5645,6 @@ module Aws::Connect
6705
5645
  include Aws::Structure
6706
5646
  end
6707
5647
 
6708
- # @note When making an API call, you may pass ListInstanceStorageConfigsRequest
6709
- # data as a hash:
6710
- #
6711
- # {
6712
- # instance_id: "InstanceId", # required
6713
- # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
6714
- # next_token: "NextToken",
6715
- # max_results: 1,
6716
- # }
6717
- #
6718
5648
  # @!attribute [rw] instance_id
6719
5649
  # The identifier of the Amazon Connect instance. You can find the
6720
5650
  # instanceId in the ARN of the instance.
@@ -6763,14 +5693,6 @@ module Aws::Connect
6763
5693
  include Aws::Structure
6764
5694
  end
6765
5695
 
6766
- # @note When making an API call, you may pass ListInstancesRequest
6767
- # data as a hash:
6768
- #
6769
- # {
6770
- # next_token: "NextToken",
6771
- # max_results: 1,
6772
- # }
6773
- #
6774
5696
  # @!attribute [rw] next_token
6775
5697
  # The token for the next set of results. Use the value returned in the
6776
5698
  # previous response in the next request to retrieve the next set of
@@ -6808,16 +5730,6 @@ module Aws::Connect
6808
5730
  include Aws::Structure
6809
5731
  end
6810
5732
 
6811
- # @note When making an API call, you may pass ListIntegrationAssociationsRequest
6812
- # data as a hash:
6813
- #
6814
- # {
6815
- # instance_id: "InstanceId", # required
6816
- # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
6817
- # next_token: "NextToken",
6818
- # max_results: 1,
6819
- # }
6820
- #
6821
5733
  # @!attribute [rw] instance_id
6822
5734
  # The identifier of the Amazon Connect instance. You can find the
6823
5735
  # instanceId in the ARN of the instance.
@@ -6866,15 +5778,6 @@ module Aws::Connect
6866
5778
  include Aws::Structure
6867
5779
  end
6868
5780
 
6869
- # @note When making an API call, you may pass ListLambdaFunctionsRequest
6870
- # data as a hash:
6871
- #
6872
- # {
6873
- # instance_id: "InstanceId", # required
6874
- # next_token: "NextToken",
6875
- # max_results: 1,
6876
- # }
6877
- #
6878
5781
  # @!attribute [rw] instance_id
6879
5782
  # The identifier of the Amazon Connect instance. You can find the
6880
5783
  # instanceId in the ARN of the instance.
@@ -6918,15 +5821,6 @@ module Aws::Connect
6918
5821
  include Aws::Structure
6919
5822
  end
6920
5823
 
6921
- # @note When making an API call, you may pass ListLexBotsRequest
6922
- # data as a hash:
6923
- #
6924
- # {
6925
- # instance_id: "InstanceId", # required
6926
- # next_token: "NextToken",
6927
- # max_results: 1,
6928
- # }
6929
- #
6930
5824
  # @!attribute [rw] instance_id
6931
5825
  # The identifier of the Amazon Connect instance. You can find the
6932
5826
  # instanceId in the ARN of the instance.
@@ -6972,17 +5866,6 @@ module Aws::Connect
6972
5866
  include Aws::Structure
6973
5867
  end
6974
5868
 
6975
- # @note When making an API call, you may pass ListPhoneNumbersRequest
6976
- # data as a hash:
6977
- #
6978
- # {
6979
- # instance_id: "InstanceId", # required
6980
- # phone_number_types: ["TOLL_FREE"], # accepts TOLL_FREE, DID
6981
- # phone_number_country_codes: ["AF"], # accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
6982
- # next_token: "NextToken",
6983
- # max_results: 1,
6984
- # }
6985
- #
6986
5869
  # @!attribute [rw] instance_id
6987
5870
  # The identifier of the Amazon Connect instance. You can find the
6988
5871
  # instanceId in the ARN of the instance.
@@ -7079,18 +5962,6 @@ module Aws::Connect
7079
5962
  include Aws::Structure
7080
5963
  end
7081
5964
 
7082
- # @note When making an API call, you may pass ListPhoneNumbersV2Request
7083
- # data as a hash:
7084
- #
7085
- # {
7086
- # target_arn: "ARN",
7087
- # max_results: 1,
7088
- # next_token: "LargeNextToken",
7089
- # phone_number_country_codes: ["AF"], # accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
7090
- # phone_number_types: ["TOLL_FREE"], # accepts TOLL_FREE, DID
7091
- # phone_number_prefix: "PhoneNumberPrefix",
7092
- # }
7093
- #
7094
5965
  # @!attribute [rw] target_arn
7095
5966
  # The Amazon Resource Name (ARN) for Amazon Connect instances or
7096
5967
  # traffic distribution groups that phone numbers are claimed to. If
@@ -7154,15 +6025,6 @@ module Aws::Connect
7154
6025
  include Aws::Structure
7155
6026
  end
7156
6027
 
7157
- # @note When making an API call, you may pass ListPromptsRequest
7158
- # data as a hash:
7159
- #
7160
- # {
7161
- # instance_id: "InstanceId", # required
7162
- # next_token: "NextToken",
7163
- # max_results: 1,
7164
- # }
7165
- #
7166
6028
  # @!attribute [rw] instance_id
7167
6029
  # The identifier of the Amazon Connect instance.
7168
6030
  # @return [String]
@@ -7206,16 +6068,6 @@ module Aws::Connect
7206
6068
  include Aws::Structure
7207
6069
  end
7208
6070
 
7209
- # @note When making an API call, you may pass ListQueueQuickConnectsRequest
7210
- # data as a hash:
7211
- #
7212
- # {
7213
- # instance_id: "InstanceId", # required
7214
- # queue_id: "QueueId", # required
7215
- # next_token: "NextToken",
7216
- # max_results: 1,
7217
- # }
7218
- #
7219
6071
  # @!attribute [rw] instance_id
7220
6072
  # The identifier of the Amazon Connect instance. You can find the
7221
6073
  # instanceId in the ARN of the instance.
@@ -7265,16 +6117,6 @@ module Aws::Connect
7265
6117
  include Aws::Structure
7266
6118
  end
7267
6119
 
7268
- # @note When making an API call, you may pass ListQueuesRequest
7269
- # data as a hash:
7270
- #
7271
- # {
7272
- # instance_id: "InstanceId", # required
7273
- # queue_types: ["STANDARD"], # accepts STANDARD, AGENT
7274
- # next_token: "NextToken",
7275
- # max_results: 1,
7276
- # }
7277
- #
7278
6120
  # @!attribute [rw] instance_id
7279
6121
  # The identifier of the Amazon Connect instance. You can find the
7280
6122
  # instanceId in the ARN of the instance.
@@ -7324,16 +6166,6 @@ module Aws::Connect
7324
6166
  include Aws::Structure
7325
6167
  end
7326
6168
 
7327
- # @note When making an API call, you may pass ListQuickConnectsRequest
7328
- # data as a hash:
7329
- #
7330
- # {
7331
- # instance_id: "InstanceId", # required
7332
- # next_token: "NextToken",
7333
- # max_results: 1,
7334
- # quick_connect_types: ["USER"], # accepts USER, QUEUE, PHONE_NUMBER
7335
- # }
7336
- #
7337
6169
  # @!attribute [rw] instance_id
7338
6170
  # The identifier of the Amazon Connect instance. You can find the
7339
6171
  # instanceId in the ARN of the instance.
@@ -7386,16 +6218,6 @@ module Aws::Connect
7386
6218
  include Aws::Structure
7387
6219
  end
7388
6220
 
7389
- # @note When making an API call, you may pass ListRoutingProfileQueuesRequest
7390
- # data as a hash:
7391
- #
7392
- # {
7393
- # instance_id: "InstanceId", # required
7394
- # routing_profile_id: "RoutingProfileId", # required
7395
- # next_token: "NextToken",
7396
- # max_results: 1,
7397
- # }
7398
- #
7399
6221
  # @!attribute [rw] instance_id
7400
6222
  # The identifier of the Amazon Connect instance. You can find the
7401
6223
  # instanceId in the ARN of the instance.
@@ -7445,15 +6267,6 @@ module Aws::Connect
7445
6267
  include Aws::Structure
7446
6268
  end
7447
6269
 
7448
- # @note When making an API call, you may pass ListRoutingProfilesRequest
7449
- # data as a hash:
7450
- #
7451
- # {
7452
- # instance_id: "InstanceId", # required
7453
- # next_token: "NextToken",
7454
- # max_results: 1,
7455
- # }
7456
- #
7457
6270
  # @!attribute [rw] instance_id
7458
6271
  # The identifier of the Amazon Connect instance. You can find the
7459
6272
  # instanceId in the ARN of the instance.
@@ -7498,15 +6311,59 @@ module Aws::Connect
7498
6311
  include Aws::Structure
7499
6312
  end
7500
6313
 
7501
- # @note When making an API call, you may pass ListSecurityKeysRequest
7502
- # data as a hash:
6314
+ # @!attribute [rw] instance_id
6315
+ # The identifier of the Amazon Connect instance. You can find the
6316
+ # instanceId in the ARN of the instance.
6317
+ # @return [String]
6318
+ #
6319
+ # @!attribute [rw] publish_status
6320
+ # The publish status of the rule.
6321
+ # @return [String]
6322
+ #
6323
+ # @!attribute [rw] event_source_name
6324
+ # The name of the event source.
6325
+ # @return [String]
6326
+ #
6327
+ # @!attribute [rw] max_results
6328
+ # The maximum number of results to return per page.
6329
+ # @return [Integer]
6330
+ #
6331
+ # @!attribute [rw] next_token
6332
+ # The token for the next set of results. Use the value returned in the
6333
+ # previous response in the next request to retrieve the next set of
6334
+ # results.
6335
+ # @return [String]
6336
+ #
6337
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRulesRequest AWS API Documentation
6338
+ #
6339
+ class ListRulesRequest < Struct.new(
6340
+ :instance_id,
6341
+ :publish_status,
6342
+ :event_source_name,
6343
+ :max_results,
6344
+ :next_token)
6345
+ SENSITIVE = []
6346
+ include Aws::Structure
6347
+ end
6348
+
6349
+ # @!attribute [rw] rule_summary_list
6350
+ # Summary information about a rule.
6351
+ # @return [Array<Types::RuleSummary>]
7503
6352
  #
7504
- # {
7505
- # instance_id: "InstanceId", # required
7506
- # next_token: "NextToken",
7507
- # max_results: 1,
7508
- # }
6353
+ # @!attribute [rw] next_token
6354
+ # If there are additional results, this is the token for the next set
6355
+ # of results.
6356
+ # @return [String]
7509
6357
  #
6358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListRulesResponse AWS API Documentation
6359
+ #
6360
+ class ListRulesResponse < Struct.new(
6361
+ :rule_summary_list,
6362
+ :next_token)
6363
+ SENSITIVE = []
6364
+ include Aws::Structure
6365
+ end
6366
+
7510
6367
  # @!attribute [rw] instance_id
7511
6368
  # The identifier of the Amazon Connect instance. You can find the
7512
6369
  # instanceId in the ARN of the instance.
@@ -7550,16 +6407,6 @@ module Aws::Connect
7550
6407
  include Aws::Structure
7551
6408
  end
7552
6409
 
7553
- # @note When making an API call, you may pass ListSecurityProfilePermissionsRequest
7554
- # data as a hash:
7555
- #
7556
- # {
7557
- # security_profile_id: "SecurityProfileId", # required
7558
- # instance_id: "InstanceId", # required
7559
- # next_token: "NextToken",
7560
- # max_results: 1,
7561
- # }
7562
- #
7563
6410
  # @!attribute [rw] security_profile_id
7564
6411
  # The identifier for the security profle.
7565
6412
  # @return [String]
@@ -7613,15 +6460,6 @@ module Aws::Connect
7613
6460
  include Aws::Structure
7614
6461
  end
7615
6462
 
7616
- # @note When making an API call, you may pass ListSecurityProfilesRequest
7617
- # data as a hash:
7618
- #
7619
- # {
7620
- # instance_id: "InstanceId", # required
7621
- # next_token: "NextToken",
7622
- # max_results: 1,
7623
- # }
7624
- #
7625
6463
  # @!attribute [rw] instance_id
7626
6464
  # The identifier of the Amazon Connect instance. You can find the
7627
6465
  # instanceId in the ARN of the instance.
@@ -7666,13 +6504,6 @@ module Aws::Connect
7666
6504
  include Aws::Structure
7667
6505
  end
7668
6506
 
7669
- # @note When making an API call, you may pass ListTagsForResourceRequest
7670
- # data as a hash:
7671
- #
7672
- # {
7673
- # resource_arn: "ARN", # required
7674
- # }
7675
- #
7676
6507
  # @!attribute [rw] resource_arn
7677
6508
  # The Amazon Resource Name (ARN) of the resource.
7678
6509
  # @return [String]
@@ -7697,17 +6528,6 @@ module Aws::Connect
7697
6528
  include Aws::Structure
7698
6529
  end
7699
6530
 
7700
- # @note When making an API call, you may pass ListTaskTemplatesRequest
7701
- # data as a hash:
7702
- #
7703
- # {
7704
- # instance_id: "InstanceId", # required
7705
- # next_token: "NextToken",
7706
- # max_results: 1,
7707
- # status: "ACTIVE", # accepts ACTIVE, INACTIVE
7708
- # name: "TaskTemplateName",
7709
- # }
7710
- #
7711
6531
  # @!attribute [rw] instance_id
7712
6532
  # The identifier of the Amazon Connect instance. You can find the
7713
6533
  # instanceId in the ARN of the instance.
@@ -7772,15 +6592,6 @@ module Aws::Connect
7772
6592
  include Aws::Structure
7773
6593
  end
7774
6594
 
7775
- # @note When making an API call, you may pass ListTrafficDistributionGroupsRequest
7776
- # data as a hash:
7777
- #
7778
- # {
7779
- # max_results: 1,
7780
- # next_token: "NextToken",
7781
- # instance_id: "InstanceIdOrArn",
7782
- # }
7783
- #
7784
6595
  # @!attribute [rw] max_results
7785
6596
  # The maximum number of results to return per page.
7786
6597
  # @return [Integer]
@@ -7827,16 +6638,6 @@ module Aws::Connect
7827
6638
  # Provides summary information about the use cases for the specified
7828
6639
  # integration association.
7829
6640
  #
7830
- # @note When making an API call, you may pass ListUseCasesRequest
7831
- # data as a hash:
7832
- #
7833
- # {
7834
- # instance_id: "InstanceId", # required
7835
- # integration_association_id: "IntegrationAssociationId", # required
7836
- # next_token: "NextToken",
7837
- # max_results: 1,
7838
- # }
7839
- #
7840
6641
  # @!attribute [rw] instance_id
7841
6642
  # The identifier of the Amazon Connect instance. You can find the
7842
6643
  # instanceId in the ARN of the instance.
@@ -7885,15 +6686,6 @@ module Aws::Connect
7885
6686
  include Aws::Structure
7886
6687
  end
7887
6688
 
7888
- # @note When making an API call, you may pass ListUserHierarchyGroupsRequest
7889
- # data as a hash:
7890
- #
7891
- # {
7892
- # instance_id: "InstanceId", # required
7893
- # next_token: "NextToken",
7894
- # max_results: 1,
7895
- # }
7896
- #
7897
6689
  # @!attribute [rw] instance_id
7898
6690
  # The identifier of the Amazon Connect instance. You can find the
7899
6691
  # instanceId in the ARN of the instance.
@@ -7938,15 +6730,6 @@ module Aws::Connect
7938
6730
  include Aws::Structure
7939
6731
  end
7940
6732
 
7941
- # @note When making an API call, you may pass ListUsersRequest
7942
- # data as a hash:
7943
- #
7944
- # {
7945
- # instance_id: "InstanceId", # required
7946
- # next_token: "NextToken",
7947
- # max_results: 1,
7948
- # }
7949
- #
7950
6733
  # @!attribute [rw] instance_id
7951
6734
  # The identifier of the Amazon Connect instance. You can find the
7952
6735
  # instanceId in the ARN of the instance.
@@ -7994,14 +6777,6 @@ module Aws::Connect
7994
6777
  # Contains information about which channels are supported, and how many
7995
6778
  # contacts an agent can have on a channel simultaneously.
7996
6779
  #
7997
- # @note When making an API call, you may pass MediaConcurrency
7998
- # data as a hash:
7999
- #
8000
- # {
8001
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
8002
- # concurrency: 1, # required
8003
- # }
8004
- #
8005
6780
  # @!attribute [rw] channel
8006
6781
  # The channels that agents can handle in the Contact Control Panel
8007
6782
  # (CCP).
@@ -8027,17 +6802,6 @@ module Aws::Connect
8027
6802
  include Aws::Structure
8028
6803
  end
8029
6804
 
8030
- # @note When making an API call, you may pass MonitorContactRequest
8031
- # data as a hash:
8032
- #
8033
- # {
8034
- # instance_id: "InstanceId", # required
8035
- # contact_id: "ContactId", # required
8036
- # user_id: "AgentResourceId", # required
8037
- # allowed_monitor_capabilities: ["SILENT_MONITOR"], # accepts SILENT_MONITOR, BARGE
8038
- # client_token: "ClientToken",
8039
- # }
8040
- #
8041
6805
  # @!attribute [rw] instance_id
8042
6806
  # The identifier of the Amazon Connect instance. You can find the
8043
6807
  # instanceId in the ARN of the instance.
@@ -8100,6 +6864,28 @@ module Aws::Connect
8100
6864
  include Aws::Structure
8101
6865
  end
8102
6866
 
6867
+ # The type of notification recipient.
6868
+ #
6869
+ # @!attribute [rw] user_tags
6870
+ # The tags used to organize, track, or control access for this
6871
+ # resource. For example, \\\{ "tags": \\\{"key1":"value1",
6872
+ # "key2":"value2"\\} \\}. Amazon Connect users with the specified
6873
+ # tags will be notified.
6874
+ # @return [Hash<String,String>]
6875
+ #
6876
+ # @!attribute [rw] user_ids
6877
+ # A list of user IDs.
6878
+ # @return [Array<String>]
6879
+ #
6880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/NotificationRecipientType AWS API Documentation
6881
+ #
6882
+ class NotificationRecipientType < Struct.new(
6883
+ :user_tags,
6884
+ :user_ids)
6885
+ SENSITIVE = []
6886
+ include Aws::Structure
6887
+ end
6888
+
8103
6889
  # Information about a reference when the `referenceType` is `NUMBER`.
8104
6890
  # Otherwise, null.
8105
6891
  #
@@ -8122,15 +6908,6 @@ module Aws::Connect
8122
6908
 
8123
6909
  # The outbound caller ID name, number, and outbound whisper flow.
8124
6910
  #
8125
- # @note When making an API call, you may pass OutboundCallerConfig
8126
- # data as a hash:
8127
- #
8128
- # {
8129
- # outbound_caller_id_name: "OutboundCallerIdName",
8130
- # outbound_caller_id_number_id: "PhoneNumberId",
8131
- # outbound_flow_id: "ContactFlowId",
8132
- # }
8133
- #
8134
6911
  # @!attribute [rw] outbound_caller_id_name
8135
6912
  # The caller ID name.
8136
6913
  # @return [String]
@@ -8169,13 +6946,6 @@ module Aws::Connect
8169
6946
 
8170
6947
  # The customer's details.
8171
6948
  #
8172
- # @note When making an API call, you may pass ParticipantDetails
8173
- # data as a hash:
8174
- #
8175
- # {
8176
- # display_name: "DisplayName", # required
8177
- # }
8178
- #
8179
6949
  # @!attribute [rw] display_name
8180
6950
  # Display name of the participant.
8181
6951
  # @return [String]
@@ -8190,13 +6960,6 @@ module Aws::Connect
8190
6960
 
8191
6961
  # Contains information about a phone number for a quick connect.
8192
6962
  #
8193
- # @note When making an API call, you may pass PhoneNumberQuickConnectConfig
8194
- # data as a hash:
8195
- #
8196
- # {
8197
- # phone_number: "PhoneNumber", # required
8198
- # }
8199
- #
8200
6963
  # @!attribute [rw] phone_number
8201
6964
  # The phone number in E.164 format.
8202
6965
  # @return [String]
@@ -8366,15 +7129,6 @@ module Aws::Connect
8366
7129
  include Aws::Structure
8367
7130
  end
8368
7131
 
8369
- # @note When making an API call, you may pass PutUserStatusRequest
8370
- # data as a hash:
8371
- #
8372
- # {
8373
- # user_id: "UserId", # required
8374
- # instance_id: "InstanceId", # required
8375
- # agent_status_id: "AgentStatusId", # required
8376
- # }
8377
- #
8378
7132
  # @!attribute [rw] user_id
8379
7133
  # The identifier of the user.
8380
7134
  # @return [String]
@@ -8481,14 +7235,6 @@ module Aws::Connect
8481
7235
  # Contains information about a queue for a quick connect. The flow must
8482
7236
  # be of type Transfer to Queue.
8483
7237
  #
8484
- # @note When making an API call, you may pass QueueQuickConnectConfig
8485
- # data as a hash:
8486
- #
8487
- # {
8488
- # queue_id: "QueueId", # required
8489
- # contact_flow_id: "ContactFlowId", # required
8490
- # }
8491
- #
8492
7238
  # @!attribute [rw] queue_id
8493
7239
  # The identifier for the queue.
8494
7240
  # @return [String]
@@ -8535,50 +7281,6 @@ module Aws::Connect
8535
7281
  #
8536
7282
  # </note>
8537
7283
  #
8538
- # @note When making an API call, you may pass QueueSearchCriteria
8539
- # data as a hash:
8540
- #
8541
- # {
8542
- # or_conditions: [
8543
- # {
8544
- # or_conditions: {
8545
- # # recursive QueueSearchConditionList
8546
- # },
8547
- # and_conditions: {
8548
- # # recursive QueueSearchConditionList
8549
- # },
8550
- # string_condition: {
8551
- # field_name: "String",
8552
- # value: "String",
8553
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
8554
- # },
8555
- # queue_type_condition: "STANDARD", # accepts STANDARD
8556
- # },
8557
- # ],
8558
- # and_conditions: [
8559
- # {
8560
- # or_conditions: {
8561
- # # recursive QueueSearchConditionList
8562
- # },
8563
- # and_conditions: {
8564
- # # recursive QueueSearchConditionList
8565
- # },
8566
- # string_condition: {
8567
- # field_name: "String",
8568
- # value: "String",
8569
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
8570
- # },
8571
- # queue_type_condition: "STANDARD", # accepts STANDARD
8572
- # },
8573
- # ],
8574
- # string_condition: {
8575
- # field_name: "String",
8576
- # value: "String",
8577
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
8578
- # },
8579
- # queue_type_condition: "STANDARD", # accepts STANDARD
8580
- # }
8581
- #
8582
7284
  # @!attribute [rw] or_conditions
8583
7285
  # A list of conditions which would be applied together with an OR
8584
7286
  # condition.
@@ -8615,32 +7317,6 @@ module Aws::Connect
8615
7317
 
8616
7318
  # Filters to be applied to search results.
8617
7319
  #
8618
- # @note When making an API call, you may pass QueueSearchFilter
8619
- # data as a hash:
8620
- #
8621
- # {
8622
- # tag_filter: {
8623
- # or_conditions: [
8624
- # [
8625
- # {
8626
- # tag_key: "String",
8627
- # tag_value: "String",
8628
- # },
8629
- # ],
8630
- # ],
8631
- # and_conditions: [
8632
- # {
8633
- # tag_key: "String",
8634
- # tag_value: "String",
8635
- # },
8636
- # ],
8637
- # tag_condition: {
8638
- # tag_key: "String",
8639
- # tag_value: "String",
8640
- # },
8641
- # },
8642
- # }
8643
- #
8644
7320
  # @!attribute [rw] tag_filter
8645
7321
  # An object that can be used to specify Tag conditions inside the
8646
7322
  # `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
@@ -8733,24 +7409,6 @@ module Aws::Connect
8733
7409
 
8734
7410
  # Contains configuration settings for a quick connect.
8735
7411
  #
8736
- # @note When making an API call, you may pass QuickConnectConfig
8737
- # data as a hash:
8738
- #
8739
- # {
8740
- # quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
8741
- # user_config: {
8742
- # user_id: "UserId", # required
8743
- # contact_flow_id: "ContactFlowId", # required
8744
- # },
8745
- # queue_config: {
8746
- # queue_id: "QueueId", # required
8747
- # contact_flow_id: "ContactFlowId", # required
8748
- # },
8749
- # phone_config: {
8750
- # phone_number: "PhoneNumber", # required
8751
- # },
8752
- # }
8753
- #
8754
7412
  # @!attribute [rw] quick_connect_type
8755
7413
  # The type of quick connect. In the Amazon Connect console, when you
8756
7414
  # create a quick connect, you are prompted to assign one of the
@@ -8818,15 +7476,6 @@ module Aws::Connect
8818
7476
 
8819
7477
  # Indicates a field that is read-only to an agent.
8820
7478
  #
8821
- # @note When making an API call, you may pass ReadOnlyFieldInfo
8822
- # data as a hash:
8823
- #
8824
- # {
8825
- # id: {
8826
- # name: "TaskTemplateFieldName",
8827
- # },
8828
- # }
8829
- #
8830
7479
  # @!attribute [rw] id
8831
7480
  # Identifier of the read-only field.
8832
7481
  # @return [Types::TaskTemplateFieldIdentifier]
@@ -8843,14 +7492,6 @@ module Aws::Connect
8843
7492
  # request. You can have up to 4,096 UTF-8 bytes across all references
8844
7493
  # for a contact.
8845
7494
  #
8846
- # @note When making an API call, you may pass Reference
8847
- # data as a hash:
8848
- #
8849
- # {
8850
- # value: "ReferenceValue", # required
8851
- # type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
8852
- # }
8853
- #
8854
7495
  # @!attribute [rw] value
8855
7496
  # A valid value for the reference. For example, for a URL reference, a
8856
7497
  # formatted URL that is displayed to an agent in the Contact Control
@@ -8929,14 +7570,6 @@ module Aws::Connect
8929
7570
  class Unknown < ReferenceSummary; end
8930
7571
  end
8931
7572
 
8932
- # @note When making an API call, you may pass ReleasePhoneNumberRequest
8933
- # data as a hash:
8934
- #
8935
- # {
8936
- # phone_number_id: "PhoneNumberId", # required
8937
- # client_token: "ClientToken",
8938
- # }
8939
- #
8940
7573
  # @!attribute [rw] phone_number_id
8941
7574
  # A unique identifier for the phone number.
8942
7575
  # @return [String]
@@ -8964,16 +7597,6 @@ module Aws::Connect
8964
7597
  include Aws::Structure
8965
7598
  end
8966
7599
 
8967
- # @note When making an API call, you may pass ReplicateInstanceRequest
8968
- # data as a hash:
8969
- #
8970
- # {
8971
- # instance_id: "InstanceIdOrArn", # required
8972
- # replica_region: "AwsRegion", # required
8973
- # client_token: "ClientToken",
8974
- # replica_alias: "DirectoryAlias", # required
8975
- # }
8976
- #
8977
7600
  # @!attribute [rw] instance_id
8978
7601
  # The identifier of the Amazon Connect instance. You can find the
8979
7602
  # instanceId in the ARN of the instance. You can provide the
@@ -9036,15 +7659,6 @@ module Aws::Connect
9036
7659
 
9037
7660
  # Information about a required field.
9038
7661
  #
9039
- # @note When making an API call, you may pass RequiredFieldInfo
9040
- # data as a hash:
9041
- #
9042
- # {
9043
- # id: {
9044
- # name: "TaskTemplateFieldName",
9045
- # },
9046
- # }
9047
- #
9048
7662
  # @!attribute [rw] id
9049
7663
  # The unique identifier for the field.
9050
7664
  # @return [Types::TaskTemplateFieldIdentifier]
@@ -9120,15 +7734,6 @@ module Aws::Connect
9120
7734
  include Aws::Structure
9121
7735
  end
9122
7736
 
9123
- # @note When making an API call, you may pass ResumeContactRecordingRequest
9124
- # data as a hash:
9125
- #
9126
- # {
9127
- # instance_id: "InstanceId", # required
9128
- # contact_id: "ContactId", # required
9129
- # initial_contact_id: "ContactId", # required
9130
- # }
9131
- #
9132
7737
  # @!attribute [rw] instance_id
9133
7738
  # The identifier of the Amazon Connect instance. You can find the
9134
7739
  # instanceId in the ARN of the instance.
@@ -9224,18 +7829,6 @@ module Aws::Connect
9224
7829
  # Contains information about the queue and channel for which priority
9225
7830
  # and delay can be set.
9226
7831
  #
9227
- # @note When making an API call, you may pass RoutingProfileQueueConfig
9228
- # data as a hash:
9229
- #
9230
- # {
9231
- # queue_reference: { # required
9232
- # queue_id: "QueueId", # required
9233
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
9234
- # },
9235
- # priority: 1, # required
9236
- # delay: 1, # required
9237
- # }
9238
- #
9239
7832
  # @!attribute [rw] queue_reference
9240
7833
  # Contains information about a queue resource.
9241
7834
  # @return [Types::RoutingProfileQueueReference]
@@ -9322,14 +7915,6 @@ module Aws::Connect
9322
7915
 
9323
7916
  # Contains the channel and queue identifier for a routing profile.
9324
7917
  #
9325
- # @note When making an API call, you may pass RoutingProfileQueueReference
9326
- # data as a hash:
9327
- #
9328
- # {
9329
- # queue_id: "QueueId", # required
9330
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
9331
- # }
9332
- #
9333
7918
  # @!attribute [rw] queue_id
9334
7919
  # The identifier for the queue.
9335
7920
  # @return [String]
@@ -9376,47 +7961,6 @@ module Aws::Connect
9376
7961
  #
9377
7962
  # </note>
9378
7963
  #
9379
- # @note When making an API call, you may pass RoutingProfileSearchCriteria
9380
- # data as a hash:
9381
- #
9382
- # {
9383
- # or_conditions: [
9384
- # {
9385
- # or_conditions: {
9386
- # # recursive RoutingProfileSearchConditionList
9387
- # },
9388
- # and_conditions: {
9389
- # # recursive RoutingProfileSearchConditionList
9390
- # },
9391
- # string_condition: {
9392
- # field_name: "String",
9393
- # value: "String",
9394
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9395
- # },
9396
- # },
9397
- # ],
9398
- # and_conditions: [
9399
- # {
9400
- # or_conditions: {
9401
- # # recursive RoutingProfileSearchConditionList
9402
- # },
9403
- # and_conditions: {
9404
- # # recursive RoutingProfileSearchConditionList
9405
- # },
9406
- # string_condition: {
9407
- # field_name: "String",
9408
- # value: "String",
9409
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9410
- # },
9411
- # },
9412
- # ],
9413
- # string_condition: {
9414
- # field_name: "String",
9415
- # value: "String",
9416
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9417
- # },
9418
- # }
9419
- #
9420
7964
  # @!attribute [rw] or_conditions
9421
7965
  # A list of conditions which would be applied together with an OR
9422
7966
  # condition.
@@ -9448,32 +7992,6 @@ module Aws::Connect
9448
7992
 
9449
7993
  # Filters to be applied to search results.
9450
7994
  #
9451
- # @note When making an API call, you may pass RoutingProfileSearchFilter
9452
- # data as a hash:
9453
- #
9454
- # {
9455
- # tag_filter: {
9456
- # or_conditions: [
9457
- # [
9458
- # {
9459
- # tag_key: "String",
9460
- # tag_value: "String",
9461
- # },
9462
- # ],
9463
- # ],
9464
- # and_conditions: [
9465
- # {
9466
- # tag_key: "String",
9467
- # tag_value: "String",
9468
- # },
9469
- # ],
9470
- # tag_condition: {
9471
- # tag_key: "String",
9472
- # tag_value: "String",
9473
- # },
9474
- # },
9475
- # }
9476
- #
9477
7995
  # @!attribute [rw] tag_filter
9478
7996
  # An object that can be used to specify Tag conditions inside the
9479
7997
  # `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
@@ -9518,20 +8036,183 @@ module Aws::Connect
9518
8036
  include Aws::Structure
9519
8037
  end
9520
8038
 
9521
- # Information about the Amazon Simple Storage Service (Amazon S3)
9522
- # storage type.
8039
+ # Information about a rule.
8040
+ #
8041
+ # @!attribute [rw] name
8042
+ # The name of the rule.
8043
+ # @return [String]
8044
+ #
8045
+ # @!attribute [rw] rule_id
8046
+ # A unique identifier for the rule.
8047
+ # @return [String]
8048
+ #
8049
+ # @!attribute [rw] rule_arn
8050
+ # The Amazon Resource Name (ARN) of the rule.
8051
+ # @return [String]
8052
+ #
8053
+ # @!attribute [rw] trigger_event_source
8054
+ # The event source to trigger the rule.
8055
+ # @return [Types::RuleTriggerEventSource]
8056
+ #
8057
+ # @!attribute [rw] function
8058
+ # The conditions of the rule.
8059
+ # @return [String]
8060
+ #
8061
+ # @!attribute [rw] actions
8062
+ # A list of actions to be run when the rule is triggered.
8063
+ # @return [Array<Types::RuleAction>]
8064
+ #
8065
+ # @!attribute [rw] publish_status
8066
+ # The publish status of the rule.
8067
+ # @return [String]
8068
+ #
8069
+ # @!attribute [rw] created_time
8070
+ # The timestamp for when the rule was created.
8071
+ # @return [Time]
8072
+ #
8073
+ # @!attribute [rw] last_updated_time
8074
+ # The timestamp for the when the rule was last updated.
8075
+ # @return [Time]
8076
+ #
8077
+ # @!attribute [rw] last_updated_by
8078
+ # The Amazon Resource Name (ARN) of the user who last updated the
8079
+ # rule.
8080
+ # @return [String]
8081
+ #
8082
+ # @!attribute [rw] tags
8083
+ # The tags used to organize, track, or control access for this
8084
+ # resource. For example, \\\{ "tags": \\\{"key1":"value1",
8085
+ # "key2":"value2"\\} \\}.
8086
+ # @return [Hash<String,String>]
8087
+ #
8088
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Rule AWS API Documentation
8089
+ #
8090
+ class Rule < Struct.new(
8091
+ :name,
8092
+ :rule_id,
8093
+ :rule_arn,
8094
+ :trigger_event_source,
8095
+ :function,
8096
+ :actions,
8097
+ :publish_status,
8098
+ :created_time,
8099
+ :last_updated_time,
8100
+ :last_updated_by,
8101
+ :tags)
8102
+ SENSITIVE = []
8103
+ include Aws::Structure
8104
+ end
8105
+
8106
+ # Information about the action to be performed when a rule is triggered.
8107
+ #
8108
+ # @!attribute [rw] action_type
8109
+ # The type of action that creates a rule.
8110
+ # @return [String]
9523
8111
  #
9524
- # @note When making an API call, you may pass S3Config
9525
- # data as a hash:
8112
+ # @!attribute [rw] task_action
8113
+ # Information about the task action. This field is required if
8114
+ # `TriggerEventSource` is one of the following values:
8115
+ # `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
8116
+ # `OnSalesforceCaseCreate`
8117
+ # @return [Types::TaskActionDefinition]
9526
8118
  #
9527
- # {
9528
- # bucket_name: "BucketName", # required
9529
- # bucket_prefix: "Prefix", # required
9530
- # encryption_config: {
9531
- # encryption_type: "KMS", # required, accepts KMS
9532
- # key_id: "KeyId", # required
9533
- # },
9534
- # }
8119
+ # @!attribute [rw] event_bridge_action
8120
+ # Information about the EventBridge action.
8121
+ # @return [Types::EventBridgeActionDefinition]
8122
+ #
8123
+ # @!attribute [rw] assign_contact_category_action
8124
+ # Information about the contact category action.
8125
+ # @return [Types::AssignContactCategoryActionDefinition]
8126
+ #
8127
+ # @!attribute [rw] send_notification_action
8128
+ # Information about the send notification action.
8129
+ # @return [Types::SendNotificationActionDefinition]
8130
+ #
8131
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAction AWS API Documentation
8132
+ #
8133
+ class RuleAction < Struct.new(
8134
+ :action_type,
8135
+ :task_action,
8136
+ :event_bridge_action,
8137
+ :assign_contact_category_action,
8138
+ :send_notification_action)
8139
+ SENSITIVE = []
8140
+ include Aws::Structure
8141
+ end
8142
+
8143
+ # A list of `ActionTypes` associated with a rule.
8144
+ #
8145
+ # @!attribute [rw] name
8146
+ # The name of the rule.
8147
+ # @return [String]
8148
+ #
8149
+ # @!attribute [rw] rule_id
8150
+ # A unique identifier for the rule.
8151
+ # @return [String]
8152
+ #
8153
+ # @!attribute [rw] rule_arn
8154
+ # The Amazon Resource Name (ARN) of the rule.
8155
+ # @return [String]
8156
+ #
8157
+ # @!attribute [rw] event_source_name
8158
+ # The name of the event source.
8159
+ # @return [String]
8160
+ #
8161
+ # @!attribute [rw] publish_status
8162
+ # The publish status of the rule.
8163
+ # @return [String]
8164
+ #
8165
+ # @!attribute [rw] action_summaries
8166
+ # A list of ActionTypes associated with a rule.
8167
+ # @return [Array<Types::ActionSummary>]
8168
+ #
8169
+ # @!attribute [rw] created_time
8170
+ # The timestamp for when the rule was created.
8171
+ # @return [Time]
8172
+ #
8173
+ # @!attribute [rw] last_updated_time
8174
+ # The timestamp for when the rule was last updated.
8175
+ # @return [Time]
8176
+ #
8177
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleSummary AWS API Documentation
8178
+ #
8179
+ class RuleSummary < Struct.new(
8180
+ :name,
8181
+ :rule_id,
8182
+ :rule_arn,
8183
+ :event_source_name,
8184
+ :publish_status,
8185
+ :action_summaries,
8186
+ :created_time,
8187
+ :last_updated_time)
8188
+ SENSITIVE = []
8189
+ include Aws::Structure
8190
+ end
8191
+
8192
+ # The name of the event source. This field is required if
8193
+ # `TriggerEventSource` is one of the following values:
8194
+ # `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
8195
+ # `OnSalesforceCaseCreate`
8196
+ #
8197
+ # @!attribute [rw] event_source_name
8198
+ # The name of the event source.
8199
+ # @return [String]
8200
+ #
8201
+ # @!attribute [rw] integration_association_id
8202
+ # The identifier for the integration association.
8203
+ # @return [String]
8204
+ #
8205
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleTriggerEventSource AWS API Documentation
8206
+ #
8207
+ class RuleTriggerEventSource < Struct.new(
8208
+ :event_source_name,
8209
+ :integration_association_id)
8210
+ SENSITIVE = []
8211
+ include Aws::Structure
8212
+ end
8213
+
8214
+ # Information about the Amazon Simple Storage Service (Amazon S3)
8215
+ # storage type.
9535
8216
  #
9536
8217
  # @!attribute [rw] bucket_name
9537
8218
  # The S3 bucket name.
@@ -9555,18 +8236,6 @@ module Aws::Connect
9555
8236
  include Aws::Structure
9556
8237
  end
9557
8238
 
9558
- # @note When making an API call, you may pass SearchAvailablePhoneNumbersRequest
9559
- # data as a hash:
9560
- #
9561
- # {
9562
- # target_arn: "ARN", # required
9563
- # phone_number_country_code: "AF", # required, accepts AF, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BA, BW, BR, IO, VG, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CK, CR, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, TL, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, PF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GU, GT, GG, GN, GW, GY, HT, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, CI, JM, JP, JE, JO, KZ, KE, KI, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, KP, MP, NO, OM, PK, PW, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, CG, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, KR, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TG, TK, TO, TT, TN, TR, TM, TC, TV, VI, UG, UA, AE, GB, US, UY, UZ, VU, VA, VE, VN, WF, EH, YE, ZM, ZW
9564
- # phone_number_type: "TOLL_FREE", # required, accepts TOLL_FREE, DID
9565
- # phone_number_prefix: "PhoneNumberPrefix",
9566
- # max_results: 1,
9567
- # next_token: "LargeNextToken",
9568
- # }
9569
- #
9570
8239
  # @!attribute [rw] target_arn
9571
8240
  # The Amazon Resource Name (ARN) for Amazon Connect instances or
9572
8241
  # traffic distribution groups that phone numbers are claimed to.
@@ -9627,55 +8296,6 @@ module Aws::Connect
9627
8296
  include Aws::Structure
9628
8297
  end
9629
8298
 
9630
- # @note When making an API call, you may pass SearchQueuesRequest
9631
- # data as a hash:
9632
- #
9633
- # {
9634
- # instance_id: "InstanceId", # required
9635
- # next_token: "NextToken2500",
9636
- # max_results: 1,
9637
- # search_filter: {
9638
- # tag_filter: {
9639
- # or_conditions: [
9640
- # [
9641
- # {
9642
- # tag_key: "String",
9643
- # tag_value: "String",
9644
- # },
9645
- # ],
9646
- # ],
9647
- # and_conditions: [
9648
- # {
9649
- # tag_key: "String",
9650
- # tag_value: "String",
9651
- # },
9652
- # ],
9653
- # tag_condition: {
9654
- # tag_key: "String",
9655
- # tag_value: "String",
9656
- # },
9657
- # },
9658
- # },
9659
- # search_criteria: {
9660
- # or_conditions: [
9661
- # {
9662
- # # recursive QueueSearchCriteria
9663
- # },
9664
- # ],
9665
- # and_conditions: [
9666
- # {
9667
- # # recursive QueueSearchCriteria
9668
- # },
9669
- # ],
9670
- # string_condition: {
9671
- # field_name: "String",
9672
- # value: "String",
9673
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9674
- # },
9675
- # queue_type_condition: "STANDARD", # accepts STANDARD
9676
- # },
9677
- # }
9678
- #
9679
8299
  # @!attribute [rw] instance_id
9680
8300
  # The identifier of the Amazon Connect instance. You can find the
9681
8301
  # instanceId in the ARN of the instance.
@@ -9741,54 +8361,6 @@ module Aws::Connect
9741
8361
  include Aws::Structure
9742
8362
  end
9743
8363
 
9744
- # @note When making an API call, you may pass SearchRoutingProfilesRequest
9745
- # data as a hash:
9746
- #
9747
- # {
9748
- # instance_id: "InstanceId", # required
9749
- # next_token: "NextToken2500",
9750
- # max_results: 1,
9751
- # search_filter: {
9752
- # tag_filter: {
9753
- # or_conditions: [
9754
- # [
9755
- # {
9756
- # tag_key: "String",
9757
- # tag_value: "String",
9758
- # },
9759
- # ],
9760
- # ],
9761
- # and_conditions: [
9762
- # {
9763
- # tag_key: "String",
9764
- # tag_value: "String",
9765
- # },
9766
- # ],
9767
- # tag_condition: {
9768
- # tag_key: "String",
9769
- # tag_value: "String",
9770
- # },
9771
- # },
9772
- # },
9773
- # search_criteria: {
9774
- # or_conditions: [
9775
- # {
9776
- # # recursive RoutingProfileSearchCriteria
9777
- # },
9778
- # ],
9779
- # and_conditions: [
9780
- # {
9781
- # # recursive RoutingProfileSearchCriteria
9782
- # },
9783
- # ],
9784
- # string_condition: {
9785
- # field_name: "String",
9786
- # value: "String",
9787
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9788
- # },
9789
- # },
9790
- # }
9791
- #
9792
8364
  # @!attribute [rw] instance_id
9793
8365
  # The identifier of the Amazon Connect instance. You can find the
9794
8366
  # instanceId in the ARN of the instance.
@@ -9855,54 +8427,6 @@ module Aws::Connect
9855
8427
  include Aws::Structure
9856
8428
  end
9857
8429
 
9858
- # @note When making an API call, you may pass SearchSecurityProfilesRequest
9859
- # data as a hash:
9860
- #
9861
- # {
9862
- # instance_id: "InstanceId", # required
9863
- # next_token: "NextToken2500",
9864
- # max_results: 1,
9865
- # search_criteria: {
9866
- # or_conditions: [
9867
- # {
9868
- # # recursive SecurityProfileSearchCriteria
9869
- # },
9870
- # ],
9871
- # and_conditions: [
9872
- # {
9873
- # # recursive SecurityProfileSearchCriteria
9874
- # },
9875
- # ],
9876
- # string_condition: {
9877
- # field_name: "String",
9878
- # value: "String",
9879
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
9880
- # },
9881
- # },
9882
- # search_filter: {
9883
- # tag_filter: {
9884
- # or_conditions: [
9885
- # [
9886
- # {
9887
- # tag_key: "String",
9888
- # tag_value: "String",
9889
- # },
9890
- # ],
9891
- # ],
9892
- # and_conditions: [
9893
- # {
9894
- # tag_key: "String",
9895
- # tag_value: "String",
9896
- # },
9897
- # ],
9898
- # tag_condition: {
9899
- # tag_key: "String",
9900
- # tag_value: "String",
9901
- # },
9902
- # },
9903
- # },
9904
- # }
9905
- #
9906
8430
  # @!attribute [rw] instance_id
9907
8431
  # The identifier of the Amazon Connect instance. You can find the
9908
8432
  # instanceId in the ARN of the instance.
@@ -9972,58 +8496,6 @@ module Aws::Connect
9972
8496
  include Aws::Structure
9973
8497
  end
9974
8498
 
9975
- # @note When making an API call, you may pass SearchUsersRequest
9976
- # data as a hash:
9977
- #
9978
- # {
9979
- # instance_id: "InstanceId",
9980
- # next_token: "NextToken2500",
9981
- # max_results: 1,
9982
- # search_filter: {
9983
- # tag_filter: {
9984
- # or_conditions: [
9985
- # [
9986
- # {
9987
- # tag_key: "String",
9988
- # tag_value: "String",
9989
- # },
9990
- # ],
9991
- # ],
9992
- # and_conditions: [
9993
- # {
9994
- # tag_key: "String",
9995
- # tag_value: "String",
9996
- # },
9997
- # ],
9998
- # tag_condition: {
9999
- # tag_key: "String",
10000
- # tag_value: "String",
10001
- # },
10002
- # },
10003
- # },
10004
- # search_criteria: {
10005
- # or_conditions: [
10006
- # {
10007
- # # recursive UserSearchCriteria
10008
- # },
10009
- # ],
10010
- # and_conditions: [
10011
- # {
10012
- # # recursive UserSearchCriteria
10013
- # },
10014
- # ],
10015
- # string_condition: {
10016
- # field_name: "String",
10017
- # value: "String",
10018
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
10019
- # },
10020
- # hierarchy_group_condition: {
10021
- # value: "String",
10022
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
10023
- # },
10024
- # },
10025
- # }
10026
- #
10027
8499
  # @!attribute [rw] instance_id
10028
8500
  # The identifier of the Amazon Connect instance. You can find the
10029
8501
  # instanceId in the ARN of the instance.
@@ -10089,18 +8561,6 @@ module Aws::Connect
10089
8561
  include Aws::Structure
10090
8562
  end
10091
8563
 
10092
- # @note When making an API call, you may pass SearchVocabulariesRequest
10093
- # data as a hash:
10094
- #
10095
- # {
10096
- # instance_id: "InstanceId", # required
10097
- # max_results: 1,
10098
- # next_token: "VocabularyNextToken",
10099
- # state: "CREATION_IN_PROGRESS", # accepts CREATION_IN_PROGRESS, ACTIVE, CREATION_FAILED, DELETE_IN_PROGRESS
10100
- # name_starts_with: "VocabularyName",
10101
- # language_code: "ar-AE", # accepts ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN
10102
- # }
10103
- #
10104
8564
  # @!attribute [rw] instance_id
10105
8565
  # The identifier of the Amazon Connect instance. You can find the
10106
8566
  # instanceId in the ARN of the instance.
@@ -10251,47 +8711,6 @@ module Aws::Connect
10251
8711
  #
10252
8712
  # </note>
10253
8713
  #
10254
- # @note When making an API call, you may pass SecurityProfileSearchCriteria
10255
- # data as a hash:
10256
- #
10257
- # {
10258
- # or_conditions: [
10259
- # {
10260
- # or_conditions: {
10261
- # # recursive SecurityProfileSearchConditionList
10262
- # },
10263
- # and_conditions: {
10264
- # # recursive SecurityProfileSearchConditionList
10265
- # },
10266
- # string_condition: {
10267
- # field_name: "String",
10268
- # value: "String",
10269
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
10270
- # },
10271
- # },
10272
- # ],
10273
- # and_conditions: [
10274
- # {
10275
- # or_conditions: {
10276
- # # recursive SecurityProfileSearchConditionList
10277
- # },
10278
- # and_conditions: {
10279
- # # recursive SecurityProfileSearchConditionList
10280
- # },
10281
- # string_condition: {
10282
- # field_name: "String",
10283
- # value: "String",
10284
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
10285
- # },
10286
- # },
10287
- # ],
10288
- # string_condition: {
10289
- # field_name: "String",
10290
- # value: "String",
10291
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
10292
- # },
10293
- # }
10294
- #
10295
8714
  # @!attribute [rw] or_conditions
10296
8715
  # A list of conditions which would be applied together with an OR
10297
8716
  # condition.
@@ -10388,32 +8807,6 @@ module Aws::Connect
10388
8807
 
10389
8808
  # Filters to be applied to search results.
10390
8809
  #
10391
- # @note When making an API call, you may pass SecurityProfilesSearchFilter
10392
- # data as a hash:
10393
- #
10394
- # {
10395
- # tag_filter: {
10396
- # or_conditions: [
10397
- # [
10398
- # {
10399
- # tag_key: "String",
10400
- # tag_value: "String",
10401
- # },
10402
- # ],
10403
- # ],
10404
- # and_conditions: [
10405
- # {
10406
- # tag_key: "String",
10407
- # tag_value: "String",
10408
- # },
10409
- # ],
10410
- # tag_condition: {
10411
- # tag_key: "String",
10412
- # tag_value: "String",
10413
- # },
10414
- # },
10415
- # }
10416
- #
10417
8810
  # @!attribute [rw] tag_filter
10418
8811
  # An object that can be used to specify Tag conditions inside the
10419
8812
  # `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
@@ -10434,6 +8827,52 @@ module Aws::Connect
10434
8827
  include Aws::Structure
10435
8828
  end
10436
8829
 
8830
+ # Information about the send notification action.
8831
+ #
8832
+ # @!attribute [rw] delivery_method
8833
+ # Notification delivery method.
8834
+ # @return [String]
8835
+ #
8836
+ # @!attribute [rw] subject
8837
+ # The subject of the email if the delivery method is `EMAIL`. Supports
8838
+ # variable injection. For more information, see [JSONPath
8839
+ # reference][1] in the *Amazon Connect Administrators Guide*.
8840
+ #
8841
+ #
8842
+ #
8843
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
8844
+ # @return [String]
8845
+ #
8846
+ # @!attribute [rw] content
8847
+ # Notification content. Supports variable injection. For more
8848
+ # information, see [JSONPath reference][1] in the *Amazon Connect
8849
+ # Administrators Guide*.
8850
+ #
8851
+ #
8852
+ #
8853
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
8854
+ # @return [String]
8855
+ #
8856
+ # @!attribute [rw] content_type
8857
+ # Content type format.
8858
+ # @return [String]
8859
+ #
8860
+ # @!attribute [rw] recipient
8861
+ # Notification recipient.
8862
+ # @return [Types::NotificationRecipientType]
8863
+ #
8864
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SendNotificationActionDefinition AWS API Documentation
8865
+ #
8866
+ class SendNotificationActionDefinition < Struct.new(
8867
+ :delivery_method,
8868
+ :subject,
8869
+ :content,
8870
+ :content_type,
8871
+ :recipient)
8872
+ SENSITIVE = []
8873
+ include Aws::Structure
8874
+ end
8875
+
10437
8876
  # The service quota has been exceeded.
10438
8877
  #
10439
8878
  # @!attribute [rw] message
@@ -10447,27 +8886,6 @@ module Aws::Connect
10447
8886
  include Aws::Structure
10448
8887
  end
10449
8888
 
10450
- # @note When making an API call, you may pass StartChatContactRequest
10451
- # data as a hash:
10452
- #
10453
- # {
10454
- # instance_id: "InstanceId", # required
10455
- # contact_flow_id: "ContactFlowId", # required
10456
- # attributes: {
10457
- # "AttributeName" => "AttributeValue",
10458
- # },
10459
- # participant_details: { # required
10460
- # display_name: "DisplayName", # required
10461
- # },
10462
- # initial_message: {
10463
- # content_type: "ChatContentType", # required
10464
- # content: "ChatContent", # required
10465
- # },
10466
- # client_token: "ClientToken",
10467
- # chat_duration_in_minutes: 1,
10468
- # supported_messaging_content_types: ["SupportedMessagingContentType"],
10469
- # }
10470
- #
10471
8889
  # @!attribute [rw] instance_id
10472
8890
  # The identifier of the Amazon Connect instance. You can find the
10473
8891
  # instanceId in the ARN of the instance.
@@ -10572,18 +8990,6 @@ module Aws::Connect
10572
8990
  include Aws::Structure
10573
8991
  end
10574
8992
 
10575
- # @note When making an API call, you may pass StartContactRecordingRequest
10576
- # data as a hash:
10577
- #
10578
- # {
10579
- # instance_id: "InstanceId", # required
10580
- # contact_id: "ContactId", # required
10581
- # initial_contact_id: "ContactId", # required
10582
- # voice_recording_configuration: { # required
10583
- # voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
10584
- # },
10585
- # }
10586
- #
10587
8993
  # @!attribute [rw] instance_id
10588
8994
  # The identifier of the Amazon Connect instance. You can find the
10589
8995
  # instanceId in the ARN of the instance.
@@ -10617,18 +9023,6 @@ module Aws::Connect
10617
9023
  #
10618
9024
  class StartContactRecordingResponse < Aws::EmptyStructure; end
10619
9025
 
10620
- # @note When making an API call, you may pass StartContactStreamingRequest
10621
- # data as a hash:
10622
- #
10623
- # {
10624
- # instance_id: "InstanceId", # required
10625
- # contact_id: "ContactId", # required
10626
- # chat_streaming_configuration: { # required
10627
- # streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
10628
- # },
10629
- # client_token: "ClientToken", # required
10630
- # }
10631
- #
10632
9026
  # @!attribute [rw] instance_id
10633
9027
  # The identifier of the Amazon Connect instance. You can find the
10634
9028
  # instanceId in the ARN of the instance.
@@ -10681,27 +9075,6 @@ module Aws::Connect
10681
9075
  include Aws::Structure
10682
9076
  end
10683
9077
 
10684
- # @note When making an API call, you may pass StartOutboundVoiceContactRequest
10685
- # data as a hash:
10686
- #
10687
- # {
10688
- # destination_phone_number: "PhoneNumber", # required
10689
- # contact_flow_id: "ContactFlowId", # required
10690
- # instance_id: "InstanceId", # required
10691
- # client_token: "ClientToken",
10692
- # source_phone_number: "PhoneNumber",
10693
- # queue_id: "QueueId",
10694
- # attributes: {
10695
- # "AttributeName" => "AttributeValue",
10696
- # },
10697
- # answer_machine_detection_config: {
10698
- # enable_answer_machine_detection: false,
10699
- # await_answer_machine_prompt: false,
10700
- # },
10701
- # campaign_id: "CampaignId",
10702
- # traffic_type: "GENERAL", # accepts GENERAL, CAMPAIGN
10703
- # }
10704
- #
10705
9078
  # @!attribute [rw] destination_phone_number
10706
9079
  # The phone number of the customer, in E.164 format.
10707
9080
  # @return [String]
@@ -10806,30 +9179,6 @@ module Aws::Connect
10806
9179
  include Aws::Structure
10807
9180
  end
10808
9181
 
10809
- # @note When making an API call, you may pass StartTaskContactRequest
10810
- # data as a hash:
10811
- #
10812
- # {
10813
- # instance_id: "InstanceId", # required
10814
- # previous_contact_id: "ContactId",
10815
- # contact_flow_id: "ContactFlowId",
10816
- # attributes: {
10817
- # "AttributeName" => "AttributeValue",
10818
- # },
10819
- # name: "Name", # required
10820
- # references: {
10821
- # "ReferenceKey" => {
10822
- # value: "ReferenceValue", # required
10823
- # type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
10824
- # },
10825
- # },
10826
- # description: "Description",
10827
- # client_token: "ClientToken",
10828
- # scheduled_time: Time.now,
10829
- # task_template_id: "TaskTemplateId",
10830
- # quick_connect_id: "QuickConnectId",
10831
- # }
10832
- #
10833
9182
  # @!attribute [rw] instance_id
10834
9183
  # The identifier of the Amazon Connect instance. You can find the
10835
9184
  # instanceId in the ARN of the instance.
@@ -10933,15 +9282,6 @@ module Aws::Connect
10933
9282
  include Aws::Structure
10934
9283
  end
10935
9284
 
10936
- # @note When making an API call, you may pass StopContactRecordingRequest
10937
- # data as a hash:
10938
- #
10939
- # {
10940
- # instance_id: "InstanceId", # required
10941
- # contact_id: "ContactId", # required
10942
- # initial_contact_id: "ContactId", # required
10943
- # }
10944
- #
10945
9285
  # @!attribute [rw] instance_id
10946
9286
  # The identifier of the Amazon Connect instance. You can find the
10947
9287
  # instanceId in the ARN of the instance.
@@ -10970,14 +9310,6 @@ module Aws::Connect
10970
9310
  #
10971
9311
  class StopContactRecordingResponse < Aws::EmptyStructure; end
10972
9312
 
10973
- # @note When making an API call, you may pass StopContactRequest
10974
- # data as a hash:
10975
- #
10976
- # {
10977
- # contact_id: "ContactId", # required
10978
- # instance_id: "InstanceId", # required
10979
- # }
10980
- #
10981
9313
  # @!attribute [rw] contact_id
10982
9314
  # The ID of the contact.
10983
9315
  # @return [String]
@@ -11000,15 +9332,6 @@ module Aws::Connect
11000
9332
  #
11001
9333
  class StopContactResponse < Aws::EmptyStructure; end
11002
9334
 
11003
- # @note When making an API call, you may pass StopContactStreamingRequest
11004
- # data as a hash:
11005
- #
11006
- # {
11007
- # instance_id: "InstanceId", # required
11008
- # contact_id: "ContactId", # required
11009
- # streaming_id: "StreamingId", # required
11010
- # }
11011
- #
11012
9335
  # @!attribute [rw] instance_id
11013
9336
  # The identifier of the Amazon Connect instance. You can find the
11014
9337
  # instanceId in the ARN of the instance.
@@ -11044,15 +9367,6 @@ module Aws::Connect
11044
9367
  #
11045
9368
  # </note>
11046
9369
  #
11047
- # @note When making an API call, you may pass StringCondition
11048
- # data as a hash:
11049
- #
11050
- # {
11051
- # field_name: "String",
11052
- # value: "String",
11053
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
11054
- # }
11055
- #
11056
9370
  # @!attribute [rw] field_name
11057
9371
  # The name of the field in the string condition.
11058
9372
  # @return [String]
@@ -11096,15 +9410,6 @@ module Aws::Connect
11096
9410
  include Aws::Structure
11097
9411
  end
11098
9412
 
11099
- # @note When making an API call, you may pass SuspendContactRecordingRequest
11100
- # data as a hash:
11101
- #
11102
- # {
11103
- # instance_id: "InstanceId", # required
11104
- # contact_id: "ContactId", # required
11105
- # initial_contact_id: "ContactId", # required
11106
- # }
11107
- #
11108
9413
  # @!attribute [rw] instance_id
11109
9414
  # The identifier of the Amazon Connect instance. You can find the
11110
9415
  # instanceId in the ARN of the instance.
@@ -11136,14 +9441,6 @@ module Aws::Connect
11136
9441
  # A leaf node condition which can be used to specify a tag condition,
11137
9442
  # for example, `HAVE BPO = 123`.
11138
9443
  #
11139
- # @note When making an API call, you may pass TagCondition
11140
- # data as a hash:
11141
- #
11142
- # {
11143
- # tag_key: "String",
11144
- # tag_value: "String",
11145
- # }
11146
- #
11147
9444
  # @!attribute [rw] tag_key
11148
9445
  # The tag key in the tag condition.
11149
9446
  # @return [String]
@@ -11161,16 +9458,6 @@ module Aws::Connect
11161
9458
  include Aws::Structure
11162
9459
  end
11163
9460
 
11164
- # @note When making an API call, you may pass TagResourceRequest
11165
- # data as a hash:
11166
- #
11167
- # {
11168
- # resource_arn: "ARN", # required
11169
- # tags: { # required
11170
- # "TagKey" => "TagValue",
11171
- # },
11172
- # }
11173
- #
11174
9461
  # @!attribute [rw] resource_arn
11175
9462
  # The Amazon Resource Name (ARN) of the resource.
11176
9463
  # @return [String]
@@ -11190,34 +9477,49 @@ module Aws::Connect
11190
9477
  include Aws::Structure
11191
9478
  end
11192
9479
 
11193
- # Describes constraints that apply to the template fields.
9480
+ # Information about the task action.
9481
+ #
9482
+ # @!attribute [rw] name
9483
+ # The name. Supports variable injection. For more information, see
9484
+ # [JSONPath reference][1] in the *Amazon Connect Administrators
9485
+ # Guide*.
9486
+ #
11194
9487
  #
11195
- # @note When making an API call, you may pass TaskTemplateConstraints
11196
- # data as a hash:
11197
- #
11198
- # {
11199
- # required_fields: [
11200
- # {
11201
- # id: {
11202
- # name: "TaskTemplateFieldName",
11203
- # },
11204
- # },
11205
- # ],
11206
- # read_only_fields: [
11207
- # {
11208
- # id: {
11209
- # name: "TaskTemplateFieldName",
11210
- # },
11211
- # },
11212
- # ],
11213
- # invisible_fields: [
11214
- # {
11215
- # id: {
11216
- # name: "TaskTemplateFieldName",
11217
- # },
11218
- # },
11219
- # ],
11220
- # }
9488
+ #
9489
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
9490
+ # @return [String]
9491
+ #
9492
+ # @!attribute [rw] description
9493
+ # The description. Supports variable injection. For more information,
9494
+ # see [JSONPath reference][1] in the *Amazon Connect Administrators
9495
+ # Guide*.
9496
+ #
9497
+ #
9498
+ #
9499
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
9500
+ # @return [String]
9501
+ #
9502
+ # @!attribute [rw] contact_flow_id
9503
+ # The identifier of the flow.
9504
+ # @return [String]
9505
+ #
9506
+ # @!attribute [rw] references
9507
+ # Information about the reference when the `referenceType` is `URL`.
9508
+ # Otherwise, null. (Supports variable injection in the `Value` field.)
9509
+ # @return [Hash<String,Types::Reference>]
9510
+ #
9511
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TaskActionDefinition AWS API Documentation
9512
+ #
9513
+ class TaskActionDefinition < Struct.new(
9514
+ :name,
9515
+ :description,
9516
+ :contact_flow_id,
9517
+ :references)
9518
+ SENSITIVE = []
9519
+ include Aws::Structure
9520
+ end
9521
+
9522
+ # Describes constraints that apply to the template fields.
11221
9523
  #
11222
9524
  # @!attribute [rw] required_fields
11223
9525
  # Lists the fields that are required to be filled by agents.
@@ -11243,16 +9545,6 @@ module Aws::Connect
11243
9545
 
11244
9546
  # Describes a default field and its corresponding value.
11245
9547
  #
11246
- # @note When making an API call, you may pass TaskTemplateDefaultFieldValue
11247
- # data as a hash:
11248
- #
11249
- # {
11250
- # id: {
11251
- # name: "TaskTemplateFieldName",
11252
- # },
11253
- # default_value: "TaskTemplateFieldValue",
11254
- # }
11255
- #
11256
9548
  # @!attribute [rw] id
11257
9549
  # Identifier of a field.
11258
9550
  # @return [Types::TaskTemplateFieldIdentifier]
@@ -11272,20 +9564,6 @@ module Aws::Connect
11272
9564
 
11273
9565
  # Describes default values for fields on a template.
11274
9566
  #
11275
- # @note When making an API call, you may pass TaskTemplateDefaults
11276
- # data as a hash:
11277
- #
11278
- # {
11279
- # default_field_values: [
11280
- # {
11281
- # id: {
11282
- # name: "TaskTemplateFieldName",
11283
- # },
11284
- # default_value: "TaskTemplateFieldValue",
11285
- # },
11286
- # ],
11287
- # }
11288
- #
11289
9567
  # @!attribute [rw] default_field_values
11290
9568
  # Default value for the field.
11291
9569
  # @return [Array<Types::TaskTemplateDefaultFieldValue>]
@@ -11300,18 +9578,6 @@ module Aws::Connect
11300
9578
 
11301
9579
  # Describes a single task template field.
11302
9580
  #
11303
- # @note When making an API call, you may pass TaskTemplateField
11304
- # data as a hash:
11305
- #
11306
- # {
11307
- # id: { # required
11308
- # name: "TaskTemplateFieldName",
11309
- # },
11310
- # description: "TaskTemplateFieldDescription",
11311
- # type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
11312
- # single_select_options: ["TaskTemplateSingleSelectOption"],
11313
- # }
11314
- #
11315
9581
  # @!attribute [rw] id
11316
9582
  # The unique identifier for the field.
11317
9583
  # @return [Types::TaskTemplateFieldIdentifier]
@@ -11341,13 +9607,6 @@ module Aws::Connect
11341
9607
 
11342
9608
  # The identifier of the task template field.
11343
9609
  #
11344
- # @note When making an API call, you may pass TaskTemplateFieldIdentifier
11345
- # data as a hash:
11346
- #
11347
- # {
11348
- # name: "TaskTemplateFieldName",
11349
- # }
11350
- #
11351
9610
  # @!attribute [rw] name
11352
9611
  # The name of the task template field.
11353
9612
  # @return [String]
@@ -11409,18 +9668,6 @@ module Aws::Connect
11409
9668
 
11410
9669
  # The distribution of traffic between the instance and its replicas.
11411
9670
  #
11412
- # @note When making an API call, you may pass TelephonyConfig
11413
- # data as a hash:
11414
- #
11415
- # {
11416
- # distributions: [ # required
11417
- # {
11418
- # region: "AwsRegion", # required
11419
- # percentage: 1, # required
11420
- # },
11421
- # ],
11422
- # }
11423
- #
11424
9671
  # @!attribute [rw] distributions
11425
9672
  # Information about traffic distributions.
11426
9673
  # @return [Array<Types::Distribution>]
@@ -11435,14 +9682,6 @@ module Aws::Connect
11435
9682
 
11436
9683
  # Contains information about the threshold for service level metrics.
11437
9684
  #
11438
- # @note When making an API call, you may pass Threshold
11439
- # data as a hash:
11440
- #
11441
- # {
11442
- # comparison: "LT", # accepts LT
11443
- # threshold_value: 1.0,
11444
- # }
11445
- #
11446
9685
  # @!attribute [rw] comparison
11447
9686
  # The type of comparison. Only "less than" (LT) comparisons are
11448
9687
  # supported.
@@ -11614,18 +9853,6 @@ module Aws::Connect
11614
9853
  include Aws::Structure
11615
9854
  end
11616
9855
 
11617
- # @note When making an API call, you may pass TransferContactRequest
11618
- # data as a hash:
11619
- #
11620
- # {
11621
- # instance_id: "InstanceId", # required
11622
- # contact_id: "ContactId", # required
11623
- # queue_id: "QueueId",
11624
- # user_id: "AgentResourceId",
11625
- # contact_flow_id: "ContactFlowId", # required
11626
- # client_token: "ClientToken",
11627
- # }
11628
- #
11629
9856
  # @!attribute [rw] instance_id
11630
9857
  # The identifier of the Amazon Connect instance. You can find the
11631
9858
  # instanceId in the ARN of the instance.
@@ -11691,14 +9918,6 @@ module Aws::Connect
11691
9918
  include Aws::Structure
11692
9919
  end
11693
9920
 
11694
- # @note When making an API call, you may pass UntagResourceRequest
11695
- # data as a hash:
11696
- #
11697
- # {
11698
- # resource_arn: "ARN", # required
11699
- # tag_keys: ["TagKey"], # required
11700
- # }
11701
- #
11702
9921
  # @!attribute [rw] resource_arn
11703
9922
  # The Amazon Resource Name (ARN) of the resource.
11704
9923
  # @return [String]
@@ -11716,19 +9935,6 @@ module Aws::Connect
11716
9935
  include Aws::Structure
11717
9936
  end
11718
9937
 
11719
- # @note When making an API call, you may pass UpdateAgentStatusRequest
11720
- # data as a hash:
11721
- #
11722
- # {
11723
- # instance_id: "InstanceId", # required
11724
- # agent_status_id: "AgentStatusId", # required
11725
- # name: "AgentStatusName",
11726
- # description: "UpdateAgentStatusDescription",
11727
- # state: "ENABLED", # accepts ENABLED, DISABLED
11728
- # display_order: 1,
11729
- # reset_order_number: false,
11730
- # }
11731
- #
11732
9938
  # @!attribute [rw] instance_id
11733
9939
  # The identifier of the Amazon Connect instance. You can find the
11734
9940
  # instanceId in the ARN of the instance.
@@ -11772,17 +9978,6 @@ module Aws::Connect
11772
9978
  include Aws::Structure
11773
9979
  end
11774
9980
 
11775
- # @note When making an API call, you may pass UpdateContactAttributesRequest
11776
- # data as a hash:
11777
- #
11778
- # {
11779
- # initial_contact_id: "ContactId", # required
11780
- # instance_id: "InstanceId", # required
11781
- # attributes: { # required
11782
- # "AttributeName" => "AttributeValue",
11783
- # },
11784
- # }
11785
- #
11786
9981
  # @!attribute [rw] initial_contact_id
11787
9982
  # The identifier of the contact. This is the identifier of the contact
11788
9983
  # associated with the first interaction with the contact center.
@@ -11816,15 +10011,6 @@ module Aws::Connect
11816
10011
  #
11817
10012
  class UpdateContactAttributesResponse < Aws::EmptyStructure; end
11818
10013
 
11819
- # @note When making an API call, you may pass UpdateContactFlowContentRequest
11820
- # data as a hash:
11821
- #
11822
- # {
11823
- # instance_id: "InstanceId", # required
11824
- # contact_flow_id: "ContactFlowId", # required
11825
- # content: "ContactFlowContent", # required
11826
- # }
11827
- #
11828
10014
  # @!attribute [rw] instance_id
11829
10015
  # The identifier of the Amazon Connect instance.
11830
10016
  # @return [String]
@@ -11835,12 +10021,11 @@ module Aws::Connect
11835
10021
  #
11836
10022
  # @!attribute [rw] content
11837
10023
  # The JSON string that represents flow's content. For an example, see
11838
- # [Example contact flow in Amazon Connect Flow language][1] in the
11839
- # *Amazon Connect Administrator Guide*.
10024
+ # [Example contact flow in Amazon Connect Flow language][1].
11840
10025
  #
11841
10026
  #
11842
10027
  #
11843
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
10028
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html
11844
10029
  # @return [String]
11845
10030
  #
11846
10031
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowContentRequest AWS API Documentation
@@ -11853,17 +10038,6 @@ module Aws::Connect
11853
10038
  include Aws::Structure
11854
10039
  end
11855
10040
 
11856
- # @note When making an API call, you may pass UpdateContactFlowMetadataRequest
11857
- # data as a hash:
11858
- #
11859
- # {
11860
- # instance_id: "InstanceId", # required
11861
- # contact_flow_id: "ContactFlowId", # required
11862
- # name: "ContactFlowName",
11863
- # description: "ContactFlowDescription",
11864
- # contact_flow_state: "ACTIVE", # accepts ACTIVE, ARCHIVED
11865
- # }
11866
- #
11867
10041
  # @!attribute [rw] instance_id
11868
10042
  # The identifier of the Amazon Connect instance. You can find the
11869
10043
  # instanceId in the ARN of the instance.
@@ -11897,15 +10071,6 @@ module Aws::Connect
11897
10071
  include Aws::Structure
11898
10072
  end
11899
10073
 
11900
- # @note When making an API call, you may pass UpdateContactFlowModuleContentRequest
11901
- # data as a hash:
11902
- #
11903
- # {
11904
- # instance_id: "InstanceId", # required
11905
- # contact_flow_module_id: "ContactFlowModuleId", # required
11906
- # content: "ContactFlowModuleContent", # required
11907
- # }
11908
- #
11909
10074
  # @!attribute [rw] instance_id
11910
10075
  # The identifier of the Amazon Connect instance. You can find the
11911
10076
  # instanceId in the ARN of the instance.
@@ -11933,17 +10098,6 @@ module Aws::Connect
11933
10098
  #
11934
10099
  class UpdateContactFlowModuleContentResponse < Aws::EmptyStructure; end
11935
10100
 
11936
- # @note When making an API call, you may pass UpdateContactFlowModuleMetadataRequest
11937
- # data as a hash:
11938
- #
11939
- # {
11940
- # instance_id: "InstanceId", # required
11941
- # contact_flow_module_id: "ContactFlowModuleId", # required
11942
- # name: "ContactFlowModuleName",
11943
- # description: "ContactFlowModuleDescription",
11944
- # state: "ACTIVE", # accepts ACTIVE, ARCHIVED
11945
- # }
11946
- #
11947
10101
  # @!attribute [rw] instance_id
11948
10102
  # The identifier of the Amazon Connect instance. You can find the
11949
10103
  # instanceId in the ARN of the instance.
@@ -11981,16 +10135,6 @@ module Aws::Connect
11981
10135
  #
11982
10136
  class UpdateContactFlowModuleMetadataResponse < Aws::EmptyStructure; end
11983
10137
 
11984
- # @note When making an API call, you may pass UpdateContactFlowNameRequest
11985
- # data as a hash:
11986
- #
11987
- # {
11988
- # instance_id: "InstanceId", # required
11989
- # contact_flow_id: "ContactFlowId", # required
11990
- # name: "ContactFlowName",
11991
- # description: "ContactFlowDescription",
11992
- # }
11993
- #
11994
10138
  # @!attribute [rw] instance_id
11995
10139
  # The identifier of the Amazon Connect instance.
11996
10140
  # @return [String]
@@ -12018,22 +10162,6 @@ module Aws::Connect
12018
10162
  include Aws::Structure
12019
10163
  end
12020
10164
 
12021
- # @note When making an API call, you may pass UpdateContactRequest
12022
- # data as a hash:
12023
- #
12024
- # {
12025
- # instance_id: "InstanceId", # required
12026
- # contact_id: "ContactId", # required
12027
- # name: "Name",
12028
- # description: "Description",
12029
- # references: {
12030
- # "ReferenceKey" => {
12031
- # value: "ReferenceValue", # required
12032
- # type: "URL", # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
12033
- # },
12034
- # },
12035
- # }
12036
- #
12037
10165
  # @!attribute [rw] instance_id
12038
10166
  # The identifier of the Amazon Connect instance. You can find the
12039
10167
  # instanceId in the ARN of the instance.
@@ -12073,15 +10201,6 @@ module Aws::Connect
12073
10201
  #
12074
10202
  class UpdateContactResponse < Aws::EmptyStructure; end
12075
10203
 
12076
- # @note When making an API call, you may pass UpdateContactScheduleRequest
12077
- # data as a hash:
12078
- #
12079
- # {
12080
- # instance_id: "InstanceId", # required
12081
- # contact_id: "ContactId", # required
12082
- # scheduled_time: Time.now, # required
12083
- # }
12084
- #
12085
10204
  # @!attribute [rw] instance_id
12086
10205
  # The identifier of the Amazon Connect instance. You can find the
12087
10206
  # instanceId in the ARN of the instance.
@@ -12111,30 +10230,6 @@ module Aws::Connect
12111
10230
  #
12112
10231
  class UpdateContactScheduleResponse < Aws::EmptyStructure; end
12113
10232
 
12114
- # @note When making an API call, you may pass UpdateHoursOfOperationRequest
12115
- # data as a hash:
12116
- #
12117
- # {
12118
- # instance_id: "InstanceId", # required
12119
- # hours_of_operation_id: "HoursOfOperationId", # required
12120
- # name: "CommonNameLength127",
12121
- # description: "UpdateHoursOfOperationDescription",
12122
- # time_zone: "TimeZone",
12123
- # config: [
12124
- # {
12125
- # day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
12126
- # start_time: { # required
12127
- # hours: 1, # required
12128
- # minutes: 1, # required
12129
- # },
12130
- # end_time: { # required
12131
- # hours: 1, # required
12132
- # minutes: 1, # required
12133
- # },
12134
- # },
12135
- # ],
12136
- # }
12137
- #
12138
10233
  # @!attribute [rw] instance_id
12139
10234
  # The identifier of the Amazon Connect instance. You can find the
12140
10235
  # instanceId in the ARN of the instance.
@@ -12173,15 +10268,6 @@ module Aws::Connect
12173
10268
  include Aws::Structure
12174
10269
  end
12175
10270
 
12176
- # @note When making an API call, you may pass UpdateInstanceAttributeRequest
12177
- # data as a hash:
12178
- #
12179
- # {
12180
- # instance_id: "InstanceId", # required
12181
- # attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING
12182
- # value: "InstanceAttributeValue", # required
12183
- # }
12184
- #
12185
10271
  # @!attribute [rw] instance_id
12186
10272
  # The identifier of the Amazon Connect instance. You can find the
12187
10273
  # instanceId in the ARN of the instance.
@@ -12211,41 +10297,6 @@ module Aws::Connect
12211
10297
  include Aws::Structure
12212
10298
  end
12213
10299
 
12214
- # @note When making an API call, you may pass UpdateInstanceStorageConfigRequest
12215
- # data as a hash:
12216
- #
12217
- # {
12218
- # instance_id: "InstanceId", # required
12219
- # association_id: "AssociationId", # required
12220
- # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS
12221
- # storage_config: { # required
12222
- # association_id: "AssociationId",
12223
- # storage_type: "S3", # required, accepts S3, KINESIS_VIDEO_STREAM, KINESIS_STREAM, KINESIS_FIREHOSE
12224
- # s3_config: {
12225
- # bucket_name: "BucketName", # required
12226
- # bucket_prefix: "Prefix", # required
12227
- # encryption_config: {
12228
- # encryption_type: "KMS", # required, accepts KMS
12229
- # key_id: "KeyId", # required
12230
- # },
12231
- # },
12232
- # kinesis_video_stream_config: {
12233
- # prefix: "Prefix", # required
12234
- # retention_period_hours: 1, # required
12235
- # encryption_config: { # required
12236
- # encryption_type: "KMS", # required, accepts KMS
12237
- # key_id: "KeyId", # required
12238
- # },
12239
- # },
12240
- # kinesis_stream_config: {
12241
- # stream_arn: "ARN", # required
12242
- # },
12243
- # kinesis_firehose_config: {
12244
- # firehose_arn: "ARN", # required
12245
- # },
12246
- # },
12247
- # }
12248
- #
12249
10300
  # @!attribute [rw] instance_id
12250
10301
  # The identifier of the Amazon Connect instance. You can find the
12251
10302
  # instanceId in the ARN of the instance.
@@ -12275,15 +10326,6 @@ module Aws::Connect
12275
10326
  include Aws::Structure
12276
10327
  end
12277
10328
 
12278
- # @note When making an API call, you may pass UpdatePhoneNumberRequest
12279
- # data as a hash:
12280
- #
12281
- # {
12282
- # phone_number_id: "PhoneNumberId", # required
12283
- # target_arn: "ARN", # required
12284
- # client_token: "ClientToken",
12285
- # }
12286
- #
12287
10329
  # @!attribute [rw] phone_number_id
12288
10330
  # A unique identifier for the phone number.
12289
10331
  # @return [String]
@@ -12334,15 +10376,6 @@ module Aws::Connect
12334
10376
  include Aws::Structure
12335
10377
  end
12336
10378
 
12337
- # @note When making an API call, you may pass UpdateQueueHoursOfOperationRequest
12338
- # data as a hash:
12339
- #
12340
- # {
12341
- # instance_id: "InstanceId", # required
12342
- # queue_id: "QueueId", # required
12343
- # hours_of_operation_id: "HoursOfOperationId", # required
12344
- # }
12345
- #
12346
10379
  # @!attribute [rw] instance_id
12347
10380
  # The identifier of the Amazon Connect instance. You can find the
12348
10381
  # instanceId in the ARN of the instance.
@@ -12366,15 +10399,6 @@ module Aws::Connect
12366
10399
  include Aws::Structure
12367
10400
  end
12368
10401
 
12369
- # @note When making an API call, you may pass UpdateQueueMaxContactsRequest
12370
- # data as a hash:
12371
- #
12372
- # {
12373
- # instance_id: "InstanceId", # required
12374
- # queue_id: "QueueId", # required
12375
- # max_contacts: 1,
12376
- # }
12377
- #
12378
10402
  # @!attribute [rw] instance_id
12379
10403
  # The identifier of the Amazon Connect instance. You can find the
12380
10404
  # instanceId in the ARN of the instance.
@@ -12399,16 +10423,6 @@ module Aws::Connect
12399
10423
  include Aws::Structure
12400
10424
  end
12401
10425
 
12402
- # @note When making an API call, you may pass UpdateQueueNameRequest
12403
- # data as a hash:
12404
- #
12405
- # {
12406
- # instance_id: "InstanceId", # required
12407
- # queue_id: "QueueId", # required
12408
- # name: "CommonNameLength127",
12409
- # description: "QueueDescription",
12410
- # }
12411
- #
12412
10426
  # @!attribute [rw] instance_id
12413
10427
  # The identifier of the Amazon Connect instance. You can find the
12414
10428
  # instanceId in the ARN of the instance.
@@ -12437,19 +10451,6 @@ module Aws::Connect
12437
10451
  include Aws::Structure
12438
10452
  end
12439
10453
 
12440
- # @note When making an API call, you may pass UpdateQueueOutboundCallerConfigRequest
12441
- # data as a hash:
12442
- #
12443
- # {
12444
- # instance_id: "InstanceId", # required
12445
- # queue_id: "QueueId", # required
12446
- # outbound_caller_config: { # required
12447
- # outbound_caller_id_name: "OutboundCallerIdName",
12448
- # outbound_caller_id_number_id: "PhoneNumberId",
12449
- # outbound_flow_id: "ContactFlowId",
12450
- # },
12451
- # }
12452
- #
12453
10454
  # @!attribute [rw] instance_id
12454
10455
  # The identifier of the Amazon Connect instance. You can find the
12455
10456
  # instanceId in the ARN of the instance.
@@ -12473,15 +10474,6 @@ module Aws::Connect
12473
10474
  include Aws::Structure
12474
10475
  end
12475
10476
 
12476
- # @note When making an API call, you may pass UpdateQueueStatusRequest
12477
- # data as a hash:
12478
- #
12479
- # {
12480
- # instance_id: "InstanceId", # required
12481
- # queue_id: "QueueId", # required
12482
- # status: "ENABLED", # required, accepts ENABLED, DISABLED
12483
- # }
12484
- #
12485
10477
  # @!attribute [rw] instance_id
12486
10478
  # The identifier of the Amazon Connect instance. You can find the
12487
10479
  # instanceId in the ARN of the instance.
@@ -12505,28 +10497,6 @@ module Aws::Connect
12505
10497
  include Aws::Structure
12506
10498
  end
12507
10499
 
12508
- # @note When making an API call, you may pass UpdateQuickConnectConfigRequest
12509
- # data as a hash:
12510
- #
12511
- # {
12512
- # instance_id: "InstanceId", # required
12513
- # quick_connect_id: "QuickConnectId", # required
12514
- # quick_connect_config: { # required
12515
- # quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
12516
- # user_config: {
12517
- # user_id: "UserId", # required
12518
- # contact_flow_id: "ContactFlowId", # required
12519
- # },
12520
- # queue_config: {
12521
- # queue_id: "QueueId", # required
12522
- # contact_flow_id: "ContactFlowId", # required
12523
- # },
12524
- # phone_config: {
12525
- # phone_number: "PhoneNumber", # required
12526
- # },
12527
- # },
12528
- # }
12529
- #
12530
10500
  # @!attribute [rw] instance_id
12531
10501
  # The identifier of the Amazon Connect instance. You can find the
12532
10502
  # instanceId in the ARN of the instance.
@@ -12550,16 +10520,6 @@ module Aws::Connect
12550
10520
  include Aws::Structure
12551
10521
  end
12552
10522
 
12553
- # @note When making an API call, you may pass UpdateQuickConnectNameRequest
12554
- # data as a hash:
12555
- #
12556
- # {
12557
- # instance_id: "InstanceId", # required
12558
- # quick_connect_id: "QuickConnectId", # required
12559
- # name: "QuickConnectName",
12560
- # description: "UpdateQuickConnectDescription",
12561
- # }
12562
- #
12563
10523
  # @!attribute [rw] instance_id
12564
10524
  # The identifier of the Amazon Connect instance. You can find the
12565
10525
  # instanceId in the ARN of the instance.
@@ -12588,20 +10548,6 @@ module Aws::Connect
12588
10548
  include Aws::Structure
12589
10549
  end
12590
10550
 
12591
- # @note When making an API call, you may pass UpdateRoutingProfileConcurrencyRequest
12592
- # data as a hash:
12593
- #
12594
- # {
12595
- # instance_id: "InstanceId", # required
12596
- # routing_profile_id: "RoutingProfileId", # required
12597
- # media_concurrencies: [ # required
12598
- # {
12599
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
12600
- # concurrency: 1, # required
12601
- # },
12602
- # ],
12603
- # }
12604
- #
12605
10551
  # @!attribute [rw] instance_id
12606
10552
  # The identifier of the Amazon Connect instance. You can find the
12607
10553
  # instanceId in the ARN of the instance.
@@ -12626,15 +10572,6 @@ module Aws::Connect
12626
10572
  include Aws::Structure
12627
10573
  end
12628
10574
 
12629
- # @note When making an API call, you may pass UpdateRoutingProfileDefaultOutboundQueueRequest
12630
- # data as a hash:
12631
- #
12632
- # {
12633
- # instance_id: "InstanceId", # required
12634
- # routing_profile_id: "RoutingProfileId", # required
12635
- # default_outbound_queue_id: "QueueId", # required
12636
- # }
12637
- #
12638
10575
  # @!attribute [rw] instance_id
12639
10576
  # The identifier of the Amazon Connect instance. You can find the
12640
10577
  # instanceId in the ARN of the instance.
@@ -12658,16 +10595,6 @@ module Aws::Connect
12658
10595
  include Aws::Structure
12659
10596
  end
12660
10597
 
12661
- # @note When making an API call, you may pass UpdateRoutingProfileNameRequest
12662
- # data as a hash:
12663
- #
12664
- # {
12665
- # instance_id: "InstanceId", # required
12666
- # routing_profile_id: "RoutingProfileId", # required
12667
- # name: "RoutingProfileName",
12668
- # description: "RoutingProfileDescription",
12669
- # }
12670
- #
12671
10598
  # @!attribute [rw] instance_id
12672
10599
  # The identifier of the Amazon Connect instance. You can find the
12673
10600
  # instanceId in the ARN of the instance.
@@ -12698,24 +10625,6 @@ module Aws::Connect
12698
10625
  include Aws::Structure
12699
10626
  end
12700
10627
 
12701
- # @note When making an API call, you may pass UpdateRoutingProfileQueuesRequest
12702
- # data as a hash:
12703
- #
12704
- # {
12705
- # instance_id: "InstanceId", # required
12706
- # routing_profile_id: "RoutingProfileId", # required
12707
- # queue_configs: [ # required
12708
- # {
12709
- # queue_reference: { # required
12710
- # queue_id: "QueueId", # required
12711
- # channel: "VOICE", # required, accepts VOICE, CHAT, TASK
12712
- # },
12713
- # priority: 1, # required
12714
- # delay: 1, # required
12715
- # },
12716
- # ],
12717
- # }
12718
- #
12719
10628
  # @!attribute [rw] instance_id
12720
10629
  # The identifier of the Amazon Connect instance. You can find the
12721
10630
  # instanceId in the ARN of the instance.
@@ -12741,20 +10650,47 @@ module Aws::Connect
12741
10650
  include Aws::Structure
12742
10651
  end
12743
10652
 
12744
- # @note When making an API call, you may pass UpdateSecurityProfileRequest
12745
- # data as a hash:
10653
+ # @!attribute [rw] rule_id
10654
+ # A unique identifier for the rule.
10655
+ # @return [String]
10656
+ #
10657
+ # @!attribute [rw] instance_id
10658
+ # The identifier of the Amazon Connect instance. You can find the
10659
+ # instanceId in the ARN of the instance.
10660
+ # @return [String]
12746
10661
  #
12747
- # {
12748
- # description: "SecurityProfileDescription",
12749
- # permissions: ["SecurityProfilePermission"],
12750
- # security_profile_id: "SecurityProfileId", # required
12751
- # instance_id: "InstanceId", # required
12752
- # allowed_access_control_tags: {
12753
- # "SecurityProfilePolicyKey" => "SecurityProfilePolicyValue",
12754
- # },
12755
- # tag_restricted_resources: ["TagRestrictedResourceName"],
12756
- # }
10662
+ # @!attribute [rw] name
10663
+ # The name of the rule. You can change the name only if
10664
+ # `TriggerEventSource` is one of the following values:
10665
+ # `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \|
10666
+ # `OnSalesforceCaseCreate`
10667
+ # @return [String]
10668
+ #
10669
+ # @!attribute [rw] function
10670
+ # The conditions of the rule.
10671
+ # @return [String]
10672
+ #
10673
+ # @!attribute [rw] actions
10674
+ # A list of actions to be run when the rule is triggered.
10675
+ # @return [Array<Types::RuleAction>]
10676
+ #
10677
+ # @!attribute [rw] publish_status
10678
+ # The publish status of the rule.
10679
+ # @return [String]
12757
10680
  #
10681
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRuleRequest AWS API Documentation
10682
+ #
10683
+ class UpdateRuleRequest < Struct.new(
10684
+ :rule_id,
10685
+ :instance_id,
10686
+ :name,
10687
+ :function,
10688
+ :actions,
10689
+ :publish_status)
10690
+ SENSITIVE = []
10691
+ include Aws::Structure
10692
+ end
10693
+
12758
10694
  # @!attribute [rw] description
12759
10695
  # The description of the security profile.
12760
10696
  # @return [String]
@@ -12800,61 +10736,6 @@ module Aws::Connect
12800
10736
  include Aws::Structure
12801
10737
  end
12802
10738
 
12803
- # @note When making an API call, you may pass UpdateTaskTemplateRequest
12804
- # data as a hash:
12805
- #
12806
- # {
12807
- # task_template_id: "TaskTemplateId", # required
12808
- # instance_id: "InstanceId", # required
12809
- # name: "TaskTemplateName",
12810
- # description: "TaskTemplateDescription",
12811
- # contact_flow_id: "ContactFlowId",
12812
- # constraints: {
12813
- # required_fields: [
12814
- # {
12815
- # id: {
12816
- # name: "TaskTemplateFieldName",
12817
- # },
12818
- # },
12819
- # ],
12820
- # read_only_fields: [
12821
- # {
12822
- # id: {
12823
- # name: "TaskTemplateFieldName",
12824
- # },
12825
- # },
12826
- # ],
12827
- # invisible_fields: [
12828
- # {
12829
- # id: {
12830
- # name: "TaskTemplateFieldName",
12831
- # },
12832
- # },
12833
- # ],
12834
- # },
12835
- # defaults: {
12836
- # default_field_values: [
12837
- # {
12838
- # id: {
12839
- # name: "TaskTemplateFieldName",
12840
- # },
12841
- # default_value: "TaskTemplateFieldValue",
12842
- # },
12843
- # ],
12844
- # },
12845
- # status: "ACTIVE", # accepts ACTIVE, INACTIVE
12846
- # fields: [
12847
- # {
12848
- # id: { # required
12849
- # name: "TaskTemplateFieldName",
12850
- # },
12851
- # description: "TaskTemplateFieldDescription",
12852
- # type: "NAME", # accepts NAME, DESCRIPTION, SCHEDULED_TIME, QUICK_CONNECT, URL, NUMBER, TEXT, TEXT_AREA, DATE_TIME, BOOLEAN, SINGLE_SELECT, EMAIL
12853
- # single_select_options: ["TaskTemplateSingleSelectOption"],
12854
- # },
12855
- # ],
12856
- # }
12857
- #
12858
10739
  # @!attribute [rw] task_template_id
12859
10740
  # A unique identifier for the task template.
12860
10741
  # @return [String]
@@ -12986,21 +10867,6 @@ module Aws::Connect
12986
10867
  include Aws::Structure
12987
10868
  end
12988
10869
 
12989
- # @note When making an API call, you may pass UpdateTrafficDistributionRequest
12990
- # data as a hash:
12991
- #
12992
- # {
12993
- # id: "TrafficDistributionGroupIdOrArn", # required
12994
- # telephony_config: {
12995
- # distributions: [ # required
12996
- # {
12997
- # region: "AwsRegion", # required
12998
- # percentage: 1, # required
12999
- # },
13000
- # ],
13001
- # },
13002
- # }
13003
- #
13004
10870
  # @!attribute [rw] id
13005
10871
  # The identifier of the traffic distribution group. This can be the ID
13006
10872
  # or the ARN if the API is being called in the Region where the
@@ -13025,15 +10891,6 @@ module Aws::Connect
13025
10891
  #
13026
10892
  class UpdateTrafficDistributionResponse < Aws::EmptyStructure; end
13027
10893
 
13028
- # @note When making an API call, you may pass UpdateUserHierarchyGroupNameRequest
13029
- # data as a hash:
13030
- #
13031
- # {
13032
- # name: "HierarchyGroupName", # required
13033
- # hierarchy_group_id: "HierarchyGroupId", # required
13034
- # instance_id: "InstanceId", # required
13035
- # }
13036
- #
13037
10894
  # @!attribute [rw] name
13038
10895
  # The name of the hierarchy group. Must not be more than 100
13039
10896
  # characters.
@@ -13058,15 +10915,6 @@ module Aws::Connect
13058
10915
  include Aws::Structure
13059
10916
  end
13060
10917
 
13061
- # @note When making an API call, you may pass UpdateUserHierarchyRequest
13062
- # data as a hash:
13063
- #
13064
- # {
13065
- # hierarchy_group_id: "HierarchyGroupId",
13066
- # user_id: "UserId", # required
13067
- # instance_id: "InstanceId", # required
13068
- # }
13069
- #
13070
10918
  # @!attribute [rw] hierarchy_group_id
13071
10919
  # The identifier of the hierarchy group.
13072
10920
  # @return [String]
@@ -13090,30 +10938,6 @@ module Aws::Connect
13090
10938
  include Aws::Structure
13091
10939
  end
13092
10940
 
13093
- # @note When making an API call, you may pass UpdateUserHierarchyStructureRequest
13094
- # data as a hash:
13095
- #
13096
- # {
13097
- # hierarchy_structure: { # required
13098
- # level_one: {
13099
- # name: "HierarchyLevelName", # required
13100
- # },
13101
- # level_two: {
13102
- # name: "HierarchyLevelName", # required
13103
- # },
13104
- # level_three: {
13105
- # name: "HierarchyLevelName", # required
13106
- # },
13107
- # level_four: {
13108
- # name: "HierarchyLevelName", # required
13109
- # },
13110
- # level_five: {
13111
- # name: "HierarchyLevelName", # required
13112
- # },
13113
- # },
13114
- # instance_id: "InstanceId", # required
13115
- # }
13116
- #
13117
10941
  # @!attribute [rw] hierarchy_structure
13118
10942
  # The hierarchy levels to update.
13119
10943
  # @return [Types::HierarchyStructureUpdate]
@@ -13132,21 +10956,6 @@ module Aws::Connect
13132
10956
  include Aws::Structure
13133
10957
  end
13134
10958
 
13135
- # @note When making an API call, you may pass UpdateUserIdentityInfoRequest
13136
- # data as a hash:
13137
- #
13138
- # {
13139
- # identity_info: { # required
13140
- # first_name: "AgentFirstName",
13141
- # last_name: "AgentLastName",
13142
- # email: "Email",
13143
- # secondary_email: "Email",
13144
- # mobile: "PhoneNumber",
13145
- # },
13146
- # user_id: "UserId", # required
13147
- # instance_id: "InstanceId", # required
13148
- # }
13149
- #
13150
10959
  # @!attribute [rw] identity_info
13151
10960
  # The identity information for the user.
13152
10961
  # @return [Types::UserIdentityInfo]
@@ -13170,20 +10979,6 @@ module Aws::Connect
13170
10979
  include Aws::Structure
13171
10980
  end
13172
10981
 
13173
- # @note When making an API call, you may pass UpdateUserPhoneConfigRequest
13174
- # data as a hash:
13175
- #
13176
- # {
13177
- # phone_config: { # required
13178
- # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
13179
- # auto_accept: false,
13180
- # after_contact_work_time_limit: 1,
13181
- # desk_phone_number: "PhoneNumber",
13182
- # },
13183
- # user_id: "UserId", # required
13184
- # instance_id: "InstanceId", # required
13185
- # }
13186
- #
13187
10982
  # @!attribute [rw] phone_config
13188
10983
  # Information about phone configuration settings for the user.
13189
10984
  # @return [Types::UserPhoneConfig]
@@ -13207,15 +11002,6 @@ module Aws::Connect
13207
11002
  include Aws::Structure
13208
11003
  end
13209
11004
 
13210
- # @note When making an API call, you may pass UpdateUserRoutingProfileRequest
13211
- # data as a hash:
13212
- #
13213
- # {
13214
- # routing_profile_id: "RoutingProfileId", # required
13215
- # user_id: "UserId", # required
13216
- # instance_id: "InstanceId", # required
13217
- # }
13218
- #
13219
11005
  # @!attribute [rw] routing_profile_id
13220
11006
  # The identifier of the routing profile for the user.
13221
11007
  # @return [String]
@@ -13239,15 +11025,6 @@ module Aws::Connect
13239
11025
  include Aws::Structure
13240
11026
  end
13241
11027
 
13242
- # @note When making an API call, you may pass UpdateUserSecurityProfilesRequest
13243
- # data as a hash:
13244
- #
13245
- # {
13246
- # security_profile_ids: ["SecurityProfileId"], # required
13247
- # user_id: "UserId", # required
13248
- # instance_id: "InstanceId", # required
13249
- # }
13250
- #
13251
11028
  # @!attribute [rw] security_profile_ids
13252
11029
  # The identifiers of the security profiles for the user.
13253
11030
  # @return [Array<String>]
@@ -13441,16 +11218,6 @@ module Aws::Connect
13441
11218
 
13442
11219
  # A filter for the user data.
13443
11220
  #
13444
- # @note When making an API call, you may pass UserDataFilters
13445
- # data as a hash:
13446
- #
13447
- # {
13448
- # queues: ["QueueId"],
13449
- # contact_filter: {
13450
- # contact_states: ["INCOMING"], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
13451
- # },
13452
- # }
13453
- #
13454
11221
  # @!attribute [rw] queues
13455
11222
  # Contains information about a queue resource for which metrics are
13456
11223
  # returned.
@@ -13472,17 +11239,6 @@ module Aws::Connect
13472
11239
 
13473
11240
  # Contains information about the identity of a user.
13474
11241
  #
13475
- # @note When making an API call, you may pass UserIdentityInfo
13476
- # data as a hash:
13477
- #
13478
- # {
13479
- # first_name: "AgentFirstName",
13480
- # last_name: "AgentLastName",
13481
- # email: "Email",
13482
- # secondary_email: "Email",
13483
- # mobile: "PhoneNumber",
13484
- # }
13485
- #
13486
11242
  # @!attribute [rw] first_name
13487
11243
  # The first name. This is required if you are using Amazon Connect or
13488
11244
  # SAML for identity management.
@@ -13560,16 +11316,6 @@ module Aws::Connect
13560
11316
  # Contains information about the phone configuration settings for a
13561
11317
  # user.
13562
11318
  #
13563
- # @note When making an API call, you may pass UserPhoneConfig
13564
- # data as a hash:
13565
- #
13566
- # {
13567
- # phone_type: "SOFT_PHONE", # required, accepts SOFT_PHONE, DESK_PHONE
13568
- # auto_accept: false,
13569
- # after_contact_work_time_limit: 1,
13570
- # desk_phone_number: "PhoneNumber",
13571
- # }
13572
- #
13573
11319
  # @!attribute [rw] phone_type
13574
11320
  # The phone type.
13575
11321
  # @return [String]
@@ -13605,14 +11351,6 @@ module Aws::Connect
13605
11351
  # Contains information about the quick connect configuration settings
13606
11352
  # for a user. The contact flow must be of type Transfer to Agent.
13607
11353
  #
13608
- # @note When making an API call, you may pass UserQuickConnectConfig
13609
- # data as a hash:
13610
- #
13611
- # {
13612
- # user_id: "UserId", # required
13613
- # contact_flow_id: "ContactFlowId", # required
13614
- # }
13615
- #
13616
11354
  # @!attribute [rw] user_id
13617
11355
  # The identifier of the user.
13618
11356
  # @return [String]
@@ -13658,59 +11396,6 @@ module Aws::Connect
13658
11396
  #
13659
11397
  # </note>
13660
11398
  #
13661
- # @note When making an API call, you may pass UserSearchCriteria
13662
- # data as a hash:
13663
- #
13664
- # {
13665
- # or_conditions: [
13666
- # {
13667
- # or_conditions: {
13668
- # # recursive UserSearchConditionList
13669
- # },
13670
- # and_conditions: {
13671
- # # recursive UserSearchConditionList
13672
- # },
13673
- # string_condition: {
13674
- # field_name: "String",
13675
- # value: "String",
13676
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
13677
- # },
13678
- # hierarchy_group_condition: {
13679
- # value: "String",
13680
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
13681
- # },
13682
- # },
13683
- # ],
13684
- # and_conditions: [
13685
- # {
13686
- # or_conditions: {
13687
- # # recursive UserSearchConditionList
13688
- # },
13689
- # and_conditions: {
13690
- # # recursive UserSearchConditionList
13691
- # },
13692
- # string_condition: {
13693
- # field_name: "String",
13694
- # value: "String",
13695
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
13696
- # },
13697
- # hierarchy_group_condition: {
13698
- # value: "String",
13699
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
13700
- # },
13701
- # },
13702
- # ],
13703
- # string_condition: {
13704
- # field_name: "String",
13705
- # value: "String",
13706
- # comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
13707
- # },
13708
- # hierarchy_group_condition: {
13709
- # value: "String",
13710
- # hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
13711
- # },
13712
- # }
13713
- #
13714
11399
  # @!attribute [rw] or_conditions
13715
11400
  # A list of conditions which would be applied together with an `OR`
13716
11401
  # condition.
@@ -13744,32 +11429,6 @@ module Aws::Connect
13744
11429
 
13745
11430
  # Filters to be applied to search results.
13746
11431
  #
13747
- # @note When making an API call, you may pass UserSearchFilter
13748
- # data as a hash:
13749
- #
13750
- # {
13751
- # tag_filter: {
13752
- # or_conditions: [
13753
- # [
13754
- # {
13755
- # tag_key: "String",
13756
- # tag_value: "String",
13757
- # },
13758
- # ],
13759
- # ],
13760
- # and_conditions: [
13761
- # {
13762
- # tag_key: "String",
13763
- # tag_value: "String",
13764
- # },
13765
- # ],
13766
- # tag_condition: {
13767
- # tag_key: "String",
13768
- # tag_value: "String",
13769
- # },
13770
- # },
13771
- # }
13772
- #
13773
11432
  # @!attribute [rw] tag_filter
13774
11433
  # An object that can be used to specify Tag conditions inside the
13775
11434
  # `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
@@ -13998,13 +11657,6 @@ module Aws::Connect
13998
11657
 
13999
11658
  # Contains information about the recording configuration settings.
14000
11659
  #
14001
- # @note When making an API call, you may pass VoiceRecordingConfiguration
14002
- # data as a hash:
14003
- #
14004
- # {
14005
- # voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
14006
- # }
14007
- #
14008
11660
  # @!attribute [rw] voice_recording_track
14009
11661
  # Identifies which track is being recorded.
14010
11662
  # @return [String]