aws-sdk-autoscalingplans 1.76.0 → 1.77.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: c31d1eb57ba860aeed48098ec53c6cac66ec9fa5767225f88e213f2ce7bc3bdd
4
- data.tar.gz: 709e7ca65e4290fba5b9689a448028492fa4e215d7162fe92ed94ede8854a3f5
3
+ metadata.gz: 374435cffa6fe2c8caf8ae868a5440d8c95f33f66ff3a013add5796f99c7c189
4
+ data.tar.gz: c73cc99583f1af59fe5cb899b12f261f0abcd0cf3839ad86bd63e20d8d17139f
5
5
  SHA512:
6
- metadata.gz: 8e834de289cd49a308cbe2d6e20c8f5dc256c480d18cd4b0cc432c41a6de38b186cbba47923bc04e32eeb132fc4d461696bd7b7e2b2f94c38d4162b9e2249bc0
7
- data.tar.gz: adcf3a985a5337f055e78d2fef8afc5e7f54e31d9b831a5c8c2674d51e371ab7af76ed5b89a03e5dbe7b9e7bff70e3e79f1183c523d5f2526c601e5bc17b69c9
6
+ metadata.gz: f1f38628ad0fbf49f3c0ad239e38b2d809784cd5732fda8f1032dc7e13a5589966733f49df53c877c12880feaa951e68765c0e1a7ca87b284e6f1496c49d4ce1
7
+ data.tar.gz: 96e9f3434849c4d1dd8cefa7b09f2da44d2f8829819509d73a888228ee77097194e4f8496505062a67b54bc63aba4a150e0a418eda6cb57955e9410694a64958
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.76.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -1035,7 +1035,7 @@ module Aws::AutoScalingPlans
1035
1035
  tracer: tracer
1036
1036
  )
1037
1037
  context[:gem_name] = 'aws-sdk-autoscalingplans'
1038
- context[:gem_version] = '1.76.0'
1038
+ context[:gem_version] = '1.77.0'
1039
1039
  Seahorse::Client::Request.new(handlers, context)
1040
1040
  end
1041
1041
 
@@ -28,7 +28,7 @@ module Aws::AutoScalingPlans
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://autoscaling-plans-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::AutoScalingPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-autoscalingplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-autoscalingplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.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-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services