aws-sdk-connect 1.182.0 → 1.183.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: fb6141053141ca363f7f83b820bc2b22777efc75c29cbd0a90b2b6ac97c03200
4
- data.tar.gz: bcdb219e1a50e9e965dd02ca24656678ad27280eefcadcf83e4e5d06bee4b65a
3
+ metadata.gz: 3df0682bc9160b6dd7be40e6a0588febde8d493b973090c53b078dd7d34939c8
4
+ data.tar.gz: 0ccf80ee956a5dfe1fa1facd363fd3583624321b122a8fe044310fa49bc6744a
5
5
  SHA512:
6
- metadata.gz: 603cf8150003484e38156522e8c63c34530479455d0ccf0eeaabf50122d56817fe43f0a66474fa1ed45ca70d19f9d27b5320c53ba396952ea00b876f47bc96a1
7
- data.tar.gz: 54f58aa3caa47147f1883b21be1651642b23e876a69a77df7bc6dd64b00e2b8be125956991f866958bf720589a7495ad7b4cf8958f94dd1ec5e41d72ad5da75b
6
+ metadata.gz: 85b87b09f9ffd0f4263ec34294497b74f703356ba43f633739576e7007f16ff4b1aaa14358bba80c12fa37151104884292487fed6e4e44c0334807d42ff00d68
7
+ data.tar.gz: 56ad1fce44e1df38fed5673e84632bc12f2cc076864878087796681a5119a2535d9a10fe2bf8dd3ae3f4eb95c1103a326c145ca193c3b96945c3ae08f1fcafc1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.183.0 (2024-10-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.
8
+
4
9
  1.182.0 (2024-10-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.182.0
1
+ 1.183.0
@@ -18525,7 +18525,7 @@ module Aws::Connect
18525
18525
  tracer: tracer
18526
18526
  )
18527
18527
  context[:gem_name] = 'aws-sdk-connect'
18528
- context[:gem_version] = '1.182.0'
18528
+ context[:gem_version] = '1.183.0'
18529
18529
  Seahorse::Client::Request.new(handlers, context)
18530
18530
  end
18531
18531
 
@@ -23415,6 +23415,11 @@ module Aws::Connect
23415
23415
  #
23416
23416
  # </note>
23417
23417
  #
23418
+ # The `FirstName` and `LastName` length constraints below apply only to
23419
+ # instances using SAML for identity management. If you are using Amazon
23420
+ # Connect for identity management, the length constraints are 1-255 for
23421
+ # `FirstName`, and 1-256 for `LastName`.
23422
+ #
23418
23423
  # @!attribute [rw] first_name
23419
23424
  # The first name. This is required if you are using Amazon Connect or
23420
23425
  # SAML for identity management.
@@ -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.182.0'
57
+ GEM_VERSION = '1.183.0'
58
58
 
59
59
  end
60
60
 
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.182.0
4
+ version: 1.183.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: 2024-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core