Module: Fog::Parsers::Compute::AWS

Defined in:
lib/fog/aws/parsers/compute/basic.rb,
lib/fog/aws/parsers/compute/create_image.rb,
lib/fog/aws/parsers/compute/attach_volume.rb,
lib/fog/aws/parsers/compute/create_volume.rb,
lib/fog/aws/parsers/compute/describe_tags.rb,
lib/fog/aws/parsers/compute/detach_volume.rb,
lib/fog/aws/parsers/compute/run_instances.rb,
lib/fog/aws/parsers/compute/register_image.rb,
lib/fog/aws/parsers/compute/create_key_pair.rb,
lib/fog/aws/parsers/compute/create_snapshot.rb,
lib/fog/aws/parsers/compute/describe_images.rb,
lib/fog/aws/parsers/compute/import_key_pair.rb,
lib/fog/aws/parsers/compute/allocate_address.rb,
lib/fog/aws/parsers/compute/deregister_image.rb,
lib/fog/aws/parsers/compute/describe_regions.rb,
lib/fog/aws/parsers/compute/describe_volumes.rb,
lib/fog/aws/parsers/compute/get_password_data.rb,
lib/fog/aws/parsers/compute/describe_addresses.rb,
lib/fog/aws/parsers/compute/describe_instances.rb,
lib/fog/aws/parsers/compute/describe_key_pairs.rb,
lib/fog/aws/parsers/compute/describe_snapshots.rb,
lib/fog/aws/parsers/compute/get_console_output.rb,
lib/fog/aws/parsers/compute/terminate_instances.rb,
lib/fog/aws/parsers/compute/start_stop_instances.rb,
lib/fog/aws/parsers/compute/spot_instance_requests.rb,
lib/fog/aws/parsers/compute/describe_instance_status.rb,
lib/fog/aws/parsers/compute/describe_security_groups.rb,
lib/fog/aws/parsers/compute/describe_placement_groups.rb,
lib/fog/aws/parsers/compute/spot_datafeed_subscription.rb,
lib/fog/aws/parsers/compute/describe_availability_zones.rb,
lib/fog/aws/parsers/compute/describe_reserved_instances.rb,
lib/fog/aws/parsers/compute/describe_spot_price_history.rb,
lib/fog/aws/parsers/compute/monitor_unmonitor_instances.rb,
lib/fog/aws/parsers/compute/cancel_spot_instance_requests.rb,
lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb,
lib/fog/aws/parsers/compute/describe_reserved_instances_offerings.rb

Defined Under Namespace

Classes: AllocateAddress, AttachVolume, Basic, CancelSpotInstanceRequests, CreateImage, CreateKeyPair, CreateSnapshot, CreateVolume, DeregisterImage, DescribeAddresses, DescribeAvailabilityZones, DescribeImages, DescribeInstanceStatus, DescribeInstances, DescribeKeyPairs, DescribePlacementGroups, DescribeRegions, DescribeReservedInstances, DescribeReservedInstancesOfferings, DescribeSecurityGroups, DescribeSnapshots, DescribeSpotPriceHistory, DescribeTags, DescribeVolumes, DetachVolume, GetConsoleOutput, GetPasswordData, ImportKeyPair, MonitorUnmonitorInstances, PurchaseReservedInstancesOffering, RegisterImage, RunInstances, SpotDatafeedSubscription, SpotInstanceRequests, StartStopInstances, TerminateInstances