{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.CognitoSync
(
defaultService,
_InvalidParameterException,
_NotAuthorizedException,
_InternalErrorException,
_InvalidConfigurationException,
_DuplicateRequestException,
_LambdaThrottledException,
_AlreadyStreamedException,
_InvalidLambdaFunctionOutputException,
_TooManyRequestsException,
_ConcurrentModificationException,
_ResourceConflictException,
_ResourceNotFoundException,
_LimitExceededException,
DescribeDataset (DescribeDataset'),
newDescribeDataset,
DescribeDatasetResponse (DescribeDatasetResponse'),
newDescribeDatasetResponse,
SetCognitoEvents (SetCognitoEvents'),
newSetCognitoEvents,
SetCognitoEventsResponse (SetCognitoEventsResponse'),
newSetCognitoEventsResponse,
DescribeIdentityPoolUsage (DescribeIdentityPoolUsage'),
newDescribeIdentityPoolUsage,
DescribeIdentityPoolUsageResponse (DescribeIdentityPoolUsageResponse'),
newDescribeIdentityPoolUsageResponse,
GetBulkPublishDetails (GetBulkPublishDetails'),
newGetBulkPublishDetails,
GetBulkPublishDetailsResponse (GetBulkPublishDetailsResponse'),
newGetBulkPublishDetailsResponse,
ListIdentityPoolUsage (ListIdentityPoolUsage'),
newListIdentityPoolUsage,
ListIdentityPoolUsageResponse (ListIdentityPoolUsageResponse'),
newListIdentityPoolUsageResponse,
SetIdentityPoolConfiguration (SetIdentityPoolConfiguration'),
newSetIdentityPoolConfiguration,
SetIdentityPoolConfigurationResponse (SetIdentityPoolConfigurationResponse'),
newSetIdentityPoolConfigurationResponse,
DeleteDataset (DeleteDataset'),
newDeleteDataset,
DeleteDatasetResponse (DeleteDatasetResponse'),
newDeleteDatasetResponse,
GetCognitoEvents (GetCognitoEvents'),
newGetCognitoEvents,
GetCognitoEventsResponse (GetCognitoEventsResponse'),
newGetCognitoEventsResponse,
DescribeIdentityUsage (DescribeIdentityUsage'),
newDescribeIdentityUsage,
DescribeIdentityUsageResponse (DescribeIdentityUsageResponse'),
newDescribeIdentityUsageResponse,
RegisterDevice (RegisterDevice'),
newRegisterDevice,
RegisterDeviceResponse (RegisterDeviceResponse'),
newRegisterDeviceResponse,
SubscribeToDataset (SubscribeToDataset'),
newSubscribeToDataset,
SubscribeToDatasetResponse (SubscribeToDatasetResponse'),
newSubscribeToDatasetResponse,
GetIdentityPoolConfiguration (GetIdentityPoolConfiguration'),
newGetIdentityPoolConfiguration,
GetIdentityPoolConfigurationResponse (GetIdentityPoolConfigurationResponse'),
newGetIdentityPoolConfigurationResponse,
ListRecords (ListRecords'),
newListRecords,
ListRecordsResponse (ListRecordsResponse'),
newListRecordsResponse,
UnsubscribeFromDataset (UnsubscribeFromDataset'),
newUnsubscribeFromDataset,
UnsubscribeFromDatasetResponse (UnsubscribeFromDatasetResponse'),
newUnsubscribeFromDatasetResponse,
UpdateRecords (UpdateRecords'),
newUpdateRecords,
UpdateRecordsResponse (UpdateRecordsResponse'),
newUpdateRecordsResponse,
ListDatasets (ListDatasets'),
newListDatasets,
ListDatasetsResponse (ListDatasetsResponse'),
newListDatasetsResponse,
BulkPublish (BulkPublish'),
newBulkPublish,
BulkPublishResponse (BulkPublishResponse'),
newBulkPublishResponse,
BulkPublishStatus (..),
Operation (..),
Platform (..),
StreamingStatus (..),
CognitoStreams (CognitoStreams'),
newCognitoStreams,
Dataset (Dataset'),
newDataset,
IdentityPoolUsage (IdentityPoolUsage'),
newIdentityPoolUsage,
IdentityUsage (IdentityUsage'),
newIdentityUsage,
PushSync (PushSync'),
newPushSync,
Record (Record'),
newRecord,
RecordPatch (RecordPatch'),
newRecordPatch,
)
where
import Amazonka.CognitoSync.BulkPublish
import Amazonka.CognitoSync.DeleteDataset
import Amazonka.CognitoSync.DescribeDataset
import Amazonka.CognitoSync.DescribeIdentityPoolUsage
import Amazonka.CognitoSync.DescribeIdentityUsage
import Amazonka.CognitoSync.GetBulkPublishDetails
import Amazonka.CognitoSync.GetCognitoEvents
import Amazonka.CognitoSync.GetIdentityPoolConfiguration
import Amazonka.CognitoSync.Lens
import Amazonka.CognitoSync.ListDatasets
import Amazonka.CognitoSync.ListIdentityPoolUsage
import Amazonka.CognitoSync.ListRecords
import Amazonka.CognitoSync.RegisterDevice
import Amazonka.CognitoSync.SetCognitoEvents
import Amazonka.CognitoSync.SetIdentityPoolConfiguration
import Amazonka.CognitoSync.SubscribeToDataset
import Amazonka.CognitoSync.Types
import Amazonka.CognitoSync.UnsubscribeFromDataset
import Amazonka.CognitoSync.UpdateRecords
import Amazonka.CognitoSync.Waiters