Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 9, 2023
1 parent efa5486 commit 9b17844
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions codegen/sdk-codegen/aws-models/sqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
}
},
"Status": {
"target": "com.amazonaws.sqs#TaskStatus",
"target": "com.amazonaws.sqs#String",
"traits": {
"smithy.api#documentation": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED,\n CANCELLING, CANCELLED, and FAILED.</p>"
}
Expand Down Expand Up @@ -4076,41 +4076,6 @@
"com.amazonaws.sqs#TagValue": {
"type": "string"
},
"com.amazonaws.sqs#TaskStatus": {
"type": "enum",
"members": {
"RUNNING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RUNNING"
}
},
"FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FAILED"
}
},
"CANCELLING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CANCELLING"
}
},
"CANCELLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CANCELLED"
}
},
"COMPLETED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "COMPLETED"
}
}
}
},
"com.amazonaws.sqs#Token": {
"type": "string"
},
Expand Down

0 comments on commit 9b17844

Please sign in to comment.