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 Aug 23, 2024
1 parent 73c66ce commit 1ba9bad
Show file tree
Hide file tree
Showing 24 changed files with 500 additions and 48 deletions.
32 changes: 32 additions & 0 deletions .changes/3.320.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "enhancement",
"category": "SupplyChain",
"description": "Update API documentation to clarify the event SLA as well as the data model expectations"
},
{
"type": "api-change",
"category": "BedrockAgent",
"description": "Releasing the support for Action User Confirmation."
},
{
"type": "api-change",
"category": "QBusiness",
"description": "Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration."
},
{
"type": "enhancement",
"category": "CodeBuild",
"description": "Added support for the MAC_ARM environment type for CodeBuild fleets."
},
{
"type": "api-change",
"category": "BedrockAgentRuntime",
"description": "Releasing the support for Action User Confirmation."
},
{
"type": "api-change",
"category": "Organizations",
"description": "Releasing minor partitional endpoint updates."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\SupplyChain` - Update API documentation to clarify the event SLA as well as the data model expectations
* `Aws\BedrockAgent` - Releasing the support for Action User Confirmation.
* `Aws\QBusiness` - Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
* `Aws\CodeBuild` - Added support for the MAC_ARM environment type for CodeBuild fleets.
* `Aws\BedrockAgentRuntime` - Releasing the support for Action User Confirmation.
* `Aws\Organizations` - Releasing minor partitional endpoint updates.

## 3.320.6 - 2024-08-22

* `Aws\Waiter` - Updates waiter error matching logic for boolean valuesq
Expand Down
19 changes: 19 additions & 0 deletions src/data/bedrock-agent-runtime/2023-07-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@
"type":"string",
"sensitive":true
},
"ActionInvocationType":{
"type":"string",
"enum":[
"RESULT",
"USER_CONFIRMATION",
"USER_CONFIRMATION_AND_RESULT"
]
},
"AdditionalModelRequestFields":{
"type":"map",
"key":{"shape":"AdditionalModelRequestFieldsKey"},
Expand Down Expand Up @@ -223,6 +231,7 @@
"required":["actionGroup"],
"members":{
"actionGroup":{"shape":"String"},
"actionInvocationType":{"shape":"ActionInvocationType"},
"apiPath":{"shape":"ApiPath"},
"httpMethod":{"shape":"String"},
"parameters":{"shape":"ApiParameters"},
Expand Down Expand Up @@ -257,6 +266,7 @@
"members":{
"actionGroup":{"shape":"String"},
"apiPath":{"shape":"ApiPath"},
"confirmationState":{"shape":"ConfirmationState"},
"httpMethod":{"shape":"String"},
"httpStatusCode":{"shape":"Integer"},
"responseBody":{"shape":"ResponseBody"},
Expand Down Expand Up @@ -346,6 +356,13 @@
"files":{"shape":"Files"}
}
},
"ConfirmationState":{
"type":"string",
"enum":[
"CONFIRM",
"DENY"
]
},
"ConflictException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -668,6 +685,7 @@
"required":["actionGroup"],
"members":{
"actionGroup":{"shape":"String"},
"actionInvocationType":{"shape":"ActionInvocationType"},
"function":{"shape":"String"},
"parameters":{"shape":"FunctionParameters"}
}
Expand All @@ -689,6 +707,7 @@
"required":["actionGroup"],
"members":{
"actionGroup":{"shape":"String"},
"confirmationState":{"shape":"ConfirmationState"},
"function":{"shape":"String"},
"responseBody":{"shape":"ResponseBody"},
"responseState":{"shape":"ResponseState"}
Expand Down
2 changes: 1 addition & 1 deletion src/data/bedrock-agent-runtime/2023-07-26/api-2.json.php

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/data/bedrock-agent-runtime/2023-07-26/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"ActionGroupInvocationOutput$text": "<p>The JSON-formatted string returned by the API invoked by the action group.</p>"
}
},
"ActionInvocationType": {
"base": null,
"refs": {
"ApiInvocationInput$actionInvocationType": "<p>Contains information about the API operation to invoke.</p>",
"FunctionInvocationInput$actionInvocationType": "<p>Contains information about the function to invoke,</p>"
}
},
"AdditionalModelRequestFields": {
"base": null,
"refs": {
Expand Down Expand Up @@ -201,6 +208,13 @@
"Observation$codeInterpreterInvocationOutput": "<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
}
},
"ConfirmationState": {
"base": null,
"refs": {
"ApiResult$confirmationState": "<p>Controls the API operations or functions to invoke based on the user confirmation.</p>",
"FunctionResult$confirmationState": "<p>Contains the user confirmation information about the function that was called.</p>"
}
},
"ConflictException": {
"base": "<p>There was a conflict performing an operation. Resolve the conflict and retry your request.</p>",
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/bedrock-agent-runtime/2023-07-26/docs-2.json.php

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion src/data/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,8 @@
"members":{
"description":{"shape":"FunctionDescription"},
"name":{"shape":"Name"},
"parameters":{"shape":"ParameterMap"}
"parameters":{"shape":"ParameterMap"},
"requireConfirmation":{"shape":"RequireConfirmation"}
}
},
"FunctionDescription":{
Expand Down Expand Up @@ -4665,6 +4666,13 @@
"min":0,
"pattern":"^.*$"
},
"RequireConfirmation":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
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.

Loading

0 comments on commit 1ba9bad

Please sign in to comment.