From 3243a1bc5abae0b5092499e51f7793e86fc1be62 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 1 May 2024 18:04:45 +0000 Subject: [PATCH 1/3] Update to latest models --- .../api-change-bedrockagent-49685.json | 5 + .../next-release/api-change-ec2-34249.json | 5 + .../api-change-personalizeruntime-5072.json | 5 + .../api-change-securityhub-84900.json | 5 + .../next-release/api-change-sesv2-33338.json | 5 + .../bedrock-agent/2023-06-05/service-2.json | 112 +++++++++++++++++- botocore/data/ec2/2016-11-15/service-2.json | 12 +- .../2018-05-22/service-2.json | 16 ++- .../securityhub/2018-10-26/service-2.json | 10 +- botocore/data/sesv2/2019-09-27/service-2.json | 25 ++-- 10 files changed, 167 insertions(+), 33 deletions(-) create mode 100644 .changes/next-release/api-change-bedrockagent-49685.json create mode 100644 .changes/next-release/api-change-ec2-34249.json create mode 100644 .changes/next-release/api-change-personalizeruntime-5072.json create mode 100644 .changes/next-release/api-change-securityhub-84900.json create mode 100644 .changes/next-release/api-change-sesv2-33338.json diff --git a/.changes/next-release/api-change-bedrockagent-49685.json b/.changes/next-release/api-change-bedrockagent-49685.json new file mode 100644 index 0000000000..cd6e856207 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-49685.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base." +} diff --git a/.changes/next-release/api-change-ec2-34249.json b/.changes/next-release/api-change-ec2-34249.json new file mode 100644 index 0000000000..dcb7ae606a --- /dev/null +++ b/.changes/next-release/api-change-ec2-34249.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "Documentation updates for Amazon EC2." +} diff --git a/.changes/next-release/api-change-personalizeruntime-5072.json b/.changes/next-release/api-change-personalizeruntime-5072.json new file mode 100644 index 0000000000..3b584b07e7 --- /dev/null +++ b/.changes/next-release/api-change-personalizeruntime-5072.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``personalize-runtime``", + "description": "This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2." +} diff --git a/.changes/next-release/api-change-securityhub-84900.json b/.changes/next-release/api-change-securityhub-84900.json new file mode 100644 index 0000000000..b03d07bfec --- /dev/null +++ b/.changes/next-release/api-change-securityhub-84900.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securityhub``", + "description": "Updated CreateMembers API request with limits." +} diff --git a/.changes/next-release/api-change-sesv2-33338.json b/.changes/next-release/api-change-sesv2-33338.json new file mode 100644 index 0000000000..6b34b636f9 --- /dev/null +++ b/.changes/next-release/api-change-sesv2-33338.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sesv2``", + "description": "Fixes ListContacts and ListImportJobs APIs to use POST instead of GET." +} diff --git a/botocore/data/bedrock-agent/2023-06-05/service-2.json b/botocore/data/bedrock-agent/2023-06-05/service-2.json index 767d0eb307..b128ce3343 100644 --- a/botocore/data/bedrock-agent/2023-06-05/service-2.json +++ b/botocore/data/bedrock-agent/2023-06-05/service-2.json @@ -1762,7 +1762,7 @@ }, "dataDeletionPolicy":{ "shape":"DataDeletionPolicy", - "documentation":"

The deletion policy for the requested data source

" + "documentation":"

The data deletion policy assigned to the data source.

" }, "dataSourceConfiguration":{ "shape":"DataSourceConfiguration", @@ -1888,7 +1888,7 @@ }, "dataDeletionPolicy":{ "shape":"DataDeletionPolicy", - "documentation":"

The deletion policy for the data source.

" + "documentation":"

The data deletion policy for a data source.

" }, "dataSourceConfiguration":{ "shape":"DataSourceConfiguration", @@ -1904,7 +1904,7 @@ }, "failureReasons":{ "shape":"FailureReasons", - "documentation":"

The details of the failure reasons related to the data source.

" + "documentation":"

The detailed reasons on the failure to delete a data source.

" }, "knowledgeBaseId":{ "shape":"Id", @@ -3004,7 +3004,8 @@ "OPENSEARCH_SERVERLESS", "PINECONE", "REDIS_ENTERPRISE_CLOUD", - "RDS" + "RDS", + "MONGO_DB_ATLAS" ] }, "KnowledgeBaseSummaries":{ @@ -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":"

The collection name of the knowledge base in MongoDB Atlas.

" + }, + "credentialsSecretArn":{ + "shape":"SecretArn", + "documentation":"

The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that contains user credentials for your MongoDB Atlas cluster.

" + }, + "databaseName":{ + "shape":"MongoDbAtlasDatabaseName", + "documentation":"

The database name in your MongoDB Atlas cluster for your knowledge base.

" + }, + "endpoint":{ + "shape":"MongoDbAtlasEndpoint", + "documentation":"

The endpoint URL of your MongoDB Atlas cluster for your knowledge base.

" + }, + "endpointServiceName":{ + "shape":"MongoDbAtlasEndpointServiceName", + "documentation":"

The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.

" + }, + "fieldMapping":{ + "shape":"MongoDbAtlasFieldMapping", + "documentation":"

Contains the names of the fields to which to map information about the vector store.

" + }, + "vectorIndexName":{ + "shape":"MongoDbAtlasIndexName", + "documentation":"

The name of the MongoDB Atlas vector search index.

" + } + }, + "documentation":"

Contains details about the storage configuration of the knowledge base in MongoDB Atlas.

" + }, + "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":"

The name of the field in which Amazon Bedrock stores metadata about the vector store.

" + }, + "textField":{ + "shape":"FieldName", + "documentation":"

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.

" + }, + "vectorField":{ + "shape":"FieldName", + "documentation":"

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

" + } + }, + "documentation":"

Contains the names of the fields to which to map information about the vector store.

" + }, + "MongoDbAtlasIndexName":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"^.*$" + }, "Name":{ "type":"string", "pattern":"^([0-9a-zA-Z][_-]?){1,100}$" @@ -3844,7 +3940,7 @@ }, "bucketOwnerAccountId":{ "shape":"BucketOwnerAccountId", - "documentation":"

The account ID for the owner of the S3 bucket.

" + "documentation":"

The bucket account owner ID for the S3 bucket.

" }, "inclusionPrefixes":{ "shape":"S3Prefixes", @@ -3973,6 +4069,10 @@ "type":"structure", "required":["type"], "members":{ + "mongoDbAtlasConfiguration":{ + "shape":"MongoDbAtlasConfiguration", + "documentation":"

Contains the storage configuration of the knowledge base in MongoDB Atlas.

" + }, "opensearchServerlessConfiguration":{ "shape":"OpenSearchServerlessConfiguration", "documentation":"

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

" @@ -4343,7 +4443,7 @@ "members":{ "dataDeletionPolicy":{ "shape":"DataDeletionPolicy", - "documentation":"

The data deletion policy of the updated data source.

" + "documentation":"

The data deletion policy assigned to the data source.

" }, "dataSourceConfiguration":{ "shape":"DataSourceConfiguration", diff --git a/botocore/data/ec2/2016-11-15/service-2.json b/botocore/data/ec2/2016-11-15/service-2.json index b8c037394e..b5d96dea03 100644 --- a/botocore/data/ec2/2016-11-15/service-2.json +++ b/botocore/data/ec2/2016-11-15/service-2.json @@ -1949,7 +1949,7 @@ }, "input":{"shape":"DeleteTransitGatewayRouteTableRequest"}, "output":{"shape":"DeleteTransitGatewayRouteTableResult"}, - "documentation":"

Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

" + "documentation":"

Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run DisassociateRouteTable before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.

" }, "DeleteTransitGatewayRouteTableAnnouncement":{ "name":"DeleteTransitGatewayRouteTableAnnouncement", @@ -24460,7 +24460,7 @@ }, "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters. The possible values are:

", + "documentation":"

One or more filters. The possible values are:

", "locationName":"Filter" }, "MaxResults":{ @@ -40091,7 +40091,7 @@ }, "DeviceIndex":{ "shape":"Integer", - "documentation":"

The device index for the network interface attachment.

" + "documentation":"

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.

" }, "Groups":{ "shape":"SecurityGroupIdStringList", @@ -59429,7 +59429,7 @@ "members":{ "Attachments":{ "shape":"VolumeAttachmentList", - "documentation":"

Information about the volume attachments.

", + "documentation":"

This parameter is not returned by CreateVolume.

Information about the volume attachments.

", "locationName":"attachmentSet" }, "AvailabilityZone":{ @@ -59494,7 +59494,7 @@ }, "FastRestored":{ "shape":"Boolean", - "documentation":"

Indicates whether the volume was created using fast snapshot restore.

", + "documentation":"

This parameter is not returned by CreateVolume.

Indicates whether the volume was created using fast snapshot restore.

", "locationName":"fastRestored" }, "MultiAttachEnabled":{ @@ -59509,7 +59509,7 @@ }, "SseType":{ "shape":"SSEType", - "documentation":"

Reserved for future use.

", + "documentation":"

This parameter is not returned by CreateVolume.

Reserved for future use.

", "locationName":"sseType" } }, diff --git a/botocore/data/personalize-runtime/2018-05-22/service-2.json b/botocore/data/personalize-runtime/2018-05-22/service-2.json index be370d4c33..269717955f 100644 --- a/botocore/data/personalize-runtime/2018-05-22/service-2.json +++ b/botocore/data/personalize-runtime/2018-05-22/service-2.json @@ -5,6 +5,7 @@ "endpointPrefix":"personalize-runtime", "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceFullName":"Amazon Personalize Runtime", "serviceId":"Personalize Runtime", "signatureVersion":"v4", @@ -293,7 +294,8 @@ "Metadata":{ "type":"map", "key":{"shape":"ColumnName"}, - "value":{"shape":"ColumnValue"} + "value":{"shape":"ColumnValue"}, + "sensitive":true }, "MetadataColumns":{ "type":"map", @@ -348,6 +350,10 @@ "metadata":{ "shape":"Metadata", "documentation":"

Metadata about the item from your Items dataset.

" + }, + "reason":{ + "shape":"ReasonList", + "documentation":"

If you use User-Personalization-v2, a list of reasons for why the item was included in recommendations. Possible reasons include the following:

" } }, "documentation":"

An object that identifies an item.

The and APIs return a list of PredictedItems.

" @@ -379,6 +385,14 @@ "member":{"shape":"Promotion"}, "max":1 }, + "Reason":{ + "type":"string", + "max":256 + }, + "ReasonList":{ + "type":"list", + "member":{"shape":"Reason"} + }, "RecommendationID":{"type":"string"}, "ResourceNotFoundException":{ "type":"structure", diff --git a/botocore/data/securityhub/2018-10-26/service-2.json b/botocore/data/securityhub/2018-10-26/service-2.json index f3b279b651..870b6f37d5 100644 --- a/botocore/data/securityhub/2018-10-26/service-2.json +++ b/botocore/data/securityhub/2018-10-26/service-2.json @@ -1262,7 +1262,7 @@ {"shape":"InvalidAccessException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

UpdateFindings is deprecated. Instead of UpdateFindings, use BatchUpdateFindings.

Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.

" + "documentation":"

UpdateFindings is a deprecated operation. Instead of UpdateFindings, use the BatchUpdateFindings operation.

Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.

Finding updates made with UpdateFindings might not be persisted if the same finding is later updated by the finding provider through the BatchImportFindings operation.

" }, "UpdateInsight":{ "name":"UpdateInsight", @@ -1429,7 +1429,9 @@ }, "AccountDetailsList":{ "type":"list", - "member":{"shape":"AccountDetails"} + "member":{"shape":"AccountDetails"}, + "max":50, + "min":1 }, "AccountId":{"type":"string"}, "AccountIdList":{ @@ -20812,7 +20814,7 @@ "members":{ "ConfigurationPolicyIdentifier":{ "shape":"NonEmptyString", - "documentation":"

The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.

" + "documentation":"

The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of SELF_MANAGED_SECURITY_HUB for a self-managed configuration.

" }, "Target":{ "shape":"Target", @@ -20863,7 +20865,7 @@ }, "ConfigurationPolicyIdentifier":{ "shape":"NonEmptyString", - "documentation":"

The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.

" + "documentation":"

The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of SELF_MANAGED_SECURITY_HUB for a self-managed configuration.

" } } }, diff --git a/botocore/data/sesv2/2019-09-27/service-2.json b/botocore/data/sesv2/2019-09-27/service-2.json index 3e211fade9..53e066a329 100644 --- a/botocore/data/sesv2/2019-09-27/service-2.json +++ b/botocore/data/sesv2/2019-09-27/service-2.json @@ -5,6 +5,7 @@ "endpointPrefix":"email", "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceAbbreviation":"Amazon SES V2", "serviceFullName":"Amazon Simple Email Service", "serviceId":"SESv2", @@ -747,8 +748,8 @@ "ListContacts":{ "name":"ListContacts", "http":{ - "method":"GET", - "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts" + "method":"POST", + "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/list" }, "input":{"shape":"ListContactsRequest"}, "output":{"shape":"ListContactsResponse"}, @@ -862,8 +863,8 @@ "ListImportJobs":{ "name":"ListImportJobs", "http":{ - "method":"GET", - "requestUri":"/v2/email/import-jobs" + "method":"POST", + "requestUri":"/v2/email/import-jobs/list" }, "input":{"shape":"ListImportJobsRequest"}, "output":{"shape":"ListImportJobsResponse"}, @@ -4557,15 +4558,11 @@ }, "PageSize":{ "shape":"MaxItems", - "documentation":"

The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional contacts.

", - "location":"querystring", - "locationName":"PageSize" + "documentation":"

The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional contacts.

" }, "NextToken":{ "shape":"NextToken", - "documentation":"

A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.

", - "location":"querystring", - "locationName":"NextToken" + "documentation":"

A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.

" } } }, @@ -4844,15 +4841,11 @@ }, "NextToken":{ "shape":"NextToken", - "documentation":"

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

", - "location":"querystring", - "locationName":"NextToken" + "documentation":"

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

" }, "PageSize":{ "shape":"MaxItems", - "documentation":"

Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.

", - "location":"querystring", - "locationName":"PageSize" + "documentation":"

Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.

" } }, "documentation":"

Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.

" From 4970a6dcdd0c0c8990a90d602d54571ba3f16ac8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 1 May 2024 18:04:46 +0000 Subject: [PATCH 2/3] Update endpoints model --- botocore/data/endpoints.json | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 1081e9296c..90b0b645fd 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -2640,6 +2640,7 @@ "bedrock" : { "endpoints" : { "ap-northeast-1" : { }, + "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, "bedrock-ap-northeast-1" : { @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" : { } @@ -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" @@ -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" From c76f022255c06b930bbf6ec3e99e4df9b4c4eb84 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 1 May 2024 18:05:36 +0000 Subject: [PATCH 3/3] Bumping version to 1.34.96 --- .changes/1.34.96.json | 27 +++++++++++++++++++ .../api-change-bedrockagent-49685.json | 5 ---- .../next-release/api-change-ec2-34249.json | 5 ---- .../api-change-personalizeruntime-5072.json | 5 ---- .../api-change-securityhub-84900.json | 5 ---- .../next-release/api-change-sesv2-33338.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.34.96.json delete mode 100644 .changes/next-release/api-change-bedrockagent-49685.json delete mode 100644 .changes/next-release/api-change-ec2-34249.json delete mode 100644 .changes/next-release/api-change-personalizeruntime-5072.json delete mode 100644 .changes/next-release/api-change-securityhub-84900.json delete mode 100644 .changes/next-release/api-change-sesv2-33338.json diff --git a/.changes/1.34.96.json b/.changes/1.34.96.json new file mode 100644 index 0000000000..1220bb89f4 --- /dev/null +++ b/.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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-49685.json b/.changes/next-release/api-change-bedrockagent-49685.json deleted file mode 100644 index cd6e856207..0000000000 --- a/.changes/next-release/api-change-bedrockagent-49685.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base." -} diff --git a/.changes/next-release/api-change-ec2-34249.json b/.changes/next-release/api-change-ec2-34249.json deleted file mode 100644 index dcb7ae606a..0000000000 --- a/.changes/next-release/api-change-ec2-34249.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Documentation updates for Amazon EC2." -} diff --git a/.changes/next-release/api-change-personalizeruntime-5072.json b/.changes/next-release/api-change-personalizeruntime-5072.json deleted file mode 100644 index 3b584b07e7..0000000000 --- a/.changes/next-release/api-change-personalizeruntime-5072.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``personalize-runtime``", - "description": "This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2." -} diff --git a/.changes/next-release/api-change-securityhub-84900.json b/.changes/next-release/api-change-securityhub-84900.json deleted file mode 100644 index b03d07bfec..0000000000 --- a/.changes/next-release/api-change-securityhub-84900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Updated CreateMembers API request with limits." -} diff --git a/.changes/next-release/api-change-sesv2-33338.json b/.changes/next-release/api-change-sesv2-33338.json deleted file mode 100644 index 6b34b636f9..0000000000 --- a/.changes/next-release/api-change-sesv2-33338.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "Fixes ListContacts and ListImportJobs APIs to use POST instead of GET." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32f7153a12..7015340546 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 09a300dfde..7efed47917 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.95' +__version__ = '1.34.96' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 7486600eed..f3a2bfd172 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.95' +release = '1.34.96' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.