aws-sdk-connect 1.51.0 → 1.55.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: 745be7eadeb5df03344c03dfa29c9f598551127a2e978fcac2bd7bce9afe2faf
4
- data.tar.gz: 7e16d27ed1a788c4377e7a05ffa996eeb1cd3136e114945bb9965aca25ace7f2
3
+ metadata.gz: f51cf5bffe82046c7309c430e417e978dda97cebcc5a938163306cc34d6e24c6
4
+ data.tar.gz: e98555fed6e21998b51830b527871be3350f71eb0858e94c9e63881a0a696559
5
5
  SHA512:
6
- metadata.gz: 9dc8c35db6590c6b35552ab43822248bf687239e4a875abf5f7df8a2370e839d1f73e3c54eba983c57601c5d03a976fd080955120d0460461c6782fdfa22fc01
7
- data.tar.gz: c341245f0a1f5e0e65728774eee3feb2aaff4170b6fed4c6bdf12623790ca9b7c0a09c039dd5f9d797ea441db9846935cd90e312538df325c0df4f204a374b1c
6
+ metadata.gz: f8c937e1463daaf9380cafa035067a29efea14bcecb973a946f4781691ce6a9a14348426d3a7397fac5ad7ccc779ad9ba0f14fb880301bd6315ebf4b99517ce0
7
+ data.tar.gz: d34711f830744df2cce191b23ef1fc8b0ba5915573644ed8f2b3a76b6eb35714930a777ccb2c76f641f6706999baa9d457163c73bfa2d2c3a167d681f4b4cd37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-11-02)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect Chat now supports real-time message streaming.
8
+
9
+ 1.54.0 (2021-10-29)
10
+ ------------------
11
+
12
+ * Feature - Amazon Connect Chat now supports real-time message streaming.
13
+
14
+ 1.53.0 (2021-10-21)
15
+ ------------------
16
+
17
+ * 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.
18
+
19
+ 1.52.0 (2021-10-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.51.0 (2021-09-27)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.55.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
@@ -1352,9 +1349,6 @@ module Aws::Connect
1352
1349
  req.send_request(options)
1353
1350
  end
1354
1351
 
1355
- # This API is in preview release for Amazon Connect and is subject to
1356
- # change.
1357
- #
1358
1352
  # Deletes an hours of operation.
1359
1353
  #
1360
1354
  # @option params [required, String] :instance_id
@@ -1654,9 +1648,6 @@ module Aws::Connect
1654
1648
  req.send_request(options)
1655
1649
  end
1656
1650
 
1657
- # This API is in preview release for Amazon Connect and is subject to
1658
- # change.
1659
- #
1660
1651
  # Describes the hours of operation.
1661
1652
  #
1662
1653
  # @option params [required, String] :instance_id
@@ -3519,7 +3510,8 @@ module Aws::Connect
3519
3510
  # results.
3520
3511
  #
3521
3512
  # @option params [Integer] :max_results
3522
- # 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.
3523
3515
  #
3524
3516
  # @return [Types::ListLexBotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3525
3517
  #
@@ -4427,6 +4419,63 @@ module Aws::Connect
4427
4419
  req.send_request(options)
4428
4420
  end
4429
4421
 
4422
+ # Initiates real-time message streaming for a new chat contact.
4423
+ #
4424
+ # For more information about message streaming, see [Enable real-time
4425
+ # chat message streaming][1] in the *Amazon Connect Administrator
4426
+ # Guide*.
4427
+ #
4428
+ #
4429
+ #
4430
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html
4431
+ #
4432
+ # @option params [required, String] :instance_id
4433
+ # The identifier of the Amazon Connect instance. You can find the
4434
+ # instanceId in the ARN of the instance.
4435
+ #
4436
+ # @option params [required, String] :contact_id
4437
+ # The identifier of the contact. This is the identifier of the contact
4438
+ # associated with the first interaction with the contact center.
4439
+ #
4440
+ # @option params [required, Types::ChatStreamingConfiguration] :chat_streaming_configuration
4441
+ # The streaming configuration, such as the Amazon SNS streaming
4442
+ # endpoint.
4443
+ #
4444
+ # @option params [required, String] :client_token
4445
+ # A unique, case-sensitive identifier that you provide to ensure the
4446
+ # idempotency of the request.
4447
+ #
4448
+ # **A suitable default value is auto-generated.** You should normally
4449
+ # not need to pass this option.**
4450
+ #
4451
+ # @return [Types::StartContactStreamingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4452
+ #
4453
+ # * {Types::StartContactStreamingResponse#streaming_id #streaming_id} => String
4454
+ #
4455
+ # @example Request syntax with placeholder values
4456
+ #
4457
+ # resp = client.start_contact_streaming({
4458
+ # instance_id: "InstanceId", # required
4459
+ # contact_id: "ContactId", # required
4460
+ # chat_streaming_configuration: { # required
4461
+ # streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
4462
+ # },
4463
+ # client_token: "ClientToken", # required
4464
+ # })
4465
+ #
4466
+ # @example Response structure
4467
+ #
4468
+ # resp.streaming_id #=> String
4469
+ #
4470
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartContactStreaming AWS API Documentation
4471
+ #
4472
+ # @overload start_contact_streaming(params = {})
4473
+ # @param [Hash] params ({})
4474
+ def start_contact_streaming(params = {}, options = {})
4475
+ req = build_request(:start_contact_streaming, params)
4476
+ req.send_request(options)
4477
+ end
4478
+
4430
4479
  # Places an outbound call to a contact, and then initiates the contact
4431
4480
  # flow. It performs the actions in the contact flow that's specified
4432
4481
  # (in `ContactFlowId`).
@@ -4703,6 +4752,43 @@ module Aws::Connect
4703
4752
  req.send_request(options)
4704
4753
  end
4705
4754
 
4755
+ # Ends message streaming on a specified contact. To restart message
4756
+ # streaming on that contact, call the [StartContactStreaming][1] API.
4757
+ #
4758
+ #
4759
+ #
4760
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html
4761
+ #
4762
+ # @option params [required, String] :instance_id
4763
+ # The identifier of the Amazon Connect instance. You can find the
4764
+ # instanceId in the ARN of the instance.
4765
+ #
4766
+ # @option params [required, String] :contact_id
4767
+ # The identifier of the contact. This is the identifier of the contact
4768
+ # that is associated with the first interaction with the contact center.
4769
+ #
4770
+ # @option params [required, String] :streaming_id
4771
+ # The identifier of the streaming configuration enabled.
4772
+ #
4773
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4774
+ #
4775
+ # @example Request syntax with placeholder values
4776
+ #
4777
+ # resp = client.stop_contact_streaming({
4778
+ # instance_id: "InstanceId", # required
4779
+ # contact_id: "ContactId", # required
4780
+ # streaming_id: "StreamingId", # required
4781
+ # })
4782
+ #
4783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactStreaming AWS API Documentation
4784
+ #
4785
+ # @overload stop_contact_streaming(params = {})
4786
+ # @param [Hash] params ({})
4787
+ def stop_contact_streaming(params = {}, options = {})
4788
+ req = build_request(:stop_contact_streaming, params)
4789
+ req.send_request(options)
4790
+ end
4791
+
4706
4792
  # When a contact is being recorded, this API suspends recording the
4707
4793
  # call. For example, you might suspend the call recording while
4708
4794
  # collecting sensitive information, such as a credit card number. Then
@@ -5010,9 +5096,6 @@ module Aws::Connect
5010
5096
  req.send_request(options)
5011
5097
  end
5012
5098
 
5013
- # This API is in preview release for Amazon Connect and is subject to
5014
- # change.
5015
- #
5016
5099
  # Updates the hours of operation.
5017
5100
  #
5018
5101
  # @option params [required, String] :instance_id
@@ -5849,7 +5932,7 @@ module Aws::Connect
5849
5932
  params: params,
5850
5933
  config: config)
