heroku-debug
Version:
debugging plugin for the CLI
356 lines • 7.66 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2015-11-01",
"endpointPrefix": "discovery",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "AWS Application Discovery Service",
"signatureVersion": "v4",
"targetPrefix": "AWSPoseidonService_V2015_11_01"
},
"operations": {
"CreateTags": {
"input": {
"type": "structure",
"required": [
"configurationIds",
"tags"
],
"members": {
"configurationIds": {
"shape": "S2"
},
"tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteTags": {
"input": {
"type": "structure",
"required": [
"configurationIds"
],
"members": {
"configurationIds": {
"shape": "S2"
},
"tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeAgents": {
"input": {
"type": "structure",
"members": {
"agentIds": {
"shape": "Sc"
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"agentsInfo": {
"type": "list",
"member": {
"type": "structure",
"members": {
"agentId": {},
"hostName": {},
"agentNetworkInfoList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ipAddress": {},
"macAddress": {}
}
}
},
"connectorId": {},
"version": {},
"health": {}
}
}
},
"nextToken": {}
}
}
},
"DescribeConfigurations": {
"input": {
"type": "structure",
"required": [
"configurationIds"
],
"members": {
"configurationIds": {
"shape": "S2"
}
}
},
"output": {
"type": "structure",
"members": {
"configurations": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
}
}
}
},
"DescribeExportConfigurations": {
"input": {
"type": "structure",
"members": {
"exportIds": {
"type": "list",
"member": {}
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"exportsInfo": {
"type": "list",
"member": {
"type": "structure",
"required": [
"exportId",
"exportStatus",
"statusMessage",
"exportRequestTime"
],
"members": {
"exportId": {},
"exportStatus": {},
"statusMessage": {},
"configurationsDownloadUrl": {},
"exportRequestTime": {
"type": "timestamp"
}
}
}
},
"nextToken": {}
}
}
},
"DescribeTags": {
"input": {
"type": "structure",
"members": {
"filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"values"
],
"members": {
"name": {},
"values": {
"shape": "S15"
}
}
}
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"members": {
"configurationType": {},
"configurationId": {},
"key": {},
"value": {},
"timeOfCreation": {
"type": "timestamp"
}
}
}
},
"nextToken": {}
}
}
},
"ExportConfigurations": {
"output": {
"type": "structure",
"members": {
"exportId": {}
}
}
},
"ListConfigurations": {
"input": {
"type": "structure",
"required": [
"configurationType"
],
"members": {
"configurationType": {},
"filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"values",
"condition"
],
"members": {
"name": {},
"values": {
"shape": "S15"
},
"condition": {}
}
}
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"configurations": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
},
"nextToken": {}
}
}
},
"StartDataCollectionByAgentIds": {
"input": {
"type": "structure",
"required": [
"agentIds"
],
"members": {
"agentIds": {
"shape": "Sc"
}
}
},
"output": {
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S1m"
}
}
}
},
"StopDataCollectionByAgentIds": {
"input": {
"type": "structure",
"required": [
"agentIds"
],
"members": {
"agentIds": {
"shape": "Sc"
}
}
},
"output": {
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S1m"
}
}
}
}
},
"shapes": {
"S2": {
"type": "list",
"member": {}
},
"S4": {
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
},
"Sc": {
"type": "list",
"member": {}
},
"S15": {
"type": "list",
"member": {
"locationName": "item"
}
},
"S1m": {
"type": "list",
"member": {
"type": "structure",
"members": {
"agentId": {},
"operationSucceeded": {
"type": "boolean"
},
"description": {}
}
}
}
}
}