Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.53.9 #5269

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.53.9 (2024-05-23)
===

### Service Client Updates
* `service/emr-serverless`: Updates service API and documentation
* `service/opsworks`: Updates service API and documentation
* Documentation-only update for OpsWorks Stacks.

Release v1.53.8 (2024-05-22)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.53.8"
const SDKVersion = "1.53.9"
16 changes: 13 additions & 3 deletions models/apis/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
10 changes: 10 additions & 0 deletions models/apis/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
1 change: 1 addition & 0 deletions models/apis/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
Loading
Loading