Skip to content

Commit 9b17844

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent efa5486 commit 9b17844

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

codegen/sdk-codegen/aws-models/sqs.json

+1-36
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@
24532453
}
24542454
},
24552455
"Status": {
2456-
"target": "com.amazonaws.sqs#TaskStatus",
2456+
"target": "com.amazonaws.sqs#String",
24572457
"traits": {
24582458
"smithy.api#documentation": "<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED,\n CANCELLING, CANCELLED, and FAILED.</p>"
24592459
}
@@ -4076,41 +4076,6 @@
40764076
"com.amazonaws.sqs#TagValue": {
40774077
"type": "string"
40784078
},
4079-
"com.amazonaws.sqs#TaskStatus": {
4080-
"type": "enum",
4081-
"members": {
4082-
"RUNNING": {
4083-
"target": "smithy.api#Unit",
4084-
"traits": {
4085-
"smithy.api#enumValue": "RUNNING"
4086-
}
4087-
},
4088-
"FAILED": {
4089-
"target": "smithy.api#Unit",
4090-
"traits": {
4091-
"smithy.api#enumValue": "FAILED"
4092-
}
4093-
},
4094-
"CANCELLING": {
4095-
"target": "smithy.api#Unit",
4096-
"traits": {
4097-
"smithy.api#enumValue": "CANCELLING"
4098-
}
4099-
},
4100-
"CANCELLED": {
4101-
"target": "smithy.api#Unit",
4102-
"traits": {
4103-
"smithy.api#enumValue": "CANCELLED"
4104-
}
4105-
},
4106-
"COMPLETED": {
4107-
"target": "smithy.api#Unit",
4108-
"traits": {
4109-
"smithy.api#enumValue": "COMPLETED"
4110-
}
4111-
}
4112-
}
4113-
},
41144079
"com.amazonaws.sqs#Token": {
41154080
"type": "string"
41164081
},

0 commit comments

Comments
 (0)