UNPKG

@itentialopensource/adapter-aws_ec2

Version:

This adapter integrates with system described as: Aws_Ec2.

70 lines 1.25 kB
{ "TerminatingInstances": [ { "CurrentState": { "Code": 1, "Name": "running" }, "InstanceId": "string", "PreviousState": { "Code": 2, "Name": "shutting-down" } }, { "CurrentState": { "Code": 5, "Name": "stopping" }, "InstanceId": "string", "PreviousState": { "Code": 10, "Name": "stopped" } }, { "CurrentState": { "Code": 6, "Name": "stopping" }, "InstanceId": "string", "PreviousState": { "Code": 1, "Name": "running" } }, { "CurrentState": { "Code": 2, "Name": "running" }, "InstanceId": "string", "PreviousState": { "Code": 8, "Name": "stopping" } }, { "CurrentState": { "Code": 10, "Name": "running" }, "InstanceId": "string", "PreviousState": { "Code": 5, "Name": "stopped" } }, { "CurrentState": { "Code": 1, "Name": "stopped" }, "InstanceId": "string", "PreviousState": { "Code": 5, "Name": "shutting-down" } } ] }