aws-sdk-emr 1.134.0 → 1.135.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: 4e369209db4066ad7d03d531117df1a6b0fad6bf9f2aa6be3aa46b2b510d388f
4
- data.tar.gz: 2b6b9271f0838b1a9b2b030695e5d422d127bfcedae0d07aaa779414707c1046
3
+ metadata.gz: 78d04fd27f1e2473d2542c8751f23ea78f565cbcc38bad660d4876f56b632cfe
4
+ data.tar.gz: dff05ce47631c6e27d43ad106b1dfab63888a67b881ce1cc825e20f8497a5fd1
5
5
  SHA512:
6
- metadata.gz: 664869df58d2bce4f86cc2d1e7ebcbe770d713eb531b38a38aeded7b71dc53e97294a2da077f7003660bea6bab526bb66f1d175bce2a89f2e08acaf86e399e97
7
- data.tar.gz: aea72af3a59db60c67e100f5f4bd7eddcf946e1f41b505fbe0958e0763a36fa224c68e175f5a9d1b008c05b76af823b54bf0b0e835e14b452470d1eda67632eb
6
+ metadata.gz: b60b2cc516882c9ff1ffe81f658aa8909eb21c4ff23a38295c08ad15491d40104443f5dfbbed353291707c26a3fa00364273283e4045a4fea83a605319851b69
7
+ data.tar.gz: 48bdc3950e25e00e9bf94b65b529c7cb22da81c98f04bfcc07a489489e8d724f85d5e05789f8c64fae3bb74c109f853b3b74ceac234a49a731d5245613ad7eee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2026-07-16)
5
+ ------------------
6
+
7
+ * Feature - Amazon EMR updates the Session object returned by GetSession API
8
+
4
9
  1.134.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -2116,8 +2116,6 @@ module Aws::EMR
2116
2116
  # resp.session.monitoring_configuration.s3_logging_configuration.log_types["XmlString"] #=> Array
2117
2117
  # resp.session.monitoring_configuration.s3_logging_configuration.log_types["XmlString"][0] #=> String
2118
2118
  # resp.session.session_idle_timeout_in_minutes #=> Integer
2119
- # resp.session.certificate_authority.certificate_arn #=> String
2120
- # resp.session.certificate_authority.certificate_data #=> String
2121
2119
  # resp.session.server_url #=> String
2122
2120
  # resp.session.tags #=> Array
2123
2121
  # resp.session.tags[0].key #=> String
@@ -2880,8 +2878,6 @@ module Aws::EMR
2880
2878
  # resp.sessions[0].monitoring_configuration.s3_logging_configuration.log_types["XmlString"] #=> Array
2881
2879
  # resp.sessions[0].monitoring_configuration.s3_logging_configuration.log_types["XmlString"][0] #=> String
2882
2880
  # resp.sessions[0].session_idle_timeout_in_minutes #=> Integer
2883
- # resp.sessions[0].certificate_authority.certificate_arn #=> String
2884
- # resp.sessions[0].certificate_authority.certificate_data #=> String
2885
2881
  # resp.sessions[0].server_url #=> String
2886
2882
  # resp.sessions[0].tags #=> Array
2887
2883
  # resp.sessions[0].tags[0].key #=> String
@@ -4942,7 +4938,7 @@ module Aws::EMR
4942
4938
  tracer: tracer
4943
4939
  )
4944
4940
  context[:gem_name] = 'aws-sdk-emr'
4945
- context[:gem_version] = '1.134.0'
4941
+ context[:gem_version] = '1.135.0'
4946
4942
  Seahorse::Client::Request.new(handlers, context)
4947
4943
  end
4948
4944
 
@@ -48,7 +48,6 @@ module Aws::EMR
48
48
  CancelStepsInput = Shapes::StructureShape.new(name: 'CancelStepsInput')
49
49
  CancelStepsOutput = Shapes::StructureShape.new(name: 'CancelStepsOutput')
50
50
  CancelStepsRequestStatus = Shapes::StringShape.new(name: 'CancelStepsRequestStatus')
51
- CertificateAuthority = Shapes::StructureShape.new(name: 'CertificateAuthority')
52
51
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
53
52
  CloudWatchAlarmDefinition = Shapes::StructureShape.new(name: 'CloudWatchAlarmDefinition')
54
53
  CloudWatchLogConfiguration = Shapes::StructureShape.new(name: 'CloudWatchLogConfiguration')
@@ -488,10 +487,6 @@ module Aws::EMR
488
487
  CancelStepsOutput.add_member(:cancel_steps_info_list, Shapes::ShapeRef.new(shape: CancelStepsInfoList, location_name: "CancelStepsInfoList"))
489
488
  CancelStepsOutput.struct_class = Types::CancelStepsOutput
490
489
 
