aws-sdk-emr 1.101.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emr/client.rb +7 -1
- data/lib/aws-sdk-emr/client_api.rb +4 -0
- data/lib/aws-sdk-emr/types.rb +18 -3
- data/lib/aws-sdk-emr.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +2 -0
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 404b74895b53a50836126d2b8e54c59578d8dbc63e293b43e7ee3867ada2903c
         | 
| 4 | 
            +
              data.tar.gz: f98c285e43703aca0adad75a894ef027e4eeb4e58c5bbfc15c314ba271dfca3e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 00e06ce7d4c79132f012f23fea31ece6371d2641b2cfce0c90b8563bf369695f5bb71e22e71da885d7554291d5af0a2df8bca78f817ee429a197ab04395640bd
         | 
| 7 | 
            +
              data.tar.gz: 1a5da793a948279429f20d6db3ce34cf3bff43eb496115f4a220d84974f158537b6ccc85e1826f7c7d412548f78d86dcd8ee6b36f3b008f90ef5ecf4db0515d3
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,16 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.103.0 (2024-11-22)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Advanced Scaling in Amazon EMR Managed Scaling
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.102.0 (2024-11-06)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 13 | 
            +
             | 
| 4 14 | 
             
            1.101.0 (2024-10-18)
         | 
| 5 15 | 
             
            ------------------
         | 
| 6 16 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.103.0
         | 
    
        data/lib/aws-sdk-emr/client.rb
    CHANGED
    
    | @@ -1803,6 +1803,8 @@ module Aws::EMR | |
| 1803 1803 | 
             
                #   resp.managed_scaling_policy.compute_limits.maximum_capacity_units #=> Integer
         | 
| 1804 1804 | 
             
                #   resp.managed_scaling_policy.compute_limits.maximum_on_demand_capacity_units #=> Integer
         | 
| 1805 1805 | 
             
                #   resp.managed_scaling_policy.compute_limits.maximum_core_capacity_units #=> Integer
         | 
| 1806 | 
            +
                #   resp.managed_scaling_policy.utilization_performance_index #=> Integer
         | 
| 1807 | 
            +
                #   resp.managed_scaling_policy.scaling_strategy #=> String, one of "DEFAULT", "ADVANCED"
         | 
| 1806 1808 | 
             
                #
         | 
| 1807 1809 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/GetManagedScalingPolicy AWS API Documentation
         | 
| 1808 1810 | 
             
                #
         | 
| @@ -3083,6 +3085,8 @@ module Aws::EMR | |
| 3083 3085 | 
             
                #         maximum_on_demand_capacity_units: 1,
         | 
| 3084 3086 | 
             
                #         maximum_core_capacity_units: 1,
         | 
| 3085 3087 | 
             
                #       },
         | 
| 3088 | 
            +
                #       utilization_performance_index: 1,
         | 
| 3089 | 
            +
                #       scaling_strategy: "DEFAULT", # accepts DEFAULT, ADVANCED
         | 
| 3086 3090 | 
             
                #     },
         | 
| 3087 3091 | 
             
                #   })
         | 
| 3088 3092 | 
             
                #
         | 
| @@ -3763,6 +3767,8 @@ module Aws::EMR | |
| 3763 3767 | 
             
                #         maximum_on_demand_capacity_units: 1,
         | 
| 3764 3768 | 
             
                #         maximum_core_capacity_units: 1,
         | 
| 3765 3769 | 
             
                #       },
         | 
| 3770 | 
            +
                #       utilization_performance_index: 1,
         | 
| 3771 | 
            +
                #       scaling_strategy: "DEFAULT", # accepts DEFAULT, ADVANCED
         | 
| 3766 3772 | 
             
                #     },
         | 
| 3767 3773 | 
             
                #     placement_group_configs: [
         | 
| 3768 3774 | 
             
                #       {
         | 
| @@ -4276,7 +4282,7 @@ module Aws::EMR | |
| 4276 4282 | 
             
                    tracer: tracer
         | 
| 4277 4283 | 
             
                  )
         | 
| 4278 4284 | 
             
                  context[:gem_name] = 'aws-sdk-emr'
         | 
| 4279 | 
            -
                  context[:gem_version] = '1. | 
| 4285 | 
            +
                  context[:gem_version] = '1.103.0'
         | 
| 4280 4286 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 4281 4287 | 
             
                end
         | 