5851
5934
  context[:gem_name] = 'aws-sdk-connect'
5852
- context[:gem_version] = '1.51.0'
5935
+ context[:gem_version] = '1.55.0'
5853
5936
  Seahorse::Client::Request.new(handlers, context)
5854
5937
  end
5855
5938
 
@@ -56,6 +56,8 @@ module Aws::Connect
56
56
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
57
57
  ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
58
58
  ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
59
+ ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
60
+ ChatStreamingEndpointARN = Shapes::StringShape.new(name: 'ChatStreamingEndpointARN')
59
61
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
60
62
  CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
61
63
  Comparison = Shapes::StringShape.new(name: 'Comparison')
@@ -382,6 +384,8 @@ module Aws::Connect
382
384
  StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
383
385
  StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
384
386
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
387
+ StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
388
+ StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
385
389
  StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
386
390
  StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
387
391
  StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
@@ -391,7 +395,10 @@ module Aws::Connect
391
395
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
392
396
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
393
397
  StopContactResponse = Shapes::StructureShape.new(name: 'StopContactResponse')
398
+ StopContactStreamingRequest = Shapes::StructureShape.new(name: 'StopContactStreamingRequest')
399
+ StopContactStreamingResponse = Shapes::StructureShape.new(name: 'StopContactStreamingResponse')
394
400
  StorageType = Shapes::StringShape.new(name: 'StorageType')