491
- CertificateAuthority.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: XmlString, location_name: "CertificateArn"))
492
- CertificateAuthority.add_member(:certificate_data, Shapes::ShapeRef.new(shape: XmlString, location_name: "CertificateData"))
493
- CertificateAuthority.struct_class = Types::CertificateAuthority
494
-
495
490
  CloudWatchAlarmDefinition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
496
491
  CloudWatchAlarmDefinition.add_member(:evaluation_periods, Shapes::ShapeRef.new(shape: Integer, location_name: "EvaluationPeriods"))
497
492
  CloudWatchAlarmDefinition.add_member(:metric_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MetricName"))
@@ -1570,7 +1565,6 @@ module Aws::EMR
1570
1565
  Session.add_member(:engine_configurations, Shapes::ShapeRef.new(shape: ConfigurationList, location_name: "EngineConfigurations"))
1571
1566
  Session.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: SessionMonitoringConfiguration, location_name: "MonitoringConfiguration"))
1572
1567
  Session.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "SessionIdleTimeoutInMinutes"))
1573
- Session.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: CertificateAuthority, location_name: "CertificateAuthority"))
1574
1568
  Session.add_member(:server_url, Shapes::ShapeRef.new(shape: XmlString, location_name: "ServerUrl"))
1575
1569
  Session.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1576
1570
  Session.struct_class = Types::Session
@@ -505,31 +505,6 @@ module Aws::EMR
505
505
  include Aws::Structure
506
506
  end
507
507
 
508
- # Describes the certificate authority used to establish an mTLS
509
- # connection to the Spark Connect server when connecting directly over
510
- # VPC peering.
511
- #
512
- # @!attribute [rw] certificate_arn
513
- # The Amazon Resource Name (ARN) of the certificate authority in
514
- # Amazon Web Services Private CA that issued the Spark Connect server
515
- # certificate.
516
- # @return [String]
517
- #
518
- # @!attribute [rw] certificate_data
519
- # The PEM-encoded root CA certificate data. Provide this certificate
520
- # to your client's trust store when connecting directly to the Spark
521
- # Connect server over VPC peering.
522
- # @return [String]
523
- #
524
- # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/CertificateAuthority AWS API Documentation
525
- #
526
- class CertificateAuthority < Struct.new(
527
- :certificate_arn,
528
- :certificate_data)
529
- SENSITIVE = []
530
- include Aws::Structure
531
- end
532
-
533
508
  # The definition of a CloudWatch metric alarm, which determines when an
534
509
  # automatic scaling activity is triggered. When the defined alarm
535
510
  # conditions are satisfied, scaling activity begins.
@@ -6521,11 +6496,6 @@ module Aws::EMR
6521
6496
  # duration, Amazon EMR automatically terminates it.
6522
6497
  # @return [Integer]
6523
6498
  #
6524
- # @!attribute [rw] certificate_authority
6525
- # The certificate authority used to establish an mTLS connection to
6526
- # the Spark Connect server when connecting directly over VPC peering.
6527
- # @return [Types::CertificateAuthority]
6528
- #
6529
6499
  # @!attribute [rw] server_url
6530
6500
  # The Spark Connect server URL for the session. Use this URL with the
6531
6501
  # `Credentials` returned by `GetSessionEndpoint` to connect directly
@@ -6556,7 +6526,6 @@ module Aws::EMR
6556
6526
  :engine_configurations,
6557
6527
  :monitoring_configuration,
6558
6528
  :session_idle_timeout_in_minutes,
6559
- :certificate_authority,
6560
6529
  :server_url,
6561
6530
  :tags)
6562
6531
  SENSITIVE = []
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.134.0'
58
+ GEM_VERSION = '1.135.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -136,12 +136,6 @@ module Aws::EMR
136
136
  SENSITIVE: []
137
137
  end
138
138
 
139
- class CertificateAuthority
140
- attr_accessor certificate_arn: ::String
141
- attr_accessor certificate_data: ::String
142
- SENSITIVE: []
143
- end
144
-
145
139
  class CloudWatchAlarmDefinition
146
140
  attr_accessor comparison_operator: ("GREATER_THAN_OR_EQUAL" | "GREATER_THAN" | "LESS_THAN" | "LESS_THAN_OR_EQUAL")
147
141
  attr_accessor evaluation_periods: ::Integer
@@ -1477,7 +1471,6 @@ module Aws::EMR
1477
1471
  attr_accessor engine_configurations: ::Array[Types::Configuration]
1478
1472
  attr_accessor monitoring_configuration: Types::SessionMonitoringConfiguration
1479
1473
  attr_accessor session_idle_timeout_in_minutes: ::Integer
1480
- attr_accessor certificate_authority: Types::CertificateAuthority
1481
1474
  attr_accessor server_url: ::String
1482
1475
  attr_accessor tags: ::Array[Types::Tag]
1483
1476
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services