aws-sdk-connect 1.49.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9172c95dd369d7f5826298b11729f8e0911b45517d2141803b2b39a8bf7bbdff
4
- data.tar.gz: 58bf9681eaef91a0eb39c703b9c018ac94f494d4c24489aaf270ddb6dd299db7
3
+ metadata.gz: a0cb1dae2d17495495e02ead07f081f31709f221f26059cc6cb4610a7788c52a
4
+ data.tar.gz: 004f35d4929193573117d4acdf6420b8d9e7e807cbbc8a0747ac105e4694d511
5
5
  SHA512:
6
- metadata.gz: c1b32bd65ed31118297fa4fbddb6c0f10da22f9084fbdac5be8895fb81f219bb1c2701bd28d327f3226fcac2405594615f7a8d4a965d8dfc140166ef528bfcab
7
- data.tar.gz: a29a50f862c8875886ba45cd60b24498248a5e0bdb26b8704e8fe98a88d115e23059b355526553e6a52a759e042199c2b7fe86b661eb026301ecabb7c9142d74
6
+ metadata.gz: cd210966512831800e07487b3e6c0594d76fe0313b384802e22dd74d35fcf035b94f30c171a3cf1571df019cd120072bea376d9e9049494514554a2efe2ae6b2
7
+ data.tar.gz: fde5953228aa57abf691f47823708afef278f32c1273d2bc0ce51bb1654431ebac010d1831116a8b3b07658fb96073cb4a2d1f3135a70c72b5753ed3dab4b0ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-10-21)
5
+ ------------------
6
+
7
+ * Feature - Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide.
8
+
9
+ 1.52.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.51.0 (2021-09-27)
15
+ ------------------
16
+
17
+ * Feature - This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom.
18
+
19
+ 1.50.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.49.0 (2021-08-06)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.53.0
@@ -767,9 +767,6 @@ module Aws::Connect
767
767
  req.send_request(options)
768
768
  end
769
769
 
770
- # This API is in preview release for Amazon Connect and is subject to
771
- # change.
772
- #
773
770
  # Creates hours of operation.
774
771
  #
775
772
  # @option params [required, String] :instance_id
@@ -899,7 +896,7 @@ module Aws::Connect
899
896
  req.send_request(options)
900
897
  end
901
898
 
902
- # Create an AppIntegration association with an Amazon Connect instance.
899
+ # Creates an AWS resource association with an Amazon Connect instance.
903
900
  #
904
901
  # @option params [required, String] :instance_id
905
902
  # The identifier of the Amazon Connect instance. You can find the
@@ -911,14 +908,17 @@ module Aws::Connect
911
908
  # @option params [required, String] :integration_arn
912
909
  # The Amazon Resource Name (ARN) of the integration.
913
910
  #
914
- # @option params [required, String] :source_application_url
915
- # The URL for the external application.
911
+ # @option params [String] :source_application_url
912
+ # The URL for the external application. This field is only required for
913
+ # the EVENT integration type.
916
914
  #
917
- # @option params [required, String] :source_application_name
918
- # The name of the external application.
915
+ # @option params [String] :source_application_name
916
+ # The name of the external application. This field is only required for
917
+ # the EVENT integration type.
919
918
  #
920
- # @option params [required, String] :source_type
921
- # The type of the data source.
919
+ # @option params [String] :source_type
920
+ # The type of the data source. This field is only required for the EVENT
921
+ # integration type.
922
922
  #
923
923
  # @option params [Hash<String,String>] :tags
924
924
  # One or more tags.
@@ -932,11 +932,11 @@ module Aws::Connect
932
932
  #
933
933
  # resp = client.create_integration_association({
934
934
  # instance_id: "InstanceId", # required
935
- # integration_type: "EVENT", # required, accepts EVENT
935
+ # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
936
936
  # integration_arn: "ARN", # required
937
- # source_application_url: "URI", # required
938
- # source_application_name: "SourceApplicationName", # required
939
- # source_type: "SALESFORCE", # required, accepts SALESFORCE, ZENDESK
937
+ # source_application_url: "URI",
938
+ # source_application_name: "SourceApplicationName",
939
+ # source_type: "SALESFORCE", # accepts SALESFORCE, ZENDESK
940
940
  # tags: {
