aws-sdk-connect 1.223.0 → 1.224.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.223.0'
57
+ GEM_VERSION = '1.224.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4467,7 +4467,8 @@ module Aws
4467
4467
  }?
4468
4468
  }?
4469
4469
  }?
4470
- }
4470
+ },
4471
+ ?ring_timeout_in_seconds: ::Integer
4471
4472
  ) -> _StartOutboundVoiceContactResponseSuccess
4472
4473
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartOutboundVoiceContactResponseSuccess
4473
4474
 
data/sig/types.rbs CHANGED
@@ -689,6 +689,7 @@ module Aws::Connect
689
689
  attr_accessor last_update_timestamp: ::Time
690
690
  attr_accessor last_paused_timestamp: ::Time
691
691
  attr_accessor last_resumed_timestamp: ::Time
692
+ attr_accessor ring_start_timestamp: ::Time
692
693
  attr_accessor total_pause_count: ::Integer
693
694
  attr_accessor total_pause_duration_in_seconds: ::Integer
694
695
  attr_accessor scheduled_timestamp: ::Time
@@ -5839,6 +5840,7 @@ module Aws::Connect
5839
5840
  attr_accessor campaign_id: ::String
5840
5841
  attr_accessor traffic_type: ("GENERAL" | "CAMPAIGN")
5841
5842
  attr_accessor outbound_strategy: Types::OutboundStrategy
5843
+ attr_accessor ring_timeout_in_seconds: ::Integer
5842
5844
  SENSITIVE: [:name, :description]
5843
5845
  end
5844
5846
 
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.223.0
4
+ version: 1.224.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services