Skip to content

Commit dfd4cca

Browse files
committed
format service-2.json entries not following the correct format
1 parent 2c20422 commit dfd4cca

File tree

1 file changed

+27
-27
lines changed
  • plugins/core/sdk-codegen/codegen-resources/codewhispererruntime

1 file changed

+27
-27
lines changed

plugins/core/sdk-codegen/codegen-resources/codewhispererruntime/service-2.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,9 +2514,9 @@
25142514
"CODE_GENERATION"
25152515
]
25162516
},
2517-
"UserModificationEvent":{
2518-
"type":"structure",
2519-
"required":[
2517+
"UserModificationEvent": {
2518+
"type": "structure",
2519+
"required": [
25202520
"sessionId",
25212521
"requestId",
25222522
"programmingLanguage",
@@ -2525,15 +2525,15 @@
25252525
"acceptedCharacterCount",
25262526
"unmodifiedAcceptedCharacterCount"
25272527
],
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" }
25372537
}
25382538
},
25392539
"UserSettings": {
@@ -2553,21 +2553,21 @@
25532553
"recommendationLatencyMilliseconds",
25542554
"timestamp"
25552555
],
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" }
25712571
}
25722572
},
25732573
"ValidationException": {

0 commit comments

Comments
 (0)