| 4282 4288 |  | 
| @@ -277,6 +277,7 @@ module Aws::EMR | |
| 277 277 | 
             
                ScalingConstraints = Shapes::StructureShape.new(name: 'ScalingConstraints')
         | 
| 278 278 | 
             
                ScalingRule = Shapes::StructureShape.new(name: 'ScalingRule')
         | 
| 279 279 | 
             
                ScalingRuleList = Shapes::ListShape.new(name: 'ScalingRuleList')
         | 
| 280 | 
            +
                ScalingStrategy = Shapes::StringShape.new(name: 'ScalingStrategy')
         | 
| 280 281 | 
             
                ScalingTrigger = Shapes::StructureShape.new(name: 'ScalingTrigger')
         | 
| 281 282 | 
             
                ScriptBootstrapActionConfig = Shapes::StructureShape.new(name: 'ScriptBootstrapActionConfig')
         | 
| 282 283 | 
             
                SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
         | 
| @@ -339,6 +340,7 @@ module Aws::EMR | |
| 339 340 | 
             
                UpdateStudioSessionMappingInput = Shapes::StructureShape.new(name: 'UpdateStudioSessionMappingInput')
         | 
| 340 341 | 
             
                UriString = Shapes::StringShape.new(name: 'UriString')
         | 
| 341 342 | 
             
                UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
         | 
| 343 | 
            +
                UtilizationPerformanceIndexInteger = Shapes::IntegerShape.new(name: 'UtilizationPerformanceIndexInteger')
         | 
| 342 344 | 
             
                VolumeSpecification = Shapes::StructureShape.new(name: 'VolumeSpecification')
         | 
| 343 345 | 
             
                WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
         | 
| 344 346 | 
             
                XmlString = Shapes::StringShape.new(name: 'XmlString')
         | 
| @@ -1155,6 +1157,8 @@ module Aws::EMR | |
| 1155 1157 | 
             
                ListSupportedInstanceTypesOutput.struct_class = Types::ListSupportedInstanceTypesOutput
         | 
| 1156 1158 |  | 
| 1157 1159 | 
             
                ManagedScalingPolicy.add_member(:compute_limits, Shapes::ShapeRef.new(shape: ComputeLimits, location_name: "ComputeLimits"))
         | 
| 1160 | 
            +
                ManagedScalingPolicy.add_member(:utilization_performance_index, Shapes::ShapeRef.new(shape: UtilizationPerformanceIndexInteger, location_name: "UtilizationPerformanceIndex"))
         | 
| 1161 | 
            +
                ManagedScalingPolicy.add_member(:scaling_strategy, Shapes::ShapeRef.new(shape: ScalingStrategy, location_name: "ScalingStrategy"))
         | 
| 1158 1162 | 
             
                ManagedScalingPolicy.struct_class = Types::ManagedScalingPolicy
         | 
| 1159 1163 |  | 
| 1160 1164 | 
             
                MetricDimension.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
         | 
    
        data/lib/aws-sdk-emr/types.rb
    CHANGED
    
    | @@ -4474,10 +4474,25 @@ module Aws::EMR | |
| 4474 4474 | 
             
                #   master node cannot be scaled after initial configuration.
         | 
| 4475 4475 | 
             
                #   @return [Types::ComputeLimits]
         | 
| 4476 4476 | 
             
                #
         | 
| 4477 | 
            +
                # @!attribute [rw] utilization_performance_index
         | 
| 4478 | 
            +
                #   An integer value that represents an advanced scaling strategy.
         | 
| 4479 | 
            +
                #   Setting a higher value optimizes for performance. Setting a lower
         | 
| 4480 | 
            +
                #   value optimizes for resource conservation. Setting the value to 50
         | 
| 4481 | 
            +
                #   balances performance and resource conservation. Possible values are
         | 
| 4482 | 
            +
                #   1, 25, 50, 75, and 100.
         | 
| 4483 | 
            +
                #   @return [Integer]
         | 
| 4484 | 
            +
                #
         | 
| 4485 | 
            +
                # @!attribute [rw] scaling_strategy
         | 
| 4486 | 
            +
                #   Determines whether a custom scaling utilization performance index
         | 
| 4487 | 
            +
                #   can be set. Possible values include *ADVANCED* or *DEFAULT*.
         | 
| 4488 | 
            +
                #   @return [String]
         | 
| 4489 | 
            +
                #
         | 
