aws-sdk-connect 1.222.0 → 1.223.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d340f50eb2bd53b1428674be8987aea85a8ffa030a3c1fefea4334689718842f
4
- data.tar.gz: 5177261c6b188e9a5b69531f14be1798759318c262daf77dd99926ef3eb20690
3
+ metadata.gz: 9bc591e5a541d2b93ce3f3cf6249ed0c707f57f5b5c7c5fb633018a9d3a7a962
4
+ data.tar.gz: a7f09cfbcd09832169bcde8f1a5c51591cefbb0dda1903a57a5b48b3e922d3f9
5
5
  SHA512:
6
- metadata.gz: 3acf166ecbd57d10b4dd962d39a22905614ffb363758614145a5175b2f20ca8ee025ddcf5556e9581a61851862275d2c73216ade78d37afbb461510b58914c9d
7
- data.tar.gz: 6ba631a60e21dc8c19d426cfdb1be2957b92178a7024abba885e88ed7f18aea05181caca9102e538f2152b9e06f4ed2a595616827d861eebe56efb796fdcb827
6
+ metadata.gz: 12d2078395324d38fa72622d4c76fbbe2315e209645a2044654064bbbefba3de65af5a8c65517b75638fe3333a595d4d2258f75780d921dc37fed30cc7eea5c0
7
+ data.tar.gz: fe72ebbed1b66664abb89fdbab2b58e7e4e35cc83cc0b8f184ed8ad5df22668675ccc0788dbe4d404833f094f18b048c2a653e47979f9013a6b07abafc93196d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.223.0 (2025-11-12)
5
+ ------------------
6
+
7
+ * Feature - Updated Authentication Profile APIs to add support for automatic logout on user inactivity
8
+
4
9
  1.222.0 (2025-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.222.0
1
+ 1.223.0
@@ -5708,6 +5708,8 @@ module Aws::Connect
5708
5708
  # resp.authentication_profile.last_modified_region #=> String
5709
5709
  # resp.authentication_profile.periodic_session_duration #=> Integer
5710
5710
  # resp.authentication_profile.max_session_duration #=> Integer
5711
+ # resp.authentication_profile.session_inactivity_duration #=> Integer
5712
+ # resp.authentication_profile.session_inactivity_handling_enabled #=> Boolean
5711
5713
  #
5712
5714
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeAuthenticationProfile AWS API Documentation
5713
5715
  #
@@ -19830,6 +19832,13 @@ module Aws::Connect
19830
19832
  #
19831
19833
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts
19832
19834
  #
19835
+ # @option params [Integer] :session_inactivity_duration
19836
+ # The period, in minutes, before an agent is automatically signed out of
19837
+ # the contact center when they go inactive.
19838
+ #
19839
+ # @option params [Boolean] :session_inactivity_handling_enabled
19840
+ # Determines if automatic logout on user inactivity is enabled.
19841
+ #
19833
19842
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
19834
19843
  #
19835
19844
  # @example Request syntax with placeholder values
@@ -19842,6 +19851,8 @@ module Aws::Connect
19842
19851
  # allowed_ips: ["IpCidr"],
19843
19852
  # blocked_ips: ["IpCidr"],
19844
19853
  # periodic_session_duration: 1,
19854
+ # session_inactivity_duration: 1,
19855
+ # session_inactivity_handling_enabled: false,
19845
19856
  # })
19846
19857
  #
19847
19858
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateAuthenticationProfile AWS API Documentation
@@ -22908,7 +22919,7 @@ module Aws::Connect
22908
22919
  tracer: tracer
22909
22920
  )
22910
22921
  context[:gem_name] = 'aws-sdk-connect'
22911
- context[:gem_version] = '1.222.0'
22922
+ context[:gem_version] = '1.223.0'
22912
22923
  Seahorse::Client::Request.new(handlers, context)
22913
22924
  end
22914
22925
 
@@ -772,6 +772,7 @@ module Aws::Connect
772
772
  IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
773
773
  ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
774
774
  ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
775
+ InactivityDuration = Shapes::IntegerShape.new(name: 'InactivityDuration')
775
776
  InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
776
777
  InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
777
778
  InboundEmailContent = Shapes::StructureShape.new(name: 'InboundEmailContent')
@@ -2046,8 +2047,10 @@ module Aws::Connect
2046
2047
  AuthenticationProfile.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
2047
2048
  AuthenticationProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2048
2049
  AuthenticationProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2049
- AuthenticationProfile.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration"))
2050
+ AuthenticationProfile.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, deprecated: true, location_name: "PeriodicSessionDuration", metadata: {"deprecatedMessage" => "PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince" => "10/31/2025"}))
2050
2051
  AuthenticationProfile.add_member(:max_session_duration, Shapes::ShapeRef.new(shape: RefreshTokenDuration, location_name: "MaxSessionDuration"))
2052
+ AuthenticationProfile.add_member(:session_inactivity_duration, Shapes::ShapeRef.new(shape: InactivityDuration, location_name: "SessionInactivityDuration", metadata: {"box" => true}))
2053
+ AuthenticationProfile.add_member(:session_inactivity_handling_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SessionInactivityHandlingEnabled", metadata: {"box" => true}))
2051
2054
  AuthenticationProfile.struct_class = Types::AuthenticationProfile
2052
2055
 
2053
2056
  AuthenticationProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: AuthenticationProfileId, location_name: "Id"))
