Skip to content

Commit

Permalink
Update TACS model (#3889)
Browse files Browse the repository at this point in the history
* Update TACS model

* Remove unused fields
  • Loading branch information
xxx0624 authored Sep 7, 2023
1 parent fb2a006 commit f526962
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 17 additions & 3 deletions ecs-agent/tcs/model/api/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"apiVersion":"2015-03-10",
"endpointPrefix":"ecstcs",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"Amazon ECS TCS",
"serviceFullName":"Amazon EC2 Container Service Telemetry Communication Service",
"signatureVersion":"v4",
"targetPrefix":"AmazonEC2ContainerServiceTelemetryV20150310",
"protocol":"json"
"targetPrefix":"AmazonEC2ContainerServiceTelemetryV20150310"
},
"operations":{
"Heartbeat":{
Expand Down Expand Up @@ -368,6 +368,7 @@
"taskDefinitionVersion":{"shape":"String"},
"containerMetrics":{"shape":"ContainerMetrics"},
"ephemeralStorageMetrics":{"shape":"EphemeralStorageMetrics"},
"volumeMetrics":{"shape":"VolumeMetrics"},
"serviceConnectMetricsWrapper":{"shape":"ServiceConnectMetricsWrapper"}
}
},
Expand Down Expand Up @@ -421,6 +422,19 @@
"overflowMax":{"shape":"ULong"},
"overflowSum":{"shape":"ULong"}
}
},
"VolumeMetric":{
"type":"structure",
"members":{
"volumeId":{"shape":"String"},
"volumeName":{"shape":"String"},
"utilized":{"shape":"UDoubleCWStatsSet"},
"size":{"shape":"UDoubleCWStatsSet"}
}
},
"VolumeMetrics":{
"type":"list",
"member":{"shape":"VolumeMetric"}
}
}
}
}
54 changes: 54 additions & 0 deletions ecs-agent/tcs/model/ecstcs/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f526962

Please sign in to comment.