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.50.0 #5147

Merged
merged 1 commit into from
Jan 19, 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.50.0 (2024-01-19)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
* `service/codebuild`: Updates service API, documentation, and paginators
* Release CodeBuild Reserved Capacity feature
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
* `service/qconnect`: Updates service API

### SDK Features
* `service/cloudfrontkeyvaluestore`: Deprecate cloudfrontkeyvaluestore
* This change removes the cloudfrontkeyvaluestore service, since it does not support sigv4a.

Release v1.49.24 (2024-01-18)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/cloudfrontkeyvaluestore`: Deprecate cloudfrontkeyvaluestore
* This change removes the cloudfrontkeyvaluestore service, since it does not support sigv4a.

### SDK Enhancements

Expand Down
9 changes: 9 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.49.24"
const SDKVersion = "1.50.0"
2 changes: 1 addition & 1 deletion models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1994,14 +1994,14 @@
"required":[
"WorkGroup",
"Name",
"Payload",
"Type"
],
"members":{
"WorkGroup":{"shape":"WorkGroupName"},
"Name":{"shape":"NotebookName"},
"Payload":{"shape":"Payload"},
"Type":{"shape":"NotebookType"},
"NotebookS3LocationUri":{"shape":"S3Uri"},
"ClientRequestToken":{"shape":"ClientRequestToken"}
}
},
Expand Down
9 changes: 5 additions & 4 deletions models/apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"GetSessionStatus": "<p>Gets the current status of a session.</p>",
"GetTableMetadata": "<p>Returns table metadata for the specified catalog, database, and table.</p>",
"GetWorkGroup": "<p>Returns information about the workgroup with the specified name.</p>",
"ImportNotebook": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. The maximum file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the same name already exists in the workgroup, throws an error.</p>",
"ImportNotebook": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the same name already exists in the workgroup, throws an error.</p>",
"ListApplicationDPUSizes": "<p>Returns the supported DPU sizes for the supported application runtimes (for example, <code>Athena notebook version 1</code>). </p>",
"ListCalculationExecutions": "<p>Lists the calculations that have been submitted to a session in descending order. Newer calculations are listed first; older calculations are listed later.</p>",
"ListCapacityReservations": "<p>Lists the capacity reservations for the current account.</p>",
Expand Down Expand Up @@ -1485,7 +1485,7 @@
"base": null,
"refs": {
"ExportNotebookOutput$Payload": "<p>The content of the exported notebook.</p>",
"ImportNotebookInput$Payload": "<p>The notebook content to be imported.</p>",
"ImportNotebookInput$Payload": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>",
"UpdateNotebookInput$Payload": "<p>The updated content for the notebook.</p>"
}
},
Expand Down Expand Up @@ -1715,7 +1715,7 @@
"base": null,
"refs": {
"SessionConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>",
"WorkGroupConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>",
"WorkGroupConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups.</p>",
"WorkGroupConfigurationUpdates$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>"
}
},
Expand Down Expand Up @@ -1743,7 +1743,8 @@
"CalculationResult$StdOutS3Uri": "<p>The Amazon S3 location of the <code>stdout</code> file for the calculation.</p>",
"CalculationResult$StdErrorS3Uri": "<p>The Amazon S3 location of the <code>stderr</code> error messages file for the calculation.</p>",
"CalculationResult$ResultS3Uri": "<p>The Amazon S3 location of the folder for the calculation results.</p>",
"GetCalculationExecutionResponse$WorkingDirectory": "<p>The Amazon S3 location in which calculation results are stored.</p>"
"GetCalculationExecutionResponse$WorkingDirectory": "<p>The Amazon S3 location in which calculation results are stored.</p>",
"ImportNotebookInput$NotebookS3LocationUri": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>"
}
},
"SessionAlreadyExistsException": {
Expand Down
Loading