941
941
  # "TagKey" => "TagValue",
942
942
  # },
@@ -1161,19 +1161,18 @@ module Aws::Connect
1161
1161
  req.send_request(options)
1162
1162
  end
1163
1163
 
1164
- # Creates a use case for an AppIntegration association.
1164
+ # Creates a use case for an integration association.
1165
1165
  #
1166
1166
  # @option params [required, String] :instance_id
1167
1167
  # The identifier of the Amazon Connect instance. You can find the
1168
1168
  # instanceId in the ARN of the instance.
1169
1169
  #
1170
1170
  # @option params [required, String] :integration_association_id
1171
- # The identifier for the AppIntegration association.
1171
+ # The identifier for the integration association.
1172
1172
  #
1173
1173
  # @option params [required, String] :use_case_type
1174
- # The type of use case to associate to the AppIntegration association.
1175
- # Each AppIntegration association can have only one of each use case
1176
- # type.
1174
+ # The type of use case to associate to the integration association. Each
1175
+ # integration association can have only one of each use case type.
1177
1176
  #
1178
1177
  # @option params [Hash<String,String>] :tags
1179
1178
  # One or more tags.
@@ -1188,7 +1187,7 @@ module Aws::Connect
1188
1187
  # resp = client.create_use_case({
1189
1188
  # instance_id: "InstanceId", # required
1190
1189
  # integration_association_id: "IntegrationAssociationId", # required
1191
- # use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION
1190
+ # use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION, CONNECT_CAMPAIGNS
1192
1191
  # tags: {
1193
1192
  # "TagKey" => "TagValue",
1194
1193
  # },
@@ -1350,9 +1349,6 @@ module Aws::Connect
1350
1349
  req.send_request(options)
1351
1350
  end
1352
1351
 
1353
- # This API is in preview release for Amazon Connect and is subject to
1354
- # change.
1355
- #
1356
1352
  # Deletes an hours of operation.
1357
1353
  #
1358
1354
  # @option params [required, String] :instance_id
@@ -1413,7 +1409,7 @@ module Aws::Connect
1413
1409
  req.send_request(options)
1414
1410
  end
1415
1411
 
1416
- # Deletes an AppIntegration association from an Amazon Connect instance.
1412
+ # Deletes an AWS resource association from an Amazon Connect instance.
1417
1413
  # The association must not have any use cases associated with it.
1418
1414
  #
1419
1415
  # @option params [required, String] :instance_id
@@ -1421,7 +1417,7 @@ module Aws::Connect
1421
1417
  # instanceId in the ARN of the instance.
1422
1418
  #
1423
1419
  # @option params [required, String] :integration_association_id
1424
- # The identifier for the AppIntegration association.
1420
+ # The identifier for the integration association.
1425
1421
  #
1426
1422
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1427
1423
  #
@@ -1468,14 +1464,14 @@ module Aws::Connect
1468
1464
  req.send_request(options)
1469
1465
  end
1470
1466
 
1471
- # Deletes a use case from an AppIntegration association.
1467
+ # Deletes a use case from an integration association.
1472
1468
  #
1473
1469
  # @option params [required, String] :instance_id
1474
1470
  # The identifier of the Amazon Connect instance. You can find the
1475
1471
  # instanceId in the ARN of the instance.
1476
1472
  #
1477
1473
  # @option params [required, String] :integration_association_id
1478
- # The identifier for the AppIntegration association.
1474
+ # The identifier for the integration association.
1479
1475
  #
1480
1476
  # @option params [required, String] :use_case_id
1481
1477
  # The identifier for the use case.
@@ -1652,9 +1648,6 @@ module Aws::Connect
1652
1648
  req.send_request(options)
1653
1649
  end
1654
1650
 
1655
- # This API is in preview release for Amazon Connect and is subject to
1656
- # change.
1657
- #
1658
1651
  # Describes the hours of operation.
1659
1652
  #
