Skip to content

Commit

Permalink
Merge branch 'release-1.31.4'
Browse files Browse the repository at this point in the history
* release-1.31.4:
  Bumping version to 1.31.4
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 17, 2023
2 parents d4ce382 + cbb9ed7 commit 42c9b01
Show file tree
Hide file tree
Showing 13 changed files with 427 additions and 138 deletions.
32 changes: 32 additions & 0 deletions .changes/1.31.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``codeartifact``",
"description": "Doc only update for AWS CodeArtifact",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "Added major version upgrade option in ModifyDBCluster API",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Add Nitro TPM support on DescribeInstanceTypes",
"type": "api-change"
},
{
"category": "``glue``",
"description": "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.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.31.4
======

* api-change:``codeartifact``: Doc only update for AWS CodeArtifact
* api-change:``docdb``: Added major version upgrade option in ModifyDBCluster API
* api-change:``ec2``: Add Nitro TPM support on DescribeInstanceTypes
* api-change:``glue``: 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.
* api-change:``ivs``: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
* api-change:``lakeformation``: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.


1.31.3
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.3'
__version__ = '1.31.4'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/codeartifact/2018-09-22/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,7 @@
},
"format":{
"shape":"PackageFormat",
"documentation":"<p>A format that specifies the type of the package version with the requested asset file.</p>",
"documentation":"<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>",
"location":"querystring",
"locationName":"format"
},
Expand Down
8 changes: 6 additions & 2 deletions botocore/data/docdb/2014-10-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,11 @@
},
"EngineVersion":{
"shape":"String",
"documentation":"<p>The version number of the database engine to which you want to upgrade. Modifying engine version is not supported on Amazon DocumentDB.</p>"
"documentation":"<p>The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless <code>ApplyImmediately</code> is enabled.</p> <p>To list all of the available engine versions for Amazon DocumentDB use the following command:</p> <p> <code>aws docdb describe-db-engine-versions --engine docdb --query \"DBEngineVersions[].EngineVersion\"</code> </p>"
},
"AllowMajorVersionUpgrade":{
"shape":"Boolean",
"documentation":"<p>A value that indicates whether major version upgrades are allowed.</p> <p>Constraints: You must allow major version upgrades when specifying a value for the <code>EngineVersion</code> parameter that is a different major version than the DB cluster's current version.</p>"
},
"DeletionProtection":{
"shape":"BooleanOptional",
Expand Down Expand Up @@ -4790,5 +4794,5 @@
}
}
},
"documentation":"<p>Amazon DocumentDB API documentation</p>"
"documentation":"<p>Amazon DocumentDB is a fast, reliable, and fully managed database service. Amazon DocumentDB makes it easy to set up, operate, and scale MongoDB-compatible databases in the cloud. With Amazon DocumentDB, you can run the same application code and use the same drivers and tools that you use with MongoDB.</p>"
}
40 changes: 38 additions & 2 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6971,7 +6971,7 @@
"type":"string",
"max":30,
"min":1,
"pattern":"[a-zA-Z0-9\\.\\*]+"
"pattern":"[a-zA-Z0-9\\.\\*\\-]+"
},
"AllowedInstanceTypeSet":{
"type":"list",
Expand Down Expand Up @@ -27167,7 +27167,7 @@
"type":"string",
"max":30,
"min":1,
"pattern":"[a-zA-Z0-9\\.\\*]+"
"pattern":"[a-zA-Z0-9\\.\\*\\-]+"
},
"ExcludedInstanceTypeSet":{
"type":"list",
Expand Down Expand Up @@ -35422,6 +35422,16 @@
"shape":"NitroEnclavesSupport",
"documentation":"<p>Indicates whether Nitro Enclaves is supported.</p>",
"locationName":"nitroEnclavesSupport"
},
"NitroTpmSupport":{
"shape":"NitroTpmSupport",
"documentation":"<p>Indicates whether NitroTPM is supported.</p>",
"locationName":"nitroTpmSupport"
},
"NitroTpmInfo":{
"shape":"NitroTpmInfo",
"documentation":"<p>Describes the supported NitroTPM versions for the instance type.</p>",
"locationName":"nitroTpmInfo"
}
},
"documentation":"<p>Describes the instance type.</p>"
Expand Down Expand Up @@ -43666,6 +43676,32 @@
"supported"
]
},
"NitroTpmInfo":{
"type":"structure",
"members":{
"SupportedVersions":{
"shape":"NitroTpmSupportedVersionsList",
"documentation":"<p>Indicates the supported NitroTPM versions.</p>",
"locationName":"supportedVersions"
}
},
"documentation":"<p>Describes the supported NitroTPM versions for the instance type.</p>"
},
"NitroTpmSupport":{
"type":"string",
"enum":[
"unsupported",
"supported"
]
},
"NitroTpmSupportedVersionType":{"type":"string"},
"NitroTpmSupportedVersionsList":{
"type":"list",
"member":{
"shape":"NitroTpmSupportedVersionType",
"locationName":"item"
}
},
"OccurrenceDayRequestSet":{
"type":"list",
"member":{
Expand Down
121 changes: 121 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8469,8 +8469,104 @@
"endpoints" : {
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"api-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "api.iottwinmaker.ap-southeast-1.amazonaws.com"
},
"api-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "api.iottwinmaker.ap-southeast-2.amazonaws.com"
},
"api-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "api.iottwinmaker.eu-central-1.amazonaws.com"
},
"api-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "api.iottwinmaker.eu-west-1.amazonaws.com"
},
"api-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api.iottwinmaker.us-east-1.amazonaws.com"
},
"api-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api.iottwinmaker.us-west-2.amazonaws.com"
},
"data-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "data.iottwinmaker.ap-southeast-1.amazonaws.com"
},
"data-ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "data.iottwinmaker.ap-southeast-2.amazonaws.com"
},
"data-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "data.iottwinmaker.eu-central-1.amazonaws.com"
},
"data-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "data.iottwinmaker.eu-west-1.amazonaws.com"
},
"data-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "data.iottwinmaker.us-east-1.amazonaws.com"
},
"data-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "data.iottwinmaker.us-west-2.amazonaws.com"
},
"eu-central-1" : { },
"eu-west-1" : { },
"fips-api-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api.iottwinmaker-fips.us-east-1.amazonaws.com"
},
"fips-api-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api.iottwinmaker-fips.us-west-2.amazonaws.com"
},
"fips-data-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "data.iottwinmaker-fips.us-east-1.amazonaws.com"
},
"fips-data-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "data.iottwinmaker-fips.us-west-2.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -10340,6 +10436,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
Expand Down Expand Up @@ -21413,6 +21510,30 @@
},
"iottwinmaker" : {
"endpoints" : {
"api-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "api.iottwinmaker.us-gov-west-1.amazonaws.com"
},
"data-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "data.iottwinmaker.us-gov-west-1.amazonaws.com"
},
"fips-api-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "api.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
},
"fips-data-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "data.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15586,7 +15586,9 @@
"type":"string",
"enum":[
"COLUMN_PERMISSION",
"CELL_FILTER_PERMISSION"
"CELL_FILTER_PERMISSION",
"NESTED_PERMISSION",
"NESTED_CELL_PERMISSION"
]
},
"PermissionTypeList":{
Expand Down
Loading

0 comments on commit 42c9b01

Please sign in to comment.