aws-sdk-bcmrecommendedactions 1.1.0 → 1.2.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: e77bc271be5e7a963640b577fac19fc9abd6f8c08b24610a24bb5da53e6926c4
4
- data.tar.gz: 5a4349d8725fad527d702e4851295e679a3f268b3e0bbc926c5faaf435878e22
3
+ metadata.gz: a94ce2072e37e6eb8a26bc61db011ddfb614a032df3953be29d0e56a2f22298f
4
+ data.tar.gz: 7cc72f55251ff9c99b1254621d19c17cc0785fc255bea3064feadf8aaecb7545
5
5
  SHA512:
6
- metadata.gz: ccf44b6ce1519849587a4a4489cdf225d60dddd77dc20433fbde4200952e23e952ae75d76519e16412dc7d7c20f3515ff73cce7672a68e3b3ac58f5615a5f0af
7
- data.tar.gz: 91ffc9337586d083401c29e32317b401e276190d61f77e6e00ad886f1116745173fd5c8e2ebe86e852c04581f3963fd361ce8106df3d7ddffb76db7cdcb25460
6
+ metadata.gz: ccbff960b5f9a9d672055d4e2ece981443b21df7e4abe48320f3f8b297f7305cb3fb46d0c56e40e8ec18a861e25529e5b68311de21776ac971234fd2cbd9f3c9
7
+ data.tar.gz: 3e4a3c66fd13155e518722a83e602707d7d64bb2b030d189ced0fb8367f16e6c25968fb5b631920e9e3fd754e9550be32259b53156593290c5e7d4b7da4f5dc8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.1.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -560,7 +560,7 @@ module Aws::BCMRecommendedActions
560
560
  tracer: tracer
561
561
  )
562
562
  context[:gem_name] = 'aws-sdk-bcmrecommendedactions'
563
- context[:gem_version] = '1.1.0'
563
+ context[:gem_version] = '1.2.0'
564
564
  Seahorse::Client::Request.new(handlers, context)
565
565
  end
566
566
 
@@ -13,17 +13,17 @@ module Aws::BCMRecommendedActions
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::BCMRecommendedActions
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmrecommendedactions/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmrecommendedactions/endpoints'
57
57
 
58
- GEM_VERSION = '1.1.0'
58
+ GEM_VERSION = '1.2.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-bcmrecommendedactions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services