Skip to content

Commit 4c990d1

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent c6c1626 commit 4c990d1

File tree

2 files changed

+234
-196
lines changed

2 files changed

+234
-196
lines changed

codegen/sdk-codegen/aws-models/emr-serverless.json

+38
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
},
129129
"monitoringConfiguration": {
130130
"target": "com.amazonaws.emrserverless#MonitoringConfiguration"
131+
},
132+
"interactiveConfiguration": {
133+
"target": "com.amazonaws.emrserverless#InteractiveConfiguration",
134+
"traits": {
135+
"smithy.api#documentation": "<p>The interactive configuration object that enables the interactive use cases for an application.</p>"
136+
}
131137
}
132138
},
133139
"traits": {
@@ -1474,6 +1480,12 @@
14741480
"traits": {
14751481
"smithy.api#documentation": "<p>The configuration setting for monitoring.</p>"
14761482
}
1483+
},
1484+
"interactiveConfiguration": {
1485+
"target": "com.amazonaws.emrserverless#InteractiveConfiguration",
1486+
"traits": {
1487+
"smithy.api#documentation": "<p>The interactive configuration object that enables the interactive use cases \n to use when running an application.</p>"
1488+
}
14771489
}
14781490
}
14791491
},
@@ -1955,6 +1967,26 @@
19551967
}
19561968
}
19571969
},
1970+
"com.amazonaws.emrserverless#InteractiveConfiguration": {
1971+
"type": "structure",
1972+
"members": {
1973+
"studioEnabled": {
1974+
"target": "smithy.api#Boolean",
1975+
"traits": {
1976+
"smithy.api#documentation": "<p>Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.</p>"
1977+
}
1978+
},
1979+
"livyEndpointEnabled": {
1980+
"target": "smithy.api#Boolean",
1981+
"traits": {
1982+
"smithy.api#documentation": "<p>Enables an Apache Livy endpoint that you can connect to and run interactive jobs.</p>"
1983+
}
1984+
}
1985+
},
1986+
"traits": {
1987+
"smithy.api#documentation": "<p>The configuration to use to enable the different types of interactive use cases in an application.</p>"
1988+
}
1989+
},
19581990
"com.amazonaws.emrserverless#InternalServerException": {
19591991
"type": "structure",
19601992
"members": {
@@ -3482,6 +3514,12 @@
34823514
"smithy.api#documentation": "<p>The key-value pairs that specify worker type to\n <code>WorkerTypeSpecificationInput</code>. This parameter must contain all valid worker\n types for a Spark or Hive application. Valid worker types include <code>Driver</code> and\n <code>Executor</code> for Spark applications and <code>HiveDriver</code> and\n <code>TezTask</code> for Hive applications. You can either set image details in this\n parameter for each worker type, or in <code>imageConfiguration</code> for all worker\n types.</p>"
34833515
}
34843516
},
3517+
"interactiveConfiguration": {
3518+
"target": "com.amazonaws.emrserverless#InteractiveConfiguration",
3519+
"traits": {
3520+
"smithy.api#documentation": "<p>The interactive configuration object that contains new interactive use cases \n when the application is updated.</p>"
3521+
}
3522+
},
34853523
"releaseLabel": {
34863524
"target": "com.amazonaws.emrserverless#ReleaseLabel",
34873525
"traits": {

0 commit comments

Comments
 (0)