1660
1653
  # @option params [required, String] :instance_id
@@ -2527,8 +2520,12 @@ module Aws::Connect
2527
2520
  #
2528
2521
  # : Unit: SECONDS
2529
2522
  #
2530
- # When you use groupings, Unit says SECONDS but the Value is returned
2531
- # in MILLISECONDS. For example, if you get a response like this:
2523
+ # When you use groupings, Unit says SECONDS and the Value is returned
2524
+ # in SECONDS.
2525
+ #
2526
+ # When you do not use groupings, Unit says SECONDS but the Value is
2527
+ # returned in MILLISECONDS. For example, if you get a response like
2528
+ # this:
2532
2529
  #
2533
2530
  # `\{ "Metric": \{ "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" \},
2534
2531
  # "Value": 24113.0 `\\}
@@ -3394,13 +3391,15 @@ module Aws::Connect
3394
3391
  req.send_request(options)
3395
3392
  end
3396
3393
 
3397
- # Provides summary information about the AppIntegration associations for
3394
+ # Provides summary information about the AWS resource associations for
3398
3395
  # the specified Amazon Connect instance.
3399
3396
  #
3400
3397
  # @option params [required, String] :instance_id
3401
3398
  # The identifier of the Amazon Connect instance. You can find the
3402
3399
  # instanceId in the ARN of the instance.
3403
3400
  #
3401
+ # @option params [String] :integration_type
3402
+ #
3404
3403
  # @option params [String] :next_token
3405
3404
  # The token for the next set of results. Use the value returned in the
3406
3405
  # previous response in the next request to retrieve the next set of
@@ -3420,6 +3419,7 @@ module Aws::Connect
3420
3419
  #
3421
3420
  # resp = client.list_integration_associations({
3422
3421
  # instance_id: "InstanceId", # required
3422
+ # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
3423
3423
  # next_token: "NextToken",
3424
3424
  # max_results: 1,
3425
3425
  # })
@@ -3430,7 +3430,7 @@ module Aws::Connect
3430
3430
  # resp.integration_association_summary_list[0].integration_association_id #=> String
3431
3431
  # resp.integration_association_summary_list[0].integration_association_arn #=> String
3432
3432
  # resp.integration_association_summary_list[0].instance_id #=> String
3433
- # resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT"
3433
+ # resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE"
3434
3434
  # resp.integration_association_summary_list[0].integration_arn #=> String
3435
3435
  # resp.integration_association_summary_list[0].source_application_url #=> String
3436
3436
  # resp.integration_association_summary_list[0].source_application_name #=> String
@@ -3510,7 +3510,8 @@ module Aws::Connect
3510
3510
  # results.
3511
3511
  #
3512
3512
  # @option params [Integer] :max_results
3513
- # The maximum number of results to return per page.
3513
+ # The maximum number of results to return per page. If no value is
3514
+ # specified, the default is 10.
3514
3515
  #
3515
3516
  # @return [Types::ListLexBotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3516
3517
  #
@@ -4076,7 +4077,7 @@ module Aws::Connect
4076
4077
  req.send_request(options)
4077
4078
  end
4078
4079
 
4079
- # Lists the use cases.
4080
+ # Lists the use cases for the integration association.
4080
4081
  #
4081
4082
  # @option params [required, String] :instance_id
4082
4083
  # The identifier of the Amazon Connect instance. You can find the
@@ -4114,7 +4115,7 @@ module Aws::Connect
4114
4115
  # resp.use_case_summary_list #=> Array
4115
4116
  # resp.use_case_summary_list[0].use_case_id #=> String
4116
4117
  # resp.use_case_summary_list[0].use_case_arn #=> String
4117
- # resp.use_case_summary_list[0].use_case_type #=> String, one of "RULES_EVALUATION"
4118
+ # resp.use_case_summary_list[0].use_case_type #=> String, one of "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
4118
4119
  # resp.next_token #=> String
4119
4120
  #
4120
4121
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListUseCases AWS API Documentation
@@ -4437,6 +4438,13 @@ module Aws::Connect
4437
4438
  #
4438
4439
  # </note>
