{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.SnowDeviceManagement
(
defaultService,
_ValidationException,
_AccessDeniedException,
_ServiceQuotaExceededException,
_ThrottlingException,
_InternalServerException,
_ResourceNotFoundException,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
DescribeTask (DescribeTask'),
newDescribeTask,
DescribeTaskResponse (DescribeTaskResponse'),
newDescribeTaskResponse,
ListDeviceResources (ListDeviceResources'),
newListDeviceResources,
ListDeviceResourcesResponse (ListDeviceResourcesResponse'),
newListDeviceResourcesResponse,
ListExecutions (ListExecutions'),
newListExecutions,
ListExecutionsResponse (ListExecutionsResponse'),
newListExecutionsResponse,
DescribeDeviceEc2Instances (DescribeDeviceEc2Instances'),
newDescribeDeviceEc2Instances,
DescribeDeviceEc2InstancesResponse (DescribeDeviceEc2InstancesResponse'),
newDescribeDeviceEc2InstancesResponse,
CreateTask (CreateTask'),
newCreateTask,
CreateTaskResponse (CreateTaskResponse'),
newCreateTaskResponse,
ListTasks (ListTasks'),
newListTasks,
ListTasksResponse (ListTasksResponse'),
newListTasksResponse,
DescribeExecution (DescribeExecution'),
newDescribeExecution,
DescribeExecutionResponse (DescribeExecutionResponse'),
newDescribeExecutionResponse,
DescribeDevice (DescribeDevice'),
newDescribeDevice,
DescribeDeviceResponse (DescribeDeviceResponse'),
newDescribeDeviceResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
CancelTask (CancelTask'),
newCancelTask,
CancelTaskResponse (CancelTaskResponse'),
newCancelTaskResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
ListDevices (ListDevices'),
newListDevices,
ListDevicesResponse (ListDevicesResponse'),
newListDevicesResponse,
AttachmentStatus (..),
ExecutionState (..),
InstanceStateName (..),
IpAddressAssignment (..),
PhysicalConnectorType (..),
TaskState (..),
UnlockState (..),
Capacity (Capacity'),
newCapacity,
Command (Command'),
newCommand,
CpuOptions (CpuOptions'),
newCpuOptions,
DeviceSummary (DeviceSummary'),
newDeviceSummary,
EbsInstanceBlockDevice (EbsInstanceBlockDevice'),
newEbsInstanceBlockDevice,
ExecutionSummary (ExecutionSummary'),
newExecutionSummary,
Instance (Instance'),
newInstance,
InstanceBlockDeviceMapping (InstanceBlockDeviceMapping'),
newInstanceBlockDeviceMapping,
InstanceState (InstanceState'),
newInstanceState,
InstanceSummary (InstanceSummary'),
newInstanceSummary,
PhysicalNetworkInterface (PhysicalNetworkInterface'),
newPhysicalNetworkInterface,
Reboot (Reboot'),
newReboot,
ResourceSummary (ResourceSummary'),
newResourceSummary,
SecurityGroupIdentifier (SecurityGroupIdentifier'),
newSecurityGroupIdentifier,
SoftwareInformation (SoftwareInformation'),
newSoftwareInformation,
TaskSummary (TaskSummary'),
newTaskSummary,
Unlock (Unlock'),
newUnlock,
)
where
import Amazonka.SnowDeviceManagement.CancelTask
import Amazonka.SnowDeviceManagement.CreateTask
import Amazonka.SnowDeviceManagement.DescribeDevice
import Amazonka.SnowDeviceManagement.DescribeDeviceEc2Instances
import Amazonka.SnowDeviceManagement.DescribeExecution
import Amazonka.SnowDeviceManagement.DescribeTask
import Amazonka.SnowDeviceManagement.Lens
import Amazonka.SnowDeviceManagement.ListDeviceResources
import Amazonka.SnowDeviceManagement.ListDevices
import Amazonka.SnowDeviceManagement.ListExecutions
import Amazonka.SnowDeviceManagement.ListTagsForResource
import Amazonka.SnowDeviceManagement.ListTasks
import Amazonka.SnowDeviceManagement.TagResource
import Amazonka.SnowDeviceManagement.Types
import Amazonka.SnowDeviceManagement.UntagResource
import Amazonka.SnowDeviceManagement.Waiters