aws-sdk-bcmdashboards 1.2.0 → 1.4.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: d3753722248735eb18ff634b3f084a158d7582bcfad89a975dc8a810fbbc5dca
4
+ data.tar.gz: 0f7b778032d369073c64221b52476b863b3b371a3ad616c1767e5a8a49b9abaa
5
5
  SHA512:
6
- metadata.gz: 580046ff867c176674857dc4cee882dabc136a469ba4a309b1dd86e29d779d437f3fb879cdd0adb0a2c172fa374b8cd3b1366533f6b80c263665be96e542ef8c
7
- data.tar.gz: 8db3970570f840e69db2b35075b21ddce69894f6cab20b56c4e09729d27eb3847c87fe4d3906dc5f6c7dbf7eeb32d334ab44fe00a601287359061f0ddcb4d9b1
6
+ metadata.gz: e0d4525c512f50eaaaf0392732dba9effeef3aca15e39d404e7144962be1e6ec1151d69aa50d7d84dfe3c913d08c882f39d5390ef85a11d11b06737a7db1aaea
7
+ data.tar.gz: 3904752368d2ca24eb2305a01497d3acdca91fe755b4c6afd48701f182418d6ecde9f0f1281ea4179b0f74172acfb66934d227cf84bb6c280d60cd9c424625ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.3.0 (2025-10-22)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.2.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.4.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.4.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.4.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.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement