Class: AWS::EC2::Client

Inherits:
Core::QueryClient show all
Defined in:
lib/aws/ec2/client.rb

Overview

Client class for Amazon Elastic Compute Cloud (EC2).

Instance Attribute Summary

Attributes inherited from Core::Client

#config, #http_read_timeout

Instance Method Summary collapse

Methods inherited from Core::Client

#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options

Constructor Details

This class inherits a constructor from AWS::Core::Client

Instance Method Details

#activate_license(options = {}) ⇒ Core::Response

Calls the ActivateLicense API operation.



# File 'lib/aws/ec2/client.rb', line 61


#allocate_address(options = {}) ⇒ Core::Response

Calls the AllocateAddress API operation.



# File 'lib/aws/ec2/client.rb', line 70


#assign_private_ip_addresses(options = {}) ⇒ Core::Response

Calls the AssignPrivateIpAddresses API operation.



# File 'lib/aws/ec2/client.rb', line 82


#associate_address(options = {}) ⇒ Core::Response

Calls the AssociateAddress API operation.



# File 'lib/aws/ec2/client.rb', line 91


#associate_dhcp_options(options = {}) ⇒ Core::Response

Calls the AssociateDhcpOptions API operation.



# File 'lib/aws/ec2/client.rb', line 108


#associate_route_table(options = {}) ⇒ Core::Response

Calls the AssociateRouteTable API operation.



# File 'lib/aws/ec2/client.rb', line 118


#attach_internet_gateway(options = {}) ⇒ Core::Response

Calls the AttachInternetGateway API operation.



# File 'lib/aws/ec2/client.rb', line 129


#attach_network_interface(options = {}) ⇒ Core::Response

Calls the AttachNetworkInterface API operation.



# File 'lib/aws/ec2/client.rb', line 137


#attach_volume(options = {}) ⇒ Core::Response

Calls the AttachVolume API operation.



# File 'lib/aws/ec2/client.rb', line 148


#attach_vpn_gateway(options = {}) ⇒ Core::Response

Calls the AttachVpnGateway API operation.



# File 'lib/aws/ec2/client.rb', line 169


#authorize_security_group_egress(options = {}) ⇒ Core::Response

Calls the AuthorizeSecurityGroupEgress API operation.



# File 'lib/aws/ec2/client.rb', line 183


#authorize_security_group_ingress(options = {}) ⇒ Core::Response

Calls the AuthorizeSecurityGroupIngress API operation.



# File 'lib/aws/ec2/client.rb', line 220


#bundle_instance(options = {}) ⇒ Core::Response

Calls the BundleInstance API operation.



# File 'lib/aws/ec2/client.rb', line 262


#cancel_bundle_task(options = {}) ⇒ Core::Response

Calls the CancelBundleTask API operation.



# File 'lib/aws/ec2/client.rb', line 304


#cancel_conversion_task(options = {}) ⇒ Core::Response

Calls the CancelConversionTask API operation.



# File 'lib/aws/ec2/client.rb', line 330


#cancel_export_task(options = {}) ⇒ Core::Response

Calls the CancelExportTask API operation.



# File 'lib/aws/ec2/client.rb', line 337


#cancel_reserved_instances_listing(options = {}) ⇒ Core::Response

Calls the CancelReservedInstancesListing API operation.



# File 'lib/aws/ec2/client.rb', line 343


#cancel_spot_instance_requests(options = {}) ⇒ Core::Response

Calls the CancelSpotInstanceRequests API operation.



# File 'lib/aws/ec2/client.rb', line 370


#confirm_product_instance(options = {}) ⇒ Core::Response

Calls the ConfirmProductInstance API operation.



# File 'lib/aws/ec2/client.rb', line 382


#copy_image(options = {}) ⇒ Core::Response

Calls the CopyImage API operation.



# File 'lib/aws/ec2/client.rb', line 394


#copy_snapshot(options = {}) ⇒ Core::Response

Calls the CopySnapshot API operation.



# File 'lib/aws/ec2/client.rb', line 407


#create_customer_gateway(options = {}) ⇒ Core::Response

Calls the CreateCustomerGateway API operation.



