|
2514 | 2514 | "CODE_GENERATION" |
2515 | 2515 | ] |
2516 | 2516 | }, |
2517 | | - "UserModificationEvent":{ |
2518 | | - "type":"structure", |
2519 | | - "required":[ |
| 2517 | + "UserModificationEvent": { |
| 2518 | + "type": "structure", |
| 2519 | + "required": [ |
2520 | 2520 | "sessionId", |
2521 | 2521 | "requestId", |
2522 | 2522 | "programmingLanguage", |
|
2525 | 2525 | "acceptedCharacterCount", |
2526 | 2526 | "unmodifiedAcceptedCharacterCount" |
2527 | 2527 | ], |
2528 | | - "members":{ |
2529 | | - "sessionId":{"shape":"UUID"}, |
2530 | | - "requestId":{"shape":"UUID"}, |
2531 | | - "programmingLanguage":{"shape":"ProgrammingLanguage"}, |
2532 | | - "modificationPercentage":{"shape":"Double"}, |
2533 | | - "customizationArn":{"shape":"CustomizationArn"}, |
2534 | | - "timestamp":{"shape":"Timestamp"}, |
2535 | | - "acceptedCharacterCount":{"shape":"PrimitiveInteger"}, |
2536 | | - "unmodifiedAcceptedCharacterCount":{"shape":"PrimitiveInteger"} |
| 2528 | + "members": { |
| 2529 | + "sessionId": { "shape": "UUID" }, |
| 2530 | + "requestId": { "shape": "UUID" }, |
| 2531 | + "programmingLanguage": { "shape": "ProgrammingLanguage" }, |
| 2532 | + "modificationPercentage": { "shape": "Double" }, |
| 2533 | + "customizationArn": { "shape": "CustomizationArn" }, |
| 2534 | + "timestamp": { "shape": "Timestamp" }, |
| 2535 | + "acceptedCharacterCount": { "shape": "PrimitiveInteger" }, |
| 2536 | + "unmodifiedAcceptedCharacterCount": { "shape": "PrimitiveInteger" } |
2537 | 2537 | } |
2538 | 2538 | }, |
2539 | 2539 | "UserSettings": { |
|
2553 | 2553 | "recommendationLatencyMilliseconds", |
2554 | 2554 | "timestamp" |
2555 | 2555 | ], |
2556 | | - "members":{ |
2557 | | - "sessionId":{"shape":"UUID"}, |
2558 | | - "requestId":{"shape":"UUID"}, |
2559 | | - "customizationArn":{"shape":"CustomizationArn"}, |
2560 | | - "programmingLanguage":{"shape":"ProgrammingLanguage"}, |
2561 | | - "completionType":{"shape":"CompletionType"}, |
2562 | | - "suggestionState":{"shape":"SuggestionState"}, |
2563 | | - "recommendationLatencyMilliseconds":{"shape":"Double"}, |
2564 | | - "timestamp":{"shape":"Timestamp"}, |
2565 | | - "triggerToResponseLatencyMilliseconds":{"shape":"Double"}, |
2566 | | - "suggestionReferenceCount":{"shape":"PrimitiveInteger"}, |
2567 | | - "generatedLine":{"shape":"PrimitiveInteger"}, |
2568 | | - "numberOfRecommendations":{"shape":"PrimitiveInteger"}, |
2569 | | - "perceivedLatencyMilliseconds":{"shape":"Double"}, |
2570 | | - "acceptedCharacterCount":{"shape":"PrimitiveInteger"} |
| 2556 | + "members": { |
| 2557 | + "sessionId": { "shape": "UUID" }, |
| 2558 | + "requestId": { "shape": "UUID" }, |
| 2559 | + "customizationArn": { "shape": "CustomizationArn" }, |
| 2560 | + "programmingLanguage": { "shape": "ProgrammingLanguage" }, |
| 2561 | + "completionType": { "shape": "CompletionType" }, |
| 2562 | + "suggestionState": { "shape": "SuggestionState" }, |
| 2563 | + "recommendationLatencyMilliseconds": { "shape": "Double" }, |
| 2564 | + "timestamp": { "shape": "Timestamp" }, |
| 2565 | + "triggerToResponseLatencyMilliseconds": { "shape": "Double" }, |
| 2566 | + "suggestionReferenceCount": { "shape": "PrimitiveInteger" }, |
| 2567 | + "generatedLine": { "shape": "PrimitiveInteger" }, |
| 2568 | + "numberOfRecommendations": { "shape": "PrimitiveInteger" }, |
| 2569 | + "perceivedLatencyMilliseconds": { "shape": "Double" }, |
| 2570 | + "acceptedCharacterCount": { "shape": "PrimitiveInteger" } |
2571 | 2571 | } |
2572 | 2572 | }, |
2573 | 2573 | "ValidationException": { |
|
0 commit comments