aws-sdk-emr 1.28.0 → 1.29.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: cf69a9ea5f608150c58f2d6f11be3b45b796f3232f2f6538efb9ec70cdd9e095
4
- data.tar.gz: df5b466ce2c02ed2ae4b75b5b714cd54bbb4ff2dd81c9fce11772a5cc118f5c3
3
+ metadata.gz: 1bc429540019308bec8868576b4df89f48a27f73e5cc911257dd0996b469abe5
4
+ data.tar.gz: f3245930a91c047b1b4c29f4e48c75a3fd00b76487146a6574448bf40712eddd
5
5
  SHA512:
6
- metadata.gz: 063dd5f024b0f850a710e67328229c05387780684b693840cc2cde8239ccc46939e8045a7c4ca35877a92b06cf0dbb551fb9de31e500f8f90a797786feb335a3
7
- data.tar.gz: 0a3e880560068c0735558e1da2a746ebe1d81b38cbffcae5431d61608f7772016639a2ba56662430413d40d3a798f20e8458d978555c73857adedc9daf4ed7d4
6
+ metadata.gz: e9e1fe989a4eb077facc5fcd1dc72dcee5c78d584cf6fca821a4b0155037f6d236568ce0e256b3abe66a2dfa7029b39b5127ab9adc526cd98a71e3bc5b08f0bc
7
+ data.tar.gz: 4d199973ed0919218a134666e89a0060d8f65707c3b113976ded2f4f67c7e436bd8887d569c263e579b5ded433b1d1fb591844b56fa8cd722a136d340c4806df
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-emr/customizations'
46
46
  # @service
47
47
  module Aws::EMR
48
48
 
49
- GEM_VERSION = '1.28.0'
49
+ GEM_VERSION = '1.29.0'
50
50
 
51
51
  end
@@ -783,6 +783,7 @@ module Aws::EMR
783
783
  # resp.cluster.ec2_instance_attributes.additional_slave_security_groups[0] #=> String
784
784
  # resp.cluster.instance_collection_type #=> String, one of "INSTANCE_FLEET", "INSTANCE_GROUP"
785
785
  # resp.cluster.log_uri #=> String
786
+ # resp.cluster.log_encryption_kms_key_id #=> String
786
787
  # resp.cluster.requested_ami_version #=> String
787
788
  # resp.cluster.running_ami_version #=> String
788
789
  # resp.cluster.release_label #=> String
@@ -890,6 +891,7 @@ module Aws::EMR
890
891
  # resp.job_flows[0].job_flow_id #=> String
891
892
  # resp.job_flows[0].name #=> String
892
893
  # resp.job_flows[0].log_uri #=> String
894
+ # resp.job_flows[0].log_encryption_kms_key_id #=> String
893
895
  # resp.job_flows[0].ami_version #=> String
894
896
  # resp.job_flows[0].execution_status_detail.state #=> String, one of "STARTING", "BOOTSTRAPPING", "RUNNING", "WAITING", "SHUTTING_DOWN", "TERMINATED", "COMPLETED", "FAILED"
895
897
  # resp.job_flows[0].execution_status_detail.creation_date_time #=> Time
@@ -2035,6 +2037,12 @@ module Aws::EMR
2035
2037
  # The location in Amazon S3 to write the log files of the job flow. If a
2036
2038
  # value is not provided, logs are not created.
2037
2039
  #
2040
+ # @option params [String] :log_encryption_kms_key_id
2041
+ # The AWS KMS customer master key (CMK) used for encrypting log files.
2042
+ # If a value is not provided, the logs will remain encrypted by AES-256.
2043
+ # This attribute is only available with EMR version 5.30.0 and later,
2044
+ # excluding EMR 6.0.0.
2045
+ #
2038
2046
  # @option params [String] :additional_info
2039
2047
  # A JSON string for selecting additional features.
2040
2048
  #
@@ -2241,6 +2249,7 @@ module Aws::EMR
2241
2249
  # resp = client.run_job_flow({
2242
2250
  # name: "XmlStringMaxLen256", # required
2243
2251
  # log_uri: "XmlString",
2252
+ # log_encryption_kms_key_id: "XmlString",
2244
2253
  # additional_info: "XmlString",
2245
2254
  # ami_version: "XmlStringMaxLen256",
2246
2255
  # release_label: "XmlStringMaxLen256",
@@ -2620,7 +2629,7 @@ module Aws::EMR
2620
2629
  params: params,
2621
2630
  config: config)
2622
2631
  context[:gem_name] = 'aws-sdk-emr'
2623
- context[:gem_version] = '1.28.0'
2632
+ context[:gem_version] = '1.29.0'
2624
2633
  Seahorse::Client::Request.new(handlers, context)
2625
2634
  end
2626
2635
 
@@ -359,6 +359,7 @@ module Aws::EMR
359
359
  Cluster.add_member(:ec2_instance_attributes, Shapes::ShapeRef.new(shape: Ec2InstanceAttributes, location_name: "Ec2InstanceAttributes"))
360
360
  Cluster.add_member(:instance_collection_type, Shapes::ShapeRef.new(shape: InstanceCollectionType, location_name: "InstanceCollectionType"))
361
361
  Cluster.add_member(:log_uri, Shapes::ShapeRef.new(shape: String, location_name: "LogUri"))
