aws-sdk-connect 1.169.0 → 1.170.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: 571927d3a80f9baeafbe3919d42d21544b87feaf349d59bb44629dbddf390ecd
4
- data.tar.gz: 4240f21398e93603d989e13b6cfd7194fd1df580613298cec7ebe559415478f2
3
+ metadata.gz: 69e7011582624331258aee22298a41058477a0b2d015584704ea47fbd4a3600c
4
+ data.tar.gz: ef3a645d770a3edd794c2f442ce00def32266a34a1520a1f447fba8fed7d812e
5
5
  SHA512:
6
- metadata.gz: cb1c6b21c6318fb2008dcd1a76b920c47b9650e9460f0ef680e1a3249642e5f1ded283aeebae6340025191b3c687b4489ee17f87574e635c0e19c9451c2b37a4
7
- data.tar.gz: 054e5ccea9058caf387f66ddd1e4f9c7f4ae113b663e9062a345fc84eaf8d61ab8c613817daa8beca4e048194abfcaedd9e3d89c6797e4a6bc6178a3a7866581
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.169.0
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.169.0'
18148
+ context[:gem_version] = '1.170.0'
18149
18149
  Seahorse::Client::Request.new(handlers, context)
18150
18150
  end
18151
18151
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.169.0'
55
+ GEM_VERSION = '1.170.0'
56
56
 
57
57
  end
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.169.0
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-07-23 00:00:00.000000000 Z
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