Skip to content

Commit 95daa0e

Browse files
Update models for release
1 parent bf5f122 commit 95daa0e

16 files changed

+189
-146
lines changed

.changes/3.308.2

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "OpsWorks",
5+
"description": "Documentation-only update for OpsWorks Stacks."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "EMRServerless",
10+
"description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint."
11+
}
12+
]

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\OpsWorks` - Documentation-only update for OpsWorks Stacks.
6+
* `Aws\EMRServerless` - This release adds the capability to run interactive workloads using Apache Livy Endpoint.
7+
38
## 3.308.1 - 2024-05-22
49

510
* `Aws\KMS` - This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.

src/data/emr-serverless/2021-07-13/api-2.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"metadata":{
44
"apiVersion":"2021-07-13",
55
"endpointPrefix":"emr-serverless",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
7+
"protocols":["rest-json"],
88
"serviceFullName":"EMR Serverless",
99
"serviceId":"EMR Serverless",
1010
"signatureVersion":"v4",
@@ -278,7 +278,8 @@
278278
"imageConfiguration":{"shape":"ImageConfiguration"},
279279
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationMap"},
280280
"runtimeConfiguration":{"shape":"ConfigurationList"},
281-
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}
281+
"monitoringConfiguration":{"shape":"MonitoringConfiguration"},
282+
"interactiveConfiguration":{"shape":"InteractiveConfiguration"}
282283
}
283284
},
284285
"ApplicationArn":{
@@ -499,7 +500,8 @@
499500
"imageConfiguration":{"shape":"ImageConfigurationInput"},
500501
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"},
501502
"runtimeConfiguration":{"shape":"ConfigurationList"},
502-
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}
503+
"monitoringConfiguration":{"shape":"MonitoringConfiguration"},
504+
"interactiveConfiguration":{"shape":"InteractiveConfiguration"}
503505
}
504506
},
505507
"CreateApplicationResponse":{
@@ -720,6 +722,13 @@
720722
"type":"integer",
721723
"box":true
722724
},
725+
"InteractiveConfiguration":{
726+
"type":"structure",
727+
"members":{
728+
"studioEnabled":{"shape":"Boolean"},
729+
"livyEndpointEnabled":{"shape":"Boolean"}
730+
}
731+
},
723732
"InternalServerException":{
724733
"type":"structure",
725734
"required":["message"],
@@ -1332,6 +1341,7 @@
13321341
"architecture":{"shape":"Architecture"},
13331342
"imageConfiguration":{"shape":"ImageConfigurationInput"},
13341343
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"},
1344+
"interactiveConfiguration":{"shape":"InteractiveConfiguration"},
13351345
"releaseLabel":{"shape":"ReleaseLabel"},
13361346
"runtimeConfiguration":{"shape":"ConfigurationList"},
13371347
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}

src/data/emr-serverless/2021-07-13/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/emr-serverless/2021-07-13/docs-2.json

+10
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128
"AutoStartConfig$enabled": "<p>Enables the application to automatically start on job submission. Defaults to true.</p>",
129129
"AutoStopConfig$enabled": "<p>Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.</p>",
130130
"CloudWatchLoggingConfiguration$enabled": "<p>Enables CloudWatch logging.</p>",
131+
"InteractiveConfiguration$studioEnabled": "<p>Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.</p>",
132+
"InteractiveConfiguration$livyEndpointEnabled": "<p>Enables an Apache Livy endpoint that you can connect to and run interactive jobs.</p>",
131133
"ManagedPersistenceMonitoringConfiguration$enabled": "<p>Enables managed logging and defaults to true. If set to false, managed logging will be turned off.</p>"
132134
}
133135
},
@@ -406,6 +408,14 @@
406408
"JobRun$totalExecutionDurationSeconds": "<p>The job run total execution duration in seconds. This field is only available for job runs in a <code>COMPLETED</code>, <code>FAILED</code>, or <code>CANCELLED</code> state.</p>"
407409
}
408410
},
411+
"InteractiveConfiguration": {
412+
"base": "<p>The configuration to use to enable the different types of interactive use cases in an application.</p>",
413+
"refs": {
414+
"Application$interactiveConfiguration": "<p>The interactive configuration object that enables the interactive use cases for an application.</p>",
415+
"CreateApplicationRequest$interactiveConfiguration": "<p>The interactive configuration object that enables the interactive use cases to use when running an application.</p>",
416+
"UpdateApplicationRequest$interactiveConfiguration": "<p>The interactive configuration object that contains new interactive use cases when the application is updated.</p>"
417+
}
418+
},
409419
"InternalServerException": {
410420
"base": "<p>Request processing failed because of an error or failure with the service.</p>",
411421
"refs": {

src/data/emr-serverless/2021-07-13/docs-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/endpoints.json

+1
Original file line numberDiff line numberDiff line change
@@ -2816,6 +2816,7 @@
28162816
},
28172817
"braket" : {
28182818
"endpoints" : {
2819+
"eu-north-1" : { },
28192820
"eu-west-2" : { },
28202821
"us-east-1" : { },
28212822
"us-west-1" : { },

src/data/endpoints.json.php

+1-1
Large diffs are not rendered by default.

src/data/opsworks/2013-02-18/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"opsworks",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS OpsWorks",
910
"serviceId":"OpsWorks",
1011
"signatureVersion":"v4",

src/data/opsworks/2013-02-18/api-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)