Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 23, 2024
1 parent bf5f122 commit 95daa0e
Show file tree
Hide file tree
Showing 16 changed files with 189 additions and 146 deletions.
12 changes: 12 additions & 0 deletions .changes/3.308.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "enhancement",
"category": "OpsWorks",
"description": "Documentation-only update for OpsWorks Stacks."
},
{
"type": "api-change",
"category": "EMRServerless",
"description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint."
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\OpsWorks` - Documentation-only update for OpsWorks Stacks.
* `Aws\EMRServerless` - This release adds the capability to run interactive workloads using Apache Livy Endpoint.

## 3.308.1 - 2024-05-22

* `Aws\KMS` - This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
Expand Down
16 changes: 13 additions & 3 deletions src/data/emr-serverless/2021-07-13/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"metadata":{
"apiVersion":"2021-07-13",
"endpointPrefix":"emr-serverless",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"EMR Serverless",
"serviceId":"EMR Serverless",
"signatureVersion":"v4",
Expand Down Expand Up @@ -278,7 +278,8 @@
"imageConfiguration":{"shape":"ImageConfiguration"},
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationMap"},
"runtimeConfiguration":{"shape":"ConfigurationList"},
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}
"monitoringConfiguration":{"shape":"MonitoringConfiguration"},
"interactiveConfiguration":{"shape":"InteractiveConfiguration"}
}
},
"ApplicationArn":{
Expand Down Expand Up @@ -499,7 +500,8 @@
"imageConfiguration":{"shape":"ImageConfigurationInput"},
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"},
"runtimeConfiguration":{"shape":"ConfigurationList"},
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}
"monitoringConfiguration":{"shape":"MonitoringConfiguration"},
"interactiveConfiguration":{"shape":"InteractiveConfiguration"}
}
},
"CreateApplicationResponse":{
Expand Down Expand Up @@ -720,6 +722,13 @@
"type":"integer",
"box":true
},
"InteractiveConfiguration":{
"type":"structure",
"members":{
"studioEnabled":{"shape":"Boolean"},
"livyEndpointEnabled":{"shape":"Boolean"}
}
},
"InternalServerException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -1332,6 +1341,7 @@
"architecture":{"shape":"Architecture"},
"imageConfiguration":{"shape":"ImageConfigurationInput"},
"workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"},
"interactiveConfiguration":{"shape":"InteractiveConfiguration"},
"releaseLabel":{"shape":"ReleaseLabel"},
"runtimeConfiguration":{"shape":"ConfigurationList"},
"monitoringConfiguration":{"shape":"MonitoringConfiguration"}
Expand Down
2 changes: 1 addition & 1 deletion src/data/emr-serverless/2021-07-13/api-2.json.php

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/data/emr-serverless/2021-07-13/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
"AutoStartConfig$enabled": "<p>Enables the application to automatically start on job submission. Defaults to true.</p>",
"AutoStopConfig$enabled": "<p>Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.</p>",
"CloudWatchLoggingConfiguration$enabled": "<p>Enables CloudWatch logging.</p>",
"InteractiveConfiguration$studioEnabled": "<p>Enables you to connect an application to Amazon EMR Studio to run interactive workloads in a notebook.</p>",
"InteractiveConfiguration$livyEndpointEnabled": "<p>Enables an Apache Livy endpoint that you can connect to and run interactive jobs.</p>",
"ManagedPersistenceMonitoringConfiguration$enabled": "<p>Enables managed logging and defaults to true. If set to false, managed logging will be turned off.</p>"
}
},
Expand Down Expand Up @@ -406,6 +408,14 @@
"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>"
}
},
"InteractiveConfiguration": {
"base": "<p>The configuration to use to enable the different types of interactive use cases in an application.</p>",
"refs": {
"Application$interactiveConfiguration": "<p>The interactive configuration object that enables the interactive use cases for an application.</p>",
"CreateApplicationRequest$interactiveConfiguration": "<p>The interactive configuration object that enables the interactive use cases to use when running an application.</p>",
"UpdateApplicationRequest$interactiveConfiguration": "<p>The interactive configuration object that contains new interactive use cases when the application is updated.</p>"
}
},
"InternalServerException": {
"base": "<p>Request processing failed because of an error or failure with the service.</p>",
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/emr-serverless/2021-07-13/docs-2.json.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2816,6 +2816,7 @@
},
"braket" : {
"endpoints" : {
"eu-north-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-1" : { },
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/data/opsworks/2013-02-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"opsworks",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS OpsWorks",
"serviceId":"OpsWorks",
"signatureVersion":"v4",
Expand Down
2 changes: 1 addition & 1 deletion src/data/opsworks/2013-02-18/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 95daa0e

Please sign in to comment.