Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.52.0 #5250

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.52.0 (2024-05-01)
===

### Service Client Updates
* `service/bedrock-agent`: Updates service API and documentation
* `service/ec2`: Updates service documentation
* Documentation updates for Amazon EC2.
* `service/personalize-runtime`: Updates service API and documentation
* `service/securityhub`: Updates service API and documentation
* `service/sesv2`: Updates service API

### SDK Features
* `service/alexaforbusiness`: Remove Alexaforbusiness
* This change removes the Alexaforbusiness service, since it is deprecated.

Release v1.51.32 (2024-04-30)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/alexaforbusiness`: Remove Alexaforbusiness
* This change removes the Alexaforbusiness service, since it is deprecated.

### SDK Enhancements

Expand Down
64 changes: 64 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.32"
const SDKVersion = "1.52.0"
67 changes: 66 additions & 1 deletion models/apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,8 @@
"OPENSEARCH_SERVERLESS",
"PINECONE",
"REDIS_ENTERPRISE_CLOUD",
"RDS"
"RDS",
"MONGO_DB_ATLAS"
]
},
"KnowledgeBaseSummaries":{
Expand Down Expand Up @@ -2423,6 +2424,69 @@
"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"},
"credentialsSecretArn":{"shape":"SecretArn"},
"databaseName":{"shape":"MongoDbAtlasDatabaseName"},
"endpoint":{"shape":"MongoDbAtlasEndpoint"},
"endpointServiceName":{"shape":"MongoDbAtlasEndpointServiceName"},
"fieldMapping":{"shape":"MongoDbAtlasFieldMapping"},
"vectorIndexName":{"shape":"MongoDbAtlasIndexName"}
}
},
"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"},
"textField":{"shape":"FieldName"},
"vectorField":{"shape":"FieldName"}
}
},
"MongoDbAtlasIndexName":{
"type":"string",
"max":2048,
"min":0,
"pattern":"^.*$"
},
"Name":{
"type":"string",
"pattern":"^([0-9a-zA-Z][_-]?){1,100}$"
Expand Down Expand Up @@ -2838,6 +2902,7 @@
"type":"structure",
"required":["type"],
"members":{
"mongoDbAtlasConfiguration":{"shape":"MongoDbAtlasConfiguration"},
"opensearchServerlessConfiguration":{"shape":"OpenSearchServerlessConfiguration"},
"pineconeConfiguration":{"shape":"PineconeConfiguration"},
"rdsConfiguration":{"shape":"RdsConfiguration"},
Expand Down
56 changes: 51 additions & 5 deletions models/apis/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"BucketOwnerAccountId": {
"base": null,
"refs": {
"S3DataSourceConfiguration$bucketOwnerAccountId": "<p>The account ID for the owner of the S3 bucket.</p>"
"S3DataSourceConfiguration$bucketOwnerAccountId": "<p>The bucket account owner ID for the S3 bucket.</p>"
}
},
"ChunkingConfiguration": {
Expand Down Expand Up @@ -404,9 +404,9 @@
"DataDeletionPolicy": {
"base": null,
"refs": {
"CreateDataSourceRequest$dataDeletionPolicy": "<p>The deletion policy for the requested data source</p>",
"DataSource$dataDeletionPolicy": "<p>The deletion policy for the data source.</p>",
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy of the updated data source.</p>"
"CreateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>",
"DataSource$dataDeletionPolicy": "<p>The data deletion policy for a data source.</p>",
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>"
}
},
"DataSource": {
Expand Down Expand Up @@ -614,14 +614,17 @@
"refs": {
"Agent$failureReasons": "<p>Contains reasons that the agent-related API that you invoked failed.</p>",
"AgentVersion$failureReasons": "<p>A list of reasons that the API operation on the version failed.</p>",
"DataSource$failureReasons": "<p>The details of the failure reasons related to the data source.</p>",
"DataSource$failureReasons": "<p>The detailed reasons on the failure to delete a data source.</p>",
"IngestionJob$failureReasons": "<p>A list of reasons that the ingestion job failed.</p>",
"KnowledgeBase$failureReasons": "<p>A list of reasons that the API operation on the knowledge base failed.</p>"
}
},
"FieldName": {
"base": null,
"refs": {
"MongoDbAtlasFieldMapping$metadataField": "<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>",
"MongoDbAtlasFieldMapping$textField": "<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>",
"MongoDbAtlasFieldMapping$vectorField": "<p>The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.</p>",
"OpenSearchServerlessFieldMapping$metadataField": "<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>",
"OpenSearchServerlessFieldMapping$textField": "<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>",
"OpenSearchServerlessFieldMapping$vectorField": "<p>The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.</p>",
Expand Down Expand Up @@ -1144,6 +1147,48 @@
"UpdateAgentRequest$foundationModel": "<p>Specifies a new foundation model to be used for orchestration by the agent.</p>"
}
},
"MongoDbAtlasCollectionName": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$collectionName": "<p>The collection name of the knowledge base in MongoDB Atlas.</p>"
}
},
"MongoDbAtlasConfiguration": {
"base": "<p>Contains details about the storage configuration of the knowledge base in MongoDB Atlas. </p>",
"refs": {
"StorageConfiguration$mongoDbAtlasConfiguration": "<p>Contains the storage configuration of the knowledge base in MongoDB Atlas.</p>"
}
},
"MongoDbAtlasDatabaseName": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$databaseName": "<p>The database name in your MongoDB Atlas cluster for your knowledge base.</p>"
}
},
"MongoDbAtlasEndpoint": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$endpoint": "<p>The endpoint URL of your MongoDB Atlas cluster for your knowledge base.</p>"
}
},
"MongoDbAtlasEndpointServiceName": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$endpointServiceName": "<p>The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.</p>"
}
},
"MongoDbAtlasFieldMapping": {
"base": "<p>Contains the names of the fields to which to map information about the vector store.</p>",
"refs": {
"MongoDbAtlasConfiguration$fieldMapping": "<p>Contains the names of the fields to which to map information about the vector store.</p>"
}
},
"MongoDbAtlasIndexName": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$vectorIndexName": "<p>The name of the MongoDB Atlas vector search index.</p>"
}
},
"Name": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1461,6 +1506,7 @@
"SecretArn": {
"base": null,
"refs": {
"MongoDbAtlasConfiguration$credentialsSecretArn": "<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>",
"PineconeConfiguration$credentialsSecretArn": "<p>The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.</p>",
"RdsConfiguration$credentialsSecretArn": "<p>The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.</p>",
"RedisEnterpriseCloudConfiguration$credentialsSecretArn": "<p>The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.</p>"
Expand Down
Loading
Loading