Skip to content

Commit

Permalink
Merge branch 'release-1.35.31'
Browse files Browse the repository at this point in the history
* release-1.35.31:
  Bumping version to 1.35.31
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 1, 2024
2 parents 074456c + e366396 commit f05549c
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 61 deletions.
17 changes: 17 additions & 0 deletions .changes/1.35.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``bedrock-agent``",
"description": "This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "Add support for the dual stack endpoints.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release provides additional support for enabling Aurora Limitless Database DB clusters.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.35.31
=======

* api-change:``bedrock-agent``: This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.
* api-change:``codeartifact``: Add support for the dual stack endpoints.
* api-change:``rds``: This release provides additional support for enabling Aurora Limitless Database DB clusters.


1.35.30
=======

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.35.30'
__version__ = '1.35.31'


class NullHandler(logging.Handler):
Expand Down
170 changes: 115 additions & 55 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion botocore/data/codeartifact/2018-09-22/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,13 @@
"type":"list",
"member":{"shape":"DomainSummary"}
},
"EndpointType":{
"type":"string",
"enum":[
"dualstack",
"ipv4"
]
},
"ErrorMessage":{"type":"string"},
"ExternalConnectionName":{
"type":"string",
Expand Down Expand Up @@ -2311,6 +2318,12 @@
"documentation":"<p> Returns which endpoint of a repository to return. A repository has one endpoint for each package format. </p>",
"location":"querystring",
"locationName":"format"
},
"endpointType":{
"shape":"EndpointType",
"documentation":"<p>A string that specifies the type of endpoint.</p>",
"location":"querystring",
"locationName":"endpointType"
}
}
},
Expand Down Expand Up @@ -4029,7 +4042,7 @@
},
"packageFormat":{
"shape":"PackageFormat",
"documentation":"<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>"
"documentation":"<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> <li> <p> <code>generic</code>: A generic package. </p> </li> <li> <p> <code>ruby</code>: A Ruby package. </p> </li> <li> <p> <code>swift</code>: A Swift package. </p> </li> <li> <p> <code>cargo</code>: A Cargo package. </p> </li> </ul>"
},
"status":{
"shape":"ExternalConnectionStatus",
Expand Down
3 changes: 3 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
"aoss" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -9138,6 +9139,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -13001,6 +13003,7 @@
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
24 changes: 21 additions & 3 deletions botocore/data/rds/2014-10-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@
{"shape":"MaxDBShardGroupLimitReached"},
{"shape":"InvalidDBClusterStateFault"},
{"shape":"UnsupportedDBEngineVersionFault"},
{"shape":"InvalidVPCNetworkStateFault"}
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"NetworkTypeNotSupported"}
],
"documentation":"<p>Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p> <p>Valid for: Aurora DB clusters only</p>"
},
Expand Down Expand Up @@ -3717,6 +3718,13 @@
},
"documentation":"<p>This data type is used as a response element in the <code>ModifyDBCluster</code> operation and contains changes that will be applied during the next maintenance window.</p>"
},
"ClusterScalabilityType":{
"type":"string",
"enum":[
"standard",
"limitless"
]
},
"ConnectionPoolConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4301,6 +4309,10 @@
"shape":"String",
"documentation":"<p>The network type of the DB cluster.</p> <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster. A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (<code>DUAL</code>).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html\"> Working with a DB instance in a VPC</a> in the <i>Amazon Aurora User Guide.</i> </p> <p>Valid for Cluster Type: Aurora DB clusters only</p> <p>Valid Values: <code>IPV4 | DUAL</code> </p>"
},
"ClusterScalabilityType":{
"shape":"ClusterScalabilityType",
"documentation":"<p>Specifies the scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p> <p>Valid for: Aurora DB clusters only</p> <note> <p>You can't modify this setting after you create the DB cluster.</p> </note>"
},
"DBSystemId":{
"shape":"String",
"documentation":"<p>Reserved for future use.</p>"
Expand Down Expand Up @@ -5046,7 +5058,8 @@
"PubliclyAccessible":{
"shape":"BooleanOptional",
"documentation":"<p>Specifies whether the DB shard group is publicly accessible.</p> <p>When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it.</p> <p>When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.</p> <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p> <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.</p> </li> <li> <p>If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.</p> </li> </ul> <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.</p> </li> <li> <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.</p> </li> </ul>"
}
},
"Tags":{"shape":"TagList"}
}
},
"CreateDBSnapshotMessage":{
Expand Down Expand Up @@ -5708,6 +5721,10 @@
"shape":"IntegerOptional",
"documentation":"<p>The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p> <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>"
},
"ClusterScalabilityType":{
"shape":"ClusterScalabilityType",
"documentation":"<p>The scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>"
},
"CertificateDetails":{"shape":"CertificateDetails"},
"EngineLifecycleSupport":{
"shape":"String",
Expand Down Expand Up @@ -8136,7 +8153,8 @@
"DBShardGroupArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) for the DB shard group.</p>"
}
},
"TagList":{"shape":"TagList"}
}
},
"DBShardGroupAlreadyExistsFault":{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.30'
release = '1.35.31'

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

0 comments on commit f05549c

Please sign in to comment.