|
399 | 399 | "members": {
|
400 | 400 | "conversationId": { "shape": "ConversationId" },
|
401 | 401 | "messageId": { "shape": "MessageId" },
|
| 402 | + "customizationArn": { "shape": "CustomizationArn" }, |
402 | 403 | "userIntent": { "shape": "UserIntent" },
|
403 | 404 | "hasCodeSnippet": { "shape": "Boolean" },
|
404 | 405 | "programmingLanguage": { "shape": "ProgrammingLanguage" },
|
|
425 | 426 | "members": {
|
426 | 427 | "conversationId": { "shape": "ConversationId" },
|
427 | 428 | "messageId": { "shape": "MessageId" },
|
| 429 | + "customizationArn": { "shape": "CustomizationArn" }, |
428 | 430 | "interactionType": { "shape": "ChatMessageInteractionType" },
|
429 | 431 | "interactionTarget": { "shape": "ChatInteractWithMessageEventInteractionTargetString" },
|
430 | 432 | "acceptedCharacterCount": { "shape": "Integer" },
|
|
471 | 473 | "required": ["conversationId", "messageId", "modificationPercentage"],
|
472 | 474 | "members": {
|
473 | 475 | "conversationId": { "shape": "ConversationId" },
|
| 476 | + "customizationArn": { "shape": "CustomizationArn" }, |
474 | 477 | "messageId": { "shape": "MessageId" },
|
475 | 478 | "programmingLanguage": { "shape": "ProgrammingLanguage" },
|
476 | 479 | "modificationPercentage": { "shape": "Double" },
|
|
0 commit comments