4439
4440
  #
4441
+ # <note markdown="1"> Campaign calls are not allowed by default. Before you can make a call
4442
+ # with `TrafficType` = `CAMPAIGN`, you must submit a service quota
4443
+ # increase request. For more information, see [Amazon Connect Service
4444
+ # Quotas][1] in the *Amazon Connect Administrator Guide*.
4445
+ #
4446
+ # </note>
4447
+ #
4440
4448
  #
4441
4449
  #
4442
4450
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html
@@ -4486,6 +4494,19 @@ module Aws::Connect
4486
4494
  # contact. Attribute keys can include only alphanumeric, dash, and
4487
4495
  # underscore characters.
4488
4496
  #
4497
+ # @option params [Types::AnswerMachineDetectionConfig] :answer_machine_detection_config
4498
+ # Configuration of the answering machine detection for this outbound
4499
+ # call.
4500
+ #
4501
+ # @option params [String] :campaign_id
4502
+ # The campaign identifier of the outbound communication.
4503
+ #
4504
+ # @option params [String] :traffic_type
4505
+ # Denotes the class of traffic. Calls with different traffic types are
4506
+ # handled differently by Amazon Connect. The default value is `GENERAL`.
4507
+ # Use `CAMPAIGN` if `EnableAnswerMachineDetection` is set to `true`. For
4508
+ # all other cases, use `GENERAL`.
4509
+ #
4489
4510
  # @return [Types::StartOutboundVoiceContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4490
4511
  #
4491
4512
  # * {Types::StartOutboundVoiceContactResponse#contact_id #contact_id} => String
@@ -4502,6 +4523,12 @@ module Aws::Connect
4502
4523
  # attributes: {
4503
4524
  # "AttributeName" => "AttributeValue",
4504
4525
  # },
4526
+ # answer_machine_detection_config: {
4527
+ # enable_answer_machine_detection: false,
4528
+ # await_answer_machine_prompt: false,
4529
+ # },
4530
+ # campaign_id: "CampaignId",
4531
+ # traffic_type: "GENERAL", # accepts GENERAL, CAMPAIGN
4505
4532
  # })
4506
4533
  #
4507
4534
  # @example Response structure
@@ -4975,9 +5002,6 @@ module Aws::Connect
4975
5002
  req.send_request(options)
4976
5003
  end
4977
5004
 
4978
- # This API is in preview release for Amazon Connect and is subject to
4979
- # change.
4980
- #
4981
5005
  # Updates the hours of operation.
4982
5006
  #
4983
5007
  # @option params [required, String] :instance_id
@@ -5045,6 +5069,11 @@ module Aws::Connect
5045
5069
  # @option params [required, String] :attribute_type
5046
5070
  # The type of attribute.
5047
5071
  #
5072
+ # <note markdown="1"> Only allowlisted customers can consume USE\_CUSTOM\_TTS\_VOICES. To
5073
+ # access this feature, contact AWS Support for allowlisting.
5074
+ #
5075
+ # </note>
5076
+ #
5048
5077
  # @option params [required, String] :value
5049
5078
  # The value for the attribute. Maximum character limit is 100.
5050
5079
  #
@@ -5809,7 +5838,7 @@ module Aws::Connect
5809
5838
  params: params,
5810
5839
  config: config)
5811
5840
  context[:gem_name] = 'aws-sdk-connect'
5812
- context[:gem_version] = '1.49.0'
5841
+ context[:gem_version] = '1.53.0'
5813
5842
  Seahorse::Client::Request.new(handlers, context)
5814
5843
  end
5815
5844
 
@@ -29,6 +29,7 @@ module Aws::Connect
29
29
  AgentStatusTypes = Shapes::ListShape.new(name: 'AgentStatusTypes')
30
30
  AgentUsername = Shapes::StringShape.new(name: 'AgentUsername')
31
31
  AliasArn = Shapes::StringShape.new(name: 'AliasArn')
32
+ AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
32
33
  AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
33
34
  AssociateBotRequest = Shapes::StructureShape.new(name: 'AssociateBotRequest')
