aws-sdk-applicationcostprofiler 1.45.0 → 1.46.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: 735acfcdacb04f1bcbb96d8387abee62e1d01cc19f8acfbcda5beb4e155f741f
4
- data.tar.gz: fc90e0b7155d77363cc901ee404422bf8a009fa6d61de0989e800f360788cdb4
3
+ metadata.gz: 2dd12b1731f043c1cb45cf887cc8d4168d1a1779fdad2e63fd13215eed9f439c
4
+ data.tar.gz: 63538a6d5612132e592001e088ae52c57f56a823ee796a5840f9e9e2f8d762f2
5
5
  SHA512:
6
- metadata.gz: 1555b3d326a9ec9a2caca362ffbf3d538da4ce4070a3523bb5b70ac7f95c316a209be45d45dd98a6822402286f513f535dbecb225e36aff8e1ee18c4c03269e1
7
- data.tar.gz: a699de05cc2b85a5f430061463afe322c369a39076fc67cda14a258e8c3d944ac4f99602cbb817f9efcf3a2fd8f6ecb5343a54ea3148a226c05675767126c2cc
6
+ metadata.gz: b87ee509c9f54bc19d803e686c88ab9ac9bbc621e15ec8c911b11249c490d6259411bf5a1bb083eaf9972a6052093173aab6dbee57fcf4244eeeb17b26358cba
7
+ data.tar.gz: ab662b6349121b736909b97f9d59643a00cf28cf76c04e7994a2abe707c799f621d2ac5935cac1a7167271bbfdf91b828618d6148c6398d801c5a2702393205d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.45.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -748,7 +748,7 @@ module Aws::ApplicationCostProfiler
748
748
  tracer: tracer
749
749
  )
750
750
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
751
- context[:gem_version] = '1.45.0'
751
+ context[:gem_version] = '1.46.0'
752
752
  Seahorse::Client::Request.new(handlers, context)
753
753
  end
754
754
 
@@ -28,7 +28,7 @@ module Aws::ApplicationCostProfiler
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://application-cost-profiler-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.45.0'
57
+ GEM_VERSION = '1.46.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.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services