# File 'lib/aws/ec2/client.rb', line 418


#create_dhcp_options(options = {}) ⇒ Core::Response

Calls the CreateDhcpOptions API operation.



# File 'lib/aws/ec2/client.rb', line 441


#create_image(options = {}) ⇒ Core::Response

Calls the CreateImage API operation.



# File 'lib/aws/ec2/client.rb', line 461


#create_instance_export_task(options = {}) ⇒ Core::Response

Calls the CreateInstanceExportTask API operation.



# File 'lib/aws/ec2/client.rb', line 497


#create_internet_gateway(options = {}) ⇒ Core::Response

Calls the CreateInternetGateway API operation.



# File 'lib/aws/ec2/client.rb', line 525


#create_key_pair(options = {}) ⇒ Core::Response

Calls the CreateKeyPair API operation.



# File 'lib/aws/ec2/client.rb', line 540


#create_network_acl(options = {}) ⇒ Core::Response

Calls the CreateNetworkAcl API operation.



# File 'lib/aws/ec2/client.rb', line 553


#create_network_acl_entry(options = {}) ⇒ Core::Response

Calls the CreateNetworkAclEntry API operation.



# File 'lib/aws/ec2/client.rb', line 585


#create_network_interface(options = {}) ⇒ Core::Response

Calls the CreateNetworkInterface API operation.



# File 'lib/aws/ec2/client.rb', line 616


#create_placement_group(options = {}) ⇒ Core::Response

Calls the CreatePlacementGroup API operation.



# File 'lib/aws/ec2/client.rb', line 673


#create_reserved_instances_listing(options = {}) ⇒ Core::Response

Calls the CreateReservedInstancesListing API operation.



# File 'lib/aws/ec2/client.rb', line 681


#create_route(options = {}) ⇒ Core::Response

Calls the CreateRoute API operation.



# File 'lib/aws/ec2/client.rb', line 714


#create_route_table(options = {}) ⇒ Core::Response

Calls the CreateRouteTable API operation.



# File 'lib/aws/ec2/client.rb', line 730


#create_security_group(options = {}) ⇒ Core::Response

Calls the CreateSecurityGroup API operation.



# File 'lib/aws/ec2/client.rb', line 759


#create_snapshot(options = {}) ⇒ Core::Response

Calls the CreateSnapshot API operation.



# File 'lib/aws/ec2/client.rb', line 771


#create_spot_datafeed_subscription(options = {}) ⇒ Core::Response

Calls the CreateSpotDatafeedSubscription API operation.



# File 'lib/aws/ec2/client.rb', line 793


#create_subnet(options = {}) ⇒ Core::Response

Calls the CreateSubnet API operation.



# File 'lib/aws/ec2/client.rb', line 812


#create_tags(options = {}) ⇒ Core::Response

Calls the CreateTags API operation.



# File 'lib/aws/ec2/client.rb', line 837


#create_volume(options = {}) ⇒ Core::Response

Calls the CreateVolume API operation.



# File 'lib/aws/ec2/client.rb', line 850


#create_vpc(options = {}) ⇒ Core::Response

Calls the CreateVpc API operation.



# File 'lib/aws/ec2/client.rb', line 883


#create_vpn_connection(options = {}) ⇒ Core::Response

Calls the CreateVpnConnection API operation.



# File 'lib/aws/ec2/client.rb', line 905


#create_vpn_connection_route(options = {}) ⇒ Core::Response

Calls the CreateVpnConnectionRoute API operation.



# File 'lib/aws/ec2/client.rb', line 941


#create_vpn_gateway(options = {}) ⇒ Core::Response

Calls the CreateVpnGateway API operation.



# File 'lib/aws/ec2/client.rb', line 948


#deactivate_license(options = {}) ⇒ Core::Response

Calls the DeactivateLicense API operation.



# File 'lib/aws/ec2/client.rb', line 970


#delete_customer_gateway(options = {}) ⇒ Core::Response

Calls the DeleteCustomerGateway API operation.



# File 'lib/aws/ec2/client.rb', line 979


#delete_dhcp_options(options = {}) ⇒ Core::Response

