Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 3, 2024
1 parent 000909f commit 2b809a0
Show file tree
Hide file tree
Showing 34 changed files with 918 additions and 58 deletions.
37 changes: 37 additions & 0 deletions .changes/3.305.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "Connect",
"description": "This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs"
},
{
"type": "enhancement",
"category": "DataSync",
"description": "Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations."
},
{
"type": "api-change",
"category": "ConnectCases",
"description": "This feature supports the release of Files related items"
},
{
"type": "api-change",
"category": "SESv2",
"description": "Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2."
},
{
"type": "api-change",
"category": "Inspector2",
"description": "This release adds CSV format to GetCisScanReport for Inspector v2"
},
{
"type": "api-change",
"category": "BedrockAgent",
"description": "This release adds support for using Provisioned Throughput with Bedrock Agents."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/configured-signature-version.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## next release

* `Aws\` - Fixes issue with manually configured signature versions.
* `Aws\Connect` - This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
* `Aws\SageMaker` - Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
* `Aws\DataSync` - Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
* `Aws\ConnectCases` - This feature supports the release of Files related items
* `Aws\SESv2` - Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.
* `Aws\Inspector2` - This release adds CSV format to GetCisScanReport for Inspector v2
* `Aws\BedrockAgent` - This release adds support for using Provisioned Throughput with Bedrock Agents.

## 3.305.8 - 2024-05-02

* `Aws\EC2` - This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
Expand Down
10 changes: 10 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@
* @method \GuzzleHttp\Promise\Promise batchAssociateAnalyticsDataSetAsync(array $args = [])
* @method \Aws\Result batchDisassociateAnalyticsDataSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDisassociateAnalyticsDataSetAsync(array $args = [])
* @method \Aws\Result batchGetAttachedFileMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetAttachedFileMetadataAsync(array $args = [])
* @method \Aws\Result batchGetFlowAssociation(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetFlowAssociationAsync(array $args = [])
* @method \Aws\Result batchPutContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchPutContactAsync(array $args = [])
* @method \Aws\Result claimPhoneNumber(array $args = [])
* @method \GuzzleHttp\Promise\Promise claimPhoneNumberAsync(array $args = [])
* @method \Aws\Result completeAttachedFileUpload(array $args = [])
* @method \GuzzleHttp\Promise\Promise completeAttachedFileUploadAsync(array $args = [])
* @method \Aws\Result createAgentStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAgentStatusAsync(array $args = [])
* @method \Aws\Result createContactFlow(array $args = [])
Expand Down Expand Up @@ -95,6 +99,8 @@
* @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = [])
* @method \Aws\Result deactivateEvaluationForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise deactivateEvaluationFormAsync(array $args = [])
* @method \Aws\Result deleteAttachedFile(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAttachedFileAsync(array $args = [])
* @method \Aws\Result deleteContactEvaluation(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContactEvaluationAsync(array $args = [])
* @method \Aws\Result deleteContactFlow(array $args = [])
Expand Down Expand Up @@ -215,6 +221,8 @@
* @method \GuzzleHttp\Promise\Promise disassociateUserProficienciesAsync(array $args = [])
* @method \Aws\Result dismissUserContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise dismissUserContactAsync(array $args = [])
* @method \Aws\Result getAttachedFile(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAttachedFileAsync(array $args = [])
* @method \Aws\Result getContactAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise getContactAttributesAsync(array $args = [])
* @method \Aws\Result getCurrentMetricData(array $args = [])
Expand Down Expand Up @@ -365,6 +373,8 @@
* @method \GuzzleHttp\Promise\Promise searchVocabulariesAsync(array $args = [])
* @method \Aws\Result sendChatIntegrationEvent(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendChatIntegrationEventAsync(array $args = [])
* @method \Aws\Result startAttachedFileUpload(array $args = [])
* @method \GuzzleHttp\Promise\Promise startAttachedFileUploadAsync(array $args = [])
* @method \Aws\Result startChatContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise startChatContactAsync(array $args = [])
* @method \Aws\Result startContactEvaluation(array $args = [])
Expand Down
11 changes: 9 additions & 2 deletions src/data/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@
"clientToken":{"shape":"ClientToken"},
"createdAt":{"shape":"DateTimestamp"},
"description":{"shape":"Description"},
"failureReasons":{"shape":"FailureReasons"},
"routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
"updatedAt":{"shape":"DateTimestamp"}
}
Expand Down Expand Up @@ -924,9 +925,9 @@
},
"AgentAliasRoutingConfigurationListItem":{
"type":"structure",
"required":["agentVersion"],
"members":{
"agentVersion":{"shape":"Version"}
"agentVersion":{"shape":"Version"},
"provisionedThroughput":{"shape":"ProvisionedModelIdentifier"}
}
},
"AgentAliasStatus":{
Expand Down Expand Up @@ -2672,6 +2673,12 @@
"KNOWLEDGE_BASE_RESPONSE_GENERATION"
]
},
"ProvisionedModelIdentifier":{
"type":"string",
"max":2048,
"min":1,
"pattern":"^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$"
},
"RdsArn":{
"type":"string",
"pattern":"^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$"
Expand Down
2 changes: 1 addition & 1 deletion src/data/bedrock-agent/2023-06-05/api-2.json.php

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions src/data/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
}
},
"ActionGroupExecutor": {
"base": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"base": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"refs": {
"AgentActionGroup$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"CreateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"AgentActionGroup$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"CreateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"UpdateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
}
},
Expand Down Expand Up @@ -406,7 +406,7 @@
"refs": {
"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>"
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy of the updated data source.</p>"
}
},
"DataSource": {
Expand Down Expand Up @@ -613,6 +613,7 @@
"base": null,
"refs": {
"Agent$failureReasons": "<p>Contains reasons that the agent-related API that you invoked failed.</p>",
"AgentAlias$failureReasons": "<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>",
"AgentVersion$failureReasons": "<p>A list of reasons that the API operation on the version failed.</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>",
Expand Down Expand Up @@ -1389,6 +1390,12 @@
"PromptConfiguration$promptType": "<p>The step in the agent sequence that this prompt configuration applies to.</p>"
}
},
"ProvisionedModelIdentifier": {
"base": null,
"refs": {
"AgentAliasRoutingConfigurationListItem$provisionedThroughput": "<p>Information on the Provisioned Throughput assigned to an agent alias.</p>"
}
},
"RdsArn": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/bedrock-agent/2023-06-05/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 2b809a0

Please sign in to comment.