401
+ StreamingId = Shapes::StringShape.new(name: 'StreamingId')
395
402
  String = Shapes::StringShape.new(name: 'String')
396
403
  SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
397
404
  SuspendContactRecordingResponse = Shapes::StructureShape.new(name: 'SuspendContactRecordingResponse')
@@ -536,6 +543,9 @@ module Aws::Connect
536
543
  ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, required: true, location_name: "Content"))
537
544
  ChatMessage.struct_class = Types::ChatMessage
538
545
 
546
+ ChatStreamingConfiguration.add_member(:streaming_endpoint_arn, Shapes::ShapeRef.new(shape: ChatStreamingEndpointARN, required: true, location_name: "StreamingEndpointArn"))
547
+ ChatStreamingConfiguration.struct_class = Types::ChatStreamingConfiguration
548
+
539
549
  ContactFlow.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
540
550
  ContactFlow.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "Id"))
541
551
  ContactFlow.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
@@ -1548,6 +1558,15 @@ module Aws::Connect
1548
1558
 
1549
1559
  StartContactRecordingResponse.struct_class = Types::StartContactRecordingResponse
1550
1560
 
1561
+ StartContactStreamingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1562
+ StartContactStreamingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1563
+ StartContactStreamingRequest.add_member(:chat_streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, required: true, location_name: "ChatStreamingConfiguration"))
1564
+ StartContactStreamingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1565
+ StartContactStreamingRequest.struct_class = Types::StartContactStreamingRequest
1566
+
1567
+ StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
1568
+ StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
1569
+
1551
1570
  StartOutboundVoiceContactRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
1552
1571
  StartOutboundVoiceContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1553
1572
  StartOutboundVoiceContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -1589,6 +1608,13 @@ module Aws::Connect
1589
1608
 
1590
1609
  StopContactResponse.struct_class = Types::StopContactResponse
1591
1610
 
1611
+ StopContactStreamingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1612
+ StopContactStreamingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1613
+ StopContactStreamingRequest.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
1614
+ StopContactStreamingRequest.struct_class = Types::StopContactStreamingRequest
1615
+
1616
+ StopContactStreamingResponse.struct_class = Types::StopContactStreamingResponse
1617
+
1592
1618
  SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1593
1619
  SuspendContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1594
1620
  SuspendContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -2985,6 +3011,19 @@ module Aws::Connect
2985
3011
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2986
3012
  end)
2987
3013
 
