}
@Override
public DetachInternetGatewayResponse detachInternetGateway(DetachInternetGateway detachInternetGateway) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.detachInternetGateway(detachInternetGateway);
}
@Override
public DescribeExportTasksResponse describeExportTasks(DescribeExportTasks describeExportTasks) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);