Skip to content

Commit c8c63a0

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent c50ebd4 commit c8c63a0

File tree

6 files changed

+2469
-79
lines changed

6 files changed

+2469
-79
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json

+1,835-78
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/emr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@
25622562
"EbsOptimized": {
25632563
"target": "com.amazonaws.emr#BooleanObject",
25642564
"traits": {
2565-
"smithy.api#documentation": "<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>"
2565+
"smithy.api#documentation": "<p>Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting \n for an EC2 instance.</p>"
25662566
}
25672567
}
25682568
},

codegen/sdk-codegen/aws-models/qbusiness.json

+86
Original file line numberDiff line numberDiff line change
@@ -4245,6 +4245,89 @@
42454245
"smithy.api#output": {}
42464246
}
42474247
},
4248+
"com.amazonaws.qbusiness#DeleteAttachment": {
4249+
"type": "operation",
4250+
"input": {
4251+
"target": "com.amazonaws.qbusiness#DeleteAttachmentRequest"
4252+
},
4253+
"output": {
4254+
"target": "com.amazonaws.qbusiness#DeleteAttachmentResponse"
4255+
},
4256+
"errors": [
4257+
{
4258+
"target": "com.amazonaws.qbusiness#AccessDeniedException"
4259+
},
4260+
{
4261+
"target": "com.amazonaws.qbusiness#InternalServerException"
4262+
},
4263+
{
4264+
"target": "com.amazonaws.qbusiness#LicenseNotFoundException"
4265+
},
4266+
{
4267+
"target": "com.amazonaws.qbusiness#ResourceNotFoundException"
4268+
},
4269+
{
4270+
"target": "com.amazonaws.qbusiness#ThrottlingException"
4271+
},
4272+
{
4273+
"target": "com.amazonaws.qbusiness#ValidationException"
4274+
}
4275+
],
4276+
"traits": {
4277+
"smithy.api#documentation": "<p>Deletes an attachment associated with a specific Amazon Q Business conversation.</p>",
4278+
"smithy.api#http": {
4279+
"uri": "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}",
4280+
"method": "DELETE"
4281+
},
4282+
"smithy.api#idempotent": {}
4283+
}
4284+
},
4285+
"com.amazonaws.qbusiness#DeleteAttachmentRequest": {
4286+
"type": "structure",
4287+
"members": {
4288+
"applicationId": {
4289+
"target": "com.amazonaws.qbusiness#ApplicationId",
4290+
"traits": {
4291+
"smithy.api#documentation": "<p>The unique identifier for the Amazon Q Business application environment.</p>",
4292+
"smithy.api#httpLabel": {},
4293+
"smithy.api#required": {}
4294+
}
4295+
},
4296+
"conversationId": {
4297+
"target": "com.amazonaws.qbusiness#ConversationId",
4298+
"traits": {
4299+
"smithy.api#documentation": "<p>The unique identifier of the conversation.</p>",
4300+
"smithy.api#httpLabel": {},
4301+
"smithy.api#required": {}
4302+
}
4303+
},
4304+
"attachmentId": {
4305+
"target": "com.amazonaws.qbusiness#AttachmentId",
4306+
"traits": {
4307+
"smithy.api#documentation": "<p>The unique identifier for the attachment.</p>",
4308+
"smithy.api#httpLabel": {},
4309+
"smithy.api#required": {}
4310+
}
4311+
},
4312+
"userId": {
4313+
"target": "com.amazonaws.qbusiness#UserId",
4314+
"traits": {
4315+
"smithy.api#documentation": "<p>The unique identifier of the user involved in the conversation.</p>",
4316+
"smithy.api#httpQuery": "userId"
4317+
}
4318+
}
4319+
},
4320+
"traits": {
4321+
"smithy.api#input": {}
4322+
}
4323+
},
4324+
"com.amazonaws.qbusiness#DeleteAttachmentResponse": {
4325+
"type": "structure",
4326+
"members": {},
4327+
"traits": {
4328+
"smithy.api#output": {}
4329+
}
4330+
},
42484331
"com.amazonaws.qbusiness#DeleteChatControlsConfiguration": {
42494332
"type": "operation",
42504333
"input": {
@@ -5800,6 +5883,9 @@
58005883
{
58015884
"target": "com.amazonaws.qbusiness#CreateUser"
58025885
},
5886+
{
5887+
"target": "com.amazonaws.qbusiness#DeleteAttachment"
5888+
},
58035889
{
58045890
"target": "com.amazonaws.qbusiness#DeleteChatControlsConfiguration"
58055891
},

0 commit comments

Comments
 (0)