Calls the DeleteDhcpOptions API operation.



# File 'lib/aws/ec2/client.rb', line 986


#delete_internet_gateway(options = {}) ⇒ Core::Response

Calls the DeleteInternetGateway API operation.



# File 'lib/aws/ec2/client.rb', line 993


#delete_key_pair(options = {}) ⇒ Core::Response

Calls the DeleteKeyPair API operation.



# File 'lib/aws/ec2/client.rb', line 1000


#delete_network_acl(options = {}) ⇒ Core::Response

Calls the DeleteNetworkAcl API operation.



# File 'lib/aws/ec2/client.rb', line 1007


#delete_network_acl_entry(options = {}) ⇒ Core::Response

Calls the DeleteNetworkAclEntry API operation.



# File 'lib/aws/ec2/client.rb', line 1014


#delete_network_interface(options = {}) ⇒ Core::Response

Calls the DeleteNetworkInterface API operation.



# File 'lib/aws/ec2/client.rb', line 1024


#delete_placement_group(options = {}) ⇒ Core::Response

Calls the DeletePlacementGroup API operation.



# File 'lib/aws/ec2/client.rb', line 1030


#delete_route(options = {}) ⇒ Core::Response

Calls the DeleteRoute API operation.



# File 'lib/aws/ec2/client.rb', line 1037


#delete_route_table(options = {}) ⇒ Core::Response

Calls the DeleteRouteTable API operation.



# File 'lib/aws/ec2/client.rb', line 1047


#delete_security_group(options = {}) ⇒ Core::Response

Calls the DeleteSecurityGroup API operation.



# File 'lib/aws/ec2/client.rb', line 1054


#delete_snapshot(options = {}) ⇒ Core::Response

Calls the DeleteSnapshot API operation.



# File 'lib/aws/ec2/client.rb', line 1063


#delete_spot_datafeed_subscription(options = {}) ⇒ Core::Response

Calls the DeleteSpotDatafeedSubscription API operation.



# File 'lib/aws/ec2/client.rb', line 1070


#delete_subnet(options = {}) ⇒ Core::Response

Calls the DeleteSubnet API operation.



# File 'lib/aws/ec2/client.rb', line 1075


#delete_tags(options = {}) ⇒ Core::Response

Calls the DeleteTags API operation.



# File 'lib/aws/ec2/client.rb', line 1082


#delete_volume(options = {}) ⇒ Core::Response

Calls the DeleteVolume API operation.



# File 'lib/aws/ec2/client.rb', line 1096


#delete_vpc(options = {}) ⇒ Core::Response

Calls the DeleteVpc API operation.



# File 'lib/aws/ec2/client.rb', line 1103


#delete_vpn_connection(options = {}) ⇒ Core::Response

Calls the DeleteVpnConnection API operation.



# File 'lib/aws/ec2/client.rb', line 1110


#delete_vpn_connection_route(options = {}) ⇒ Core::Response

Calls the DeleteVpnConnectionRoute API operation.



# File 'lib/aws/ec2/client.rb', line 1117


#delete_vpn_gateway(options = {}) ⇒ Core::Response

Calls the DeleteVpnGateway API operation.



# File 'lib/aws/ec2/client.rb', line 1124


#deregister_image(options = {}) ⇒ Core::Response

Calls the DeregisterImage API operation.



# File 'lib/aws/ec2/client.rb', line 1131


#describe_account_attributes(options = {}) ⇒ Core::Response

Calls the DescribeAccountAttributes API operation.



# File 'lib/aws/ec2/client.rb', line 1138


#describe_addresses(options = {}) ⇒ Core::Response

Calls the DescribeAddresses API operation.



# File 'lib/aws/ec2/client.rb', line 1150


#describe_availability_zones(options = {}) ⇒ Core::Response

Calls the DescribeAvailabilityZones API operation.



# File 'lib/aws/ec2/client.rb', line 1175


#describe_bundle_tasks(options = {}) ⇒ Core::Response

Calls the DescribeBundleTasks API operation.



# File 'lib/aws/ec2/client.rb', line 1197


#describe_conversion_tasks(options = {}) ⇒ Core::Response

Calls the DescribeConversionTasks API operation.



# File 'lib/aws/ec2/client.rb', line 1230


#describe_customer_gateways(options = {}) ⇒ Core::Response

Calls the DescribeCustomerGateways API operation.



# File 'lib/aws/ec2/client.rb', line 1280


#describe_dhcp_options(options = {}) ⇒ Core::Response

Calls the DescribeDhcpOptions API operation.



# File 'lib/aws/ec2/client.rb', line 1305


#describe_export_tasks(options = {}) ⇒ Core::Response

Calls the DescribeExportTasks API operation.



# File 'lib/aws/ec2/client.rb', line 1328


#describe_image_attribute(options = {}) ⇒ Core::Response

Calls the DescribeImageAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 1349


#describe_images(options = {}) ⇒ Core::Response

Calls the DescribeImages API operation.



# File 'lib/aws/ec2/client.rb', line 1384


#describe_instance_attribute(options = {}) ⇒ Core::Response

Calls the DescribeInstanceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 1445


#describe_instance_status(options = {}) ⇒ Core::Response

Calls the DescribeInstanceStatus API operation.



# File 'lib/aws/ec2/client.rb', line 1485


#describe_instances(options = {}) ⇒ Core::Response

Calls the DescribeInstances API operation.



# File 'lib/aws/ec2/client.rb', line 1528


#describe_internet_gateways(options = {}) ⇒ Core::Response

Calls the DescribeInternetGateways API operation.



# File 'lib/aws/ec2/client.rb', line 1641


#describe_key_pairs(options = {}) ⇒ Core::Response

Calls the DescribeKeyPairs API operation.



# File 'lib/aws/ec2/client.rb', line 1665


#describe_licenses(options = {}) ⇒ Core::Response

Calls the DescribeLicenses API operation.



# File 'lib/aws/ec2/client.rb', line 1683


#describe_network_acls(options = {}) ⇒ Core::Response

Calls the DescribeNetworkAcls API operation.



# File 'lib/aws/ec2/client.rb', line 1710


#describe_network_interface_attribute(options = {}) ⇒ Core::Response

Calls the DescribeNetworkInterfaceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 1748


#describe_network_interfaces(options = {}) ⇒ Core::Response

Calls the DescribeNetworkInterfaces API operation.



# File 'lib/aws/ec2/client.rb', line 1776


#describe_placement_groups(options = {}) ⇒ Core::Response

Calls the DescribePlacementGroups API operation.



# File 'lib/aws/ec2/client.rb', line 1830


#describe_regions(options = {}) ⇒ Core::Response

Calls the DescribeRegions API operation.



# File 'lib/aws/ec2/client.rb', line 1849


#describe_reserved_instances(options = {}) ⇒ Core::Response

Calls the DescribeReservedInstances API operation.



# File 'lib/aws/ec2/client.rb', line 1867


#describe_reserved_instances_listings(options = {}) ⇒ Core::Response

Calls the DescribeReservedInstancesListings API operation.



# File 'lib/aws/ec2/client.rb', line 1904


#describe_reserved_instances_offerings(options = {}) ⇒ Core::Response

Calls the DescribeReservedInstancesOfferings API operation.



# File 'lib/aws/ec2/client.rb', line 1936


#describe_route_tables(options = {}) ⇒ Core::Response

Calls the DescribeRouteTables API operation.



# File 'lib/aws/ec2/client.rb', line 1984


#describe_security_groups(options = {}) ⇒ Core::Response

Calls the DescribeSecurityGroups API operation.



# File 'lib/aws/ec2/client.rb', line 2019


#describe_snapshot_attribute(options = {}) ⇒ Core::Response

Calls the DescribeSnapshotAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2065


#describe_snapshots(options = {}) ⇒ Core::Response

Calls the DescribeSnapshots API operation.



# File 'lib/aws/ec2/client.rb', line 2083


#describe_spot_datafeed_subscription(options = {}) ⇒ Core::Response

Calls the DescribeSpotDatafeedSubscription API operation.



# File 'lib/aws/ec2/client.rb', line 2116


