Skip to content

Commit

Permalink
Release v1.44.217 (2023-03-08) (#4751)
Browse files Browse the repository at this point in the history
Release v1.44.217 (2023-03-08)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
* `service/ec2`: Updates service API
  * Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
* `service/lakeformation`: Updates service API and documentation
* `service/mediapackage`: Updates service API and documentation
  * This release provides the date and time live resources were created.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/route53resolver`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.
  • Loading branch information
aws-sdk-go-automation committed Mar 8, 2023
1 parent 5edc1c9 commit eec199e
Show file tree
Hide file tree
Showing 42 changed files with 4,696 additions and 2,612 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.217 (2023-03-08)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
* `service/ec2`: Updates service API
* Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
* `service/lakeformation`: Updates service API and documentation
* `service/mediapackage`: Updates service API and documentation
* This release provides the date and time live resources were created.
* `service/mediapackage-vod`: Updates service API and documentation
* `service/route53resolver`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.

Release v1.44.216 (2023-03-07)
===

Expand Down
124 changes: 124 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.44.216"
const SDKVersion = "1.44.217"
3 changes: 2 additions & 1 deletion models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,8 @@
"Statistics":{"shape":"QueryExecutionStatistics"},
"WorkGroup":{"shape":"WorkGroupName"},
"EngineVersion":{"shape":"EngineVersion"},
"ExecutionParameters":{"shape":"ExecutionParameters"}
"ExecutionParameters":{"shape":"ExecutionParameters"},
"SubstatementType":{"shape":"String"}
}
},
"QueryExecutionContext":{
Expand Down
7 changes: 4 additions & 3 deletions models/apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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>",
"ListApplicationDPUSizes": "<p>Returns the supported DPU sizes for the supported application runtimes (for example, <code>Jupyter 1.0</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>",
"ListDataCatalogs": "<p>Lists the data catalogs in the current Amazon Web Services account.</p>",
"ListDataCatalogs": "<p>Lists the data catalogs in the current Amazon Web Services account.</p> <note> <p>In the Athena console, data catalogs are listed as \"data sources\" on the <b>Data sources</b> page under the <b>Data source name</b> column.</p> </note>",
"ListDatabases": "<p>Lists the databases in the specified data catalog.</p>",
"ListEngineVersions": "<p>Returns a list of engine versions that are available to choose from, including the Auto option.</p>",
"ListExecutors": "<p>Lists, in descending order, the executors that have been submitted to a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.</p>",
Expand Down Expand Up @@ -391,7 +391,7 @@
}
},
"DataCatalog": {
"base": "<p>Contains information about a data catalog in an Amazon Web Services account.</p>",
"base": "<p>Contains information about a data catalog in an Amazon Web Services account.</p> <note> <p>In the Athena console, data catalogs are listed as \"data sources\" on the <b>Data sources</b> page under the <b>Data source name</b> column.</p> </note>",
"refs": {
"GetDataCatalogOutput$DataCatalog": "<p>The data catalog returned.</p>"
}
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"Column$Name": "<p>The name of the column.</p>",
"CreateNamedQueryInput$Name": "<p>The query name.</p>",
"Database$Name": "<p>The name of the database.</p>",
"EngineVersion$SelectedEngineVersion": "<p>The engine version requested by the user. Possible values are determined by the output of <code>ListEngineVersions</code>, including Auto. The default is Auto.</p>",
"EngineVersion$SelectedEngineVersion": "<p>The engine version requested by the user. Possible values are determined by the output of <code>ListEngineVersions</code>, including AUTO. The default is AUTO.</p>",
"EngineVersion$EffectiveEngineVersion": "<p>Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a <code>CreateWorkGroup</code> or <code>UpdateWorkGroup</code> operation, the <code>EffectiveEngineVersion</code> field is ignored.</p>",
"GetDatabaseInput$DatabaseName": "<p>The name of the database to return.</p>",
"GetSessionResponse$EngineVersion": "<p>The engine version used by the session (for example, <code>PySpark engine version 3</code>). You can get a list of engine versions by calling <a>ListEngineVersions</a>.</p>",
Expand Down Expand Up @@ -1715,6 +1715,7 @@
"ColumnInfo$Type": "<p>The data type of the column.</p>",
"CreatePresignedNotebookUrlResponse$NotebookUrl": "<p>The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.</p>",
"EncryptionConfiguration$KmsKey": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>",
"QueryExecution$SubstatementType": "<p>The kind of query statement that was run.</p>",
"QueryExecutionStatistics$DataManifestLocation": "<p>The location and file name of a data manifest file. The manifest file is saved to the Athena query results location in Amazon S3. The manifest file tracks files that the query wrote to Amazon S3. If the query fails, the manifest file also tracks files that the query intended to write. The manifest is useful for identifying orphaned files resulting from a failed query. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with Query Results, Output Files, and Query History</a> in the <i>Amazon Athena User Guide</i>.</p>",
"QueryExecutionStatus$StateChangeReason": "<p>Further detail about the status of the query.</p>",
"QueryStage$State": "<p>State of the stage after query execution.</p>",
Expand Down

0 comments on commit eec199e

Please sign in to comment.