aws-sdk-applicationcostprofiler 1.47.0 → 1.48.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: ff2e0f2535b0245fb4a60763a0d0a1336e0d34cf09f933a58fefc27f6957bc88
4
- data.tar.gz: 73c5b2b2e0cd9cbc5e202aff65e303d6a62a2b3f328ad7a8307f7189fe00f9f8
3
+ metadata.gz: 5c2a1c59c7f3386354a2a5182672fcc3c8d4da8c898c9df5e7b51f2bb804553b
4
+ data.tar.gz: 9caf23315f726231120c7f7112db32acd72e06ec5a947d4d6c7ec391f8bc50f3
5
5
  SHA512:
6
- metadata.gz: efad0e9496c8e4304aaba4efc1469b09cc1c515dcff73941285612f79d947f303aa6747170fe36eb37a351cdd12a9b46832465798e3d63eaa03143d3d5c8d87e
7
- data.tar.gz: a23dc14bffbadd6d084afa3737adf2a9ad1c4a792956074f4f31544416404330f4021000a6728ab817a99aa65bf45805e0b6fbe886ff1e2f3b6c8e84890850a9
6
+ metadata.gz: 761cd41df2f45817a6cf79d20338dc463cfc10c460943dbe737566aeb78d0976e9a2e3a823b3a8fa69449a5b854c90588e5986daaf45c466c81b6b11cccbca34
7
+ data.tar.gz: dc233de51eb0ccef7761c6623b166ee9bbf8f1c54d0c01bf928038d2d17f706f41645911d754b2e6dc4cd50ca5db281a81dc4e6b4cb9af8b6583234a12097586
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.47.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -748,7 +748,7 @@ module Aws::ApplicationCostProfiler
748
748
  tracer: tracer
749
749
  )
750
750
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
751
- context[:gem_version] = '1.47.0'
751
+ context[:gem_version] = '1.48.0'
752
752
  Seahorse::Client::Request.new(handlers, context)
753
753
  end
754
754
 
@@ -13,22 +13,22 @@ module Aws::ApplicationCostProfiler
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,
@@ -54,7 +54,7 @@ module Aws::ApplicationCostProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationcostprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationcostprofiler/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services