aws-sdk-emr 1.77.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emr/client.rb +3 -3
- data/lib/aws-sdk-emr/client_api.rb +1 -1
- data/lib/aws-sdk-emr.rb +1 -1
- 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: a742f73b70fe35a399bb9f27bd626eccee1022491a375e488ec4d067d1f9b014
|
|
4
|
+
data.tar.gz: 54b0d86a7af07dee02d98671ee5bc41cceecb3b5583721ecab159d388d0653c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.78.0
|
data/lib/aws-sdk-emr/client.rb
CHANGED
|
@@ -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 [
|
|
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",
|
|
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.
|
|
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,
|
|
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
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.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-
|
|
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
|