Skip to content

Commit

Permalink
Release v1.44.265 (2023-05-18) (#4845)
Browse files Browse the repository at this point in the history
Release v1.44.265 (2023-05-18)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * Removing SparkProperties from EngineConfiguration object for StartSession API call
* `service/cloudtrail`: Updates service API and documentation
  * Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
* `service/compute-optimizer`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
* `service/ecs`: Updates service documentation
  * Documentation only release to address various tickets.
* `service/mediaconvert`: Updates service API and documentation
  * This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot
* `service/sagemaker-geospatial`: Updates service API and documentation
* `service/sts`: Updates service API
  * API updates for the AWS Security Token Service

### SDK Bugs
* `rest`: Remove unnecessary path normalization behavior.
  * This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Deprecate `DisableRestProtocolURICleaning` config setting.
  * This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.
  • Loading branch information
aws-sdk-go-automation committed May 18, 2023
1 parent 5220e69 commit db19686
Show file tree
Hide file tree
Showing 37 changed files with 2,378 additions and 587 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Release v1.44.265 (2023-05-18)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* Removing SparkProperties from EngineConfiguration object for StartSession API call
* `service/cloudtrail`: Updates service API and documentation
* Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
* `service/compute-optimizer`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
* `service/ecs`: Updates service documentation
* Documentation only release to address various tickets.
* `service/mediaconvert`: Updates service API and documentation
* This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot
* `service/sagemaker-geospatial`: Updates service API and documentation
* `service/sts`: Updates service API
* API updates for the AWS Security Token Service

### SDK Bugs
* `rest`: Remove unnecessary path normalization behavior.
* This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Deprecate `DisableRestProtocolURICleaning` config setting.
* This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.

Release v1.44.264 (2023-05-16)
===

Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `rest`: Remove unnecessary path normalization behavior.
* This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
* `config`: Deprecate `DisableRestProtocolURICleaning` config setting.
* This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.
98 changes: 98 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.264"
const SDKVersion = "1.44.265"
3 changes: 1 addition & 2 deletions models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1565,8 +1565,7 @@
"CoordinatorDpuSize":{"shape":"CoordinatorDpuSize"},
"MaxConcurrentDpus":{"shape":"MaxConcurrentDpus"},
"DefaultExecutorDpuSize":{"shape":"DefaultExecutorDpuSize"},
"AdditionalConfigs":{"shape":"ParametersMap"},
"SparkProperties":{"shape":"ParametersMap"}
"AdditionalConfigs":{"shape":"ParametersMap"}
}
},
"EngineVersion":{
Expand Down
1 change: 0 additions & 1 deletion models/apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,6 @@
"DataCatalog$Parameters": "<p>Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> <li> <p>The <code>GLUE</code> type takes a catalog ID parameter and is required. The <code> <i>catalog_id</i> </code> is the account ID of the Amazon Web Services account to which the Glue catalog belongs.</p> <p> <code>catalog-id=<i>catalog_id</i> </code> </p> <ul> <li> <p>The <code>GLUE</code> data catalog type also applies to the default <code>AwsDataCatalog</code> that already exists in your account, of which you can have only one and cannot modify.</p> </li> <li> <p>Queries that specify a Glue Data Catalog other than the default <code>AwsDataCatalog</code> must be run on Athena engine version 2.</p> </li> </ul> </li> </ul>",
"Database$Parameters": "<p>A set of custom key/value pairs.</p>",
"EngineConfiguration$AdditionalConfigs": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>",
"EngineConfiguration$SparkProperties": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>",
"TableMetadata$Parameters": "<p>A set of custom key/value pairs for table properties.</p>",
"UpdateDataCatalogInput$Parameters": "<p>Specifies the Lambda function or functions to use for updating the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> </ul>"
}
Expand Down
7 changes: 7 additions & 0 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"ChannelARNInvalidException"},
{"shape":"ResourceTypeNotSupportedException"},
{"shape":"TagsLimitExceededException"},
{"shape":"InvalidTrailNameException"},
Expand Down Expand Up @@ -567,6 +569,8 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"ChannelARNInvalidException"},
{"shape":"ResourceTypeNotSupportedException"},
{"shape":"InvalidTrailNameException"},
{"shape":"InactiveEventDataStoreException"},
Expand Down Expand Up @@ -625,6 +629,7 @@
{"shape":"CloudTrailARNInvalidException"},
{"shape":"InvalidHomeRegionException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"ConflictException"},
{"shape":"UnsupportedOperationException"},
{"shape":"OperationNotPermittedException"},
{"shape":"NotOrganizationMasterAccountException"},
Expand Down Expand Up @@ -712,6 +717,8 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"CloudTrailARNInvalidException"},
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"ChannelARNInvalidException"},
{"shape":"ResourceTypeNotSupportedException"},
{"shape":"InvalidTrailNameException"},
{"shape":"InvalidTagParameterException"},
Expand Down

0 comments on commit db19686

Please sign in to comment.