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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +255 -232
- data/lib/aws-sdk-connect/client_api.rb +3 -0
- data/lib/aws-sdk-connect/types.rb +248 -225
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -0
- metadata +1 -1
data/lib/aws-sdk-connect.rb
CHANGED
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
|
|