aws-sdk-partnercentralselling 1.17.0 → 1.18.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: 738a951078808446d99f57c747bfad2226b547571678cab6bc33aab9d9f33e6b
4
- data.tar.gz: d61631e526da3441765e136306c787f799762df8eb55eff1b41e7e2db1d9c7e4
3
+ metadata.gz: 65065f53010bbce1fb590faaa414cee9e3e51b207066946eb8c879c2314d0f55
4
+ data.tar.gz: 8ec3c813e0b302f65487044609d034c4a45fb2d1d7a994defbcaba09f7113fdb
5
5
  SHA512:
6
- metadata.gz: 4458b2a52a42c249f3d3afc08df01a549ed65dedf7b98e502b0a6defbfe311007f43d4bdd8ccd3823385dfc44620e9a53e4a1ab092556cb9e946fa4b7bfe742a
7
- data.tar.gz: e71470ec531c031b35a2e21429c43f91005f0ae984ba5c307b6e33199548eede3de9ccc6e2d77a6ab7ffb64d1ee3dd5246ae56df07dd8beb7422cdfe12bd62e0
6
+ metadata.gz: b03116bc39882d390018841900c5a357d65a18667e60ec9a4b957ffe093cf5c323f6ed2482869f050ef27255e218d700243f1582f51609a224045099f79ff9b8
7
+ data.tar.gz: f2725fa5429669d82b9ad27dc941fc895e942aa8faffa5478e9863e3c236a1003bbab4c7178085c7a696d1c9518227d6007609ded4d836c4566617e497aaa406
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.17.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -3535,7 +3535,7 @@ module Aws::PartnerCentralSelling
3535
3535
  tracer: tracer
3536
3536
  )
3537
3537
  context[:gem_name] = 'aws-sdk-partnercentralselling'
3538
- context[:gem_version] = '1.17.0'
3538
+ context[:gem_version] = '1.18.0'
3539
3539
  Seahorse::Client::Request.new(handlers, context)
3540
3540
  end
3541
3541
 
@@ -13,17 +13,17 @@ module Aws::PartnerCentralSelling
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::PartnerCentralSelling
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
57
57
 
58
- GEM_VERSION = '1.17.0'
58
+ GEM_VERSION = '1.18.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-partnercentralselling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services