aws-sdk-connect 1.204.0 → 1.205.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.204.0'
57
+ GEM_VERSION = '1.205.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -426,7 +426,7 @@ module Aws
426
426
  ?user_info: {
427
427
  user_id: ::String?
428
428
  },
429
- ?initiate_as: ("CONNECTED_TO_USER"),
429
+ ?initiate_as: ("CONNECTED_TO_USER" | "COMPLETED"),
430
430
  ?name: ::String,
431
431
  ?description: ::String,
432
432
  ?segment_attributes: Hash[::String, {
data/sig/types.rbs CHANGED
@@ -911,7 +911,7 @@ module Aws::Connect
911
911
  attr_accessor initiation_method: ("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND" | "WEBRTC_API" | "AGENT_REPLY" | "FLOW")
912
912
  attr_accessor expiry_duration_in_minutes: ::Integer
913
913
  attr_accessor user_info: Types::UserInfo
914
- attr_accessor initiate_as: ("CONNECTED_TO_USER")
914
+ attr_accessor initiate_as: ("CONNECTED_TO_USER" | "COMPLETED")
915
915
  attr_accessor name: ::String
916
916
  attr_accessor description: ::String
917
917
  attr_accessor segment_attributes: ::Hash[::String, Types::SegmentAttributeValue]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.204.0
4
+ version: 1.205.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services