aws-sdk-controlcatalog 1.37.0 → 1.38.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: aa35b51525fba83e2ee5ec96c0a74e8170f07cf5b69347f4b7b9a0387332158f
4
- data.tar.gz: c7a29e0674098cc8b98c27f0ae8af180c731829cf5c03b4e4367afc2424e0efe
3
+ metadata.gz: 549c336e3cb9588954154df1f8521a4bf8f959c6f12b5dedb24ad047d1f9c7ee
4
+ data.tar.gz: b66de19a5ac491dc5c73c59f414beda507e69e703b1e0fd35723d0f31b879add
5
5
  SHA512:
6
- metadata.gz: cfcbb361505b2befaf46220cd389ef68614f5012c51e4a7d166d63012f016d997761b2dd482f62e15870bc0ff4964bccccae0115fc4072528ec87d1184a16a7d
7
- data.tar.gz: 000b9eebf704805a73a406dc7918bc4331b078b932b62a03e7cfb49aafd0c71ccb8db20c7a55ec7b81658581bde0680771dc837d04c14a433e5e96f17f634629
6
+ metadata.gz: e89094853fd02c07c469dfbaf46dd92026d29936c677fd5388c48e2a520b3aa6d866eedc218879e1a361a107b5e76e501dfe7331d85fdd619e41bb36e9efb99d
7
+ data.tar.gz: 9a02063c5e090913f3a8ab0b7a3a3489dfdb2fb04006648b3009622c0a3a90fca2c54abf0c2502389453c07d2d895e3124d75c1b41e926f1df157fca5221ac24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2026-02-23)
5
+ ------------------
6
+
7
+ * Feature - Updated ExemptedPrincipalArns parameter documentation for improved accuracy
8
+
4
9
  1.37.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -853,7 +853,7 @@ module Aws::ControlCatalog
853
853
  tracer: tracer
854
854
  )
855
855
  context[:gem_name] = 'aws-sdk-controlcatalog'
856
- context[:gem_version] = '1.37.0'
856
+ context[:gem_version] = '1.38.0'
857
857
  Seahorse::Client::Request.new(handlers, context)
858
858
  end
859
859
 
@@ -236,8 +236,8 @@ module Aws::ControlCatalog
236
236
  #
237
237
  # * **ExemptedPrincipalArns**: List of Amazon Web Services IAM principal
238
238
  # ARNs exempted from the control. Each string is expected to be an IAM
239
- # principal that follows the pattern
240
- # `^arn:(aws|aws-us-gov):(iam|sts)::.+:.+$`
239
+ # principal that follows the format
240
+ # `arn:partition:service::account:resource`
241
241
  #
242
242
  # Example:
243
243
  # `["arn:aws:iam::*:role/ReadOnly","arn:aws:sts::*:assumed-role/ReadOnly/*"]`
@@ -55,7 +55,7 @@ module Aws::ControlCatalog
55
55
  autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.38.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controlcatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services