aws-sdk-servicecatalog 1.110.0 → 1.111.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-servicecatalog/client.rb +2 -2
- data/lib/aws-sdk-servicecatalog/types.rb +1 -1
- data/lib/aws-sdk-servicecatalog.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: 1d9f801472c18aa3bcd6c4c60c5d1aac22cb5a9baaaf92942b6b3a3dc2ad4afc
|
4
|
+
data.tar.gz: bc26b33934528133f75db53fee911a4203827fcefee35a54034470cda2fd5ae3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae6a6f3fb3942f384eca3b3be0e3f757e669f26d744029c39f021f46bfde67aa191b68b07be345ac096514bbd09d1f18bf162e79869418b798ca05b57b5837df
|
7
|
+
data.tar.gz: 45e7dc593bc503670a7c3dfc3ef40bcd7a44c94c22202c5bff7712c73efccfcb79e9ae99a89c3fed5c3d97ab7c40bfbab5d129f6410cc3f8376748126882b63f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.111.0 (2025-04-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.
|
8
|
+
|
4
9
|
1.110.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|
@@ -5358,7 +5358,7 @@ module Aws::ServiceCatalog
|
|
5358
5358
|
# * `zh` - Chinese
|
5359
5359
|
#
|
5360
5360
|
# @option params [Types::AccessLevelFilter] :access_level_filter
|
5361
|
-
# The access level to use to obtain results. The default is `
|
5361
|
+
# The access level to use to obtain results. The default is `Account`.
|
5362
5362
|
#
|
5363
5363
|
# @option params [Hash<String,Array>] :filters
|
5364
5364
|
# The search filters.
|
@@ -6373,7 +6373,7 @@ module Aws::ServiceCatalog
|
|
6373
6373
|
tracer: tracer
|
6374
6374
|
)
|
6375
6375
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6376
|
-
context[:gem_version] = '1.
|
6376
|
+
context[:gem_version] = '1.111.0'
|
6377
6377
|
Seahorse::Client::Request.new(handlers, context)
|
6378
6378
|
end
|
6379
6379
|
|
@@ -5987,7 +5987,7 @@ module Aws::ServiceCatalog
|
|
5987
5987
|
# @return [String]
|
5988
5988
|
#
|
5989
5989
|
# @!attribute [rw] access_level_filter
|
5990
|
-
# The access level to use to obtain results. The default is `
|
5990
|
+
# The access level to use to obtain results. The default is `Account`.
|
5991
5991
|
# @return [Types::AccessLevelFilter]
|
5992
5992
|
#
|
5993
5993
|
# @!attribute [rw] filters
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-servicecatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.111.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: 2025-
|
11
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|