#describe_spot_instance_requests(options = {}) ⇒ Core::Response

Calls the DescribeSpotInstanceRequests API operation.



# File 'lib/aws/ec2/client.rb', line 2131


#describe_spot_price_history(options = {}) ⇒ Core::Response

Calls the DescribeSpotPriceHistory API operation.



# File 'lib/aws/ec2/client.rb', line 2212


#describe_subnets(options = {}) ⇒ Core::Response

Calls the DescribeSubnets API operation.



# File 'lib/aws/ec2/client.rb', line 2245


#describe_tags(options = {}) ⇒ Core::Response

Calls the DescribeTags API operation.



# File 'lib/aws/ec2/client.rb', line 2271


#describe_volume_attribute(options = {}) ⇒ Core::Response

Calls the DescribeVolumeAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2288


#describe_volume_status(options = {}) ⇒ Core::Response

Calls the DescribeVolumeStatus API operation.



# File 'lib/aws/ec2/client.rb', line 2303


#describe_volumes(options = {}) ⇒ Core::Response

Calls the DescribeVolumes API operation.



# File 'lib/aws/ec2/client.rb', line 2337


#describe_vpc_attribute(options = {}) ⇒ Core::Response

Calls the DescribeVpcAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2371


#describe_vpcs(options = {}) ⇒ Core::Response

Calls the DescribeVpcs API operation.



# File 'lib/aws/ec2/client.rb', line 2385


#describe_vpn_connections(options = {}) ⇒ Core::Response

Calls the DescribeVpnConnections API operation.



# File 'lib/aws/ec2/client.rb', line 2410


#describe_vpn_gateways(options = {}) ⇒ Core::Response

Calls the DescribeVpnGateways API operation.



# File 'lib/aws/ec2/client.rb', line 2448


#detach_internet_gateway(options = {}) ⇒ Core::Response

Calls the DetachInternetGateway API operation.



# File 'lib/aws/ec2/client.rb', line 2477


#detach_network_interface(options = {}) ⇒ Core::Response

Calls the DetachNetworkInterface API operation.



# File 'lib/aws/ec2/client.rb', line 2485


#detach_volume(options = {}) ⇒ Core::Response

Calls the DetachVolume API operation.



# File 'lib/aws/ec2/client.rb', line 2492


#detach_vpn_gateway(options = {}) ⇒ Core::Response

Calls the DetachVpnGateway API operation.



# File 'lib/aws/ec2/client.rb', line 2519


#disable_vgw_route_propagation(options = {}) ⇒ Core::Response

Calls the DisableVgwRoutePropagation API operation.



# File 'lib/aws/ec2/client.rb', line 2528


#disassociate_address(options = {}) ⇒ Core::Response

Calls the DisassociateAddress API operation.



# File 'lib/aws/ec2/client.rb', line 2535


#disassociate_route_table(options = {}) ⇒ Core::Response

Calls the DisassociateRouteTable API operation.



# File 'lib/aws/ec2/client.rb', line 2544


#enable_vgw_route_propagation(options = {}) ⇒ Core::Response

Calls the EnableVgwRoutePropagation API operation.



# File 'lib/aws/ec2/client.rb', line 2552


#enable_volume_io(options = {}) ⇒ Core::Response

Calls the EnableVolumeIO API operation.



# File 'lib/aws/ec2/client.rb', line 2559


#get_console_output(options = {}) ⇒ Core::Response

Calls the GetConsoleOutput API operation.



# File 'lib/aws/ec2/client.rb', line 2565


#get_password_data(options = {}) ⇒ Core::Response

Calls the GetPasswordData API operation.



# File 'lib/aws/ec2/client.rb', line 2577


#import_instance(options = {}) ⇒ Core::Response

Calls the ImportInstance API operation.



# File 'lib/aws/ec2/client.rb', line 2589


#import_key_pair(options = {}) ⇒ Core::Response

Calls the ImportKeyPair API operation.



# File 'lib/aws/ec2/client.rb', line 2684


#import_volume(options = {}) ⇒ Core::Response

Calls the ImportVolume API operation.



# File 'lib/aws/ec2/client.rb', line 2697