34
35
  AssociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigRequest')
@@ -49,6 +50,7 @@ module Aws::Connect
49
50
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
50
51
  BotName = Shapes::StringShape.new(name: 'BotName')
51
52
  BucketName = Shapes::StringShape.new(name: 'BucketName')
53
+ CampaignId = Shapes::StringShape.new(name: 'CampaignId')
52
54
  Channel = Shapes::StringShape.new(name: 'Channel')
53
55
  Channels = Shapes::ListShape.new(name: 'Channels')
54
56
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
@@ -403,6 +405,7 @@ module Aws::Connect
403
405
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
404
406
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
405
407
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
408
+ TrafficType = Shapes::StringShape.new(name: 'TrafficType')
406
409
  URI = Shapes::StringShape.new(name: 'URI')
407
410
  Unit = Shapes::StringShape.new(name: 'Unit')
408
411
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -472,6 +475,10 @@ module Aws::Connect
472
475
 
473
476
  AgentStatusTypes.member = Shapes::ShapeRef.new(shape: AgentStatusType)
474
477
 
478
+ AnswerMachineDetectionConfig.add_member(:enable_answer_machine_detection, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAnswerMachineDetection"))
479
+ AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
480
+ AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
481
+
475
482
  AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
476
483
  AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
477
484
  AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
@@ -608,9 +615,9 @@ module Aws::Connect
608
615
  CreateIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
609
616
  CreateIntegrationAssociationRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "IntegrationType"))
610
617
  CreateIntegrationAssociationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "IntegrationArn"))
611
- CreateIntegrationAssociationRequest.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "SourceApplicationUrl"))
612
- CreateIntegrationAssociationRequest.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, required: true, location_name: "SourceApplicationName"))
613
- CreateIntegrationAssociationRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "SourceType"))
618
+ CreateIntegrationAssociationRequest.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, location_name: "SourceApplicationUrl"))
619
+ CreateIntegrationAssociationRequest.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, location_name: "SourceApplicationName"))
620
+ CreateIntegrationAssociationRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
614
621
  CreateIntegrationAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
615
622
  CreateIntegrationAssociationRequest.struct_class = Types::CreateIntegrationAssociationRequest
616
623
 
@@ -1182,6 +1189,7 @@ module Aws::Connect
1182
1189
  ListInstancesResponse.struct_class = Types::ListInstancesResponse
1183
1190
 
1184
1191
  ListIntegrationAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1192
+ ListIntegrationAssociationsRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location: "querystring", location_name: "integrationType"))
1185
1193
  ListIntegrationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1186
1194
  ListIntegrationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1187
1195
  ListIntegrationAssociationsRequest.struct_class = Types::ListIntegrationAssociationsRequest
@@ -1547,6 +1555,9 @@ module Aws::Connect
1547
1555
  StartOutboundVoiceContactRequest.add_member(:source_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "SourcePhoneNumber"))
1548
1556
  StartOutboundVoiceContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
1549
1557
  StartOutboundVoiceContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
1558
+ StartOutboundVoiceContactRequest.add_member(:answer_machine_detection_config, Shapes::ShapeRef.new(shape: AnswerMachineDetectionConfig, location_name: "AnswerMachineDetectionConfig"))
1559
+ StartOutboundVoiceContactRequest.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
1560
+ StartOutboundVoiceContactRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, location_name: "TrafficType"))
1550
1561
  StartOutboundVoiceContactRequest.struct_class = Types::StartOutboundVoiceContactRequest
1551
1562
 
1552
1563
  StartOutboundVoiceContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -88,6 +88,35 @@ module Aws::Connect
88
88
  include Aws::Structure
89
89
  end
90
90
 
