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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -1
- data/lib/aws-sdk-connect/types.rb +5 -0
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3df0682bc9160b6dd7be40e6a0588febde8d493b973090c53b078dd7d34939c8
|
4
|
+
data.tar.gz: 0ccf80ee956a5dfe1fa1facd363fd3583624321b122a8fe044310fa49bc6744a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
data/lib/aws-sdk-connect.rb
CHANGED
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.
|
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-
|
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
|