aws-sdk-costandusagereportservice 1.72.0 → 1.73.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: eee23dc8f09aaa4f4721fb64ead1b99fc9e637f48a9680b0b0df56a68984aa5c
4
- data.tar.gz: 734e713714e7fa04e00810afe6d8e1ab05b9686f7da7b19e67e7153c844dd07c
3
+ metadata.gz: 3b0045028d3600985a0a69542347e8f8b34773625635e8b0778f098f51d7c55d
4
+ data.tar.gz: 31d829f83f8d2b4c01517ae91df1afda9cf6be56a7b09c31fd3589c9e0a88877
5
5
  SHA512:
6
- metadata.gz: 434e8d646c6477300ce2862c3dd03751703774f12edddb36d7f1129245cbad0b0432da8657db1b8bc7f73c87ec66396f4e3dd0fe0566607a4d40e14b2dc53fb0
7
- data.tar.gz: f11aa90ab3728967a24d1fa68c09eff44850a34cc9fbb532dfc3b8c299efd2a644c0d2970fc8ad84db33853e48555adca886aa9c36f1d68d38850b87c6787bcc
6
+ metadata.gz: '08fbde4f95013d64da82ea43183133ad9df7b6ef9041bd4a524ce6b01372cfec391769dc345a19caf6b1d5c1c10391be45c2de4dbfd400affd1bfc5a8a0f5f11'
7
+ data.tar.gz: fdad7e23f8400ba54321e7a2589162d4a9b306ece8b141f027835ee1aed4fbc4cd7844b082aef892f19dad2fa0c4df53987a16c826d8e5ec967f222333ea4e90
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.72.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -200,8 +200,7 @@ module Aws::CostandUsageReportService
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
@@ -843,7 +842,7 @@ module Aws::CostandUsageReportService
843
842
  tracer: tracer
844
843
  )
845
844
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
846
- context[:gem_version] = '1.72.0'
845
+ context[:gem_version] = '1.73.0'
847
846
  Seahorse::Client::Request.new(handlers, context)
848
847
  end
849
848
 
@@ -54,7 +54,7 @@ module Aws::CostandUsageReportService
54
54
  autoload :EndpointProvider, 'aws-sdk-costandusagereportservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-costandusagereportservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.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-costandusagereportservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services