aws-sdk-connect 1.169.0 → 1.170.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 +1 -1
- 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: 69e7011582624331258aee22298a41058477a0b2d015584704ea47fbd4a3600c
|
|
4
|
+
data.tar.gz: ef3a645d770a3edd794c2f442ce00def32266a34a1520a1f447fba8fed7d812e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28c9c2e7e6e19bb3994f4d00f86a2daff6ff79f3ca628fd9f26ace22eb2ef77b9f14ede5f49975f0d7c267d52a1b2a29df152b983325d0b3f46eeea46ed65340
|
|
7
|
+
data.tar.gz: 4ad83dca3da8ac700227c94a93a3ea61c9e38661caecf8d7c772664e1a91e99a6b9c1a19cc8072c97fcb475ea870b1cb86d9a6fb1ade2ea27cbdb9195890a1ab
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.170.0 (2024-08-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
|
|
8
|
+
|
|
4
9
|
1.169.0 (2024-07-23)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.170.0
|
|
@@ -18145,7 +18145,7 @@ module Aws::Connect
|
|
|
18145
18145
|
params: params,
|
|
18146
18146
|
config: config)
|
|
18147
18147
|
context[:gem_name] = 'aws-sdk-connect'
|
|
18148
|
-
context[:gem_version] = '1.
|
|
18148
|
+
context[:gem_version] = '1.170.0'
|
|
18149
18149
|
Seahorse::Client::Request.new(handlers, context)
|
|
18150
18150
|
end
|
|
18151
18151
|
|
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.170.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-
|
|
11
|
+
date: 2024-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|