|
4245 | 4245 | "smithy.api#output": {}
|
4246 | 4246 | }
|
4247 | 4247 | },
|
| 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 | + }, |
4248 | 4331 | "com.amazonaws.qbusiness#DeleteChatControlsConfiguration": {
|
4249 | 4332 | "type": "operation",
|
4250 | 4333 | "input": {
|
|
5800 | 5883 | {
|
5801 | 5884 | "target": "com.amazonaws.qbusiness#CreateUser"
|
5802 | 5885 | },
|
| 5886 | + { |
| 5887 | + "target": "com.amazonaws.qbusiness#DeleteAttachment" |
| 5888 | + }, |
5803 | 5889 | {
|
5804 | 5890 | "target": "com.amazonaws.qbusiness#DeleteChatControlsConfiguration"
|
5805 | 5891 | },
|
|
0 commit comments