362
+ Cluster.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "LogEncryptionKmsKeyId"))
362
363
  Cluster.add_member(:requested_ami_version, Shapes::ShapeRef.new(shape: String, location_name: "RequestedAmiVersion"))
363
364
  Cluster.add_member(:running_ami_version, Shapes::ShapeRef.new(shape: String, location_name: "RunningAmiVersion"))
364
365
  Cluster.add_member(:release_label, Shapes::ShapeRef.new(shape: String, location_name: "ReleaseLabel"))
@@ -735,6 +736,7 @@ module Aws::EMR
735
736
  JobFlowDetail.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "JobFlowId"))
736
737
  JobFlowDetail.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Name"))
737
738
  JobFlowDetail.add_member(:log_uri, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogUri"))
739
+ JobFlowDetail.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogEncryptionKmsKeyId"))
738
740
  JobFlowDetail.add_member(:ami_version, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "AmiVersion"))
739
741
  JobFlowDetail.add_member(:execution_status_detail, Shapes::ShapeRef.new(shape: JobFlowExecutionStatusDetail, required: true, location_name: "ExecutionStatusDetail"))
740
742
  JobFlowDetail.add_member(:instances, Shapes::ShapeRef.new(shape: JobFlowInstancesDetail, required: true, location_name: "Instances"))
@@ -948,6 +950,7 @@ module Aws::EMR
948
950
 
949
951
  RunJobFlowInput.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Name"))
950
952
  RunJobFlowInput.add_member(:log_uri, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogUri"))
953
+ RunJobFlowInput.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogEncryptionKmsKeyId"))
951
954
  RunJobFlowInput.add_member(:additional_info, Shapes::ShapeRef.new(shape: XmlString, location_name: "AdditionalInfo"))
952
955
  RunJobFlowInput.add_member(:ami_version, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "AmiVersion"))
953
956
  RunJobFlowInput.add_member(:release_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "ReleaseLabel"))
@@ -819,6 +819,12 @@ module Aws::EMR
819
819
  # stored.
820
820
  # @return [String]
821
821
  #
822
+ # @!attribute [rw] log_encryption_kms_key_id
823
+ # The AWS KMS customer master key (CMK) used for encrypting log files.
824
+ # This attribute is only available with EMR version 5.30.0 and later,
825
+ # excluding EMR 6.0.0.
826
+ # @return [String]
827
+ #
822
828
  # @!attribute [rw] requested_ami_version
823
829
  # The AMI version requested for this cluster.
824
830
  # @return [String]
@@ -977,6 +983,7 @@ module Aws::EMR
977
983
  :ec2_instance_attributes,
978
984
  :instance_collection_type,
979
985
  :log_uri,
986
+ :log_encryption_kms_key_id,
980
987
  :requested_ami_version,
981
988
  :running_ami_version,
982
989
  :release_label,
@@ -3140,6 +3147,12 @@ module Aws::EMR
3140
3147
  # The location in Amazon S3 where log files for the job are stored.
3141
3148
  # @return [String]
3142
3149
  #
3150
+ # @!attribute [rw] log_encryption_kms_key_id
3151
+ # The AWS KMS customer master key (CMK) used for encrypting log files.
3152
+ # This attribute is only available with EMR version 5.30.0 and later,
3153
+ # excluding EMR 6.0.0.
3154
+ # @return [String]
3155
+ #
3143
3156
  # @!attribute [rw] ami_version
3144
3157
  # Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
3145
3158
  # releases 4.0 and later, `ReleaseLabel` is used. To specify a custom
@@ -3220,6 +3233,7 @@ module Aws::EMR
3220
3233
  :job_flow_id,
3221
3234
  :name,
3222
3235
  :log_uri,
3236
+ :log_encryption_kms_key_id,
3223
3237
  :ami_version,
3224
3238
  :execution_status_detail,
3225
3239
  :instances,
@@ -4608,6 +4622,7 @@ module Aws::EMR
4608
4622
  # {
4609
4623
  # name: "XmlStringMaxLen256", # required
4610
4624
  # log_uri: "XmlString",
4625
+ # log_encryption_kms_key_id: "XmlString",
4611
4626
  # additional_info: "XmlString",
4612
4627
  # ami_version: "XmlStringMaxLen256",
4613
4628
  # release_label: "XmlStringMaxLen256",
@@ -4846,6 +4861,13 @@ module Aws::EMR
4846
4861
  # a value is not provided, logs are not created.
4847
4862
  # @return [String]
4848
4863
  #
4864
+ # @!attribute [rw] log_encryption_kms_key_id
4865
+ # The AWS KMS customer master key (CMK) used for encrypting log files.
4866
+ # If a value is not provided, the logs will remain encrypted by
4867
+ # AES-256. This attribute is only available with EMR version 5.30.0
4868
+ # and later, excluding EMR 6.0.0.
4869
+ # @return [String]
4870
+ #
4849
4871
  # @!attribute [rw] additional_info
4850
4872
  # A JSON string for selecting additional features.
4851
4873
  # @return [String]
@@ -5071,6 +5093,7 @@ module Aws::EMR
5071
5093
  class RunJobFlowInput < Struct.new(
5072
5094
  :name,
5073
5095
  :log_uri,
5096
+ :log_encryption_kms_key_id,
5074
5097
  :additional_info,
5075
5098
  :ami_version,
5076
5099
  :release_label,
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.28.0
4
+ version: 1.29.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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core