Documentation ¶
Overview ¶
Package iotanalytics provides the client and types for making API requests to AWS IoT Analytics.
IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data and run sophisticated analytics on it. IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.
Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.
IoT Analytics automates the steps required to analyze data from IoT devices. IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. IoT Analytics includes pre-built models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable devices.
See https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27 for more information on this service.
See iotanalytics package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/
Using the Client ¶
To contact AWS IoT Analytics with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS IoT Analytics client IoTAnalytics for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/#New
Index ¶
- Constants
- func ChannelStatus_Values() []string
- func ComputeType_Values() []string
- func DatasetActionType_Values() []string
- func DatasetContentState_Values() []string
- func DatasetStatus_Values() []string
- func DatastoreStatus_Values() []string
- func FileFormatType_Values() []string
- func LoggingLevel_Values() []string
- func ReprocessingStatus_Values() []string
- type AddAttributesActivity
- func (s AddAttributesActivity) GoString() string
- func (s *AddAttributesActivity) SetAttributes(v map[string]*string) *AddAttributesActivity
- func (s *AddAttributesActivity) SetName(v string) *AddAttributesActivity
- func (s *AddAttributesActivity) SetNext(v string) *AddAttributesActivity
- func (s AddAttributesActivity) String() string
- func (s *AddAttributesActivity) Validate() error
- type BatchPutMessageErrorEntry
- func (s BatchPutMessageErrorEntry) GoString() string
- func (s *BatchPutMessageErrorEntry) SetErrorCode(v string) *BatchPutMessageErrorEntry
- func (s *BatchPutMessageErrorEntry) SetErrorMessage(v string) *BatchPutMessageErrorEntry
- func (s *BatchPutMessageErrorEntry) SetMessageId(v string) *BatchPutMessageErrorEntry
- func (s BatchPutMessageErrorEntry) String() string
- type BatchPutMessageInput
- type BatchPutMessageOutput
- type CancelPipelineReprocessingInput
- func (s CancelPipelineReprocessingInput) GoString() string
- func (s *CancelPipelineReprocessingInput) SetPipelineName(v string) *CancelPipelineReprocessingInput
- func (s *CancelPipelineReprocessingInput) SetReprocessingId(v string) *CancelPipelineReprocessingInput
- func (s CancelPipelineReprocessingInput) String() string
- func (s *CancelPipelineReprocessingInput) Validate() error
- type CancelPipelineReprocessingOutput
- type Channel
- func (s Channel) GoString() string
- func (s *Channel) SetArn(v string) *Channel
- func (s *Channel) SetCreationTime(v time.Time) *Channel
- func (s *Channel) SetLastMessageArrivalTime(v time.Time) *Channel
- func (s *Channel) SetLastUpdateTime(v time.Time) *Channel
- func (s *Channel) SetName(v string) *Channel
- func (s *Channel) SetRetentionPeriod(v *RetentionPeriod) *Channel
- func (s *Channel) SetStatus(v string) *Channel
- func (s *Channel) SetStorage(v *ChannelStorage) *Channel
- func (s Channel) String() string
- type ChannelActivity
- func (s ChannelActivity) GoString() string
- func (s *ChannelActivity) SetChannelName(v string) *ChannelActivity
- func (s *ChannelActivity) SetName(v string) *ChannelActivity
- func (s *ChannelActivity) SetNext(v string) *ChannelActivity
- func (s ChannelActivity) String() string
- func (s *ChannelActivity) Validate() error
- type ChannelMessages
- type ChannelStatistics
- type ChannelStorage
- func (s ChannelStorage) GoString() string
- func (s *ChannelStorage) SetCustomerManagedS3(v *CustomerManagedChannelS3Storage) *ChannelStorage
- func (s *ChannelStorage) SetServiceManagedS3(v *ServiceManagedChannelS3Storage) *ChannelStorage
- func (s ChannelStorage) String() string
- func (s *ChannelStorage) Validate() error
- type ChannelStorageSummary
- func (s ChannelStorageSummary) GoString() string
- func (s *ChannelStorageSummary) SetCustomerManagedS3(v *CustomerManagedChannelS3StorageSummary) *ChannelStorageSummary
- func (s *ChannelStorageSummary) SetServiceManagedS3(v *ServiceManagedChannelS3StorageSummary) *ChannelStorageSummary
- func (s ChannelStorageSummary) String() string
- type ChannelSummary
- func (s ChannelSummary) GoString() string
- func (s *ChannelSummary) SetChannelName(v string) *ChannelSummary
- func (s *ChannelSummary) SetChannelStorage(v *ChannelStorageSummary) *ChannelSummary
- func (s *ChannelSummary) SetCreationTime(v time.Time) *ChannelSummary
- func (s *ChannelSummary) SetLastMessageArrivalTime(v time.Time) *ChannelSummary
- func (s *ChannelSummary) SetLastUpdateTime(v time.Time) *ChannelSummary
- func (s *ChannelSummary) SetStatus(v string) *ChannelSummary
- func (s ChannelSummary) String() string
- type Column
- type ContainerDatasetAction
- func (s ContainerDatasetAction) GoString() string
- func (s *ContainerDatasetAction) SetExecutionRoleArn(v string) *ContainerDatasetAction
- func (s *ContainerDatasetAction) SetImage(v string) *ContainerDatasetAction
- func (s *ContainerDatasetAction) SetResourceConfiguration(v *ResourceConfiguration) *ContainerDatasetAction
- func (s *ContainerDatasetAction) SetVariables(v []*Variable) *ContainerDatasetAction
- func (s ContainerDatasetAction) String() string
- func (s *ContainerDatasetAction) Validate() error
- type CreateChannelInput
- func (s CreateChannelInput) GoString() string
- func (s *CreateChannelInput) SetChannelName(v string) *CreateChannelInput
- func (s *CreateChannelInput) SetChannelStorage(v *ChannelStorage) *CreateChannelInput
- func (s *CreateChannelInput) SetRetentionPeriod(v *RetentionPeriod) *CreateChannelInput
- func (s *CreateChannelInput) SetTags(v []*Tag) *CreateChannelInput
- func (s CreateChannelInput) String() string
- func (s *CreateChannelInput) Validate() error
- type CreateChannelOutput
- func (s CreateChannelOutput) GoString() string
- func (s *CreateChannelOutput) SetChannelArn(v string) *CreateChannelOutput
- func (s *CreateChannelOutput) SetChannelName(v string) *CreateChannelOutput
- func (s *CreateChannelOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateChannelOutput
- func (s CreateChannelOutput) String() string
- type CreateDatasetContentInput
- func (s CreateDatasetContentInput) GoString() string
- func (s *CreateDatasetContentInput) SetDatasetName(v string) *CreateDatasetContentInput
- func (s *CreateDatasetContentInput) SetVersionId(v string) *CreateDatasetContentInput
- func (s CreateDatasetContentInput) String() string
- func (s *CreateDatasetContentInput) Validate() error
- type CreateDatasetContentOutput
- type CreateDatasetInput
- func (s CreateDatasetInput) GoString() string
- func (s *CreateDatasetInput) SetActions(v []*DatasetAction) *CreateDatasetInput
- func (s *CreateDatasetInput) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *CreateDatasetInput
- func (s *CreateDatasetInput) SetDatasetName(v string) *CreateDatasetInput
- func (s *CreateDatasetInput) SetLateDataRules(v []*LateDataRule) *CreateDatasetInput
- func (s *CreateDatasetInput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatasetInput
- func (s *CreateDatasetInput) SetTags(v []*Tag) *CreateDatasetInput
- func (s *CreateDatasetInput) SetTriggers(v []*DatasetTrigger) *CreateDatasetInput
- func (s *CreateDatasetInput) SetVersioningConfiguration(v *VersioningConfiguration) *CreateDatasetInput
- func (s CreateDatasetInput) String() string
- func (s *CreateDatasetInput) Validate() error
- type CreateDatasetOutput
- func (s CreateDatasetOutput) GoString() string
- func (s *CreateDatasetOutput) SetDatasetArn(v string) *CreateDatasetOutput
- func (s *CreateDatasetOutput) SetDatasetName(v string) *CreateDatasetOutput
- func (s *CreateDatasetOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatasetOutput
- func (s CreateDatasetOutput) String() string
- type CreateDatastoreInput
- func (s CreateDatastoreInput) GoString() string
- func (s *CreateDatastoreInput) SetDatastoreName(v string) *CreateDatastoreInput
- func (s *CreateDatastoreInput) SetDatastorePartitions(v *DatastorePartitions) *CreateDatastoreInput
- func (s *CreateDatastoreInput) SetDatastoreStorage(v *DatastoreStorage) *CreateDatastoreInput
- func (s *CreateDatastoreInput) SetFileFormatConfiguration(v *FileFormatConfiguration) *CreateDatastoreInput
- func (s *CreateDatastoreInput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatastoreInput
- func (s *CreateDatastoreInput) SetTags(v []*Tag) *CreateDatastoreInput
- func (s CreateDatastoreInput) String() string
- func (s *CreateDatastoreInput) Validate() error
- type CreateDatastoreOutput
- func (s CreateDatastoreOutput) GoString() string
- func (s *CreateDatastoreOutput) SetDatastoreArn(v string) *CreateDatastoreOutput
- func (s *CreateDatastoreOutput) SetDatastoreName(v string) *CreateDatastoreOutput
- func (s *CreateDatastoreOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatastoreOutput
- func (s CreateDatastoreOutput) String() string
- type CreatePipelineInput
- func (s CreatePipelineInput) GoString() string
- func (s *CreatePipelineInput) SetPipelineActivities(v []*PipelineActivity) *CreatePipelineInput
- func (s *CreatePipelineInput) SetPipelineName(v string) *CreatePipelineInput
- func (s *CreatePipelineInput) SetTags(v []*Tag) *CreatePipelineInput
- func (s CreatePipelineInput) String() string
- func (s *CreatePipelineInput) Validate() error
- type CreatePipelineOutput
- type CustomerManagedChannelS3Storage
- func (s CustomerManagedChannelS3Storage) GoString() string
- func (s *CustomerManagedChannelS3Storage) SetBucket(v string) *CustomerManagedChannelS3Storage
- func (s *CustomerManagedChannelS3Storage) SetKeyPrefix(v string) *CustomerManagedChannelS3Storage
- func (s *CustomerManagedChannelS3Storage) SetRoleArn(v string) *CustomerManagedChannelS3Storage
- func (s CustomerManagedChannelS3Storage) String() string
- func (s *CustomerManagedChannelS3Storage) Validate() error
- type CustomerManagedChannelS3StorageSummary
- func (s CustomerManagedChannelS3StorageSummary) GoString() string
- func (s *CustomerManagedChannelS3StorageSummary) SetBucket(v string) *CustomerManagedChannelS3StorageSummary
- func (s *CustomerManagedChannelS3StorageSummary) SetKeyPrefix(v string) *CustomerManagedChannelS3StorageSummary
- func (s *CustomerManagedChannelS3StorageSummary) SetRoleArn(v string) *CustomerManagedChannelS3StorageSummary
- func (s CustomerManagedChannelS3StorageSummary) String() string
- type CustomerManagedDatastoreS3Storage
- func (s CustomerManagedDatastoreS3Storage) GoString() string
- func (s *CustomerManagedDatastoreS3Storage) SetBucket(v string) *CustomerManagedDatastoreS3Storage
- func (s *CustomerManagedDatastoreS3Storage) SetKeyPrefix(v string) *CustomerManagedDatastoreS3Storage
- func (s *CustomerManagedDatastoreS3Storage) SetRoleArn(v string) *CustomerManagedDatastoreS3Storage
- func (s CustomerManagedDatastoreS3Storage) String() string
- func (s *CustomerManagedDatastoreS3Storage) Validate() error
- type CustomerManagedDatastoreS3StorageSummary
- func (s CustomerManagedDatastoreS3StorageSummary) GoString() string
- func (s *CustomerManagedDatastoreS3StorageSummary) SetBucket(v string) *CustomerManagedDatastoreS3StorageSummary
- func (s *CustomerManagedDatastoreS3StorageSummary) SetKeyPrefix(v string) *CustomerManagedDatastoreS3StorageSummary
- func (s *CustomerManagedDatastoreS3StorageSummary) SetRoleArn(v string) *CustomerManagedDatastoreS3StorageSummary
- func (s CustomerManagedDatastoreS3StorageSummary) String() string
- type Dataset
- func (s Dataset) GoString() string
- func (s *Dataset) SetActions(v []*DatasetAction) *Dataset
- func (s *Dataset) SetArn(v string) *Dataset
- func (s *Dataset) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *Dataset
- func (s *Dataset) SetCreationTime(v time.Time) *Dataset
- func (s *Dataset) SetLastUpdateTime(v time.Time) *Dataset
- func (s *Dataset) SetLateDataRules(v []*LateDataRule) *Dataset
- func (s *Dataset) SetName(v string) *Dataset
- func (s *Dataset) SetRetentionPeriod(v *RetentionPeriod) *Dataset
- func (s *Dataset) SetStatus(v string) *Dataset
- func (s *Dataset) SetTriggers(v []*DatasetTrigger) *Dataset
- func (s *Dataset) SetVersioningConfiguration(v *VersioningConfiguration) *Dataset
- func (s Dataset) String() string
- type DatasetAction
- func (s DatasetAction) GoString() string
- func (s *DatasetAction) SetActionName(v string) *DatasetAction
- func (s *DatasetAction) SetContainerAction(v *ContainerDatasetAction) *DatasetAction
- func (s *DatasetAction) SetQueryAction(v *SqlQueryDatasetAction) *DatasetAction
- func (s DatasetAction) String() string
- func (s *DatasetAction) Validate() error
- type DatasetActionSummary
- type DatasetContentDeliveryDestination
- func (s DatasetContentDeliveryDestination) GoString() string
- func (s *DatasetContentDeliveryDestination) SetIotEventsDestinationConfiguration(v *IotEventsDestinationConfiguration) *DatasetContentDeliveryDestination
- func (s *DatasetContentDeliveryDestination) SetS3DestinationConfiguration(v *S3DestinationConfiguration) *DatasetContentDeliveryDestination
- func (s DatasetContentDeliveryDestination) String() string
- func (s *DatasetContentDeliveryDestination) Validate() error
- type DatasetContentDeliveryRule
- func (s DatasetContentDeliveryRule) GoString() string
- func (s *DatasetContentDeliveryRule) SetDestination(v *DatasetContentDeliveryDestination) *DatasetContentDeliveryRule
- func (s *DatasetContentDeliveryRule) SetEntryName(v string) *DatasetContentDeliveryRule
- func (s DatasetContentDeliveryRule) String() string
- func (s *DatasetContentDeliveryRule) Validate() error
- type DatasetContentStatus
- type DatasetContentSummary
- func (s DatasetContentSummary) GoString() string
- func (s *DatasetContentSummary) SetCompletionTime(v time.Time) *DatasetContentSummary
- func (s *DatasetContentSummary) SetCreationTime(v time.Time) *DatasetContentSummary
- func (s *DatasetContentSummary) SetScheduleTime(v time.Time) *DatasetContentSummary
- func (s *DatasetContentSummary) SetStatus(v *DatasetContentStatus) *DatasetContentSummary
- func (s *DatasetContentSummary) SetVersion(v string) *DatasetContentSummary
- func (s DatasetContentSummary) String() string
- type DatasetContentVersionValue
- type DatasetEntry
- type DatasetSummary
- func (s DatasetSummary) GoString() string
- func (s *DatasetSummary) SetActions(v []*DatasetActionSummary) *DatasetSummary
- func (s *DatasetSummary) SetCreationTime(v time.Time) *DatasetSummary
- func (s *DatasetSummary) SetDatasetName(v string) *DatasetSummary
- func (s *DatasetSummary) SetLastUpdateTime(v time.Time) *DatasetSummary
- func (s *DatasetSummary) SetStatus(v string) *DatasetSummary
- func (s *DatasetSummary) SetTriggers(v []*DatasetTrigger) *DatasetSummary
- func (s DatasetSummary) String() string
- type DatasetTrigger
- type Datastore
- func (s Datastore) GoString() string
- func (s *Datastore) SetArn(v string) *Datastore
- func (s *Datastore) SetCreationTime(v time.Time) *Datastore
- func (s *Datastore) SetDatastorePartitions(v *DatastorePartitions) *Datastore
- func (s *Datastore) SetFileFormatConfiguration(v *FileFormatConfiguration) *Datastore
- func (s *Datastore) SetLastMessageArrivalTime(v time.Time) *Datastore
- func (s *Datastore) SetLastUpdateTime(v time.Time) *Datastore
- func (s *Datastore) SetName(v string) *Datastore
- func (s *Datastore) SetRetentionPeriod(v *RetentionPeriod) *Datastore
- func (s *Datastore) SetStatus(v string) *Datastore
- func (s *Datastore) SetStorage(v *DatastoreStorage) *Datastore
- func (s Datastore) String() string
- type DatastoreActivity
- type DatastoreIotSiteWiseMultiLayerStorage
- func (s DatastoreIotSiteWiseMultiLayerStorage) GoString() string
- func (s *DatastoreIotSiteWiseMultiLayerStorage) SetCustomerManagedS3Storage(v *IotSiteWiseCustomerManagedDatastoreS3Storage) *DatastoreIotSiteWiseMultiLayerStorage
- func (s DatastoreIotSiteWiseMultiLayerStorage) String() string
- func (s *DatastoreIotSiteWiseMultiLayerStorage) Validate() error
- type DatastoreIotSiteWiseMultiLayerStorageSummary
- func (s DatastoreIotSiteWiseMultiLayerStorageSummary) GoString() string
- func (s *DatastoreIotSiteWiseMultiLayerStorageSummary) SetCustomerManagedS3Storage(v *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) *DatastoreIotSiteWiseMultiLayerStorageSummary
- func (s DatastoreIotSiteWiseMultiLayerStorageSummary) String() string
- type DatastorePartition
- func (s DatastorePartition) GoString() string
- func (s *DatastorePartition) SetAttributePartition(v *Partition) *DatastorePartition
- func (s *DatastorePartition) SetTimestampPartition(v *TimestampPartition) *DatastorePartition
- func (s DatastorePartition) String() string
- func (s *DatastorePartition) Validate() error
- type DatastorePartitions
- type DatastoreStatistics
- type DatastoreStorage
- func (s DatastoreStorage) GoString() string
- func (s *DatastoreStorage) SetCustomerManagedS3(v *CustomerManagedDatastoreS3Storage) *DatastoreStorage
- func (s *DatastoreStorage) SetIotSiteWiseMultiLayerStorage(v *DatastoreIotSiteWiseMultiLayerStorage) *DatastoreStorage
- func (s *DatastoreStorage) SetServiceManagedS3(v *ServiceManagedDatastoreS3Storage) *DatastoreStorage
- func (s DatastoreStorage) String() string
- func (s *DatastoreStorage) Validate() error
- type DatastoreStorageSummary
- func (s DatastoreStorageSummary) GoString() string
- func (s *DatastoreStorageSummary) SetCustomerManagedS3(v *CustomerManagedDatastoreS3StorageSummary) *DatastoreStorageSummary
- func (s *DatastoreStorageSummary) SetIotSiteWiseMultiLayerStorage(v *DatastoreIotSiteWiseMultiLayerStorageSummary) *DatastoreStorageSummary
- func (s *DatastoreStorageSummary) SetServiceManagedS3(v *ServiceManagedDatastoreS3StorageSummary) *DatastoreStorageSummary
- func (s DatastoreStorageSummary) String() string
- type DatastoreSummary
- func (s DatastoreSummary) GoString() string
- func (s *DatastoreSummary) SetCreationTime(v time.Time) *DatastoreSummary
- func (s *DatastoreSummary) SetDatastoreName(v string) *DatastoreSummary
- func (s *DatastoreSummary) SetDatastorePartitions(v *DatastorePartitions) *DatastoreSummary
- func (s *DatastoreSummary) SetDatastoreStorage(v *DatastoreStorageSummary) *DatastoreSummary
- func (s *DatastoreSummary) SetFileFormatType(v string) *DatastoreSummary
- func (s *DatastoreSummary) SetLastMessageArrivalTime(v time.Time) *DatastoreSummary
- func (s *DatastoreSummary) SetLastUpdateTime(v time.Time) *DatastoreSummary
- func (s *DatastoreSummary) SetStatus(v string) *DatastoreSummary
- func (s DatastoreSummary) String() string
- type DeleteChannelInput
- type DeleteChannelOutput
- type DeleteDatasetContentInput
- func (s DeleteDatasetContentInput) GoString() string
- func (s *DeleteDatasetContentInput) SetDatasetName(v string) *DeleteDatasetContentInput
- func (s *DeleteDatasetContentInput) SetVersionId(v string) *DeleteDatasetContentInput
- func (s DeleteDatasetContentInput) String() string
- func (s *DeleteDatasetContentInput) Validate() error
- type DeleteDatasetContentOutput
- type DeleteDatasetInput
- type DeleteDatasetOutput
- type DeleteDatastoreInput
- type DeleteDatastoreOutput
- type DeletePipelineInput
- type DeletePipelineOutput
- type DeltaTime
- type DeltaTimeSessionWindowConfiguration
- type DescribeChannelInput
- func (s DescribeChannelInput) GoString() string
- func (s *DescribeChannelInput) SetChannelName(v string) *DescribeChannelInput
- func (s *DescribeChannelInput) SetIncludeStatistics(v bool) *DescribeChannelInput
- func (s DescribeChannelInput) String() string
- func (s *DescribeChannelInput) Validate() error
- type DescribeChannelOutput
- type DescribeDatasetInput
- type DescribeDatasetOutput
- type DescribeDatastoreInput
- func (s DescribeDatastoreInput) GoString() string
- func (s *DescribeDatastoreInput) SetDatastoreName(v string) *DescribeDatastoreInput
- func (s *DescribeDatastoreInput) SetIncludeStatistics(v bool) *DescribeDatastoreInput
- func (s DescribeDatastoreInput) String() string
- func (s *DescribeDatastoreInput) Validate() error
- type DescribeDatastoreOutput
- type DescribeLoggingOptionsInput
- type DescribeLoggingOptionsOutput
- type DescribePipelineInput
- type DescribePipelineOutput
- type DeviceRegistryEnrichActivity
- func (s DeviceRegistryEnrichActivity) GoString() string
- func (s *DeviceRegistryEnrichActivity) SetAttribute(v string) *DeviceRegistryEnrichActivity
- func (s *DeviceRegistryEnrichActivity) SetName(v string) *DeviceRegistryEnrichActivity
- func (s *DeviceRegistryEnrichActivity) SetNext(v string) *DeviceRegistryEnrichActivity
- func (s *DeviceRegistryEnrichActivity) SetRoleArn(v string) *DeviceRegistryEnrichActivity
- func (s *DeviceRegistryEnrichActivity) SetThingName(v string) *DeviceRegistryEnrichActivity
- func (s DeviceRegistryEnrichActivity) String() string
- func (s *DeviceRegistryEnrichActivity) Validate() error
- type DeviceShadowEnrichActivity
- func (s DeviceShadowEnrichActivity) GoString() string
- func (s *DeviceShadowEnrichActivity) SetAttribute(v string) *DeviceShadowEnrichActivity
- func (s *DeviceShadowEnrichActivity) SetName(v string) *DeviceShadowEnrichActivity
- func (s *DeviceShadowEnrichActivity) SetNext(v string) *DeviceShadowEnrichActivity
- func (s *DeviceShadowEnrichActivity) SetRoleArn(v string) *DeviceShadowEnrichActivity
- func (s *DeviceShadowEnrichActivity) SetThingName(v string) *DeviceShadowEnrichActivity
- func (s DeviceShadowEnrichActivity) String() string
- func (s *DeviceShadowEnrichActivity) Validate() error
- type EstimatedResourceSize
- type FileFormatConfiguration
- func (s FileFormatConfiguration) GoString() string
- func (s *FileFormatConfiguration) SetJsonConfiguration(v *JsonConfiguration) *FileFormatConfiguration
- func (s *FileFormatConfiguration) SetParquetConfiguration(v *ParquetConfiguration) *FileFormatConfiguration
- func (s FileFormatConfiguration) String() string
- func (s *FileFormatConfiguration) Validate() error
- type FilterActivity
- func (s FilterActivity) GoString() string
- func (s *FilterActivity) SetFilter(v string) *FilterActivity
- func (s *FilterActivity) SetName(v string) *FilterActivity
- func (s *FilterActivity) SetNext(v string) *FilterActivity
- func (s FilterActivity) String() string
- func (s *FilterActivity) Validate() error
- type GetDatasetContentInput
- func (s GetDatasetContentInput) GoString() string
- func (s *GetDatasetContentInput) SetDatasetName(v string) *GetDatasetContentInput
- func (s *GetDatasetContentInput) SetVersionId(v string) *GetDatasetContentInput
- func (s GetDatasetContentInput) String() string
- func (s *GetDatasetContentInput) Validate() error
- type GetDatasetContentOutput
- func (s GetDatasetContentOutput) GoString() string
- func (s *GetDatasetContentOutput) SetEntries(v []*DatasetEntry) *GetDatasetContentOutput
- func (s *GetDatasetContentOutput) SetStatus(v *DatasetContentStatus) *GetDatasetContentOutput
- func (s *GetDatasetContentOutput) SetTimestamp(v time.Time) *GetDatasetContentOutput
- func (s GetDatasetContentOutput) String() string
- type GlueConfiguration
- type InternalFailureException
- func (s *InternalFailureException) Code() string
- func (s *InternalFailureException) Error() string
- func (s InternalFailureException) GoString() string
- func (s *InternalFailureException) Message() string
- func (s *InternalFailureException) OrigErr() error
- func (s *InternalFailureException) RequestID() string
- func (s *InternalFailureException) StatusCode() int
- func (s InternalFailureException) String() string
- type InvalidRequestException
- func (s *InvalidRequestException) Code() string
- func (s *InvalidRequestException) Error() string
- func (s InvalidRequestException) GoString() string
- func (s *InvalidRequestException) Message() string
- func (s *InvalidRequestException) OrigErr() error
- func (s *InvalidRequestException) RequestID() string
- func (s *InvalidRequestException) StatusCode() int
- func (s InvalidRequestException) String() string
- type IoTAnalytics
- func (c *IoTAnalytics) BatchPutMessage(input *BatchPutMessageInput) (*BatchPutMessageOutput, error)
- func (c *IoTAnalytics) BatchPutMessageRequest(input *BatchPutMessageInput) (req *request.Request, output *BatchPutMessageOutput)
- func (c *IoTAnalytics) BatchPutMessageWithContext(ctx aws.Context, input *BatchPutMessageInput, opts ...request.Option) (*BatchPutMessageOutput, error)
- func (c *IoTAnalytics) CancelPipelineReprocessing(input *CancelPipelineReprocessingInput) (*CancelPipelineReprocessingOutput, error)
- func (c *IoTAnalytics) CancelPipelineReprocessingRequest(input *CancelPipelineReprocessingInput) (req *request.Request, output *CancelPipelineReprocessingOutput)
- func (c *IoTAnalytics) CancelPipelineReprocessingWithContext(ctx aws.Context, input *CancelPipelineReprocessingInput, ...) (*CancelPipelineReprocessingOutput, error)
- func (c *IoTAnalytics) CreateChannel(input *CreateChannelInput) (*CreateChannelOutput, error)
- func (c *IoTAnalytics) CreateChannelRequest(input *CreateChannelInput) (req *request.Request, output *CreateChannelOutput)
- func (c *IoTAnalytics) CreateChannelWithContext(ctx aws.Context, input *CreateChannelInput, opts ...request.Option) (*CreateChannelOutput, error)
- func (c *IoTAnalytics) CreateDataset(input *CreateDatasetInput) (*CreateDatasetOutput, error)
- func (c *IoTAnalytics) CreateDatasetContent(input *CreateDatasetContentInput) (*CreateDatasetContentOutput, error)
- func (c *IoTAnalytics) CreateDatasetContentRequest(input *CreateDatasetContentInput) (req *request.Request, output *CreateDatasetContentOutput)
- func (c *IoTAnalytics) CreateDatasetContentWithContext(ctx aws.Context, input *CreateDatasetContentInput, opts ...request.Option) (*CreateDatasetContentOutput, error)
- func (c *IoTAnalytics) CreateDatasetRequest(input *CreateDatasetInput) (req *request.Request, output *CreateDatasetOutput)
- func (c *IoTAnalytics) CreateDatasetWithContext(ctx aws.Context, input *CreateDatasetInput, opts ...request.Option) (*CreateDatasetOutput, error)
- func (c *IoTAnalytics) CreateDatastore(input *CreateDatastoreInput) (*CreateDatastoreOutput, error)
- func (c *IoTAnalytics) CreateDatastoreRequest(input *CreateDatastoreInput) (req *request.Request, output *CreateDatastoreOutput)
- func (c *IoTAnalytics) CreateDatastoreWithContext(ctx aws.Context, input *CreateDatastoreInput, opts ...request.Option) (*CreateDatastoreOutput, error)
- func (c *IoTAnalytics) CreatePipeline(input *CreatePipelineInput) (*CreatePipelineOutput, error)
- func (c *IoTAnalytics) CreatePipelineRequest(input *CreatePipelineInput) (req *request.Request, output *CreatePipelineOutput)
- func (c *IoTAnalytics) CreatePipelineWithContext(ctx aws.Context, input *CreatePipelineInput, opts ...request.Option) (*CreatePipelineOutput, error)
- func (c *IoTAnalytics) DeleteChannel(input *DeleteChannelInput) (*DeleteChannelOutput, error)
- func (c *IoTAnalytics) DeleteChannelRequest(input *DeleteChannelInput) (req *request.Request, output *DeleteChannelOutput)
- func (c *IoTAnalytics) DeleteChannelWithContext(ctx aws.Context, input *DeleteChannelInput, opts ...request.Option) (*DeleteChannelOutput, error)
- func (c *IoTAnalytics) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error)
- func (c *IoTAnalytics) DeleteDatasetContent(input *DeleteDatasetContentInput) (*DeleteDatasetContentOutput, error)
- func (c *IoTAnalytics) DeleteDatasetContentRequest(input *DeleteDatasetContentInput) (req *request.Request, output *DeleteDatasetContentOutput)
- func (c *IoTAnalytics) DeleteDatasetContentWithContext(ctx aws.Context, input *DeleteDatasetContentInput, opts ...request.Option) (*DeleteDatasetContentOutput, error)
- func (c *IoTAnalytics) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput)
- func (c *IoTAnalytics) DeleteDatasetWithContext(ctx aws.Context, input *DeleteDatasetInput, opts ...request.Option) (*DeleteDatasetOutput, error)
- func (c *IoTAnalytics) DeleteDatastore(input *DeleteDatastoreInput) (*DeleteDatastoreOutput, error)
- func (c *IoTAnalytics) DeleteDatastoreRequest(input *DeleteDatastoreInput) (req *request.Request, output *DeleteDatastoreOutput)
- func (c *IoTAnalytics) DeleteDatastoreWithContext(ctx aws.Context, input *DeleteDatastoreInput, opts ...request.Option) (*DeleteDatastoreOutput, error)
- func (c *IoTAnalytics) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)
- func (c *IoTAnalytics) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)
- func (c *IoTAnalytics) DeletePipelineWithContext(ctx aws.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)
- func (c *IoTAnalytics) DescribeChannel(input *DescribeChannelInput) (*DescribeChannelOutput, error)
- func (c *IoTAnalytics) DescribeChannelRequest(input *DescribeChannelInput) (req *request.Request, output *DescribeChannelOutput)
- func (c *IoTAnalytics) DescribeChannelWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.Option) (*DescribeChannelOutput, error)
- func (c *IoTAnalytics) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error)
- func (c *IoTAnalytics) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput)
- func (c *IoTAnalytics) DescribeDatasetWithContext(ctx aws.Context, input *DescribeDatasetInput, opts ...request.Option) (*DescribeDatasetOutput, error)
- func (c *IoTAnalytics) DescribeDatastore(input *DescribeDatastoreInput) (*DescribeDatastoreOutput, error)
- func (c *IoTAnalytics) DescribeDatastoreRequest(input *DescribeDatastoreInput) (req *request.Request, output *DescribeDatastoreOutput)
- func (c *IoTAnalytics) DescribeDatastoreWithContext(ctx aws.Context, input *DescribeDatastoreInput, opts ...request.Option) (*DescribeDatastoreOutput, error)
- func (c *IoTAnalytics) DescribeLoggingOptions(input *DescribeLoggingOptionsInput) (*DescribeLoggingOptionsOutput, error)
- func (c *IoTAnalytics) DescribeLoggingOptionsRequest(input *DescribeLoggingOptionsInput) (req *request.Request, output *DescribeLoggingOptionsOutput)
- func (c *IoTAnalytics) DescribeLoggingOptionsWithContext(ctx aws.Context, input *DescribeLoggingOptionsInput, opts ...request.Option) (*DescribeLoggingOptionsOutput, error)
- func (c *IoTAnalytics) DescribePipeline(input *DescribePipelineInput) (*DescribePipelineOutput, error)
- func (c *IoTAnalytics) DescribePipelineRequest(input *DescribePipelineInput) (req *request.Request, output *DescribePipelineOutput)
- func (c *IoTAnalytics) DescribePipelineWithContext(ctx aws.Context, input *DescribePipelineInput, opts ...request.Option) (*DescribePipelineOutput, error)
- func (c *IoTAnalytics) GetDatasetContent(input *GetDatasetContentInput) (*GetDatasetContentOutput, error)
- func (c *IoTAnalytics) GetDatasetContentRequest(input *GetDatasetContentInput) (req *request.Request, output *GetDatasetContentOutput)
- func (c *IoTAnalytics) GetDatasetContentWithContext(ctx aws.Context, input *GetDatasetContentInput, opts ...request.Option) (*GetDatasetContentOutput, error)
- func (c *IoTAnalytics) ListChannels(input *ListChannelsInput) (*ListChannelsOutput, error)
- func (c *IoTAnalytics) ListChannelsPages(input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool) error
- func (c *IoTAnalytics) ListChannelsPagesWithContext(ctx aws.Context, input *ListChannelsInput, ...) error
- func (c *IoTAnalytics) ListChannelsRequest(input *ListChannelsInput) (req *request.Request, output *ListChannelsOutput)
- func (c *IoTAnalytics) ListChannelsWithContext(ctx aws.Context, input *ListChannelsInput, opts ...request.Option) (*ListChannelsOutput, error)
- func (c *IoTAnalytics) ListDatasetContents(input *ListDatasetContentsInput) (*ListDatasetContentsOutput, error)
- func (c *IoTAnalytics) ListDatasetContentsPages(input *ListDatasetContentsInput, ...) error
- func (c *IoTAnalytics) ListDatasetContentsPagesWithContext(ctx aws.Context, input *ListDatasetContentsInput, ...) error
- func (c *IoTAnalytics) ListDatasetContentsRequest(input *ListDatasetContentsInput) (req *request.Request, output *ListDatasetContentsOutput)
- func (c *IoTAnalytics) ListDatasetContentsWithContext(ctx aws.Context, input *ListDatasetContentsInput, opts ...request.Option) (*ListDatasetContentsOutput, error)
- func (c *IoTAnalytics) ListDatasets(input *ListDatasetsInput) (*ListDatasetsOutput, error)
- func (c *IoTAnalytics) ListDatasetsPages(input *ListDatasetsInput, fn func(*ListDatasetsOutput, bool) bool) error
- func (c *IoTAnalytics) ListDatasetsPagesWithContext(ctx aws.Context, input *ListDatasetsInput, ...) error
- func (c *IoTAnalytics) ListDatasetsRequest(input *ListDatasetsInput) (req *request.Request, output *ListDatasetsOutput)
- func (c *IoTAnalytics) ListDatasetsWithContext(ctx aws.Context, input *ListDatasetsInput, opts ...request.Option) (*ListDatasetsOutput, error)
- func (c *IoTAnalytics) ListDatastores(input *ListDatastoresInput) (*ListDatastoresOutput, error)
- func (c *IoTAnalytics) ListDatastoresPages(input *ListDatastoresInput, fn func(*ListDatastoresOutput, bool) bool) error
- func (c *IoTAnalytics) ListDatastoresPagesWithContext(ctx aws.Context, input *ListDatastoresInput, ...) error
- func (c *IoTAnalytics) ListDatastoresRequest(input *ListDatastoresInput) (req *request.Request, output *ListDatastoresOutput)
- func (c *IoTAnalytics) ListDatastoresWithContext(ctx aws.Context, input *ListDatastoresInput, opts ...request.Option) (*ListDatastoresOutput, error)
- func (c *IoTAnalytics) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)
- func (c *IoTAnalytics) ListPipelinesPages(input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool) error
- func (c *IoTAnalytics) ListPipelinesPagesWithContext(ctx aws.Context, input *ListPipelinesInput, ...) error
- func (c *IoTAnalytics) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)
- func (c *IoTAnalytics) ListPipelinesWithContext(ctx aws.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)
- func (c *IoTAnalytics) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *IoTAnalytics) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *IoTAnalytics) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *IoTAnalytics) PutLoggingOptions(input *PutLoggingOptionsInput) (*PutLoggingOptionsOutput, error)
- func (c *IoTAnalytics) PutLoggingOptionsRequest(input *PutLoggingOptionsInput) (req *request.Request, output *PutLoggingOptionsOutput)
- func (c *IoTAnalytics) PutLoggingOptionsWithContext(ctx aws.Context, input *PutLoggingOptionsInput, opts ...request.Option) (*PutLoggingOptionsOutput, error)
- func (c *IoTAnalytics) RunPipelineActivity(input *RunPipelineActivityInput) (*RunPipelineActivityOutput, error)
- func (c *IoTAnalytics) RunPipelineActivityRequest(input *RunPipelineActivityInput) (req *request.Request, output *RunPipelineActivityOutput)
- func (c *IoTAnalytics) RunPipelineActivityWithContext(ctx aws.Context, input *RunPipelineActivityInput, opts ...request.Option) (*RunPipelineActivityOutput, error)
- func (c *IoTAnalytics) SampleChannelData(input *SampleChannelDataInput) (*SampleChannelDataOutput, error)
- func (c *IoTAnalytics) SampleChannelDataRequest(input *SampleChannelDataInput) (req *request.Request, output *SampleChannelDataOutput)
- func (c *IoTAnalytics) SampleChannelDataWithContext(ctx aws.Context, input *SampleChannelDataInput, opts ...request.Option) (*SampleChannelDataOutput, error)
- func (c *IoTAnalytics) StartPipelineReprocessing(input *StartPipelineReprocessingInput) (*StartPipelineReprocessingOutput, error)
- func (c *IoTAnalytics) StartPipelineReprocessingRequest(input *StartPipelineReprocessingInput) (req *request.Request, output *StartPipelineReprocessingOutput)
- func (c *IoTAnalytics) StartPipelineReprocessingWithContext(ctx aws.Context, input *StartPipelineReprocessingInput, opts ...request.Option) (*StartPipelineReprocessingOutput, error)
- func (c *IoTAnalytics) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *IoTAnalytics) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *IoTAnalytics) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *IoTAnalytics) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *IoTAnalytics) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *IoTAnalytics) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *IoTAnalytics) UpdateChannel(input *UpdateChannelInput) (*UpdateChannelOutput, error)
- func (c *IoTAnalytics) UpdateChannelRequest(input *UpdateChannelInput) (req *request.Request, output *UpdateChannelOutput)
- func (c *IoTAnalytics) UpdateChannelWithContext(ctx aws.Context, input *UpdateChannelInput, opts ...request.Option) (*UpdateChannelOutput, error)
- func (c *IoTAnalytics) UpdateDataset(input *UpdateDatasetInput) (*UpdateDatasetOutput, error)
- func (c *IoTAnalytics) UpdateDatasetRequest(input *UpdateDatasetInput) (req *request.Request, output *UpdateDatasetOutput)
- func (c *IoTAnalytics) UpdateDatasetWithContext(ctx aws.Context, input *UpdateDatasetInput, opts ...request.Option) (*UpdateDatasetOutput, error)
- func (c *IoTAnalytics) UpdateDatastore(input *UpdateDatastoreInput) (*UpdateDatastoreOutput, error)
- func (c *IoTAnalytics) UpdateDatastoreRequest(input *UpdateDatastoreInput) (req *request.Request, output *UpdateDatastoreOutput)
- func (c *IoTAnalytics) UpdateDatastoreWithContext(ctx aws.Context, input *UpdateDatastoreInput, opts ...request.Option) (*UpdateDatastoreOutput, error)
- func (c *IoTAnalytics) UpdatePipeline(input *UpdatePipelineInput) (*UpdatePipelineOutput, error)
- func (c *IoTAnalytics) UpdatePipelineRequest(input *UpdatePipelineInput) (req *request.Request, output *UpdatePipelineOutput)
- func (c *IoTAnalytics) UpdatePipelineWithContext(ctx aws.Context, input *UpdatePipelineInput, opts ...request.Option) (*UpdatePipelineOutput, error)
- type IotEventsDestinationConfiguration
- func (s IotEventsDestinationConfiguration) GoString() string
- func (s *IotEventsDestinationConfiguration) SetInputName(v string) *IotEventsDestinationConfiguration
- func (s *IotEventsDestinationConfiguration) SetRoleArn(v string) *IotEventsDestinationConfiguration
- func (s IotEventsDestinationConfiguration) String() string
- func (s *IotEventsDestinationConfiguration) Validate() error
- type IotSiteWiseCustomerManagedDatastoreS3Storage
- func (s IotSiteWiseCustomerManagedDatastoreS3Storage) GoString() string
- func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) SetBucket(v string) *IotSiteWiseCustomerManagedDatastoreS3Storage
- func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) SetKeyPrefix(v string) *IotSiteWiseCustomerManagedDatastoreS3Storage
- func (s IotSiteWiseCustomerManagedDatastoreS3Storage) String() string
- func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) Validate() error
- type IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- func (s IotSiteWiseCustomerManagedDatastoreS3StorageSummary) GoString() string
- func (s *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetBucket(v string) *IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- func (s *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetKeyPrefix(v string) *IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- func (s IotSiteWiseCustomerManagedDatastoreS3StorageSummary) String() string
- type JsonConfiguration
- type LambdaActivity
- func (s LambdaActivity) GoString() string
- func (s *LambdaActivity) SetBatchSize(v int64) *LambdaActivity
- func (s *LambdaActivity) SetLambdaName(v string) *LambdaActivity
- func (s *LambdaActivity) SetName(v string) *LambdaActivity
- func (s *LambdaActivity) SetNext(v string) *LambdaActivity
- func (s LambdaActivity) String() string
- func (s *LambdaActivity) Validate() error
- type LateDataRule
- type LateDataRuleConfiguration
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListChannelsInput
- type ListChannelsOutput
- type ListDatasetContentsInput
- func (s ListDatasetContentsInput) GoString() string
- func (s *ListDatasetContentsInput) SetDatasetName(v string) *ListDatasetContentsInput
- func (s *ListDatasetContentsInput) SetMaxResults(v int64) *ListDatasetContentsInput
- func (s *ListDatasetContentsInput) SetNextToken(v string) *ListDatasetContentsInput
- func (s *ListDatasetContentsInput) SetScheduledBefore(v time.Time) *ListDatasetContentsInput
- func (s *ListDatasetContentsInput) SetScheduledOnOrAfter(v time.Time) *ListDatasetContentsInput
- func (s ListDatasetContentsInput) String() string
- func (s *ListDatasetContentsInput) Validate() error
- type ListDatasetContentsOutput
- func (s ListDatasetContentsOutput) GoString() string
- func (s *ListDatasetContentsOutput) SetDatasetContentSummaries(v []*DatasetContentSummary) *ListDatasetContentsOutput
- func (s *ListDatasetContentsOutput) SetNextToken(v string) *ListDatasetContentsOutput
- func (s ListDatasetContentsOutput) String() string
- type ListDatasetsInput
- type ListDatasetsOutput
- type ListDatastoresInput
- type ListDatastoresOutput
- type ListPipelinesInput
- type ListPipelinesOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type LoggingOptions
- func (s LoggingOptions) GoString() string
- func (s *LoggingOptions) SetEnabled(v bool) *LoggingOptions
- func (s *LoggingOptions) SetLevel(v string) *LoggingOptions
- func (s *LoggingOptions) SetRoleArn(v string) *LoggingOptions
- func (s LoggingOptions) String() string
- func (s *LoggingOptions) Validate() error
- type MathActivity
- func (s MathActivity) GoString() string
- func (s *MathActivity) SetAttribute(v string) *MathActivity
- func (s *MathActivity) SetMath(v string) *MathActivity
- func (s *MathActivity) SetName(v string) *MathActivity
- func (s *MathActivity) SetNext(v string) *MathActivity
- func (s MathActivity) String() string
- func (s *MathActivity) Validate() error
- type Message
- type OutputFileUriValue
- type ParquetConfiguration
- type Partition
- type Pipeline
- func (s Pipeline) GoString() string
- func (s *Pipeline) SetActivities(v []*PipelineActivity) *Pipeline
- func (s *Pipeline) SetArn(v string) *Pipeline
- func (s *Pipeline) SetCreationTime(v time.Time) *Pipeline
- func (s *Pipeline) SetLastUpdateTime(v time.Time) *Pipeline
- func (s *Pipeline) SetName(v string) *Pipeline
- func (s *Pipeline) SetReprocessingSummaries(v []*ReprocessingSummary) *Pipeline
- func (s Pipeline) String() string
- type PipelineActivity
- func (s PipelineActivity) GoString() string
- func (s *PipelineActivity) SetAddAttributes(v *AddAttributesActivity) *PipelineActivity
- func (s *PipelineActivity) SetChannel(v *ChannelActivity) *PipelineActivity
- func (s *PipelineActivity) SetDatastore(v *DatastoreActivity) *PipelineActivity
- func (s *PipelineActivity) SetDeviceRegistryEnrich(v *DeviceRegistryEnrichActivity) *PipelineActivity
- func (s *PipelineActivity) SetDeviceShadowEnrich(v *DeviceShadowEnrichActivity) *PipelineActivity
- func (s *PipelineActivity) SetFilter(v *FilterActivity) *PipelineActivity
- func (s *PipelineActivity) SetLambda(v *LambdaActivity) *PipelineActivity
- func (s *PipelineActivity) SetMath(v *MathActivity) *PipelineActivity
- func (s *PipelineActivity) SetRemoveAttributes(v *RemoveAttributesActivity) *PipelineActivity
- func (s *PipelineActivity) SetSelectAttributes(v *SelectAttributesActivity) *PipelineActivity
- func (s PipelineActivity) String() string
- func (s *PipelineActivity) Validate() error
- type PipelineSummary
- func (s PipelineSummary) GoString() string
- func (s *PipelineSummary) SetCreationTime(v time.Time) *PipelineSummary
- func (s *PipelineSummary) SetLastUpdateTime(v time.Time) *PipelineSummary
- func (s *PipelineSummary) SetPipelineName(v string) *PipelineSummary
- func (s *PipelineSummary) SetReprocessingSummaries(v []*ReprocessingSummary) *PipelineSummary
- func (s PipelineSummary) String() string
- type PutLoggingOptionsInput
- type PutLoggingOptionsOutput
- type QueryFilter
- type RemoveAttributesActivity
- func (s RemoveAttributesActivity) GoString() string
- func (s *RemoveAttributesActivity) SetAttributes(v []*string) *RemoveAttributesActivity
- func (s *RemoveAttributesActivity) SetName(v string) *RemoveAttributesActivity
- func (s *RemoveAttributesActivity) SetNext(v string) *RemoveAttributesActivity
- func (s RemoveAttributesActivity) String() string
- func (s *RemoveAttributesActivity) Validate() error
- type ReprocessingSummary
- func (s ReprocessingSummary) GoString() string
- func (s *ReprocessingSummary) SetCreationTime(v time.Time) *ReprocessingSummary
- func (s *ReprocessingSummary) SetId(v string) *ReprocessingSummary
- func (s *ReprocessingSummary) SetStatus(v string) *ReprocessingSummary
- func (s ReprocessingSummary) String() string
- type ResourceAlreadyExistsException
- func (s *ResourceAlreadyExistsException) Code() string
- func (s *ResourceAlreadyExistsException) Error() string
- func (s ResourceAlreadyExistsException) GoString() string
- func (s *ResourceAlreadyExistsException) Message() string
- func (s *ResourceAlreadyExistsException) OrigErr() error
- func (s *ResourceAlreadyExistsException) RequestID() string
- func (s *ResourceAlreadyExistsException) StatusCode() int
- func (s ResourceAlreadyExistsException) String() string
- type ResourceConfiguration
- func (s ResourceConfiguration) GoString() string
- func (s *ResourceConfiguration) SetComputeType(v string) *ResourceConfiguration
- func (s *ResourceConfiguration) SetVolumeSizeInGB(v int64) *ResourceConfiguration
- func (s ResourceConfiguration) String() string
- func (s *ResourceConfiguration) Validate() error
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type RetentionPeriod
- type RunPipelineActivityInput
- func (s RunPipelineActivityInput) GoString() string
- func (s *RunPipelineActivityInput) SetPayloads(v [][]byte) *RunPipelineActivityInput
- func (s *RunPipelineActivityInput) SetPipelineActivity(v *PipelineActivity) *RunPipelineActivityInput
- func (s RunPipelineActivityInput) String() string
- func (s *RunPipelineActivityInput) Validate() error
- type RunPipelineActivityOutput
- type S3DestinationConfiguration
- func (s S3DestinationConfiguration) GoString() string
- func (s *S3DestinationConfiguration) SetBucket(v string) *S3DestinationConfiguration
- func (s *S3DestinationConfiguration) SetGlueConfiguration(v *GlueConfiguration) *S3DestinationConfiguration
- func (s *S3DestinationConfiguration) SetKey(v string) *S3DestinationConfiguration
- func (s *S3DestinationConfiguration) SetRoleArn(v string) *S3DestinationConfiguration
- func (s S3DestinationConfiguration) String() string
- func (s *S3DestinationConfiguration) Validate() error
- type SampleChannelDataInput
- func (s SampleChannelDataInput) GoString() string
- func (s *SampleChannelDataInput) SetChannelName(v string) *SampleChannelDataInput
- func (s *SampleChannelDataInput) SetEndTime(v time.Time) *SampleChannelDataInput
- func (s *SampleChannelDataInput) SetMaxMessages(v int64) *SampleChannelDataInput
- func (s *SampleChannelDataInput) SetStartTime(v time.Time) *SampleChannelDataInput
- func (s SampleChannelDataInput) String() string
- func (s *SampleChannelDataInput) Validate() error
- type SampleChannelDataOutput
- type Schedule
- type SchemaDefinition
- type SelectAttributesActivity
- func (s SelectAttributesActivity) GoString() string
- func (s *SelectAttributesActivity) SetAttributes(v []*string) *SelectAttributesActivity
- func (s *SelectAttributesActivity) SetName(v string) *SelectAttributesActivity
- func (s *SelectAttributesActivity) SetNext(v string) *SelectAttributesActivity
- func (s SelectAttributesActivity) String() string
- func (s *SelectAttributesActivity) Validate() error
- type ServiceManagedChannelS3Storage
- type ServiceManagedChannelS3StorageSummary
- type ServiceManagedDatastoreS3Storage
- type ServiceManagedDatastoreS3StorageSummary
- type ServiceUnavailableException
- func (s *ServiceUnavailableException) Code() string
- func (s *ServiceUnavailableException) Error() string
- func (s ServiceUnavailableException) GoString() string
- func (s *ServiceUnavailableException) Message() string
- func (s *ServiceUnavailableException) OrigErr() error
- func (s *ServiceUnavailableException) RequestID() string
- func (s *ServiceUnavailableException) StatusCode() int
- func (s ServiceUnavailableException) String() string
- type SqlQueryDatasetAction
- func (s SqlQueryDatasetAction) GoString() string
- func (s *SqlQueryDatasetAction) SetFilters(v []*QueryFilter) *SqlQueryDatasetAction
- func (s *SqlQueryDatasetAction) SetSqlQuery(v string) *SqlQueryDatasetAction
- func (s SqlQueryDatasetAction) String() string
- func (s *SqlQueryDatasetAction) Validate() error
- type StartPipelineReprocessingInput
- func (s StartPipelineReprocessingInput) GoString() string
- func (s *StartPipelineReprocessingInput) SetChannelMessages(v *ChannelMessages) *StartPipelineReprocessingInput
- func (s *StartPipelineReprocessingInput) SetEndTime(v time.Time) *StartPipelineReprocessingInput
- func (s *StartPipelineReprocessingInput) SetPipelineName(v string) *StartPipelineReprocessingInput
- func (s *StartPipelineReprocessingInput) SetStartTime(v time.Time) *StartPipelineReprocessingInput
- func (s StartPipelineReprocessingInput) String() string
- func (s *StartPipelineReprocessingInput) Validate() error
- type StartPipelineReprocessingOutput
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type TimestampPartition
- type TriggeringDataset
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateChannelInput
- func (s UpdateChannelInput) GoString() string
- func (s *UpdateChannelInput) SetChannelName(v string) *UpdateChannelInput
- func (s *UpdateChannelInput) SetChannelStorage(v *ChannelStorage) *UpdateChannelInput
- func (s *UpdateChannelInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateChannelInput
- func (s UpdateChannelInput) String() string
- func (s *UpdateChannelInput) Validate() error
- type UpdateChannelOutput
- type UpdateDatasetInput
- func (s UpdateDatasetInput) GoString() string
- func (s *UpdateDatasetInput) SetActions(v []*DatasetAction) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetDatasetName(v string) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetLateDataRules(v []*LateDataRule) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetTriggers(v []*DatasetTrigger) *UpdateDatasetInput
- func (s *UpdateDatasetInput) SetVersioningConfiguration(v *VersioningConfiguration) *UpdateDatasetInput
- func (s UpdateDatasetInput) String() string
- func (s *UpdateDatasetInput) Validate() error
- type UpdateDatasetOutput
- type UpdateDatastoreInput
- func (s UpdateDatastoreInput) GoString() string
- func (s *UpdateDatastoreInput) SetDatastoreName(v string) *UpdateDatastoreInput
- func (s *UpdateDatastoreInput) SetDatastoreStorage(v *DatastoreStorage) *UpdateDatastoreInput
- func (s *UpdateDatastoreInput) SetFileFormatConfiguration(v *FileFormatConfiguration) *UpdateDatastoreInput
- func (s *UpdateDatastoreInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateDatastoreInput
- func (s UpdateDatastoreInput) String() string
- func (s *UpdateDatastoreInput) Validate() error
- type UpdateDatastoreOutput
- type UpdatePipelineInput
- func (s UpdatePipelineInput) GoString() string
- func (s *UpdatePipelineInput) SetPipelineActivities(v []*PipelineActivity) *UpdatePipelineInput
- func (s *UpdatePipelineInput) SetPipelineName(v string) *UpdatePipelineInput
- func (s UpdatePipelineInput) String() string
- func (s *UpdatePipelineInput) Validate() error
- type UpdatePipelineOutput
- type Variable
- func (s Variable) GoString() string
- func (s *Variable) SetDatasetContentVersionValue(v *DatasetContentVersionValue) *Variable
- func (s *Variable) SetDoubleValue(v float64) *Variable
- func (s *Variable) SetName(v string) *Variable
- func (s *Variable) SetOutputFileUriValue(v *OutputFileUriValue) *Variable
- func (s *Variable) SetStringValue(v string) *Variable
- func (s Variable) String() string
- func (s *Variable) Validate() error
- type VersioningConfiguration
- func (s VersioningConfiguration) GoString() string
- func (s *VersioningConfiguration) SetMaxVersions(v int64) *VersioningConfiguration
- func (s *VersioningConfiguration) SetUnlimited(v bool) *VersioningConfiguration
- func (s VersioningConfiguration) String() string
- func (s *VersioningConfiguration) Validate() error
Constants ¶
const ( // ChannelStatusCreating is a ChannelStatus enum value ChannelStatusCreating = "CREATING" // ChannelStatusActive is a ChannelStatus enum value ChannelStatusActive = "ACTIVE" // ChannelStatusDeleting is a ChannelStatus enum value ChannelStatusDeleting = "DELETING" )
const ( // ComputeTypeAcu1 is a ComputeType enum value ComputeTypeAcu1 = "ACU_1" // ComputeTypeAcu2 is a ComputeType enum value ComputeTypeAcu2 = "ACU_2" )
const ( // DatasetActionTypeQuery is a DatasetActionType enum value DatasetActionTypeQuery = "QUERY" // DatasetActionTypeContainer is a DatasetActionType enum value DatasetActionTypeContainer = "CONTAINER" )
const ( // DatasetContentStateCreating is a DatasetContentState enum value DatasetContentStateCreating = "CREATING" // DatasetContentStateSucceeded is a DatasetContentState enum value DatasetContentStateSucceeded = "SUCCEEDED" // DatasetContentStateFailed is a DatasetContentState enum value DatasetContentStateFailed = "FAILED" )
const ( // DatasetStatusCreating is a DatasetStatus enum value DatasetStatusCreating = "CREATING" // DatasetStatusActive is a DatasetStatus enum value DatasetStatusActive = "ACTIVE" // DatasetStatusDeleting is a DatasetStatus enum value DatasetStatusDeleting = "DELETING" )
const ( // DatastoreStatusCreating is a DatastoreStatus enum value DatastoreStatusCreating = "CREATING" // DatastoreStatusActive is a DatastoreStatus enum value DatastoreStatusActive = "ACTIVE" // DatastoreStatusDeleting is a DatastoreStatus enum value DatastoreStatusDeleting = "DELETING" )
const ( // FileFormatTypeJson is a FileFormatType enum value FileFormatTypeJson = "JSON" // FileFormatTypeParquet is a FileFormatType enum value FileFormatTypeParquet = "PARQUET" )
const ( // ReprocessingStatusRunning is a ReprocessingStatus enum value ReprocessingStatusRunning = "RUNNING" // ReprocessingStatusSucceeded is a ReprocessingStatus enum value ReprocessingStatusSucceeded = "SUCCEEDED" // ReprocessingStatusCancelled is a ReprocessingStatus enum value ReprocessingStatusCancelled = "CANCELLED" // ReprocessingStatusFailed is a ReprocessingStatus enum value ReprocessingStatusFailed = "FAILED" )
const ( // ErrCodeInternalFailureException for service response error code // "InternalFailureException". // // There was an internal failure. ErrCodeInternalFailureException = "InternalFailureException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // The request was not valid. ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The command caused an internal limit to be exceeded. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeResourceAlreadyExistsException for service response error code // "ResourceAlreadyExistsException". // // A resource with the same name already exists. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // A resource with the specified name could not be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // "ServiceUnavailableException". // // The service is temporarily unavailable. ErrCodeServiceUnavailableException = "ServiceUnavailableException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The request was denied due to request throttling. ErrCodeThrottlingException = "ThrottlingException" )
const ( ServiceName = "iotanalytics" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "IoTAnalytics" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// LoggingLevelError is a LoggingLevel enum value
LoggingLevelError = "ERROR"
)
Variables ¶
This section is empty.
Functions ¶
func ChannelStatus_Values ¶ added in v1.34.3
func ChannelStatus_Values() []string
ChannelStatus_Values returns all elements of the ChannelStatus enum
func ComputeType_Values ¶ added in v1.34.3
func ComputeType_Values() []string
ComputeType_Values returns all elements of the ComputeType enum
func DatasetActionType_Values ¶ added in v1.34.3
func DatasetActionType_Values() []string
DatasetActionType_Values returns all elements of the DatasetActionType enum
func DatasetContentState_Values ¶ added in v1.34.3
func DatasetContentState_Values() []string
DatasetContentState_Values returns all elements of the DatasetContentState enum
func DatasetStatus_Values ¶ added in v1.34.3
func DatasetStatus_Values() []string
DatasetStatus_Values returns all elements of the DatasetStatus enum
func DatastoreStatus_Values ¶ added in v1.34.3
func DatastoreStatus_Values() []string
DatastoreStatus_Values returns all elements of the DatastoreStatus enum
func FileFormatType_Values ¶ added in v1.36.9
func FileFormatType_Values() []string
FileFormatType_Values returns all elements of the FileFormatType enum
func LoggingLevel_Values ¶ added in v1.34.3
func LoggingLevel_Values() []string
LoggingLevel_Values returns all elements of the LoggingLevel enum
func ReprocessingStatus_Values ¶ added in v1.34.3
func ReprocessingStatus_Values() []string
ReprocessingStatus_Values returns all elements of the ReprocessingStatus enum
Types ¶
type AddAttributesActivity ¶
type AddAttributesActivity struct { // 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. // // Attributes is a required field Attributes map[string]*string `locationName:"attributes" min:"1" type:"map" required:"true"` // The name of the addAttributes activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
An activity that adds other attributes based on existing attributes in the message.
func (AddAttributesActivity) GoString ¶
func (s AddAttributesActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddAttributesActivity) SetAttributes ¶
func (s *AddAttributesActivity) SetAttributes(v map[string]*string) *AddAttributesActivity
SetAttributes sets the Attributes field's value.
func (*AddAttributesActivity) SetName ¶
func (s *AddAttributesActivity) SetName(v string) *AddAttributesActivity
SetName sets the Name field's value.
func (*AddAttributesActivity) SetNext ¶
func (s *AddAttributesActivity) SetNext(v string) *AddAttributesActivity
SetNext sets the Next field's value.
func (AddAttributesActivity) String ¶
func (s AddAttributesActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddAttributesActivity) Validate ¶
func (s *AddAttributesActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchPutMessageErrorEntry ¶
type BatchPutMessageErrorEntry struct { // The code associated with the error. ErrorCode *string `locationName:"errorCode" type:"string"` // The message associated with the error. ErrorMessage *string `locationName:"errorMessage" type:"string"` // The ID of the message that caused the error. See the value corresponding // to the messageId key in the message object. MessageId *string `locationName:"messageId" min:"1" type:"string"` // contains filtered or unexported fields }
Contains informations about errors.
func (BatchPutMessageErrorEntry) GoString ¶
func (s BatchPutMessageErrorEntry) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutMessageErrorEntry) SetErrorCode ¶
func (s *BatchPutMessageErrorEntry) SetErrorCode(v string) *BatchPutMessageErrorEntry
SetErrorCode sets the ErrorCode field's value.
func (*BatchPutMessageErrorEntry) SetErrorMessage ¶
func (s *BatchPutMessageErrorEntry) SetErrorMessage(v string) *BatchPutMessageErrorEntry
SetErrorMessage sets the ErrorMessage field's value.
func (*BatchPutMessageErrorEntry) SetMessageId ¶
func (s *BatchPutMessageErrorEntry) SetMessageId(v string) *BatchPutMessageErrorEntry
SetMessageId sets the MessageId field's value.
func (BatchPutMessageErrorEntry) String ¶
func (s BatchPutMessageErrorEntry) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchPutMessageInput ¶
type BatchPutMessageInput struct { // The name of the channel where the messages are sent. // // ChannelName is a required field ChannelName *string `locationName:"channelName" min:"1" type:"string" required:"true"` // The list of messages to be sent. Each message has the format: { "messageId": // "string", "payload": "string"}. // // The field names of message payloads (data) that you send to IoT Analytics: // // * Must contain only alphanumeric characters and undescores (_). No other // special characters are allowed. // // * Must begin with an alphabetic character or single underscore (_). // // * Cannot contain hyphens (-). // // * In regular expression terms: "^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$". // // * Cannot be more than 255 characters. // // * Are case insensitive. (Fields named foo and FOO in the same payload // are considered duplicates.) // // For example, {"temp_01": 29} or {"_temp_01": 29} are valid, but {"temp-01": // 29}, {"01_temp": 29} or {"__temp_01": 29} are invalid in message payloads. // // Messages is a required field Messages []*Message `locationName:"messages" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchPutMessageInput) GoString ¶
func (s BatchPutMessageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutMessageInput) SetChannelName ¶
func (s *BatchPutMessageInput) SetChannelName(v string) *BatchPutMessageInput
SetChannelName sets the ChannelName field's value.
func (*BatchPutMessageInput) SetMessages ¶
func (s *BatchPutMessageInput) SetMessages(v []*Message) *BatchPutMessageInput
SetMessages sets the Messages field's value.
func (BatchPutMessageInput) String ¶
func (s BatchPutMessageInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutMessageInput) Validate ¶
func (s *BatchPutMessageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchPutMessageOutput ¶
type BatchPutMessageOutput struct { // A list of any errors encountered when sending the messages to the channel. BatchPutMessageErrorEntries []*BatchPutMessageErrorEntry `locationName:"batchPutMessageErrorEntries" type:"list"` // contains filtered or unexported fields }
func (BatchPutMessageOutput) GoString ¶
func (s BatchPutMessageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutMessageOutput) SetBatchPutMessageErrorEntries ¶
func (s *BatchPutMessageOutput) SetBatchPutMessageErrorEntries(v []*BatchPutMessageErrorEntry) *BatchPutMessageOutput
SetBatchPutMessageErrorEntries sets the BatchPutMessageErrorEntries field's value.
func (BatchPutMessageOutput) String ¶
func (s BatchPutMessageOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelPipelineReprocessingInput ¶
type CancelPipelineReprocessingInput struct { // The name of pipeline for which data reprocessing is canceled. // // PipelineName is a required field PipelineName *string `location:"uri" locationName:"pipelineName" min:"1" type:"string" required:"true"` // The ID of the reprocessing task (returned by StartPipelineReprocessing). // // ReprocessingId is a required field ReprocessingId *string `location:"uri" locationName:"reprocessingId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CancelPipelineReprocessingInput) GoString ¶
func (s CancelPipelineReprocessingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelPipelineReprocessingInput) SetPipelineName ¶
func (s *CancelPipelineReprocessingInput) SetPipelineName(v string) *CancelPipelineReprocessingInput
SetPipelineName sets the PipelineName field's value.
func (*CancelPipelineReprocessingInput) SetReprocessingId ¶
func (s *CancelPipelineReprocessingInput) SetReprocessingId(v string) *CancelPipelineReprocessingInput
SetReprocessingId sets the ReprocessingId field's value.
func (CancelPipelineReprocessingInput) String ¶
func (s CancelPipelineReprocessingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelPipelineReprocessingInput) Validate ¶
func (s *CancelPipelineReprocessingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelPipelineReprocessingOutput ¶
type CancelPipelineReprocessingOutput struct {
// contains filtered or unexported fields
}
func (CancelPipelineReprocessingOutput) GoString ¶
func (s CancelPipelineReprocessingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CancelPipelineReprocessingOutput) String ¶
func (s CancelPipelineReprocessingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Channel ¶
type Channel struct { // The ARN of the channel. Arn *string `locationName:"arn" type:"string"` // When the channel was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // 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. LastMessageArrivalTime *time.Time `locationName:"lastMessageArrivalTime" type:"timestamp"` // When the channel was last updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The name of the channel. Name *string `locationName:"name" min:"1" type:"string"` // How long, in days, message data is kept for the channel. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // The status of the channel. Status *string `locationName:"status" type:"string" enum:"ChannelStatus"` // 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. Storage *ChannelStorage `locationName:"storage" type:"structure"` // contains filtered or unexported fields }
A collection of data from an MQTT topic. Channels archive the raw, unprocessed messages before publishing the data to a pipeline.
func (Channel) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Channel) SetCreationTime ¶
SetCreationTime sets the CreationTime field's value.
func (*Channel) SetLastMessageArrivalTime ¶ added in v1.35.24
SetLastMessageArrivalTime sets the LastMessageArrivalTime field's value.
func (*Channel) SetLastUpdateTime ¶
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*Channel) SetRetentionPeriod ¶
func (s *Channel) SetRetentionPeriod(v *RetentionPeriod) *Channel
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*Channel) SetStorage ¶ added in v1.19.41
func (s *Channel) SetStorage(v *ChannelStorage) *Channel
SetStorage sets the Storage field's value.
type ChannelActivity ¶
type ChannelActivity struct { // The name of the channel from which the messages are processed. // // ChannelName is a required field ChannelName *string `locationName:"channelName" min:"1" type:"string" required:"true"` // The name of the channel activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
The activity that determines the source of the messages to be processed.
func (ChannelActivity) GoString ¶
func (s ChannelActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelActivity) SetChannelName ¶
func (s *ChannelActivity) SetChannelName(v string) *ChannelActivity
SetChannelName sets the ChannelName field's value.
func (*ChannelActivity) SetName ¶
func (s *ChannelActivity) SetName(v string) *ChannelActivity
SetName sets the Name field's value.
func (*ChannelActivity) SetNext ¶
func (s *ChannelActivity) SetNext(v string) *ChannelActivity
SetNext sets the Next field's value.
func (ChannelActivity) String ¶
func (s ChannelActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelActivity) Validate ¶
func (s *ChannelActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ChannelMessages ¶ added in v1.36.9
type ChannelMessages struct { // 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 S3Paths []*string `locationName:"s3Paths" min:"1" type:"list"` // contains filtered or unexported fields }
Specifies one or more sets of channel messages.
func (ChannelMessages) GoString ¶ added in v1.36.9
func (s ChannelMessages) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelMessages) SetS3Paths ¶ added in v1.36.9
func (s *ChannelMessages) SetS3Paths(v []*string) *ChannelMessages
SetS3Paths sets the S3Paths field's value.
func (ChannelMessages) String ¶ added in v1.36.9
func (s ChannelMessages) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelMessages) Validate ¶ added in v1.36.9
func (s *ChannelMessages) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ChannelStatistics ¶ added in v1.14.29
type ChannelStatistics struct { // The estimated size of the channel. Size *EstimatedResourceSize `locationName:"size" type:"structure"` // contains filtered or unexported fields }
Statistics information about the channel.
func (ChannelStatistics) GoString ¶ added in v1.14.29
func (s ChannelStatistics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelStatistics) SetSize ¶ added in v1.14.29
func (s *ChannelStatistics) SetSize(v *EstimatedResourceSize) *ChannelStatistics
SetSize sets the Size field's value.
func (ChannelStatistics) String ¶ added in v1.14.29
func (s ChannelStatistics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChannelStorage ¶ added in v1.19.41
type ChannelStorage struct { // 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. CustomerManagedS3 *CustomerManagedChannelS3Storage `locationName:"customerManagedS3" type:"structure"` // 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. ServiceManagedS3 *ServiceManagedChannelS3Storage `locationName:"serviceManagedS3" type:"structure"` // contains filtered or unexported fields }
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.
func (ChannelStorage) GoString ¶ added in v1.19.41
func (s ChannelStorage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelStorage) SetCustomerManagedS3 ¶ added in v1.19.41
func (s *ChannelStorage) SetCustomerManagedS3(v *CustomerManagedChannelS3Storage) *ChannelStorage
SetCustomerManagedS3 sets the CustomerManagedS3 field's value.
func (*ChannelStorage) SetServiceManagedS3 ¶ added in v1.19.41
func (s *ChannelStorage) SetServiceManagedS3(v *ServiceManagedChannelS3Storage) *ChannelStorage
SetServiceManagedS3 sets the ServiceManagedS3 field's value.
func (ChannelStorage) String ¶ added in v1.19.41
func (s ChannelStorage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelStorage) Validate ¶ added in v1.19.41
func (s *ChannelStorage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ChannelStorageSummary ¶ added in v1.19.41
type ChannelStorageSummary struct { // Used to store channel data in an S3 bucket that you manage. CustomerManagedS3 *CustomerManagedChannelS3StorageSummary `locationName:"customerManagedS3" type:"structure"` // Used to store channel data in an S3 bucket managed by IoT Analytics. ServiceManagedS3 *ServiceManagedChannelS3StorageSummary `locationName:"serviceManagedS3" type:"structure"` // contains filtered or unexported fields }
Where channel data is stored.
func (ChannelStorageSummary) GoString ¶ added in v1.19.41
func (s ChannelStorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelStorageSummary) SetCustomerManagedS3 ¶ added in v1.19.41
func (s *ChannelStorageSummary) SetCustomerManagedS3(v *CustomerManagedChannelS3StorageSummary) *ChannelStorageSummary
SetCustomerManagedS3 sets the CustomerManagedS3 field's value.
func (*ChannelStorageSummary) SetServiceManagedS3 ¶ added in v1.19.41
func (s *ChannelStorageSummary) SetServiceManagedS3(v *ServiceManagedChannelS3StorageSummary) *ChannelStorageSummary
SetServiceManagedS3 sets the ServiceManagedS3 field's value.
func (ChannelStorageSummary) String ¶ added in v1.19.41
func (s ChannelStorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChannelSummary ¶
type ChannelSummary struct { // The name of the channel. ChannelName *string `locationName:"channelName" min:"1" type:"string"` // Where channel data is stored. ChannelStorage *ChannelStorageSummary `locationName:"channelStorage" type:"structure"` // When the channel was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // 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. LastMessageArrivalTime *time.Time `locationName:"lastMessageArrivalTime" type:"timestamp"` // The last time the channel was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The status of the channel. Status *string `locationName:"status" type:"string" enum:"ChannelStatus"` // contains filtered or unexported fields }
A summary of information about a channel.
func (ChannelSummary) GoString ¶
func (s ChannelSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ChannelSummary) SetChannelName ¶
func (s *ChannelSummary) SetChannelName(v string) *ChannelSummary
SetChannelName sets the ChannelName field's value.
func (*ChannelSummary) SetChannelStorage ¶ added in v1.19.41
func (s *ChannelSummary) SetChannelStorage(v *ChannelStorageSummary) *ChannelSummary
SetChannelStorage sets the ChannelStorage field's value.
func (*ChannelSummary) SetCreationTime ¶
func (s *ChannelSummary) SetCreationTime(v time.Time) *ChannelSummary
SetCreationTime sets the CreationTime field's value.
func (*ChannelSummary) SetLastMessageArrivalTime ¶ added in v1.35.24
func (s *ChannelSummary) SetLastMessageArrivalTime(v time.Time) *ChannelSummary
SetLastMessageArrivalTime sets the LastMessageArrivalTime field's value.
func (*ChannelSummary) SetLastUpdateTime ¶
func (s *ChannelSummary) SetLastUpdateTime(v time.Time) *ChannelSummary
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*ChannelSummary) SetStatus ¶
func (s *ChannelSummary) SetStatus(v string) *ChannelSummary
SetStatus sets the Status field's value.
func (ChannelSummary) String ¶
func (s ChannelSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Column ¶ added in v1.36.9
type Column struct { // The name of the column. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The type of data. For more information about the supported data types, see // Common data types (https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html) // in the Glue Developer Guide. // // Type is a required field Type *string `locationName:"type" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about a column that stores your data.
func (Column) GoString ¶ added in v1.36.9
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ContainerDatasetAction ¶ added in v1.15.19
type ContainerDatasetAction struct { // 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. // // ExecutionRoleArn is a required field ExecutionRoleArn *string `locationName:"executionRoleArn" min:"20" type:"string" required:"true"` // 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. // // Image is a required field Image *string `locationName:"image" type:"string" required:"true"` // Configuration of the resource that executes the containerAction. // // ResourceConfiguration is a required field ResourceConfiguration *ResourceConfiguration `locationName:"resourceConfiguration" type:"structure" required:"true"` // 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. Variables []*Variable `locationName:"variables" type:"list"` // contains filtered or unexported fields }
Information required to run the containerAction to produce dataset contents.
func (ContainerDatasetAction) GoString ¶ added in v1.15.19
func (s ContainerDatasetAction) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContainerDatasetAction) SetExecutionRoleArn ¶ added in v1.15.19
func (s *ContainerDatasetAction) SetExecutionRoleArn(v string) *ContainerDatasetAction
SetExecutionRoleArn sets the ExecutionRoleArn field's value.
func (*ContainerDatasetAction) SetImage ¶ added in v1.15.19
func (s *ContainerDatasetAction) SetImage(v string) *ContainerDatasetAction
SetImage sets the Image field's value.
func (*ContainerDatasetAction) SetResourceConfiguration ¶ added in v1.15.19
func (s *ContainerDatasetAction) SetResourceConfiguration(v *ResourceConfiguration) *ContainerDatasetAction
SetResourceConfiguration sets the ResourceConfiguration field's value.
func (*ContainerDatasetAction) SetVariables ¶ added in v1.15.19
func (s *ContainerDatasetAction) SetVariables(v []*Variable) *ContainerDatasetAction
SetVariables sets the Variables field's value.
func (ContainerDatasetAction) String ¶ added in v1.15.19
func (s ContainerDatasetAction) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContainerDatasetAction) Validate ¶ added in v1.15.19
func (s *ContainerDatasetAction) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateChannelInput ¶
type CreateChannelInput struct { // The name of the channel. // // ChannelName is a required field ChannelName *string `locationName:"channelName" min:"1" type:"string" required:"true"` // 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. ChannelStorage *ChannelStorage `locationName:"channelStorage" type:"structure"` // How long, in days, message data is kept for the channel. When customerManagedS3 // storage is selected, this parameter is ignored. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // Metadata which can be used to manage the channel. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateChannelInput) GoString ¶
func (s CreateChannelInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateChannelInput) SetChannelName ¶
func (s *CreateChannelInput) SetChannelName(v string) *CreateChannelInput
SetChannelName sets the ChannelName field's value.
func (*CreateChannelInput) SetChannelStorage ¶ added in v1.19.41
func (s *CreateChannelInput) SetChannelStorage(v *ChannelStorage) *CreateChannelInput
SetChannelStorage sets the ChannelStorage field's value.
func (*CreateChannelInput) SetRetentionPeriod ¶
func (s *CreateChannelInput) SetRetentionPeriod(v *RetentionPeriod) *CreateChannelInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*CreateChannelInput) SetTags ¶ added in v1.14.7
func (s *CreateChannelInput) SetTags(v []*Tag) *CreateChannelInput
SetTags sets the Tags field's value.
func (CreateChannelInput) String ¶
func (s CreateChannelInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateChannelInput) Validate ¶
func (s *CreateChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateChannelOutput ¶
type CreateChannelOutput struct { // The ARN of the channel. ChannelArn *string `locationName:"channelArn" type:"string"` // The name of the channel. ChannelName *string `locationName:"channelName" min:"1" type:"string"` // How long, in days, message data is kept for the channel. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // contains filtered or unexported fields }
func (CreateChannelOutput) GoString ¶
func (s CreateChannelOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateChannelOutput) SetChannelArn ¶
func (s *CreateChannelOutput) SetChannelArn(v string) *CreateChannelOutput
SetChannelArn sets the ChannelArn field's value.
func (*CreateChannelOutput) SetChannelName ¶
func (s *CreateChannelOutput) SetChannelName(v string) *CreateChannelOutput
SetChannelName sets the ChannelName field's value.
func (*CreateChannelOutput) SetRetentionPeriod ¶
func (s *CreateChannelOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateChannelOutput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (CreateChannelOutput) String ¶
func (s CreateChannelOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDatasetContentInput ¶
type CreateDatasetContentInput struct { // The name of the dataset. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // The version ID of the dataset content. To specify versionId for a dataset // content, the dataset must use a DeltaTimer (https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html) // filter. VersionId *string `locationName:"versionId" min:"7" type:"string"` // contains filtered or unexported fields }
func (CreateDatasetContentInput) GoString ¶
func (s CreateDatasetContentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetContentInput) SetDatasetName ¶
func (s *CreateDatasetContentInput) SetDatasetName(v string) *CreateDatasetContentInput
SetDatasetName sets the DatasetName field's value.
func (*CreateDatasetContentInput) SetVersionId ¶ added in v1.35.24
func (s *CreateDatasetContentInput) SetVersionId(v string) *CreateDatasetContentInput
SetVersionId sets the VersionId field's value.
func (CreateDatasetContentInput) String ¶
func (s CreateDatasetContentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetContentInput) Validate ¶
func (s *CreateDatasetContentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatasetContentOutput ¶
type CreateDatasetContentOutput struct { // The version ID of the dataset contents that are being created. VersionId *string `locationName:"versionId" min:"7" type:"string"` // contains filtered or unexported fields }
func (CreateDatasetContentOutput) GoString ¶
func (s CreateDatasetContentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetContentOutput) SetVersionId ¶ added in v1.15.19
func (s *CreateDatasetContentOutput) SetVersionId(v string) *CreateDatasetContentOutput
SetVersionId sets the VersionId field's value.
func (CreateDatasetContentOutput) String ¶
func (s CreateDatasetContentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDatasetInput ¶
type CreateDatasetInput struct { // A list of actions that create the dataset contents. // // Actions is a required field Actions []*DatasetAction `locationName:"actions" min:"1" type:"list" required:"true"` // When dataset contents are created, they are delivered to destinations specified // here. ContentDeliveryRules []*DatasetContentDeliveryRule `locationName:"contentDeliveryRules" type:"list"` // The name of the dataset. // // DatasetName is a required field DatasetName *string `locationName:"datasetName" min:"1" type:"string" required:"true"` // A list of data rules that send notifications to CloudWatch, when data arrives // late. To specify lateDataRules, the dataset must use a DeltaTimer (https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html) // filter. LateDataRules []*LateDataRule `locationName:"lateDataRules" min:"1" type:"list"` // Optional. How long, in days, versions of dataset contents are kept for the // dataset. If not specified or set to null, versions of dataset contents are // retained for at most 90 days. The number of versions of dataset contents // retained is determined by the versioningConfiguration parameter. For more // information, see Keeping Multiple Versions of IoT Analytics datasets (https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) // in the IoT Analytics User Guide. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // Metadata which can be used to manage the dataset. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // A list of triggers. A trigger causes dataset contents to be populated at // a specified time interval or when another dataset's contents are created. // The list of triggers can be empty or contain up to five DataSetTrigger objects. Triggers []*DatasetTrigger `locationName:"triggers" type:"list"` // 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 (https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) // in the IoT Analytics User Guide. VersioningConfiguration *VersioningConfiguration `locationName:"versioningConfiguration" type:"structure"` // contains filtered or unexported fields }
func (CreateDatasetInput) GoString ¶
func (s CreateDatasetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetInput) SetActions ¶
func (s *CreateDatasetInput) SetActions(v []*DatasetAction) *CreateDatasetInput
SetActions sets the Actions field's value.
func (*CreateDatasetInput) SetContentDeliveryRules ¶ added in v1.15.83
func (s *CreateDatasetInput) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *CreateDatasetInput
SetContentDeliveryRules sets the ContentDeliveryRules field's value.
func (*CreateDatasetInput) SetDatasetName ¶
func (s *CreateDatasetInput) SetDatasetName(v string) *CreateDatasetInput
SetDatasetName sets the DatasetName field's value.
func (*CreateDatasetInput) SetLateDataRules ¶ added in v1.35.24
func (s *CreateDatasetInput) SetLateDataRules(v []*LateDataRule) *CreateDatasetInput
SetLateDataRules sets the LateDataRules field's value.
func (*CreateDatasetInput) SetRetentionPeriod ¶ added in v1.15.19
func (s *CreateDatasetInput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatasetInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*CreateDatasetInput) SetTags ¶ added in v1.14.7
func (s *CreateDatasetInput) SetTags(v []*Tag) *CreateDatasetInput
SetTags sets the Tags field's value.
func (*CreateDatasetInput) SetTriggers ¶
func (s *CreateDatasetInput) SetTriggers(v []*DatasetTrigger) *CreateDatasetInput
SetTriggers sets the Triggers field's value.
func (*CreateDatasetInput) SetVersioningConfiguration ¶ added in v1.19.4
func (s *CreateDatasetInput) SetVersioningConfiguration(v *VersioningConfiguration) *CreateDatasetInput
SetVersioningConfiguration sets the VersioningConfiguration field's value.
func (CreateDatasetInput) String ¶
func (s CreateDatasetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetInput) Validate ¶
func (s *CreateDatasetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatasetOutput ¶
type CreateDatasetOutput struct { // The ARN of the dataset. DatasetArn *string `locationName:"datasetArn" type:"string"` // The name of the dataset. DatasetName *string `locationName:"datasetName" min:"1" type:"string"` // How long, in days, dataset contents are kept for the dataset. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // contains filtered or unexported fields }
func (CreateDatasetOutput) GoString ¶
func (s CreateDatasetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatasetOutput) SetDatasetArn ¶
func (s *CreateDatasetOutput) SetDatasetArn(v string) *CreateDatasetOutput
SetDatasetArn sets the DatasetArn field's value.
func (*CreateDatasetOutput) SetDatasetName ¶
func (s *CreateDatasetOutput) SetDatasetName(v string) *CreateDatasetOutput
SetDatasetName sets the DatasetName field's value.
func (*CreateDatasetOutput) SetRetentionPeriod ¶ added in v1.15.19
func (s *CreateDatasetOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatasetOutput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (CreateDatasetOutput) String ¶
func (s CreateDatasetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDatastoreInput ¶
type CreateDatastoreInput struct { // The name of the data store. // // DatastoreName is a required field DatastoreName *string `locationName:"datastoreName" min:"1" type:"string" required:"true"` // Contains information about the partition dimensions in a data store. DatastorePartitions *DatastorePartitions `locationName:"datastorePartitions" type:"structure"` // 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. DatastoreStorage *DatastoreStorage `locationName:"datastoreStorage" type:"structure"` // Contains the configuration information of file formats. IoT Analytics data // stores support JSON and Parquet (https://parquet.apache.org/). // // 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. FileFormatConfiguration *FileFormatConfiguration `locationName:"fileFormatConfiguration" type:"structure"` // How long, in days, message data is kept for the data store. When customerManagedS3 // storage is selected, this parameter is ignored. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // Metadata which can be used to manage the data store. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateDatastoreInput) GoString ¶
func (s CreateDatastoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatastoreInput) SetDatastoreName ¶
func (s *CreateDatastoreInput) SetDatastoreName(v string) *CreateDatastoreInput
SetDatastoreName sets the DatastoreName field's value.
func (*CreateDatastoreInput) SetDatastorePartitions ¶ added in v1.38.61
func (s *CreateDatastoreInput) SetDatastorePartitions(v *DatastorePartitions) *CreateDatastoreInput
SetDatastorePartitions sets the DatastorePartitions field's value.
func (*CreateDatastoreInput) SetDatastoreStorage ¶ added in v1.19.41
func (s *CreateDatastoreInput) SetDatastoreStorage(v *DatastoreStorage) *CreateDatastoreInput
SetDatastoreStorage sets the DatastoreStorage field's value.
func (*CreateDatastoreInput) SetFileFormatConfiguration ¶ added in v1.36.9
func (s *CreateDatastoreInput) SetFileFormatConfiguration(v *FileFormatConfiguration) *CreateDatastoreInput
SetFileFormatConfiguration sets the FileFormatConfiguration field's value.
func (*CreateDatastoreInput) SetRetentionPeriod ¶
func (s *CreateDatastoreInput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatastoreInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*CreateDatastoreInput) SetTags ¶ added in v1.14.7
func (s *CreateDatastoreInput) SetTags(v []*Tag) *CreateDatastoreInput
SetTags sets the Tags field's value.
func (CreateDatastoreInput) String ¶
func (s CreateDatastoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatastoreInput) Validate ¶
func (s *CreateDatastoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatastoreOutput ¶
type CreateDatastoreOutput struct { // The ARN of the data store. DatastoreArn *string `locationName:"datastoreArn" type:"string"` // The name of the data store. DatastoreName *string `locationName:"datastoreName" min:"1" type:"string"` // How long, in days, message data is kept for the data store. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // contains filtered or unexported fields }
func (CreateDatastoreOutput) GoString ¶
func (s CreateDatastoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatastoreOutput) SetDatastoreArn ¶
func (s *CreateDatastoreOutput) SetDatastoreArn(v string) *CreateDatastoreOutput
SetDatastoreArn sets the DatastoreArn field's value.
func (*CreateDatastoreOutput) SetDatastoreName ¶
func (s *CreateDatastoreOutput) SetDatastoreName(v string) *CreateDatastoreOutput
SetDatastoreName sets the DatastoreName field's value.
func (*CreateDatastoreOutput) SetRetentionPeriod ¶
func (s *CreateDatastoreOutput) SetRetentionPeriod(v *RetentionPeriod) *CreateDatastoreOutput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (CreateDatastoreOutput) String ¶
func (s CreateDatastoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreatePipelineInput ¶
type CreatePipelineInput struct { // A list of PipelineActivity objects. Activities perform transformations on // your messages, such as removing, renaming or adding message attributes; filtering // messages based on attribute values; invoking your Lambda unctions on messages // for advanced processing; or performing mathematical transformations to normalize // device data. // // The list can be 2-25 PipelineActivity objects and must contain both a channel // and a datastore activity. Each entry in the list must contain only one activity. // For example: // // pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... // ] // // PipelineActivities is a required field PipelineActivities []*PipelineActivity `locationName:"pipelineActivities" min:"1" type:"list" required:"true"` // The name of the pipeline. // // PipelineName is a required field PipelineName *string `locationName:"pipelineName" min:"1" type:"string" required:"true"` // Metadata which can be used to manage the pipeline. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreatePipelineInput) GoString ¶
func (s CreatePipelineInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePipelineInput) SetPipelineActivities ¶
func (s *CreatePipelineInput) SetPipelineActivities(v []*PipelineActivity) *CreatePipelineInput
SetPipelineActivities sets the PipelineActivities field's value.
func (*CreatePipelineInput) SetPipelineName ¶
func (s *CreatePipelineInput) SetPipelineName(v string) *CreatePipelineInput
SetPipelineName sets the PipelineName field's value.
func (*CreatePipelineInput) SetTags ¶ added in v1.14.7
func (s *CreatePipelineInput) SetTags(v []*Tag) *CreatePipelineInput
SetTags sets the Tags field's value.
func (CreatePipelineInput) String ¶
func (s CreatePipelineInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePipelineInput) Validate ¶
func (s *CreatePipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePipelineOutput ¶
type CreatePipelineOutput struct { // The ARN of the pipeline. PipelineArn *string `locationName:"pipelineArn" type:"string"` // The name of the pipeline. PipelineName *string `locationName:"pipelineName" min:"1" type:"string"` // contains filtered or unexported fields }
func (CreatePipelineOutput) GoString ¶
func (s CreatePipelineOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePipelineOutput) SetPipelineArn ¶
func (s *CreatePipelineOutput) SetPipelineArn(v string) *CreatePipelineOutput
SetPipelineArn sets the PipelineArn field's value.
func (*CreatePipelineOutput) SetPipelineName ¶
func (s *CreatePipelineOutput) SetPipelineName(v string) *CreatePipelineOutput
SetPipelineName sets the PipelineName field's value.
func (CreatePipelineOutput) String ¶
func (s CreatePipelineOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerManagedChannelS3Storage ¶ added in v1.19.41
type CustomerManagedChannelS3Storage struct { // The name of the S3 bucket in which channel data is stored. // // Bucket is a required field Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // The ARN of the role that grants IoT Analytics permission to interact with // your Amazon S3 resources. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
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.
func (CustomerManagedChannelS3Storage) GoString ¶ added in v1.19.41
func (s CustomerManagedChannelS3Storage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedChannelS3Storage) SetBucket ¶ added in v1.19.41
func (s *CustomerManagedChannelS3Storage) SetBucket(v string) *CustomerManagedChannelS3Storage
SetBucket sets the Bucket field's value.
func (*CustomerManagedChannelS3Storage) SetKeyPrefix ¶ added in v1.19.41
func (s *CustomerManagedChannelS3Storage) SetKeyPrefix(v string) *CustomerManagedChannelS3Storage
SetKeyPrefix sets the KeyPrefix field's value.
func (*CustomerManagedChannelS3Storage) SetRoleArn ¶ added in v1.19.41
func (s *CustomerManagedChannelS3Storage) SetRoleArn(v string) *CustomerManagedChannelS3Storage
SetRoleArn sets the RoleArn field's value.
func (CustomerManagedChannelS3Storage) String ¶ added in v1.19.41
func (s CustomerManagedChannelS3Storage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedChannelS3Storage) Validate ¶ added in v1.19.41
func (s *CustomerManagedChannelS3Storage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomerManagedChannelS3StorageSummary ¶ added in v1.19.41
type CustomerManagedChannelS3StorageSummary struct { // The name of the S3 bucket in which channel data is stored. Bucket *string `locationName:"bucket" min:"3" type:"string"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // The ARN of the role that grants IoT Analytics permission to interact with // your Amazon S3 resources. RoleArn *string `locationName:"roleArn" min:"20" type:"string"` // contains filtered or unexported fields }
Used to store channel data in an S3 bucket that you manage.
func (CustomerManagedChannelS3StorageSummary) GoString ¶ added in v1.19.41
func (s CustomerManagedChannelS3StorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedChannelS3StorageSummary) SetBucket ¶ added in v1.19.41
func (s *CustomerManagedChannelS3StorageSummary) SetBucket(v string) *CustomerManagedChannelS3StorageSummary
SetBucket sets the Bucket field's value.
func (*CustomerManagedChannelS3StorageSummary) SetKeyPrefix ¶ added in v1.19.41
func (s *CustomerManagedChannelS3StorageSummary) SetKeyPrefix(v string) *CustomerManagedChannelS3StorageSummary
SetKeyPrefix sets the KeyPrefix field's value.
func (*CustomerManagedChannelS3StorageSummary) SetRoleArn ¶ added in v1.19.41
func (s *CustomerManagedChannelS3StorageSummary) SetRoleArn(v string) *CustomerManagedChannelS3StorageSummary
SetRoleArn sets the RoleArn field's value.
func (CustomerManagedChannelS3StorageSummary) String ¶ added in v1.19.41
func (s CustomerManagedChannelS3StorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerManagedDatastoreS3Storage ¶ added in v1.19.41
type CustomerManagedDatastoreS3Storage struct { // The name of the Amazon S3 bucket where your data is stored. // // Bucket is a required field Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // The ARN of the role that grants IoT Analytics permission to interact with // your Amazon S3 resources. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
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.
func (CustomerManagedDatastoreS3Storage) GoString ¶ added in v1.19.41
func (s CustomerManagedDatastoreS3Storage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedDatastoreS3Storage) SetBucket ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3Storage) SetBucket(v string) *CustomerManagedDatastoreS3Storage
SetBucket sets the Bucket field's value.
func (*CustomerManagedDatastoreS3Storage) SetKeyPrefix ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3Storage) SetKeyPrefix(v string) *CustomerManagedDatastoreS3Storage
SetKeyPrefix sets the KeyPrefix field's value.
func (*CustomerManagedDatastoreS3Storage) SetRoleArn ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3Storage) SetRoleArn(v string) *CustomerManagedDatastoreS3Storage
SetRoleArn sets the RoleArn field's value.
func (CustomerManagedDatastoreS3Storage) String ¶ added in v1.19.41
func (s CustomerManagedDatastoreS3Storage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedDatastoreS3Storage) Validate ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3Storage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomerManagedDatastoreS3StorageSummary ¶ added in v1.19.41
type CustomerManagedDatastoreS3StorageSummary struct { // The name of the Amazon S3 bucket where your data is stored. Bucket *string `locationName:"bucket" min:"3" type:"string"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // The ARN of the role that grants IoT Analytics permission to interact with // your Amazon S3 resources. RoleArn *string `locationName:"roleArn" min:"20" type:"string"` // contains filtered or unexported fields }
Contains information about the data store that you manage.
func (CustomerManagedDatastoreS3StorageSummary) GoString ¶ added in v1.19.41
func (s CustomerManagedDatastoreS3StorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerManagedDatastoreS3StorageSummary) SetBucket ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3StorageSummary) SetBucket(v string) *CustomerManagedDatastoreS3StorageSummary
SetBucket sets the Bucket field's value.
func (*CustomerManagedDatastoreS3StorageSummary) SetKeyPrefix ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3StorageSummary) SetKeyPrefix(v string) *CustomerManagedDatastoreS3StorageSummary
SetKeyPrefix sets the KeyPrefix field's value.
func (*CustomerManagedDatastoreS3StorageSummary) SetRoleArn ¶ added in v1.19.41
func (s *CustomerManagedDatastoreS3StorageSummary) SetRoleArn(v string) *CustomerManagedDatastoreS3StorageSummary
SetRoleArn sets the RoleArn field's value.
func (CustomerManagedDatastoreS3StorageSummary) String ¶ added in v1.19.41
func (s CustomerManagedDatastoreS3StorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Dataset ¶
type Dataset struct { // The DatasetAction objects that automatically create the dataset contents. Actions []*DatasetAction `locationName:"actions" min:"1" type:"list"` // The ARN of the dataset. Arn *string `locationName:"arn" type:"string"` // When dataset contents are created they are delivered to destinations specified // here. ContentDeliveryRules []*DatasetContentDeliveryRule `locationName:"contentDeliveryRules" type:"list"` // When the dataset was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The last time the dataset was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // A list of data rules that send notifications to CloudWatch, when data arrives // late. To specify lateDataRules, the dataset must use a DeltaTimer (https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html) // filter. LateDataRules []*LateDataRule `locationName:"lateDataRules" min:"1" type:"list"` // The name of the dataset. Name *string `locationName:"name" min:"1" type:"string"` // Optional. How long, in days, message data is kept for the dataset. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // The status of the dataset. Status *string `locationName:"status" type:"string" enum:"DatasetStatus"` // The DatasetTrigger objects that specify when the dataset is automatically // updated. Triggers []*DatasetTrigger `locationName:"triggers" type:"list"` // 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 (https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) // in the IoT Analytics User Guide. VersioningConfiguration *VersioningConfiguration `locationName:"versioningConfiguration" type:"structure"` // contains filtered or unexported fields }
Information about a dataset.
func (Dataset) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Dataset) SetActions ¶
func (s *Dataset) SetActions(v []*DatasetAction) *Dataset
SetActions sets the Actions field's value.
func (*Dataset) SetContentDeliveryRules ¶ added in v1.15.83
func (s *Dataset) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *Dataset
SetContentDeliveryRules sets the ContentDeliveryRules field's value.
func (*Dataset) SetCreationTime ¶
SetCreationTime sets the CreationTime field's value.
func (*Dataset) SetLastUpdateTime ¶
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*Dataset) SetLateDataRules ¶ added in v1.35.24
func (s *Dataset) SetLateDataRules(v []*LateDataRule) *Dataset
SetLateDataRules sets the LateDataRules field's value.
func (*Dataset) SetRetentionPeriod ¶ added in v1.15.19
func (s *Dataset) SetRetentionPeriod(v *RetentionPeriod) *Dataset
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*Dataset) SetTriggers ¶
func (s *Dataset) SetTriggers(v []*DatasetTrigger) *Dataset
SetTriggers sets the Triggers field's value.
func (*Dataset) SetVersioningConfiguration ¶ added in v1.19.4
func (s *Dataset) SetVersioningConfiguration(v *VersioningConfiguration) *Dataset
SetVersioningConfiguration sets the VersioningConfiguration field's value.
type DatasetAction ¶
type DatasetAction struct { // The name of the dataset action by which dataset contents are automatically // created. ActionName *string `locationName:"actionName" min:"1" type:"string"` // 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. ContainerAction *ContainerDatasetAction `locationName:"containerAction" type:"structure"` // An SqlQueryDatasetAction object that uses an SQL query to automatically create // dataset contents. QueryAction *SqlQueryDatasetAction `locationName:"queryAction" type:"structure"` // contains filtered or unexported fields }
A DatasetAction object that specifies how dataset contents are automatically created.
func (DatasetAction) GoString ¶
func (s DatasetAction) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetAction) SetActionName ¶
func (s *DatasetAction) SetActionName(v string) *DatasetAction
SetActionName sets the ActionName field's value.
func (*DatasetAction) SetContainerAction ¶ added in v1.15.19
func (s *DatasetAction) SetContainerAction(v *ContainerDatasetAction) *DatasetAction
SetContainerAction sets the ContainerAction field's value.
func (*DatasetAction) SetQueryAction ¶
func (s *DatasetAction) SetQueryAction(v *SqlQueryDatasetAction) *DatasetAction
SetQueryAction sets the QueryAction field's value.
func (DatasetAction) String ¶
func (s DatasetAction) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetAction) Validate ¶
func (s *DatasetAction) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatasetActionSummary ¶ added in v1.15.19
type DatasetActionSummary struct { // The name of the action that automatically creates the dataset's contents. ActionName *string `locationName:"actionName" min:"1" type:"string"` // The type of action by which the dataset's contents are automatically created. ActionType *string `locationName:"actionType" type:"string" enum:"DatasetActionType"` // contains filtered or unexported fields }
Information about the action that automatically creates the dataset's contents.
func (DatasetActionSummary) GoString ¶ added in v1.15.19
func (s DatasetActionSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetActionSummary) SetActionName ¶ added in v1.15.19
func (s *DatasetActionSummary) SetActionName(v string) *DatasetActionSummary
SetActionName sets the ActionName field's value.
func (*DatasetActionSummary) SetActionType ¶ added in v1.15.19
func (s *DatasetActionSummary) SetActionType(v string) *DatasetActionSummary
SetActionType sets the ActionType field's value.
func (DatasetActionSummary) String ¶ added in v1.15.19
func (s DatasetActionSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatasetContentDeliveryDestination ¶ added in v1.15.83
type DatasetContentDeliveryDestination struct { // Configuration information for delivery of dataset contents to IoT Events. IotEventsDestinationConfiguration *IotEventsDestinationConfiguration `locationName:"iotEventsDestinationConfiguration" type:"structure"` // Configuration information for delivery of dataset contents to Amazon S3. S3DestinationConfiguration *S3DestinationConfiguration `locationName:"s3DestinationConfiguration" type:"structure"` // contains filtered or unexported fields }
The destination to which dataset contents are delivered.
func (DatasetContentDeliveryDestination) GoString ¶ added in v1.15.83
func (s DatasetContentDeliveryDestination) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentDeliveryDestination) SetIotEventsDestinationConfiguration ¶ added in v1.15.83
func (s *DatasetContentDeliveryDestination) SetIotEventsDestinationConfiguration(v *IotEventsDestinationConfiguration) *DatasetContentDeliveryDestination
SetIotEventsDestinationConfiguration sets the IotEventsDestinationConfiguration field's value.
func (*DatasetContentDeliveryDestination) SetS3DestinationConfiguration ¶ added in v1.19.29
func (s *DatasetContentDeliveryDestination) SetS3DestinationConfiguration(v *S3DestinationConfiguration) *DatasetContentDeliveryDestination
SetS3DestinationConfiguration sets the S3DestinationConfiguration field's value.
func (DatasetContentDeliveryDestination) String ¶ added in v1.15.83
func (s DatasetContentDeliveryDestination) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentDeliveryDestination) Validate ¶ added in v1.15.83
func (s *DatasetContentDeliveryDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatasetContentDeliveryRule ¶ added in v1.15.83
type DatasetContentDeliveryRule struct { // The destination to which dataset contents are delivered. // // Destination is a required field Destination *DatasetContentDeliveryDestination `locationName:"destination" type:"structure" required:"true"` // The name of the dataset content delivery rules entry. EntryName *string `locationName:"entryName" type:"string"` // contains filtered or unexported fields }
When dataset contents are created, they are delivered to destination specified here.
func (DatasetContentDeliveryRule) GoString ¶ added in v1.15.83
func (s DatasetContentDeliveryRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentDeliveryRule) SetDestination ¶ added in v1.15.83
func (s *DatasetContentDeliveryRule) SetDestination(v *DatasetContentDeliveryDestination) *DatasetContentDeliveryRule
SetDestination sets the Destination field's value.
func (*DatasetContentDeliveryRule) SetEntryName ¶ added in v1.15.83
func (s *DatasetContentDeliveryRule) SetEntryName(v string) *DatasetContentDeliveryRule
SetEntryName sets the EntryName field's value.
func (DatasetContentDeliveryRule) String ¶ added in v1.15.83
func (s DatasetContentDeliveryRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentDeliveryRule) Validate ¶ added in v1.15.83
func (s *DatasetContentDeliveryRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatasetContentStatus ¶
type DatasetContentStatus struct { // The reason the dataset contents are in this state. Reason *string `locationName:"reason" type:"string"` // The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, // or FAILED. State *string `locationName:"state" type:"string" enum:"DatasetContentState"` // contains filtered or unexported fields }
The state of the dataset contents and the reason they are in this state.
func (DatasetContentStatus) GoString ¶
func (s DatasetContentStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentStatus) SetReason ¶
func (s *DatasetContentStatus) SetReason(v string) *DatasetContentStatus
SetReason sets the Reason field's value.
func (*DatasetContentStatus) SetState ¶
func (s *DatasetContentStatus) SetState(v string) *DatasetContentStatus
SetState sets the State field's value.
func (DatasetContentStatus) String ¶
func (s DatasetContentStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatasetContentSummary ¶ added in v1.15.22
type DatasetContentSummary struct { // The time the dataset content status was updated to SUCCEEDED or FAILED. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp"` // The actual time the creation of the dataset contents was started. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The time the creation of the dataset contents was scheduled to start. ScheduleTime *time.Time `locationName:"scheduleTime" type:"timestamp"` // The status of the dataset contents. Status *DatasetContentStatus `locationName:"status" type:"structure"` // The version of the dataset contents. Version *string `locationName:"version" min:"7" type:"string"` // contains filtered or unexported fields }
Summary information about dataset contents.
func (DatasetContentSummary) GoString ¶ added in v1.15.22
func (s DatasetContentSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentSummary) SetCompletionTime ¶ added in v1.25.10
func (s *DatasetContentSummary) SetCompletionTime(v time.Time) *DatasetContentSummary
SetCompletionTime sets the CompletionTime field's value.
func (*DatasetContentSummary) SetCreationTime ¶ added in v1.15.22
func (s *DatasetContentSummary) SetCreationTime(v time.Time) *DatasetContentSummary
SetCreationTime sets the CreationTime field's value.
func (*DatasetContentSummary) SetScheduleTime ¶ added in v1.15.22
func (s *DatasetContentSummary) SetScheduleTime(v time.Time) *DatasetContentSummary
SetScheduleTime sets the ScheduleTime field's value.
func (*DatasetContentSummary) SetStatus ¶ added in v1.15.22
func (s *DatasetContentSummary) SetStatus(v *DatasetContentStatus) *DatasetContentSummary
SetStatus sets the Status field's value.
func (*DatasetContentSummary) SetVersion ¶ added in v1.15.22
func (s *DatasetContentSummary) SetVersion(v string) *DatasetContentSummary
SetVersion sets the Version field's value.
func (DatasetContentSummary) String ¶ added in v1.15.22
func (s DatasetContentSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatasetContentVersionValue ¶ added in v1.15.19
type DatasetContentVersionValue struct { // The name of the dataset whose latest contents are used as input to the notebook // or application. // // DatasetName is a required field DatasetName *string `locationName:"datasetName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The dataset whose latest contents are used as input to the notebook or application.
func (DatasetContentVersionValue) GoString ¶ added in v1.15.19
func (s DatasetContentVersionValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentVersionValue) SetDatasetName ¶ added in v1.15.19
func (s *DatasetContentVersionValue) SetDatasetName(v string) *DatasetContentVersionValue
SetDatasetName sets the DatasetName field's value.
func (DatasetContentVersionValue) String ¶ added in v1.15.19
func (s DatasetContentVersionValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetContentVersionValue) Validate ¶ added in v1.15.19
func (s *DatasetContentVersionValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatasetEntry ¶
type DatasetEntry struct { // The presigned URI of the dataset item. DataURI *string `locationName:"dataURI" type:"string"` // The name of the dataset item. EntryName *string `locationName:"entryName" type:"string"` // contains filtered or unexported fields }
The reference to a dataset entry.
func (DatasetEntry) GoString ¶
func (s DatasetEntry) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetEntry) SetDataURI ¶
func (s *DatasetEntry) SetDataURI(v string) *DatasetEntry
SetDataURI sets the DataURI field's value.
func (*DatasetEntry) SetEntryName ¶
func (s *DatasetEntry) SetEntryName(v string) *DatasetEntry
SetEntryName sets the EntryName field's value.
func (DatasetEntry) String ¶
func (s DatasetEntry) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatasetSummary ¶
type DatasetSummary struct { // A list of DataActionSummary objects. Actions []*DatasetActionSummary `locationName:"actions" min:"1" type:"list"` // The time the dataset was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The name of the dataset. DatasetName *string `locationName:"datasetName" min:"1" type:"string"` // The last time the dataset was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The status of the dataset. Status *string `locationName:"status" type:"string" enum:"DatasetStatus"` // 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 Triggers []*DatasetTrigger `locationName:"triggers" type:"list"` // contains filtered or unexported fields }
A summary of information about a dataset.
func (DatasetSummary) GoString ¶
func (s DatasetSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetSummary) SetActions ¶ added in v1.15.19
func (s *DatasetSummary) SetActions(v []*DatasetActionSummary) *DatasetSummary
SetActions sets the Actions field's value.
func (*DatasetSummary) SetCreationTime ¶
func (s *DatasetSummary) SetCreationTime(v time.Time) *DatasetSummary
SetCreationTime sets the CreationTime field's value.
func (*DatasetSummary) SetDatasetName ¶
func (s *DatasetSummary) SetDatasetName(v string) *DatasetSummary
SetDatasetName sets the DatasetName field's value.
func (*DatasetSummary) SetLastUpdateTime ¶
func (s *DatasetSummary) SetLastUpdateTime(v time.Time) *DatasetSummary
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*DatasetSummary) SetStatus ¶
func (s *DatasetSummary) SetStatus(v string) *DatasetSummary
SetStatus sets the Status field's value.
func (*DatasetSummary) SetTriggers ¶ added in v1.15.19
func (s *DatasetSummary) SetTriggers(v []*DatasetTrigger) *DatasetSummary
SetTriggers sets the Triggers field's value.
func (DatasetSummary) String ¶
func (s DatasetSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatasetTrigger ¶
type DatasetTrigger struct { // The dataset whose content creation triggers the creation of this dataset's // contents. Dataset *TriggeringDataset `locationName:"dataset" type:"structure"` // The Schedule when the trigger is initiated. Schedule *Schedule `locationName:"schedule" type:"structure"` // contains filtered or unexported fields }
The DatasetTrigger that specifies when the dataset is automatically updated.
func (DatasetTrigger) GoString ¶
func (s DatasetTrigger) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetTrigger) SetDataset ¶ added in v1.15.19
func (s *DatasetTrigger) SetDataset(v *TriggeringDataset) *DatasetTrigger
SetDataset sets the Dataset field's value.
func (*DatasetTrigger) SetSchedule ¶
func (s *DatasetTrigger) SetSchedule(v *Schedule) *DatasetTrigger
SetSchedule sets the Schedule field's value.
func (DatasetTrigger) String ¶
func (s DatasetTrigger) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatasetTrigger) Validate ¶ added in v1.15.19
func (s *DatasetTrigger) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Datastore ¶
type Datastore struct { // The ARN of the data store. Arn *string `locationName:"arn" type:"string"` // When the data store was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // Contains information about the partition dimensions in a data store. DatastorePartitions *DatastorePartitions `locationName:"datastorePartitions" type:"structure"` // Contains the configuration information of file formats. IoT Analytics data // stores support JSON and Parquet (https://parquet.apache.org/). // // 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. FileFormatConfiguration *FileFormatConfiguration `locationName:"fileFormatConfiguration" type:"structure"` // 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. LastMessageArrivalTime *time.Time `locationName:"lastMessageArrivalTime" type:"timestamp"` // The last time the data store was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The name of the data store. Name *string `locationName:"name" min:"1" type:"string"` // How long, in days, message data is kept for the data store. When customerManagedS3 // storage is selected, this parameter is ignored. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // 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. Status *string `locationName:"status" type:"string" enum:"DatastoreStatus"` // 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. Storage *DatastoreStorage `locationName:"storage" type:"structure"` // contains filtered or unexported fields }
Information about a data store.
func (Datastore) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Datastore) SetCreationTime ¶
SetCreationTime sets the CreationTime field's value.
func (*Datastore) SetDatastorePartitions ¶ added in v1.38.61
func (s *Datastore) SetDatastorePartitions(v *DatastorePartitions) *Datastore
SetDatastorePartitions sets the DatastorePartitions field's value.
func (*Datastore) SetFileFormatConfiguration ¶ added in v1.36.9
func (s *Datastore) SetFileFormatConfiguration(v *FileFormatConfiguration) *Datastore
SetFileFormatConfiguration sets the FileFormatConfiguration field's value.
func (*Datastore) SetLastMessageArrivalTime ¶ added in v1.35.24
SetLastMessageArrivalTime sets the LastMessageArrivalTime field's value.
func (*Datastore) SetLastUpdateTime ¶
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*Datastore) SetRetentionPeriod ¶
func (s *Datastore) SetRetentionPeriod(v *RetentionPeriod) *Datastore
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*Datastore) SetStorage ¶ added in v1.19.41
func (s *Datastore) SetStorage(v *DatastoreStorage) *Datastore
SetStorage sets the Storage field's value.
type DatastoreActivity ¶
type DatastoreActivity struct { // The name of the data store where processed messages are stored. // // DatastoreName is a required field DatastoreName *string `locationName:"datastoreName" min:"1" type:"string" required:"true"` // The name of the datastore activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The datastore activity that specifies where to store the processed data.
func (DatastoreActivity) GoString ¶
func (s DatastoreActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreActivity) SetDatastoreName ¶
func (s *DatastoreActivity) SetDatastoreName(v string) *DatastoreActivity
SetDatastoreName sets the DatastoreName field's value.
func (*DatastoreActivity) SetName ¶
func (s *DatastoreActivity) SetName(v string) *DatastoreActivity
SetName sets the Name field's value.
func (DatastoreActivity) String ¶
func (s DatastoreActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreActivity) Validate ¶
func (s *DatastoreActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatastoreIotSiteWiseMultiLayerStorage ¶ added in v1.40.9
type DatastoreIotSiteWiseMultiLayerStorage struct { // Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. // // CustomerManagedS3Storage is a required field CustomerManagedS3Storage *IotSiteWiseCustomerManagedDatastoreS3Storage `locationName:"customerManagedS3Storage" type:"structure" required:"true"` // contains filtered or unexported fields }
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.
func (DatastoreIotSiteWiseMultiLayerStorage) GoString ¶ added in v1.40.9
func (s DatastoreIotSiteWiseMultiLayerStorage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreIotSiteWiseMultiLayerStorage) SetCustomerManagedS3Storage ¶ added in v1.40.9
func (s *DatastoreIotSiteWiseMultiLayerStorage) SetCustomerManagedS3Storage(v *IotSiteWiseCustomerManagedDatastoreS3Storage) *DatastoreIotSiteWiseMultiLayerStorage
SetCustomerManagedS3Storage sets the CustomerManagedS3Storage field's value.
func (DatastoreIotSiteWiseMultiLayerStorage) String ¶ added in v1.40.9
func (s DatastoreIotSiteWiseMultiLayerStorage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreIotSiteWiseMultiLayerStorage) Validate ¶ added in v1.40.9
func (s *DatastoreIotSiteWiseMultiLayerStorage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatastoreIotSiteWiseMultiLayerStorageSummary ¶ added in v1.40.9
type DatastoreIotSiteWiseMultiLayerStorageSummary struct { // Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. CustomerManagedS3Storage *IotSiteWiseCustomerManagedDatastoreS3StorageSummary `locationName:"customerManagedS3Storage" type:"structure"` // contains filtered or unexported fields }
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
func (DatastoreIotSiteWiseMultiLayerStorageSummary) GoString ¶ added in v1.40.9
func (s DatastoreIotSiteWiseMultiLayerStorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreIotSiteWiseMultiLayerStorageSummary) SetCustomerManagedS3Storage ¶ added in v1.40.9
func (s *DatastoreIotSiteWiseMultiLayerStorageSummary) SetCustomerManagedS3Storage(v *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) *DatastoreIotSiteWiseMultiLayerStorageSummary
SetCustomerManagedS3Storage sets the CustomerManagedS3Storage field's value.
func (DatastoreIotSiteWiseMultiLayerStorageSummary) String ¶ added in v1.40.9
func (s DatastoreIotSiteWiseMultiLayerStorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatastorePartition ¶ added in v1.38.61
type DatastorePartition struct { // A partition dimension defined by an attributeName. AttributePartition *Partition `locationName:"attributePartition" type:"structure"` // A partition dimension defined by a timestamp attribute. TimestampPartition *TimestampPartition `locationName:"timestampPartition" type:"structure"` // contains filtered or unexported fields }
A single dimension to partition a data store. The dimension must be an AttributePartition or a TimestampPartition.
func (DatastorePartition) GoString ¶ added in v1.38.61
func (s DatastorePartition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastorePartition) SetAttributePartition ¶ added in v1.38.61
func (s *DatastorePartition) SetAttributePartition(v *Partition) *DatastorePartition
SetAttributePartition sets the AttributePartition field's value.
func (*DatastorePartition) SetTimestampPartition ¶ added in v1.38.61
func (s *DatastorePartition) SetTimestampPartition(v *TimestampPartition) *DatastorePartition
SetTimestampPartition sets the TimestampPartition field's value.
func (DatastorePartition) String ¶ added in v1.38.61
func (s DatastorePartition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastorePartition) Validate ¶ added in v1.38.61
func (s *DatastorePartition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatastorePartitions ¶ added in v1.38.61
type DatastorePartitions struct { // A list of partition dimensions in a data store. Partitions []*DatastorePartition `locationName:"partitions" type:"list"` // contains filtered or unexported fields }
Contains information about the partition dimensions in a data store.
func (DatastorePartitions) GoString ¶ added in v1.38.61
func (s DatastorePartitions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastorePartitions) SetPartitions ¶ added in v1.38.61
func (s *DatastorePartitions) SetPartitions(v []*DatastorePartition) *DatastorePartitions
SetPartitions sets the Partitions field's value.
func (DatastorePartitions) String ¶ added in v1.38.61
func (s DatastorePartitions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastorePartitions) Validate ¶ added in v1.38.61
func (s *DatastorePartitions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatastoreStatistics ¶ added in v1.14.29
type DatastoreStatistics struct { // The estimated size of the data store. Size *EstimatedResourceSize `locationName:"size" type:"structure"` // contains filtered or unexported fields }
Statistical information about the data store.
func (DatastoreStatistics) GoString ¶ added in v1.14.29
func (s DatastoreStatistics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreStatistics) SetSize ¶ added in v1.14.29
func (s *DatastoreStatistics) SetSize(v *EstimatedResourceSize) *DatastoreStatistics
SetSize sets the Size field's value.
func (DatastoreStatistics) String ¶ added in v1.14.29
func (s DatastoreStatistics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatastoreStorage ¶ added in v1.19.41
type DatastoreStorage struct { // 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. CustomerManagedS3 *CustomerManagedDatastoreS3Storage `locationName:"customerManagedS3" type:"structure"` // 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. IotSiteWiseMultiLayerStorage *DatastoreIotSiteWiseMultiLayerStorage `locationName:"iotSiteWiseMultiLayerStorage" type:"structure"` // 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. ServiceManagedS3 *ServiceManagedDatastoreS3Storage `locationName:"serviceManagedS3" type:"structure"` // contains filtered or unexported fields }
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.
func (DatastoreStorage) GoString ¶ added in v1.19.41
func (s DatastoreStorage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreStorage) SetCustomerManagedS3 ¶ added in v1.19.41
func (s *DatastoreStorage) SetCustomerManagedS3(v *CustomerManagedDatastoreS3Storage) *DatastoreStorage
SetCustomerManagedS3 sets the CustomerManagedS3 field's value.
func (*DatastoreStorage) SetIotSiteWiseMultiLayerStorage ¶ added in v1.40.9
func (s *DatastoreStorage) SetIotSiteWiseMultiLayerStorage(v *DatastoreIotSiteWiseMultiLayerStorage) *DatastoreStorage
SetIotSiteWiseMultiLayerStorage sets the IotSiteWiseMultiLayerStorage field's value.
func (*DatastoreStorage) SetServiceManagedS3 ¶ added in v1.19.41
func (s *DatastoreStorage) SetServiceManagedS3(v *ServiceManagedDatastoreS3Storage) *DatastoreStorage
SetServiceManagedS3 sets the ServiceManagedS3 field's value.
func (DatastoreStorage) String ¶ added in v1.19.41
func (s DatastoreStorage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreStorage) Validate ¶ added in v1.19.41
func (s *DatastoreStorage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatastoreStorageSummary ¶ added in v1.19.41
type DatastoreStorageSummary struct { // Used to store data in an Amazon S3 bucket managed by IoT Analytics. CustomerManagedS3 *CustomerManagedDatastoreS3StorageSummary `locationName:"customerManagedS3" type:"structure"` // Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. IotSiteWiseMultiLayerStorage *DatastoreIotSiteWiseMultiLayerStorageSummary `locationName:"iotSiteWiseMultiLayerStorage" type:"structure"` // Used to store data in an Amazon S3 bucket managed by IoT Analytics. ServiceManagedS3 *ServiceManagedDatastoreS3StorageSummary `locationName:"serviceManagedS3" type:"structure"` // contains filtered or unexported fields }
Contains information about your data store.
func (DatastoreStorageSummary) GoString ¶ added in v1.19.41
func (s DatastoreStorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreStorageSummary) SetCustomerManagedS3 ¶ added in v1.19.41
func (s *DatastoreStorageSummary) SetCustomerManagedS3(v *CustomerManagedDatastoreS3StorageSummary) *DatastoreStorageSummary
SetCustomerManagedS3 sets the CustomerManagedS3 field's value.
func (*DatastoreStorageSummary) SetIotSiteWiseMultiLayerStorage ¶ added in v1.40.9
func (s *DatastoreStorageSummary) SetIotSiteWiseMultiLayerStorage(v *DatastoreIotSiteWiseMultiLayerStorageSummary) *DatastoreStorageSummary
SetIotSiteWiseMultiLayerStorage sets the IotSiteWiseMultiLayerStorage field's value.
func (*DatastoreStorageSummary) SetServiceManagedS3 ¶ added in v1.19.41
func (s *DatastoreStorageSummary) SetServiceManagedS3(v *ServiceManagedDatastoreS3StorageSummary) *DatastoreStorageSummary
SetServiceManagedS3 sets the ServiceManagedS3 field's value.
func (DatastoreStorageSummary) String ¶ added in v1.19.41
func (s DatastoreStorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DatastoreSummary ¶
type DatastoreSummary struct { // When the data store was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The name of the data store. DatastoreName *string `locationName:"datastoreName" min:"1" type:"string"` // Contains information about the partition dimensions in a data store. DatastorePartitions *DatastorePartitions `locationName:"datastorePartitions" type:"structure"` // Where data in a data store is stored. DatastoreStorage *DatastoreStorageSummary `locationName:"datastoreStorage" type:"structure"` // The file format of the data in the data store. FileFormatType *string `locationName:"fileFormatType" type:"string" enum:"FileFormatType"` // 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. LastMessageArrivalTime *time.Time `locationName:"lastMessageArrivalTime" type:"timestamp"` // The last time the data store was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The status of the data store. Status *string `locationName:"status" type:"string" enum:"DatastoreStatus"` // contains filtered or unexported fields }
A summary of information about a data store.
func (DatastoreSummary) GoString ¶
func (s DatastoreSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatastoreSummary) SetCreationTime ¶
func (s *DatastoreSummary) SetCreationTime(v time.Time) *DatastoreSummary
SetCreationTime sets the CreationTime field's value.
func (*DatastoreSummary) SetDatastoreName ¶
func (s *DatastoreSummary) SetDatastoreName(v string) *DatastoreSummary
SetDatastoreName sets the DatastoreName field's value.
func (*DatastoreSummary) SetDatastorePartitions ¶ added in v1.38.61
func (s *DatastoreSummary) SetDatastorePartitions(v *DatastorePartitions) *DatastoreSummary
SetDatastorePartitions sets the DatastorePartitions field's value.
func (*DatastoreSummary) SetDatastoreStorage ¶ added in v1.19.41
func (s *DatastoreSummary) SetDatastoreStorage(v *DatastoreStorageSummary) *DatastoreSummary
SetDatastoreStorage sets the DatastoreStorage field's value.
func (*DatastoreSummary) SetFileFormatType ¶ added in v1.36.9
func (s *DatastoreSummary) SetFileFormatType(v string) *DatastoreSummary
SetFileFormatType sets the FileFormatType field's value.
func (*DatastoreSummary) SetLastMessageArrivalTime ¶ added in v1.35.24
func (s *DatastoreSummary) SetLastMessageArrivalTime(v time.Time) *DatastoreSummary
SetLastMessageArrivalTime sets the LastMessageArrivalTime field's value.
func (*DatastoreSummary) SetLastUpdateTime ¶
func (s *DatastoreSummary) SetLastUpdateTime(v time.Time) *DatastoreSummary
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*DatastoreSummary) SetStatus ¶
func (s *DatastoreSummary) SetStatus(v string) *DatastoreSummary
SetStatus sets the Status field's value.
func (DatastoreSummary) String ¶
func (s DatastoreSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteChannelInput ¶
type DeleteChannelInput struct { // The name of the channel to delete. // // ChannelName is a required field ChannelName *string `location:"uri" locationName:"channelName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteChannelInput) GoString ¶
func (s DeleteChannelInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteChannelInput) SetChannelName ¶
func (s *DeleteChannelInput) SetChannelName(v string) *DeleteChannelInput
SetChannelName sets the ChannelName field's value.
func (DeleteChannelInput) String ¶
func (s DeleteChannelInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteChannelInput) Validate ¶
func (s *DeleteChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteChannelOutput ¶
type DeleteChannelOutput struct {
// contains filtered or unexported fields
}
func (DeleteChannelOutput) GoString ¶
func (s DeleteChannelOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteChannelOutput) String ¶
func (s DeleteChannelOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDatasetContentInput ¶
type DeleteDatasetContentInput struct { // The name of the dataset whose content is deleted. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // The version of the dataset whose content is deleted. You can also use the // strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully // completed data set. If not specified, "$LATEST_SUCCEEDED" is the default. VersionId *string `location:"querystring" locationName:"versionId" min:"7" type:"string"` // contains filtered or unexported fields }
func (DeleteDatasetContentInput) GoString ¶
func (s DeleteDatasetContentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatasetContentInput) SetDatasetName ¶
func (s *DeleteDatasetContentInput) SetDatasetName(v string) *DeleteDatasetContentInput
SetDatasetName sets the DatasetName field's value.
func (*DeleteDatasetContentInput) SetVersionId ¶
func (s *DeleteDatasetContentInput) SetVersionId(v string) *DeleteDatasetContentInput
SetVersionId sets the VersionId field's value.
func (DeleteDatasetContentInput) String ¶
func (s DeleteDatasetContentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatasetContentInput) Validate ¶
func (s *DeleteDatasetContentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDatasetContentOutput ¶
type DeleteDatasetContentOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatasetContentOutput) GoString ¶
func (s DeleteDatasetContentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDatasetContentOutput) String ¶
func (s DeleteDatasetContentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDatasetInput ¶
type DeleteDatasetInput struct { // The name of the dataset to delete. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDatasetInput) GoString ¶
func (s DeleteDatasetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatasetInput) SetDatasetName ¶
func (s *DeleteDatasetInput) SetDatasetName(v string) *DeleteDatasetInput
SetDatasetName sets the DatasetName field's value.
func (DeleteDatasetInput) String ¶
func (s DeleteDatasetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatasetInput) Validate ¶
func (s *DeleteDatasetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDatasetOutput ¶
type DeleteDatasetOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatasetOutput) GoString ¶
func (s DeleteDatasetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDatasetOutput) String ¶
func (s DeleteDatasetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDatastoreInput ¶
type DeleteDatastoreInput struct { // The name of the data store to delete. // // DatastoreName is a required field DatastoreName *string `location:"uri" locationName:"datastoreName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDatastoreInput) GoString ¶
func (s DeleteDatastoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatastoreInput) SetDatastoreName ¶
func (s *DeleteDatastoreInput) SetDatastoreName(v string) *DeleteDatastoreInput
SetDatastoreName sets the DatastoreName field's value.
func (DeleteDatastoreInput) String ¶
func (s DeleteDatastoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDatastoreInput) Validate ¶
func (s *DeleteDatastoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDatastoreOutput ¶
type DeleteDatastoreOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatastoreOutput) GoString ¶
func (s DeleteDatastoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDatastoreOutput) String ¶
func (s DeleteDatastoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeletePipelineInput ¶
type DeletePipelineInput struct { // The name of the pipeline to delete. // // PipelineName is a required field PipelineName *string `location:"uri" locationName:"pipelineName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePipelineInput) GoString ¶
func (s DeletePipelineInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePipelineInput) SetPipelineName ¶
func (s *DeletePipelineInput) SetPipelineName(v string) *DeletePipelineInput
SetPipelineName sets the PipelineName field's value.
func (DeletePipelineInput) String ¶
func (s DeletePipelineInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePipelineInput) Validate ¶
func (s *DeletePipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePipelineOutput ¶
type DeletePipelineOutput struct {
// contains filtered or unexported fields
}
func (DeletePipelineOutput) GoString ¶
func (s DeletePipelineOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeletePipelineOutput) String ¶
func (s DeletePipelineOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeltaTime ¶ added in v1.15.19
type DeltaTime struct { // 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. // // OffsetSeconds is a required field OffsetSeconds *int64 `locationName:"offsetSeconds" type:"integer" required:"true"` // 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. // // TimeExpression is a required field TimeExpression *string `locationName:"timeExpression" type:"string" required:"true"` // contains filtered or unexported fields }
Used to limit data to that which has arrived since the last execution of the action.
func (DeltaTime) GoString ¶ added in v1.15.19
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeltaTime) SetOffsetSeconds ¶ added in v1.15.19
SetOffsetSeconds sets the OffsetSeconds field's value.
func (*DeltaTime) SetTimeExpression ¶ added in v1.15.19
SetTimeExpression sets the TimeExpression field's value.
type DeltaTimeSessionWindowConfiguration ¶ added in v1.35.24
type DeltaTimeSessionWindowConfiguration struct { // 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 (https://prestodb.io/docs/0.172/functions/datetime.html), // in the Presto 0.172 Documentation. // // TimeoutInMinutes is a required field TimeoutInMinutes *int64 `locationName:"timeoutInMinutes" min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
A structure that contains the configuration information of a delta time session window.
DeltaTime (https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html) 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) (https://docs.aws.amazon.com/iotanalytics/latest/userguide/automate-create-dataset.html#automate-example6) in the IoT Analytics User Guide.
func (DeltaTimeSessionWindowConfiguration) GoString ¶ added in v1.35.24
func (s DeltaTimeSessionWindowConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeltaTimeSessionWindowConfiguration) SetTimeoutInMinutes ¶ added in v1.35.24
func (s *DeltaTimeSessionWindowConfiguration) SetTimeoutInMinutes(v int64) *DeltaTimeSessionWindowConfiguration
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (DeltaTimeSessionWindowConfiguration) String ¶ added in v1.35.24
func (s DeltaTimeSessionWindowConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeltaTimeSessionWindowConfiguration) Validate ¶ added in v1.35.24
func (s *DeltaTimeSessionWindowConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeChannelInput ¶
type DescribeChannelInput struct { // The name of the channel whose information is retrieved. // // ChannelName is a required field ChannelName *string `location:"uri" locationName:"channelName" min:"1" type:"string" required:"true"` // If true, additional statistical information about the channel is included // in the response. This feature can't be used with a channel whose S3 storage // is customer-managed. IncludeStatistics *bool `location:"querystring" locationName:"includeStatistics" type:"boolean"` // contains filtered or unexported fields }
func (DescribeChannelInput) GoString ¶
func (s DescribeChannelInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeChannelInput) SetChannelName ¶
func (s *DescribeChannelInput) SetChannelName(v string) *DescribeChannelInput
SetChannelName sets the ChannelName field's value.
func (*DescribeChannelInput) SetIncludeStatistics ¶ added in v1.14.29
func (s *DescribeChannelInput) SetIncludeStatistics(v bool) *DescribeChannelInput
SetIncludeStatistics sets the IncludeStatistics field's value.
func (DescribeChannelInput) String ¶
func (s DescribeChannelInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeChannelInput) Validate ¶
func (s *DescribeChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeChannelOutput ¶
type DescribeChannelOutput struct { // An object that contains information about the channel. Channel *Channel `locationName:"channel" type:"structure"` // Statistics about the channel. Included if the includeStatistics parameter // is set to true in the request. Statistics *ChannelStatistics `locationName:"statistics" type:"structure"` // contains filtered or unexported fields }
func (DescribeChannelOutput) GoString ¶
func (s DescribeChannelOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeChannelOutput) SetChannel ¶
func (s *DescribeChannelOutput) SetChannel(v *Channel) *DescribeChannelOutput
SetChannel sets the Channel field's value.
func (*DescribeChannelOutput) SetStatistics ¶ added in v1.14.29
func (s *DescribeChannelOutput) SetStatistics(v *ChannelStatistics) *DescribeChannelOutput
SetStatistics sets the Statistics field's value.
func (DescribeChannelOutput) String ¶
func (s DescribeChannelOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDatasetInput ¶
type DescribeDatasetInput struct { // The name of the dataset whose information is retrieved. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeDatasetInput) GoString ¶
func (s DescribeDatasetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatasetInput) SetDatasetName ¶
func (s *DescribeDatasetInput) SetDatasetName(v string) *DescribeDatasetInput
SetDatasetName sets the DatasetName field's value.
func (DescribeDatasetInput) String ¶
func (s DescribeDatasetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatasetInput) Validate ¶
func (s *DescribeDatasetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDatasetOutput ¶
type DescribeDatasetOutput struct { // An object that contains information about the dataset. Dataset *Dataset `locationName:"dataset" type:"structure"` // contains filtered or unexported fields }
func (DescribeDatasetOutput) GoString ¶
func (s DescribeDatasetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatasetOutput) SetDataset ¶
func (s *DescribeDatasetOutput) SetDataset(v *Dataset) *DescribeDatasetOutput
SetDataset sets the Dataset field's value.
func (DescribeDatasetOutput) String ¶
func (s DescribeDatasetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDatastoreInput ¶
type DescribeDatastoreInput struct { // The name of the data store // // DatastoreName is a required field DatastoreName *string `location:"uri" locationName:"datastoreName" min:"1" type:"string" required:"true"` // If true, additional statistical information about the data store is included // in the response. This feature can't be used with a data store whose S3 storage // is customer-managed. IncludeStatistics *bool `location:"querystring" locationName:"includeStatistics" type:"boolean"` // contains filtered or unexported fields }
func (DescribeDatastoreInput) GoString ¶
func (s DescribeDatastoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatastoreInput) SetDatastoreName ¶
func (s *DescribeDatastoreInput) SetDatastoreName(v string) *DescribeDatastoreInput
SetDatastoreName sets the DatastoreName field's value.
func (*DescribeDatastoreInput) SetIncludeStatistics ¶ added in v1.14.29
func (s *DescribeDatastoreInput) SetIncludeStatistics(v bool) *DescribeDatastoreInput
SetIncludeStatistics sets the IncludeStatistics field's value.
func (DescribeDatastoreInput) String ¶
func (s DescribeDatastoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatastoreInput) Validate ¶
func (s *DescribeDatastoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDatastoreOutput ¶
type DescribeDatastoreOutput struct { // Information about the data store. Datastore *Datastore `locationName:"datastore" type:"structure"` // Additional statistical information about the data store. Included if the // includeStatistics parameter is set to true in the request. Statistics *DatastoreStatistics `locationName:"statistics" type:"structure"` // contains filtered or unexported fields }
func (DescribeDatastoreOutput) GoString ¶
func (s DescribeDatastoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDatastoreOutput) SetDatastore ¶
func (s *DescribeDatastoreOutput) SetDatastore(v *Datastore) *DescribeDatastoreOutput
SetDatastore sets the Datastore field's value.
func (*DescribeDatastoreOutput) SetStatistics ¶ added in v1.14.29
func (s *DescribeDatastoreOutput) SetStatistics(v *DatastoreStatistics) *DescribeDatastoreOutput
SetStatistics sets the Statistics field's value.
func (DescribeDatastoreOutput) String ¶
func (s DescribeDatastoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLoggingOptionsInput ¶
type DescribeLoggingOptionsInput struct {
// contains filtered or unexported fields
}
func (DescribeLoggingOptionsInput) GoString ¶
func (s DescribeLoggingOptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DescribeLoggingOptionsInput) String ¶
func (s DescribeLoggingOptionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLoggingOptionsOutput ¶
type DescribeLoggingOptionsOutput struct { // The current settings of the IoT Analytics logging options. LoggingOptions *LoggingOptions `locationName:"loggingOptions" type:"structure"` // contains filtered or unexported fields }
func (DescribeLoggingOptionsOutput) GoString ¶
func (s DescribeLoggingOptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLoggingOptionsOutput) SetLoggingOptions ¶
func (s *DescribeLoggingOptionsOutput) SetLoggingOptions(v *LoggingOptions) *DescribeLoggingOptionsOutput
SetLoggingOptions sets the LoggingOptions field's value.
func (DescribeLoggingOptionsOutput) String ¶
func (s DescribeLoggingOptionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribePipelineInput ¶
type DescribePipelineInput struct { // The name of the pipeline whose information is retrieved. // // PipelineName is a required field PipelineName *string `location:"uri" locationName:"pipelineName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribePipelineInput) GoString ¶
func (s DescribePipelineInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePipelineInput) SetPipelineName ¶
func (s *DescribePipelineInput) SetPipelineName(v string) *DescribePipelineInput
SetPipelineName sets the PipelineName field's value.
func (DescribePipelineInput) String ¶
func (s DescribePipelineInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePipelineInput) Validate ¶
func (s *DescribePipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePipelineOutput ¶
type DescribePipelineOutput struct { // A Pipeline object that contains information about the pipeline. Pipeline *Pipeline `locationName:"pipeline" type:"structure"` // contains filtered or unexported fields }
func (DescribePipelineOutput) GoString ¶
func (s DescribePipelineOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePipelineOutput) SetPipeline ¶
func (s *DescribePipelineOutput) SetPipeline(v *Pipeline) *DescribePipelineOutput
SetPipeline sets the Pipeline field's value.
func (DescribePipelineOutput) String ¶
func (s DescribePipelineOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeviceRegistryEnrichActivity ¶
type DeviceRegistryEnrichActivity struct { // The name of the attribute that is added to the message. // // Attribute is a required field Attribute *string `locationName:"attribute" min:"1" type:"string" required:"true"` // The name of the deviceRegistryEnrich activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // The ARN of the role that allows access to the device's registry information. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The name of the IoT device whose registry information is added to the message. // // ThingName is a required field ThingName *string `locationName:"thingName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An activity that adds data from the IoT device registry to your message.
func (DeviceRegistryEnrichActivity) GoString ¶
func (s DeviceRegistryEnrichActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeviceRegistryEnrichActivity) SetAttribute ¶
func (s *DeviceRegistryEnrichActivity) SetAttribute(v string) *DeviceRegistryEnrichActivity
SetAttribute sets the Attribute field's value.
func (*DeviceRegistryEnrichActivity) SetName ¶
func (s *DeviceRegistryEnrichActivity) SetName(v string) *DeviceRegistryEnrichActivity
SetName sets the Name field's value.
func (*DeviceRegistryEnrichActivity) SetNext ¶
func (s *DeviceRegistryEnrichActivity) SetNext(v string) *DeviceRegistryEnrichActivity
SetNext sets the Next field's value.
func (*DeviceRegistryEnrichActivity) SetRoleArn ¶
func (s *DeviceRegistryEnrichActivity) SetRoleArn(v string) *DeviceRegistryEnrichActivity
SetRoleArn sets the RoleArn field's value.
func (*DeviceRegistryEnrichActivity) SetThingName ¶
func (s *DeviceRegistryEnrichActivity) SetThingName(v string) *DeviceRegistryEnrichActivity
SetThingName sets the ThingName field's value.
func (DeviceRegistryEnrichActivity) String ¶
func (s DeviceRegistryEnrichActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeviceRegistryEnrichActivity) Validate ¶
func (s *DeviceRegistryEnrichActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeviceShadowEnrichActivity ¶
type DeviceShadowEnrichActivity struct { // The name of the attribute that is added to the message. // // Attribute is a required field Attribute *string `locationName:"attribute" min:"1" type:"string" required:"true"` // The name of the deviceShadowEnrich activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // The ARN of the role that allows access to the device's shadow. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The name of the IoT device whose shadow information is added to the message. // // ThingName is a required field ThingName *string `locationName:"thingName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An activity that adds information from the IoT Device Shadow service to a message.
func (DeviceShadowEnrichActivity) GoString ¶
func (s DeviceShadowEnrichActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeviceShadowEnrichActivity) SetAttribute ¶
func (s *DeviceShadowEnrichActivity) SetAttribute(v string) *DeviceShadowEnrichActivity
SetAttribute sets the Attribute field's value.
func (*DeviceShadowEnrichActivity) SetName ¶
func (s *DeviceShadowEnrichActivity) SetName(v string) *DeviceShadowEnrichActivity
SetName sets the Name field's value.
func (*DeviceShadowEnrichActivity) SetNext ¶
func (s *DeviceShadowEnrichActivity) SetNext(v string) *DeviceShadowEnrichActivity
SetNext sets the Next field's value.
func (*DeviceShadowEnrichActivity) SetRoleArn ¶
func (s *DeviceShadowEnrichActivity) SetRoleArn(v string) *DeviceShadowEnrichActivity
SetRoleArn sets the RoleArn field's value.
func (*DeviceShadowEnrichActivity) SetThingName ¶
func (s *DeviceShadowEnrichActivity) SetThingName(v string) *DeviceShadowEnrichActivity
SetThingName sets the ThingName field's value.
func (DeviceShadowEnrichActivity) String ¶
func (s DeviceShadowEnrichActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeviceShadowEnrichActivity) Validate ¶
func (s *DeviceShadowEnrichActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EstimatedResourceSize ¶ added in v1.14.29
type EstimatedResourceSize struct { // The time when the estimate of the size of the resource was made. EstimatedOn *time.Time `locationName:"estimatedOn" type:"timestamp"` // The estimated size of the resource, in bytes. EstimatedSizeInBytes *float64 `locationName:"estimatedSizeInBytes" type:"double"` // contains filtered or unexported fields }
The estimated size of the resource.
func (EstimatedResourceSize) GoString ¶ added in v1.14.29
func (s EstimatedResourceSize) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EstimatedResourceSize) SetEstimatedOn ¶ added in v1.14.29
func (s *EstimatedResourceSize) SetEstimatedOn(v time.Time) *EstimatedResourceSize
SetEstimatedOn sets the EstimatedOn field's value.
func (*EstimatedResourceSize) SetEstimatedSizeInBytes ¶ added in v1.14.29
func (s *EstimatedResourceSize) SetEstimatedSizeInBytes(v float64) *EstimatedResourceSize
SetEstimatedSizeInBytes sets the EstimatedSizeInBytes field's value.
func (EstimatedResourceSize) String ¶ added in v1.14.29
func (s EstimatedResourceSize) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FileFormatConfiguration ¶ added in v1.36.9
type FileFormatConfiguration struct { // Contains the configuration information of the JSON format. JsonConfiguration *JsonConfiguration `locationName:"jsonConfiguration" type:"structure"` // Contains the configuration information of the Parquet format. ParquetConfiguration *ParquetConfiguration `locationName:"parquetConfiguration" type:"structure"` // contains filtered or unexported fields }
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet (https://parquet.apache.org/).
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.
func (FileFormatConfiguration) GoString ¶ added in v1.36.9
func (s FileFormatConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FileFormatConfiguration) SetJsonConfiguration ¶ added in v1.36.9
func (s *FileFormatConfiguration) SetJsonConfiguration(v *JsonConfiguration) *FileFormatConfiguration
SetJsonConfiguration sets the JsonConfiguration field's value.
func (*FileFormatConfiguration) SetParquetConfiguration ¶ added in v1.36.9
func (s *FileFormatConfiguration) SetParquetConfiguration(v *ParquetConfiguration) *FileFormatConfiguration
SetParquetConfiguration sets the ParquetConfiguration field's value.
func (FileFormatConfiguration) String ¶ added in v1.36.9
func (s FileFormatConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FileFormatConfiguration) Validate ¶ added in v1.36.9
func (s *FileFormatConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FilterActivity ¶
type FilterActivity struct { // 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. // // Filter is a required field Filter *string `locationName:"filter" min:"1" type:"string" required:"true"` // The name of the filter activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
An activity that filters a message based on its attributes.
func (FilterActivity) GoString ¶
func (s FilterActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FilterActivity) SetFilter ¶
func (s *FilterActivity) SetFilter(v string) *FilterActivity
SetFilter sets the Filter field's value.
func (*FilterActivity) SetName ¶
func (s *FilterActivity) SetName(v string) *FilterActivity
SetName sets the Name field's value.
func (*FilterActivity) SetNext ¶
func (s *FilterActivity) SetNext(v string) *FilterActivity
SetNext sets the Next field's value.
func (FilterActivity) String ¶
func (s FilterActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FilterActivity) Validate ¶
func (s *FilterActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDatasetContentInput ¶
type GetDatasetContentInput struct { // The name of the dataset whose contents are retrieved. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // The version of the dataset whose contents are retrieved. You can also use // the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of // the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" // is the default. VersionId *string `location:"querystring" locationName:"versionId" min:"7" type:"string"` // contains filtered or unexported fields }
func (GetDatasetContentInput) GoString ¶
func (s GetDatasetContentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatasetContentInput) SetDatasetName ¶
func (s *GetDatasetContentInput) SetDatasetName(v string) *GetDatasetContentInput
SetDatasetName sets the DatasetName field's value.
func (*GetDatasetContentInput) SetVersionId ¶
func (s *GetDatasetContentInput) SetVersionId(v string) *GetDatasetContentInput
SetVersionId sets the VersionId field's value.
func (GetDatasetContentInput) String ¶
func (s GetDatasetContentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatasetContentInput) Validate ¶
func (s *GetDatasetContentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDatasetContentOutput ¶
type GetDatasetContentOutput struct { // A list of DatasetEntry objects. Entries []*DatasetEntry `locationName:"entries" type:"list"` // The status of the dataset content. Status *DatasetContentStatus `locationName:"status" type:"structure"` // The time when the request was made. Timestamp *time.Time `locationName:"timestamp" type:"timestamp"` // contains filtered or unexported fields }
func (GetDatasetContentOutput) GoString ¶
func (s GetDatasetContentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatasetContentOutput) SetEntries ¶
func (s *GetDatasetContentOutput) SetEntries(v []*DatasetEntry) *GetDatasetContentOutput
SetEntries sets the Entries field's value.
func (*GetDatasetContentOutput) SetStatus ¶
func (s *GetDatasetContentOutput) SetStatus(v *DatasetContentStatus) *GetDatasetContentOutput
SetStatus sets the Status field's value.
func (*GetDatasetContentOutput) SetTimestamp ¶
func (s *GetDatasetContentOutput) SetTimestamp(v time.Time) *GetDatasetContentOutput
SetTimestamp sets the Timestamp field's value.
func (GetDatasetContentOutput) String ¶
func (s GetDatasetContentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GlueConfiguration ¶ added in v1.19.29
type GlueConfiguration struct { // The name of the database in your Glue Data Catalog in which the table is // located. An Glue Data Catalog database contains metadata tables. // // DatabaseName is a required field DatabaseName *string `locationName:"databaseName" min:"1" type:"string" required:"true"` // 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. // // TableName is a required field TableName *string `locationName:"tableName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
func (GlueConfiguration) GoString ¶ added in v1.19.29
func (s GlueConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GlueConfiguration) SetDatabaseName ¶ added in v1.19.29
func (s *GlueConfiguration) SetDatabaseName(v string) *GlueConfiguration
SetDatabaseName sets the DatabaseName field's value.
func (*GlueConfiguration) SetTableName ¶ added in v1.19.29
func (s *GlueConfiguration) SetTableName(v string) *GlueConfiguration
SetTableName sets the TableName field's value.
func (GlueConfiguration) String ¶ added in v1.19.29
func (s GlueConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GlueConfiguration) Validate ¶ added in v1.19.29
func (s *GlueConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalFailureException ¶ added in v1.28.0
type InternalFailureException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was an internal failure.
func (*InternalFailureException) Code ¶ added in v1.28.0
func (s *InternalFailureException) Code() string
Code returns the exception type name.
func (*InternalFailureException) Error ¶ added in v1.28.0
func (s *InternalFailureException) Error() string
func (InternalFailureException) GoString ¶ added in v1.28.0
func (s InternalFailureException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalFailureException) Message ¶ added in v1.28.0
func (s *InternalFailureException) Message() string
Message returns the exception's message.
func (*InternalFailureException) OrigErr ¶ added in v1.28.0
func (s *InternalFailureException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalFailureException) RequestID ¶ added in v1.28.0
func (s *InternalFailureException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalFailureException) StatusCode ¶ added in v1.28.0
func (s *InternalFailureException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalFailureException) String ¶ added in v1.28.0
func (s InternalFailureException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidRequestException ¶ added in v1.28.0
type InvalidRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request was not valid.
func (*InvalidRequestException) Code ¶ added in v1.28.0
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (*InvalidRequestException) Error ¶ added in v1.28.0
func (s *InvalidRequestException) Error() string
func (InvalidRequestException) GoString ¶ added in v1.28.0
func (s InvalidRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidRequestException) Message ¶ added in v1.28.0
func (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (*InvalidRequestException) OrigErr ¶ added in v1.28.0
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidRequestException) RequestID ¶ added in v1.28.0
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidRequestException) StatusCode ¶ added in v1.28.0
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRequestException) String ¶ added in v1.28.0
func (s InvalidRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IoTAnalytics ¶
IoTAnalytics provides the API operation methods for making requests to AWS IoT Analytics. See this package's package overview docs for details on the service.
IoTAnalytics methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTAnalytics
New creates a new instance of the IoTAnalytics client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a IoTAnalytics client from just a session. svc := iotanalytics.New(mySession) // Create a IoTAnalytics client with additional configuration svc := iotanalytics.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*IoTAnalytics) BatchPutMessage ¶
func (c *IoTAnalytics) BatchPutMessage(input *BatchPutMessageInput) (*BatchPutMessageOutput, error)
BatchPutMessage API operation for AWS IoT Analytics.
Sends messages to a channel.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation BatchPutMessage for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource with the specified name could not be found.
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/BatchPutMessage
func (*IoTAnalytics) BatchPutMessageRequest ¶
func (c *IoTAnalytics) BatchPutMessageRequest(input *BatchPutMessageInput) (req *request.Request, output *BatchPutMessageOutput)
BatchPutMessageRequest generates a "aws/request.Request" representing the client's request for the BatchPutMessage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchPutMessage for more information on using the BatchPutMessage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchPutMessageRequest method. req, resp := client.BatchPutMessageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/BatchPutMessage
func (*IoTAnalytics) BatchPutMessageWithContext ¶
func (c *IoTAnalytics) BatchPutMessageWithContext(ctx aws.Context, input *BatchPutMessageInput, opts ...request.Option) (*BatchPutMessageOutput, error)
BatchPutMessageWithContext is the same as BatchPutMessage with the addition of the ability to pass a context and additional request options.
See BatchPutMessage for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CancelPipelineReprocessing ¶
func (c *IoTAnalytics) CancelPipelineReprocessing(input *CancelPipelineReprocessingInput) (*CancelPipelineReprocessingOutput, error)
CancelPipelineReprocessing API operation for AWS IoT Analytics.
Cancels the reprocessing of data through the pipeline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CancelPipelineReprocessing for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource with the specified name could not be found.
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CancelPipelineReprocessing
func (*IoTAnalytics) CancelPipelineReprocessingRequest ¶
func (c *IoTAnalytics) CancelPipelineReprocessingRequest(input *CancelPipelineReprocessingInput) (req *request.Request, output *CancelPipelineReprocessingOutput)
CancelPipelineReprocessingRequest generates a "aws/request.Request" representing the client's request for the CancelPipelineReprocessing operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelPipelineReprocessing for more information on using the CancelPipelineReprocessing API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelPipelineReprocessingRequest method. req, resp := client.CancelPipelineReprocessingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CancelPipelineReprocessing
func (*IoTAnalytics) CancelPipelineReprocessingWithContext ¶
func (c *IoTAnalytics) CancelPipelineReprocessingWithContext(ctx aws.Context, input *CancelPipelineReprocessingInput, opts ...request.Option) (*CancelPipelineReprocessingOutput, error)
CancelPipelineReprocessingWithContext is the same as CancelPipelineReprocessing with the addition of the ability to pass a context and additional request options.
See CancelPipelineReprocessing for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CreateChannel ¶
func (c *IoTAnalytics) CreateChannel(input *CreateChannelInput) (*CreateChannelOutput, error)
CreateChannel API operation for AWS IoT Analytics.
Used to create a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CreateChannel for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceAlreadyExistsException A resource with the same name already exists.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateChannel
func (*IoTAnalytics) CreateChannelRequest ¶
func (c *IoTAnalytics) CreateChannelRequest(input *CreateChannelInput) (req *request.Request, output *CreateChannelOutput)
CreateChannelRequest generates a "aws/request.Request" representing the client's request for the CreateChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateChannel for more information on using the CreateChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateChannelRequest method. req, resp := client.CreateChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateChannel
func (*IoTAnalytics) CreateChannelWithContext ¶
func (c *IoTAnalytics) CreateChannelWithContext(ctx aws.Context, input *CreateChannelInput, opts ...request.Option) (*CreateChannelOutput, error)
CreateChannelWithContext is the same as CreateChannel with the addition of the ability to pass a context and additional request options.
See CreateChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CreateDataset ¶
func (c *IoTAnalytics) CreateDataset(input *CreateDatasetInput) (*CreateDatasetOutput, error)
CreateDataset API operation for AWS IoT Analytics.
Used to create a dataset. A dataset stores data retrieved from a data store by applying a queryAction (a SQL query) or a containerAction (executing a containerized application). This operation creates the skeleton of a dataset. The dataset can be populated manually by calling CreateDatasetContent or automatically according to a trigger you specify.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CreateDataset for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceAlreadyExistsException A resource with the same name already exists.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDataset
func (*IoTAnalytics) CreateDatasetContent ¶
func (c *IoTAnalytics) CreateDatasetContent(input *CreateDatasetContentInput) (*CreateDatasetContentOutput, error)
CreateDatasetContent API operation for AWS IoT Analytics.
Creates the content of a dataset by applying a queryAction (a SQL query) or a containerAction (executing a containerized application).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CreateDatasetContent for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDatasetContent
func (*IoTAnalytics) CreateDatasetContentRequest ¶
func (c *IoTAnalytics) CreateDatasetContentRequest(input *CreateDatasetContentInput) (req *request.Request, output *CreateDatasetContentOutput)
CreateDatasetContentRequest generates a "aws/request.Request" representing the client's request for the CreateDatasetContent operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatasetContent for more information on using the CreateDatasetContent API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatasetContentRequest method. req, resp := client.CreateDatasetContentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDatasetContent
func (*IoTAnalytics) CreateDatasetContentWithContext ¶
func (c *IoTAnalytics) CreateDatasetContentWithContext(ctx aws.Context, input *CreateDatasetContentInput, opts ...request.Option) (*CreateDatasetContentOutput, error)
CreateDatasetContentWithContext is the same as CreateDatasetContent with the addition of the ability to pass a context and additional request options.
See CreateDatasetContent for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CreateDatasetRequest ¶
func (c *IoTAnalytics) CreateDatasetRequest(input *CreateDatasetInput) (req *request.Request, output *CreateDatasetOutput)
CreateDatasetRequest generates a "aws/request.Request" representing the client's request for the CreateDataset operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDataset for more information on using the CreateDataset API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatasetRequest method. req, resp := client.CreateDatasetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDataset
func (*IoTAnalytics) CreateDatasetWithContext ¶
func (c *IoTAnalytics) CreateDatasetWithContext(ctx aws.Context, input *CreateDatasetInput, opts ...request.Option) (*CreateDatasetOutput, error)
CreateDatasetWithContext is the same as CreateDataset with the addition of the ability to pass a context and additional request options.
See CreateDataset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CreateDatastore ¶
func (c *IoTAnalytics) CreateDatastore(input *CreateDatastoreInput) (*CreateDatastoreOutput, error)
CreateDatastore API operation for AWS IoT Analytics.
Creates a data store, which is a repository for messages.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CreateDatastore for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceAlreadyExistsException A resource with the same name already exists.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDatastore
func (*IoTAnalytics) CreateDatastoreRequest ¶
func (c *IoTAnalytics) CreateDatastoreRequest(input *CreateDatastoreInput) (req *request.Request, output *CreateDatastoreOutput)
CreateDatastoreRequest generates a "aws/request.Request" representing the client's request for the CreateDatastore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatastore for more information on using the CreateDatastore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatastoreRequest method. req, resp := client.CreateDatastoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreateDatastore
func (*IoTAnalytics) CreateDatastoreWithContext ¶
func (c *IoTAnalytics) CreateDatastoreWithContext(ctx aws.Context, input *CreateDatastoreInput, opts ...request.Option) (*CreateDatastoreOutput, error)
CreateDatastoreWithContext is the same as CreateDatastore with the addition of the ability to pass a context and additional request options.
See CreateDatastore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) CreatePipeline ¶
func (c *IoTAnalytics) CreatePipeline(input *CreatePipelineInput) (*CreatePipelineOutput, error)
CreatePipeline API operation for AWS IoT Analytics.
Creates a pipeline. A pipeline consumes messages from a channel and allows you to process the messages before storing them in a data store. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation CreatePipeline for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceAlreadyExistsException A resource with the same name already exists.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreatePipeline
func (*IoTAnalytics) CreatePipelineRequest ¶
func (c *IoTAnalytics) CreatePipelineRequest(input *CreatePipelineInput) (req *request.Request, output *CreatePipelineOutput)
CreatePipelineRequest generates a "aws/request.Request" representing the client's request for the CreatePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreatePipeline for more information on using the CreatePipeline API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreatePipelineRequest method. req, resp := client.CreatePipelineRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CreatePipeline
func (*IoTAnalytics) CreatePipelineWithContext ¶
func (c *IoTAnalytics) CreatePipelineWithContext(ctx aws.Context, input *CreatePipelineInput, opts ...request.Option) (*CreatePipelineOutput, error)
CreatePipelineWithContext is the same as CreatePipeline with the addition of the ability to pass a context and additional request options.
See CreatePipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DeleteChannel ¶
func (c *IoTAnalytics) DeleteChannel(input *DeleteChannelInput) (*DeleteChannelOutput, error)
DeleteChannel API operation for AWS IoT Analytics.
Deletes the specified channel.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DeleteChannel for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteChannel
func (*IoTAnalytics) DeleteChannelRequest ¶
func (c *IoTAnalytics) DeleteChannelRequest(input *DeleteChannelInput) (req *request.Request, output *DeleteChannelOutput)
DeleteChannelRequest generates a "aws/request.Request" representing the client's request for the DeleteChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteChannel for more information on using the DeleteChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteChannelRequest method. req, resp := client.DeleteChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteChannel
func (*IoTAnalytics) DeleteChannelWithContext ¶
func (c *IoTAnalytics) DeleteChannelWithContext(ctx aws.Context, input *DeleteChannelInput, opts ...request.Option) (*DeleteChannelOutput, error)
DeleteChannelWithContext is the same as DeleteChannel with the addition of the ability to pass a context and additional request options.
See DeleteChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DeleteDataset ¶
func (c *IoTAnalytics) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error)
DeleteDataset API operation for AWS IoT Analytics.
Deletes the specified dataset.
You do not have to delete the content of the dataset before you perform this operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DeleteDataset for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDataset
func (*IoTAnalytics) DeleteDatasetContent ¶
func (c *IoTAnalytics) DeleteDatasetContent(input *DeleteDatasetContentInput) (*DeleteDatasetContentOutput, error)
DeleteDatasetContent API operation for AWS IoT Analytics.
Deletes the content of the specified dataset.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DeleteDatasetContent for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDatasetContent
func (*IoTAnalytics) DeleteDatasetContentRequest ¶
func (c *IoTAnalytics) DeleteDatasetContentRequest(input *DeleteDatasetContentInput) (req *request.Request, output *DeleteDatasetContentOutput)
DeleteDatasetContentRequest generates a "aws/request.Request" representing the client's request for the DeleteDatasetContent operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatasetContent for more information on using the DeleteDatasetContent API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatasetContentRequest method. req, resp := client.DeleteDatasetContentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDatasetContent
func (*IoTAnalytics) DeleteDatasetContentWithContext ¶
func (c *IoTAnalytics) DeleteDatasetContentWithContext(ctx aws.Context, input *DeleteDatasetContentInput, opts ...request.Option) (*DeleteDatasetContentOutput, error)
DeleteDatasetContentWithContext is the same as DeleteDatasetContent with the addition of the ability to pass a context and additional request options.
See DeleteDatasetContent for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DeleteDatasetRequest ¶
func (c *IoTAnalytics) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput)
DeleteDatasetRequest generates a "aws/request.Request" representing the client's request for the DeleteDataset operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDataset for more information on using the DeleteDataset API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatasetRequest method. req, resp := client.DeleteDatasetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDataset
func (*IoTAnalytics) DeleteDatasetWithContext ¶
func (c *IoTAnalytics) DeleteDatasetWithContext(ctx aws.Context, input *DeleteDatasetInput, opts ...request.Option) (*DeleteDatasetOutput, error)
DeleteDatasetWithContext is the same as DeleteDataset with the addition of the ability to pass a context and additional request options.
See DeleteDataset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DeleteDatastore ¶
func (c *IoTAnalytics) DeleteDatastore(input *DeleteDatastoreInput) (*DeleteDatastoreOutput, error)
DeleteDatastore API operation for AWS IoT Analytics.
Deletes the specified data store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DeleteDatastore for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDatastore
func (*IoTAnalytics) DeleteDatastoreRequest ¶
func (c *IoTAnalytics) DeleteDatastoreRequest(input *DeleteDatastoreInput) (req *request.Request, output *DeleteDatastoreOutput)
DeleteDatastoreRequest generates a "aws/request.Request" representing the client's request for the DeleteDatastore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatastore for more information on using the DeleteDatastore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatastoreRequest method. req, resp := client.DeleteDatastoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDatastore
func (*IoTAnalytics) DeleteDatastoreWithContext ¶
func (c *IoTAnalytics) DeleteDatastoreWithContext(ctx aws.Context, input *DeleteDatastoreInput, opts ...request.Option) (*DeleteDatastoreOutput, error)
DeleteDatastoreWithContext is the same as DeleteDatastore with the addition of the ability to pass a context and additional request options.
See DeleteDatastore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DeletePipeline ¶
func (c *IoTAnalytics) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)
DeletePipeline API operation for AWS IoT Analytics.
Deletes the specified pipeline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DeletePipeline for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeletePipeline
func (*IoTAnalytics) DeletePipelineRequest ¶
func (c *IoTAnalytics) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)
DeletePipelineRequest generates a "aws/request.Request" representing the client's request for the DeletePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePipeline for more information on using the DeletePipeline API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePipelineRequest method. req, resp := client.DeletePipelineRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeletePipeline
func (*IoTAnalytics) DeletePipelineWithContext ¶
func (c *IoTAnalytics) DeletePipelineWithContext(ctx aws.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)
DeletePipelineWithContext is the same as DeletePipeline with the addition of the ability to pass a context and additional request options.
See DeletePipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DescribeChannel ¶
func (c *IoTAnalytics) DescribeChannel(input *DescribeChannelInput) (*DescribeChannelOutput, error)
DescribeChannel API operation for AWS IoT Analytics.
Retrieves information about a channel.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DescribeChannel for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeChannel
func (*IoTAnalytics) DescribeChannelRequest ¶
func (c *IoTAnalytics) DescribeChannelRequest(input *DescribeChannelInput) (req *request.Request, output *DescribeChannelOutput)
DescribeChannelRequest generates a "aws/request.Request" representing the client's request for the DescribeChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeChannel for more information on using the DescribeChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeChannelRequest method. req, resp := client.DescribeChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeChannel
func (*IoTAnalytics) DescribeChannelWithContext ¶
func (c *IoTAnalytics) DescribeChannelWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.Option) (*DescribeChannelOutput, error)
DescribeChannelWithContext is the same as DescribeChannel with the addition of the ability to pass a context and additional request options.
See DescribeChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DescribeDataset ¶
func (c *IoTAnalytics) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error)
DescribeDataset API operation for AWS IoT Analytics.
Retrieves information about a dataset.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DescribeDataset for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeDataset
func (*IoTAnalytics) DescribeDatasetRequest ¶
func (c *IoTAnalytics) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput)
DescribeDatasetRequest generates a "aws/request.Request" representing the client's request for the DescribeDataset operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDataset for more information on using the DescribeDataset API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDatasetRequest method. req, resp := client.DescribeDatasetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeDataset
func (*IoTAnalytics) DescribeDatasetWithContext ¶
func (c *IoTAnalytics) DescribeDatasetWithContext(ctx aws.Context, input *DescribeDatasetInput, opts ...request.Option) (*DescribeDatasetOutput, error)
DescribeDatasetWithContext is the same as DescribeDataset with the addition of the ability to pass a context and additional request options.
See DescribeDataset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DescribeDatastore ¶
func (c *IoTAnalytics) DescribeDatastore(input *DescribeDatastoreInput) (*DescribeDatastoreOutput, error)
DescribeDatastore API operation for AWS IoT Analytics.
Retrieves information about a data store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DescribeDatastore for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeDatastore
func (*IoTAnalytics) DescribeDatastoreRequest ¶
func (c *IoTAnalytics) DescribeDatastoreRequest(input *DescribeDatastoreInput) (req *request.Request, output *DescribeDatastoreOutput)
DescribeDatastoreRequest generates a "aws/request.Request" representing the client's request for the DescribeDatastore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDatastore for more information on using the DescribeDatastore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDatastoreRequest method. req, resp := client.DescribeDatastoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeDatastore
func (*IoTAnalytics) DescribeDatastoreWithContext ¶
func (c *IoTAnalytics) DescribeDatastoreWithContext(ctx aws.Context, input *DescribeDatastoreInput, opts ...request.Option) (*DescribeDatastoreOutput, error)
DescribeDatastoreWithContext is the same as DescribeDatastore with the addition of the ability to pass a context and additional request options.
See DescribeDatastore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DescribeLoggingOptions ¶
func (c *IoTAnalytics) DescribeLoggingOptions(input *DescribeLoggingOptionsInput) (*DescribeLoggingOptionsOutput, error)
DescribeLoggingOptions API operation for AWS IoT Analytics.
Retrieves the current settings of the IoT Analytics logging options.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DescribeLoggingOptions for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeLoggingOptions
func (*IoTAnalytics) DescribeLoggingOptionsRequest ¶
func (c *IoTAnalytics) DescribeLoggingOptionsRequest(input *DescribeLoggingOptionsInput) (req *request.Request, output *DescribeLoggingOptionsOutput)
DescribeLoggingOptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeLoggingOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLoggingOptions for more information on using the DescribeLoggingOptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLoggingOptionsRequest method. req, resp := client.DescribeLoggingOptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribeLoggingOptions
func (*IoTAnalytics) DescribeLoggingOptionsWithContext ¶
func (c *IoTAnalytics) DescribeLoggingOptionsWithContext(ctx aws.Context, input *DescribeLoggingOptionsInput, opts ...request.Option) (*DescribeLoggingOptionsOutput, error)
DescribeLoggingOptionsWithContext is the same as DescribeLoggingOptions with the addition of the ability to pass a context and additional request options.
See DescribeLoggingOptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) DescribePipeline ¶
func (c *IoTAnalytics) DescribePipeline(input *DescribePipelineInput) (*DescribePipelineOutput, error)
DescribePipeline API operation for AWS IoT Analytics.
Retrieves information about a pipeline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation DescribePipeline for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribePipeline
func (*IoTAnalytics) DescribePipelineRequest ¶
func (c *IoTAnalytics) DescribePipelineRequest(input *DescribePipelineInput) (req *request.Request, output *DescribePipelineOutput)
DescribePipelineRequest generates a "aws/request.Request" representing the client's request for the DescribePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePipeline for more information on using the DescribePipeline API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePipelineRequest method. req, resp := client.DescribePipelineRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DescribePipeline
func (*IoTAnalytics) DescribePipelineWithContext ¶
func (c *IoTAnalytics) DescribePipelineWithContext(ctx aws.Context, input *DescribePipelineInput, opts ...request.Option) (*DescribePipelineOutput, error)
DescribePipelineWithContext is the same as DescribePipeline with the addition of the ability to pass a context and additional request options.
See DescribePipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) GetDatasetContent ¶
func (c *IoTAnalytics) GetDatasetContent(input *GetDatasetContentInput) (*GetDatasetContentOutput, error)
GetDatasetContent API operation for AWS IoT Analytics.
Retrieves the contents of a dataset as presigned URIs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation GetDatasetContent for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/GetDatasetContent
func (*IoTAnalytics) GetDatasetContentRequest ¶
func (c *IoTAnalytics) GetDatasetContentRequest(input *GetDatasetContentInput) (req *request.Request, output *GetDatasetContentOutput)
GetDatasetContentRequest generates a "aws/request.Request" representing the client's request for the GetDatasetContent operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatasetContent for more information on using the GetDatasetContent API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatasetContentRequest method. req, resp := client.GetDatasetContentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/GetDatasetContent
func (*IoTAnalytics) GetDatasetContentWithContext ¶
func (c *IoTAnalytics) GetDatasetContentWithContext(ctx aws.Context, input *GetDatasetContentInput, opts ...request.Option) (*GetDatasetContentOutput, error)
GetDatasetContentWithContext is the same as GetDatasetContent with the addition of the ability to pass a context and additional request options.
See GetDatasetContent for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListChannels ¶
func (c *IoTAnalytics) ListChannels(input *ListChannelsInput) (*ListChannelsOutput, error)
ListChannels API operation for AWS IoT Analytics.
Retrieves a list of channels.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListChannels for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListChannels
func (*IoTAnalytics) ListChannelsPages ¶
func (c *IoTAnalytics) ListChannelsPages(input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool) error
ListChannelsPages iterates over the pages of a ListChannels operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListChannels method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListChannels operation. pageNum := 0 err := client.ListChannelsPages(params, func(page *iotanalytics.ListChannelsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*IoTAnalytics) ListChannelsPagesWithContext ¶
func (c *IoTAnalytics) ListChannelsPagesWithContext(ctx aws.Context, input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool, opts ...request.Option) error
ListChannelsPagesWithContext same as ListChannelsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListChannelsRequest ¶
func (c *IoTAnalytics) ListChannelsRequest(input *ListChannelsInput) (req *request.Request, output *ListChannelsOutput)
ListChannelsRequest generates a "aws/request.Request" representing the client's request for the ListChannels operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListChannels for more information on using the ListChannels API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListChannelsRequest method. req, resp := client.ListChannelsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListChannels
func (*IoTAnalytics) ListChannelsWithContext ¶
func (c *IoTAnalytics) ListChannelsWithContext(ctx aws.Context, input *ListChannelsInput, opts ...request.Option) (*ListChannelsOutput, error)
ListChannelsWithContext is the same as ListChannels with the addition of the ability to pass a context and additional request options.
See ListChannels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatasetContents ¶ added in v1.15.22
func (c *IoTAnalytics) ListDatasetContents(input *ListDatasetContentsInput) (*ListDatasetContentsOutput, error)
ListDatasetContents API operation for AWS IoT Analytics.
Lists information about dataset contents that have been created.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListDatasetContents for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
ResourceNotFoundException A resource with the specified name could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatasetContents
func (*IoTAnalytics) ListDatasetContentsPages ¶ added in v1.15.22
func (c *IoTAnalytics) ListDatasetContentsPages(input *ListDatasetContentsInput, fn func(*ListDatasetContentsOutput, bool) bool) error
ListDatasetContentsPages iterates over the pages of a ListDatasetContents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDatasetContents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDatasetContents operation. pageNum := 0 err := client.ListDatasetContentsPages(params, func(page *iotanalytics.ListDatasetContentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*IoTAnalytics) ListDatasetContentsPagesWithContext ¶ added in v1.15.22
func (c *IoTAnalytics) ListDatasetContentsPagesWithContext(ctx aws.Context, input *ListDatasetContentsInput, fn func(*ListDatasetContentsOutput, bool) bool, opts ...request.Option) error
ListDatasetContentsPagesWithContext same as ListDatasetContentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatasetContentsRequest ¶ added in v1.15.22
func (c *IoTAnalytics) ListDatasetContentsRequest(input *ListDatasetContentsInput) (req *request.Request, output *ListDatasetContentsOutput)
ListDatasetContentsRequest generates a "aws/request.Request" representing the client's request for the ListDatasetContents operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDatasetContents for more information on using the ListDatasetContents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDatasetContentsRequest method. req, resp := client.ListDatasetContentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatasetContents
func (*IoTAnalytics) ListDatasetContentsWithContext ¶ added in v1.15.22
func (c *IoTAnalytics) ListDatasetContentsWithContext(ctx aws.Context, input *ListDatasetContentsInput, opts ...request.Option) (*ListDatasetContentsOutput, error)
ListDatasetContentsWithContext is the same as ListDatasetContents with the addition of the ability to pass a context and additional request options.
See ListDatasetContents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatasets ¶
func (c *IoTAnalytics) ListDatasets(input *ListDatasetsInput) (*ListDatasetsOutput, error)
ListDatasets API operation for AWS IoT Analytics.
Retrieves information about datasets.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListDatasets for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatasets
func (*IoTAnalytics) ListDatasetsPages ¶
func (c *IoTAnalytics) ListDatasetsPages(input *ListDatasetsInput, fn func(*ListDatasetsOutput, bool) bool) error
ListDatasetsPages iterates over the pages of a ListDatasets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDatasets method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDatasets operation. pageNum := 0 err := client.ListDatasetsPages(params, func(page *iotanalytics.ListDatasetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*IoTAnalytics) ListDatasetsPagesWithContext ¶
func (c *IoTAnalytics) ListDatasetsPagesWithContext(ctx aws.Context, input *ListDatasetsInput, fn func(*ListDatasetsOutput, bool) bool, opts ...request.Option) error
ListDatasetsPagesWithContext same as ListDatasetsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatasetsRequest ¶
func (c *IoTAnalytics) ListDatasetsRequest(input *ListDatasetsInput) (req *request.Request, output *ListDatasetsOutput)
ListDatasetsRequest generates a "aws/request.Request" representing the client's request for the ListDatasets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDatasets for more information on using the ListDatasets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDatasetsRequest method. req, resp := client.ListDatasetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatasets
func (*IoTAnalytics) ListDatasetsWithContext ¶
func (c *IoTAnalytics) ListDatasetsWithContext(ctx aws.Context, input *ListDatasetsInput, opts ...request.Option) (*ListDatasetsOutput, error)
ListDatasetsWithContext is the same as ListDatasets with the addition of the ability to pass a context and additional request options.
See ListDatasets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatastores ¶
func (c *IoTAnalytics) ListDatastores(input *ListDatastoresInput) (*ListDatastoresOutput, error)
ListDatastores API operation for AWS IoT Analytics.
Retrieves a list of data stores.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListDatastores for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatastores
func (*IoTAnalytics) ListDatastoresPages ¶
func (c *IoTAnalytics) ListDatastoresPages(input *ListDatastoresInput, fn func(*ListDatastoresOutput, bool) bool) error
ListDatastoresPages iterates over the pages of a ListDatastores operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDatastores method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDatastores operation. pageNum := 0 err := client.ListDatastoresPages(params, func(page *iotanalytics.ListDatastoresOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*IoTAnalytics) ListDatastoresPagesWithContext ¶
func (c *IoTAnalytics) ListDatastoresPagesWithContext(ctx aws.Context, input *ListDatastoresInput, fn func(*ListDatastoresOutput, bool) bool, opts ...request.Option) error
ListDatastoresPagesWithContext same as ListDatastoresPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListDatastoresRequest ¶
func (c *IoTAnalytics) ListDatastoresRequest(input *ListDatastoresInput) (req *request.Request, output *ListDatastoresOutput)
ListDatastoresRequest generates a "aws/request.Request" representing the client's request for the ListDatastores operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDatastores for more information on using the ListDatastores API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDatastoresRequest method. req, resp := client.ListDatastoresRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListDatastores
func (*IoTAnalytics) ListDatastoresWithContext ¶
func (c *IoTAnalytics) ListDatastoresWithContext(ctx aws.Context, input *ListDatastoresInput, opts ...request.Option) (*ListDatastoresOutput, error)
ListDatastoresWithContext is the same as ListDatastores with the addition of the ability to pass a context and additional request options.
See ListDatastores for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListPipelines ¶
func (c *IoTAnalytics) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)
ListPipelines API operation for AWS IoT Analytics.
Retrieves a list of pipelines.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListPipelines for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListPipelines
func (*IoTAnalytics) ListPipelinesPages ¶
func (c *IoTAnalytics) ListPipelinesPages(input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool) error
ListPipelinesPages iterates over the pages of a ListPipelines operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPipelines method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPipelines operation. pageNum := 0 err := client.ListPipelinesPages(params, func(page *iotanalytics.ListPipelinesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*IoTAnalytics) ListPipelinesPagesWithContext ¶
func (c *IoTAnalytics) ListPipelinesPagesWithContext(ctx aws.Context, input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool, opts ...request.Option) error
ListPipelinesPagesWithContext same as ListPipelinesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListPipelinesRequest ¶
func (c *IoTAnalytics) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)
ListPipelinesRequest generates a "aws/request.Request" representing the client's request for the ListPipelines operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListPipelines for more information on using the ListPipelines API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListPipelinesRequest method. req, resp := client.ListPipelinesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListPipelines
func (*IoTAnalytics) ListPipelinesWithContext ¶
func (c *IoTAnalytics) ListPipelinesWithContext(ctx aws.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)
ListPipelinesWithContext is the same as ListPipelines with the addition of the ability to pass a context and additional request options.
See ListPipelines for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) ListTagsForResource ¶ added in v1.14.7
func (c *IoTAnalytics) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS IoT Analytics.
Lists the tags (metadata) that you have assigned to the resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
ResourceNotFoundException A resource with the specified name could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListTagsForResource
func (*IoTAnalytics) ListTagsForResourceRequest ¶ added in v1.14.7
func (c *IoTAnalytics) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/ListTagsForResource
func (*IoTAnalytics) ListTagsForResourceWithContext ¶ added in v1.14.7
func (c *IoTAnalytics) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) PutLoggingOptions ¶
func (c *IoTAnalytics) PutLoggingOptions(input *PutLoggingOptionsInput) (*PutLoggingOptionsOutput, error)
PutLoggingOptions API operation for AWS IoT Analytics.
Sets or updates the IoT Analytics logging options.
If you update the value of any loggingOptions field, it takes up to one minute for the change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field (for example, to correct an invalid policy), it takes up to five minutes for that change to take effect.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation PutLoggingOptions for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/PutLoggingOptions
func (*IoTAnalytics) PutLoggingOptionsRequest ¶
func (c *IoTAnalytics) PutLoggingOptionsRequest(input *PutLoggingOptionsInput) (req *request.Request, output *PutLoggingOptionsOutput)
PutLoggingOptionsRequest generates a "aws/request.Request" representing the client's request for the PutLoggingOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutLoggingOptions for more information on using the PutLoggingOptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutLoggingOptionsRequest method. req, resp := client.PutLoggingOptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/PutLoggingOptions
func (*IoTAnalytics) PutLoggingOptionsWithContext ¶
func (c *IoTAnalytics) PutLoggingOptionsWithContext(ctx aws.Context, input *PutLoggingOptionsInput, opts ...request.Option) (*PutLoggingOptionsOutput, error)
PutLoggingOptionsWithContext is the same as PutLoggingOptions with the addition of the ability to pass a context and additional request options.
See PutLoggingOptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) RunPipelineActivity ¶
func (c *IoTAnalytics) RunPipelineActivity(input *RunPipelineActivityInput) (*RunPipelineActivityOutput, error)
RunPipelineActivity API operation for AWS IoT Analytics.
Simulates the results of running a pipeline activity on a message payload.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation RunPipelineActivity for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/RunPipelineActivity
func (*IoTAnalytics) RunPipelineActivityRequest ¶
func (c *IoTAnalytics) RunPipelineActivityRequest(input *RunPipelineActivityInput) (req *request.Request, output *RunPipelineActivityOutput)
RunPipelineActivityRequest generates a "aws/request.Request" representing the client's request for the RunPipelineActivity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RunPipelineActivity for more information on using the RunPipelineActivity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RunPipelineActivityRequest method. req, resp := client.RunPipelineActivityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/RunPipelineActivity
func (*IoTAnalytics) RunPipelineActivityWithContext ¶
func (c *IoTAnalytics) RunPipelineActivityWithContext(ctx aws.Context, input *RunPipelineActivityInput, opts ...request.Option) (*RunPipelineActivityOutput, error)
RunPipelineActivityWithContext is the same as RunPipelineActivity with the addition of the ability to pass a context and additional request options.
See RunPipelineActivity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) SampleChannelData ¶
func (c *IoTAnalytics) SampleChannelData(input *SampleChannelDataInput) (*SampleChannelDataOutput, error)
SampleChannelData API operation for AWS IoT Analytics.
Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation SampleChannelData for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/SampleChannelData
func (*IoTAnalytics) SampleChannelDataRequest ¶
func (c *IoTAnalytics) SampleChannelDataRequest(input *SampleChannelDataInput) (req *request.Request, output *SampleChannelDataOutput)
SampleChannelDataRequest generates a "aws/request.Request" representing the client's request for the SampleChannelData operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SampleChannelData for more information on using the SampleChannelData API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SampleChannelDataRequest method. req, resp := client.SampleChannelDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/SampleChannelData
func (*IoTAnalytics) SampleChannelDataWithContext ¶
func (c *IoTAnalytics) SampleChannelDataWithContext(ctx aws.Context, input *SampleChannelDataInput, opts ...request.Option) (*SampleChannelDataOutput, error)
SampleChannelDataWithContext is the same as SampleChannelData with the addition of the ability to pass a context and additional request options.
See SampleChannelData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) StartPipelineReprocessing ¶
func (c *IoTAnalytics) StartPipelineReprocessing(input *StartPipelineReprocessingInput) (*StartPipelineReprocessingOutput, error)
StartPipelineReprocessing API operation for AWS IoT Analytics.
Starts the reprocessing of raw message data through the pipeline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation StartPipelineReprocessing for usage and error information.
Returned Error Types:
ResourceNotFoundException A resource with the specified name could not be found.
ResourceAlreadyExistsException A resource with the same name already exists.
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/StartPipelineReprocessing
func (*IoTAnalytics) StartPipelineReprocessingRequest ¶
func (c *IoTAnalytics) StartPipelineReprocessingRequest(input *StartPipelineReprocessingInput) (req *request.Request, output *StartPipelineReprocessingOutput)
StartPipelineReprocessingRequest generates a "aws/request.Request" representing the client's request for the StartPipelineReprocessing operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartPipelineReprocessing for more information on using the StartPipelineReprocessing API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartPipelineReprocessingRequest method. req, resp := client.StartPipelineReprocessingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/StartPipelineReprocessing
func (*IoTAnalytics) StartPipelineReprocessingWithContext ¶
func (c *IoTAnalytics) StartPipelineReprocessingWithContext(ctx aws.Context, input *StartPipelineReprocessingInput, opts ...request.Option) (*StartPipelineReprocessingOutput, error)
StartPipelineReprocessingWithContext is the same as StartPipelineReprocessing with the addition of the ability to pass a context and additional request options.
See StartPipelineReprocessing for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) TagResource ¶ added in v1.14.7
func (c *IoTAnalytics) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS IoT Analytics.
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation TagResource for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
ResourceNotFoundException A resource with the specified name could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/TagResource
func (*IoTAnalytics) TagResourceRequest ¶ added in v1.14.7
func (c *IoTAnalytics) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/TagResource
func (*IoTAnalytics) TagResourceWithContext ¶ added in v1.14.7
func (c *IoTAnalytics) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) UntagResource ¶ added in v1.14.7
func (c *IoTAnalytics) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS IoT Analytics.
Removes the given tags (metadata) from the resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation UntagResource for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
ResourceNotFoundException A resource with the specified name could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UntagResource
func (*IoTAnalytics) UntagResourceRequest ¶ added in v1.14.7
func (c *IoTAnalytics) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UntagResource
func (*IoTAnalytics) UntagResourceWithContext ¶ added in v1.14.7
func (c *IoTAnalytics) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) UpdateChannel ¶
func (c *IoTAnalytics) UpdateChannel(input *UpdateChannelInput) (*UpdateChannelOutput, error)
UpdateChannel API operation for AWS IoT Analytics.
Used to update the settings of a channel.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation UpdateChannel for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateChannel
func (*IoTAnalytics) UpdateChannelRequest ¶
func (c *IoTAnalytics) UpdateChannelRequest(input *UpdateChannelInput) (req *request.Request, output *UpdateChannelOutput)
UpdateChannelRequest generates a "aws/request.Request" representing the client's request for the UpdateChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateChannel for more information on using the UpdateChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateChannelRequest method. req, resp := client.UpdateChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateChannel
func (*IoTAnalytics) UpdateChannelWithContext ¶
func (c *IoTAnalytics) UpdateChannelWithContext(ctx aws.Context, input *UpdateChannelInput, opts ...request.Option) (*UpdateChannelOutput, error)
UpdateChannelWithContext is the same as UpdateChannel with the addition of the ability to pass a context and additional request options.
See UpdateChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) UpdateDataset ¶
func (c *IoTAnalytics) UpdateDataset(input *UpdateDatasetInput) (*UpdateDatasetOutput, error)
UpdateDataset API operation for AWS IoT Analytics.
Updates the settings of a dataset.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation UpdateDataset for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateDataset
func (*IoTAnalytics) UpdateDatasetRequest ¶
func (c *IoTAnalytics) UpdateDatasetRequest(input *UpdateDatasetInput) (req *request.Request, output *UpdateDatasetOutput)
UpdateDatasetRequest generates a "aws/request.Request" representing the client's request for the UpdateDataset operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDataset for more information on using the UpdateDataset API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDatasetRequest method. req, resp := client.UpdateDatasetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateDataset
func (*IoTAnalytics) UpdateDatasetWithContext ¶
func (c *IoTAnalytics) UpdateDatasetWithContext(ctx aws.Context, input *UpdateDatasetInput, opts ...request.Option) (*UpdateDatasetOutput, error)
UpdateDatasetWithContext is the same as UpdateDataset with the addition of the ability to pass a context and additional request options.
See UpdateDataset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) UpdateDatastore ¶
func (c *IoTAnalytics) UpdateDatastore(input *UpdateDatastoreInput) (*UpdateDatastoreOutput, error)
UpdateDatastore API operation for AWS IoT Analytics.
Used to update the settings of a data store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation UpdateDatastore for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateDatastore
func (*IoTAnalytics) UpdateDatastoreRequest ¶
func (c *IoTAnalytics) UpdateDatastoreRequest(input *UpdateDatastoreInput) (req *request.Request, output *UpdateDatastoreOutput)
UpdateDatastoreRequest generates a "aws/request.Request" representing the client's request for the UpdateDatastore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDatastore for more information on using the UpdateDatastore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDatastoreRequest method. req, resp := client.UpdateDatastoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdateDatastore
func (*IoTAnalytics) UpdateDatastoreWithContext ¶
func (c *IoTAnalytics) UpdateDatastoreWithContext(ctx aws.Context, input *UpdateDatastoreInput, opts ...request.Option) (*UpdateDatastoreOutput, error)
UpdateDatastoreWithContext is the same as UpdateDatastore with the addition of the ability to pass a context and additional request options.
See UpdateDatastore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*IoTAnalytics) UpdatePipeline ¶
func (c *IoTAnalytics) UpdatePipeline(input *UpdatePipelineInput) (*UpdatePipelineOutput, error)
UpdatePipeline API operation for AWS IoT Analytics.
Updates the settings of a pipeline. You must specify both a channel and a datastore activity and, optionally, as many as 23 additional activities in the pipelineActivities array.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS IoT Analytics's API operation UpdatePipeline for usage and error information.
Returned Error Types:
InvalidRequestException The request was not valid.
ResourceNotFoundException A resource with the specified name could not be found.
InternalFailureException There was an internal failure.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The request was denied due to request throttling.
LimitExceededException The command caused an internal limit to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdatePipeline
func (*IoTAnalytics) UpdatePipelineRequest ¶
func (c *IoTAnalytics) UpdatePipelineRequest(input *UpdatePipelineInput) (req *request.Request, output *UpdatePipelineOutput)
UpdatePipelineRequest generates a "aws/request.Request" representing the client's request for the UpdatePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdatePipeline for more information on using the UpdatePipeline API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdatePipelineRequest method. req, resp := client.UpdatePipelineRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/UpdatePipeline
func (*IoTAnalytics) UpdatePipelineWithContext ¶
func (c *IoTAnalytics) UpdatePipelineWithContext(ctx aws.Context, input *UpdatePipelineInput, opts ...request.Option) (*UpdatePipelineOutput, error)
UpdatePipelineWithContext is the same as UpdatePipeline with the addition of the ability to pass a context and additional request options.
See UpdatePipeline for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type IotEventsDestinationConfiguration ¶ added in v1.15.83
type IotEventsDestinationConfiguration struct { // The name of the IoT Events input to which dataset contents are delivered. // // InputName is a required field InputName *string `locationName:"inputName" min:"1" type:"string" required:"true"` // The ARN of the role that grants IoT Analytics permission to deliver dataset // contents to an IoT Events input. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Configuration information for delivery of dataset contents to IoT Events.
func (IotEventsDestinationConfiguration) GoString ¶ added in v1.15.83
func (s IotEventsDestinationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IotEventsDestinationConfiguration) SetInputName ¶ added in v1.15.83
func (s *IotEventsDestinationConfiguration) SetInputName(v string) *IotEventsDestinationConfiguration
SetInputName sets the InputName field's value.
func (*IotEventsDestinationConfiguration) SetRoleArn ¶ added in v1.15.83
func (s *IotEventsDestinationConfiguration) SetRoleArn(v string) *IotEventsDestinationConfiguration
SetRoleArn sets the RoleArn field's value.
func (IotEventsDestinationConfiguration) String ¶ added in v1.15.83
func (s IotEventsDestinationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IotEventsDestinationConfiguration) Validate ¶ added in v1.15.83
func (s *IotEventsDestinationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IotSiteWiseCustomerManagedDatastoreS3Storage ¶ added in v1.40.9
type IotSiteWiseCustomerManagedDatastoreS3Storage struct { // The name of the Amazon S3 bucket where your data is stored. // // Bucket is a required field Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // contains filtered or unexported fields }
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.
func (IotSiteWiseCustomerManagedDatastoreS3Storage) GoString ¶ added in v1.40.9
func (s IotSiteWiseCustomerManagedDatastoreS3Storage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IotSiteWiseCustomerManagedDatastoreS3Storage) SetBucket ¶ added in v1.40.9
func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) SetBucket(v string) *IotSiteWiseCustomerManagedDatastoreS3Storage
SetBucket sets the Bucket field's value.
func (*IotSiteWiseCustomerManagedDatastoreS3Storage) SetKeyPrefix ¶ added in v1.40.9
func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) SetKeyPrefix(v string) *IotSiteWiseCustomerManagedDatastoreS3Storage
SetKeyPrefix sets the KeyPrefix field's value.
func (IotSiteWiseCustomerManagedDatastoreS3Storage) String ¶ added in v1.40.9
func (s IotSiteWiseCustomerManagedDatastoreS3Storage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IotSiteWiseCustomerManagedDatastoreS3Storage) Validate ¶ added in v1.40.9
func (s *IotSiteWiseCustomerManagedDatastoreS3Storage) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IotSiteWiseCustomerManagedDatastoreS3StorageSummary ¶ added in v1.40.9
type IotSiteWiseCustomerManagedDatastoreS3StorageSummary struct { // The name of the Amazon S3 bucket where your data is stored. Bucket *string `locationName:"bucket" min:"3" type:"string"` // (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 (/). KeyPrefix *string `locationName:"keyPrefix" min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
func (IotSiteWiseCustomerManagedDatastoreS3StorageSummary) GoString ¶ added in v1.40.9
func (s IotSiteWiseCustomerManagedDatastoreS3StorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetBucket ¶ added in v1.40.9
func (s *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetBucket(v string) *IotSiteWiseCustomerManagedDatastoreS3StorageSummary
SetBucket sets the Bucket field's value.
func (*IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetKeyPrefix ¶ added in v1.40.9
func (s *IotSiteWiseCustomerManagedDatastoreS3StorageSummary) SetKeyPrefix(v string) *IotSiteWiseCustomerManagedDatastoreS3StorageSummary
SetKeyPrefix sets the KeyPrefix field's value.
func (IotSiteWiseCustomerManagedDatastoreS3StorageSummary) String ¶ added in v1.40.9
func (s IotSiteWiseCustomerManagedDatastoreS3StorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type JsonConfiguration ¶ added in v1.36.9
type JsonConfiguration struct {
// contains filtered or unexported fields
}
Contains the configuration information of the JSON format.
func (JsonConfiguration) GoString ¶ added in v1.36.9
func (s JsonConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (JsonConfiguration) String ¶ added in v1.36.9
func (s JsonConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LambdaActivity ¶
type LambdaActivity struct { // 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. // // BatchSize is a required field BatchSize *int64 `locationName:"batchSize" min:"1" type:"integer" required:"true"` // The name of the Lambda function that is run on the message. // // LambdaName is a required field LambdaName *string `locationName:"lambdaName" min:"1" type:"string" required:"true"` // The name of the lambda activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
An activity that runs a Lambda function to modify the message.
func (LambdaActivity) GoString ¶
func (s LambdaActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LambdaActivity) SetBatchSize ¶
func (s *LambdaActivity) SetBatchSize(v int64) *LambdaActivity
SetBatchSize sets the BatchSize field's value.
func (*LambdaActivity) SetLambdaName ¶
func (s *LambdaActivity) SetLambdaName(v string) *LambdaActivity
SetLambdaName sets the LambdaName field's value.
func (*LambdaActivity) SetName ¶
func (s *LambdaActivity) SetName(v string) *LambdaActivity
SetName sets the Name field's value.
func (*LambdaActivity) SetNext ¶
func (s *LambdaActivity) SetNext(v string) *LambdaActivity
SetNext sets the Next field's value.
func (LambdaActivity) String ¶
func (s LambdaActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LambdaActivity) Validate ¶
func (s *LambdaActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LateDataRule ¶ added in v1.35.24
type LateDataRule struct { // The information needed to configure the late data rule. // // RuleConfiguration is a required field RuleConfiguration *LateDataRuleConfiguration `locationName:"ruleConfiguration" type:"structure" required:"true"` // The name of the late data rule. RuleName *string `locationName:"ruleName" min:"1" type:"string"` // contains filtered or unexported fields }
A structure that contains the name and configuration information of a late data rule.
func (LateDataRule) GoString ¶ added in v1.35.24
func (s LateDataRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LateDataRule) SetRuleConfiguration ¶ added in v1.35.24
func (s *LateDataRule) SetRuleConfiguration(v *LateDataRuleConfiguration) *LateDataRule
SetRuleConfiguration sets the RuleConfiguration field's value.
func (*LateDataRule) SetRuleName ¶ added in v1.35.24
func (s *LateDataRule) SetRuleName(v string) *LateDataRule
SetRuleName sets the RuleName field's value.
func (LateDataRule) String ¶ added in v1.35.24
func (s LateDataRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LateDataRule) Validate ¶ added in v1.35.24
func (s *LateDataRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LateDataRuleConfiguration ¶ added in v1.35.24
type LateDataRuleConfiguration struct { // The information needed to configure a delta time session window. DeltaTimeSessionWindowConfiguration *DeltaTimeSessionWindowConfiguration `locationName:"deltaTimeSessionWindowConfiguration" type:"structure"` // contains filtered or unexported fields }
The information needed to configure a delta time session window.
func (LateDataRuleConfiguration) GoString ¶ added in v1.35.24
func (s LateDataRuleConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LateDataRuleConfiguration) SetDeltaTimeSessionWindowConfiguration ¶ added in v1.35.24
func (s *LateDataRuleConfiguration) SetDeltaTimeSessionWindowConfiguration(v *DeltaTimeSessionWindowConfiguration) *LateDataRuleConfiguration
SetDeltaTimeSessionWindowConfiguration sets the DeltaTimeSessionWindowConfiguration field's value.
func (LateDataRuleConfiguration) String ¶ added in v1.35.24
func (s LateDataRuleConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LateDataRuleConfiguration) Validate ¶ added in v1.35.24
func (s *LateDataRuleConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LimitExceededException ¶ added in v1.28.0
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The command caused an internal limit to be exceeded.
func (*LimitExceededException) Code ¶ added in v1.28.0
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶ added in v1.28.0
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶ added in v1.28.0
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LimitExceededException) Message ¶ added in v1.28.0
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶ added in v1.28.0
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶ added in v1.28.0
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶ added in v1.28.0
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶ added in v1.28.0
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListChannelsInput ¶
type ListChannelsInput struct { // The maximum number of results to return in this request. // // The default value is 100. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListChannelsInput) GoString ¶
func (s ListChannelsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListChannelsInput) SetMaxResults ¶
func (s *ListChannelsInput) SetMaxResults(v int64) *ListChannelsInput
SetMaxResults sets the MaxResults field's value.
func (*ListChannelsInput) SetNextToken ¶
func (s *ListChannelsInput) SetNextToken(v string) *ListChannelsInput
SetNextToken sets the NextToken field's value.
func (ListChannelsInput) String ¶
func (s ListChannelsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListChannelsInput) Validate ¶
func (s *ListChannelsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListChannelsOutput ¶
type ListChannelsOutput struct { // A list of ChannelSummary objects. ChannelSummaries []*ChannelSummary `locationName:"channelSummaries" type:"list"` // The token to retrieve the next set of results, or null if there are no more // results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListChannelsOutput) GoString ¶
func (s ListChannelsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListChannelsOutput) SetChannelSummaries ¶
func (s *ListChannelsOutput) SetChannelSummaries(v []*ChannelSummary) *ListChannelsOutput
SetChannelSummaries sets the ChannelSummaries field's value.
func (*ListChannelsOutput) SetNextToken ¶
func (s *ListChannelsOutput) SetNextToken(v string) *ListChannelsOutput
SetNextToken sets the NextToken field's value.
func (ListChannelsOutput) String ¶
func (s ListChannelsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDatasetContentsInput ¶ added in v1.15.22
type ListDatasetContentsInput struct { // The name of the dataset whose contents information you want to list. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // The maximum number of results to return in this request. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // A filter to limit results to those dataset contents whose creation is scheduled // before the given time. See the field triggers.schedule in the CreateDataset // request. (timestamp) ScheduledBefore *time.Time `location:"querystring" locationName:"scheduledBefore" type:"timestamp"` // A filter to limit results to those dataset contents whose creation is scheduled // on or after the given time. See the field triggers.schedule in the CreateDataset // request. (timestamp) ScheduledOnOrAfter *time.Time `location:"querystring" locationName:"scheduledOnOrAfter" type:"timestamp"` // contains filtered or unexported fields }
func (ListDatasetContentsInput) GoString ¶ added in v1.15.22
func (s ListDatasetContentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetContentsInput) SetDatasetName ¶ added in v1.15.22
func (s *ListDatasetContentsInput) SetDatasetName(v string) *ListDatasetContentsInput
SetDatasetName sets the DatasetName field's value.
func (*ListDatasetContentsInput) SetMaxResults ¶ added in v1.15.22
func (s *ListDatasetContentsInput) SetMaxResults(v int64) *ListDatasetContentsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDatasetContentsInput) SetNextToken ¶ added in v1.15.22
func (s *ListDatasetContentsInput) SetNextToken(v string) *ListDatasetContentsInput
SetNextToken sets the NextToken field's value.
func (*ListDatasetContentsInput) SetScheduledBefore ¶ added in v1.16.13
func (s *ListDatasetContentsInput) SetScheduledBefore(v time.Time) *ListDatasetContentsInput
SetScheduledBefore sets the ScheduledBefore field's value.
func (*ListDatasetContentsInput) SetScheduledOnOrAfter ¶ added in v1.16.13
func (s *ListDatasetContentsInput) SetScheduledOnOrAfter(v time.Time) *ListDatasetContentsInput
SetScheduledOnOrAfter sets the ScheduledOnOrAfter field's value.
func (ListDatasetContentsInput) String ¶ added in v1.15.22
func (s ListDatasetContentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetContentsInput) Validate ¶ added in v1.15.22
func (s *ListDatasetContentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDatasetContentsOutput ¶ added in v1.15.22
type ListDatasetContentsOutput struct { // Summary information about dataset contents that have been created. DatasetContentSummaries []*DatasetContentSummary `locationName:"datasetContentSummaries" type:"list"` // The token to retrieve the next set of results, or null if there are no more // results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDatasetContentsOutput) GoString ¶ added in v1.15.22
func (s ListDatasetContentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetContentsOutput) SetDatasetContentSummaries ¶ added in v1.15.22
func (s *ListDatasetContentsOutput) SetDatasetContentSummaries(v []*DatasetContentSummary) *ListDatasetContentsOutput
SetDatasetContentSummaries sets the DatasetContentSummaries field's value.
func (*ListDatasetContentsOutput) SetNextToken ¶ added in v1.15.22
func (s *ListDatasetContentsOutput) SetNextToken(v string) *ListDatasetContentsOutput
SetNextToken sets the NextToken field's value.
func (ListDatasetContentsOutput) String ¶ added in v1.15.22
func (s ListDatasetContentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDatasetsInput ¶
type ListDatasetsInput struct { // The maximum number of results to return in this request. // // The default value is 100. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDatasetsInput) GoString ¶
func (s ListDatasetsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetsInput) SetMaxResults ¶
func (s *ListDatasetsInput) SetMaxResults(v int64) *ListDatasetsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDatasetsInput) SetNextToken ¶
func (s *ListDatasetsInput) SetNextToken(v string) *ListDatasetsInput
SetNextToken sets the NextToken field's value.
func (ListDatasetsInput) String ¶
func (s ListDatasetsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetsInput) Validate ¶
func (s *ListDatasetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDatasetsOutput ¶
type ListDatasetsOutput struct { // A list of DatasetSummary objects. DatasetSummaries []*DatasetSummary `locationName:"datasetSummaries" type:"list"` // The token to retrieve the next set of results, or null if there are no more // results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDatasetsOutput) GoString ¶
func (s ListDatasetsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatasetsOutput) SetDatasetSummaries ¶
func (s *ListDatasetsOutput) SetDatasetSummaries(v []*DatasetSummary) *ListDatasetsOutput
SetDatasetSummaries sets the DatasetSummaries field's value.
func (*ListDatasetsOutput) SetNextToken ¶
func (s *ListDatasetsOutput) SetNextToken(v string) *ListDatasetsOutput
SetNextToken sets the NextToken field's value.
func (ListDatasetsOutput) String ¶
func (s ListDatasetsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDatastoresInput ¶
type ListDatastoresInput struct { // The maximum number of results to return in this request. // // The default value is 100. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDatastoresInput) GoString ¶
func (s ListDatastoresInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatastoresInput) SetMaxResults ¶
func (s *ListDatastoresInput) SetMaxResults(v int64) *ListDatastoresInput
SetMaxResults sets the MaxResults field's value.
func (*ListDatastoresInput) SetNextToken ¶
func (s *ListDatastoresInput) SetNextToken(v string) *ListDatastoresInput
SetNextToken sets the NextToken field's value.
func (ListDatastoresInput) String ¶
func (s ListDatastoresInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatastoresInput) Validate ¶
func (s *ListDatastoresInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDatastoresOutput ¶
type ListDatastoresOutput struct { // A list of DatastoreSummary objects. DatastoreSummaries []*DatastoreSummary `locationName:"datastoreSummaries" type:"list"` // The token to retrieve the next set of results, or null if there are no more // results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListDatastoresOutput) GoString ¶
func (s ListDatastoresOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatastoresOutput) SetDatastoreSummaries ¶
func (s *ListDatastoresOutput) SetDatastoreSummaries(v []*DatastoreSummary) *ListDatastoresOutput
SetDatastoreSummaries sets the DatastoreSummaries field's value.
func (*ListDatastoresOutput) SetNextToken ¶
func (s *ListDatastoresOutput) SetNextToken(v string) *ListDatastoresOutput
SetNextToken sets the NextToken field's value.
func (ListDatastoresOutput) String ¶
func (s ListDatastoresOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListPipelinesInput ¶
type ListPipelinesInput struct { // The maximum number of results to return in this request. // // The default value is 100. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListPipelinesInput) GoString ¶
func (s ListPipelinesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPipelinesInput) SetMaxResults ¶
func (s *ListPipelinesInput) SetMaxResults(v int64) *ListPipelinesInput
SetMaxResults sets the MaxResults field's value.
func (*ListPipelinesInput) SetNextToken ¶
func (s *ListPipelinesInput) SetNextToken(v string) *ListPipelinesInput
SetNextToken sets the NextToken field's value.
func (ListPipelinesInput) String ¶
func (s ListPipelinesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPipelinesInput) Validate ¶
func (s *ListPipelinesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPipelinesOutput ¶
type ListPipelinesOutput struct { // The token to retrieve the next set of results, or null if there are no more // results. NextToken *string `locationName:"nextToken" type:"string"` // A list of PipelineSummary objects. PipelineSummaries []*PipelineSummary `locationName:"pipelineSummaries" type:"list"` // contains filtered or unexported fields }
func (ListPipelinesOutput) GoString ¶
func (s ListPipelinesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPipelinesOutput) SetNextToken ¶
func (s *ListPipelinesOutput) SetNextToken(v string) *ListPipelinesOutput
SetNextToken sets the NextToken field's value.
func (*ListPipelinesOutput) SetPipelineSummaries ¶
func (s *ListPipelinesOutput) SetPipelineSummaries(v []*PipelineSummary) *ListPipelinesOutput
SetPipelineSummaries sets the PipelineSummaries field's value.
func (ListPipelinesOutput) String ¶
func (s ListPipelinesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.14.7
type ListTagsForResourceInput struct { // The ARN of the resource whose tags you want to list. // // ResourceArn is a required field ResourceArn *string `location:"querystring" locationName:"resourceArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.14.7
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.14.7
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.14.7
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.14.7
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.14.7
type ListTagsForResourceOutput struct { // The tags (metadata) that you have assigned to the resource. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.14.7
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.14.7
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.14.7
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LoggingOptions ¶
type LoggingOptions struct { // If true, logging is enabled for IoT Analytics. // // Enabled is a required field Enabled *bool `locationName:"enabled" type:"boolean" required:"true"` // The logging level. Currently, only ERROR is supported. // // Level is a required field Level *string `locationName:"level" type:"string" required:"true" enum:"LoggingLevel"` // The ARN of the role that grants permission to IoT Analytics to perform logging. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Information about logging options.
func (LoggingOptions) GoString ¶
func (s LoggingOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LoggingOptions) SetEnabled ¶
func (s *LoggingOptions) SetEnabled(v bool) *LoggingOptions
SetEnabled sets the Enabled field's value.
func (*LoggingOptions) SetLevel ¶
func (s *LoggingOptions) SetLevel(v string) *LoggingOptions
SetLevel sets the Level field's value.
func (*LoggingOptions) SetRoleArn ¶
func (s *LoggingOptions) SetRoleArn(v string) *LoggingOptions
SetRoleArn sets the RoleArn field's value.
func (LoggingOptions) String ¶
func (s LoggingOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LoggingOptions) Validate ¶
func (s *LoggingOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MathActivity ¶
type MathActivity struct { // The name of the attribute that contains the result of the math operation. // // Attribute is a required field Attribute *string `locationName:"attribute" min:"1" type:"string" required:"true"` // An expression that uses one or more existing attributes and must return an // integer value. // // Math is a required field Math *string `locationName:"math" min:"1" type:"string" required:"true"` // The name of the math activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
An activity that computes an arithmetic expression using the message's attributes.
func (MathActivity) GoString ¶
func (s MathActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MathActivity) SetAttribute ¶
func (s *MathActivity) SetAttribute(v string) *MathActivity
SetAttribute sets the Attribute field's value.
func (*MathActivity) SetMath ¶
func (s *MathActivity) SetMath(v string) *MathActivity
SetMath sets the Math field's value.
func (*MathActivity) SetName ¶
func (s *MathActivity) SetName(v string) *MathActivity
SetName sets the Name field's value.
func (*MathActivity) SetNext ¶
func (s *MathActivity) SetNext(v string) *MathActivity
SetNext sets the Next field's value.
func (MathActivity) String ¶
func (s MathActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MathActivity) Validate ¶
func (s *MathActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Message ¶
type Message struct { // The ID you want to assign to the message. Each messageId must be unique within // each batch sent. // // MessageId is a required field MessageId *string `locationName:"messageId" min:"1" type:"string" required:"true"` // 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. // Payload is automatically base64 encoded/decoded by the SDK. // // Payload is a required field Payload []byte `locationName:"payload" type:"blob" required:"true"` // contains filtered or unexported fields }
Information about a message.
func (Message) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Message) SetMessageId ¶
SetMessageId sets the MessageId field's value.
func (*Message) SetPayload ¶
SetPayload sets the Payload field's value.
type OutputFileUriValue ¶ added in v1.15.19
type OutputFileUriValue struct { // The URI of the location where dataset contents are stored, usually the URI // of a file in an S3 bucket. // // FileName is a required field FileName *string `locationName:"fileName" type:"string" required:"true"` // contains filtered or unexported fields }
The value of the variable as a structure that specifies an output file URI.
func (OutputFileUriValue) GoString ¶ added in v1.15.19
func (s OutputFileUriValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputFileUriValue) SetFileName ¶ added in v1.15.19
func (s *OutputFileUriValue) SetFileName(v string) *OutputFileUriValue
SetFileName sets the FileName field's value.
func (OutputFileUriValue) String ¶ added in v1.15.19
func (s OutputFileUriValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputFileUriValue) Validate ¶ added in v1.15.19
func (s *OutputFileUriValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ParquetConfiguration ¶ added in v1.36.9
type ParquetConfiguration struct { // Information needed to define a schema. SchemaDefinition *SchemaDefinition `locationName:"schemaDefinition" type:"structure"` // contains filtered or unexported fields }
Contains the configuration information of the Parquet format.
func (ParquetConfiguration) GoString ¶ added in v1.36.9
func (s ParquetConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ParquetConfiguration) SetSchemaDefinition ¶ added in v1.36.9
func (s *ParquetConfiguration) SetSchemaDefinition(v *SchemaDefinition) *ParquetConfiguration
SetSchemaDefinition sets the SchemaDefinition field's value.
func (ParquetConfiguration) String ¶ added in v1.36.9
func (s ParquetConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ParquetConfiguration) Validate ¶ added in v1.36.9
func (s *ParquetConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Partition ¶ added in v1.38.61
type Partition struct { // The name of the attribute that defines a partition dimension. // // AttributeName is a required field AttributeName *string `locationName:"attributeName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A partition dimension defined by an attribute.
func (Partition) GoString ¶ added in v1.38.61
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Partition) SetAttributeName ¶ added in v1.38.61
SetAttributeName sets the AttributeName field's value.
type Pipeline ¶
type Pipeline struct { // The activities that perform transformations on the messages. Activities []*PipelineActivity `locationName:"activities" min:"1" type:"list"` // The ARN of the pipeline. Arn *string `locationName:"arn" type:"string"` // When the pipeline was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The last time the pipeline was updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The name of the pipeline. Name *string `locationName:"name" min:"1" type:"string"` // A summary of information about the pipeline reprocessing. ReprocessingSummaries []*ReprocessingSummary `locationName:"reprocessingSummaries" type:"list"` // contains filtered or unexported fields }
Contains information about a pipeline.
func (Pipeline) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Pipeline) SetActivities ¶
func (s *Pipeline) SetActivities(v []*PipelineActivity) *Pipeline
SetActivities sets the Activities field's value.
func (*Pipeline) SetCreationTime ¶
SetCreationTime sets the CreationTime field's value.
func (*Pipeline) SetLastUpdateTime ¶
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*Pipeline) SetReprocessingSummaries ¶
func (s *Pipeline) SetReprocessingSummaries(v []*ReprocessingSummary) *Pipeline
SetReprocessingSummaries sets the ReprocessingSummaries field's value.
type PipelineActivity ¶
type PipelineActivity struct { // Adds other attributes based on existing attributes in the message. AddAttributes *AddAttributesActivity `locationName:"addAttributes" type:"structure"` // Determines the source of the messages to be processed. Channel *ChannelActivity `locationName:"channel" type:"structure"` // Specifies where to store the processed message data. Datastore *DatastoreActivity `locationName:"datastore" type:"structure"` // Adds data from the IoT device registry to your message. DeviceRegistryEnrich *DeviceRegistryEnrichActivity `locationName:"deviceRegistryEnrich" type:"structure"` // Adds information from the IoT Device Shadow service to a message. DeviceShadowEnrich *DeviceShadowEnrichActivity `locationName:"deviceShadowEnrich" type:"structure"` // Filters a message based on its attributes. Filter *FilterActivity `locationName:"filter" type:"structure"` // Runs a Lambda function to modify the message. Lambda *LambdaActivity `locationName:"lambda" type:"structure"` // Computes an arithmetic expression using the message's attributes and adds // it to the message. Math *MathActivity `locationName:"math" type:"structure"` // Removes attributes from a message. RemoveAttributes *RemoveAttributesActivity `locationName:"removeAttributes" type:"structure"` // Used to create a new message using only the specified attributes from the // original message. SelectAttributes *SelectAttributesActivity `locationName:"selectAttributes" type:"structure"` // contains filtered or unexported fields }
An activity that performs a transformation on a message.
func (PipelineActivity) GoString ¶
func (s PipelineActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PipelineActivity) SetAddAttributes ¶
func (s *PipelineActivity) SetAddAttributes(v *AddAttributesActivity) *PipelineActivity
SetAddAttributes sets the AddAttributes field's value.
func (*PipelineActivity) SetChannel ¶
func (s *PipelineActivity) SetChannel(v *ChannelActivity) *PipelineActivity
SetChannel sets the Channel field's value.
func (*PipelineActivity) SetDatastore ¶
func (s *PipelineActivity) SetDatastore(v *DatastoreActivity) *PipelineActivity
SetDatastore sets the Datastore field's value.
func (*PipelineActivity) SetDeviceRegistryEnrich ¶
func (s *PipelineActivity) SetDeviceRegistryEnrich(v *DeviceRegistryEnrichActivity) *PipelineActivity
SetDeviceRegistryEnrich sets the DeviceRegistryEnrich field's value.
func (*PipelineActivity) SetDeviceShadowEnrich ¶
func (s *PipelineActivity) SetDeviceShadowEnrich(v *DeviceShadowEnrichActivity) *PipelineActivity
SetDeviceShadowEnrich sets the DeviceShadowEnrich field's value.
func (*PipelineActivity) SetFilter ¶
func (s *PipelineActivity) SetFilter(v *FilterActivity) *PipelineActivity
SetFilter sets the Filter field's value.
func (*PipelineActivity) SetLambda ¶
func (s *PipelineActivity) SetLambda(v *LambdaActivity) *PipelineActivity
SetLambda sets the Lambda field's value.
func (*PipelineActivity) SetMath ¶
func (s *PipelineActivity) SetMath(v *MathActivity) *PipelineActivity
SetMath sets the Math field's value.
func (*PipelineActivity) SetRemoveAttributes ¶
func (s *PipelineActivity) SetRemoveAttributes(v *RemoveAttributesActivity) *PipelineActivity
SetRemoveAttributes sets the RemoveAttributes field's value.
func (*PipelineActivity) SetSelectAttributes ¶
func (s *PipelineActivity) SetSelectAttributes(v *SelectAttributesActivity) *PipelineActivity
SetSelectAttributes sets the SelectAttributes field's value.
func (PipelineActivity) String ¶
func (s PipelineActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PipelineActivity) Validate ¶
func (s *PipelineActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PipelineSummary ¶
type PipelineSummary struct { // When the pipeline was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // When the pipeline was last updated. LastUpdateTime *time.Time `locationName:"lastUpdateTime" type:"timestamp"` // The name of the pipeline. PipelineName *string `locationName:"pipelineName" min:"1" type:"string"` // A summary of information about the pipeline reprocessing. ReprocessingSummaries []*ReprocessingSummary `locationName:"reprocessingSummaries" type:"list"` // contains filtered or unexported fields }
A summary of information about a pipeline.
func (PipelineSummary) GoString ¶
func (s PipelineSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PipelineSummary) SetCreationTime ¶
func (s *PipelineSummary) SetCreationTime(v time.Time) *PipelineSummary
SetCreationTime sets the CreationTime field's value.
func (*PipelineSummary) SetLastUpdateTime ¶
func (s *PipelineSummary) SetLastUpdateTime(v time.Time) *PipelineSummary
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*PipelineSummary) SetPipelineName ¶
func (s *PipelineSummary) SetPipelineName(v string) *PipelineSummary
SetPipelineName sets the PipelineName field's value.
func (*PipelineSummary) SetReprocessingSummaries ¶
func (s *PipelineSummary) SetReprocessingSummaries(v []*ReprocessingSummary) *PipelineSummary
SetReprocessingSummaries sets the ReprocessingSummaries field's value.
func (PipelineSummary) String ¶
func (s PipelineSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PutLoggingOptionsInput ¶
type PutLoggingOptionsInput struct { // The new values of the IoT Analytics logging options. // // LoggingOptions is a required field LoggingOptions *LoggingOptions `locationName:"loggingOptions" type:"structure" required:"true"` // contains filtered or unexported fields }
func (PutLoggingOptionsInput) GoString ¶
func (s PutLoggingOptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutLoggingOptionsInput) SetLoggingOptions ¶
func (s *PutLoggingOptionsInput) SetLoggingOptions(v *LoggingOptions) *PutLoggingOptionsInput
SetLoggingOptions sets the LoggingOptions field's value.
func (PutLoggingOptionsInput) String ¶
func (s PutLoggingOptionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutLoggingOptionsInput) Validate ¶
func (s *PutLoggingOptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutLoggingOptionsOutput ¶
type PutLoggingOptionsOutput struct {
// contains filtered or unexported fields
}
func (PutLoggingOptionsOutput) GoString ¶
func (s PutLoggingOptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (PutLoggingOptionsOutput) String ¶
func (s PutLoggingOptionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QueryFilter ¶ added in v1.15.19
type QueryFilter struct { // Used to limit data to that which has arrived since the last execution of // the action. DeltaTime *DeltaTime `locationName:"deltaTime" type:"structure"` // contains filtered or unexported fields }
Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.
func (QueryFilter) GoString ¶ added in v1.15.19
func (s QueryFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryFilter) SetDeltaTime ¶ added in v1.15.19
func (s *QueryFilter) SetDeltaTime(v *DeltaTime) *QueryFilter
SetDeltaTime sets the DeltaTime field's value.
func (QueryFilter) String ¶ added in v1.15.19
func (s QueryFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryFilter) Validate ¶ added in v1.15.19
func (s *QueryFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveAttributesActivity ¶
type RemoveAttributesActivity struct { // A list of 1-50 attributes to remove from the message. // // Attributes is a required field Attributes []*string `locationName:"attributes" min:"1" type:"list" required:"true"` // The name of the removeAttributes activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
An activity that removes attributes from a message.
func (RemoveAttributesActivity) GoString ¶
func (s RemoveAttributesActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RemoveAttributesActivity) SetAttributes ¶
func (s *RemoveAttributesActivity) SetAttributes(v []*string) *RemoveAttributesActivity
SetAttributes sets the Attributes field's value.
func (*RemoveAttributesActivity) SetName ¶
func (s *RemoveAttributesActivity) SetName(v string) *RemoveAttributesActivity
SetName sets the Name field's value.
func (*RemoveAttributesActivity) SetNext ¶
func (s *RemoveAttributesActivity) SetNext(v string) *RemoveAttributesActivity
SetNext sets the Next field's value.
func (RemoveAttributesActivity) String ¶
func (s RemoveAttributesActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RemoveAttributesActivity) Validate ¶
func (s *RemoveAttributesActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReprocessingSummary ¶
type ReprocessingSummary struct { // The time the pipeline reprocessing was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The reprocessingId returned by StartPipelineReprocessing. Id *string `locationName:"id" type:"string"` // The status of the pipeline reprocessing. Status *string `locationName:"status" type:"string" enum:"ReprocessingStatus"` // contains filtered or unexported fields }
Information about pipeline reprocessing.
func (ReprocessingSummary) GoString ¶
func (s ReprocessingSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReprocessingSummary) SetCreationTime ¶
func (s *ReprocessingSummary) SetCreationTime(v time.Time) *ReprocessingSummary
SetCreationTime sets the CreationTime field's value.
func (*ReprocessingSummary) SetId ¶
func (s *ReprocessingSummary) SetId(v string) *ReprocessingSummary
SetId sets the Id field's value.
func (*ReprocessingSummary) SetStatus ¶
func (s *ReprocessingSummary) SetStatus(v string) *ReprocessingSummary
SetStatus sets the Status field's value.
func (ReprocessingSummary) String ¶
func (s ReprocessingSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceAlreadyExistsException ¶ added in v1.28.0
type ResourceAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The ARN of the resource. ResourceArn *string `locationName:"resourceArn" type:"string"` // The ID of the resource. ResourceId *string `locationName:"resourceId" type:"string"` // contains filtered or unexported fields }
A resource with the same name already exists.
func (*ResourceAlreadyExistsException) Code ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Code() string
Code returns the exception type name.
func (*ResourceAlreadyExistsException) Error ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Error() string
func (ResourceAlreadyExistsException) GoString ¶ added in v1.28.0
func (s ResourceAlreadyExistsException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceAlreadyExistsException) Message ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Message() string
Message returns the exception's message.
func (*ResourceAlreadyExistsException) OrigErr ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceAlreadyExistsException) RequestID ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceAlreadyExistsException) StatusCode ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceAlreadyExistsException) String ¶ added in v1.28.0
func (s ResourceAlreadyExistsException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceConfiguration ¶ added in v1.15.19
type ResourceConfiguration struct { // 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). // // ComputeType is a required field ComputeType *string `locationName:"computeType" type:"string" required:"true" enum:"ComputeType"` // The size, in GB, of the persistent storage available to the resource instance // used to execute the containerAction (min: 1, max: 50). // // VolumeSizeInGB is a required field VolumeSizeInGB *int64 `locationName:"volumeSizeInGB" min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
The configuration of the resource used to execute the containerAction.
func (ResourceConfiguration) GoString ¶ added in v1.15.19
func (s ResourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceConfiguration) SetComputeType ¶ added in v1.15.19
func (s *ResourceConfiguration) SetComputeType(v string) *ResourceConfiguration
SetComputeType sets the ComputeType field's value.
func (*ResourceConfiguration) SetVolumeSizeInGB ¶ added in v1.15.19
func (s *ResourceConfiguration) SetVolumeSizeInGB(v int64) *ResourceConfiguration
SetVolumeSizeInGB sets the VolumeSizeInGB field's value.
func (ResourceConfiguration) String ¶ added in v1.15.19
func (s ResourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceConfiguration) Validate ¶ added in v1.15.19
func (s *ResourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A resource with the specified name could not be found.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RetentionPeriod ¶
type RetentionPeriod struct { // The number of days that message data is kept. The unlimited parameter must // be false. NumberOfDays *int64 `locationName:"numberOfDays" min:"1" type:"integer"` // If true, message data is kept indefinitely. Unlimited *bool `locationName:"unlimited" type:"boolean"` // contains filtered or unexported fields }
How long, in days, message data is kept.
func (RetentionPeriod) GoString ¶
func (s RetentionPeriod) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetentionPeriod) SetNumberOfDays ¶
func (s *RetentionPeriod) SetNumberOfDays(v int64) *RetentionPeriod
SetNumberOfDays sets the NumberOfDays field's value.
func (*RetentionPeriod) SetUnlimited ¶
func (s *RetentionPeriod) SetUnlimited(v bool) *RetentionPeriod
SetUnlimited sets the Unlimited field's value.
func (RetentionPeriod) String ¶
func (s RetentionPeriod) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetentionPeriod) Validate ¶
func (s *RetentionPeriod) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RunPipelineActivityInput ¶
type RunPipelineActivityInput struct { // The sample message payloads on which the pipeline activity is run. // // Payloads is a required field Payloads [][]byte `locationName:"payloads" min:"1" type:"list" required:"true"` // The pipeline activity that is run. This must not be a channel activity or // a data store activity because these activities are used in a pipeline only // to load the original message and to store the (possibly) transformed message. // If a Lambda activity is specified, only short-running Lambda functions (those // with a timeout of less than 30 seconds or less) can be used. // // PipelineActivity is a required field PipelineActivity *PipelineActivity `locationName:"pipelineActivity" type:"structure" required:"true"` // contains filtered or unexported fields }
func (RunPipelineActivityInput) GoString ¶
func (s RunPipelineActivityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RunPipelineActivityInput) SetPayloads ¶
func (s *RunPipelineActivityInput) SetPayloads(v [][]byte) *RunPipelineActivityInput
SetPayloads sets the Payloads field's value.
func (*RunPipelineActivityInput) SetPipelineActivity ¶
func (s *RunPipelineActivityInput) SetPipelineActivity(v *PipelineActivity) *RunPipelineActivityInput
SetPipelineActivity sets the PipelineActivity field's value.
func (RunPipelineActivityInput) String ¶
func (s RunPipelineActivityInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RunPipelineActivityInput) Validate ¶
func (s *RunPipelineActivityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RunPipelineActivityOutput ¶
type RunPipelineActivityOutput struct { // In case the pipeline activity fails, the log message that is generated. LogResult *string `locationName:"logResult" type:"string"` // The enriched or transformed sample message payloads as base64-encoded strings. // (The results of running the pipeline activity on each input sample message // payload, encoded in base64.) Payloads [][]byte `locationName:"payloads" min:"1" type:"list"` // contains filtered or unexported fields }
func (RunPipelineActivityOutput) GoString ¶
func (s RunPipelineActivityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RunPipelineActivityOutput) SetLogResult ¶
func (s *RunPipelineActivityOutput) SetLogResult(v string) *RunPipelineActivityOutput
SetLogResult sets the LogResult field's value.
func (*RunPipelineActivityOutput) SetPayloads ¶
func (s *RunPipelineActivityOutput) SetPayloads(v [][]byte) *RunPipelineActivityOutput
SetPayloads sets the Payloads field's value.
func (RunPipelineActivityOutput) String ¶
func (s RunPipelineActivityOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type S3DestinationConfiguration ¶ added in v1.19.29
type S3DestinationConfiguration struct { // The name of the S3 bucket to which dataset contents are delivered. // // Bucket is a required field Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"` // Configuration information for coordination with Glue, a fully managed extract, // transform and load (ETL) service. GlueConfiguration *GlueConfiguration `locationName:"glueConfiguration" type:"structure"` // 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 versionIds. This means that one dataset // content overwrites the other. // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The ARN of the role that grants IoT Analytics permission to interact with // your Amazon S3 and Glue resources. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
Configuration information for delivery of dataset contents to Amazon Simple Storage Service (Amazon S3).
func (S3DestinationConfiguration) GoString ¶ added in v1.19.29
func (s S3DestinationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3DestinationConfiguration) SetBucket ¶ added in v1.19.29
func (s *S3DestinationConfiguration) SetBucket(v string) *S3DestinationConfiguration
SetBucket sets the Bucket field's value.
func (*S3DestinationConfiguration) SetGlueConfiguration ¶ added in v1.19.29
func (s *S3DestinationConfiguration) SetGlueConfiguration(v *GlueConfiguration) *S3DestinationConfiguration
SetGlueConfiguration sets the GlueConfiguration field's value.
func (*S3DestinationConfiguration) SetKey ¶ added in v1.19.29
func (s *S3DestinationConfiguration) SetKey(v string) *S3DestinationConfiguration
SetKey sets the Key field's value.
func (*S3DestinationConfiguration) SetRoleArn ¶ added in v1.19.29
func (s *S3DestinationConfiguration) SetRoleArn(v string) *S3DestinationConfiguration
SetRoleArn sets the RoleArn field's value.
func (S3DestinationConfiguration) String ¶ added in v1.19.29
func (s S3DestinationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3DestinationConfiguration) Validate ¶ added in v1.19.29
func (s *S3DestinationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SampleChannelDataInput ¶
type SampleChannelDataInput struct { // The name of the channel whose message samples are retrieved. // // ChannelName is a required field ChannelName *string `location:"uri" locationName:"channelName" min:"1" type:"string" required:"true"` // The end of the time window from which sample messages are retrieved. EndTime *time.Time `location:"querystring" locationName:"endTime" type:"timestamp"` // The number of sample messages to be retrieved. The limit is 10. The default // is also 10. MaxMessages *int64 `location:"querystring" locationName:"maxMessages" min:"1" type:"integer"` // The start of the time window from which sample messages are retrieved. StartTime *time.Time `location:"querystring" locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
func (SampleChannelDataInput) GoString ¶
func (s SampleChannelDataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SampleChannelDataInput) SetChannelName ¶
func (s *SampleChannelDataInput) SetChannelName(v string) *SampleChannelDataInput
SetChannelName sets the ChannelName field's value.
func (*SampleChannelDataInput) SetEndTime ¶
func (s *SampleChannelDataInput) SetEndTime(v time.Time) *SampleChannelDataInput
SetEndTime sets the EndTime field's value.
func (*SampleChannelDataInput) SetMaxMessages ¶
func (s *SampleChannelDataInput) SetMaxMessages(v int64) *SampleChannelDataInput
SetMaxMessages sets the MaxMessages field's value.
func (*SampleChannelDataInput) SetStartTime ¶
func (s *SampleChannelDataInput) SetStartTime(v time.Time) *SampleChannelDataInput
SetStartTime sets the StartTime field's value.
func (SampleChannelDataInput) String ¶
func (s SampleChannelDataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SampleChannelDataInput) Validate ¶
func (s *SampleChannelDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SampleChannelDataOutput ¶
type SampleChannelDataOutput struct { // The list of message samples. Each sample message is returned as a base64-encoded // string. Payloads [][]byte `locationName:"payloads" min:"1" type:"list"` // contains filtered or unexported fields }
func (SampleChannelDataOutput) GoString ¶
func (s SampleChannelDataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SampleChannelDataOutput) SetPayloads ¶
func (s *SampleChannelDataOutput) SetPayloads(v [][]byte) *SampleChannelDataOutput
SetPayloads sets the Payloads field's value.
func (SampleChannelDataOutput) String ¶
func (s SampleChannelDataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Schedule ¶
type Schedule struct { // The expression that defines when to trigger an update. For more information, // see Schedule Expressions for Rules (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html) // in the Amazon CloudWatch Events User Guide. Expression *string `locationName:"expression" type:"string"` // contains filtered or unexported fields }
The schedule for when to trigger an update.
func (Schedule) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Schedule) SetExpression ¶
SetExpression sets the Expression field's value.
type SchemaDefinition ¶ added in v1.36.9
type SchemaDefinition struct { // 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. Columns []*Column `locationName:"columns" type:"list"` // contains filtered or unexported fields }
Information needed to define a schema.
func (SchemaDefinition) GoString ¶ added in v1.36.9
func (s SchemaDefinition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SchemaDefinition) SetColumns ¶ added in v1.36.9
func (s *SchemaDefinition) SetColumns(v []*Column) *SchemaDefinition
SetColumns sets the Columns field's value.
func (SchemaDefinition) String ¶ added in v1.36.9
func (s SchemaDefinition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SchemaDefinition) Validate ¶ added in v1.36.9
func (s *SchemaDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SelectAttributesActivity ¶
type SelectAttributesActivity struct { // A list of the attributes to select from the message. // // Attributes is a required field Attributes []*string `locationName:"attributes" min:"1" type:"list" required:"true"` // The name of the selectAttributes activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The next activity in the pipeline. Next *string `locationName:"next" min:"1" type:"string"` // contains filtered or unexported fields }
Used to create a new message using only the specified attributes from the original message.
func (SelectAttributesActivity) GoString ¶
func (s SelectAttributesActivity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SelectAttributesActivity) SetAttributes ¶
func (s *SelectAttributesActivity) SetAttributes(v []*string) *SelectAttributesActivity
SetAttributes sets the Attributes field's value.
func (*SelectAttributesActivity) SetName ¶
func (s *SelectAttributesActivity) SetName(v string) *SelectAttributesActivity
SetName sets the Name field's value.
func (*SelectAttributesActivity) SetNext ¶
func (s *SelectAttributesActivity) SetNext(v string) *SelectAttributesActivity
SetNext sets the Next field's value.
func (SelectAttributesActivity) String ¶
func (s SelectAttributesActivity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SelectAttributesActivity) Validate ¶
func (s *SelectAttributesActivity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceManagedChannelS3Storage ¶ added in v1.19.41
type ServiceManagedChannelS3Storage struct {
// contains filtered or unexported fields
}
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.
func (ServiceManagedChannelS3Storage) GoString ¶ added in v1.19.41
func (s ServiceManagedChannelS3Storage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ServiceManagedChannelS3Storage) String ¶ added in v1.19.41
func (s ServiceManagedChannelS3Storage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceManagedChannelS3StorageSummary ¶ added in v1.19.41
type ServiceManagedChannelS3StorageSummary struct {
// contains filtered or unexported fields
}
Used to store channel data in an S3 bucket managed by IoT Analytics.
func (ServiceManagedChannelS3StorageSummary) GoString ¶ added in v1.19.41
func (s ServiceManagedChannelS3StorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ServiceManagedChannelS3StorageSummary) String ¶ added in v1.19.41
func (s ServiceManagedChannelS3StorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceManagedDatastoreS3Storage ¶ added in v1.19.41
type ServiceManagedDatastoreS3Storage struct {
// contains filtered or unexported fields
}
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.
func (ServiceManagedDatastoreS3Storage) GoString ¶ added in v1.19.41
func (s ServiceManagedDatastoreS3Storage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ServiceManagedDatastoreS3Storage) String ¶ added in v1.19.41
func (s ServiceManagedDatastoreS3Storage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceManagedDatastoreS3StorageSummary ¶ added in v1.19.41
type ServiceManagedDatastoreS3StorageSummary struct {
// contains filtered or unexported fields
}
Contains information about the data store that is managed by IoT Analytics.
func (ServiceManagedDatastoreS3StorageSummary) GoString ¶ added in v1.19.41
func (s ServiceManagedDatastoreS3StorageSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ServiceManagedDatastoreS3StorageSummary) String ¶ added in v1.19.41
func (s ServiceManagedDatastoreS3StorageSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceUnavailableException ¶ added in v1.28.0
type ServiceUnavailableException struct { // contains filtered or unexported fields }
The service is temporarily unavailable.
func (*ServiceUnavailableException) Code ¶ added in v1.28.0
func (s *ServiceUnavailableException) Code() string
Code returns the exception type name.
func (*ServiceUnavailableException) Error ¶ added in v1.28.0
func (s *ServiceUnavailableException) Error() string
func (ServiceUnavailableException) GoString ¶ added in v1.28.0
func (s ServiceUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceUnavailableException) Message ¶ added in v1.28.0
func (s *ServiceUnavailableException) Message() string
Message returns the exception's message.
func (*ServiceUnavailableException) OrigErr ¶ added in v1.28.0
func (s *ServiceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceUnavailableException) RequestID ¶ added in v1.28.0
func (s *ServiceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceUnavailableException) StatusCode ¶ added in v1.28.0
func (s *ServiceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceUnavailableException) String ¶ added in v1.28.0
func (s ServiceUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SqlQueryDatasetAction ¶
type SqlQueryDatasetAction struct { // Prefilters applied to message data. Filters []*QueryFilter `locationName:"filters" type:"list"` // A SQL query string. // // SqlQuery is a required field SqlQuery *string `locationName:"sqlQuery" type:"string" required:"true"` // contains filtered or unexported fields }
The SQL query to modify the message.
func (SqlQueryDatasetAction) GoString ¶
func (s SqlQueryDatasetAction) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SqlQueryDatasetAction) SetFilters ¶ added in v1.15.19
func (s *SqlQueryDatasetAction) SetFilters(v []*QueryFilter) *SqlQueryDatasetAction
SetFilters sets the Filters field's value.
func (*SqlQueryDatasetAction) SetSqlQuery ¶
func (s *SqlQueryDatasetAction) SetSqlQuery(v string) *SqlQueryDatasetAction
SetSqlQuery sets the SqlQuery field's value.
func (SqlQueryDatasetAction) String ¶
func (s SqlQueryDatasetAction) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SqlQueryDatasetAction) Validate ¶
func (s *SqlQueryDatasetAction) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartPipelineReprocessingInput ¶
type StartPipelineReprocessingInput struct { // Specifies one or more sets of channel messages that you want to reprocess. // // If you use the channelMessages object, you must not specify a value for startTime // and endTime. ChannelMessages *ChannelMessages `locationName:"channelMessages" type:"structure"` // The end time (exclusive) of raw message data that is reprocessed. // // If you specify a value for the endTime parameter, you must not use the channelMessages // object. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The name of the pipeline on which to start reprocessing. // // PipelineName is a required field PipelineName *string `location:"uri" locationName:"pipelineName" min:"1" type:"string" required:"true"` // The start time (inclusive) of raw message data that is reprocessed. // // If you specify a value for the startTime parameter, you must not use the // channelMessages object. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
func (StartPipelineReprocessingInput) GoString ¶
func (s StartPipelineReprocessingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartPipelineReprocessingInput) SetChannelMessages ¶ added in v1.36.9
func (s *StartPipelineReprocessingInput) SetChannelMessages(v *ChannelMessages) *StartPipelineReprocessingInput
SetChannelMessages sets the ChannelMessages field's value.
func (*StartPipelineReprocessingInput) SetEndTime ¶
func (s *StartPipelineReprocessingInput) SetEndTime(v time.Time) *StartPipelineReprocessingInput
SetEndTime sets the EndTime field's value.
func (*StartPipelineReprocessingInput) SetPipelineName ¶
func (s *StartPipelineReprocessingInput) SetPipelineName(v string) *StartPipelineReprocessingInput
SetPipelineName sets the PipelineName field's value.
func (*StartPipelineReprocessingInput) SetStartTime ¶
func (s *StartPipelineReprocessingInput) SetStartTime(v time.Time) *StartPipelineReprocessingInput
SetStartTime sets the StartTime field's value.
func (StartPipelineReprocessingInput) String ¶
func (s StartPipelineReprocessingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartPipelineReprocessingInput) Validate ¶
func (s *StartPipelineReprocessingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartPipelineReprocessingOutput ¶
type StartPipelineReprocessingOutput struct { // The ID of the pipeline reprocessing activity that was started. ReprocessingId *string `locationName:"reprocessingId" type:"string"` // contains filtered or unexported fields }
func (StartPipelineReprocessingOutput) GoString ¶
func (s StartPipelineReprocessingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartPipelineReprocessingOutput) SetReprocessingId ¶
func (s *StartPipelineReprocessingOutput) SetReprocessingId(v string) *StartPipelineReprocessingOutput
SetReprocessingId sets the ReprocessingId field's value.
func (StartPipelineReprocessingOutput) String ¶
func (s StartPipelineReprocessingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶ added in v1.14.7
type Tag struct { // The tag's key. // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The tag's value. // // Value is a required field Value *string `locationName:"value" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A set of key-value pairs that are used to manage the resource.
func (Tag) GoString ¶ added in v1.14.7
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.14.7
type TagResourceInput struct { // The ARN of the resource whose tags you want to modify. // // ResourceArn is a required field ResourceArn *string `location:"querystring" locationName:"resourceArn" min:"20" type:"string" required:"true"` // The new or modified tags for the resource. // // Tags is a required field Tags []*Tag `locationName:"tags" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.14.7
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.14.7
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.14.7
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.14.7
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.14.7
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.14.7
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.14.7
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.14.7
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶ added in v1.28.0
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request was denied due to request throttling.
func (*ThrottlingException) Code ¶ added in v1.28.0
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶ added in v1.28.0
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶ added in v1.28.0
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶ added in v1.28.0
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶ added in v1.28.0
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶ added in v1.28.0
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶ added in v1.28.0
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶ added in v1.28.0
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TimestampPartition ¶ added in v1.38.61
type TimestampPartition struct { // The attribute name of the partition defined by a timestamp. // // AttributeName is a required field AttributeName *string `locationName:"attributeName" min:"1" type:"string" required:"true"` // The timestamp format of a partition defined by a timestamp. The default format // is seconds since epoch (January 1, 1970 at midnight UTC time). TimestampFormat *string `locationName:"timestampFormat" min:"1" type:"string"` // contains filtered or unexported fields }
A partition dimension defined by a timestamp attribute.
func (TimestampPartition) GoString ¶ added in v1.38.61
func (s TimestampPartition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TimestampPartition) SetAttributeName ¶ added in v1.38.61
func (s *TimestampPartition) SetAttributeName(v string) *TimestampPartition
SetAttributeName sets the AttributeName field's value.
func (*TimestampPartition) SetTimestampFormat ¶ added in v1.38.61
func (s *TimestampPartition) SetTimestampFormat(v string) *TimestampPartition
SetTimestampFormat sets the TimestampFormat field's value.
func (TimestampPartition) String ¶ added in v1.38.61
func (s TimestampPartition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TimestampPartition) Validate ¶ added in v1.38.61
func (s *TimestampPartition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TriggeringDataset ¶ added in v1.15.19
type TriggeringDataset struct { // The name of the dataset whose content generation triggers the new dataset // content generation. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Information about the dataset whose content generation triggers the new dataset content generation.
func (TriggeringDataset) GoString ¶ added in v1.15.19
func (s TriggeringDataset) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TriggeringDataset) SetName ¶ added in v1.15.19
func (s *TriggeringDataset) SetName(v string) *TriggeringDataset
SetName sets the Name field's value.
func (TriggeringDataset) String ¶ added in v1.15.19
func (s TriggeringDataset) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TriggeringDataset) Validate ¶ added in v1.15.19
func (s *TriggeringDataset) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceInput ¶ added in v1.14.7
type UntagResourceInput struct { // The ARN of the resource whose tags you want to remove. // // ResourceArn is a required field ResourceArn *string `location:"querystring" locationName:"resourceArn" min:"20" type:"string" required:"true"` // The keys of those tags which you want to remove. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.14.7
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.14.7
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.14.7
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.14.7
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.14.7
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.14.7
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.14.7
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.14.7
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateChannelInput ¶
type UpdateChannelInput struct { // The name of the channel to be updated. // // ChannelName is a required field ChannelName *string `location:"uri" locationName:"channelName" min:"1" type:"string" required:"true"` // 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. ChannelStorage *ChannelStorage `locationName:"channelStorage" type:"structure"` // How long, in days, message data is kept for the channel. The retention period // can't be updated if the channel's Amazon S3 storage is customer-managed. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // contains filtered or unexported fields }
func (UpdateChannelInput) GoString ¶
func (s UpdateChannelInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateChannelInput) SetChannelName ¶
func (s *UpdateChannelInput) SetChannelName(v string) *UpdateChannelInput
SetChannelName sets the ChannelName field's value.
func (*UpdateChannelInput) SetChannelStorage ¶ added in v1.19.41
func (s *UpdateChannelInput) SetChannelStorage(v *ChannelStorage) *UpdateChannelInput
SetChannelStorage sets the ChannelStorage field's value.
func (*UpdateChannelInput) SetRetentionPeriod ¶
func (s *UpdateChannelInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateChannelInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (UpdateChannelInput) String ¶
func (s UpdateChannelInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateChannelInput) Validate ¶
func (s *UpdateChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateChannelOutput ¶
type UpdateChannelOutput struct {
// contains filtered or unexported fields
}
func (UpdateChannelOutput) GoString ¶
func (s UpdateChannelOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateChannelOutput) String ¶
func (s UpdateChannelOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDatasetInput ¶
type UpdateDatasetInput struct { // A list of DatasetAction objects. // // Actions is a required field Actions []*DatasetAction `locationName:"actions" min:"1" type:"list" required:"true"` // When dataset contents are created, they are delivered to destinations specified // here. ContentDeliveryRules []*DatasetContentDeliveryRule `locationName:"contentDeliveryRules" type:"list"` // The name of the dataset to update. // // DatasetName is a required field DatasetName *string `location:"uri" locationName:"datasetName" min:"1" type:"string" required:"true"` // A list of data rules that send notifications to CloudWatch, when data arrives // late. To specify lateDataRules, the dataset must use a DeltaTimer (https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html) // filter. LateDataRules []*LateDataRule `locationName:"lateDataRules" min:"1" type:"list"` // How long, in days, dataset contents are kept for the dataset. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // A list of DatasetTrigger objects. The list can be empty or can contain up // to five DatasetTrigger objects. Triggers []*DatasetTrigger `locationName:"triggers" type:"list"` // 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 (https://docs.aws.amazon.com/iotanalytics/latest/userguide/getting-started.html#aws-iot-analytics-dataset-versions) // in the IoT Analytics User Guide. VersioningConfiguration *VersioningConfiguration `locationName:"versioningConfiguration" type:"structure"` // contains filtered or unexported fields }
func (UpdateDatasetInput) GoString ¶
func (s UpdateDatasetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatasetInput) SetActions ¶
func (s *UpdateDatasetInput) SetActions(v []*DatasetAction) *UpdateDatasetInput
SetActions sets the Actions field's value.
func (*UpdateDatasetInput) SetContentDeliveryRules ¶ added in v1.15.83
func (s *UpdateDatasetInput) SetContentDeliveryRules(v []*DatasetContentDeliveryRule) *UpdateDatasetInput
SetContentDeliveryRules sets the ContentDeliveryRules field's value.
func (*UpdateDatasetInput) SetDatasetName ¶
func (s *UpdateDatasetInput) SetDatasetName(v string) *UpdateDatasetInput
SetDatasetName sets the DatasetName field's value.
func (*UpdateDatasetInput) SetLateDataRules ¶ added in v1.35.24
func (s *UpdateDatasetInput) SetLateDataRules(v []*LateDataRule) *UpdateDatasetInput
SetLateDataRules sets the LateDataRules field's value.
func (*UpdateDatasetInput) SetRetentionPeriod ¶ added in v1.15.19
func (s *UpdateDatasetInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateDatasetInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*UpdateDatasetInput) SetTriggers ¶
func (s *UpdateDatasetInput) SetTriggers(v []*DatasetTrigger) *UpdateDatasetInput
SetTriggers sets the Triggers field's value.
func (*UpdateDatasetInput) SetVersioningConfiguration ¶ added in v1.19.4
func (s *UpdateDatasetInput) SetVersioningConfiguration(v *VersioningConfiguration) *UpdateDatasetInput
SetVersioningConfiguration sets the VersioningConfiguration field's value.
func (UpdateDatasetInput) String ¶
func (s UpdateDatasetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatasetInput) Validate ¶
func (s *UpdateDatasetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDatasetOutput ¶
type UpdateDatasetOutput struct {
// contains filtered or unexported fields
}
func (UpdateDatasetOutput) GoString ¶
func (s UpdateDatasetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateDatasetOutput) String ¶
func (s UpdateDatasetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDatastoreInput ¶
type UpdateDatastoreInput struct { // The name of the data store to be updated. // // DatastoreName is a required field DatastoreName *string `location:"uri" locationName:"datastoreName" min:"1" type:"string" required:"true"` // 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. DatastoreStorage *DatastoreStorage `locationName:"datastoreStorage" type:"structure"` // Contains the configuration information of file formats. IoT Analytics data // stores support JSON and Parquet (https://parquet.apache.org/). // // 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. FileFormatConfiguration *FileFormatConfiguration `locationName:"fileFormatConfiguration" type:"structure"` // How long, in days, message data is kept for the data store. The retention // period can't be updated if the data store's Amazon S3 storage is customer-managed. RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"` // contains filtered or unexported fields }
func (UpdateDatastoreInput) GoString ¶
func (s UpdateDatastoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatastoreInput) SetDatastoreName ¶
func (s *UpdateDatastoreInput) SetDatastoreName(v string) *UpdateDatastoreInput
SetDatastoreName sets the DatastoreName field's value.
func (*UpdateDatastoreInput) SetDatastoreStorage ¶ added in v1.19.41
func (s *UpdateDatastoreInput) SetDatastoreStorage(v *DatastoreStorage) *UpdateDatastoreInput
SetDatastoreStorage sets the DatastoreStorage field's value.
func (*UpdateDatastoreInput) SetFileFormatConfiguration ¶ added in v1.36.9
func (s *UpdateDatastoreInput) SetFileFormatConfiguration(v *FileFormatConfiguration) *UpdateDatastoreInput
SetFileFormatConfiguration sets the FileFormatConfiguration field's value.
func (*UpdateDatastoreInput) SetRetentionPeriod ¶
func (s *UpdateDatastoreInput) SetRetentionPeriod(v *RetentionPeriod) *UpdateDatastoreInput
SetRetentionPeriod sets the RetentionPeriod field's value.
func (UpdateDatastoreInput) String ¶
func (s UpdateDatastoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatastoreInput) Validate ¶
func (s *UpdateDatastoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDatastoreOutput ¶
type UpdateDatastoreOutput struct {
// contains filtered or unexported fields
}
func (UpdateDatastoreOutput) GoString ¶
func (s UpdateDatastoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateDatastoreOutput) String ¶
func (s UpdateDatastoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdatePipelineInput ¶
type UpdatePipelineInput struct { // A list of PipelineActivity objects. Activities perform transformations on // your messages, such as removing, renaming or adding message attributes; filtering // messages based on attribute values; invoking your Lambda functions on messages // for advanced processing; or performing mathematical transformations to normalize // device data. // // The list can be 2-25 PipelineActivity objects and must contain both a channel // and a datastore activity. Each entry in the list must contain only one activity. // For example: // // pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... // ] // // PipelineActivities is a required field PipelineActivities []*PipelineActivity `locationName:"pipelineActivities" min:"1" type:"list" required:"true"` // The name of the pipeline to update. // // PipelineName is a required field PipelineName *string `location:"uri" locationName:"pipelineName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdatePipelineInput) GoString ¶
func (s UpdatePipelineInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePipelineInput) SetPipelineActivities ¶
func (s *UpdatePipelineInput) SetPipelineActivities(v []*PipelineActivity) *UpdatePipelineInput
SetPipelineActivities sets the PipelineActivities field's value.
func (*UpdatePipelineInput) SetPipelineName ¶
func (s *UpdatePipelineInput) SetPipelineName(v string) *UpdatePipelineInput
SetPipelineName sets the PipelineName field's value.
func (UpdatePipelineInput) String ¶
func (s UpdatePipelineInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePipelineInput) Validate ¶
func (s *UpdatePipelineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePipelineOutput ¶
type UpdatePipelineOutput struct {
// contains filtered or unexported fields
}
func (UpdatePipelineOutput) GoString ¶
func (s UpdatePipelineOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdatePipelineOutput) String ¶
func (s UpdatePipelineOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Variable ¶ added in v1.15.19
type Variable struct { // The value of the variable as a structure that specifies a dataset content // version. DatasetContentVersionValue *DatasetContentVersionValue `locationName:"datasetContentVersionValue" type:"structure"` // The value of the variable as a double (numeric). DoubleValue *float64 `locationName:"doubleValue" type:"double"` // The name of the variable. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The value of the variable as a structure that specifies an output file URI. OutputFileUriValue *OutputFileUriValue `locationName:"outputFileUriValue" type:"structure"` // The value of the variable as a string. StringValue *string `locationName:"stringValue" type:"string"` // contains filtered or unexported fields }
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.
func (Variable) GoString ¶ added in v1.15.19
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Variable) SetDatasetContentVersionValue ¶ added in v1.15.19
func (s *Variable) SetDatasetContentVersionValue(v *DatasetContentVersionValue) *Variable
SetDatasetContentVersionValue sets the DatasetContentVersionValue field's value.
func (*Variable) SetDoubleValue ¶ added in v1.15.19
SetDoubleValue sets the DoubleValue field's value.
func (*Variable) SetOutputFileUriValue ¶ added in v1.15.19
func (s *Variable) SetOutputFileUriValue(v *OutputFileUriValue) *Variable
SetOutputFileUriValue sets the OutputFileUriValue field's value.
func (*Variable) SetStringValue ¶ added in v1.15.19
SetStringValue sets the StringValue field's value.
type VersioningConfiguration ¶ added in v1.19.4
type VersioningConfiguration struct { // How many versions of dataset contents are kept. The unlimited parameter must // be false. MaxVersions *int64 `locationName:"maxVersions" min:"1" type:"integer"` // If true, unlimited versions of dataset contents are kept. Unlimited *bool `locationName:"unlimited" type:"boolean"` // contains filtered or unexported fields }
Information about the versioning of dataset contents.
func (VersioningConfiguration) GoString ¶ added in v1.19.4
func (s VersioningConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VersioningConfiguration) SetMaxVersions ¶ added in v1.19.4
func (s *VersioningConfiguration) SetMaxVersions(v int64) *VersioningConfiguration
SetMaxVersions sets the MaxVersions field's value.
func (*VersioningConfiguration) SetUnlimited ¶ added in v1.19.4
func (s *VersioningConfiguration) SetUnlimited(v bool) *VersioningConfiguration
SetUnlimited sets the Unlimited field's value.
func (VersioningConfiguration) String ¶ added in v1.19.4
func (s VersioningConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VersioningConfiguration) Validate ¶ added in v1.19.4
func (s *VersioningConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
Directories ¶
Path | Synopsis |
---|---|
Package iotanalyticsiface provides an interface to enable mocking the AWS IoT Analytics service client for testing your code.
|
Package iotanalyticsiface provides an interface to enable mocking the AWS IoT Analytics service client for testing your code. |