aws-sdk-marketplacecatalog 1.68.0 → 1.69.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: 7e7e6d9981f27f8390fae11094e2bfec0ee442924dfadd73e0712e0af0ea7cd8
4
- data.tar.gz: 149fd930ffdd6e3302512c3c3ffc2df1fb01137f431f5381f09424d265ad04d2
3
+ metadata.gz: b378a9c9071b4bbf5880cce993bd0182f39ce88efc00f009fff95a80d38cdb49
4
+ data.tar.gz: 45ad1636ea574e5bf2d1683093f321a3e191df9082520d4d91adf2bf60fa3907
5
5
  SHA512:
6
- metadata.gz: ab16eb4453df8ff0afdebc9fcb9ec0a301149711a7f15f645dd90cf5e6960b065aa1a54fd28fb0d0fbae86b78142024a843dbb7483b7ec44d1ddf5459f5f0662
7
- data.tar.gz: 8fd24eb00de1d7492e91572fe572d179c73bbb97cb88774f3599b3f941c33e988351849ce088895fc3f85cf5f0561d5de71bd39bf94a22b98b0b6e65154f2891
6
+ metadata.gz: 52479cf51a5549d1362b6a1c0d9fe8d0b1ee6cd275015917c505db273173e0944c1109247d7df848c3a51c11bdc6666308c7c398db8b9af41fafc28931b4e9d1
7
+ data.tar.gz: 845e49783ead78404385c4ef31efbe90f3958587b17d5c41f84196cea2b2fd0796d6df1fd6297f557e783f6509c6ea8e762d1c01ba8ecf58d9a7a7f298bd26fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.68.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -1406,7 +1406,7 @@ module Aws::MarketplaceCatalog
1406
1406
  tracer: tracer
1407
1407
  )
1408
1408
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
1409
- context[:gem_version] = '1.68.0'
1409
+ context[:gem_version] = '1.69.0'
1410
1410
  Seahorse::Client::Request.new(handlers, context)
1411
1411
  end
1412
1412
 
@@ -13,22 +13,22 @@ module Aws::MarketplaceCatalog
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::MarketplaceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services