91
+ # Configuration of the answering machine detection.
92
+ #
93
+ # @note When making an API call, you may pass AnswerMachineDetectionConfig
94
+ # data as a hash:
95
+ #
96
+ # {
97
+ # enable_answer_machine_detection: false,
98
+ # await_answer_machine_prompt: false,
99
+ # }
100
+ #
101
+ # @!attribute [rw] enable_answer_machine_detection
102
+ # The flag to indicate if answer machine detection analysis needs to
103
+ # be performed for a voice call. If set to `true`, `TrafficType` must
104
+ # be set as `CAMPAIGN`.
105
+ # @return [Boolean]
106
+ #
107
+ # @!attribute [rw] await_answer_machine_prompt
108
+ # Wait for the answering machine prompt.
109
+ # @return [Boolean]
110
+ #
111
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AnswerMachineDetectionConfig AWS API Documentation
112
+ #
113
+ class AnswerMachineDetectionConfig < Struct.new(
114
+ :enable_answer_machine_detection,
115
+ :await_answer_machine_prompt)
116
+ SENSITIVE = []
117
+ include Aws::Structure
118
+ end
119
+
91
120
  # @note When making an API call, you may pass AssociateApprovedOriginRequest
92
121
  # data as a hash:
93
122
  #
@@ -844,11 +873,11 @@ module Aws::Connect
844
873
  #
845
874
  # {
846
875
  # instance_id: "InstanceId", # required
847
- # integration_type: "EVENT", # required, accepts EVENT
876
+ # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
848
877
  # integration_arn: "ARN", # required
849
- # source_application_url: "URI", # required
850
- # source_application_name: "SourceApplicationName", # required
851
- # source_type: "SALESFORCE", # required, accepts SALESFORCE, ZENDESK
878
+ # source_application_url: "URI",
879
+ # source_application_name: "SourceApplicationName",
880
+ # source_type: "SALESFORCE", # accepts SALESFORCE, ZENDESK
852
881
  # tags: {
853
882
  # "TagKey" => "TagValue",
854
883
  # },
@@ -868,15 +897,18 @@ module Aws::Connect
868
897
  # @return [String]
869
898
  #
870
899
  # @!attribute [rw] source_application_url
871
- # The URL for the external application.
900
+ # The URL for the external application. This field is only required
901
+ # for the EVENT integration type.
872
902
  # @return [String]
873
903
  #
874
904
  # @!attribute [rw] source_application_name
875
- # The name of the external application.
905
+ # The name of the external application. This field is only required
906
+ # for the EVENT integration type.
876
907
  # @return [String]
877
908
  #
878
909
  # @!attribute [rw] source_type
879
- # The type of the data source.
910
+ # The type of the data source. This field is only required for the
911
+ # EVENT integration type.
880
912
  # @return [String]
881
913
  #
882
914
  # @!attribute [rw] tags
@@ -898,7 +930,7 @@ module Aws::Connect
898
930
  end
899
931
 
900
932
  # @!attribute [rw] integration_association_id
901
- # The identifier for the association.
933
+ # The identifier for the integration association.
902
934
  # @return [String]
903
935
  #
904
936
  # @!attribute [rw] integration_association_arn
@@ -1175,7 +1207,7 @@ module Aws::Connect
1175
1207
  # {
1176
1208
  # instance_id: "InstanceId", # required
1177
1209
  # integration_association_id: "IntegrationAssociationId", # required
1178
- # use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION
1210
+ # use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION, CONNECT_CAMPAIGNS
1179
1211
  # tags: {
1180
1212
  # "TagKey" => "TagValue",
1181
1213
  # },
@@ -1187,12 +1219,12 @@ module Aws::Connect
1187
1219
  # @return [String]
1188
1220
  #
1189
1221
  # @!attribute [rw] integration_association_id
1190
- # The identifier for the AppIntegration association.
1222
+ # The identifier for the integration association.
1191
1223
  # @return [String]
1192
1224
  #
1193
1225
  # @!attribute [rw] use_case_type
1194
- # The type of use case to associate to the AppIntegration association.
1195
- # Each AppIntegration association can have only one of each use case
1226
+ # The type of use case to associate to the integration association.
1227
+ # Each integration association can have only one of each use case
1196
1228
  # type.
1197
1229
  # @return [String]
1198
1230
  #
@@ -1560,7 +1592,7 @@ module Aws::Connect
1560
1592
  # @return [String]
1561
1593
  #
1562
1594
  # @!attribute [rw] integration_association_id
