Skip to content

Commit

Permalink
featureDev: Remove additional featureDev specific shapes
Browse files Browse the repository at this point in the history
Problem:
- We had leftover conversation shapes that need to be removed

Solution:
- Remove the leftover shapes
  • Loading branch information
jpinkney-aws committed Nov 22, 2023
1 parent a82f566 commit fbda0cb
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/amazonqFeatureDev/client/codewhispererruntime-2022-11-11.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,32 +588,6 @@
}
}
},
"CodeGenerationId": {
"type": "string",
"documentation": "<p>ID which represents a single code generation in a conversation</p>",
"max": 128,
"min": 1
},
"CodeGenerationStatus": {
"type": "structure",
"required": ["status", "currentStage"],
"members": {
"status": {
"shape": "CodeGenerationWorkflowStatus"
},
"currentStage": {
"shape": "CodeGenerationWorkflowStage"
}
}
},
"CodeGenerationWorkflowStage": {
"type": "string",
"enum": ["InitialCodeGeneration", "CodeRefinement"]
},
"CodeGenerationWorkflowStatus": {
"type": "string",
"enum": ["InProgress", "Complete", "Failed"]
},
"CodeScanEvent": {
"type": "structure",
"required": ["programmingLanguage", "codeScanJobId", "timestamp"],
Expand Down

0 comments on commit fbda0cb

Please sign in to comment.