Skip to content

Commit

Permalink
Merge branch 'release-1.34.96' into develop
Browse files Browse the repository at this point in the history
* release-1.34.96:
  Bumping version to 1.34.96
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 1, 2024
2 parents e37fd83 + c76f022 commit e1a4242
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 35 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.96.json
@@ -0,0 +1,27 @@
[
{
"category": "``bedrock-agent``",
"description": "This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``personalize-runtime``",
"description": "This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Updated CreateMembers API request with limits.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.96
=======

* api-change:``bedrock-agent``: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``personalize-runtime``: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
* api-change:``securityhub``: Updated CreateMembers API request with limits.
* api-change:``sesv2``: Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.


1.34.95
=======

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

__version__ = '1.34.95'
__version__ = '1.34.96'


class NullHandler(logging.Handler):
Expand Down
112 changes: 106 additions & 6 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Expand Up @@ -1762,7 +1762,7 @@
},
"dataDeletionPolicy":{
"shape":"DataDeletionPolicy",
"documentation":"<p>The deletion policy for the requested data source</p>"
"documentation":"<p>The data deletion policy assigned to the data source.</p>"
},
"dataSourceConfiguration":{
"shape":"DataSourceConfiguration",
Expand Down Expand Up @@ -1888,7 +1888,7 @@
},
"dataDeletionPolicy":{
"shape":"DataDeletionPolicy",
"documentation":"<p>The deletion policy for the data source.</p>"
"documentation":"<p>The data deletion policy for a data source.</p>"
},
"dataSourceConfiguration":{
"shape":"DataSourceConfiguration",
Expand All @@ -1904,7 +1904,7 @@
},
"failureReasons":{
"shape":"FailureReasons",
"documentation":"<p>The details of the failure reasons related to the data source.</p>"
"documentation":"<p>The detailed reasons on the failure to delete a data source.</p>"
},
"knowledgeBaseId":{
"shape":"Id",
Expand Down Expand Up @@ -3004,7 +3004,8 @@
"OPENSEARCH_SERVERLESS",
"PINECONE",
"REDIS_ENTERPRISE_CLOUD",
"RDS"
"RDS",
"MONGO_DB_ATLAS"
]
},
"KnowledgeBaseSummaries":{
Expand Down Expand Up @@ -3385,6 +3386,101 @@
"min":1,
"pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)$"
},
"MongoDbAtlasCollectionName":{
"type":"string",
"max":63,
"min":0,
"pattern":"^.*$"
},
"MongoDbAtlasConfiguration":{
"type":"structure",
"required":[
"collectionName",
"credentialsSecretArn",
"databaseName",
"endpoint",
"fieldMapping",
"vectorIndexName"
],
"members":{
"collectionName":{
"shape":"MongoDbAtlasCollectionName",
"documentation":"<p>The collection name of the knowledge base in MongoDB Atlas.</p>"
},
"credentialsSecretArn":{
"shape":"SecretArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that contains user credentials for your MongoDB Atlas cluster.</p>"
},
"databaseName":{
"shape":"MongoDbAtlasDatabaseName",
"documentation":"<p>The database name in your MongoDB Atlas cluster for your knowledge base.</p>"
},
"endpoint":{
"shape":"MongoDbAtlasEndpoint",
"documentation":"<p>The endpoint URL of your MongoDB Atlas cluster for your knowledge base.</p>"
},
"endpointServiceName":{
"shape":"MongoDbAtlasEndpointServiceName",
"documentation":"<p>The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.</p>"
},
"fieldMapping":{
"shape":"MongoDbAtlasFieldMapping",
"documentation":"<p>Contains the names of the fields to which to map information about the vector store.</p>"
},
"vectorIndexName":{
"shape":"MongoDbAtlasIndexName",
"documentation":"<p>The name of the MongoDB Atlas vector search index.</p>"
}
},
"documentation":"<p>Contains details about the storage configuration of the knowledge base in MongoDB Atlas. </p>"
},
"MongoDbAtlasDatabaseName":{
"type":"string",
"max":63,
"min":0,
"pattern":"^.*$"
},
"MongoDbAtlasEndpoint":{
"type":"string",
"max":2048,
"min":0,
"pattern":"^.*$"
},
"MongoDbAtlasEndpointServiceName":{
"type":"string",
"max":255,
"min":1,
"pattern":"^(?:arn:aws(?:-us-gov|-cn|-iso|-iso-[a-z])*:.+:.*:\\d+:.+/.+$|[a-zA-Z0-9*]+[a-zA-Z0-9._-]*)$"
},
"MongoDbAtlasFieldMapping":{
"type":"structure",
"required":[
"metadataField",
"textField",
"vectorField"
],
"members":{
"metadataField":{
"shape":"FieldName",
"documentation":"<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>"
},
"textField":{
"shape":"FieldName",
"documentation":"<p>The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.</p>"
},
"vectorField":{
"shape":"FieldName",
"documentation":"<p>The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.</p>"
}
},
"documentation":"<p>Contains the names of the fields to which to map information about the vector store.</p>"
},
"MongoDbAtlasIndexName":{
"type":"string",
"max":2048,
"min":0,
"pattern":"^.*$"
},
"Name":{
"type":"string",
"pattern":"^([0-9a-zA-Z][_-]?){1,100}$"
Expand Down Expand Up @@ -3844,7 +3940,7 @@
},
"bucketOwnerAccountId":{
"shape":"BucketOwnerAccountId",
"documentation":"<p>The account ID for the owner of the S3 bucket.</p>"
"documentation":"<p>The bucket account owner ID for the S3 bucket.</p>"
},
"inclusionPrefixes":{
"shape":"S3Prefixes",
Expand Down Expand Up @@ -3973,6 +4069,10 @@
"type":"structure",
"required":["type"],
"members":{
"mongoDbAtlasConfiguration":{
"shape":"MongoDbAtlasConfiguration",
"documentation":"<p>Contains the storage configuration of the knowledge base in MongoDB Atlas.</p>"
},
"opensearchServerlessConfiguration":{
"shape":"OpenSearchServerlessConfiguration",
"documentation":"<p>Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.</p>"
Expand Down Expand Up @@ -4343,7 +4443,7 @@
"members":{
"dataDeletionPolicy":{
"shape":"DataDeletionPolicy",
"documentation":"<p>The data deletion policy of the updated data source.</p>"
"documentation":"<p>The data deletion policy assigned to the data source.</p>"
},
"dataSourceConfiguration":{
"shape":"DataSourceConfiguration",
Expand Down
12 changes: 6 additions & 6 deletions botocore/data/ec2/2016-11-15/service-2.json
Expand Up @@ -1949,7 +1949,7 @@
},
"input":{"shape":"DeleteTransitGatewayRouteTableRequest"},
"output":{"shape":"DeleteTransitGatewayRouteTableResult"},
"documentation":"<p>Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.</p>"
"documentation":"<p>Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run <a>DisassociateRouteTable</a> before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.</p>"
},
"DeleteTransitGatewayRouteTableAnnouncement":{
"name":"DeleteTransitGatewayRouteTableAnnouncement",
Expand Down Expand Up @@ -24460,7 +24460,7 @@
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p> </li> <li> <p> <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p> </li> <li> <p> <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p> </li> <li> <p> <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically associated with the default association route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> </ul>",
"documentation":"<p>One or more filters. The possible values are:</p> <ul> <li> <p> <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p> </li> <li> <p> <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p> </li> <li> <p> <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p> </li> <li> <p> <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically associated with the default association route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p> </li> <li> <p> <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p> </li> <li> <p> <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p> </li> <li> <p> <code>transit-gateway-id</code> - The ID of the transit gateway.</p> </li> <li> <p> <code>tag-key </code>- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> </ul>",
"locationName":"Filter"
},
"MaxResults":{
Expand Down Expand Up @@ -40091,7 +40091,7 @@
},
"DeviceIndex":{
"shape":"Integer",
"documentation":"<p>The device index for the network interface attachment.</p>"
"documentation":"<p>The device index for the network interface attachment. Each network interface requires a device index. If you create a launch template that includes secondary network interfaces but not a primary network interface, then you must add a primary network interface as a launch parameter when you launch an instance from the template.</p>"
},
"Groups":{
"shape":"SecurityGroupIdStringList",
Expand Down Expand Up @@ -59429,7 +59429,7 @@
"members":{
"Attachments":{
"shape":"VolumeAttachmentList",
"documentation":"<p>Information about the volume attachments.</p>",
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Information about the volume attachments.</p>",
"locationName":"attachmentSet"
},
"AvailabilityZone":{
Expand Down Expand Up @@ -59494,7 +59494,7 @@
},
"FastRestored":{
"shape":"Boolean",
"documentation":"<p>Indicates whether the volume was created using fast snapshot restore.</p>",
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Indicates whether the volume was created using fast snapshot restore.</p>",
"locationName":"fastRestored"
},
"MultiAttachEnabled":{
Expand All @@ -59509,7 +59509,7 @@
},
"SseType":{
"shape":"SSEType",
"documentation":"<p>Reserved for future use.</p>",
"documentation":"<note> <p>This parameter is not returned by CreateVolume.</p> </note> <p>Reserved for future use.</p>",
"locationName":"sseType"
}
},
Expand Down
43 changes: 43 additions & 0 deletions botocore/data/endpoints.json
Expand Up @@ -2640,6 +2640,7 @@
"bedrock" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"bedrock-ap-northeast-1" : {
Expand All @@ -2648,6 +2649,12 @@
},
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
},
"bedrock-ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "bedrock.ap-south-1.amazonaws.com"
},
"bedrock-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -2666,6 +2673,12 @@
},
"hostname" : "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "bedrock.eu-west-1.amazonaws.com"
},
"bedrock-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
Expand All @@ -2690,6 +2703,12 @@
},
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
},
"bedrock-runtime-ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -2708,6 +2727,12 @@
},
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
},
"bedrock-runtime-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
Expand Down Expand Up @@ -2751,6 +2776,7 @@
"hostname" : "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -20086,6 +20112,16 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"hostname" : "wafv2.ca-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -20250,6 +20286,13 @@
"deprecated" : true,
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
},
"fips-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down

0 comments on commit e1a4242

Please sign in to comment.