aws-sdk-emr 1.77.0 → 1.78.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: f78a3bc034d5f2d0e4b531918c3c0d784e8819bc5ebc1311a6667de76bb146e4
4
- data.tar.gz: 788934c1d6816c9fdddf746a3eced3443b22b454c63fab63564477bc8c042c8f
3
+ metadata.gz: a742f73b70fe35a399bb9f27bd626eccee1022491a375e488ec4d067d1f9b014
4
+ data.tar.gz: 54b0d86a7af07dee02d98671ee5bc41cceecb3b5583721ecab159d388d0653c2
5
5
  SHA512:
6
- metadata.gz: d0792047978b8deba7a5dcc53a04dca9e6dd379da5102867b67a7d4a8093108274aef00260d69088a130ffc30ca2c67d153e34572ca339efe0c308aef3a4763b
7
- data.tar.gz: 20aad5a4ab5b8c4926ff7af2c37c6e35efbfaa86f8a1d9acb8705d014bcc59d7c9f56cf0ebb7cb22faf98fb53d4e850378eee07b0829d60ed9fdfb79af65da6c
6
+ metadata.gz: 2d9e0d7d39a5573965564f5c066b8604e96bdd623a38873e031f8687fe7e67bc6bfb1c80c147790dfa39e834a57c662ffb4af19a401872c3b33dadf29cc82bed
7
+ data.tar.gz: d277633cb33945c23bc463cd0b7b1a01ad131c539da1050716f7e4ac2de18e3322d626d9ed416f3502715658ee955697b53c7fba6e77709116c7464a7068c7b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-11-13)
5
+ ------------------
6
+
7
+ * Feature - Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
8
+
4
9
  1.77.0 (2023-10-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -1654,7 +1654,7 @@ module Aws::EMR
1654
1654
  # @option params [required, String] :cluster_id
1655
1655
  # The unique identifier of the cluster.
1656
1656
  #
1657
- # @option params [required, String] :execution_role_arn
1657
+ # @option params [String] :execution_role_arn
1658
1658
  # The Amazon Resource Name (ARN) of the runtime role for interactive
1659
1659
  # workload submission on the cluster. The runtime role can be a
1660
1660
  # cross-account IAM role. The runtime role ARN is a combination of
@@ -1670,7 +1670,7 @@ module Aws::EMR
1670
1670
  #
1671
1671
  # resp = client.get_cluster_session_credentials({
1672
1672
  # cluster_id: "XmlStringMaxLen256", # required
1673
- # execution_role_arn: "ArnType", # required
1673
+ # execution_role_arn: "ArnType",
1674
1674
  # })
1675
1675
  #
1676
1676
  # @example Response structure
@@ -4020,7 +4020,7 @@ module Aws::EMR
4020
4020
  params: params,
4021
4021
  config: config)
4022
4022
  context[:gem_name] = 'aws-sdk-emr'
4023
- context[:gem_version] = '1.77.0'
4023
+ context[:gem_version] = '1.78.0'
4024
4024
  Seahorse::Client::Request.new(handlers, context)
4025
4025
  end
4026
4026
 
@@ -712,7 +712,7 @@ module Aws::EMR
712
712
  GetBlockPublicAccessConfigurationOutput.struct_class = Types::GetBlockPublicAccessConfigurationOutput
713
713
 
714
714
  GetClusterSessionCredentialsInput.add_member(:cluster_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "ClusterId"))
715
- GetClusterSessionCredentialsInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "ExecutionRoleArn"))
715
+ GetClusterSessionCredentialsInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ExecutionRoleArn"))
716
716
  GetClusterSessionCredentialsInput.struct_class = Types::GetClusterSessionCredentialsInput
717
717
 
718
718
  GetClusterSessionCredentialsOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
data/lib/aws-sdk-emr.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-emr/customizations'
53
53
  # @!group service
54
54
  module Aws::EMR
55
55
 
56
- GEM_VERSION = '1.77.0'
56
+ GEM_VERSION = '1.78.0'
57
57
 
58
58
  end
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.77.0
4
+ version: 1.78.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: 2023-10-27 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core