3014
+ api.add_operation(:start_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
3015
+ o.name = "StartContactStreaming"
3016
+ o.http_method = "POST"
3017
+ o.http_request_uri = "/contact/start-streaming"
3018
+ o.input = Shapes::ShapeRef.new(shape: StartContactStreamingRequest)
3019
+ o.output = Shapes::ShapeRef.new(shape: StartContactStreamingResponse)
3020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3022
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3024
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3025
+ end)
3026
+
2988
3027
  api.add_operation(:start_outbound_voice_contact, Seahorse::Model::Operation.new.tap do |o|
2989
3028
  o.name = "StartOutboundVoiceContact"
2990
3029
  o.http_method = "PUT"
@@ -3038,6 +3077,18 @@ module Aws::Connect
3038
3077
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3039
3078
  end)
3040
3079
 
3080
+ api.add_operation(:stop_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
3081
+ o.name = "StopContactStreaming"
3082
+ o.http_method = "POST"
3083
+ o.http_request_uri = "/contact/stop-streaming"
3084
+ o.input = Shapes::ShapeRef.new(shape: StopContactStreamingRequest)
3085
+ o.output = Shapes::ShapeRef.new(shape: StopContactStreamingResponse)
3086
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3087
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3088
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3089
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3090
+ end)
3091
+
3041
3092
  api.add_operation(:suspend_contact_recording, Seahorse::Model::Operation.new.tap do |o|
3042
3093
  o.name = "SuspendContactRecording"
3043
3094
  o.http_method = "POST"
@@ -464,6 +464,30 @@ module Aws::Connect
464
464
  include Aws::Structure
465
465
  end
466
466
 
467
+ # The streaming configuration, such as the Amazon SNS streaming
468
+ # endpoint.
469
+ #
470
+ # @note When making an API call, you may pass ChatStreamingConfiguration
471
+ # data as a hash:
472
+ #
473
+ # {
474
+ # streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
475
+ # }
476
+ #
477
+ # @!attribute [rw] streaming_endpoint_arn
478
+ # The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The
479
+ # Amazon Resource Name (ARN) of the streaming endpoint that is used to
480
+ # publish real-time message streaming for chat conversations.
481
+ # @return [String]
482
+ #
483
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ChatStreamingConfiguration AWS API Documentation
484
+ #
485
+ class ChatStreamingConfiguration < Struct.new(
486
+ :streaming_endpoint_arn)
487
+ SENSITIVE = []
488
+ include Aws::Structure
489
+ end
490
+
467
491
  # Contains information about a contact flow.
468
492
  #
469
493
  # @!attribute [rw] arn
@@ -3478,11 +3502,11 @@ module Aws::Connect
3478
3502
  # @return [String]
3479
3503
  #
3480
3504
  # @!attribute [rw] start_time
3481
- # The start time that your contact center is open.
3505
+ # The start time that your contact center opens.
3482
3506
  # @return [Types::HoursOfOperationTimeSlice]
3483
3507
  #
3484
3508
  # @!attribute [rw] end_time
3485
- # The end time that your contact center is closes.
3509
+ # The end time that your contact center closes.
3486
3510
  # @return [Types::HoursOfOperationTimeSlice]
3487
3511
  #
3488
3512
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HoursOfOperationConfig AWS API Documentation
@@ -4580,7 +4604,8 @@ module Aws::Connect
4580
4604
  # @return [String]
4581
4605
  #
4582
4606
  # @!attribute [rw] max_results
4583
- # The maximum number of results to return per page.
4607
+ # The maximum number of results to return per page. If no value is
4608
+ # specified, the default is 10.
4584
4609
  # @return [Integer]
4585
4610
  #
4586
4611
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListLexBotsRequest AWS API Documentation
@@ -6334,6 +6359,64 @@ module Aws::Connect
6334
6359
  #
6335
6360
  class StartContactRecordingResponse < Aws::EmptyStructure; end
6336
6361
 
6362
+ # @note When making an API call, you may pass StartContactStreamingRequest
6363
+ # data as a hash:
6364
+ #
6365
+ # {
6366
+ # instance_id: "InstanceId", # required
6367
+ # contact_id: "ContactId", # required
6368
+ # chat_streaming_configuration: { # required
6369
+ # streaming_endpoint_arn: "ChatStreamingEndpointARN", # required
6370
+ # },
6371
+ # client_token: "ClientToken", # required
6372
+ # }
6373
+ #
6374
+ # @!attribute [rw] instance_id
6375
+ # The identifier of the Amazon Connect instance. You can find the
6376
+ # instanceId in the ARN of the instance.
6377
+ # @return [String]
6378
+ #
6379
+ # @!attribute [rw] contact_id
6380
+ # The identifier of the contact. This is the identifier of the contact
6381
+ # associated with the first interaction with the contact center.
6382
+ # @return [String]
6383
+ #
6384
+ # @!attribute [rw] chat_streaming_configuration
6385
+ # The streaming configuration, such as the Amazon SNS streaming
6386
+ # endpoint.
6387
+ # @return [Types::ChatStreamingConfiguration]
6388
+ #
6389
+ # @!attribute [rw] client_token
6390
+ # A unique, case-sensitive identifier that you provide to ensure the
6391
+ # idempotency of the request.
6392
+ #
6393
+ # **A suitable default value is auto-generated.** You should normally
6394
+ # not need to pass this option.
6395
+ # @return [String]
6396
+ #
6397
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartContactStreamingRequest AWS API Documentation
6398
+ #
6399
+ class StartContactStreamingRequest < Struct.new(
6400
+ :instance_id,
6401
+ :contact_id,
6402
+ :chat_streaming_configuration,
6403
+ :client_token)
6404
+ SENSITIVE = []
6405
+ include Aws::Structure
6406
+ end
6407
+
6408
+ # @!attribute [rw] streaming_id
6409
+ # The identifier of the streaming configuration enabled.
6410
+ # @return [String]
6411
+ #
6412
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartContactStreamingResponse AWS API Documentation
6413
+ #
6414
+ class StartContactStreamingResponse < Struct.new(
6415
+ :streaming_id)
6416
+ SENSITIVE = []
6417
+ include Aws::Structure
6418
+ end
6419
+
6337
6420
  # @note When making an API call, you may pass StartOutboundVoiceContactRequest
6338
6421
  # data as a hash:
6339
6422
  #
@@ -6622,6 +6705,44 @@ module Aws::Connect
6622
6705
  #
6623
6706
  class StopContactResponse < Aws::EmptyStructure; end
6624
6707
 
6708
+ # @note When making an API call, you may pass StopContactStreamingRequest
6709
+ # data as a hash:
6710
+ #
6711
+ # {
6712
+ # instance_id: "InstanceId", # required
6713
+ # contact_id: "ContactId", # required
6714
+ # streaming_id: "StreamingId", # required
6715
+ # }
6716
+ #
6717
+ # @!attribute [rw] instance_id
6718
+ # The identifier of the Amazon Connect instance. You can find the
6719
+ # instanceId in the ARN of the instance.
6720
+ # @return [String]
6721
+ #
6722
+ # @!attribute [rw] contact_id
6723
+ # The identifier of the contact. This is the identifier of the contact
6724
+ # that is associated with the first interaction with the contact
6725
+ # center.
6726
+ # @return [String]
6727
+ #
6728
+ # @!attribute [rw] streaming_id
6729
+ # The identifier of the streaming configuration enabled.
6730
+ # @return [String]
6731
+ #
6732
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactStreamingRequest AWS API Documentation
6733
+ #
6734
+ class StopContactStreamingRequest < Struct.new(
6735
+ :instance_id,
6736
+ :contact_id,
6737
+ :streaming_id)
6738
+ SENSITIVE = []
6739
+ include Aws::Structure
6740
+ end
6741
+
6742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StopContactStreamingResponse AWS API Documentation
6743
+ #
6744
+ class StopContactStreamingResponse < Aws::EmptyStructure; end
6745
+
6625
6746
  # @note When making an API call, you may pass SuspendContactRecordingRequest
6626
6747
  # data as a hash:
6627
6748
  #
@@ -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.51.0'
51
+ GEM_VERSION = '1.55.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.51.0
4
+ version: 1.55.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-09-27 00:00:00.000000000 Z
11
+ date: 2021-11-02 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.120.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.120.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement