Skip to content

Commit 054ac21

Browse files
author
AWS
committed
EMR Serverless Update: Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications.
1 parent a7f00ad commit 054ac21

File tree

4 files changed

+243
-145
lines changed

4 files changed

+243
-145
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EMR Serverless",
4+
"contributor": "",
5+
"description": "Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications."
6+
}

services/emrserverless/src/main/resources/codegen-resources/endpoint-rule-set.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

0 commit comments

Comments
 (0)