aws-sdk-bcmdashboards 1.2.0 → 1.3.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: 8751bbd9d150f350275fd9c0e708eab4456841af10b788ef20a8264697e11663
4
- data.tar.gz: e0c10443838372d054628f5a65773d3db0d2455995ff313e1968b1c339aff68b
3
+ metadata.gz: af791a924a679311523526b9f2fa939f5d065b69553433075f770520bb33d62a
4
+ data.tar.gz: add88ed7e6eb8339445b16c14a3256cdc540f805c994a7bf9e7a28d28c69f7dd
5
5
  SHA512:
6
- metadata.gz: 580046ff867c176674857dc4cee882dabc136a469ba4a309b1dd86e29d779d437f3fb879cdd0adb0a2c172fa374b8cd3b1366533f6b80c263665be96e542ef8c
7
- data.tar.gz: 8db3970570f840e69db2b35075b21ddce69894f6cab20b56c4e09729d27eb3847c87fe4d3906dc5f6c7dbf7eeb32d334ab44fe00a601287359061f0ddcb4d9b1
6
+ metadata.gz: cd12bd336a3e6e61ebc51dacbe453efcc14a7a91d0e67f0a85f388579f74c80d82cb310a261ae4e6aa0c22ed4348b74ca54454d1354572111b216d843e947ba5
7
+ data.tar.gz: fb231c65a4009f72e914cd0648f204f4ddf79d79988981b5c95b9f02c112b9eb9918fc7e6e61f3847970810f40c1269af6cfed50d5ce851c2094b390039c8c29
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.2.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -1763,7 +1763,7 @@ module Aws::BCMDashboards
1763
1763
  tracer: tracer
1764
1764
  )
1765
1765
  context[:gem_name] = 'aws-sdk-bcmdashboards'
1766
- context[:gem_version] = '1.2.0'
1766
+ context[:gem_version] = '1.3.0'
1767
1767
  Seahorse::Client::Request.new(handlers, context)
1768
1768
  end
1769
1769
 
@@ -13,17 +13,17 @@ module Aws::BCMDashboards
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::BCMDashboards
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmdashboards/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmdashboards/endpoints'
57
57
 
58
- GEM_VERSION = '1.2.0'
58
+ GEM_VERSION = '1.3.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-bcmdashboards
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services