Skip to content

Commit a684ba0

Browse files
tphoneyactions-user
authored andcommitted
Update ECS adapters metadata (#1023)
These two were not in sync with their actual implementation. GitOrigin-RevId: 5879134390a82b232a6083cbecf94dd1d5369ed5
1 parent 62dd806 commit a684ba0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

aws-source/adapters/ecs-service.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,8 @@ var ecsServiceAdapterMetadata = Metadata.Register(&sdp.AdapterMetadata{
413413
DescriptiveName: "ECS Service",
414414
SupportedQueryMethods: &sdp.AdapterSupportedQueryMethods{
415415
Get: true,
416-
List: true,
417416
Search: true,
418417
GetDescription: "Get an ECS service by full name ({clusterName}/{id})",
419-
ListDescription: "List all ECS services",
420418
SearchDescription: "Search for ECS services by cluster",
421419
},
422420
TerraformMappings: []*sdp.TerraformMapping{

aws-source/adapters/ecs-task.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,8 @@ var ecsTaskAdapterMetadata = Metadata.Register(&sdp.AdapterMetadata{
257257
DescriptiveName: "ECS Task",
258258
SupportedQueryMethods: &sdp.AdapterSupportedQueryMethods{
259259
Get: true,
260-
List: true,
261260
Search: true,
262261
GetDescription: "Get an ECS task by ID",
263-
ListDescription: "List all ECS tasks",
264262
SearchDescription: "Search for ECS tasks by cluster",
265263
},
266264
PotentialLinks: []string{"ecs-cluster", "ecs-container-instance", "ecs-task-definition", "ec2-network-interface", "ip"},

0 commit comments

Comments
 (0)