aws-sdk-applicationcostprofiler 1.39.0 → 1.41.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: f2b410af42ae5cefebd193a9c3c5b412d16a2835efa97150ca92198e22203a3a
4
- data.tar.gz: 3a50db18a5c521d5bec367814949187500103c7646ec07c5bf0cb919b47bf326
3
+ metadata.gz: 0ba8c969608988b608eb746463517bf2dd315e9ab6315973844ab96b3da71d64
4
+ data.tar.gz: f9ed496a55fe85ef436795dc90a0fc86f96a3c819551ad367cce13e2a802bd2e
5
5
  SHA512:
6
- metadata.gz: ad8d2d5b9839b47b88b46a216731ccef2eb29957803efb454aa49fe53034d5b870d11fa6978223ed215ceb61b783daae4ea5388c306dac7f4075e70311f2a11a
7
- data.tar.gz: '089b3dd25c5679e6dca2a368353a5b2d6689af5f517aa9261571319c7549d02865e3c27dea10b38b4cae12250026107c85493cb5637b0203c05ef8f6968d8d7f'
6
+ metadata.gz: '0491ea83066ed074c94e5bf828ea8c95cae6b59ff0d5bddfa97578eb8afdd72cab0eee598c8474851c517bf37fbd18e1e2dfb25892ffa1531014f9aca2607225'
7
+ data.tar.gz: cadd3c4009b69134e7009c39ab95217e9260d6eb37743055d298ce982939284651891a77d45cb3910ae30575a625488c54b65ff496e77170a4301a80e1e91968
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.40.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.39.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::ApplicationCostProfiler
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -742,7 +741,7 @@ module Aws::ApplicationCostProfiler
742
741
  tracer: tracer
743
742
  )
744
743
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
745
- context[:gem_version] = '1.39.0'
744
+ context[:gem_version] = '1.41.0'
746
745
  Seahorse::Client::Request.new(handlers, context)
747
746
  end
748
747
 
@@ -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.39.0'
57
+ GEM_VERSION = '1.41.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.39.0
4
+ version: 1.41.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.216.0
21
+ version: 3.225.0
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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="