1563
- # The identifier for the AppIntegration association.
1595
+ # The identifier for the integration association.
1564
1596
  # @return [String]
1565
1597
  #
1566
1598
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteIntegrationAssociationRequest AWS API Documentation
@@ -1613,7 +1645,7 @@ module Aws::Connect
1613
1645
  # @return [String]
1614
1646
  #
1615
1647
  # @!attribute [rw] integration_association_id
1616
- # The identifier for the AppIntegration association.
1648
+ # The identifier for the integration association.
1617
1649
  # @return [String]
1618
1650
  #
1619
1651
  # @!attribute [rw] use_case_id
@@ -2444,7 +2476,12 @@ module Aws::Connect
2444
2476
  # @return [String]
2445
2477
  #
2446
2478
  # @!attribute [rw] key_id
2447
- # The identifier of the encryption key.
2479
+ # The full ARN of the encryption key.
2480
+ #
2481
+ # <note markdown="1"> Be sure to provide the full ARN of the encryption key, not just the
2482
+ # ID.
2483
+ #
2484
+ # </note>
2448
2485
  # @return [String]
2449
2486
  #
2450
2487
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EncryptionConfig AWS API Documentation
@@ -2635,7 +2672,10 @@ module Aws::Connect
2635
2672
  #
2636
2673
  # : Unit: SECONDS
2637
2674
  #
2638
- # When you use groupings, Unit says SECONDS but the Value is
2675
+ # When you use groupings, Unit says SECONDS and the Value is
2676
+ # returned in SECONDS.
2677
+ #
2678
+ # When you do not use groupings, Unit says SECONDS but the Value is
2639
2679
  # returned in MILLISECONDS. For example, if you get a response like
2640
2680
  # this:
2641
2681
  #
@@ -3438,11 +3478,11 @@ module Aws::Connect
3438
3478
  # @return [String]
3439
3479
  #
3440
3480
  # @!attribute [rw] start_time
3441
- # The start time that your contact center is open.
3481
+ # The start time that your contact center opens.
3442
3482
  # @return [Types::HoursOfOperationTimeSlice]
3443
3483
  #
3444
3484
  # @!attribute [rw] end_time
3445
- # The end time that your contact center is closes.
3485
+ # The end time that your contact center closes.
3446
3486
  # @return [Types::HoursOfOperationTimeSlice]
3447
3487
  #
3448
3488
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperationConfig AWS API Documentation
@@ -4415,6 +4455,7 @@ module Aws::Connect
4415
4455
  #
4416
4456
  # {
4417
4457
  # instance_id: "InstanceId", # required
4458
+ # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
4418
4459
  # next_token: "NextToken",
4419
4460
  # max_results: 1,
4420
4461
  # }
@@ -4424,6 +4465,9 @@ module Aws::Connect
4424
4465
  # instanceId in the ARN of the instance.
4425
4466
  # @return [String]
4426
4467
  #
4468
+ # @!attribute [rw] integration_type
4469
+ # @return [String]
4470
+ #
4427
4471
  # @!attribute [rw] next_token
4428
4472
  # The token for the next set of results. Use the value returned in the
4429
4473
  # previous response in the next request to retrieve the next set of
@@ -4438,6 +4482,7 @@ module Aws::Connect
4438
4482
  #
4439
4483
  class ListIntegrationAssociationsRequest < Struct.new(
4440
4484
  :instance_id,
4485
+ :integration_type,
4441
4486
  :next_token,
4442
4487
  :max_results)
4443
4488
  SENSITIVE = []
@@ -4445,7 +4490,7 @@ module Aws::Connect
4445
4490
  end
4446
4491
 
4447
4492
  # @!attribute [rw] integration_association_summary_list
4448
- # The AppIntegration associations.
4493
+ # The associations.
4449
4494
  # @return [Array<Types::IntegrationAssociationSummary>]
4450
4495
  #
4451
4496
  # @!attribute [rw] next_token
@@ -4535,7 +4580,8 @@ module Aws::Connect
4535
4580
  # @return [String]
4536
4581
  #
