aws-sdk-autoscalingplans 1.76.0 → 1.78.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:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 9855b9fc22d2c1926134b368d41f75cb718ca4836b574680e8ade0c5e31bf5ea
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: c8ea824bcb0717f3089e275b0fd51012eee72ebf94675d1e914960c88a4edf51
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 814aece1da4c630b09b3ac405803133ae4ff0dcf55b984d339067481075854f2458367eda600c5e298a24841a6c0296d30f08ef0969e029e58f8cd923282e6eb
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 4916fbf55974ab406b0be160fe74cb0ef292af4f8349c88ff4fda47a19ed54808dcd71c4e1f95154af52feae738797d82eee2248f67f56fe11c681cf1b478923
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,6 +1,16 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Unreleased Changes
         
     | 
| 
       2 
2 
     | 
    
         
             
            ------------------
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
      
 4 
     | 
    
         
            +
            1.78.0 (2025-10-16)
         
     | 
| 
      
 5 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            * Feature - Updated FIPS endpoints for US GovCloud regions
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            1.77.0 (2025-08-28)
         
     | 
| 
      
 10 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            * Feature - Remove incorrect endpoint tests
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
       4 
14 
     | 
    
         
             
            1.76.0 (2025-08-26)
         
     | 
| 
       5 
15 
     | 
    
         
             
            ------------------
         
     | 
| 
       6 
16 
     | 
    
         | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.78.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. 
     | 
| 
      
 1038 
     | 
    
         
            +
                  context[:gem_version] = '1.78.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 [ 
     | 
| 
      
 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 [ 
     | 
| 
      
 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 [ 
     | 
| 
      
 26 
     | 
    
         
            +
              #   @return [boolean]
         
     | 
| 
       27 
27 
     | 
    
         
             
              #
         
     | 
| 
       28 
28 
     | 
    
         
             
              # @!attribute endpoint
         
     | 
| 
       29 
29 
     | 
    
         
             
              #   Override the endpoint used to send this request
         
     | 
| 
       30 
30 
     | 
    
         
             
              #
         
     | 
| 
       31 
     | 
    
         
            -
              #   @return [ 
     | 
| 
      
 31 
     | 
    
         
            +
              #   @return [string]
         
     | 
| 
       32 
32 
     | 
    
         
             
              #
         
     | 
| 
       33 
33 
     | 
    
         
             
              EndpointParameters = Struct.new(
         
     | 
| 
       34 
34 
     | 
    
         
             
                :region,
         
     | 
| 
         @@ -28,7 +28,13 @@ 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?( 
     | 
| 
      
 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"
         
     |