aws-sdk-marketplacereporting 1.14.0 → 1.15.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: d8e76f786b078e801fbe1b59cc0475ab6ba49cec819a9b4c1d744f9aaf4e0f0d
4
- data.tar.gz: 3765e50dc06fbc6253c714413c8706186340aa54faf006251c4d6eb4baad5945
3
+ metadata.gz: 3f383d8b9e6b7f3ec2c64f88e13bfe1b543b50357c5681c765c8874af0a2e838
4
+ data.tar.gz: baf8ccd7985587880e7eddcb01903c6c3f1f3676a8b21c5df58e9bf603f7163e
5
5
  SHA512:
6
- metadata.gz: 146345cd29ad186a71b132165e295aa07a7f8293dc44ce0c4a0e7ce59033159a210f81124251ca9b5bd8793f496bf8bf60e92b3c97b2b0eaa916aed8bf2942d0
7
- data.tar.gz: a9f4ffc3f9e82747fc33c7e8b130ec0ddcaf7dfd3a1704eaa96c0baa0cdbcb516a2b38256729254defaa7e0a89663ac48292f12ae16ad2ea2dc8b7b1026c3664
6
+ metadata.gz: 58f70b9bf5fca94f0ff3b5ba11b6b203cb21f43e1fc609a967e4003ed87301d037205722e941eae07077057051472d1f97236c958eee83144ac4062682c4356a
7
+ data.tar.gz: f987be349644e8c9486703355a1137a8f886525ebef9c084289cf1949e580a12ee8d693d0be860685d3e45b2bb9fe7c09b7fdf97e1418c9d3c9738c883932e12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.14.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -593,7 +593,7 @@ module Aws::MarketplaceReporting
593
593
  tracer: tracer
594
594
  )
595
595
  context[:gem_name] = 'aws-sdk-marketplacereporting'
596
- context[:gem_version] = '1.14.0'
596
+ context[:gem_version] = '1.15.0'
597
597
  Seahorse::Client::Request.new(handlers, context)
598
598
  end
599
599
 
@@ -13,22 +13,22 @@ module Aws::MarketplaceReporting
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,
@@ -55,7 +55,7 @@ module Aws::MarketplaceReporting
55
55
  autoload :EndpointProvider, 'aws-sdk-marketplacereporting/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-marketplacereporting/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.15.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-marketplacereporting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services