Skip to content

Commit

Permalink
Merge branch 'release-1.29.105'
Browse files Browse the repository at this point in the history
* release-1.29.105:
  Bumping version to 1.29.105
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 3, 2023
2 parents 3ffdc64 + 340a560 commit 2091c26
Show file tree
Hide file tree
Showing 20 changed files with 2,060 additions and 3,278 deletions.
32 changes: 32 additions & 0 deletions .changes/1.29.105.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``glue``",
"description": "Add support for database-level federation",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "Add support for database-level federation",
"type": "api-change"
},
{
"category": "``license-manager``",
"description": "This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.",
"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.29.105
========

* api-change:``glue``: Add support for database-level federation
* api-change:``lakeformation``: Add support for database-level federation
* api-change:``license-manager``: This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.
* api-change:``mwaa``: This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.
* api-change:``servicecatalog``: This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
* api-change:``wafv2``: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.


1.29.104
========

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.29.104'
__version__ = '1.29.105'


class NullHandler(logging.Handler):
Expand Down
2 changes: 2 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,8 @@
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down
168 changes: 148 additions & 20 deletions botocore/data/glue/2017-03-31/service-2.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion botocore/data/lakeformation/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@
"documentation":"<p>A message describing the problem.</p>"
}
},
"documentation":"<p>A specified entity does not exist</p>",
"documentation":"<p>A specified entity does not exist.</p>",
"exception":true
},
"ErrorDetail":{
Expand Down Expand Up @@ -2881,6 +2881,10 @@
"RoleArn":{
"shape":"IAMRoleArn",
"documentation":"<p>The identifier for the role that registers the resource.</p>"
},
"WithFederation":{
"shape":"NullableBoolean",
"documentation":"<p>Whether or not the resource is a federated resource.</p>"
}
}
},
Expand Down Expand Up @@ -2972,6 +2976,10 @@
"LastModified":{
"shape":"LastModifiedTimestamp",
"documentation":"<p>The date and time the resource was last modified.</p>"
},
"WithFederation":{
"shape":"NullableBoolean",
"documentation":"<p>Whether or not the resource is a federated resource.</p>"
}
},
"documentation":"<p>A structure containing information about an Lake Formation resource.</p>"
Expand Down Expand Up @@ -3592,6 +3600,10 @@
"ResourceArn":{
"shape":"ResourceArnString",
"documentation":"<p>The resource ARN.</p>"
},
"WithFederation":{
"shape":"NullableBoolean",
"documentation":"<p>Whether or not the resource is a federated resource.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 2091c26

Please sign in to comment.