Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 17, 2024
1 parent 5478d76 commit 0b91c41
Show file tree
Hide file tree
Showing 17 changed files with 958 additions and 65 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockagent-14816.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent``",
"description": "Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dataexchange-93442.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``dataexchange``",
"description": "This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-55329.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "This is an Amazon ECS documentation only update to address tickets."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pinpoint-sms-voice-v2``",
"description": "Added the registrations status of REQUIRES_AUTHENTICATION"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-pipes-2711.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pipes``",
"description": "This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-quicksight-17591.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``quicksight``",
"description": "Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-67393.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "Updates Amazon RDS documentation for TAZ IAM support"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-workspaces-83841.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces``",
"description": "Updated the DomainName pattern for Active Directory"
}
9 changes: 3 additions & 6 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Lanaguage Models (LLMs) can use your data.</p>"
"documentation":"<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.</p>"
},
"GetKnowledgeBase":{
"name":"GetKnowledgeBase",
Expand Down Expand Up @@ -6469,10 +6469,6 @@
"shape":"Temperature",
"documentation":"<p>Controls the randomness of the response. Choose a lower value for more predictable outputs and a higher value for more surprising outputs.</p>"
},
"topK":{
"shape":"TopK",
"documentation":"<p>The number of most-likely candidates that the model considers for the next token during generation.</p>"
},
"topP":{
"shape":"TopP",
"documentation":"<p>The percentage of most-likely candidates that the model considers for the next token.</p>"
Expand Down Expand Up @@ -6583,6 +6579,7 @@
"type":"structure",
"required":[
"name",
"templateConfiguration",
"templateType"
],
"members":{
Expand Down Expand Up @@ -6617,7 +6614,7 @@
"PromptVariantList":{
"type":"list",
"member":{"shape":"PromptVariant"},
"max":3,
"max":1,
"min":0,
"sensitive":true
},
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/dataexchange/2017-07-25/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "EventActions"
},
"ListDataGrants": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "DataGrantSummaries"
},
"ListReceivedDataGrants": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "DataGrantSummaries"
}
}
}
Loading

0 comments on commit 0b91c41

Please sign in to comment.