#modify_image_attribute(options = {}) ⇒ Core::Response

Calls the ModifyImageAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2750


#modify_instance_attribute(options = {}) ⇒ Core::Response

Calls the ModifyInstanceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2787


#modify_network_interface_attribute(options = {}) ⇒ Core::Response

Calls the ModifyNetworkInterfaceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2836


#modify_snapshot_attribute(options = {}) ⇒ Core::Response

Calls the ModifySnapshotAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2850


#modify_volume_attribute(options = {}) ⇒ Core::Response

Calls the ModifyVolumeAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2880


#modify_vpc_attribute(options = {}) ⇒ Core::Response

Calls the ModifyVpcAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 2887


#monitor_instances(options = {}) ⇒ Core::Response

Calls the MonitorInstances API operation.



# File 'lib/aws/ec2/client.rb', line 2897


#purchase_reserved_instances_offering(options = {}) ⇒ Core::Response

Calls the PurchaseReservedInstancesOffering API operation.



# File 'lib/aws/ec2/client.rb', line 2910


#reboot_instances(options = {}) ⇒ Core::Response

Calls the RebootInstances API operation.



# File 'lib/aws/ec2/client.rb', line 2925


#register_image(options = {}) ⇒ Core::Response

Calls the RegisterImage API operation.



# File 'lib/aws/ec2/client.rb', line 2932


#release_address(options = {}) ⇒ Core::Response

Calls the ReleaseAddress API operation.



# File 'lib/aws/ec2/client.rb', line 2975


#replace_network_acl_association(options = {}) ⇒ Core::Response

Calls the ReplaceNetworkAclAssociation API operation.



# File 'lib/aws/ec2/client.rb', line 2984


#replace_network_acl_entry(options = {}) ⇒ Core::Response

Calls the ReplaceNetworkAclEntry API operation.



# File 'lib/aws/ec2/client.rb', line 2997


#replace_route(options = {}) ⇒ Core::Response

Calls the ReplaceRoute API operation.



# File 'lib/aws/ec2/client.rb', line 3027


#replace_route_table_association(options = {}) ⇒ Core::Response

Calls the ReplaceRouteTableAssociation API operation.



# File 'lib/aws/ec2/client.rb', line 3042


#report_instance_status(options = {}) ⇒ Core::Response

Calls the ReportInstanceStatus API operation.



# File 'lib/aws/ec2/client.rb', line 3055


#request_spot_instances(options = {}) ⇒ Core::Response

Calls the RequestSpotInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3066


#reset_image_attribute(options = {}) ⇒ Core::Response

Calls the ResetImageAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 3223


#reset_instance_attribute(options = {}) ⇒ Core::Response

Calls the ResetInstanceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 3232


#reset_network_interface_attribute(options = {}) ⇒ Core::Response

Calls the ResetNetworkInterfaceAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 3241


#reset_snapshot_attribute(options = {}) ⇒ Core::Response

Calls the ResetSnapshotAttribute API operation.



# File 'lib/aws/ec2/client.rb', line 3248


#revoke_security_group_egress(options = {}) ⇒ Core::Response

Calls the RevokeSecurityGroupEgress API operation.



# File 'lib/aws/ec2/client.rb', line 3257


#revoke_security_group_ingress(options = {}) ⇒ Core::Response

Calls the RevokeSecurityGroupIngress API operation.



# File 'lib/aws/ec2/client.rb', line 3294


#run_instances(options = {}) ⇒ Core::Response

Calls the RunInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3338


#start_instances(options = {}) ⇒ Core::Response

Calls the StartInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3538


#stop_instances(options = {}) ⇒ Core::Response

Calls the StopInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3556


#terminate_instances(options = {}) ⇒ Core::Response

Calls the TerminateInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3578


#unassign_private_ip_addresses(options = {}) ⇒ Core::Response

Calls the UnassignPrivateIpAddresses API operation.



# File 'lib/aws/ec2/client.rb', line 3595


#unmonitor_instances(options = {}) ⇒ Core::Response

Calls the UnmonitorInstances API operation.



# File 'lib/aws/ec2/client.rb', line 3602