aws-sdk-costexplorer 1.121.0 → 1.122.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: ea8dc0c9bdc75dce50ffc8164e0a9b4e0c65eca9970f0b3e0357e8cbd2630b5d
4
- data.tar.gz: 4572e4558402ad5a3b4fb88e2e2ab43765a63c865807ad6c1dfabbbd31c8763a
3
+ metadata.gz: cbd6e46ef6b9c6b62e651890c14a8479a26e7b24bce1c2c60c4d0a0650e5199f
4
+ data.tar.gz: 2c5d42a7cb6fd980ed34c9660d4e78ecf905c24b5903931cb2f73aabac983f87
5
5
  SHA512:
6
- metadata.gz: e5f1552fc2eb0c45603ce6299fff164773790d873ad0c66cbf5ba33a7f37576f37009bc58390a28f0780d5730e0724596dc819d0b4fa98f4c95dc919dc60d79b
7
- data.tar.gz: 93312f2aaa615cf3990b596f2ef78d41d3dcbd2040bd2ecc2a5c2a93504c3045004a06381942fc1ff43be701404e2c286bdf0c3f5f398b22d83a7cdf8a46e79f
6
+ metadata.gz: 0bca1fe478c97a10e8b42fba91fe2e9f275ee209b79f8933713ba2966b2546d10f4b4395484fc838a252592ef013eb3da892071a90b2d2987bb222c87d76b1a3
7
+ data.tar.gz: e5bccc60302895c5bd3023b89730da5be0a080319899808aecc0d6e198b0ee0074432ff01fe77a30b67b37efc38ac1d4df62a505ca545b73e8ca1d05242f3b1c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2025-03-10)
5
+ ------------------
6
+
7
+ * Feature - Releasing minor partition endpoint updates.
8
+
4
9
  1.121.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -5635,7 +5635,7 @@ module Aws::CostExplorer
5635
5635
  tracer: tracer
5636
5636
  )
5637
5637
  context[:gem_name] = 'aws-sdk-costexplorer'
5638
- context[:gem_version] = '1.121.0'
5638
+ context[:gem_version] = '1.122.0'
5639
5639
  Seahorse::Client::Request.new(handlers, context)
5640
5640
  end
5641
5641
 
@@ -27,6 +27,18 @@ module Aws::CostExplorer
27
27
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
28
28
  return Aws::Endpoints::Endpoint.new(url: "https://ce.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"cn-northwest-1"}]})
29
29
  end
30
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
31
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-iso-east-1.c2s.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-iso-east-1"}]})
32
+ end
33
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
34
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-isob-east-1"}]})
35
+ end
36
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
37
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.eu-isoe-west-1.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"eu-isoe-west-1"}]})
38
+ end
39
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
40
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-isof-south-1"}]})
41
+ end
30
42
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
31
43
  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"))
32
44
  return Aws::Endpoints::Endpoint.new(url: "https://ce-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
@@ -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.121.0'
57
+ GEM_VERSION = '1.122.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.121.0
4
+ version: 1.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core