| 4477 4490 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ManagedScalingPolicy AWS API Documentation
         | 
| 4478 4491 | 
             
                #
         | 
| 4479 4492 | 
             
                class ManagedScalingPolicy < Struct.new(
         | 
| 4480 | 
            -
                  :compute_limits | 
| 4493 | 
            +
                  :compute_limits,
         | 
| 4494 | 
            +
                  :utilization_performance_index,
         | 
| 4495 | 
            +
                  :scaling_strategy)
         | 
| 4481 4496 | 
             
                  SENSITIVE = []
         | 
| 4482 4497 | 
             
                  include Aws::Structure
         | 
| 4483 4498 | 
             
                end
         | 
| @@ -4485,8 +4500,8 @@ module Aws::EMR | |
| 4485 4500 | 
             
                # A CloudWatch dimension, which is specified using a `Key` (known as a
         | 
| 4486 4501 | 
             
                # `Name` in CloudWatch), `Value` pair. By default, Amazon EMR uses one
         | 
| 4487 4502 | 
             
                # dimension whose `Key` is `JobFlowID` and `Value` is a variable
         | 
| 4488 | 
            -
                # representing the cluster ID, which is  | 
| 4489 | 
            -
                #  | 
| 4503 | 
            +
                # representing the cluster ID, which is `${emr.clusterId}`. This enables
         | 
| 4504 | 
            +
                # the rule to bootstrap when the cluster ID becomes available.
         | 
| 4490 4505 | 
             
                #
         | 
| 4491 4506 | 
             
                # @!attribute [rw] key
         | 
| 4492 4507 | 
             
                #   The dimension name.
         | 
    
        data/lib/aws-sdk-emr.rb
    CHANGED
    
    
    
        data/sig/client.rbs
    CHANGED
    
    | @@ -860,7 +860,9 @@ module Aws | |
| 860 860 | 
             
                                                        maximum_capacity_units: ::Integer,
         | 
| 861 861 | 
             
                                                        maximum_on_demand_capacity_units: ::Integer?,
         | 
| 862 862 | 
             
                                                        maximum_core_capacity_units: ::Integer?
         | 
| 863 | 
            -
                                                      } | 
| 863 | 
            +
                                                      }?,
         | 
| 864 | 
            +
                                                      utilization_performance_index: ::Integer?,
         | 
| 865 | 
            +
                                                      scaling_strategy: ("DEFAULT" | "ADVANCED")?
         | 
| 864 866 | 
             
                                                    }
         | 
| 865 867 | 
             
                                                  ) -> _PutManagedScalingPolicyResponseSuccess
         | 
| 866 868 | 
             
                                                | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutManagedScalingPolicyResponseSuccess
         | 
| @@ -1156,7 +1158,9 @@ module Aws | |
| 1156 1158 | 
             
                                          maximum_capacity_units: ::Integer,
         | 
| 1157 1159 | 
             
                                          maximum_on_demand_capacity_units: ::Integer?,
         | 
| 1158 1160 | 
             
                                          maximum_core_capacity_units: ::Integer?
         | 
| 1159 | 
            -
                                        } | 
| 1161 | 
            +
                                        }?,
         | 
| 1162 | 
            +
                                        utilization_performance_index: ::Integer?,
         | 
| 1163 | 
            +
                                        scaling_strategy: ("DEFAULT" | "ADVANCED")?
         | 
| 1160 1164 | 
             
                                      },
         | 
| 1161 1165 | 
             
                                      ?placement_group_configs: Array[
         | 
| 1162 1166 | 
             
                                        {
         | 
    
        data/sig/types.rbs
    CHANGED
    
    | @@ -1012,6 +1012,8 @@ module Aws::EMR | |
| 1012 1012 |  | 
| 1013 1013 | 
             
                class ManagedScalingPolicy
         | 
| 1014 1014 | 
             
                  attr_accessor compute_limits: Types::ComputeLimits
         | 
| 1015 | 
            +
                  attr_accessor utilization_performance_index: ::Integer
         | 
| 1016 | 
            +
                  attr_accessor scaling_strategy: ("DEFAULT" | "ADVANCED")
         | 
| 1015 1017 | 
             
                  SENSITIVE: []
         | 
| 1016 1018 | 
             
                end
         | 
| 1017 1019 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-emr
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.103.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: 2024- | 
| 11 | 
            +
            date: 2024-11-22 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |