aws-sdk-emrserverless 1.9.0 → 1.10.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: c4bb90a465dfadc8017ed5054fede822c9bb310f05c7f636800ad1cf5911613b
4
- data.tar.gz: 75ee1160c3c79b35158ea6a171eaebecf5a8d05077ea4449993648f1fb65efca
3
+ metadata.gz: 289a4a7b922770a0f244773621a9781b095edf07b77c857ae4c4fe8a16f10814
4
+ data.tar.gz: 9bf496a27831142c4d14a8c44075e793c27d943e218f087cc591e9727ad1790a
5
5
  SHA512:
6
- metadata.gz: c7ca9fdc9637f1b5c26b76733557375ee7180208cc5422ee979afe3803a62c42c001b90b2f1f1834a464b572035abf10c073cba34777b7c70c836e6ef916c114
7
- data.tar.gz: 7dee09ad2919d5814a2ba18593e6313958635bc8cc7dfef30f83568335768e310665de36b73c329e7f6b5dd39d680fdb70a7aea362e5d34086c932e23eeedf9a
6
+ metadata.gz: a3ec8fef1207b8018f71fb2334e6a0ae2b82f9d62aae552fd8c40181654f9b6613cc4a09ed743cd62966f7405cb6a28f577c5e3bc621ee9831cabf18791b7eae
7
+ data.tar.gz: d6a59c8be48071ae6d6ab0ceacce288e6da6e61876de0af7f00ee0adbdea7326dc0f67a46a1857bdb3cba0640767d5c72e20202a53e74772fd9973ea676cf86c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2023-06-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.
8
+
4
9
  1.9.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -413,7 +413,7 @@ module Aws::EMRServerless
413
413
  # The name of the application.
414
414
  #
415
415
  # @option params [required, String] :release_label
416
- # The EMR release associated with the application.
416
+ # The Amazon EMR release associated with the application.
417
417
  #
418
418
  # @option params [required, String] :type
419
419
  # The type of application you want to start, such as Spark or Hive.
@@ -1133,6 +1133,10 @@ module Aws::EMRServerless
1133
1133
  # image details in this parameter for each worker type, or in
1134
1134
  # `imageConfiguration` for all worker types.
1135
1135
  #
1136
+ # @option params [String] :release_label
1137
+ # The Amazon EMR release label for the application. You can change the
1138
+ # release label to use a different release of Amazon EMR.
1139
+ #
1136
1140
  # @return [Types::UpdateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1137
1141
  #
1138
1142
  # * {Types::UpdateApplicationResponse#application #application} => Types::Application
@@ -1179,6 +1183,7 @@ module Aws::EMRServerless
1179
1183
  # },
1180
1184
  # },
1181
1185
  # },
1186
+ # release_label: "ReleaseLabel",
1182
1187
  # })
1183
1188
  #
1184
1189
  # @example Response structure
@@ -1238,7 +1243,7 @@ module Aws::EMRServerless
1238
1243
  params: params,
1239
1244
  config: config)
1240
1245
  context[:gem_name] = 'aws-sdk-emrserverless'
1241
- context[:gem_version] = '1.9.0'
1246
+ context[:gem_version] = '1.10.0'
1242
1247
  Seahorse::Client::Request.new(handlers, context)
1243
1248
  end
1244
1249
 
@@ -442,6 +442,7 @@ module Aws::EMRServerless
442
442
  UpdateApplicationRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
443
443
  UpdateApplicationRequest.add_member(:image_configuration, Shapes::ShapeRef.new(shape: ImageConfigurationInput, location_name: "imageConfiguration"))
444
444
  UpdateApplicationRequest.add_member(:worker_type_specifications, Shapes::ShapeRef.new(shape: WorkerTypeSpecificationInputMap, location_name: "workerTypeSpecifications"))
445
+ UpdateApplicationRequest.add_member(:release_label, Shapes::ShapeRef.new(shape: ReleaseLabel, location_name: "releaseLabel"))
445
446
  UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
446
447
 
447
448
  UpdateApplicationResponse.add_member(:application, Shapes::ShapeRef.new(shape: Application, required: true, location_name: "application"))
@@ -10,8 +10,8 @@
10
10
  module Aws::EMRServerless
11
11
  module Types
12
12
 
13
- # Information about an application. EMR Serverless uses applications to
14
- # run jobs.
13
+ # Information about an application. Amazon EMR Serverless uses
14
+ # applications to run jobs.
15
15
  #
16
16
  # @!attribute [rw] application_id
17
17
  # The ID of the application.
@@ -26,7 +26,7 @@ module Aws::EMRServerless
26
26
  # @return [String]
27
27
  #
28
28
  # @!attribute [rw] release_label
29
- # The EMR release associated with the application.
29
+ # The Amazon EMR release associated with the application.
30
30
  # @return [String]
31
31
  #
32
32
  # @!attribute [rw] type
@@ -131,7 +131,7 @@ module Aws::EMRServerless
131
131
  # @return [String]
132
132
  #
133
133
  # @!attribute [rw] release_label
134
- # The EMR release associated with the application.
134
+ # The Amazon EMR release associated with the application.
135
135
  # @return [String]
136
136
  #
137
137
  # @!attribute [rw] type
@@ -316,7 +316,7 @@ module Aws::EMRServerless
316
316
  # @return [String]
317
317
  #
318
318
  # @!attribute [rw] release_label
319
- # The EMR release associated with the application.
319
+ # The Amazon EMR release associated with the application.
320
320
  # @return [String]
321
321
  #
322
322
  # @!attribute [rw] type
@@ -644,8 +644,8 @@ module Aws::EMRServerless
644
644
  end
645
645
 
646
646
  # Information about a job run. A job run is a unit of work, such as a
647
- # Spark JAR, Hive query, or SparkSQL query, that you submit to an EMR
648
- # Serverless application.
647
+ # Spark JAR, Hive query, or SparkSQL query, that you submit to an Amazon
648
+ # EMR Serverless application.
649
649
  #
650
650
  # @!attribute [rw] application_id
651
651
  # The ID of the application the job is running on.
@@ -688,8 +688,8 @@ module Aws::EMRServerless
688
688
  # @return [String]
689
689
  #
690
690
  # @!attribute [rw] release_label
691
- # The EMR release associated with the application your job is running
692
- # on.
691
+ # The Amazon EMR release associated with the application your job is
692
+ # running on.
693
693
  # @return [String]
694
694
  #
695
695
  # @!attribute [rw] configuration_overrides
@@ -728,11 +728,11 @@ module Aws::EMRServerless
728
728
  # @return [Integer]
729
729
  #
730
730
  # @!attribute [rw] billed_resource_utilization
731
- # The aggregate vCPU, memory, and storage that AWS has billed for the
732
- # job run. The billed resources include a 1-minute minimum usage for
733
- # workers, plus additional storage over 20 GB per worker. Note that
734
- # billed resources do not include usage for idle pre-initialized
735
- # workers.
731
+ # The aggregate vCPU, memory, and storage that Amazon Web Services has
732
+ # billed for the job run. The billed resources include a 1-minute
733
+ # minimum usage for workers, plus additional storage over 20 GB per
734
+ # worker. Note that billed resources do not include usage for idle
735
+ # pre-initialized workers.
736
736
  # @return [Types::ResourceUtilization]
737
737
  #
738
738
  # @see http://docs.aws.amazon.com/goto/WebAPI/emr-serverless-2021-07-13/JobRun AWS API Documentation
@@ -804,8 +804,8 @@ module Aws::EMRServerless
804
804
  # @return [String]
805
805
  #
806
806
  # @!attribute [rw] release_label
807
- # The EMR release associated with the application your job is running
808
- # on.
807
+ # The Amazon EMR release associated with the application your job is
808
+ # running on.
809
809
  # @return [String]
810
810
  #
811
811
  # @!attribute [rw] type
@@ -1380,6 +1380,11 @@ module Aws::EMRServerless
1380
1380
  # `imageConfiguration` for all worker types.
1381
1381
  # @return [Hash<String,Types::WorkerTypeSpecificationInput>]
1382
1382
  #
1383
+ # @!attribute [rw] release_label
1384
+ # The Amazon EMR release label for the application. You can change the
1385
+ # release label to use a different release of Amazon EMR.
1386
+ # @return [String]
1387
+ #
1383
1388
  # @see http://docs.aws.amazon.com/goto/WebAPI/emr-serverless-2021-07-13/UpdateApplicationRequest AWS API Documentation
1384
1389
  #
1385
1390
  class UpdateApplicationRequest < Struct.new(
@@ -1392,7 +1397,8 @@ module Aws::EMRServerless
1392
1397
  :network_configuration,
1393
1398
  :architecture,
1394
1399
  :image_configuration,
1395
- :worker_type_specifications)
1400
+ :worker_type_specifications,
1401
+ :release_label)
1396
1402
  SENSITIVE = []
1397
1403
  include Aws::Structure
1398
1404
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-emrserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::EMRServerless
54
54
 
55
- GEM_VERSION = '1.9.0'
55
+ GEM_VERSION = '1.10.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emrserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core