aws-sdk-bcmdataexports 1.18.0 → 1.20.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: 1b2fce12a57d381ca0081d20f5a70a3705c4d3307e239cbdfe1c9d5e1ff30ce5
4
- data.tar.gz: b1ea6c71624a4cae82fc3b29b26c932a8c56a1c3c550cfb64c3076ad90a35d6e
3
+ metadata.gz: 90018b53522be6a12723a4f80e6bc155b317ae8974e50f1eac03673beddf2da4
4
+ data.tar.gz: e1c7010e3de4a9700d4601a49469336e3e79b1adddb4a628399adc1660c5c461
5
5
  SHA512:
6
- metadata.gz: cf0c3c7bf317b7784f5d69fa7dc8f1f8576f5c96b9ee579e2d8ae99e493e68f0e90e3e164596b08544eed9fa04cd06e6efe6530ee9bb77a05e72f3cea869cca1
7
- data.tar.gz: 55ce8afbfc26755dc8f787b5778b56aa2f221fc3c1e57614c7207ce7bcf3cab56802424e60d1552503a30da0f6b3aee4a56832099d89894947e9ac8de0fffa0b
6
+ metadata.gz: 9bb7ee12f188c71300b607c64b763aea61fe3bba98f3edd2d122f2d835194908e3bcabc8f159896691e1cc0991c476b6f57837ded86c876304deea9c0babb2c1
7
+ data.tar.gz: 8dc22f6d9b3ae8bfdbd011c233b04c651e5959d86299880c14012654da1527ce967ed7c5ee9dbeab879291020bc826a47d7cc8d1c0fa7cbde0cde3940139b051
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.19.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.18.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.20.0
@@ -200,8 +200,7 @@ module Aws::BCMDataExports
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
@@ -1062,7 +1061,7 @@ module Aws::BCMDataExports
1062
1061
  tracer: tracer
1063
1062
  )
1064
1063
  context[:gem_name] = 'aws-sdk-bcmdataexports'
1065
- context[:gem_version] = '1.18.0'
1064
+ context[:gem_version] = '1.20.0'
1066
1065
  Seahorse::Client::Request.new(handlers, context)
1067
1066
  end
1068
1067
 
@@ -25,7 +25,7 @@ module Aws::BCMDataExports
25
25
  end
26
26
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
27
27
  end
28
- return Aws::Endpoints::Endpoint.new(url: "https://bcm-data-exports.us-east-1.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"bcm-data-exports", "signingRegion"=>"us-east-1"}]})
28
+ return Aws::Endpoints::Endpoint.new(url: "https://bcm-data-exports.us-east-1.api.aws", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "bcm-data-exports", "signingRegion" => "us-east-1"}]})
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
31
31
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
@@ -54,7 +54,7 @@ module Aws::BCMDataExports
54
54
  autoload :EndpointProvider, 'aws-sdk-bcmdataexports/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bcmdataexports/endpoints'
56
56
 
57
- GEM_VERSION = '1.18.0'
57
+ GEM_VERSION = '1.20.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bcmdataexports
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS Billing and Cost Management Data Exports
99
96
  test_files: []