return ec2Service.deleteSecurityGroup(deleteSecurityGroup);
}
public DeleteSnapshotResponse deleteSnapshot(DeleteSnapshot deleteSnapshot) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.deleteSnapshot(deleteSnapshot);
}
public DeleteSpotDatafeedSubscriptionResponse deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscription deleteSpotDatafeedSubscription) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.deleteSpotDatafeedSubscription(deleteSpotDatafeedSubscription);