aws-sdk-autoscalingplans 1.77.0 → 1.79.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: 374435cffa6fe2c8caf8ae868a5440d8c95f33f66ff3a013add5796f99c7c189
4
- data.tar.gz: c73cc99583f1af59fe5cb899b12f261f0abcd0cf3839ad86bd63e20d8d17139f
3
+ metadata.gz: ba3a69e451d4d35f0bd074621ea426301742950418c0b7b58ec33cb451dbb9b1
4
+ data.tar.gz: 4cd468f900e5a7b9dca4aac800bd89fe168449db52542476e1b5946738721089
5
5
  SHA512:
6
- metadata.gz: f1f38628ad0fbf49f3c0ad239e38b2d809784cd5732fda8f1032dc7e13a5589966733f49df53c877c12880feaa951e68765c0e1a7ca87b284e6f1496c49d4ce1
7
- data.tar.gz: 96e9f3434849c4d1dd8cefa7b09f2da44d2f8829819509d73a888228ee77097194e4f8496505062a67b54bc63aba4a150e0a418eda6cb57955e9410694a64958
6
+ metadata.gz: 3b9ce58ac92deacd08a2b20a749108a0a8ddaa22e5f2a2693ac05e525ba15bbf94ef919142f73190baaffa7b7380ddc86a12f6972d59a3e18fb123da0986a517
7
+ data.tar.gz: 876e2a42fb2a8cd7a78d6a7fb788a62b4813371c6c569eaed26b489d75fab11afb0828d2e97a9fc5ae347cb6261f393f9d7b94f8a54375afd7dc7b894421468a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-10-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.78.0 (2025-10-16)
10
+ ------------------
11
+
12
+ * Feature - Updated FIPS endpoints for US GovCloud regions
13
+
4
14
  1.77.0 (2025-08-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.79.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.77.0'
1038
+ context[:gem_version] = '1.79.0'
1039
1039
  Seahorse::Client::Request.new(handlers, context)
1040
1040
  end
1041
1041
 
@@ -13,22 +13,22 @@ module Aws::AutoScalingPlans
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -29,6 +29,12 @@ module Aws::AutoScalingPlans
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
31
  if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
+ if Aws::Endpoints::Matchers.string_equals?(parameters.region, "us-gov-east-1")
33
+ return Aws::Endpoints::Endpoint.new(url: "https://autoscaling-plans.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
34
+ end
35
+ if Aws::Endpoints::Matchers.string_equals?(parameters.region, "us-gov-west-1")
36
+ return Aws::Endpoints::Endpoint.new(url: "https://autoscaling-plans.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
37
+ end
32
38
  return Aws::Endpoints::Endpoint.new(url: "https://autoscaling-plans-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
39
  end
34
40
  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.77.0'
57
+ GEM_VERSION = '1.79.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.77.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.231.0
21
+ version: 3.234.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement