Skip to content

Commit

Permalink
featureDev: remove GetTaskAssistCodeGeneration/StartTaskAssistCodeGen…
Browse files Browse the repository at this point in the history
…eration

Problem:
- These operations are no longer relevant

Solution:
- Remove them
  • Loading branch information
jpinkney-aws committed Nov 22, 2023
1 parent f5e6a59 commit 7e2c455
Showing 1 changed file with 0 additions and 120 deletions.
120 changes: 0 additions & 120 deletions src/amazonqFeatureDev/client/codewhispererruntime-2022-11-11.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,40 +195,6 @@
],
"documentation": "<p>Gets the metadata of a code analysis job.</p>"
},
"GetTaskAssistCodeGeneration": {
"name": "GetTaskAssistCodeGeneration",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "GetTaskAssistCodeGenerationRequest"
},
"output": {
"shape": "GetTaskAssistCodeGenerationResponse"
},
"errors": [
{
"shape": "ThrottlingException"
},
{
"shape": "ConflictException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ValidationException"
},
{
"shape": "AccessDeniedException"
}
],
"documentation": "<p>API to get status of task assist code generation.</p>"
},
"GetTransformation": {
"name": "GetTransformation",
"http": {
Expand Down Expand Up @@ -435,40 +401,6 @@
"documentation": "<p>Starts a code analysis job</p>",
"idempotent": true
},
"StartTaskAssistCodeGeneration": {
"name": "StartTaskAssistCodeGeneration",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "StartTaskAssistCodeGenerationRequest"
},
"output": {
"shape": "StartTaskAssistCodeGenerationResponse"
},
"errors": [
{
"shape": "ThrottlingException"
},
{
"shape": "ConflictException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ValidationException"
},
{
"shape": "AccessDeniedException"
}
],
"documentation": "<p>API to start task assist code generation.</p>"
},
"StartTransformation": {
"name": "StartTransformation",
"http": {
Expand Down Expand Up @@ -1231,32 +1163,6 @@
}
}
},
"GetTaskAssistCodeGenerationRequest": {
"type": "structure",
"required": ["conversationId", "codeGenerationId"],
"members": {
"conversationId": {
"shape": "ConversationId"
},
"codeGenerationId": {
"shape": "CodeGenerationId"
}
},
"documentation": "<p>Request for getting task assist code generation.</p>"
},
"GetTaskAssistCodeGenerationResponse": {
"type": "structure",
"required": ["conversationId", "codeGenerationStatus"],
"members": {
"conversationId": {
"shape": "ConversationId"
},
"codeGenerationStatus": {
"shape": "CodeGenerationStatus"
}
},
"documentation": "<p>Response for getting task assist code generation status.</p>"
},
"GetTransformationPlanRequest": {
"type": "structure",
"required": ["transformationJobId"],
Expand Down Expand Up @@ -1730,32 +1636,6 @@
"max": 256,
"min": 1
},
"StartTaskAssistCodeGenerationRequest": {
"type": "structure",
"required": ["conversationState", "workspaceState"],
"members": {
"conversationState": {
"shape": "ConversationState"
},
"workspaceState": {
"shape": "WorkspaceState"
}
},
"documentation": "<p>Structure to represent start code generation request.</p>"
},
"StartTaskAssistCodeGenerationResponse": {
"type": "structure",
"required": ["conversationId", "codeGenerationId"],
"members": {
"conversationId": {
"shape": "ConversationId"
},
"codeGenerationId": {
"shape": "CodeGenerationId"
}
},
"documentation": "<p>Structure to represent start code generation response.</p>"
},
"StartTransformationRequest": {
"type": "structure",
"required": ["workspaceState", "transformationSpec"],
Expand Down

0 comments on commit 7e2c455

Please sign in to comment.