aws-sdk-costexplorer 1.137.0 → 1.138.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: 32728f2d621b3051645b75fda8fcdd224bdfee0d8ea38826d22acd49254c41d4
4
- data.tar.gz: b62e80dce452c1e94ded78170272b3bba9b598b5a5dac1823773d7431f8b3d92
3
+ metadata.gz: aa87cd6d7b78e234257eac5b043424e56828455a4e7260d78bcc4a28fa810bd0
4
+ data.tar.gz: 9c16d2e8bc1678a4cbec2560583458c69c0aa5eeb819cb29dde05860f4505c1a
5
5
  SHA512:
6
- metadata.gz: 99be3026f9b4e526177097ff83b2ec9cb7afea5e9729a68bbe5beb5f954d31f5d80d720190a389b2d8927c885a59028d80e17cac9051500cca3b7abf12e06365
7
- data.tar.gz: dffa4db4a343df850b23d227b9aa2b83d6cc68d64e6002b106e96438098cdb7c9d5a5ae8eb7d0df136655a1a4c9502bd1e6e9588a2e51bb55da25ddafd22c5a9
6
+ metadata.gz: 73920a0ae9942f137b003cd1567e1bdc6b4407d8b4cc4b878153e7ece04c2a0150986a88cf1034bbbbe0799951016303b02b775396781370b218e4d4acf35db0
7
+ data.tar.gz: a2762d72a06aff723a467c768b7084c7f94c7971957e1c5ab2c246927c57f63ebc2ebae79395287a2f79bf4888e629dc06821198a20d043106b0fdc1f63426e2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Updated endpoint for eusc-de-east-1 region.
8
+
4
9
  1.137.0 (2025-10-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.138.0
@@ -6113,7 +6113,7 @@ module Aws::CostExplorer
6113
6113
  tracer: tracer
6114
6114
  )
6115
6115
  context[:gem_name] = 'aws-sdk-costexplorer'
6116
- context[:gem_version] = '1.137.0'
6116
+ context[:gem_version] = '1.138.0'
6117
6117
  Seahorse::Client::Request.new(handlers, context)
6118
6118
  end
6119
6119
 
@@ -42,6 +42,9 @@ module Aws::CostExplorer
42
42
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-eusc") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
43
43
  return Aws::Endpoints::Endpoint.new(url: "https://ce.eusc-de-east-1.api.amazonwebservices.eu", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "eusc-de-east-1"}]})
44
44
  end
45
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-eusc") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
46
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.eusc-de-east-1.api.amazonwebservices.eu", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "eusc-de-east-1"}]})
47
+ end
45
48
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
46
49
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
47
50
  return Aws::Endpoints::Endpoint.new(url: "https://ce-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
@@ -54,7 +54,7 @@ module Aws::CostExplorer
54
54
  autoload :EndpointProvider, 'aws-sdk-costexplorer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-costexplorer/endpoints'
56
56
 
57
- GEM_VERSION = '1.137.0'
57
+ GEM_VERSION = '1.138.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-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services