Skip to content

Instantly share code, notes, and snippets.

@fguillen
Created January 13, 2009 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fguillen/46498 to your computer and use it in GitHub Desktop.
Save fguillen/46498 to your computer and use it in GitHub Desktop.
------------------
without aws/s3
------------------
---
reservationSet
  item
  - reservationId
    groupSet
      item
      - groupId
    instancesSet
      item
      - productCodes
        kernelId
        amiLaunchIndex
        ramdiskId
        launchTime
        instanceType
        imageId
        privateDnsName
        reason
        placement
          availabilityZone
        dnsName
        instanceId
        instanceState
          name
          code
    ownerId
xmlns
------------------
with aws/s3
------------------
---
DescribeInstancesResponse
  reservationSet
    item
      reservationId
      groupSet
        item
          groupId
      instancesSet
        item
          productCodes
          kernelId
          amiLaunchIndex
          ramdiskId
          launchTime
          instanceType
          imageId
          privateDnsName
          reason
          placement
            availabilityZone
          dnsName
          instanceId
          instanceState
            name
            code
      ownerId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment