Skip to content

Commit

Permalink
Merge branch 'release-1.20.12'
Browse files Browse the repository at this point in the history
* release-1.20.12:
  Bumping version to 1.20.12
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 19, 2021
2 parents a8da987 + bda6a7a commit d743b7c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changes/1.20.12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``rds``",
"description": "Update rds client to latest version",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.20.12
=======

* api-change:``rds``: Update rds client to latest version


1.20.11
=======

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 re
import logging

__version__ = '1.20.11'
__version__ = '1.20.12'


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 @@ -6349,6 +6349,7 @@
},
"transfer" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -6390,6 +6391,7 @@
},
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down
16 changes: 15 additions & 1 deletion botocore/data/rds/2014-10-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,12 @@
"locationName":"AvailableProcessorFeature"
}
},
"AwsBackupRecoveryPointArn":{
"type":"string",
"max":350,
"min":43,
"pattern":"^arn:aws[a-z-]*:backup:[-a-z0-9]+:[0-9]{12}:[-a-z]+:([a-z0-9\\-]+:)?[a-z][a-z0-9\\-]{0,255}$"
},
"BacktrackDBClusterMessage":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3331,7 +3337,7 @@
},
"EnableCloudwatchLogsExports":{
"shape":"LogTypeList",
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p> <p> <b>Aurora MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Aurora PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>"
"documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p> <p> <b>Aurora MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Aurora PostgreSQL</b> </p> <p>Possible value is <code>postgresql</code>. </p>"
},
"EngineMode":{
"shape":"String",
Expand Down Expand Up @@ -5358,6 +5364,10 @@
"CustomerOwnedIpEnabled":{
"shape":"BooleanOptional",
"documentation":"<p>Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance.</p> <p>A <i>CoIP </i>provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.</p> <p>For more information about RDS on Outposts, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html\">Working with Amazon RDS on AWS Outposts</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about CoIPs, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing\">Customer-owned IP addresses</a> in the <i>AWS Outposts User Guide</i>.</p>"
},
"AwsBackupRecoveryPointArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>"
}
},
"documentation":"<p>Contains the details of an Amazon RDS DB instance. </p> <p>This data type is used as a response element in the <code>DescribeDBInstances</code> action. </p>",
Expand Down Expand Up @@ -9595,6 +9605,10 @@
"EnableCustomerOwnedIp":{
"shape":"BooleanOptional",
"documentation":"<p>A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p> <p>A <i>CoIP</i> provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.</p> <p>For more information about RDS on Outposts, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html\">Working with Amazon RDS on AWS Outposts</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about CoIPs, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing\">Customer-owned IP addresses</a> in the <i>AWS Outposts User Guide</i>.</p>"
},
"AwsBackupRecoveryPointArn":{
"shape":"AwsBackupRecoveryPointArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the recovery point in AWS Backup.</p>"
}
},
"documentation":"<p/>"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.20.'
# The full version, including alpha/beta/rc tags.
release = '1.20.11'
release = '1.20.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d743b7c

Please sign in to comment.