4537
4582
  # @!attribute [rw] max_results
4538
- # The maximum number of results to return per page.
4583
+ # The maximum number of results to return per page. If no value is
4584
+ # specified, the default is 10.
4539
4585
  # @return [Integer]
4540
4586
  #
4541
4587
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListLexBotsRequest AWS API Documentation
@@ -5105,7 +5151,7 @@ module Aws::Connect
5105
5151
  end
5106
5152
 
5107
5153
  # Provides summary information about the use cases for the specified
5108
- # Amazon Connect AppIntegration association.
5154
+ # integration association.
5109
5155
  #
5110
5156
  # @note When making an API call, you may pass ListUseCasesRequest
5111
5157
  # data as a hash:
@@ -6302,6 +6348,12 @@ module Aws::Connect
6302
6348
  # attributes: {
6303
6349
  # "AttributeName" => "AttributeValue",
6304
6350
  # },
6351
+ # answer_machine_detection_config: {
6352
+ # enable_answer_machine_detection: false,
6353
+ # await_answer_machine_prompt: false,
6354
+ # },
6355
+ # campaign_id: "CampaignId",
6356
+ # traffic_type: "GENERAL", # accepts GENERAL, CAMPAIGN
6305
6357
  # }
6306
6358
  #
6307
6359
  # @!attribute [rw] destination_phone_number
@@ -6358,6 +6410,22 @@ module Aws::Connect
6358
6410
  # underscore characters.
6359
6411
  # @return [Hash<String,String>]
6360
6412
  #
6413
+ # @!attribute [rw] answer_machine_detection_config
6414
+ # Configuration of the answering machine detection for this outbound
6415
+ # call.
6416
+ # @return [Types::AnswerMachineDetectionConfig]
6417
+ #
6418
+ # @!attribute [rw] campaign_id
6419
+ # The campaign identifier of the outbound communication.
6420
+ # @return [String]
6421
+ #
6422
+ # @!attribute [rw] traffic_type
6423
+ # Denotes the class of traffic. Calls with different traffic types are
6424
+ # handled differently by Amazon Connect. The default value is
6425
+ # `GENERAL`. Use `CAMPAIGN` if `EnableAnswerMachineDetection` is set
6426
+ # to `true`. For all other cases, use `GENERAL`.
6427
+ # @return [String]
6428
+ #
6361
6429
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartOutboundVoiceContactRequest AWS API Documentation
6362
6430
  #
6363
6431
  class StartOutboundVoiceContactRequest < Struct.new(
@@ -6367,7 +6435,10 @@ module Aws::Connect
6367
6435
  :client_token,
6368
6436
  :source_phone_number,
6369
6437
  :queue_id,
6370
- :attributes)
6438
+ :attributes,
6439
+ :answer_machine_detection_config,
6440
+ :campaign_id,
6441
+ :traffic_type)
6371
6442
  SENSITIVE = []
6372
6443
  include Aws::Structure
6373
6444
  end
@@ -6935,6 +7006,11 @@ module Aws::Connect
6935
7006
  #
6936
7007
  # @!attribute [rw] attribute_type
6937
7008
  # The type of attribute.
7009
+ #
7010
+ # <note markdown="1"> Only allowlisted customers can consume USE\_CUSTOM\_TTS\_VOICES. To
7011
+ # access this feature, contact AWS Support for allowlisting.
7012
+ #
7013
+ # </note>
6938
7014
  # @return [String]
6939
7015
  #
6940
7016
  # @!attribute [rw] value
@@ -7677,8 +7753,8 @@ module Aws::Connect
7677
7753
  # @return [String]
7678
7754
  #
7679
7755
  # @!attribute [rw] use_case_type
7680
- # The type of use case to associate to the AppIntegration association.
7681
- # Each AppIntegration association can have only one of each use case
7756
+ # The type of use case to associate to the integration association.
7757
+ # Each integration association can have only one of each use case
7682
7758
  # type.
7683
7759
  # @return [String]
7684
7760
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connect/customizations'
48
48
  # @!group service
49
49
  module Aws::Connect
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-06 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="