Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- ChannelStatus
- ComputeType
- DatasetActionType
- DatasetContentState
- DatasetStatus
- DatastoreStatus
- FileFormatType
- LoggingLevel
- ReprocessingStatus
- AddAttributesActivity
- BatchPutMessageErrorEntry
- Channel
- ChannelActivity
- ChannelMessages
- ChannelStatistics
- ChannelStorage
- ChannelStorageSummary
- ChannelSummary
- Column
- ContainerDatasetAction
- CustomerManagedChannelS3Storage
- CustomerManagedChannelS3StorageSummary
- CustomerManagedDatastoreS3Storage
- CustomerManagedDatastoreS3StorageSummary
- Dataset
- DatasetAction
- DatasetActionSummary
- DatasetContentDeliveryDestination
- DatasetContentDeliveryRule
- DatasetContentStatus
- DatasetContentSummary
- DatasetContentVersionValue
- DatasetEntry
- DatasetSummary
- DatasetTrigger
- Datastore
- DatastoreActivity
- DatastoreIotSiteWiseMultiLayerStorage
- DatastoreIotSiteWiseMultiLayerStorageSummary
- DatastorePartition
- DatastorePartitions
- DatastoreStatistics
- DatastoreStorage
- DatastoreStorageSummary
- DatastoreSummary
- DeltaTime
- DeltaTimeSessionWindowConfiguration
- DeviceRegistryEnrichActivity
- DeviceShadowEnrichActivity
- EstimatedResourceSize
- FileFormatConfiguration
- FilterActivity
- GlueConfiguration
- IotEventsDestinationConfiguration
- IotSiteWiseCustomerManagedDatastoreS3Storage
- IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- JsonConfiguration
- LambdaActivity
- LateDataRule
- LateDataRuleConfiguration
- LoggingOptions
- MathActivity
- Message
- OutputFileUriValue
- ParquetConfiguration
- Partition
- Pipeline
- PipelineActivity
- PipelineSummary
- QueryFilter
- RemoveAttributesActivity
- ReprocessingSummary
- ResourceConfiguration
- RetentionPeriod
- S3DestinationConfiguration
- Schedule
- SchemaDefinition
- SelectAttributesActivity
- ServiceManagedChannelS3Storage
- ServiceManagedChannelS3StorageSummary
- ServiceManagedDatastoreS3Storage
- ServiceManagedDatastoreS3StorageSummary
- SqlQueryDatasetAction
- Tag
- TimestampPartition
- TriggeringDataset
- Variable
- VersioningConfiguration
Synopsis
- defaultService :: Service
- _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalFailureException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype ChannelStatus where
- ChannelStatus' { }
- pattern ChannelStatus_ACTIVE :: ChannelStatus
- pattern ChannelStatus_CREATING :: ChannelStatus
- pattern ChannelStatus_DELETING :: ChannelStatus
- newtype ComputeType where
- ComputeType' { }
- pattern ComputeType_ACU_1 :: ComputeType
- pattern ComputeType_ACU_2 :: ComputeType
- newtype DatasetActionType where
- DatasetActionType' { }
- pattern DatasetActionType_CONTAINER :: DatasetActionType
- pattern DatasetActionType_QUERY :: DatasetActionType
- newtype DatasetContentState where
- newtype DatasetStatus where
- DatasetStatus' { }
- pattern DatasetStatus_ACTIVE :: DatasetStatus
- pattern DatasetStatus_CREATING :: DatasetStatus
- pattern DatasetStatus_DELETING :: DatasetStatus
- newtype DatastoreStatus where
- DatastoreStatus' { }
- pattern DatastoreStatus_ACTIVE :: DatastoreStatus
- pattern DatastoreStatus_CREATING :: DatastoreStatus
- pattern DatastoreStatus_DELETING :: DatastoreStatus
- newtype FileFormatType where
- FileFormatType' { }
- pattern FileFormatType_JSON :: FileFormatType
- pattern FileFormatType_PARQUET :: FileFormatType
- newtype LoggingLevel where
- LoggingLevel' { }
- pattern LoggingLevel_ERROR :: LoggingLevel
- newtype ReprocessingStatus where
- ReprocessingStatus' { }
- pattern ReprocessingStatus_CANCELLED :: ReprocessingStatus
- pattern ReprocessingStatus_FAILED :: ReprocessingStatus
- pattern ReprocessingStatus_RUNNING :: ReprocessingStatus
- pattern ReprocessingStatus_SUCCEEDED :: ReprocessingStatus
- data AddAttributesActivity = AddAttributesActivity' {}
- newAddAttributesActivity :: Text -> AddAttributesActivity
- addAttributesActivity_next :: Lens' AddAttributesActivity (Maybe Text)
- addAttributesActivity_name :: Lens' AddAttributesActivity Text
- addAttributesActivity_attributes :: Lens' AddAttributesActivity (HashMap Text Text)
- data BatchPutMessageErrorEntry = BatchPutMessageErrorEntry' {}
- newBatchPutMessageErrorEntry :: BatchPutMessageErrorEntry
- batchPutMessageErrorEntry_errorCode :: Lens' BatchPutMessageErrorEntry (Maybe Text)
- batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text)
- batchPutMessageErrorEntry_messageId :: Lens' BatchPutMessageErrorEntry (Maybe Text)
- data Channel = Channel' {}
- newChannel :: Channel
- channel_creationTime :: Lens' Channel (Maybe UTCTime)
- channel_status :: Lens' Channel (Maybe ChannelStatus)
- channel_lastMessageArrivalTime :: Lens' Channel (Maybe UTCTime)
- channel_arn :: Lens' Channel (Maybe Text)
- channel_storage :: Lens' Channel (Maybe ChannelStorage)
- channel_retentionPeriod :: Lens' Channel (Maybe RetentionPeriod)
- channel_name :: Lens' Channel (Maybe Text)
- channel_lastUpdateTime :: Lens' Channel (Maybe UTCTime)
- data ChannelActivity = ChannelActivity' {}
- newChannelActivity :: Text -> Text -> ChannelActivity
- channelActivity_next :: Lens' ChannelActivity (Maybe Text)
- channelActivity_name :: Lens' ChannelActivity Text
- channelActivity_channelName :: Lens' ChannelActivity Text
- data ChannelMessages = ChannelMessages' {}
- newChannelMessages :: ChannelMessages
- channelMessages_s3Paths :: Lens' ChannelMessages (Maybe (NonEmpty Text))
- data ChannelStatistics = ChannelStatistics' {}
- newChannelStatistics :: ChannelStatistics
- channelStatistics_size :: Lens' ChannelStatistics (Maybe EstimatedResourceSize)
- data ChannelStorage = ChannelStorage' {}
- newChannelStorage :: ChannelStorage
- channelStorage_serviceManagedS3 :: Lens' ChannelStorage (Maybe ServiceManagedChannelS3Storage)
- channelStorage_customerManagedS3 :: Lens' ChannelStorage (Maybe CustomerManagedChannelS3Storage)
- data ChannelStorageSummary = ChannelStorageSummary' {}
- newChannelStorageSummary :: ChannelStorageSummary
- channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary)
- channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary)
- data ChannelSummary = ChannelSummary' {}
- newChannelSummary :: ChannelSummary
- channelSummary_creationTime :: Lens' ChannelSummary (Maybe UTCTime)
- channelSummary_status :: Lens' ChannelSummary (Maybe ChannelStatus)
- channelSummary_lastMessageArrivalTime :: Lens' ChannelSummary (Maybe UTCTime)
- channelSummary_channelName :: Lens' ChannelSummary (Maybe Text)
- channelSummary_channelStorage :: Lens' ChannelSummary (Maybe ChannelStorageSummary)
- channelSummary_lastUpdateTime :: Lens' ChannelSummary (Maybe UTCTime)
- data Column = Column' {}
- newColumn :: Text -> Text -> Column
- column_name :: Lens' Column Text
- column_type :: Lens' Column Text
- data ContainerDatasetAction = ContainerDatasetAction' {}
- newContainerDatasetAction :: Text -> Text -> ResourceConfiguration -> ContainerDatasetAction
- containerDatasetAction_variables :: Lens' ContainerDatasetAction (Maybe [Variable])
- containerDatasetAction_image :: Lens' ContainerDatasetAction Text
- containerDatasetAction_executionRoleArn :: Lens' ContainerDatasetAction Text
- containerDatasetAction_resourceConfiguration :: Lens' ContainerDatasetAction ResourceConfiguration
- data CustomerManagedChannelS3Storage = CustomerManagedChannelS3Storage' {}
- newCustomerManagedChannelS3Storage :: Text -> Text -> CustomerManagedChannelS3Storage
- customerManagedChannelS3Storage_keyPrefix :: Lens' CustomerManagedChannelS3Storage (Maybe Text)
- customerManagedChannelS3Storage_bucket :: Lens' CustomerManagedChannelS3Storage Text
- customerManagedChannelS3Storage_roleArn :: Lens' CustomerManagedChannelS3Storage Text
- data CustomerManagedChannelS3StorageSummary = CustomerManagedChannelS3StorageSummary' {}
- newCustomerManagedChannelS3StorageSummary :: CustomerManagedChannelS3StorageSummary
- customerManagedChannelS3StorageSummary_bucket :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
- customerManagedChannelS3StorageSummary_keyPrefix :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
- customerManagedChannelS3StorageSummary_roleArn :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text)
- data CustomerManagedDatastoreS3Storage = CustomerManagedDatastoreS3Storage' {}
- newCustomerManagedDatastoreS3Storage :: Text -> Text -> CustomerManagedDatastoreS3Storage
- customerManagedDatastoreS3Storage_keyPrefix :: Lens' CustomerManagedDatastoreS3Storage (Maybe Text)
- customerManagedDatastoreS3Storage_bucket :: Lens' CustomerManagedDatastoreS3Storage Text
- customerManagedDatastoreS3Storage_roleArn :: Lens' CustomerManagedDatastoreS3Storage Text
- data CustomerManagedDatastoreS3StorageSummary = CustomerManagedDatastoreS3StorageSummary' {}
- newCustomerManagedDatastoreS3StorageSummary :: CustomerManagedDatastoreS3StorageSummary
- customerManagedDatastoreS3StorageSummary_bucket :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
- customerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
- customerManagedDatastoreS3StorageSummary_roleArn :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text)
- data Dataset = Dataset' {
- creationTime :: Maybe POSIX
- status :: Maybe DatasetStatus
- versioningConfiguration :: Maybe VersioningConfiguration
- arn :: Maybe Text
- actions :: Maybe (NonEmpty DatasetAction)
- triggers :: Maybe [DatasetTrigger]
- retentionPeriod :: Maybe RetentionPeriod
- lateDataRules :: Maybe (NonEmpty LateDataRule)
- name :: Maybe Text
- contentDeliveryRules :: Maybe [DatasetContentDeliveryRule]
- lastUpdateTime :: Maybe POSIX
- newDataset :: Dataset
- dataset_creationTime :: Lens' Dataset (Maybe UTCTime)
- dataset_status :: Lens' Dataset (Maybe DatasetStatus)
- dataset_versioningConfiguration :: Lens' Dataset (Maybe VersioningConfiguration)
- dataset_arn :: Lens' Dataset (Maybe Text)
- dataset_actions :: Lens' Dataset (Maybe (NonEmpty DatasetAction))
- dataset_triggers :: Lens' Dataset (Maybe [DatasetTrigger])
- dataset_retentionPeriod :: Lens' Dataset (Maybe RetentionPeriod)
- dataset_lateDataRules :: Lens' Dataset (Maybe (NonEmpty LateDataRule))
- dataset_name :: Lens' Dataset (Maybe Text)
- dataset_contentDeliveryRules :: Lens' Dataset (Maybe [DatasetContentDeliveryRule])
- dataset_lastUpdateTime :: Lens' Dataset (Maybe UTCTime)
- data DatasetAction = DatasetAction' {}
- newDatasetAction :: DatasetAction
- datasetAction_queryAction :: Lens' DatasetAction (Maybe SqlQueryDatasetAction)
- datasetAction_actionName :: Lens' DatasetAction (Maybe Text)
- datasetAction_containerAction :: Lens' DatasetAction (Maybe ContainerDatasetAction)
- data DatasetActionSummary = DatasetActionSummary' {}
- newDatasetActionSummary :: DatasetActionSummary
- datasetActionSummary_actionName :: Lens' DatasetActionSummary (Maybe Text)
- datasetActionSummary_actionType :: Lens' DatasetActionSummary (Maybe DatasetActionType)
- data DatasetContentDeliveryDestination = DatasetContentDeliveryDestination' {}
- newDatasetContentDeliveryDestination :: DatasetContentDeliveryDestination
- datasetContentDeliveryDestination_s3DestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe S3DestinationConfiguration)
- datasetContentDeliveryDestination_iotEventsDestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe IotEventsDestinationConfiguration)
- data DatasetContentDeliveryRule = DatasetContentDeliveryRule' {}
- newDatasetContentDeliveryRule :: DatasetContentDeliveryDestination -> DatasetContentDeliveryRule
- datasetContentDeliveryRule_entryName :: Lens' DatasetContentDeliveryRule (Maybe Text)
- datasetContentDeliveryRule_destination :: Lens' DatasetContentDeliveryRule DatasetContentDeliveryDestination
- data DatasetContentStatus = DatasetContentStatus' {}
- newDatasetContentStatus :: DatasetContentStatus
- datasetContentStatus_state :: Lens' DatasetContentStatus (Maybe DatasetContentState)
- datasetContentStatus_reason :: Lens' DatasetContentStatus (Maybe Text)
- data DatasetContentSummary = DatasetContentSummary' {}
- newDatasetContentSummary :: DatasetContentSummary
- datasetContentSummary_creationTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_status :: Lens' DatasetContentSummary (Maybe DatasetContentStatus)
- datasetContentSummary_scheduleTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_completionTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_version :: Lens' DatasetContentSummary (Maybe Text)
- data DatasetContentVersionValue = DatasetContentVersionValue' {
- datasetName :: Text
- newDatasetContentVersionValue :: Text -> DatasetContentVersionValue
- datasetContentVersionValue_datasetName :: Lens' DatasetContentVersionValue Text
- data DatasetEntry = DatasetEntry' {}
- newDatasetEntry :: DatasetEntry
- datasetEntry_entryName :: Lens' DatasetEntry (Maybe Text)
- datasetEntry_dataURI :: Lens' DatasetEntry (Maybe Text)
- data DatasetSummary = DatasetSummary' {}
- newDatasetSummary :: DatasetSummary
- datasetSummary_creationTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_status :: Lens' DatasetSummary (Maybe DatasetStatus)
- datasetSummary_actions :: Lens' DatasetSummary (Maybe (NonEmpty DatasetActionSummary))
- datasetSummary_triggers :: Lens' DatasetSummary (Maybe [DatasetTrigger])
- datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_lastUpdateTime :: Lens' DatasetSummary (Maybe UTCTime)
- data DatasetTrigger = DatasetTrigger' {}
- newDatasetTrigger :: DatasetTrigger
- datasetTrigger_dataset :: Lens' DatasetTrigger (Maybe TriggeringDataset)
- datasetTrigger_schedule :: Lens' DatasetTrigger (Maybe Schedule)
- data Datastore = Datastore' {
- creationTime :: Maybe POSIX
- status :: Maybe DatastoreStatus
- lastMessageArrivalTime :: Maybe POSIX
- arn :: Maybe Text
- fileFormatConfiguration :: Maybe FileFormatConfiguration
- datastorePartitions :: Maybe DatastorePartitions
- storage :: Maybe DatastoreStorage
- retentionPeriod :: Maybe RetentionPeriod
- name :: Maybe Text
- lastUpdateTime :: Maybe POSIX
- newDatastore :: Datastore
- datastore_creationTime :: Lens' Datastore (Maybe UTCTime)
- datastore_status :: Lens' Datastore (Maybe DatastoreStatus)
- datastore_lastMessageArrivalTime :: Lens' Datastore (Maybe UTCTime)
- datastore_arn :: Lens' Datastore (Maybe Text)
- datastore_fileFormatConfiguration :: Lens' Datastore (Maybe FileFormatConfiguration)
- datastore_datastorePartitions :: Lens' Datastore (Maybe DatastorePartitions)
- datastore_storage :: Lens' Datastore (Maybe DatastoreStorage)
- datastore_retentionPeriod :: Lens' Datastore (Maybe RetentionPeriod)
- datastore_name :: Lens' Datastore (Maybe Text)
- datastore_lastUpdateTime :: Lens' Datastore (Maybe UTCTime)
- data DatastoreActivity = DatastoreActivity' {
- name :: Text
- datastoreName :: Text
- newDatastoreActivity :: Text -> Text -> DatastoreActivity
- datastoreActivity_name :: Lens' DatastoreActivity Text
- datastoreActivity_datastoreName :: Lens' DatastoreActivity Text
- data DatastoreIotSiteWiseMultiLayerStorage = DatastoreIotSiteWiseMultiLayerStorage' {}
- newDatastoreIotSiteWiseMultiLayerStorage :: IotSiteWiseCustomerManagedDatastoreS3Storage -> DatastoreIotSiteWiseMultiLayerStorage
- datastoreIotSiteWiseMultiLayerStorage_customerManagedS3Storage :: Lens' DatastoreIotSiteWiseMultiLayerStorage IotSiteWiseCustomerManagedDatastoreS3Storage
- data DatastoreIotSiteWiseMultiLayerStorageSummary = DatastoreIotSiteWiseMultiLayerStorageSummary' {}
- newDatastoreIotSiteWiseMultiLayerStorageSummary :: DatastoreIotSiteWiseMultiLayerStorageSummary
- datastoreIotSiteWiseMultiLayerStorageSummary_customerManagedS3Storage :: Lens' DatastoreIotSiteWiseMultiLayerStorageSummary (Maybe IotSiteWiseCustomerManagedDatastoreS3StorageSummary)
- data DatastorePartition = DatastorePartition' {}
- newDatastorePartition :: DatastorePartition
- datastorePartition_attributePartition :: Lens' DatastorePartition (Maybe Partition)
- datastorePartition_timestampPartition :: Lens' DatastorePartition (Maybe TimestampPartition)
- data DatastorePartitions = DatastorePartitions' {}
- newDatastorePartitions :: DatastorePartitions
- datastorePartitions_partitions :: Lens' DatastorePartitions (Maybe [DatastorePartition])
- data DatastoreStatistics = DatastoreStatistics' {}
- newDatastoreStatistics :: DatastoreStatistics
- datastoreStatistics_size :: Lens' DatastoreStatistics (Maybe EstimatedResourceSize)
- data DatastoreStorage = DatastoreStorage' {}
- newDatastoreStorage :: DatastoreStorage
- datastoreStorage_serviceManagedS3 :: Lens' DatastoreStorage (Maybe ServiceManagedDatastoreS3Storage)
- datastoreStorage_customerManagedS3 :: Lens' DatastoreStorage (Maybe CustomerManagedDatastoreS3Storage)
- datastoreStorage_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorage (Maybe DatastoreIotSiteWiseMultiLayerStorage)
- data DatastoreStorageSummary = DatastoreStorageSummary' {}
- newDatastoreStorageSummary :: DatastoreStorageSummary
- datastoreStorageSummary_serviceManagedS3 :: Lens' DatastoreStorageSummary (Maybe ServiceManagedDatastoreS3StorageSummary)
- datastoreStorageSummary_customerManagedS3 :: Lens' DatastoreStorageSummary (Maybe CustomerManagedDatastoreS3StorageSummary)
- datastoreStorageSummary_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorageSummary (Maybe DatastoreIotSiteWiseMultiLayerStorageSummary)
- data DatastoreSummary = DatastoreSummary' {}
- newDatastoreSummary :: DatastoreSummary
- datastoreSummary_creationTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_status :: Lens' DatastoreSummary (Maybe DatastoreStatus)
- datastoreSummary_lastMessageArrivalTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_datastoreName :: Lens' DatastoreSummary (Maybe Text)
- datastoreSummary_datastorePartitions :: Lens' DatastoreSummary (Maybe DatastorePartitions)
- datastoreSummary_fileFormatType :: Lens' DatastoreSummary (Maybe FileFormatType)
- datastoreSummary_lastUpdateTime :: Lens' DatastoreSummary (Maybe UTCTime)
- datastoreSummary_datastoreStorage :: Lens' DatastoreSummary (Maybe DatastoreStorageSummary)
- data DeltaTime = DeltaTime' {}
- newDeltaTime :: Int -> Text -> DeltaTime
- deltaTime_offsetSeconds :: Lens' DeltaTime Int
- deltaTime_timeExpression :: Lens' DeltaTime Text
- data DeltaTimeSessionWindowConfiguration = DeltaTimeSessionWindowConfiguration' {}
- newDeltaTimeSessionWindowConfiguration :: Natural -> DeltaTimeSessionWindowConfiguration
- deltaTimeSessionWindowConfiguration_timeoutInMinutes :: Lens' DeltaTimeSessionWindowConfiguration Natural
- data DeviceRegistryEnrichActivity = DeviceRegistryEnrichActivity' {}
- newDeviceRegistryEnrichActivity :: Text -> Text -> Text -> Text -> DeviceRegistryEnrichActivity
- deviceRegistryEnrichActivity_next :: Lens' DeviceRegistryEnrichActivity (Maybe Text)
- deviceRegistryEnrichActivity_name :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_attribute :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_thingName :: Lens' DeviceRegistryEnrichActivity Text
- deviceRegistryEnrichActivity_roleArn :: Lens' DeviceRegistryEnrichActivity Text
- data DeviceShadowEnrichActivity = DeviceShadowEnrichActivity' {}
- newDeviceShadowEnrichActivity :: Text -> Text -> Text -> Text -> DeviceShadowEnrichActivity
- deviceShadowEnrichActivity_next :: Lens' DeviceShadowEnrichActivity (Maybe Text)
- deviceShadowEnrichActivity_name :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_attribute :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_thingName :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_roleArn :: Lens' DeviceShadowEnrichActivity Text
- data EstimatedResourceSize = EstimatedResourceSize' {}
- newEstimatedResourceSize :: EstimatedResourceSize
- estimatedResourceSize_estimatedOn :: Lens' EstimatedResourceSize (Maybe UTCTime)
- estimatedResourceSize_estimatedSizeInBytes :: Lens' EstimatedResourceSize (Maybe Double)
- data FileFormatConfiguration = FileFormatConfiguration' {}
- newFileFormatConfiguration :: FileFormatConfiguration
- fileFormatConfiguration_jsonConfiguration :: Lens' FileFormatConfiguration (Maybe JsonConfiguration)
- fileFormatConfiguration_parquetConfiguration :: Lens' FileFormatConfiguration (Maybe ParquetConfiguration)
- data FilterActivity = FilterActivity' {}
- newFilterActivity :: Text -> Text -> FilterActivity
- filterActivity_next :: Lens' FilterActivity (Maybe Text)
- filterActivity_name :: Lens' FilterActivity Text
- filterActivity_filter :: Lens' FilterActivity Text
- data GlueConfiguration = GlueConfiguration' {
- tableName :: Text
- databaseName :: Text
- newGlueConfiguration :: Text -> Text -> GlueConfiguration
- glueConfiguration_tableName :: Lens' GlueConfiguration Text
- glueConfiguration_databaseName :: Lens' GlueConfiguration Text
- data IotEventsDestinationConfiguration = IotEventsDestinationConfiguration' {}
- newIotEventsDestinationConfiguration :: Text -> Text -> IotEventsDestinationConfiguration
- iotEventsDestinationConfiguration_inputName :: Lens' IotEventsDestinationConfiguration Text
- iotEventsDestinationConfiguration_roleArn :: Lens' IotEventsDestinationConfiguration Text
- data IotSiteWiseCustomerManagedDatastoreS3Storage = IotSiteWiseCustomerManagedDatastoreS3Storage' {}
- newIotSiteWiseCustomerManagedDatastoreS3Storage :: Text -> IotSiteWiseCustomerManagedDatastoreS3Storage
- iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage (Maybe Text)
- iotSiteWiseCustomerManagedDatastoreS3Storage_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage Text
- data IotSiteWiseCustomerManagedDatastoreS3StorageSummary = IotSiteWiseCustomerManagedDatastoreS3StorageSummary' {}
- newIotSiteWiseCustomerManagedDatastoreS3StorageSummary :: IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text)
- iotSiteWiseCustomerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text)
- data JsonConfiguration = JsonConfiguration' {
- newJsonConfiguration :: JsonConfiguration
- data LambdaActivity = LambdaActivity' {}
- newLambdaActivity :: Text -> Text -> Natural -> LambdaActivity
- lambdaActivity_next :: Lens' LambdaActivity (Maybe Text)
- lambdaActivity_name :: Lens' LambdaActivity Text
- lambdaActivity_lambdaName :: Lens' LambdaActivity Text
- lambdaActivity_batchSize :: Lens' LambdaActivity Natural
- data LateDataRule = LateDataRule' {}
- newLateDataRule :: LateDataRuleConfiguration -> LateDataRule
- lateDataRule_ruleName :: Lens' LateDataRule (Maybe Text)
- lateDataRule_ruleConfiguration :: Lens' LateDataRule LateDataRuleConfiguration
- data LateDataRuleConfiguration = LateDataRuleConfiguration' {}
- newLateDataRuleConfiguration :: LateDataRuleConfiguration
- lateDataRuleConfiguration_deltaTimeSessionWindowConfiguration :: Lens' LateDataRuleConfiguration (Maybe DeltaTimeSessionWindowConfiguration)
- data LoggingOptions = LoggingOptions' {}
- newLoggingOptions :: Text -> LoggingLevel -> Bool -> LoggingOptions
- loggingOptions_roleArn :: Lens' LoggingOptions Text
- loggingOptions_level :: Lens' LoggingOptions LoggingLevel
- loggingOptions_enabled :: Lens' LoggingOptions Bool
- data MathActivity = MathActivity' {}
- newMathActivity :: Text -> Text -> Text -> MathActivity
- mathActivity_next :: Lens' MathActivity (Maybe Text)
- mathActivity_name :: Lens' MathActivity Text
- mathActivity_attribute :: Lens' MathActivity Text
- mathActivity_math :: Lens' MathActivity Text
- data Message = Message' {}
- newMessage :: Text -> ByteString -> Message
- message_messageId :: Lens' Message Text
- message_payload :: Lens' Message ByteString
- data OutputFileUriValue = OutputFileUriValue' {}
- newOutputFileUriValue :: Text -> OutputFileUriValue
- outputFileUriValue_fileName :: Lens' OutputFileUriValue Text
- data ParquetConfiguration = ParquetConfiguration' {}
- newParquetConfiguration :: ParquetConfiguration
- parquetConfiguration_schemaDefinition :: Lens' ParquetConfiguration (Maybe SchemaDefinition)
- data Partition = Partition' {}
- newPartition :: Text -> Partition
- partition_attributeName :: Lens' Partition Text
- data Pipeline = Pipeline' {}
- newPipeline :: Pipeline
- pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime)
- pipeline_arn :: Lens' Pipeline (Maybe Text)
- pipeline_activities :: Lens' Pipeline (Maybe (NonEmpty PipelineActivity))
- pipeline_name :: Lens' Pipeline (Maybe Text)
- pipeline_reprocessingSummaries :: Lens' Pipeline (Maybe [ReprocessingSummary])
- pipeline_lastUpdateTime :: Lens' Pipeline (Maybe UTCTime)
- data PipelineActivity = PipelineActivity' {
- selectAttributes :: Maybe SelectAttributesActivity
- channel :: Maybe ChannelActivity
- addAttributes :: Maybe AddAttributesActivity
- deviceRegistryEnrich :: Maybe DeviceRegistryEnrichActivity
- removeAttributes :: Maybe RemoveAttributesActivity
- lambda :: Maybe LambdaActivity
- datastore :: Maybe DatastoreActivity
- deviceShadowEnrich :: Maybe DeviceShadowEnrichActivity
- filter' :: Maybe FilterActivity
- math :: Maybe MathActivity
- newPipelineActivity :: PipelineActivity
- pipelineActivity_selectAttributes :: Lens' PipelineActivity (Maybe SelectAttributesActivity)
- pipelineActivity_channel :: Lens' PipelineActivity (Maybe ChannelActivity)
- pipelineActivity_addAttributes :: Lens' PipelineActivity (Maybe AddAttributesActivity)
- pipelineActivity_deviceRegistryEnrich :: Lens' PipelineActivity (Maybe DeviceRegistryEnrichActivity)
- pipelineActivity_removeAttributes :: Lens' PipelineActivity (Maybe RemoveAttributesActivity)
- pipelineActivity_lambda :: Lens' PipelineActivity (Maybe LambdaActivity)
- pipelineActivity_datastore :: Lens' PipelineActivity (Maybe DatastoreActivity)
- pipelineActivity_deviceShadowEnrich :: Lens' PipelineActivity (Maybe DeviceShadowEnrichActivity)
- pipelineActivity_filter :: Lens' PipelineActivity (Maybe FilterActivity)
- pipelineActivity_math :: Lens' PipelineActivity (Maybe MathActivity)
- data PipelineSummary = PipelineSummary' {}
- newPipelineSummary :: PipelineSummary
- pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime)
- pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text)
- pipelineSummary_reprocessingSummaries :: Lens' PipelineSummary (Maybe [ReprocessingSummary])
- pipelineSummary_lastUpdateTime :: Lens' PipelineSummary (Maybe UTCTime)
- data QueryFilter = QueryFilter' {}
- newQueryFilter :: QueryFilter
- queryFilter_deltaTime :: Lens' QueryFilter (Maybe DeltaTime)
- data RemoveAttributesActivity = RemoveAttributesActivity' {}
- newRemoveAttributesActivity :: Text -> NonEmpty Text -> RemoveAttributesActivity
- removeAttributesActivity_next :: Lens' RemoveAttributesActivity (Maybe Text)
- removeAttributesActivity_name :: Lens' RemoveAttributesActivity Text
- removeAttributesActivity_attributes :: Lens' RemoveAttributesActivity (NonEmpty Text)
- data ReprocessingSummary = ReprocessingSummary' {}
- newReprocessingSummary :: ReprocessingSummary
- reprocessingSummary_creationTime :: Lens' ReprocessingSummary (Maybe UTCTime)
- reprocessingSummary_status :: Lens' ReprocessingSummary (Maybe ReprocessingStatus)
- reprocessingSummary_id :: Lens' ReprocessingSummary (Maybe Text)
- data ResourceConfiguration = ResourceConfiguration' {}
- newResourceConfiguration :: ComputeType -> Natural -> ResourceConfiguration
- resourceConfiguration_computeType :: Lens' ResourceConfiguration ComputeType
- resourceConfiguration_volumeSizeInGB :: Lens' ResourceConfiguration Natural
- data RetentionPeriod = RetentionPeriod' {}
- newRetentionPeriod :: RetentionPeriod
- retentionPeriod_unlimited :: Lens' RetentionPeriod (Maybe Bool)
- retentionPeriod_numberOfDays :: Lens' RetentionPeriod (Maybe Natural)
- data S3DestinationConfiguration = S3DestinationConfiguration' {
- glueConfiguration :: Maybe GlueConfiguration
- bucket :: Text
- key :: Text
- roleArn :: Text
- newS3DestinationConfiguration :: Text -> Text -> Text -> S3DestinationConfiguration
- s3DestinationConfiguration_glueConfiguration :: Lens' S3DestinationConfiguration (Maybe GlueConfiguration)
- s3DestinationConfiguration_bucket :: Lens' S3DestinationConfiguration Text
- s3DestinationConfiguration_key :: Lens' S3DestinationConfiguration Text
- s3DestinationConfiguration_roleArn :: Lens' S3DestinationConfiguration Text
- data Schedule = Schedule' {
- expression :: Maybe Text
- newSchedule :: Schedule
- schedule_expression :: Lens' Schedule (Maybe Text)
- data SchemaDefinition = SchemaDefinition' {}
- newSchemaDefinition :: SchemaDefinition
- schemaDefinition_columns :: Lens' SchemaDefinition (Maybe [Column])
- data SelectAttributesActivity = SelectAttributesActivity' {}
- newSelectAttributesActivity :: Text -> NonEmpty Text -> SelectAttributesActivity
- selectAttributesActivity_next :: Lens' SelectAttributesActivity (Maybe Text)
- selectAttributesActivity_name :: Lens' SelectAttributesActivity Text
- selectAttributesActivity_attributes :: Lens' SelectAttributesActivity (NonEmpty Text)
- data ServiceManagedChannelS3Storage = ServiceManagedChannelS3Storage' {
- newServiceManagedChannelS3Storage :: ServiceManagedChannelS3Storage
- data ServiceManagedChannelS3StorageSummary = ServiceManagedChannelS3StorageSummary' {
- newServiceManagedChannelS3StorageSummary :: ServiceManagedChannelS3StorageSummary
- data ServiceManagedDatastoreS3Storage = ServiceManagedDatastoreS3Storage' {
- newServiceManagedDatastoreS3Storage :: ServiceManagedDatastoreS3Storage
- data ServiceManagedDatastoreS3StorageSummary = ServiceManagedDatastoreS3StorageSummary' {
- newServiceManagedDatastoreS3StorageSummary :: ServiceManagedDatastoreS3StorageSummary
- data SqlQueryDatasetAction = SqlQueryDatasetAction' {
- filters :: Maybe [QueryFilter]
- sqlQuery :: Text
- newSqlQueryDatasetAction :: Text -> SqlQueryDatasetAction
- sqlQueryDatasetAction_filters :: Lens' SqlQueryDatasetAction (Maybe [QueryFilter])
- sqlQueryDatasetAction_sqlQuery :: Lens' SqlQueryDatasetAction Text
- data Tag = Tag' {}
- newTag :: Text -> Text -> Tag
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- data TimestampPartition = TimestampPartition' {}
- newTimestampPartition :: Text -> TimestampPartition
- timestampPartition_timestampFormat :: Lens' TimestampPartition (Maybe Text)
- timestampPartition_attributeName :: Lens' TimestampPartition Text
- data TriggeringDataset = TriggeringDataset' {}
- newTriggeringDataset :: Text -> TriggeringDataset
- triggeringDataset_name :: Lens' TriggeringDataset Text
- data Variable = Variable' {}
- newVariable :: Text -> Variable
- variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue)
- variable_doubleValue :: Lens' Variable (Maybe Double)
- variable_stringValue :: Lens' Variable (Maybe Text)
- variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue)
- variable_name :: Lens' Variable Text
- data VersioningConfiguration = VersioningConfiguration' {}
- newVersioningConfiguration :: VersioningConfiguration
- versioningConfiguration_unlimited :: Lens' VersioningConfiguration (Maybe Bool)
- versioningConfiguration_maxVersions :: Lens' VersioningConfiguration (Maybe Natural)
Service Configuration
defaultService :: Service Source #
API version 2017-11-27
of the Amazon IoT Analytics SDK configuration.
Errors
_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was not valid.
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
A resource with the same name already exists.
_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was denied due to request throttling.
_InternalFailureException :: AsError a => Getting (First ServiceError) a ServiceError Source #
There was an internal failure.
_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The service is temporarily unavailable.
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
A resource with the specified name could not be found.
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The command caused an internal limit to be exceeded.
ChannelStatus
newtype ChannelStatus Source #
pattern ChannelStatus_ACTIVE :: ChannelStatus | |
pattern ChannelStatus_CREATING :: ChannelStatus | |
pattern ChannelStatus_DELETING :: ChannelStatus |
Instances
ComputeType
newtype ComputeType Source #
pattern ComputeType_ACU_1 :: ComputeType | |
pattern ComputeType_ACU_2 :: ComputeType |
Instances
DatasetActionType
newtype DatasetActionType Source #
pattern DatasetActionType_CONTAINER :: DatasetActionType | |
pattern DatasetActionType_QUERY :: DatasetActionType |
Instances
DatasetContentState
newtype DatasetContentState Source #
pattern DatasetContentState_CREATING :: DatasetContentState | |
pattern DatasetContentState_FAILED :: DatasetContentState | |
pattern DatasetContentState_SUCCEEDED :: DatasetContentState |
Instances
DatasetStatus
newtype DatasetStatus Source #
pattern DatasetStatus_ACTIVE :: DatasetStatus | |
pattern DatasetStatus_CREATING :: DatasetStatus | |
pattern DatasetStatus_DELETING :: DatasetStatus |
Instances
DatastoreStatus
newtype DatastoreStatus Source #
pattern DatastoreStatus_ACTIVE :: DatastoreStatus | |
pattern DatastoreStatus_CREATING :: DatastoreStatus | |
pattern DatastoreStatus_DELETING :: DatastoreStatus |
Instances
FileFormatType
newtype FileFormatType Source #
pattern FileFormatType_JSON :: FileFormatType | |
pattern FileFormatType_PARQUET :: FileFormatType |
Instances
LoggingLevel
newtype LoggingLevel Source #
pattern LoggingLevel_ERROR :: LoggingLevel |
Instances
ReprocessingStatus
newtype ReprocessingStatus Source #
pattern ReprocessingStatus_CANCELLED :: ReprocessingStatus | |
pattern ReprocessingStatus_FAILED :: ReprocessingStatus | |
pattern ReprocessingStatus_RUNNING :: ReprocessingStatus | |
pattern ReprocessingStatus_SUCCEEDED :: ReprocessingStatus |
Instances
AddAttributesActivity
data AddAttributesActivity Source #
An activity that adds other attributes based on existing attributes in the message.
See: newAddAttributesActivity
smart constructor.
AddAttributesActivity' | |
|
Instances
newAddAttributesActivity Source #
Create a value of AddAttributesActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:AddAttributesActivity'
, addAttributesActivity_next
- The next activity in the pipeline.
$sel:name:AddAttributesActivity'
, addAttributesActivity_name
- The name of the addAttributes activity.
$sel:attributes:AddAttributesActivity'
, addAttributesActivity_attributes
- A list of 1-50 AttributeNameMapping
objects that map an existing
attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove
the originals, use RemoveAttributeActivity
.
addAttributesActivity_next :: Lens' AddAttributesActivity (Maybe Text) Source #
The next activity in the pipeline.
addAttributesActivity_name :: Lens' AddAttributesActivity Text Source #
The name of the addAttributes activity.
addAttributesActivity_attributes :: Lens' AddAttributesActivity (HashMap Text Text) Source #
A list of 1-50 AttributeNameMapping
objects that map an existing
attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove
the originals, use RemoveAttributeActivity
.
BatchPutMessageErrorEntry
data BatchPutMessageErrorEntry Source #
Contains informations about errors.
See: newBatchPutMessageErrorEntry
smart constructor.
Instances
newBatchPutMessageErrorEntry :: BatchPutMessageErrorEntry Source #
Create a value of BatchPutMessageErrorEntry
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorCode:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_errorCode
- The code associated with the error.
$sel:errorMessage:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_errorMessage
- The message associated with the error.
$sel:messageId:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_messageId
- The ID of the message that caused the error. See the value corresponding
to the messageId
key in the message object.
batchPutMessageErrorEntry_errorCode :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
The code associated with the error.
batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
The message associated with the error.
batchPutMessageErrorEntry_messageId :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
The ID of the message that caused the error. See the value corresponding
to the messageId
key in the message object.
Channel
A collection of data from an MQTT topic. Channels archive the raw, unprocessed messages before publishing the data to a pipeline.
See: newChannel
smart constructor.
Channel' | |
|
Instances
newChannel :: Channel Source #
Create a value of Channel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:Channel'
, channel_creationTime
- When the channel was created.
$sel:status:Channel'
, channel_status
- The status of the channel.
$sel:lastMessageArrivalTime:Channel'
, channel_lastMessageArrivalTime
- The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:arn:Channel'
, channel_arn
- The ARN of the channel.
$sel:storage:Channel'
, channel_storage
- Where channel data is stored. You can choose one of serviceManagedS3
or customerManagedS3
storage. If not specified, the default is
serviceManagedS3
. You can't change this storage option after the
channel is created.
$sel:retentionPeriod:Channel'
, channel_retentionPeriod
- How long, in days, message data is kept for the channel.
$sel:name:Channel'
, channel_name
- The name of the channel.
$sel:lastUpdateTime:Channel'
, channel_lastUpdateTime
- When the channel was last updated.
channel_status :: Lens' Channel (Maybe ChannelStatus) Source #
The status of the channel.
channel_lastMessageArrivalTime :: Lens' Channel (Maybe UTCTime) Source #
The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
channel_storage :: Lens' Channel (Maybe ChannelStorage) Source #
Where channel data is stored. You can choose one of serviceManagedS3
or customerManagedS3
storage. If not specified, the default is
serviceManagedS3
. You can't change this storage option after the
channel is created.
channel_retentionPeriod :: Lens' Channel (Maybe RetentionPeriod) Source #
How long, in days, message data is kept for the channel.
ChannelActivity
data ChannelActivity Source #
The activity that determines the source of the messages to be processed.
See: newChannelActivity
smart constructor.
Instances
Create a value of ChannelActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:ChannelActivity'
, channelActivity_next
- The next activity in the pipeline.
$sel:name:ChannelActivity'
, channelActivity_name
- The name of the channel activity.
$sel:channelName:ChannelActivity'
, channelActivity_channelName
- The name of the channel from which the messages are processed.
channelActivity_next :: Lens' ChannelActivity (Maybe Text) Source #
The next activity in the pipeline.
channelActivity_name :: Lens' ChannelActivity Text Source #
The name of the channel activity.
channelActivity_channelName :: Lens' ChannelActivity Text Source #
The name of the channel from which the messages are processed.
ChannelMessages
data ChannelMessages Source #
Specifies one or more sets of channel messages.
See: newChannelMessages
smart constructor.
ChannelMessages' | |
|
Instances
newChannelMessages :: ChannelMessages Source #
Create a value of ChannelMessages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Paths:ChannelMessages'
, channelMessages_s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage
Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
channelMessages_s3Paths :: Lens' ChannelMessages (Maybe (NonEmpty Text)) Source #
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
ChannelStatistics
data ChannelStatistics Source #
Statistics information about the channel.
See: newChannelStatistics
smart constructor.
ChannelStatistics' | |
|
Instances
newChannelStatistics :: ChannelStatistics Source #
Create a value of ChannelStatistics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:size:ChannelStatistics'
, channelStatistics_size
- The estimated size of the channel.
channelStatistics_size :: Lens' ChannelStatistics (Maybe EstimatedResourceSize) Source #
The estimated size of the channel.
ChannelStorage
data ChannelStorage Source #
Where channel data is stored. You may choose one of serviceManagedS3
,
customerManagedS3
storage. If not specified, the default is
serviceManagedS3
. This can't be changed after creation of the
channel.
See: newChannelStorage
smart constructor.
ChannelStorage' | |
|
Instances
newChannelStorage :: ChannelStorage Source #
Create a value of ChannelStorage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceManagedS3:ChannelStorage'
, channelStorage_serviceManagedS3
- Used to store channel data in an S3 bucket managed by IoT Analytics. You
can't change the choice of S3 storage after the data store is created.
$sel:customerManagedS3:ChannelStorage'
, channelStorage_customerManagedS3
- Used to store channel data in an S3 bucket that you manage. If customer
managed storage is selected, the retentionPeriod
parameter is ignored.
You can't change the choice of S3 storage after the data store is
created.
channelStorage_serviceManagedS3 :: Lens' ChannelStorage (Maybe ServiceManagedChannelS3Storage) Source #
Used to store channel data in an S3 bucket managed by IoT Analytics. You can't change the choice of S3 storage after the data store is created.
channelStorage_customerManagedS3 :: Lens' ChannelStorage (Maybe CustomerManagedChannelS3Storage) Source #
Used to store channel data in an S3 bucket that you manage. If customer
managed storage is selected, the retentionPeriod
parameter is ignored.
You can't change the choice of S3 storage after the data store is
created.
ChannelStorageSummary
data ChannelStorageSummary Source #
Where channel data is stored.
See: newChannelStorageSummary
smart constructor.
ChannelStorageSummary' | |
|
Instances
newChannelStorageSummary :: ChannelStorageSummary Source #
Create a value of ChannelStorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceManagedS3:ChannelStorageSummary'
, channelStorageSummary_serviceManagedS3
- Used to store channel data in an S3 bucket managed by IoT Analytics.
$sel:customerManagedS3:ChannelStorageSummary'
, channelStorageSummary_customerManagedS3
- Used to store channel data in an S3 bucket that you manage.
channelStorageSummary_serviceManagedS3 :: Lens' ChannelStorageSummary (Maybe ServiceManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket managed by IoT Analytics.
channelStorageSummary_customerManagedS3 :: Lens' ChannelStorageSummary (Maybe CustomerManagedChannelS3StorageSummary) Source #
Used to store channel data in an S3 bucket that you manage.
ChannelSummary
data ChannelSummary Source #
A summary of information about a channel.
See: newChannelSummary
smart constructor.
ChannelSummary' | |
|
Instances
newChannelSummary :: ChannelSummary Source #
Create a value of ChannelSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:ChannelSummary'
, channelSummary_creationTime
- When the channel was created.
$sel:status:ChannelSummary'
, channelSummary_status
- The status of the channel.
$sel:lastMessageArrivalTime:ChannelSummary'
, channelSummary_lastMessageArrivalTime
- The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:channelName:ChannelSummary'
, channelSummary_channelName
- The name of the channel.
$sel:channelStorage:ChannelSummary'
, channelSummary_channelStorage
- Where channel data is stored.
$sel:lastUpdateTime:ChannelSummary'
, channelSummary_lastUpdateTime
- The last time the channel was updated.
channelSummary_creationTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
When the channel was created.
channelSummary_status :: Lens' ChannelSummary (Maybe ChannelStatus) Source #
The status of the channel.
channelSummary_lastMessageArrivalTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
The last time when a new message arrived in the channel.
IoT Analytics updates this value at most once per minute for one
channel. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
channelSummary_channelName :: Lens' ChannelSummary (Maybe Text) Source #
The name of the channel.
channelSummary_channelStorage :: Lens' ChannelSummary (Maybe ChannelStorageSummary) Source #
Where channel data is stored.
channelSummary_lastUpdateTime :: Lens' ChannelSummary (Maybe UTCTime) Source #
The last time the channel was updated.
Column
Contains information about a column that stores your data.
See: newColumn
smart constructor.
Column' | |
|
Instances
Eq Column Source # | |
Read Column Source # | |
Show Column Source # | |
Generic Column Source # | |
NFData Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
Hashable Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
ToJSON Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
FromJSON Column Source # | |
type Rep Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column type Rep Column = D1 ('MetaData "Column" "Amazonka.IoTAnalytics.Types.Column" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Column'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Column
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:Column'
, column_name
- The name of the column.
$sel:type':Column'
, column_type
- The type of data. For more information about the supported data types,
see
Common data types
in the Glue Developer Guide.
column_type :: Lens' Column Text Source #
The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.
ContainerDatasetAction
data ContainerDatasetAction Source #
Information required to run the containerAction
to produce dataset
contents.
See: newContainerDatasetAction
smart constructor.
ContainerDatasetAction' | |
|
Instances
newContainerDatasetAction Source #
Create a value of ContainerDatasetAction
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:variables:ContainerDatasetAction'
, containerDatasetAction_variables
- The values of variables used in the context of the execution of the
containerized application (basically, parameters passed to the
application). Each variable must have a name and a value given by one of
stringValue
, datasetContentVersionValue
, or outputFileUriValue
.
$sel:image:ContainerDatasetAction'
, containerDatasetAction_image
- The ARN of the Docker container stored in your account. The Docker
container contains an application and required support libraries and is
used to generate dataset contents.
$sel:executionRoleArn:ContainerDatasetAction'
, containerDatasetAction_executionRoleArn
- The ARN of the role that gives permission to the system to access
required resources to run the containerAction
. This includes, at
minimum, permission to retrieve the dataset contents that are the input
to the containerized application.
$sel:resourceConfiguration:ContainerDatasetAction'
, containerDatasetAction_resourceConfiguration
- Configuration of the resource that executes the containerAction
.
containerDatasetAction_variables :: Lens' ContainerDatasetAction (Maybe [Variable]) Source #
The values of variables used in the context of the execution of the
containerized application (basically, parameters passed to the
application). Each variable must have a name and a value given by one of
stringValue
, datasetContentVersionValue
, or outputFileUriValue
.
containerDatasetAction_image :: Lens' ContainerDatasetAction Text Source #
The ARN of the Docker container stored in your account. The Docker container contains an application and required support libraries and is used to generate dataset contents.
containerDatasetAction_executionRoleArn :: Lens' ContainerDatasetAction Text Source #
The ARN of the role that gives permission to the system to access
required resources to run the containerAction
. This includes, at
minimum, permission to retrieve the dataset contents that are the input
to the containerized application.
containerDatasetAction_resourceConfiguration :: Lens' ContainerDatasetAction ResourceConfiguration Source #
Configuration of the resource that executes the containerAction
.
CustomerManagedChannelS3Storage
data CustomerManagedChannelS3Storage Source #
Used to store channel data in an S3 bucket that you manage. If
customer-managed storage is selected, the retentionPeriod
parameter is
ignored. You can't change the choice of S3 storage after the data store
is created.
See: newCustomerManagedChannelS3Storage
smart constructor.
CustomerManagedChannelS3Storage' | |
|
Instances
newCustomerManagedChannelS3Storage Source #
Create a value of CustomerManagedChannelS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyPrefix:CustomerManagedChannelS3Storage'
, customerManagedChannelS3Storage_keyPrefix
- (Optional) The prefix used to create the keys of the channel data
objects. Each object in an S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
$sel:bucket:CustomerManagedChannelS3Storage'
, customerManagedChannelS3Storage_bucket
- The name of the S3 bucket in which channel data is stored.
$sel:roleArn:CustomerManagedChannelS3Storage'
, customerManagedChannelS3Storage_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedChannelS3Storage_keyPrefix :: Lens' CustomerManagedChannelS3Storage (Maybe Text) Source #
(Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
customerManagedChannelS3Storage_bucket :: Lens' CustomerManagedChannelS3Storage Text Source #
The name of the S3 bucket in which channel data is stored.
customerManagedChannelS3Storage_roleArn :: Lens' CustomerManagedChannelS3Storage Text Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
CustomerManagedChannelS3StorageSummary
data CustomerManagedChannelS3StorageSummary Source #
Used to store channel data in an S3 bucket that you manage.
See: newCustomerManagedChannelS3StorageSummary
smart constructor.
CustomerManagedChannelS3StorageSummary' | |
|
Instances
newCustomerManagedChannelS3StorageSummary :: CustomerManagedChannelS3StorageSummary Source #
Create a value of CustomerManagedChannelS3StorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucket:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_bucket
- The name of the S3 bucket in which channel data is stored.
$sel:keyPrefix:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_keyPrefix
- (Optional) The prefix used to create the keys of the channel data
objects. Each object in an S3 bucket has a key that is its unique
identifier within the bucket (each object in a bucket has exactly one
key). The prefix must end with a forward slash (/).
$sel:roleArn:CustomerManagedChannelS3StorageSummary'
, customerManagedChannelS3StorageSummary_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedChannelS3StorageSummary_bucket :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text) Source #
The name of the S3 bucket in which channel data is stored.
customerManagedChannelS3StorageSummary_keyPrefix :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text) Source #
(Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).
customerManagedChannelS3StorageSummary_roleArn :: Lens' CustomerManagedChannelS3StorageSummary (Maybe Text) Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
CustomerManagedDatastoreS3Storage
data CustomerManagedDatastoreS3Storage Source #
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
See: newCustomerManagedDatastoreS3Storage
smart constructor.
CustomerManagedDatastoreS3Storage' | |
|
Instances
newCustomerManagedDatastoreS3Storage Source #
Create a value of CustomerManagedDatastoreS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyPrefix:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
$sel:bucket:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:roleArn:CustomerManagedDatastoreS3Storage'
, customerManagedDatastoreS3Storage_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedDatastoreS3Storage_keyPrefix :: Lens' CustomerManagedDatastoreS3Storage (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
customerManagedDatastoreS3Storage_bucket :: Lens' CustomerManagedDatastoreS3Storage Text Source #
The name of the Amazon S3 bucket where your data is stored.
customerManagedDatastoreS3Storage_roleArn :: Lens' CustomerManagedDatastoreS3Storage Text Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
CustomerManagedDatastoreS3StorageSummary
data CustomerManagedDatastoreS3StorageSummary Source #
Contains information about the data store that you manage.
See: newCustomerManagedDatastoreS3StorageSummary
smart constructor.
CustomerManagedDatastoreS3StorageSummary' | |
|
Instances
newCustomerManagedDatastoreS3StorageSummary :: CustomerManagedDatastoreS3StorageSummary Source #
Create a value of CustomerManagedDatastoreS3StorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucket:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:keyPrefix:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
$sel:roleArn:CustomerManagedDatastoreS3StorageSummary'
, customerManagedDatastoreS3StorageSummary_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 resources.
customerManagedDatastoreS3StorageSummary_bucket :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The name of the Amazon S3 bucket where your data is stored.
customerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
customerManagedDatastoreS3StorageSummary_roleArn :: Lens' CustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
Dataset
Information about a dataset.
See: newDataset
smart constructor.
Dataset' | |
|
Instances
newDataset :: Dataset Source #
Create a value of Dataset
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:Dataset'
, dataset_creationTime
- When the dataset was created.
$sel:status:Dataset'
, dataset_status
- The status of the dataset.
$sel:versioningConfiguration:Dataset'
, dataset_versioningConfiguration
- Optional. How many versions of dataset contents are kept. If not
specified or set to null, only the latest version plus the latest
succeeded version (if they are different) are kept for the time period
specified by the retentionPeriod
parameter. For more information, see
Keeping Multiple Versions of IoT Analytics datasets
in the IoT Analytics User Guide.
$sel:arn:Dataset'
, dataset_arn
- The ARN of the dataset.
$sel:actions:Dataset'
, dataset_actions
- The DatasetAction
objects that automatically create the dataset
contents.
$sel:triggers:Dataset'
, dataset_triggers
- The DatasetTrigger
objects that specify when the dataset is
automatically updated.
$sel:retentionPeriod:Dataset'
, dataset_retentionPeriod
- Optional. How long, in days, message data is kept for the dataset.
$sel:lateDataRules:Dataset'
, dataset_lateDataRules
- A list of data rules that send notifications to CloudWatch, when data
arrives late. To specify lateDataRules
, the dataset must use a
DeltaTimer
filter.
$sel:name:Dataset'
, dataset_name
- The name of the dataset.
$sel:contentDeliveryRules:Dataset'
, dataset_contentDeliveryRules
- When dataset contents are created they are delivered to destinations
specified here.
$sel:lastUpdateTime:Dataset'
, dataset_lastUpdateTime
- The last time the dataset was updated.
dataset_status :: Lens' Dataset (Maybe DatasetStatus) Source #
The status of the dataset.
dataset_versioningConfiguration :: Lens' Dataset (Maybe VersioningConfiguration) Source #
Optional. How many versions of dataset contents are kept. If not
specified or set to null, only the latest version plus the latest
succeeded version (if they are different) are kept for the time period
specified by the retentionPeriod
parameter. For more information, see
Keeping Multiple Versions of IoT Analytics datasets
in the IoT Analytics User Guide.
dataset_actions :: Lens' Dataset (Maybe (NonEmpty DatasetAction)) Source #
The DatasetAction
objects that automatically create the dataset
contents.
dataset_triggers :: Lens' Dataset (Maybe [DatasetTrigger]) Source #
The DatasetTrigger
objects that specify when the dataset is
automatically updated.
dataset_retentionPeriod :: Lens' Dataset (Maybe RetentionPeriod) Source #
Optional. How long, in days, message data is kept for the dataset.
dataset_lateDataRules :: Lens' Dataset (Maybe (NonEmpty LateDataRule)) Source #
A list of data rules that send notifications to CloudWatch, when data
arrives late. To specify lateDataRules
, the dataset must use a
DeltaTimer
filter.
dataset_contentDeliveryRules :: Lens' Dataset (Maybe [DatasetContentDeliveryRule]) Source #
When dataset contents are created they are delivered to destinations specified here.
dataset_lastUpdateTime :: Lens' Dataset (Maybe UTCTime) Source #
The last time the dataset was updated.
DatasetAction
data DatasetAction Source #
A DatasetAction
object that specifies how dataset contents are
automatically created.
See: newDatasetAction
smart constructor.
DatasetAction' | |
|
Instances
newDatasetAction :: DatasetAction Source #
Create a value of DatasetAction
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:queryAction:DatasetAction'
, datasetAction_queryAction
- An SqlQueryDatasetAction
object that uses an SQL query to
automatically create dataset contents.
$sel:actionName:DatasetAction'
, datasetAction_actionName
- The name of the dataset action by which dataset contents are
automatically created.
$sel:containerAction:DatasetAction'
, datasetAction_containerAction
- Information that allows the system to run a containerized application to
create the dataset contents. The application must be in a Docker
container along with any required support libraries.
datasetAction_queryAction :: Lens' DatasetAction (Maybe SqlQueryDatasetAction) Source #
An SqlQueryDatasetAction
object that uses an SQL query to
automatically create dataset contents.
datasetAction_actionName :: Lens' DatasetAction (Maybe Text) Source #
The name of the dataset action by which dataset contents are automatically created.
datasetAction_containerAction :: Lens' DatasetAction (Maybe ContainerDatasetAction) Source #
Information that allows the system to run a containerized application to create the dataset contents. The application must be in a Docker container along with any required support libraries.
DatasetActionSummary
data DatasetActionSummary Source #
Information about the action that automatically creates the dataset's contents.
See: newDatasetActionSummary
smart constructor.
DatasetActionSummary' | |
|
Instances
newDatasetActionSummary :: DatasetActionSummary Source #
Create a value of DatasetActionSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:actionName:DatasetActionSummary'
, datasetActionSummary_actionName
- The name of the action that automatically creates the dataset's
contents.
$sel:actionType:DatasetActionSummary'
, datasetActionSummary_actionType
- The type of action by which the dataset's contents are automatically
created.
datasetActionSummary_actionName :: Lens' DatasetActionSummary (Maybe Text) Source #
The name of the action that automatically creates the dataset's contents.
datasetActionSummary_actionType :: Lens' DatasetActionSummary (Maybe DatasetActionType) Source #
The type of action by which the dataset's contents are automatically created.
DatasetContentDeliveryDestination
data DatasetContentDeliveryDestination Source #
The destination to which dataset contents are delivered.
See: newDatasetContentDeliveryDestination
smart constructor.
DatasetContentDeliveryDestination' | |
|
Instances
newDatasetContentDeliveryDestination :: DatasetContentDeliveryDestination Source #
Create a value of DatasetContentDeliveryDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3DestinationConfiguration:DatasetContentDeliveryDestination'
, datasetContentDeliveryDestination_s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.
$sel:iotEventsDestinationConfiguration:DatasetContentDeliveryDestination'
, datasetContentDeliveryDestination_iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to IoT
Events.
datasetContentDeliveryDestination_s3DestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe S3DestinationConfiguration) Source #
Configuration information for delivery of dataset contents to Amazon S3.
datasetContentDeliveryDestination_iotEventsDestinationConfiguration :: Lens' DatasetContentDeliveryDestination (Maybe IotEventsDestinationConfiguration) Source #
Configuration information for delivery of dataset contents to IoT Events.
DatasetContentDeliveryRule
data DatasetContentDeliveryRule Source #
When dataset contents are created, they are delivered to destination specified here.
See: newDatasetContentDeliveryRule
smart constructor.
DatasetContentDeliveryRule' | |
|
Instances
newDatasetContentDeliveryRule Source #
Create a value of DatasetContentDeliveryRule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entryName:DatasetContentDeliveryRule'
, datasetContentDeliveryRule_entryName
- The name of the dataset content delivery rules entry.
$sel:destination:DatasetContentDeliveryRule'
, datasetContentDeliveryRule_destination
- The destination to which dataset contents are delivered.
datasetContentDeliveryRule_entryName :: Lens' DatasetContentDeliveryRule (Maybe Text) Source #
The name of the dataset content delivery rules entry.
datasetContentDeliveryRule_destination :: Lens' DatasetContentDeliveryRule DatasetContentDeliveryDestination Source #
The destination to which dataset contents are delivered.
DatasetContentStatus
data DatasetContentStatus Source #
The state of the dataset contents and the reason they are in this state.
See: newDatasetContentStatus
smart constructor.
Instances
newDatasetContentStatus :: DatasetContentStatus Source #
Create a value of DatasetContentStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:DatasetContentStatus'
, datasetContentStatus_state
- The state of the dataset contents. Can be one of READY, CREATING,
SUCCEEDED, or FAILED.
$sel:reason:DatasetContentStatus'
, datasetContentStatus_reason
- The reason the dataset contents are in this state.
datasetContentStatus_state :: Lens' DatasetContentStatus (Maybe DatasetContentState) Source #
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
datasetContentStatus_reason :: Lens' DatasetContentStatus (Maybe Text) Source #
The reason the dataset contents are in this state.
DatasetContentSummary
data DatasetContentSummary Source #
Summary information about dataset contents.
See: newDatasetContentSummary
smart constructor.
DatasetContentSummary' | |
|
Instances
newDatasetContentSummary :: DatasetContentSummary Source #
Create a value of DatasetContentSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:DatasetContentSummary'
, datasetContentSummary_creationTime
- The actual time the creation of the dataset contents was started.
$sel:status:DatasetContentSummary'
, datasetContentSummary_status
- The status of the dataset contents.
$sel:scheduleTime:DatasetContentSummary'
, datasetContentSummary_scheduleTime
- The time the creation of the dataset contents was scheduled to start.
$sel:completionTime:DatasetContentSummary'
, datasetContentSummary_completionTime
- The time the dataset content status was updated to SUCCEEDED or FAILED.
$sel:version:DatasetContentSummary'
, datasetContentSummary_version
- The version of the dataset contents.
datasetContentSummary_creationTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #
The actual time the creation of the dataset contents was started.
datasetContentSummary_status :: Lens' DatasetContentSummary (Maybe DatasetContentStatus) Source #
The status of the dataset contents.
datasetContentSummary_scheduleTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #
The time the creation of the dataset contents was scheduled to start.
datasetContentSummary_completionTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #
The time the dataset content status was updated to SUCCEEDED or FAILED.
datasetContentSummary_version :: Lens' DatasetContentSummary (Maybe Text) Source #
The version of the dataset contents.
DatasetContentVersionValue
data DatasetContentVersionValue Source #
The dataset whose latest contents are used as input to the notebook or application.
See: newDatasetContentVersionValue
smart constructor.
DatasetContentVersionValue' | |
|
Instances
newDatasetContentVersionValue Source #
Create a value of DatasetContentVersionValue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:datasetName:DatasetContentVersionValue'
, datasetContentVersionValue_datasetName
- The name of the dataset whose latest contents are used as input to the
notebook or application.
datasetContentVersionValue_datasetName :: Lens' DatasetContentVersionValue Text Source #
The name of the dataset whose latest contents are used as input to the notebook or application.
DatasetEntry
data DatasetEntry Source #
The reference to a dataset entry.
See: newDatasetEntry
smart constructor.
Instances
newDatasetEntry :: DatasetEntry Source #
Create a value of DatasetEntry
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entryName:DatasetEntry'
, datasetEntry_entryName
- The name of the dataset item.
$sel:dataURI:DatasetEntry'
, datasetEntry_dataURI
- The presigned URI of the dataset item.
datasetEntry_entryName :: Lens' DatasetEntry (Maybe Text) Source #
The name of the dataset item.
datasetEntry_dataURI :: Lens' DatasetEntry (Maybe Text) Source #
The presigned URI of the dataset item.
DatasetSummary
data DatasetSummary Source #
A summary of information about a dataset.
See: newDatasetSummary
smart constructor.
DatasetSummary' | |
|
Instances
newDatasetSummary :: DatasetSummary Source #
Create a value of DatasetSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:DatasetSummary'
, datasetSummary_creationTime
- The time the dataset was created.
$sel:status:DatasetSummary'
, datasetSummary_status
- The status of the dataset.
$sel:actions:DatasetSummary'
, datasetSummary_actions
- A list of DataActionSummary
objects.
$sel:triggers:DatasetSummary'
, datasetSummary_triggers
- A list of triggers. A trigger causes dataset content to be populated at
a specified time interval or when another dataset is populated. The list
of triggers can be empty or contain up to five DataSetTrigger
objects
$sel:datasetName:DatasetSummary'
, datasetSummary_datasetName
- The name of the dataset.
$sel:lastUpdateTime:DatasetSummary'
, datasetSummary_lastUpdateTime
- The last time the dataset was updated.
datasetSummary_creationTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The time the dataset was created.
datasetSummary_status :: Lens' DatasetSummary (Maybe DatasetStatus) Source #
The status of the dataset.
datasetSummary_actions :: Lens' DatasetSummary (Maybe (NonEmpty DatasetActionSummary)) Source #
A list of DataActionSummary
objects.
datasetSummary_triggers :: Lens' DatasetSummary (Maybe [DatasetTrigger]) Source #
A list of triggers. A trigger causes dataset content to be populated at
a specified time interval or when another dataset is populated. The list
of triggers can be empty or contain up to five DataSetTrigger
objects
datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.
datasetSummary_lastUpdateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The last time the dataset was updated.
DatasetTrigger
data DatasetTrigger Source #
The DatasetTrigger
that specifies when the dataset is automatically
updated.
See: newDatasetTrigger
smart constructor.
Instances
newDatasetTrigger :: DatasetTrigger Source #
Create a value of DatasetTrigger
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataset:DatasetTrigger'
, datasetTrigger_dataset
- The dataset whose content creation triggers the creation of this
dataset's contents.
$sel:schedule:DatasetTrigger'
, datasetTrigger_schedule
- The Schedule when the trigger is initiated.
datasetTrigger_dataset :: Lens' DatasetTrigger (Maybe TriggeringDataset) Source #
The dataset whose content creation triggers the creation of this dataset's contents.
datasetTrigger_schedule :: Lens' DatasetTrigger (Maybe Schedule) Source #
The Schedule when the trigger is initiated.
Datastore
Information about a data store.
See: newDatastore
smart constructor.
Datastore' | |
|
Instances
newDatastore :: Datastore Source #
Create a value of Datastore
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:Datastore'
, datastore_creationTime
- When the data store was created.
$sel:status:Datastore'
, datastore_status
- The status of a data store:
- CREATING
- The data store is being created.
- ACTIVE
- The data store has been created and can be used.
- DELETING
- The data store is being deleted.
$sel:lastMessageArrivalTime:Datastore'
, datastore_lastMessageArrivalTime
- The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:arn:Datastore'
, datastore_arn
- The ARN of the data store.
$sel:fileFormatConfiguration:Datastore'
, datastore_fileFormatConfiguration
- Contains the configuration information of file formats. IoT Analytics
data stores support JSON and Parquet.
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
$sel:datastorePartitions:Datastore'
, datastore_datastorePartitions
- Contains information about the partition dimensions in a data store.
$sel:storage:Datastore'
, datastore_storage
- Where data in a data store is stored.. You can choose serviceManagedS3
storage, customerManagedS3
storage, or iotSiteWiseMultiLayerStorage
storage. The default is serviceManagedS3
. You can't change the choice
of Amazon S3 storage after your data store is created.
$sel:retentionPeriod:Datastore'
, datastore_retentionPeriod
- How long, in days, message data is kept for the data store. When
customerManagedS3
storage is selected, this parameter is ignored.
$sel:name:Datastore'
, datastore_name
- The name of the data store.
$sel:lastUpdateTime:Datastore'
, datastore_lastUpdateTime
- The last time the data store was updated.
datastore_status :: Lens' Datastore (Maybe DatastoreStatus) Source #
The status of a data store:
- CREATING
- The data store is being created.
- ACTIVE
- The data store has been created and can be used.
- DELETING
- The data store is being deleted.
datastore_lastMessageArrivalTime :: Lens' Datastore (Maybe UTCTime) Source #
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
datastore_fileFormatConfiguration :: Lens' Datastore (Maybe FileFormatConfiguration) Source #
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
datastore_datastorePartitions :: Lens' Datastore (Maybe DatastorePartitions) Source #
Contains information about the partition dimensions in a data store.
datastore_storage :: Lens' Datastore (Maybe DatastoreStorage) Source #
Where data in a data store is stored.. You can choose serviceManagedS3
storage, customerManagedS3
storage, or iotSiteWiseMultiLayerStorage
storage. The default is serviceManagedS3
. You can't change the choice
of Amazon S3 storage after your data store is created.
datastore_retentionPeriod :: Lens' Datastore (Maybe RetentionPeriod) Source #
How long, in days, message data is kept for the data store. When
customerManagedS3
storage is selected, this parameter is ignored.
datastore_lastUpdateTime :: Lens' Datastore (Maybe UTCTime) Source #
The last time the data store was updated.
DatastoreActivity
data DatastoreActivity Source #
The datastore activity that specifies where to store the processed data.
See: newDatastoreActivity
smart constructor.
DatastoreActivity' | |
|
Instances
Create a value of DatastoreActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:DatastoreActivity'
, datastoreActivity_name
- The name of the datastore activity.
$sel:datastoreName:DatastoreActivity'
, datastoreActivity_datastoreName
- The name of the data store where processed messages are stored.
datastoreActivity_name :: Lens' DatastoreActivity Text Source #
The name of the datastore activity.
datastoreActivity_datastoreName :: Lens' DatastoreActivity Text Source #
The name of the data store where processed messages are stored.
DatastoreIotSiteWiseMultiLayerStorage
data DatastoreIotSiteWiseMultiLayerStorage Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
See: newDatastoreIotSiteWiseMultiLayerStorage
smart constructor.
DatastoreIotSiteWiseMultiLayerStorage' | |
|
Instances
newDatastoreIotSiteWiseMultiLayerStorage Source #
:: IotSiteWiseCustomerManagedDatastoreS3Storage |
|
-> DatastoreIotSiteWiseMultiLayerStorage |
Create a value of DatastoreIotSiteWiseMultiLayerStorage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customerManagedS3Storage:DatastoreIotSiteWiseMultiLayerStorage'
, datastoreIotSiteWiseMultiLayerStorage_customerManagedS3Storage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage.
datastoreIotSiteWiseMultiLayerStorage_customerManagedS3Storage :: Lens' DatastoreIotSiteWiseMultiLayerStorage IotSiteWiseCustomerManagedDatastoreS3Storage Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
DatastoreIotSiteWiseMultiLayerStorageSummary
data DatastoreIotSiteWiseMultiLayerStorageSummary Source #
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
See: newDatastoreIotSiteWiseMultiLayerStorageSummary
smart constructor.
DatastoreIotSiteWiseMultiLayerStorageSummary' | |
|
Instances
newDatastoreIotSiteWiseMultiLayerStorageSummary :: DatastoreIotSiteWiseMultiLayerStorageSummary Source #
Create a value of DatastoreIotSiteWiseMultiLayerStorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customerManagedS3Storage:DatastoreIotSiteWiseMultiLayerStorageSummary'
, datastoreIotSiteWiseMultiLayerStorageSummary_customerManagedS3Storage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage.
datastoreIotSiteWiseMultiLayerStorageSummary_customerManagedS3Storage :: Lens' DatastoreIotSiteWiseMultiLayerStorageSummary (Maybe IotSiteWiseCustomerManagedDatastoreS3StorageSummary) Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
DatastorePartition
data DatastorePartition Source #
A single dimension to partition a data store. The dimension must be an
AttributePartition
or a TimestampPartition
.
See: newDatastorePartition
smart constructor.
DatastorePartition' | |
|
Instances
newDatastorePartition :: DatastorePartition Source #
Create a value of DatastorePartition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attributePartition:DatastorePartition'
, datastorePartition_attributePartition
- A partition dimension defined by an attributeName
.
$sel:timestampPartition:DatastorePartition'
, datastorePartition_timestampPartition
- A partition dimension defined by a timestamp attribute.
datastorePartition_attributePartition :: Lens' DatastorePartition (Maybe Partition) Source #
A partition dimension defined by an attributeName
.
datastorePartition_timestampPartition :: Lens' DatastorePartition (Maybe TimestampPartition) Source #
A partition dimension defined by a timestamp attribute.
DatastorePartitions
data DatastorePartitions Source #
Contains information about the partition dimensions in a data store.
See: newDatastorePartitions
smart constructor.
DatastorePartitions' | |
|
Instances
newDatastorePartitions :: DatastorePartitions Source #
Create a value of DatastorePartitions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:partitions:DatastorePartitions'
, datastorePartitions_partitions
- A list of partition dimensions in a data store.
datastorePartitions_partitions :: Lens' DatastorePartitions (Maybe [DatastorePartition]) Source #
A list of partition dimensions in a data store.
DatastoreStatistics
data DatastoreStatistics Source #
Statistical information about the data store.
See: newDatastoreStatistics
smart constructor.
DatastoreStatistics' | |
|
Instances
newDatastoreStatistics :: DatastoreStatistics Source #
Create a value of DatastoreStatistics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:size:DatastoreStatistics'
, datastoreStatistics_size
- The estimated size of the data store.
datastoreStatistics_size :: Lens' DatastoreStatistics (Maybe EstimatedResourceSize) Source #
The estimated size of the data store.
DatastoreStorage
data DatastoreStorage Source #
Where data in a data store is stored.. You can choose serviceManagedS3
storage, customerManagedS3
storage, or iotSiteWiseMultiLayerStorage
storage. The default is serviceManagedS3
. You can't change the choice
of Amazon S3 storage after your data store is created.
See: newDatastoreStorage
smart constructor.
DatastoreStorage' | |
|
Instances
newDatastoreStorage :: DatastoreStorage Source #
Create a value of DatastoreStorage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceManagedS3:DatastoreStorage'
, datastoreStorage_serviceManagedS3
- Used to store data in an Amazon S3 bucket managed by IoT Analytics. You
can't change the choice of Amazon S3 storage after your data store is
created.
$sel:customerManagedS3:DatastoreStorage'
, datastoreStorage_customerManagedS3
- S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
$sel:iotSiteWiseMultiLayerStorage:DatastoreStorage'
, datastoreStorage_iotSiteWiseMultiLayerStorage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage. You can't change the choice of Amazon S3 storage after your
data store is created.
datastoreStorage_serviceManagedS3 :: Lens' DatastoreStorage (Maybe ServiceManagedDatastoreS3Storage) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.
datastoreStorage_customerManagedS3 :: Lens' DatastoreStorage (Maybe CustomerManagedDatastoreS3Storage) Source #
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod
parameter is ignored. You can't change the choice of
Amazon S3 storage after your data store is created.
datastoreStorage_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorage (Maybe DatastoreIotSiteWiseMultiLayerStorage) Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
DatastoreStorageSummary
data DatastoreStorageSummary Source #
Contains information about your data store.
See: newDatastoreStorageSummary
smart constructor.
DatastoreStorageSummary' | |
|
Instances
newDatastoreStorageSummary :: DatastoreStorageSummary Source #
Create a value of DatastoreStorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceManagedS3:DatastoreStorageSummary'
, datastoreStorageSummary_serviceManagedS3
- Used to store data in an Amazon S3 bucket managed by IoT Analytics.
$sel:customerManagedS3:DatastoreStorageSummary'
, datastoreStorageSummary_customerManagedS3
- Used to store data in an Amazon S3 bucket managed by IoT Analytics.
$sel:iotSiteWiseMultiLayerStorage:DatastoreStorageSummary'
, datastoreStorageSummary_iotSiteWiseMultiLayerStorage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you
manage.
datastoreStorageSummary_serviceManagedS3 :: Lens' DatastoreStorageSummary (Maybe ServiceManagedDatastoreS3StorageSummary) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
datastoreStorageSummary_customerManagedS3 :: Lens' DatastoreStorageSummary (Maybe CustomerManagedDatastoreS3StorageSummary) Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
datastoreStorageSummary_iotSiteWiseMultiLayerStorage :: Lens' DatastoreStorageSummary (Maybe DatastoreIotSiteWiseMultiLayerStorageSummary) Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
DatastoreSummary
data DatastoreSummary Source #
A summary of information about a data store.
See: newDatastoreSummary
smart constructor.
DatastoreSummary' | |
|
Instances
newDatastoreSummary :: DatastoreSummary Source #
Create a value of DatastoreSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:DatastoreSummary'
, datastoreSummary_creationTime
- When the data store was created.
$sel:status:DatastoreSummary'
, datastoreSummary_status
- The status of the data store.
$sel:lastMessageArrivalTime:DatastoreSummary'
, datastoreSummary_lastMessageArrivalTime
- The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
$sel:datastoreName:DatastoreSummary'
, datastoreSummary_datastoreName
- The name of the data store.
$sel:datastorePartitions:DatastoreSummary'
, datastoreSummary_datastorePartitions
- Contains information about the partition dimensions in a data store.
$sel:fileFormatType:DatastoreSummary'
, datastoreSummary_fileFormatType
- The file format of the data in the data store.
$sel:lastUpdateTime:DatastoreSummary'
, datastoreSummary_lastUpdateTime
- The last time the data store was updated.
$sel:datastoreStorage:DatastoreSummary'
, datastoreSummary_datastoreStorage
- Where data in a data store is stored.
datastoreSummary_creationTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
When the data store was created.
datastoreSummary_status :: Lens' DatastoreSummary (Maybe DatastoreStatus) Source #
The status of the data store.
datastoreSummary_lastMessageArrivalTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon
Simple Storage Service one data store. Hence, the
lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
datastoreSummary_datastoreName :: Lens' DatastoreSummary (Maybe Text) Source #
The name of the data store.
datastoreSummary_datastorePartitions :: Lens' DatastoreSummary (Maybe DatastorePartitions) Source #
Contains information about the partition dimensions in a data store.
datastoreSummary_fileFormatType :: Lens' DatastoreSummary (Maybe FileFormatType) Source #
The file format of the data in the data store.
datastoreSummary_lastUpdateTime :: Lens' DatastoreSummary (Maybe UTCTime) Source #
The last time the data store was updated.
datastoreSummary_datastoreStorage :: Lens' DatastoreSummary (Maybe DatastoreStorageSummary) Source #
Where data in a data store is stored.
DeltaTime
Used to limit data to that which has arrived since the last execution of the action.
See: newDeltaTime
smart constructor.
DeltaTime' | |
|
Instances
Eq DeltaTime Source # | |
Read DeltaTime Source # | |
Show DeltaTime Source # | |
Generic DeltaTime Source # | |
NFData DeltaTime Source # | |
Defined in Amazonka.IoTAnalytics.Types.DeltaTime | |
Hashable DeltaTime Source # | |
Defined in Amazonka.IoTAnalytics.Types.DeltaTime | |
ToJSON DeltaTime Source # | |
Defined in Amazonka.IoTAnalytics.Types.DeltaTime | |
FromJSON DeltaTime Source # | |
type Rep DeltaTime Source # | |
Defined in Amazonka.IoTAnalytics.Types.DeltaTime type Rep DeltaTime = D1 ('MetaData "DeltaTime" "Amazonka.IoTAnalytics.Types.DeltaTime" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DeltaTime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "offsetSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "timeExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of DeltaTime
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:offsetSeconds:DeltaTime'
, deltaTime_offsetSeconds
- The number of seconds of estimated in-flight lag time of message data.
When you create dataset contents using message data from a specified
timeframe, some message data might still be in flight when processing
begins, and so do not arrive in time to be processed. Use this field to
make allowances for the in flight time of your message data, so that
data not processed from a previous timeframe is included with the next
timeframe. Otherwise, missed message data would be excluded from
processing during the next timeframe too, because its timestamp places
it within the previous timeframe.
$sel:timeExpression:DeltaTime'
, deltaTime_timeExpression
- An expression by which the time of the message data might be determined.
This can be the name of a timestamp field or a SQL expression that is
used to derive the time the message data was generated.
deltaTime_offsetSeconds :: Lens' DeltaTime Int Source #
The number of seconds of estimated in-flight lag time of message data. When you create dataset contents using message data from a specified timeframe, some message data might still be in flight when processing begins, and so do not arrive in time to be processed. Use this field to make allowances for the in flight time of your message data, so that data not processed from a previous timeframe is included with the next timeframe. Otherwise, missed message data would be excluded from processing during the next timeframe too, because its timestamp places it within the previous timeframe.
deltaTime_timeExpression :: Lens' DeltaTime Text Source #
An expression by which the time of the message data might be determined. This can be the name of a timestamp field or a SQL expression that is used to derive the time the message data was generated.
DeltaTimeSessionWindowConfiguration
data DeltaTimeSessionWindowConfiguration Source #
A structure that contains the configuration information of a delta time session window.
DeltaTime
specifies a time interval. You can use DeltaTime
to create dataset
contents with data that has arrived in the data store since the last
execution. For an example of DeltaTime
, see
Creating a SQL dataset with a delta window (CLI)
in the IoT Analytics User Guide.
See: newDeltaTimeSessionWindowConfiguration
smart constructor.
DeltaTimeSessionWindowConfiguration' | |
|
Instances
Eq DeltaTimeSessionWindowConfiguration Source # | |
Read DeltaTimeSessionWindowConfiguration Source # | |
Show DeltaTimeSessionWindowConfiguration Source # | |
Generic DeltaTimeSessionWindowConfiguration Source # | |
NFData DeltaTimeSessionWindowConfiguration Source # | |
Hashable DeltaTimeSessionWindowConfiguration Source # | |
ToJSON DeltaTimeSessionWindowConfiguration Source # | |
FromJSON DeltaTimeSessionWindowConfiguration Source # | |
type Rep DeltaTimeSessionWindowConfiguration Source # | |
Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration type Rep DeltaTimeSessionWindowConfiguration = D1 ('MetaData "DeltaTimeSessionWindowConfiguration" "Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DeltaTimeSessionWindowConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))) |
newDeltaTimeSessionWindowConfiguration Source #
Create a value of DeltaTimeSessionWindowConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timeoutInMinutes:DeltaTimeSessionWindowConfiguration'
, deltaTimeSessionWindowConfiguration_timeoutInMinutes
- A time interval. You can use timeoutInMinutes
so that IoT Analytics
can batch up late data notifications that have been generated since the
last execution. IoT Analytics sends one batch of notifications to Amazon
CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators, in the Presto 0.172 Documentation.
deltaTimeSessionWindowConfiguration_timeoutInMinutes :: Lens' DeltaTimeSessionWindowConfiguration Natural Source #
A time interval. You can use timeoutInMinutes
so that IoT Analytics
can batch up late data notifications that have been generated since the
last execution. IoT Analytics sends one batch of notifications to Amazon
CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators, in the Presto 0.172 Documentation.
DeviceRegistryEnrichActivity
data DeviceRegistryEnrichActivity Source #
An activity that adds data from the IoT device registry to your message.
See: newDeviceRegistryEnrichActivity
smart constructor.
DeviceRegistryEnrichActivity' | |
|
Instances
newDeviceRegistryEnrichActivity Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> DeviceRegistryEnrichActivity |
Create a value of DeviceRegistryEnrichActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:DeviceRegistryEnrichActivity'
, deviceRegistryEnrichActivity_next
- The next activity in the pipeline.
$sel:name:DeviceRegistryEnrichActivity'
, deviceRegistryEnrichActivity_name
- The name of the deviceRegistryEnrich
activity.
$sel:attribute:DeviceRegistryEnrichActivity'
, deviceRegistryEnrichActivity_attribute
- The name of the attribute that is added to the message.
$sel:thingName:DeviceRegistryEnrichActivity'
, deviceRegistryEnrichActivity_thingName
- The name of the IoT device whose registry information is added to the
message.
$sel:roleArn:DeviceRegistryEnrichActivity'
, deviceRegistryEnrichActivity_roleArn
- The ARN of the role that allows access to the device's registry
information.
deviceRegistryEnrichActivity_next :: Lens' DeviceRegistryEnrichActivity (Maybe Text) Source #
The next activity in the pipeline.
deviceRegistryEnrichActivity_name :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the deviceRegistryEnrich
activity.
deviceRegistryEnrichActivity_attribute :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the attribute that is added to the message.
deviceRegistryEnrichActivity_thingName :: Lens' DeviceRegistryEnrichActivity Text Source #
The name of the IoT device whose registry information is added to the message.
deviceRegistryEnrichActivity_roleArn :: Lens' DeviceRegistryEnrichActivity Text Source #
The ARN of the role that allows access to the device's registry information.
DeviceShadowEnrichActivity
data DeviceShadowEnrichActivity Source #
An activity that adds information from the IoT Device Shadow service to a message.
See: newDeviceShadowEnrichActivity
smart constructor.
DeviceShadowEnrichActivity' | |
|
Instances
newDeviceShadowEnrichActivity Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> DeviceShadowEnrichActivity |
Create a value of DeviceShadowEnrichActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:DeviceShadowEnrichActivity'
, deviceShadowEnrichActivity_next
- The next activity in the pipeline.
$sel:name:DeviceShadowEnrichActivity'
, deviceShadowEnrichActivity_name
- The name of the deviceShadowEnrich
activity.
$sel:attribute:DeviceShadowEnrichActivity'
, deviceShadowEnrichActivity_attribute
- The name of the attribute that is added to the message.
$sel:thingName:DeviceShadowEnrichActivity'
, deviceShadowEnrichActivity_thingName
- The name of the IoT device whose shadow information is added to the
message.
$sel:roleArn:DeviceShadowEnrichActivity'
, deviceShadowEnrichActivity_roleArn
- The ARN of the role that allows access to the device's shadow.
deviceShadowEnrichActivity_next :: Lens' DeviceShadowEnrichActivity (Maybe Text) Source #
The next activity in the pipeline.
deviceShadowEnrichActivity_name :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the deviceShadowEnrich
activity.
deviceShadowEnrichActivity_attribute :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the attribute that is added to the message.
deviceShadowEnrichActivity_thingName :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the IoT device whose shadow information is added to the message.
deviceShadowEnrichActivity_roleArn :: Lens' DeviceShadowEnrichActivity Text Source #
The ARN of the role that allows access to the device's shadow.
EstimatedResourceSize
data EstimatedResourceSize Source #
The estimated size of the resource.
See: newEstimatedResourceSize
smart constructor.
EstimatedResourceSize' | |
|
Instances
newEstimatedResourceSize :: EstimatedResourceSize Source #
Create a value of EstimatedResourceSize
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:estimatedOn:EstimatedResourceSize'
, estimatedResourceSize_estimatedOn
- The time when the estimate of the size of the resource was made.
$sel:estimatedSizeInBytes:EstimatedResourceSize'
, estimatedResourceSize_estimatedSizeInBytes
- The estimated size of the resource, in bytes.
estimatedResourceSize_estimatedOn :: Lens' EstimatedResourceSize (Maybe UTCTime) Source #
The time when the estimate of the size of the resource was made.
estimatedResourceSize_estimatedSizeInBytes :: Lens' EstimatedResourceSize (Maybe Double) Source #
The estimated size of the resource, in bytes.
FileFormatConfiguration
data FileFormatConfiguration Source #
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
See: newFileFormatConfiguration
smart constructor.
FileFormatConfiguration' | |
|
Instances
newFileFormatConfiguration :: FileFormatConfiguration Source #
Create a value of FileFormatConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jsonConfiguration:FileFormatConfiguration'
, fileFormatConfiguration_jsonConfiguration
- Contains the configuration information of the JSON format.
$sel:parquetConfiguration:FileFormatConfiguration'
, fileFormatConfiguration_parquetConfiguration
- Contains the configuration information of the Parquet format.
fileFormatConfiguration_jsonConfiguration :: Lens' FileFormatConfiguration (Maybe JsonConfiguration) Source #
Contains the configuration information of the JSON format.
fileFormatConfiguration_parquetConfiguration :: Lens' FileFormatConfiguration (Maybe ParquetConfiguration) Source #
Contains the configuration information of the Parquet format.
FilterActivity
data FilterActivity Source #
An activity that filters a message based on its attributes.
See: newFilterActivity
smart constructor.
Instances
Create a value of FilterActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:FilterActivity'
, filterActivity_next
- The next activity in the pipeline.
$sel:name:FilterActivity'
, filterActivity_name
- The name of the filter activity.
$sel:filter':FilterActivity'
, filterActivity_filter
- An expression that looks like a SQL WHERE clause that must return a
Boolean value. Messages that satisfy the condition are passed to the
next activity.
filterActivity_next :: Lens' FilterActivity (Maybe Text) Source #
The next activity in the pipeline.
filterActivity_name :: Lens' FilterActivity Text Source #
The name of the filter activity.
filterActivity_filter :: Lens' FilterActivity Text Source #
An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
GlueConfiguration
data GlueConfiguration Source #
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
See: newGlueConfiguration
smart constructor.
GlueConfiguration' | |
|
Instances
:: Text | |
-> Text | |
-> GlueConfiguration |
Create a value of GlueConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tableName:GlueConfiguration'
, glueConfiguration_tableName
- The name of the table in your Glue Data Catalog that is used to perform
the ETL operations. An Glue Data Catalog table contains partitioned data
and descriptions of data sources and targets.
$sel:databaseName:GlueConfiguration'
, glueConfiguration_databaseName
- The name of the database in your Glue Data Catalog in which the table is
located. An Glue Data Catalog database contains metadata tables.
glueConfiguration_tableName :: Lens' GlueConfiguration Text Source #
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
glueConfiguration_databaseName :: Lens' GlueConfiguration Text Source #
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
IotEventsDestinationConfiguration
data IotEventsDestinationConfiguration Source #
Configuration information for delivery of dataset contents to IoT Events.
See: newIotEventsDestinationConfiguration
smart constructor.
Instances
newIotEventsDestinationConfiguration Source #
Create a value of IotEventsDestinationConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputName:IotEventsDestinationConfiguration'
, iotEventsDestinationConfiguration_inputName
- The name of the IoT Events input to which dataset contents are
delivered.
$sel:roleArn:IotEventsDestinationConfiguration'
, iotEventsDestinationConfiguration_roleArn
- The ARN of the role that grants IoT Analytics permission to deliver
dataset contents to an IoT Events input.
iotEventsDestinationConfiguration_inputName :: Lens' IotEventsDestinationConfiguration Text Source #
The name of the IoT Events input to which dataset contents are delivered.
iotEventsDestinationConfiguration_roleArn :: Lens' IotEventsDestinationConfiguration Text Source #
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
IotSiteWiseCustomerManagedDatastoreS3Storage
data IotSiteWiseCustomerManagedDatastoreS3Storage Source #
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
See: newIotSiteWiseCustomerManagedDatastoreS3Storage
smart constructor.
IotSiteWiseCustomerManagedDatastoreS3Storage' | |
|
Instances
newIotSiteWiseCustomerManagedDatastoreS3Storage Source #
Create a value of IotSiteWiseCustomerManagedDatastoreS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyPrefix:IotSiteWiseCustomerManagedDatastoreS3Storage'
, iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
$sel:bucket:IotSiteWiseCustomerManagedDatastoreS3Storage'
, iotSiteWiseCustomerManagedDatastoreS3Storage_bucket
- The name of the Amazon S3 bucket where your data is stored.
iotSiteWiseCustomerManagedDatastoreS3Storage_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
iotSiteWiseCustomerManagedDatastoreS3Storage_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3Storage Text Source #
The name of the Amazon S3 bucket where your data is stored.
IotSiteWiseCustomerManagedDatastoreS3StorageSummary
data IotSiteWiseCustomerManagedDatastoreS3StorageSummary Source #
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
See: newIotSiteWiseCustomerManagedDatastoreS3StorageSummary
smart constructor.
IotSiteWiseCustomerManagedDatastoreS3StorageSummary' | |
|
Instances
newIotSiteWiseCustomerManagedDatastoreS3StorageSummary :: IotSiteWiseCustomerManagedDatastoreS3StorageSummary Source #
Create a value of IotSiteWiseCustomerManagedDatastoreS3StorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucket:IotSiteWiseCustomerManagedDatastoreS3StorageSummary'
, iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket
- The name of the Amazon S3 bucket where your data is stored.
$sel:keyPrefix:IotSiteWiseCustomerManagedDatastoreS3StorageSummary'
, iotSiteWiseCustomerManagedDatastoreS3StorageSummary_keyPrefix
- (Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its unique
identifier in the bucket. Each object in a bucket has exactly one key.
The prefix must end with a forward slash (/).
iotSiteWiseCustomerManagedDatastoreS3StorageSummary_bucket :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
The name of the Amazon S3 bucket where your data is stored.
iotSiteWiseCustomerManagedDatastoreS3StorageSummary_keyPrefix :: Lens' IotSiteWiseCustomerManagedDatastoreS3StorageSummary (Maybe Text) Source #
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
JsonConfiguration
data JsonConfiguration Source #
Contains the configuration information of the JSON format.
See: newJsonConfiguration
smart constructor.
Instances
newJsonConfiguration :: JsonConfiguration Source #
Create a value of JsonConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
LambdaActivity
data LambdaActivity Source #
An activity that runs a Lambda function to modify the message.
See: newLambdaActivity
smart constructor.
LambdaActivity' | |
|
Instances
:: Text | |
-> Text | |
-> Natural | |
-> LambdaActivity |
Create a value of LambdaActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:LambdaActivity'
, lambdaActivity_next
- The next activity in the pipeline.
$sel:name:LambdaActivity'
, lambdaActivity_name
- The name of the lambda activity.
$sel:lambdaName:LambdaActivity'
, lambdaActivity_lambdaName
- The name of the Lambda function that is run on the message.
$sel:batchSize:LambdaActivity'
, lambdaActivity_batchSize
- The number of messages passed to the Lambda function for processing.
The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
lambdaActivity_next :: Lens' LambdaActivity (Maybe Text) Source #
The next activity in the pipeline.
lambdaActivity_name :: Lens' LambdaActivity Text Source #
The name of the lambda activity.
lambdaActivity_lambdaName :: Lens' LambdaActivity Text Source #
The name of the Lambda function that is run on the message.
lambdaActivity_batchSize :: Lens' LambdaActivity Natural Source #
The number of messages passed to the Lambda function for processing.
The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
LateDataRule
data LateDataRule Source #
A structure that contains the name and configuration information of a late data rule.
See: newLateDataRule
smart constructor.
LateDataRule' | |
|
Instances
Create a value of LateDataRule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ruleName:LateDataRule'
, lateDataRule_ruleName
- The name of the late data rule.
$sel:ruleConfiguration:LateDataRule'
, lateDataRule_ruleConfiguration
- The information needed to configure the late data rule.
lateDataRule_ruleName :: Lens' LateDataRule (Maybe Text) Source #
The name of the late data rule.
lateDataRule_ruleConfiguration :: Lens' LateDataRule LateDataRuleConfiguration Source #
The information needed to configure the late data rule.
LateDataRuleConfiguration
data LateDataRuleConfiguration Source #
The information needed to configure a delta time session window.
See: newLateDataRuleConfiguration
smart constructor.
LateDataRuleConfiguration' | |
|
Instances
newLateDataRuleConfiguration :: LateDataRuleConfiguration Source #
Create a value of LateDataRuleConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deltaTimeSessionWindowConfiguration:LateDataRuleConfiguration'
, lateDataRuleConfiguration_deltaTimeSessionWindowConfiguration
- The information needed to configure a delta time session window.
lateDataRuleConfiguration_deltaTimeSessionWindowConfiguration :: Lens' LateDataRuleConfiguration (Maybe DeltaTimeSessionWindowConfiguration) Source #
The information needed to configure a delta time session window.
LoggingOptions
data LoggingOptions Source #
Information about logging options.
See: newLoggingOptions
smart constructor.
Instances
:: Text | |
-> LoggingLevel | |
-> Bool | |
-> LoggingOptions |
Create a value of LoggingOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:roleArn:LoggingOptions'
, loggingOptions_roleArn
- The ARN of the role that grants permission to IoT Analytics to perform
logging.
$sel:level:LoggingOptions'
, loggingOptions_level
- The logging level. Currently, only ERROR is supported.
$sel:enabled:LoggingOptions'
, loggingOptions_enabled
- If true, logging is enabled for IoT Analytics.
loggingOptions_roleArn :: Lens' LoggingOptions Text Source #
The ARN of the role that grants permission to IoT Analytics to perform logging.
loggingOptions_level :: Lens' LoggingOptions LoggingLevel Source #
The logging level. Currently, only ERROR is supported.
loggingOptions_enabled :: Lens' LoggingOptions Bool Source #
If true, logging is enabled for IoT Analytics.
MathActivity
data MathActivity Source #
An activity that computes an arithmetic expression using the message's attributes.
See: newMathActivity
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> MathActivity |
Create a value of MathActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:MathActivity'
, mathActivity_next
- The next activity in the pipeline.
$sel:name:MathActivity'
, mathActivity_name
- The name of the math activity.
$sel:attribute:MathActivity'
, mathActivity_attribute
- The name of the attribute that contains the result of the math
operation.
$sel:math:MathActivity'
, mathActivity_math
- An expression that uses one or more existing attributes and must return
an integer value.
mathActivity_next :: Lens' MathActivity (Maybe Text) Source #
The next activity in the pipeline.
mathActivity_name :: Lens' MathActivity Text Source #
The name of the math activity.
mathActivity_attribute :: Lens' MathActivity Text Source #
The name of the attribute that contains the result of the math operation.
mathActivity_math :: Lens' MathActivity Text Source #
An expression that uses one or more existing attributes and must return an integer value.
Message
Information about a message.
See: newMessage
smart constructor.
Message' | |
|
Instances
Eq Message Source # | |
Read Message Source # | |
Show Message Source # | |
Generic Message Source # | |
NFData Message Source # | |
Defined in Amazonka.IoTAnalytics.Types.Message | |
Hashable Message Source # | |
Defined in Amazonka.IoTAnalytics.Types.Message | |
ToJSON Message Source # | |
Defined in Amazonka.IoTAnalytics.Types.Message | |
type Rep Message Source # | |
Defined in Amazonka.IoTAnalytics.Types.Message type Rep Message = D1 ('MetaData "Message" "Amazonka.IoTAnalytics.Types.Message" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Message'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64))) |
Create a value of Message
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:messageId:Message'
, message_messageId
- The ID you want to assign to the message. Each messageId
must be
unique within each batch sent.
$sel:payload:Message'
, message_payload
- The payload of the message. This can be a JSON string or a
base64-encoded string representing binary data, in which case you must
decode it by means of a pipeline activity.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
message_messageId :: Lens' Message Text Source #
The ID you want to assign to the message. Each messageId
must be
unique within each batch sent.
message_payload :: Lens' Message ByteString Source #
The payload of the message. This can be a JSON string or a
base64-encoded string representing binary data, in which case you must
decode it by means of a pipeline activity.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
OutputFileUriValue
data OutputFileUriValue Source #
The value of the variable as a structure that specifies an output file URI.
See: newOutputFileUriValue
smart constructor.
Instances
newOutputFileUriValue Source #
Create a value of OutputFileUriValue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fileName:OutputFileUriValue'
, outputFileUriValue_fileName
- The URI of the location where dataset contents are stored, usually the
URI of a file in an S3 bucket.
outputFileUriValue_fileName :: Lens' OutputFileUriValue Text Source #
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
ParquetConfiguration
data ParquetConfiguration Source #
Contains the configuration information of the Parquet format.
See: newParquetConfiguration
smart constructor.
ParquetConfiguration' | |
|
Instances
newParquetConfiguration :: ParquetConfiguration Source #
Create a value of ParquetConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:schemaDefinition:ParquetConfiguration'
, parquetConfiguration_schemaDefinition
- Information needed to define a schema.
parquetConfiguration_schemaDefinition :: Lens' ParquetConfiguration (Maybe SchemaDefinition) Source #
Information needed to define a schema.
Partition
A partition dimension defined by an attribute.
See: newPartition
smart constructor.
Partition' | |
|
Instances
Eq Partition Source # | |
Read Partition Source # | |
Show Partition Source # | |
Generic Partition Source # | |
NFData Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
Hashable Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
ToJSON Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
FromJSON Partition Source # | |
type Rep Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition type Rep Partition = D1 ('MetaData "Partition" "Amazonka.IoTAnalytics.Types.Partition" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Partition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Partition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attributeName:Partition'
, partition_attributeName
- The name of the attribute that defines a partition dimension.
partition_attributeName :: Lens' Partition Text Source #
The name of the attribute that defines a partition dimension.
Pipeline
Contains information about a pipeline.
See: newPipeline
smart constructor.
Pipeline' | |
|
Instances
newPipeline :: Pipeline Source #
Create a value of Pipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:Pipeline'
, pipeline_creationTime
- When the pipeline was created.
$sel:arn:Pipeline'
, pipeline_arn
- The ARN of the pipeline.
$sel:activities:Pipeline'
, pipeline_activities
- The activities that perform transformations on the messages.
$sel:name:Pipeline'
, pipeline_name
- The name of the pipeline.
$sel:reprocessingSummaries:Pipeline'
, pipeline_reprocessingSummaries
- A summary of information about the pipeline reprocessing.
$sel:lastUpdateTime:Pipeline'
, pipeline_lastUpdateTime
- The last time the pipeline was updated.
pipeline_activities :: Lens' Pipeline (Maybe (NonEmpty PipelineActivity)) Source #
The activities that perform transformations on the messages.
pipeline_reprocessingSummaries :: Lens' Pipeline (Maybe [ReprocessingSummary]) Source #
A summary of information about the pipeline reprocessing.
pipeline_lastUpdateTime :: Lens' Pipeline (Maybe UTCTime) Source #
The last time the pipeline was updated.
PipelineActivity
data PipelineActivity Source #
An activity that performs a transformation on a message.
See: newPipelineActivity
smart constructor.
PipelineActivity' | |
|
Instances
newPipelineActivity :: PipelineActivity Source #
Create a value of PipelineActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:selectAttributes:PipelineActivity'
, pipelineActivity_selectAttributes
- Used to create a new message using only the specified attributes from
the original message.
$sel:channel:PipelineActivity'
, pipelineActivity_channel
- Determines the source of the messages to be processed.
$sel:addAttributes:PipelineActivity'
, pipelineActivity_addAttributes
- Adds other attributes based on existing attributes in the message.
$sel:deviceRegistryEnrich:PipelineActivity'
, pipelineActivity_deviceRegistryEnrich
- Adds data from the IoT device registry to your message.
$sel:removeAttributes:PipelineActivity'
, pipelineActivity_removeAttributes
- Removes attributes from a message.
$sel:lambda:PipelineActivity'
, pipelineActivity_lambda
- Runs a Lambda function to modify the message.
$sel:datastore:PipelineActivity'
, pipelineActivity_datastore
- Specifies where to store the processed message data.
$sel:deviceShadowEnrich:PipelineActivity'
, pipelineActivity_deviceShadowEnrich
- Adds information from the IoT Device Shadow service to a message.
$sel:filter':PipelineActivity'
, pipelineActivity_filter
- Filters a message based on its attributes.
$sel:math:PipelineActivity'
, pipelineActivity_math
- Computes an arithmetic expression using the message's attributes and
adds it to the message.
pipelineActivity_selectAttributes :: Lens' PipelineActivity (Maybe SelectAttributesActivity) Source #
Used to create a new message using only the specified attributes from the original message.
pipelineActivity_channel :: Lens' PipelineActivity (Maybe ChannelActivity) Source #
Determines the source of the messages to be processed.
pipelineActivity_addAttributes :: Lens' PipelineActivity (Maybe AddAttributesActivity) Source #
Adds other attributes based on existing attributes in the message.
pipelineActivity_deviceRegistryEnrich :: Lens' PipelineActivity (Maybe DeviceRegistryEnrichActivity) Source #
Adds data from the IoT device registry to your message.
pipelineActivity_removeAttributes :: Lens' PipelineActivity (Maybe RemoveAttributesActivity) Source #
Removes attributes from a message.
pipelineActivity_lambda :: Lens' PipelineActivity (Maybe LambdaActivity) Source #
Runs a Lambda function to modify the message.
pipelineActivity_datastore :: Lens' PipelineActivity (Maybe DatastoreActivity) Source #
Specifies where to store the processed message data.
pipelineActivity_deviceShadowEnrich :: Lens' PipelineActivity (Maybe DeviceShadowEnrichActivity) Source #
Adds information from the IoT Device Shadow service to a message.
pipelineActivity_filter :: Lens' PipelineActivity (Maybe FilterActivity) Source #
Filters a message based on its attributes.
pipelineActivity_math :: Lens' PipelineActivity (Maybe MathActivity) Source #
Computes an arithmetic expression using the message's attributes and adds it to the message.
PipelineSummary
data PipelineSummary Source #
A summary of information about a pipeline.
See: newPipelineSummary
smart constructor.
PipelineSummary' | |
|
Instances
newPipelineSummary :: PipelineSummary Source #
Create a value of PipelineSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:PipelineSummary'
, pipelineSummary_creationTime
- When the pipeline was created.
$sel:pipelineName:PipelineSummary'
, pipelineSummary_pipelineName
- The name of the pipeline.
$sel:reprocessingSummaries:PipelineSummary'
, pipelineSummary_reprocessingSummaries
- A summary of information about the pipeline reprocessing.
$sel:lastUpdateTime:PipelineSummary'
, pipelineSummary_lastUpdateTime
- When the pipeline was last updated.
pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
When the pipeline was created.
pipelineSummary_pipelineName :: Lens' PipelineSummary (Maybe Text) Source #
The name of the pipeline.
pipelineSummary_reprocessingSummaries :: Lens' PipelineSummary (Maybe [ReprocessingSummary]) Source #
A summary of information about the pipeline reprocessing.
pipelineSummary_lastUpdateTime :: Lens' PipelineSummary (Maybe UTCTime) Source #
When the pipeline was last updated.
QueryFilter
data QueryFilter Source #
Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.
See: newQueryFilter
smart constructor.
Instances
newQueryFilter :: QueryFilter Source #
Create a value of QueryFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deltaTime:QueryFilter'
, queryFilter_deltaTime
- Used to limit data to that which has arrived since the last execution of
the action.
queryFilter_deltaTime :: Lens' QueryFilter (Maybe DeltaTime) Source #
Used to limit data to that which has arrived since the last execution of the action.
RemoveAttributesActivity
data RemoveAttributesActivity Source #
An activity that removes attributes from a message.
See: newRemoveAttributesActivity
smart constructor.
Instances
newRemoveAttributesActivity Source #
:: Text | |
-> NonEmpty Text | |
-> RemoveAttributesActivity |
Create a value of RemoveAttributesActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:RemoveAttributesActivity'
, removeAttributesActivity_next
- The next activity in the pipeline.
$sel:name:RemoveAttributesActivity'
, removeAttributesActivity_name
- The name of the removeAttributes
activity.
$sel:attributes:RemoveAttributesActivity'
, removeAttributesActivity_attributes
- A list of 1-50 attributes to remove from the message.
removeAttributesActivity_next :: Lens' RemoveAttributesActivity (Maybe Text) Source #
The next activity in the pipeline.
removeAttributesActivity_name :: Lens' RemoveAttributesActivity Text Source #
The name of the removeAttributes
activity.
removeAttributesActivity_attributes :: Lens' RemoveAttributesActivity (NonEmpty Text) Source #
A list of 1-50 attributes to remove from the message.
ReprocessingSummary
data ReprocessingSummary Source #
Information about pipeline reprocessing.
See: newReprocessingSummary
smart constructor.
ReprocessingSummary' | |
|
Instances
newReprocessingSummary :: ReprocessingSummary Source #
Create a value of ReprocessingSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:ReprocessingSummary'
, reprocessingSummary_creationTime
- The time the pipeline reprocessing was created.
$sel:status:ReprocessingSummary'
, reprocessingSummary_status
- The status of the pipeline reprocessing.
$sel:id:ReprocessingSummary'
, reprocessingSummary_id
- The reprocessingId
returned by StartPipelineReprocessing
.
reprocessingSummary_creationTime :: Lens' ReprocessingSummary (Maybe UTCTime) Source #
The time the pipeline reprocessing was created.
reprocessingSummary_status :: Lens' ReprocessingSummary (Maybe ReprocessingStatus) Source #
The status of the pipeline reprocessing.
reprocessingSummary_id :: Lens' ReprocessingSummary (Maybe Text) Source #
The reprocessingId
returned by StartPipelineReprocessing
.
ResourceConfiguration
data ResourceConfiguration Source #
The configuration of the resource used to execute the containerAction
.
See: newResourceConfiguration
smart constructor.
ResourceConfiguration' | |
|
Instances
newResourceConfiguration Source #
Create a value of ResourceConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeType:ResourceConfiguration'
, resourceConfiguration_computeType
- The type of the compute resource used to execute the containerAction
.
Possible values are: ACU_1
(vCPU=4, memory=16 GiB) or ACU_2
(vCPU=8,
memory=32 GiB).
$sel:volumeSizeInGB:ResourceConfiguration'
, resourceConfiguration_volumeSizeInGB
- The size, in GB, of the persistent storage available to the resource
instance used to execute the containerAction
(min: 1, max: 50).
resourceConfiguration_computeType :: Lens' ResourceConfiguration ComputeType Source #
The type of the compute resource used to execute the containerAction
.
Possible values are: ACU_1
(vCPU=4, memory=16 GiB) or ACU_2
(vCPU=8,
memory=32 GiB).
resourceConfiguration_volumeSizeInGB :: Lens' ResourceConfiguration Natural Source #
The size, in GB, of the persistent storage available to the resource
instance used to execute the containerAction
(min: 1, max: 50).
RetentionPeriod
data RetentionPeriod Source #
How long, in days, message data is kept.
See: newRetentionPeriod
smart constructor.
Instances
newRetentionPeriod :: RetentionPeriod Source #
Create a value of RetentionPeriod
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unlimited:RetentionPeriod'
, retentionPeriod_unlimited
- If true, message data is kept indefinitely.
$sel:numberOfDays:RetentionPeriod'
, retentionPeriod_numberOfDays
- The number of days that message data is kept. The unlimited
parameter
must be false.
retentionPeriod_unlimited :: Lens' RetentionPeriod (Maybe Bool) Source #
If true, message data is kept indefinitely.
retentionPeriod_numberOfDays :: Lens' RetentionPeriod (Maybe Natural) Source #
The number of days that message data is kept. The unlimited
parameter
must be false.
S3DestinationConfiguration
data S3DestinationConfiguration Source #
Configuration information for delivery of dataset contents to Amazon Simple Storage Service (Amazon S3).
See: newS3DestinationConfiguration
smart constructor.
S3DestinationConfiguration' | |
|
Instances
newS3DestinationConfiguration Source #
:: Text | |
-> Text | |
-> Text | |
-> S3DestinationConfiguration |
Create a value of S3DestinationConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:glueConfiguration:S3DestinationConfiguration'
, s3DestinationConfiguration_glueConfiguration
- Configuration information for coordination with Glue, a fully managed
extract, transform and load (ETL) service.
$sel:bucket:S3DestinationConfiguration'
, s3DestinationConfiguration_bucket
- The name of the S3 bucket to which dataset contents are delivered.
$sel:key:S3DestinationConfiguration'
, s3DestinationConfiguration_key
- The key of the dataset contents object in an S3 bucket. Each object has
a key that is a unique identifier. Each object has exactly one key.
You can create a unique key with the following options:
- Use
!{iotanalytics:scheduleTime}
to insert the time of a scheduled SQL query run. - Use
!{iotanalytics:versionId}
to insert a unique hash that identifies a dataset content. - Use
!{iotanalytics:creationTime}
to insert the creation time of a dataset content.
The following example creates a unique key for a CSV file:
dataset/mydataset/!{iotanalytics:scheduleTime}/!{iotanalytics:versionId}.csv
If you don't use !{iotanalytics:versionId}
to specify the key, you
might get duplicate keys. For example, you might have two dataset
contents with the same scheduleTime
but different versionId
s. This
means that one dataset content overwrites the other.
$sel:roleArn:S3DestinationConfiguration'
, s3DestinationConfiguration_roleArn
- The ARN of the role that grants IoT Analytics permission to interact
with your Amazon S3 and Glue resources.
s3DestinationConfiguration_glueConfiguration :: Lens' S3DestinationConfiguration (Maybe GlueConfiguration) Source #
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
s3DestinationConfiguration_bucket :: Lens' S3DestinationConfiguration Text Source #
The name of the S3 bucket to which dataset contents are delivered.
s3DestinationConfiguration_key :: Lens' S3DestinationConfiguration Text Source #
The key of the dataset contents object in an S3 bucket. Each object has a key that is a unique identifier. Each object has exactly one key.
You can create a unique key with the following options:
- Use
!{iotanalytics:scheduleTime}
to insert the time of a scheduled SQL query run. - Use
!{iotanalytics:versionId}
to insert a unique hash that identifies a dataset content. - Use
!{iotanalytics:creationTime}
to insert the creation time of a dataset content.
The following example creates a unique key for a CSV file:
dataset/mydataset/!{iotanalytics:scheduleTime}/!{iotanalytics:versionId}.csv
If you don't use !{iotanalytics:versionId}
to specify the key, you
might get duplicate keys. For example, you might have two dataset
contents with the same scheduleTime
but different versionId
s. This
means that one dataset content overwrites the other.
s3DestinationConfiguration_roleArn :: Lens' S3DestinationConfiguration Text Source #
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 and Glue resources.
Schedule
The schedule for when to trigger an update.
See: newSchedule
smart constructor.
Schedule' | |
|
Instances
Eq Schedule Source # | |
Read Schedule Source # | |
Show Schedule Source # | |
Generic Schedule Source # | |
NFData Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
Hashable Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
ToJSON Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
FromJSON Schedule Source # | |
type Rep Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule type Rep Schedule = D1 ('MetaData "Schedule" "Amazonka.IoTAnalytics.Types.Schedule" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Schedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newSchedule :: Schedule Source #
Create a value of Schedule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:expression:Schedule'
, schedule_expression
- The expression that defines when to trigger an update. For more
information, see
Schedule Expressions for Rules
in the Amazon CloudWatch Events User Guide.
schedule_expression :: Lens' Schedule (Maybe Text) Source #
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
SchemaDefinition
data SchemaDefinition Source #
Information needed to define a schema.
See: newSchemaDefinition
smart constructor.
Instances
newSchemaDefinition :: SchemaDefinition Source #
Create a value of SchemaDefinition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:columns:SchemaDefinition'
, schemaDefinition_columns
- Specifies one or more columns that store your data.
Each schema can have up to 100 columns. Each column can have up to 100 nested types.
schemaDefinition_columns :: Lens' SchemaDefinition (Maybe [Column]) Source #
Specifies one or more columns that store your data.
Each schema can have up to 100 columns. Each column can have up to 100 nested types.
SelectAttributesActivity
data SelectAttributesActivity Source #
Used to create a new message using only the specified attributes from the original message.
See: newSelectAttributesActivity
smart constructor.
Instances
newSelectAttributesActivity Source #
:: Text | |
-> NonEmpty Text | |
-> SelectAttributesActivity |
Create a value of SelectAttributesActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:SelectAttributesActivity'
, selectAttributesActivity_next
- The next activity in the pipeline.
$sel:name:SelectAttributesActivity'
, selectAttributesActivity_name
- The name of the selectAttributes
activity.
$sel:attributes:SelectAttributesActivity'
, selectAttributesActivity_attributes
- A list of the attributes to select from the message.
selectAttributesActivity_next :: Lens' SelectAttributesActivity (Maybe Text) Source #
The next activity in the pipeline.
selectAttributesActivity_name :: Lens' SelectAttributesActivity Text Source #
The name of the selectAttributes
activity.
selectAttributesActivity_attributes :: Lens' SelectAttributesActivity (NonEmpty Text) Source #
A list of the attributes to select from the message.
ServiceManagedChannelS3Storage
data ServiceManagedChannelS3Storage Source #
Used to store channel data in an S3 bucket managed by IoT Analytics. You can't change the choice of S3 storage after the data store is created.
See: newServiceManagedChannelS3Storage
smart constructor.
Instances
Eq ServiceManagedChannelS3Storage Source # | |
Read ServiceManagedChannelS3Storage Source # | |
Show ServiceManagedChannelS3Storage Source # | |
Generic ServiceManagedChannelS3Storage Source # | |
NFData ServiceManagedChannelS3Storage Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage rnf :: ServiceManagedChannelS3Storage -> () # | |
Hashable ServiceManagedChannelS3Storage Source # | |
ToJSON ServiceManagedChannelS3Storage Source # | |
FromJSON ServiceManagedChannelS3Storage Source # | |
type Rep ServiceManagedChannelS3Storage Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage type Rep ServiceManagedChannelS3Storage = D1 ('MetaData "ServiceManagedChannelS3Storage" "Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3Storage" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedChannelS3Storage'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newServiceManagedChannelS3Storage :: ServiceManagedChannelS3Storage Source #
Create a value of ServiceManagedChannelS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ServiceManagedChannelS3StorageSummary
data ServiceManagedChannelS3StorageSummary Source #
Used to store channel data in an S3 bucket managed by IoT Analytics.
See: newServiceManagedChannelS3StorageSummary
smart constructor.
Instances
Eq ServiceManagedChannelS3StorageSummary Source # | |
Read ServiceManagedChannelS3StorageSummary Source # | |
Show ServiceManagedChannelS3StorageSummary Source # | |
Generic ServiceManagedChannelS3StorageSummary Source # | |
NFData ServiceManagedChannelS3StorageSummary Source # | |
Hashable ServiceManagedChannelS3StorageSummary Source # | |
FromJSON ServiceManagedChannelS3StorageSummary Source # | |
type Rep ServiceManagedChannelS3StorageSummary Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3StorageSummary type Rep ServiceManagedChannelS3StorageSummary = D1 ('MetaData "ServiceManagedChannelS3StorageSummary" "Amazonka.IoTAnalytics.Types.ServiceManagedChannelS3StorageSummary" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedChannelS3StorageSummary'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newServiceManagedChannelS3StorageSummary :: ServiceManagedChannelS3StorageSummary Source #
Create a value of ServiceManagedChannelS3StorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ServiceManagedDatastoreS3Storage
data ServiceManagedDatastoreS3Storage Source #
Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.
See: newServiceManagedDatastoreS3Storage
smart constructor.
Instances
Eq ServiceManagedDatastoreS3Storage Source # | |
Read ServiceManagedDatastoreS3Storage Source # | |
Show ServiceManagedDatastoreS3Storage Source # | |
Generic ServiceManagedDatastoreS3Storage Source # | |
NFData ServiceManagedDatastoreS3Storage Source # | |
Hashable ServiceManagedDatastoreS3Storage Source # | |
ToJSON ServiceManagedDatastoreS3Storage Source # | |
FromJSON ServiceManagedDatastoreS3Storage Source # | |
type Rep ServiceManagedDatastoreS3Storage Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage type Rep ServiceManagedDatastoreS3Storage = D1 ('MetaData "ServiceManagedDatastoreS3Storage" "Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3Storage" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedDatastoreS3Storage'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newServiceManagedDatastoreS3Storage :: ServiceManagedDatastoreS3Storage Source #
Create a value of ServiceManagedDatastoreS3Storage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ServiceManagedDatastoreS3StorageSummary
data ServiceManagedDatastoreS3StorageSummary Source #
Contains information about the data store that is managed by IoT Analytics.
See: newServiceManagedDatastoreS3StorageSummary
smart constructor.
Instances
Eq ServiceManagedDatastoreS3StorageSummary Source # | |
Read ServiceManagedDatastoreS3StorageSummary Source # | |
Show ServiceManagedDatastoreS3StorageSummary Source # | |
Generic ServiceManagedDatastoreS3StorageSummary Source # | |
NFData ServiceManagedDatastoreS3StorageSummary Source # | |
Hashable ServiceManagedDatastoreS3StorageSummary Source # | |
FromJSON ServiceManagedDatastoreS3StorageSummary Source # | |
type Rep ServiceManagedDatastoreS3StorageSummary Source # | |
Defined in Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3StorageSummary type Rep ServiceManagedDatastoreS3StorageSummary = D1 ('MetaData "ServiceManagedDatastoreS3StorageSummary" "Amazonka.IoTAnalytics.Types.ServiceManagedDatastoreS3StorageSummary" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "ServiceManagedDatastoreS3StorageSummary'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newServiceManagedDatastoreS3StorageSummary :: ServiceManagedDatastoreS3StorageSummary Source #
Create a value of ServiceManagedDatastoreS3StorageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
SqlQueryDatasetAction
data SqlQueryDatasetAction Source #
The SQL query to modify the message.
See: newSqlQueryDatasetAction
smart constructor.
SqlQueryDatasetAction' | |
|
Instances
newSqlQueryDatasetAction Source #
Create a value of SqlQueryDatasetAction
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:SqlQueryDatasetAction'
, sqlQueryDatasetAction_filters
- Prefilters applied to message data.
$sel:sqlQuery:SqlQueryDatasetAction'
, sqlQueryDatasetAction_sqlQuery
- A SQL query string.
sqlQueryDatasetAction_filters :: Lens' SqlQueryDatasetAction (Maybe [QueryFilter]) Source #
Prefilters applied to message data.
sqlQueryDatasetAction_sqlQuery :: Lens' SqlQueryDatasetAction Text Source #
A SQL query string.
Tag
A set of key-value pairs that are used to manage the resource.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.IoTAnalytics.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.IoTAnalytics.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.IoTAnalytics.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.IoTAnalytics.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.IoTAnalytics.Types.Tag" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Tag
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:key:Tag'
, tag_key
- The tag's key.
$sel:value:Tag'
, tag_value
- The tag's value.
TimestampPartition
data TimestampPartition Source #
A partition dimension defined by a timestamp attribute.
See: newTimestampPartition
smart constructor.
TimestampPartition' | |
|
Instances
newTimestampPartition Source #
Create a value of TimestampPartition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timestampFormat:TimestampPartition'
, timestampPartition_timestampFormat
- The timestamp format of a partition defined by a timestamp. The default
format is seconds since epoch (January 1, 1970 at midnight UTC time).
$sel:attributeName:TimestampPartition'
, timestampPartition_attributeName
- The attribute name of the partition defined by a timestamp.
timestampPartition_timestampFormat :: Lens' TimestampPartition (Maybe Text) Source #
The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
timestampPartition_attributeName :: Lens' TimestampPartition Text Source #
The attribute name of the partition defined by a timestamp.
TriggeringDataset
data TriggeringDataset Source #
Information about the dataset whose content generation triggers the new dataset content generation.
See: newTriggeringDataset
smart constructor.
Instances
Create a value of TriggeringDataset
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:TriggeringDataset'
, triggeringDataset_name
- The name of the dataset whose content generation triggers the new
dataset content generation.
triggeringDataset_name :: Lens' TriggeringDataset Text Source #
The name of the dataset whose content generation triggers the new dataset content generation.
Variable
An instance of a variable to be passed to the containerAction
execution. Each variable must have a name and a value given by one of
stringValue
, datasetContentVersionValue
, or outputFileUriValue
.
See: newVariable
smart constructor.
Variable' | |
|
Instances
Create a value of Variable
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:outputFileUriValue:Variable'
, variable_outputFileUriValue
- The value of the variable as a structure that specifies an output file
URI.
$sel:doubleValue:Variable'
, variable_doubleValue
- The value of the variable as a double (numeric).
$sel:stringValue:Variable'
, variable_stringValue
- The value of the variable as a string.
$sel:datasetContentVersionValue:Variable'
, variable_datasetContentVersionValue
- The value of the variable as a structure that specifies a dataset
content version.
$sel:name:Variable'
, variable_name
- The name of the variable.
variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue) Source #
The value of the variable as a structure that specifies an output file URI.
variable_doubleValue :: Lens' Variable (Maybe Double) Source #
The value of the variable as a double (numeric).
variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue) Source #
The value of the variable as a structure that specifies a dataset content version.
VersioningConfiguration
data VersioningConfiguration Source #
Information about the versioning of dataset contents.
See: newVersioningConfiguration
smart constructor.
Instances
newVersioningConfiguration :: VersioningConfiguration Source #
Create a value of VersioningConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unlimited:VersioningConfiguration'
, versioningConfiguration_unlimited
- If true, unlimited versions of dataset contents are kept.
$sel:maxVersions:VersioningConfiguration'
, versioningConfiguration_maxVersions
- How many versions of dataset contents are kept. The unlimited
parameter must be false
.
versioningConfiguration_unlimited :: Lens' VersioningConfiguration (Maybe Bool) Source #
If true, unlimited versions of dataset contents are kept.
versioningConfiguration_maxVersions :: Lens' VersioningConfiguration (Maybe Natural) Source #
How many versions of dataset contents are kept. The unlimited
parameter must be false
.