Skip to content

Commit

Permalink
Release v1.44.301 (2023-07-17) (#4914)
Browse files Browse the repository at this point in the history
Release v1.44.301 (2023-07-17)
===

### Service Client Updates
* `service/codeartifact`: Updates service documentation
* `service/docdb`: Updates service API and documentation
  * Added major version upgrade option in ModifyDBCluster API
* `service/ec2`: Updates service API and documentation
  * Add Nitro TPM support on DescribeInstanceTypes
* `service/glue`: Updates service API
  * Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
* `service/ivs`: Updates service API and documentation
* `service/lakeformation`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 17, 2023
1 parent f219aeb commit e078cf7
Show file tree
Hide file tree
Showing 23 changed files with 945 additions and 163 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.301 (2023-07-17)
===

### Service Client Updates
* `service/codeartifact`: Updates service documentation
* `service/docdb`: Updates service API and documentation
* Added major version upgrade option in ModifyDBCluster API
* `service/ec2`: Updates service API and documentation
* Add Nitro TPM support on DescribeInstanceTypes
* `service/glue`: Updates service API
* Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
* `service/ivs`: Updates service API and documentation
* `service/lakeformation`: Updates service API and documentation

Release v1.44.300 (2023-07-13)
===

Expand Down
163 changes: 163 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.300"
const SDKVersion = "1.44.301"
2 changes: 1 addition & 1 deletion models/apis/codeartifact/2018-09-22/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
"PackageDescription$format": "<p>A format that specifies the type of the package.</p>",
"PackageSummary$format": "<p> The format of the package. </p>",
"PackageVersionDescription$format": "<p> The format of the package version. </p>",
"PublishPackageVersionRequest$format": "<p>A format that specifies the type of the package version with the requested asset file.</p>",
"PublishPackageVersionRequest$format": "<p>A format that specifies the type of the package version with the requested asset file.</p> <p>The only supported value is <code>generic</code>.</p>",
"PublishPackageVersionResult$format": "<p>The format of the package version.</p>",
"PutPackageOriginConfigurationRequest$format": "<p>A format that specifies the type of the package to be updated.</p>",
"RepositoryExternalConnectionInfo$packageFormat": "<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> </ul>",
Expand Down
Loading

0 comments on commit e078cf7

Please sign in to comment.