aws-sdk-emr 1.102.0 → 1.103.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 762adfdb8618635dc862c50efbe79d7ccdf6aa86911836d967d1ce4f7880dc7a
4
- data.tar.gz: c835b1d145e0b625d9f8582f459b7318c236c136c80e3af98b2015dac50670be
3
+ metadata.gz: 404b74895b53a50836126d2b8e54c59578d8dbc63e293b43e7ee3867ada2903c
4
+ data.tar.gz: f98c285e43703aca0adad75a894ef027e4eeb4e58c5bbfc15c314ba271dfca3e
5
5
  SHA512:
6
- metadata.gz: 0c32d3f0887cc53b281d3349fad06f6620535b637e5f61ba5e5915dd100bba1929e110043c1be2760233b0145ea15b36e177cc78a97f27ce35a0cafc88374194
7
- data.tar.gz: 48f753fe633cdb33b13bf072ac0dc0e850266fcea7b3c86d2a10ab271cf3e393b4f9a4783fa50a5acc8ee24b67ceefd085e1c070e7a71528ad362730b614bd0c
6
+ metadata.gz: 00e06ce7d4c79132f012f23fea31ece6371d2641b2cfce0c90b8563bf369695f5bb71e22e71da885d7554291d5af0a2df8bca78f817ee429a197ab04395640bd
7
+ data.tar.gz: 1a5da793a948279429f20d6db3ce34cf3bff43eb496115f4a220d84974f158537b6ccc85e1826f7c7d412548f78d86dcd8ee6b36f3b008f90ef5ecf4db0515d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.102.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -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.102.0'
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"))
@@ -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
data/lib/aws-sdk-emr.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EMR
55
55
  autoload :EndpointProvider, 'aws-sdk-emr/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-emr/endpoints'
57
57
 
58
- GEM_VERSION = '1.102.0'
58
+ GEM_VERSION = '1.103.0'
59
59
 
60
60
  end
61
61
 
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.102.0
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-06 00:00:00.000000000 Z
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