@@ -6616,7 +6619,9 @@ module Aws::Connect
6616
6619
  UpdateAuthenticationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuthenticationProfileDescription, location_name: "Description"))
6617
6620
  UpdateAuthenticationProfileRequest.add_member(:allowed_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "AllowedIps"))
6618
6621
  UpdateAuthenticationProfileRequest.add_member(:blocked_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "BlockedIps"))
6619
- UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration", metadata: {"box" => true}))
6622
+ UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, deprecated: true, location_name: "PeriodicSessionDuration", metadata: {"box" => true, "deprecatedMessage" => "PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince" => "10/31/2025"}))
6623
+ UpdateAuthenticationProfileRequest.add_member(:session_inactivity_duration, Shapes::ShapeRef.new(shape: InactivityDuration, location_name: "SessionInactivityDuration", metadata: {"box" => true}))
6624
+ UpdateAuthenticationProfileRequest.add_member(:session_inactivity_handling_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SessionInactivityHandlingEnabled", metadata: {"box" => true}))
6620
6625
  UpdateAuthenticationProfileRequest.struct_class = Types::UpdateAuthenticationProfileRequest
6621
6626
 
6622
6627
  UpdateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
@@ -1802,6 +1802,15 @@ module Aws::Connect
1802
1802
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts
1803
1803
  # @return [Integer]
1804
1804
  #
1805
+ # @!attribute [rw] session_inactivity_duration
1806
+ # The period, in minutes, before an agent is automatically signed out
1807
+ # of the contact center when they go inactive.
1808
+ # @return [Integer]
1809
+ #
1810
+ # @!attribute [rw] session_inactivity_handling_enabled
1811
+ # Determines if automatic logout on user inactivity is enabled.
1812
+ # @return [Boolean]
1813
+ #
1805
1814
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AuthenticationProfile AWS API Documentation
1806
1815
  #
1807
1816
  class AuthenticationProfile < Struct.new(
@@ -1816,7 +1825,9 @@ module Aws::Connect
1816
1825
  :last_modified_time,
1817
1826
  :last_modified_region,
1818
1827
  :periodic_session_duration,
1819
- :max_session_duration)
1828
+ :max_session_duration,
1829
+ :session_inactivity_duration,
1830
+ :session_inactivity_handling_enabled)
1820
1831
  SENSITIVE = []
1821
1832
  include Aws::Structure
1822
1833
  end
@@ -27178,6 +27189,15 @@ module Aws::Connect
27178
27189
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts
27179
27190
  # @return [Integer]
27180
27191
  #
27192
+ # @!attribute [rw] session_inactivity_duration
27193
+ # The period, in minutes, before an agent is automatically signed out
27194
+ # of the contact center when they go inactive.
27195
+ # @return [Integer]
27196
+ #
27197
+ # @!attribute [rw] session_inactivity_handling_enabled
27198
+ # Determines if automatic logout on user inactivity is enabled.
27199
+ # @return [Boolean]
27200
+ #
27181
27201
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateAuthenticationProfileRequest AWS API Documentation
27182
27202
  #
27183
27203
  class UpdateAuthenticationProfileRequest < Struct.new(
@@ -27187,7 +27207,9 @@ module Aws::Connect
27187
27207
  :description,
27188
27208
  :allowed_ips,
27189
27209
  :blocked_ips,
27190
- :periodic_session_duration)
27210
+ :periodic_session_duration,
27211
+ :session_inactivity_duration,
27212
+ :session_inactivity_handling_enabled)
27191
27213
  SENSITIVE = []
27192
27214
  include Aws::Structure
27193
27215
  end
@@ -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.222.0'
57
+ GEM_VERSION = '1.223.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4701,7 +4701,9 @@ module Aws
4701
4701
  ?description: ::String,
4702
4702
  ?allowed_ips: Array[::String],
4703
4703
  ?blocked_ips: Array[::String],
4704
- ?periodic_session_duration: ::Integer
4704
+ ?periodic_session_duration: ::Integer,
4705
+ ?session_inactivity_duration: ::Integer,
4706
+ ?session_inactivity_handling_enabled: bool
4705
4707
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4706
4708
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4707
4709
 
data/sig/types.rbs CHANGED
@@ -440,6 +440,8 @@ module Aws::Connect
440
440
  attr_accessor last_modified_region: ::String
441
441
  attr_accessor periodic_session_duration: ::Integer
442
442
  attr_accessor max_session_duration: ::Integer
443
+ attr_accessor session_inactivity_duration: ::Integer
444
+ attr_accessor session_inactivity_handling_enabled: bool
443
445
  SENSITIVE: []
444
446
  end
445
447
 
@@ -6216,6 +6218,8 @@ module Aws::Connect
6216
6218
  attr_accessor allowed_ips: ::Array[::String]
6217
6219
  attr_accessor blocked_ips: ::Array[::String]
6218
6220
  attr_accessor periodic_session_duration: ::Integer
6221
+ attr_accessor session_inactivity_duration: ::Integer
6222
+ attr_accessor session_inactivity_handling_enabled: bool
6219
6223
  SENSITIVE: []
6220
6224
  end
6221
6225
 
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.222.0
4
+ version: 1.223.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services