...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/iotsitewise"
Overview
Constants

Overview ▾

Package iotsitewise provides the client and types for making API requests to AWS IoT SiteWise.

Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects Industrial Internet of Things (IIoT) (https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications) devices to the power of the Amazon Web Services Cloud. For more information, see the IoT SiteWise User Guide (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/). For information about IoT SiteWise quotas, see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html) in the IoT SiteWise User Guide.

See https://docs.aws.amazon.com/goto/WebAPI/iotsitewise-2019-12-02 for more information on this service.

See iotsitewise package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/iotsitewise/

Using the Client

To contact AWS IoT SiteWise 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 SiteWise client IoTSiteWise for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/iotsitewise/#New

The stub package, iotsitewiseiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AssociateAssets
AssociateTimeSeriesToAssetProperty
BatchAssociateProjectAssets
BatchDisassociateProjectAssets
BatchGetAssetPropertyAggregates ( Paginator )
BatchGetAssetPropertyValue ( Paginator )
BatchGetAssetPropertyValueHistory ( Paginator )
BatchPutAssetPropertyValue
CreateAccessPolicy
CreateAsset
CreateAssetModel
CreateAssetModelCompositeModel
CreateBulkImportJob
CreateDashboard
CreateGateway
CreatePortal
CreateProject
DeleteAccessPolicy
DeleteAsset
DeleteAssetModel
DeleteAssetModelCompositeModel
DeleteDashboard
DeleteGateway
DeletePortal
DeleteProject
DeleteTimeSeries
DescribeAccessPolicy
DescribeAction
DescribeAsset
DescribeAssetCompositeModel
DescribeAssetModel
DescribeAssetModelCompositeModel
DescribeAssetProperty
DescribeBulkImportJob
DescribeDashboard
DescribeDefaultEncryptionConfiguration
DescribeGateway
DescribeGatewayCapabilityConfiguration
DescribeLoggingOptions
DescribePortal
DescribeProject
DescribeStorageConfiguration
DescribeTimeSeries
DisassociateAssets
DisassociateTimeSeriesFromAssetProperty
ExecuteAction
ExecuteQuery ( Paginator )
GetAssetPropertyAggregates ( Paginator )
GetAssetPropertyValue
GetAssetPropertyValueHistory ( Paginator )
GetInterpolatedAssetPropertyValues ( Paginator )
ListAccessPolicies ( Paginator )
ListActions ( Paginator )
ListAssetModelCompositeModels ( Paginator )
ListAssetModelProperties ( Paginator )
ListAssetModels ( Paginator )
ListAssetProperties ( Paginator )
ListAssetRelationships ( Paginator )
ListAssets ( Paginator )
ListAssociatedAssets ( Paginator )
ListBulkImportJobs ( Paginator )
ListCompositionRelationships ( Paginator )
ListDashboards ( Paginator )
ListGateways ( Paginator )
ListPortals ( Paginator )
ListProjectAssets ( Paginator )
ListProjects ( Paginator )
ListTagsForResource
ListTimeSeries ( Paginator )
PutDefaultEncryptionConfiguration
PutLoggingOptions
PutStorageConfiguration
TagResource
UntagResource
UpdateAccessPolicy
UpdateAsset
UpdateAssetModel
UpdateAssetModelCompositeModel
UpdateAssetProperty
UpdateDashboard
UpdateGateway
UpdateGatewayCapabilityConfiguration
UpdatePortal
UpdateProject

Types ▾

type IoTSiteWise
func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTSiteWise
func (c *IoTSiteWise) AssociateAssets(input *AssociateAssetsInput) (*AssociateAssetsOutput, error)
func (c *IoTSiteWise) AssociateAssetsRequest(input *AssociateAssetsInput) (req *request.Request, output *AssociateAssetsOutput)
func (c *IoTSiteWise) AssociateAssetsWithContext(ctx aws.Context, input *AssociateAssetsInput, opts ...request.Option) (*AssociateAssetsOutput, error)
func (c *IoTSiteWise) AssociateTimeSeriesToAssetProperty(input *AssociateTimeSeriesToAssetPropertyInput) (*AssociateTimeSeriesToAssetPropertyOutput, error)
func (c *IoTSiteWise) AssociateTimeSeriesToAssetPropertyRequest(input *AssociateTimeSeriesToAssetPropertyInput) (req *request.Request, output *AssociateTimeSeriesToAssetPropertyOutput)
func (c *IoTSiteWise) AssociateTimeSeriesToAssetPropertyWithContext(ctx aws.Context, input *AssociateTimeSeriesToAssetPropertyInput, opts ...request.Option) (*AssociateTimeSeriesToAssetPropertyOutput, error)
func (c *IoTSiteWise) BatchAssociateProjectAssets(input *BatchAssociateProjectAssetsInput) (*BatchAssociateProjectAssetsOutput, error)
func (c *IoTSiteWise) BatchAssociateProjectAssetsRequest(input *BatchAssociateProjectAssetsInput) (req *request.Request, output *BatchAssociateProjectAssetsOutput)
func (c *IoTSiteWise) BatchAssociateProjectAssetsWithContext(ctx aws.Context, input *BatchAssociateProjectAssetsInput, opts ...request.Option) (*BatchAssociateProjectAssetsOutput, error)
func (c *IoTSiteWise) BatchDisassociateProjectAssets(input *BatchDisassociateProjectAssetsInput) (*BatchDisassociateProjectAssetsOutput, error)
func (c *IoTSiteWise) BatchDisassociateProjectAssetsRequest(input *BatchDisassociateProjectAssetsInput) (req *request.Request, output *BatchDisassociateProjectAssetsOutput)
func (c *IoTSiteWise) BatchDisassociateProjectAssetsWithContext(ctx aws.Context, input *BatchDisassociateProjectAssetsInput, opts ...request.Option) (*BatchDisassociateProjectAssetsOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyAggregates(input *BatchGetAssetPropertyAggregatesInput) (*BatchGetAssetPropertyAggregatesOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyAggregatesPages(input *BatchGetAssetPropertyAggregatesInput, fn func(*BatchGetAssetPropertyAggregatesOutput, bool) bool) error
func (c *IoTSiteWise) BatchGetAssetPropertyAggregatesPagesWithContext(ctx aws.Context, input *BatchGetAssetPropertyAggregatesInput, fn func(*BatchGetAssetPropertyAggregatesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) BatchGetAssetPropertyAggregatesRequest(input *BatchGetAssetPropertyAggregatesInput) (req *request.Request, output *BatchGetAssetPropertyAggregatesOutput)
func (c *IoTSiteWise) BatchGetAssetPropertyAggregatesWithContext(ctx aws.Context, input *BatchGetAssetPropertyAggregatesInput, opts ...request.Option) (*BatchGetAssetPropertyAggregatesOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyValue(input *BatchGetAssetPropertyValueInput) (*BatchGetAssetPropertyValueOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyValueHistory(input *BatchGetAssetPropertyValueHistoryInput) (*BatchGetAssetPropertyValueHistoryOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyValueHistoryPages(input *BatchGetAssetPropertyValueHistoryInput, fn func(*BatchGetAssetPropertyValueHistoryOutput, bool) bool) error
func (c *IoTSiteWise) BatchGetAssetPropertyValueHistoryPagesWithContext(ctx aws.Context, input *BatchGetAssetPropertyValueHistoryInput, fn func(*BatchGetAssetPropertyValueHistoryOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) BatchGetAssetPropertyValueHistoryRequest(input *BatchGetAssetPropertyValueHistoryInput) (req *request.Request, output *BatchGetAssetPropertyValueHistoryOutput)
func (c *IoTSiteWise) BatchGetAssetPropertyValueHistoryWithContext(ctx aws.Context, input *BatchGetAssetPropertyValueHistoryInput, opts ...request.Option) (*BatchGetAssetPropertyValueHistoryOutput, error)
func (c *IoTSiteWise) BatchGetAssetPropertyValuePages(input *BatchGetAssetPropertyValueInput, fn func(*BatchGetAssetPropertyValueOutput, bool) bool) error
func (c *IoTSiteWise) BatchGetAssetPropertyValuePagesWithContext(ctx aws.Context, input *BatchGetAssetPropertyValueInput, fn func(*BatchGetAssetPropertyValueOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) BatchGetAssetPropertyValueRequest(input *BatchGetAssetPropertyValueInput) (req *request.Request, output *BatchGetAssetPropertyValueOutput)
func (c *IoTSiteWise) BatchGetAssetPropertyValueWithContext(ctx aws.Context, input *BatchGetAssetPropertyValueInput, opts ...request.Option) (*BatchGetAssetPropertyValueOutput, error)
func (c *IoTSiteWise) BatchPutAssetPropertyValue(input *BatchPutAssetPropertyValueInput) (*BatchPutAssetPropertyValueOutput, error)
func (c *IoTSiteWise) BatchPutAssetPropertyValueRequest(input *BatchPutAssetPropertyValueInput) (req *request.Request, output *BatchPutAssetPropertyValueOutput)
func (c *IoTSiteWise) BatchPutAssetPropertyValueWithContext(ctx aws.Context, input *BatchPutAssetPropertyValueInput, opts ...request.Option) (*BatchPutAssetPropertyValueOutput, error)
func (c *IoTSiteWise) CreateAccessPolicy(input *CreateAccessPolicyInput) (*CreateAccessPolicyOutput, error)
func (c *IoTSiteWise) CreateAccessPolicyRequest(input *CreateAccessPolicyInput) (req *request.Request, output *CreateAccessPolicyOutput)
func (c *IoTSiteWise) CreateAccessPolicyWithContext(ctx aws.Context, input *CreateAccessPolicyInput, opts ...request.Option) (*CreateAccessPolicyOutput, error)
func (c *IoTSiteWise) CreateAsset(input *CreateAssetInput) (*CreateAssetOutput, error)
func (c *IoTSiteWise) CreateAssetModel(input *CreateAssetModelInput) (*CreateAssetModelOutput, error)
func (c *IoTSiteWise) CreateAssetModelCompositeModel(input *CreateAssetModelCompositeModelInput) (*CreateAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) CreateAssetModelCompositeModelRequest(input *CreateAssetModelCompositeModelInput) (req *request.Request, output *CreateAssetModelCompositeModelOutput)
func (c *IoTSiteWise) CreateAssetModelCompositeModelWithContext(ctx aws.Context, input *CreateAssetModelCompositeModelInput, opts ...request.Option) (*CreateAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) CreateAssetModelRequest(input *CreateAssetModelInput) (req *request.Request, output *CreateAssetModelOutput)
func (c *IoTSiteWise) CreateAssetModelWithContext(ctx aws.Context, input *CreateAssetModelInput, opts ...request.Option) (*CreateAssetModelOutput, error)
func (c *IoTSiteWise) CreateAssetRequest(input *CreateAssetInput) (req *request.Request, output *CreateAssetOutput)
func (c *IoTSiteWise) CreateAssetWithContext(ctx aws.Context, input *CreateAssetInput, opts ...request.Option) (*CreateAssetOutput, error)
func (c *IoTSiteWise) CreateBulkImportJob(input *CreateBulkImportJobInput) (*CreateBulkImportJobOutput, error)
func (c *IoTSiteWise) CreateBulkImportJobRequest(input *CreateBulkImportJobInput) (req *request.Request, output *CreateBulkImportJobOutput)
func (c *IoTSiteWise) CreateBulkImportJobWithContext(ctx aws.Context, input *CreateBulkImportJobInput, opts ...request.Option) (*CreateBulkImportJobOutput, error)
func (c *IoTSiteWise) CreateDashboard(input *CreateDashboardInput) (*CreateDashboardOutput, error)
func (c *IoTSiteWise) CreateDashboardRequest(input *CreateDashboardInput) (req *request.Request, output *CreateDashboardOutput)
func (c *IoTSiteWise) CreateDashboardWithContext(ctx aws.Context, input *CreateDashboardInput, opts ...request.Option) (*CreateDashboardOutput, error)
func (c *IoTSiteWise) CreateGateway(input *CreateGatewayInput) (*CreateGatewayOutput, error)
func (c *IoTSiteWise) CreateGatewayRequest(input *CreateGatewayInput) (req *request.Request, output *CreateGatewayOutput)
func (c *IoTSiteWise) CreateGatewayWithContext(ctx aws.Context, input *CreateGatewayInput, opts ...request.Option) (*CreateGatewayOutput, error)
func (c *IoTSiteWise) CreatePortal(input *CreatePortalInput) (*CreatePortalOutput, error)
func (c *IoTSiteWise) CreatePortalRequest(input *CreatePortalInput) (req *request.Request, output *CreatePortalOutput)
func (c *IoTSiteWise) CreatePortalWithContext(ctx aws.Context, input *CreatePortalInput, opts ...request.Option) (*CreatePortalOutput, error)
func (c *IoTSiteWise) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
func (c *IoTSiteWise) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
func (c *IoTSiteWise) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
func (c *IoTSiteWise) DeleteAccessPolicy(input *DeleteAccessPolicyInput) (*DeleteAccessPolicyOutput, error)
func (c *IoTSiteWise) DeleteAccessPolicyRequest(input *DeleteAccessPolicyInput) (req *request.Request, output *DeleteAccessPolicyOutput)
func (c *IoTSiteWise) DeleteAccessPolicyWithContext(ctx aws.Context, input *DeleteAccessPolicyInput, opts ...request.Option) (*DeleteAccessPolicyOutput, error)
func (c *IoTSiteWise) DeleteAsset(input *DeleteAssetInput) (*DeleteAssetOutput, error)
func (c *IoTSiteWise) DeleteAssetModel(input *DeleteAssetModelInput) (*DeleteAssetModelOutput, error)
func (c *IoTSiteWise) DeleteAssetModelCompositeModel(input *DeleteAssetModelCompositeModelInput) (*DeleteAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) DeleteAssetModelCompositeModelRequest(input *DeleteAssetModelCompositeModelInput) (req *request.Request, output *DeleteAssetModelCompositeModelOutput)
func (c *IoTSiteWise) DeleteAssetModelCompositeModelWithContext(ctx aws.Context, input *DeleteAssetModelCompositeModelInput, opts ...request.Option) (*DeleteAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) DeleteAssetModelRequest(input *DeleteAssetModelInput) (req *request.Request, output *DeleteAssetModelOutput)
func (c *IoTSiteWise) DeleteAssetModelWithContext(ctx aws.Context, input *DeleteAssetModelInput, opts ...request.Option) (*DeleteAssetModelOutput, error)
func (c *IoTSiteWise) DeleteAssetRequest(input *DeleteAssetInput) (req *request.Request, output *DeleteAssetOutput)
func (c *IoTSiteWise) DeleteAssetWithContext(ctx aws.Context, input *DeleteAssetInput, opts ...request.Option) (*DeleteAssetOutput, error)
func (c *IoTSiteWise) DeleteDashboard(input *DeleteDashboardInput) (*DeleteDashboardOutput, error)
func (c *IoTSiteWise) DeleteDashboardRequest(input *DeleteDashboardInput) (req *request.Request, output *DeleteDashboardOutput)
func (c *IoTSiteWise) DeleteDashboardWithContext(ctx aws.Context, input *DeleteDashboardInput, opts ...request.Option) (*DeleteDashboardOutput, error)
func (c *IoTSiteWise) DeleteGateway(input *DeleteGatewayInput) (*DeleteGatewayOutput, error)
func (c *IoTSiteWise) DeleteGatewayRequest(input *DeleteGatewayInput) (req *request.Request, output *DeleteGatewayOutput)
func (c *IoTSiteWise) DeleteGatewayWithContext(ctx aws.Context, input *DeleteGatewayInput, opts ...request.Option) (*DeleteGatewayOutput, error)
func (c *IoTSiteWise) DeletePortal(input *DeletePortalInput) (*DeletePortalOutput, error)
func (c *IoTSiteWise) DeletePortalRequest(input *DeletePortalInput) (req *request.Request, output *DeletePortalOutput)
func (c *IoTSiteWise) DeletePortalWithContext(ctx aws.Context, input *DeletePortalInput, opts ...request.Option) (*DeletePortalOutput, error)
func (c *IoTSiteWise) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
func (c *IoTSiteWise) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
func (c *IoTSiteWise) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
func (c *IoTSiteWise) DeleteTimeSeries(input *DeleteTimeSeriesInput) (*DeleteTimeSeriesOutput, error)
func (c *IoTSiteWise) DeleteTimeSeriesRequest(input *DeleteTimeSeriesInput) (req *request.Request, output *DeleteTimeSeriesOutput)
func (c *IoTSiteWise) DeleteTimeSeriesWithContext(ctx aws.Context, input *DeleteTimeSeriesInput, opts ...request.Option) (*DeleteTimeSeriesOutput, error)
func (c *IoTSiteWise) DescribeAccessPolicy(input *DescribeAccessPolicyInput) (*DescribeAccessPolicyOutput, error)
func (c *IoTSiteWise) DescribeAccessPolicyRequest(input *DescribeAccessPolicyInput) (req *request.Request, output *DescribeAccessPolicyOutput)
func (c *IoTSiteWise) DescribeAccessPolicyWithContext(ctx aws.Context, input *DescribeAccessPolicyInput, opts ...request.Option) (*DescribeAccessPolicyOutput, error)
func (c *IoTSiteWise) DescribeAction(input *DescribeActionInput) (*DescribeActionOutput, error)
func (c *IoTSiteWise) DescribeActionRequest(input *DescribeActionInput) (req *request.Request, output *DescribeActionOutput)
func (c *IoTSiteWise) DescribeActionWithContext(ctx aws.Context, input *DescribeActionInput, opts ...request.Option) (*DescribeActionOutput, error)
func (c *IoTSiteWise) DescribeAsset(input *DescribeAssetInput) (*DescribeAssetOutput, error)
func (c *IoTSiteWise) DescribeAssetCompositeModel(input *DescribeAssetCompositeModelInput) (*DescribeAssetCompositeModelOutput, error)
func (c *IoTSiteWise) DescribeAssetCompositeModelRequest(input *DescribeAssetCompositeModelInput) (req *request.Request, output *DescribeAssetCompositeModelOutput)
func (c *IoTSiteWise) DescribeAssetCompositeModelWithContext(ctx aws.Context, input *DescribeAssetCompositeModelInput, opts ...request.Option) (*DescribeAssetCompositeModelOutput, error)
func (c *IoTSiteWise) DescribeAssetModel(input *DescribeAssetModelInput) (*DescribeAssetModelOutput, error)
func (c *IoTSiteWise) DescribeAssetModelCompositeModel(input *DescribeAssetModelCompositeModelInput) (*DescribeAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) DescribeAssetModelCompositeModelRequest(input *DescribeAssetModelCompositeModelInput) (req *request.Request, output *DescribeAssetModelCompositeModelOutput)
func (c *IoTSiteWise) DescribeAssetModelCompositeModelWithContext(ctx aws.Context, input *DescribeAssetModelCompositeModelInput, opts ...request.Option) (*DescribeAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) DescribeAssetModelRequest(input *DescribeAssetModelInput) (req *request.Request, output *DescribeAssetModelOutput)
func (c *IoTSiteWise) DescribeAssetModelWithContext(ctx aws.Context, input *DescribeAssetModelInput, opts ...request.Option) (*DescribeAssetModelOutput, error)
func (c *IoTSiteWise) DescribeAssetProperty(input *DescribeAssetPropertyInput) (*DescribeAssetPropertyOutput, error)
func (c *IoTSiteWise) DescribeAssetPropertyRequest(input *DescribeAssetPropertyInput) (req *request.Request, output *DescribeAssetPropertyOutput)
func (c *IoTSiteWise) DescribeAssetPropertyWithContext(ctx aws.Context, input *DescribeAssetPropertyInput, opts ...request.Option) (*DescribeAssetPropertyOutput, error)
func (c *IoTSiteWise) DescribeAssetRequest(input *DescribeAssetInput) (req *request.Request, output *DescribeAssetOutput)
func (c *IoTSiteWise) DescribeAssetWithContext(ctx aws.Context, input *DescribeAssetInput, opts ...request.Option) (*DescribeAssetOutput, error)
func (c *IoTSiteWise) DescribeBulkImportJob(input *DescribeBulkImportJobInput) (*DescribeBulkImportJobOutput, error)
func (c *IoTSiteWise) DescribeBulkImportJobRequest(input *DescribeBulkImportJobInput) (req *request.Request, output *DescribeBulkImportJobOutput)
func (c *IoTSiteWise) DescribeBulkImportJobWithContext(ctx aws.Context, input *DescribeBulkImportJobInput, opts ...request.Option) (*DescribeBulkImportJobOutput, error)
func (c *IoTSiteWise) DescribeDashboard(input *DescribeDashboardInput) (*DescribeDashboardOutput, error)
func (c *IoTSiteWise) DescribeDashboardRequest(input *DescribeDashboardInput) (req *request.Request, output *DescribeDashboardOutput)
func (c *IoTSiteWise) DescribeDashboardWithContext(ctx aws.Context, input *DescribeDashboardInput, opts ...request.Option) (*DescribeDashboardOutput, error)
func (c *IoTSiteWise) DescribeDefaultEncryptionConfiguration(input *DescribeDefaultEncryptionConfigurationInput) (*DescribeDefaultEncryptionConfigurationOutput, error)
func (c *IoTSiteWise) DescribeDefaultEncryptionConfigurationRequest(input *DescribeDefaultEncryptionConfigurationInput) (req *request.Request, output *DescribeDefaultEncryptionConfigurationOutput)
func (c *IoTSiteWise) DescribeDefaultEncryptionConfigurationWithContext(ctx aws.Context, input *DescribeDefaultEncryptionConfigurationInput, opts ...request.Option) (*DescribeDefaultEncryptionConfigurationOutput, error)
func (c *IoTSiteWise) DescribeGateway(input *DescribeGatewayInput) (*DescribeGatewayOutput, error)
func (c *IoTSiteWise) DescribeGatewayCapabilityConfiguration(input *DescribeGatewayCapabilityConfigurationInput) (*DescribeGatewayCapabilityConfigurationOutput, error)
func (c *IoTSiteWise) DescribeGatewayCapabilityConfigurationRequest(input *DescribeGatewayCapabilityConfigurationInput) (req *request.Request, output *DescribeGatewayCapabilityConfigurationOutput)
func (c *IoTSiteWise) DescribeGatewayCapabilityConfigurationWithContext(ctx aws.Context, input *DescribeGatewayCapabilityConfigurationInput, opts ...request.Option) (*DescribeGatewayCapabilityConfigurationOutput, error)
func (c *IoTSiteWise) DescribeGatewayRequest(input *DescribeGatewayInput) (req *request.Request, output *DescribeGatewayOutput)
func (c *IoTSiteWise) DescribeGatewayWithContext(ctx aws.Context, input *DescribeGatewayInput, opts ...request.Option) (*DescribeGatewayOutput, error)
func (c *IoTSiteWise) DescribeLoggingOptions(input *DescribeLoggingOptionsInput) (*DescribeLoggingOptionsOutput, error)
func (c *IoTSiteWise) DescribeLoggingOptionsRequest(input *DescribeLoggingOptionsInput) (req *request.Request, output *DescribeLoggingOptionsOutput)
func (c *IoTSiteWise) DescribeLoggingOptionsWithContext(ctx aws.Context, input *DescribeLoggingOptionsInput, opts ...request.Option) (*DescribeLoggingOptionsOutput, error)
func (c *IoTSiteWise) DescribePortal(input *DescribePortalInput) (*DescribePortalOutput, error)
func (c *IoTSiteWise) DescribePortalRequest(input *DescribePortalInput) (req *request.Request, output *DescribePortalOutput)
func (c *IoTSiteWise) DescribePortalWithContext(ctx aws.Context, input *DescribePortalInput, opts ...request.Option) (*DescribePortalOutput, error)
func (c *IoTSiteWise) DescribeProject(input *DescribeProjectInput) (*DescribeProjectOutput, error)
func (c *IoTSiteWise) DescribeProjectRequest(input *DescribeProjectInput) (req *request.Request, output *DescribeProjectOutput)
func (c *IoTSiteWise) DescribeProjectWithContext(ctx aws.Context, input *DescribeProjectInput, opts ...request.Option) (*DescribeProjectOutput, error)
func (c *IoTSiteWise) DescribeStorageConfiguration(input *DescribeStorageConfigurationInput) (*DescribeStorageConfigurationOutput, error)
func (c *IoTSiteWise) DescribeStorageConfigurationRequest(input *DescribeStorageConfigurationInput) (req *request.Request, output *DescribeStorageConfigurationOutput)
func (c *IoTSiteWise) DescribeStorageConfigurationWithContext(ctx aws.Context, input *DescribeStorageConfigurationInput, opts ...request.Option) (*DescribeStorageConfigurationOutput, error)
func (c *IoTSiteWise) DescribeTimeSeries(input *DescribeTimeSeriesInput) (*DescribeTimeSeriesOutput, error)
func (c *IoTSiteWise) DescribeTimeSeriesRequest(input *DescribeTimeSeriesInput) (req *request.Request, output *DescribeTimeSeriesOutput)
func (c *IoTSiteWise) DescribeTimeSeriesWithContext(ctx aws.Context, input *DescribeTimeSeriesInput, opts ...request.Option) (*DescribeTimeSeriesOutput, error)
func (c *IoTSiteWise) DisassociateAssets(input *DisassociateAssetsInput) (*DisassociateAssetsOutput, error)
func (c *IoTSiteWise) DisassociateAssetsRequest(input *DisassociateAssetsInput) (req *request.Request, output *DisassociateAssetsOutput)
func (c *IoTSiteWise) DisassociateAssetsWithContext(ctx aws.Context, input *DisassociateAssetsInput, opts ...request.Option) (*DisassociateAssetsOutput, error)
func (c *IoTSiteWise) DisassociateTimeSeriesFromAssetProperty(input *DisassociateTimeSeriesFromAssetPropertyInput) (*DisassociateTimeSeriesFromAssetPropertyOutput, error)
func (c *IoTSiteWise) DisassociateTimeSeriesFromAssetPropertyRequest(input *DisassociateTimeSeriesFromAssetPropertyInput) (req *request.Request, output *DisassociateTimeSeriesFromAssetPropertyOutput)
func (c *IoTSiteWise) DisassociateTimeSeriesFromAssetPropertyWithContext(ctx aws.Context, input *DisassociateTimeSeriesFromAssetPropertyInput, opts ...request.Option) (*DisassociateTimeSeriesFromAssetPropertyOutput, error)
func (c *IoTSiteWise) ExecuteAction(input *ExecuteActionInput) (*ExecuteActionOutput, error)
func (c *IoTSiteWise) ExecuteActionRequest(input *ExecuteActionInput) (req *request.Request, output *ExecuteActionOutput)
func (c *IoTSiteWise) ExecuteActionWithContext(ctx aws.Context, input *ExecuteActionInput, opts ...request.Option) (*ExecuteActionOutput, error)
func (c *IoTSiteWise) ExecuteQuery(input *ExecuteQueryInput) (*ExecuteQueryOutput, error)
func (c *IoTSiteWise) ExecuteQueryPages(input *ExecuteQueryInput, fn func(*ExecuteQueryOutput, bool) bool) error
func (c *IoTSiteWise) ExecuteQueryPagesWithContext(ctx aws.Context, input *ExecuteQueryInput, fn func(*ExecuteQueryOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ExecuteQueryRequest(input *ExecuteQueryInput) (req *request.Request, output *ExecuteQueryOutput)
func (c *IoTSiteWise) ExecuteQueryWithContext(ctx aws.Context, input *ExecuteQueryInput, opts ...request.Option) (*ExecuteQueryOutput, error)
func (c *IoTSiteWise) GetAssetPropertyAggregates(input *GetAssetPropertyAggregatesInput) (*GetAssetPropertyAggregatesOutput, error)
func (c *IoTSiteWise) GetAssetPropertyAggregatesPages(input *GetAssetPropertyAggregatesInput, fn func(*GetAssetPropertyAggregatesOutput, bool) bool) error
func (c *IoTSiteWise) GetAssetPropertyAggregatesPagesWithContext(ctx aws.Context, input *GetAssetPropertyAggregatesInput, fn func(*GetAssetPropertyAggregatesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) GetAssetPropertyAggregatesRequest(input *GetAssetPropertyAggregatesInput) (req *request.Request, output *GetAssetPropertyAggregatesOutput)
func (c *IoTSiteWise) GetAssetPropertyAggregatesWithContext(ctx aws.Context, input *GetAssetPropertyAggregatesInput, opts ...request.Option) (*GetAssetPropertyAggregatesOutput, error)
func (c *IoTSiteWise) GetAssetPropertyValue(input *GetAssetPropertyValueInput) (*GetAssetPropertyValueOutput, error)
func (c *IoTSiteWise) GetAssetPropertyValueHistory(input *GetAssetPropertyValueHistoryInput) (*GetAssetPropertyValueHistoryOutput, error)
func (c *IoTSiteWise) GetAssetPropertyValueHistoryPages(input *GetAssetPropertyValueHistoryInput, fn func(*GetAssetPropertyValueHistoryOutput, bool) bool) error
func (c *IoTSiteWise) GetAssetPropertyValueHistoryPagesWithContext(ctx aws.Context, input *GetAssetPropertyValueHistoryInput, fn func(*GetAssetPropertyValueHistoryOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) GetAssetPropertyValueHistoryRequest(input *GetAssetPropertyValueHistoryInput) (req *request.Request, output *GetAssetPropertyValueHistoryOutput)
func (c *IoTSiteWise) GetAssetPropertyValueHistoryWithContext(ctx aws.Context, input *GetAssetPropertyValueHistoryInput, opts ...request.Option) (*GetAssetPropertyValueHistoryOutput, error)
func (c *IoTSiteWise) GetAssetPropertyValueRequest(input *GetAssetPropertyValueInput) (req *request.Request, output *GetAssetPropertyValueOutput)
func (c *IoTSiteWise) GetAssetPropertyValueWithContext(ctx aws.Context, input *GetAssetPropertyValueInput, opts ...request.Option) (*GetAssetPropertyValueOutput, error)
func (c *IoTSiteWise) GetInterpolatedAssetPropertyValues(input *GetInterpolatedAssetPropertyValuesInput) (*GetInterpolatedAssetPropertyValuesOutput, error)
func (c *IoTSiteWise) GetInterpolatedAssetPropertyValuesPages(input *GetInterpolatedAssetPropertyValuesInput, fn func(*GetInterpolatedAssetPropertyValuesOutput, bool) bool) error
func (c *IoTSiteWise) GetInterpolatedAssetPropertyValuesPagesWithContext(ctx aws.Context, input *GetInterpolatedAssetPropertyValuesInput, fn func(*GetInterpolatedAssetPropertyValuesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) GetInterpolatedAssetPropertyValuesRequest(input *GetInterpolatedAssetPropertyValuesInput) (req *request.Request, output *GetInterpolatedAssetPropertyValuesOutput)
func (c *IoTSiteWise) GetInterpolatedAssetPropertyValuesWithContext(ctx aws.Context, input *GetInterpolatedAssetPropertyValuesInput, opts ...request.Option) (*GetInterpolatedAssetPropertyValuesOutput, error)
func (c *IoTSiteWise) ListAccessPolicies(input *ListAccessPoliciesInput) (*ListAccessPoliciesOutput, error)
func (c *IoTSiteWise) ListAccessPoliciesPages(input *ListAccessPoliciesInput, fn func(*ListAccessPoliciesOutput, bool) bool) error
func (c *IoTSiteWise) ListAccessPoliciesPagesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, fn func(*ListAccessPoliciesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAccessPoliciesRequest(input *ListAccessPoliciesInput) (req *request.Request, output *ListAccessPoliciesOutput)
func (c *IoTSiteWise) ListAccessPoliciesWithContext(ctx aws.Context, input *ListAccessPoliciesInput, opts ...request.Option) (*ListAccessPoliciesOutput, error)
func (c *IoTSiteWise) ListActions(input *ListActionsInput) (*ListActionsOutput, error)
func (c *IoTSiteWise) ListActionsPages(input *ListActionsInput, fn func(*ListActionsOutput, bool) bool) error
func (c *IoTSiteWise) ListActionsPagesWithContext(ctx aws.Context, input *ListActionsInput, fn func(*ListActionsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListActionsRequest(input *ListActionsInput) (req *request.Request, output *ListActionsOutput)
func (c *IoTSiteWise) ListActionsWithContext(ctx aws.Context, input *ListActionsInput, opts ...request.Option) (*ListActionsOutput, error)
func (c *IoTSiteWise) ListAssetModelCompositeModels(input *ListAssetModelCompositeModelsInput) (*ListAssetModelCompositeModelsOutput, error)
func (c *IoTSiteWise) ListAssetModelCompositeModelsPages(input *ListAssetModelCompositeModelsInput, fn func(*ListAssetModelCompositeModelsOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetModelCompositeModelsPagesWithContext(ctx aws.Context, input *ListAssetModelCompositeModelsInput, fn func(*ListAssetModelCompositeModelsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetModelCompositeModelsRequest(input *ListAssetModelCompositeModelsInput) (req *request.Request, output *ListAssetModelCompositeModelsOutput)
func (c *IoTSiteWise) ListAssetModelCompositeModelsWithContext(ctx aws.Context, input *ListAssetModelCompositeModelsInput, opts ...request.Option) (*ListAssetModelCompositeModelsOutput, error)
func (c *IoTSiteWise) ListAssetModelProperties(input *ListAssetModelPropertiesInput) (*ListAssetModelPropertiesOutput, error)
func (c *IoTSiteWise) ListAssetModelPropertiesPages(input *ListAssetModelPropertiesInput, fn func(*ListAssetModelPropertiesOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetModelPropertiesPagesWithContext(ctx aws.Context, input *ListAssetModelPropertiesInput, fn func(*ListAssetModelPropertiesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetModelPropertiesRequest(input *ListAssetModelPropertiesInput) (req *request.Request, output *ListAssetModelPropertiesOutput)
func (c *IoTSiteWise) ListAssetModelPropertiesWithContext(ctx aws.Context, input *ListAssetModelPropertiesInput, opts ...request.Option) (*ListAssetModelPropertiesOutput, error)
func (c *IoTSiteWise) ListAssetModels(input *ListAssetModelsInput) (*ListAssetModelsOutput, error)
func (c *IoTSiteWise) ListAssetModelsPages(input *ListAssetModelsInput, fn func(*ListAssetModelsOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetModelsPagesWithContext(ctx aws.Context, input *ListAssetModelsInput, fn func(*ListAssetModelsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetModelsRequest(input *ListAssetModelsInput) (req *request.Request, output *ListAssetModelsOutput)
func (c *IoTSiteWise) ListAssetModelsWithContext(ctx aws.Context, input *ListAssetModelsInput, opts ...request.Option) (*ListAssetModelsOutput, error)
func (c *IoTSiteWise) ListAssetProperties(input *ListAssetPropertiesInput) (*ListAssetPropertiesOutput, error)
func (c *IoTSiteWise) ListAssetPropertiesPages(input *ListAssetPropertiesInput, fn func(*ListAssetPropertiesOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetPropertiesPagesWithContext(ctx aws.Context, input *ListAssetPropertiesInput, fn func(*ListAssetPropertiesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetPropertiesRequest(input *ListAssetPropertiesInput) (req *request.Request, output *ListAssetPropertiesOutput)
func (c *IoTSiteWise) ListAssetPropertiesWithContext(ctx aws.Context, input *ListAssetPropertiesInput, opts ...request.Option) (*ListAssetPropertiesOutput, error)
func (c *IoTSiteWise) ListAssetRelationships(input *ListAssetRelationshipsInput) (*ListAssetRelationshipsOutput, error)
func (c *IoTSiteWise) ListAssetRelationshipsPages(input *ListAssetRelationshipsInput, fn func(*ListAssetRelationshipsOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetRelationshipsPagesWithContext(ctx aws.Context, input *ListAssetRelationshipsInput, fn func(*ListAssetRelationshipsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetRelationshipsRequest(input *ListAssetRelationshipsInput) (req *request.Request, output *ListAssetRelationshipsOutput)
func (c *IoTSiteWise) ListAssetRelationshipsWithContext(ctx aws.Context, input *ListAssetRelationshipsInput, opts ...request.Option) (*ListAssetRelationshipsOutput, error)
func (c *IoTSiteWise) ListAssets(input *ListAssetsInput) (*ListAssetsOutput, error)
func (c *IoTSiteWise) ListAssetsPages(input *ListAssetsInput, fn func(*ListAssetsOutput, bool) bool) error
func (c *IoTSiteWise) ListAssetsPagesWithContext(ctx aws.Context, input *ListAssetsInput, fn func(*ListAssetsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssetsRequest(input *ListAssetsInput) (req *request.Request, output *ListAssetsOutput)
func (c *IoTSiteWise) ListAssetsWithContext(ctx aws.Context, input *ListAssetsInput, opts ...request.Option) (*ListAssetsOutput, error)
func (c *IoTSiteWise) ListAssociatedAssets(input *ListAssociatedAssetsInput) (*ListAssociatedAssetsOutput, error)
func (c *IoTSiteWise) ListAssociatedAssetsPages(input *ListAssociatedAssetsInput, fn func(*ListAssociatedAssetsOutput, bool) bool) error
func (c *IoTSiteWise) ListAssociatedAssetsPagesWithContext(ctx aws.Context, input *ListAssociatedAssetsInput, fn func(*ListAssociatedAssetsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListAssociatedAssetsRequest(input *ListAssociatedAssetsInput) (req *request.Request, output *ListAssociatedAssetsOutput)
func (c *IoTSiteWise) ListAssociatedAssetsWithContext(ctx aws.Context, input *ListAssociatedAssetsInput, opts ...request.Option) (*ListAssociatedAssetsOutput, error)
func (c *IoTSiteWise) ListBulkImportJobs(input *ListBulkImportJobsInput) (*ListBulkImportJobsOutput, error)
func (c *IoTSiteWise) ListBulkImportJobsPages(input *ListBulkImportJobsInput, fn func(*ListBulkImportJobsOutput, bool) bool) error
func (c *IoTSiteWise) ListBulkImportJobsPagesWithContext(ctx aws.Context, input *ListBulkImportJobsInput, fn func(*ListBulkImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListBulkImportJobsRequest(input *ListBulkImportJobsInput) (req *request.Request, output *ListBulkImportJobsOutput)
func (c *IoTSiteWise) ListBulkImportJobsWithContext(ctx aws.Context, input *ListBulkImportJobsInput, opts ...request.Option) (*ListBulkImportJobsOutput, error)
func (c *IoTSiteWise) ListCompositionRelationships(input *ListCompositionRelationshipsInput) (*ListCompositionRelationshipsOutput, error)
func (c *IoTSiteWise) ListCompositionRelationshipsPages(input *ListCompositionRelationshipsInput, fn func(*ListCompositionRelationshipsOutput, bool) bool) error
func (c *IoTSiteWise) ListCompositionRelationshipsPagesWithContext(ctx aws.Context, input *ListCompositionRelationshipsInput, fn func(*ListCompositionRelationshipsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListCompositionRelationshipsRequest(input *ListCompositionRelationshipsInput) (req *request.Request, output *ListCompositionRelationshipsOutput)
func (c *IoTSiteWise) ListCompositionRelationshipsWithContext(ctx aws.Context, input *ListCompositionRelationshipsInput, opts ...request.Option) (*ListCompositionRelationshipsOutput, error)
func (c *IoTSiteWise) ListDashboards(input *ListDashboardsInput) (*ListDashboardsOutput, error)
func (c *IoTSiteWise) ListDashboardsPages(input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool) error
func (c *IoTSiteWise) ListDashboardsPagesWithContext(ctx aws.Context, input *ListDashboardsInput, fn func(*ListDashboardsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListDashboardsRequest(input *ListDashboardsInput) (req *request.Request, output *ListDashboardsOutput)
func (c *IoTSiteWise) ListDashboardsWithContext(ctx aws.Context, input *ListDashboardsInput, opts ...request.Option) (*ListDashboardsOutput, error)
func (c *IoTSiteWise) ListGateways(input *ListGatewaysInput) (*ListGatewaysOutput, error)
func (c *IoTSiteWise) ListGatewaysPages(input *ListGatewaysInput, fn func(*ListGatewaysOutput, bool) bool) error
func (c *IoTSiteWise) ListGatewaysPagesWithContext(ctx aws.Context, input *ListGatewaysInput, fn func(*ListGatewaysOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListGatewaysRequest(input *ListGatewaysInput) (req *request.Request, output *ListGatewaysOutput)
func (c *IoTSiteWise) ListGatewaysWithContext(ctx aws.Context, input *ListGatewaysInput, opts ...request.Option) (*ListGatewaysOutput, error)
func (c *IoTSiteWise) ListPortals(input *ListPortalsInput) (*ListPortalsOutput, error)
func (c *IoTSiteWise) ListPortalsPages(input *ListPortalsInput, fn func(*ListPortalsOutput, bool) bool) error
func (c *IoTSiteWise) ListPortalsPagesWithContext(ctx aws.Context, input *ListPortalsInput, fn func(*ListPortalsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListPortalsRequest(input *ListPortalsInput) (req *request.Request, output *ListPortalsOutput)
func (c *IoTSiteWise) ListPortalsWithContext(ctx aws.Context, input *ListPortalsInput, opts ...request.Option) (*ListPortalsOutput, error)
func (c *IoTSiteWise) ListProjectAssets(input *ListProjectAssetsInput) (*ListProjectAssetsOutput, error)
func (c *IoTSiteWise) ListProjectAssetsPages(input *ListProjectAssetsInput, fn func(*ListProjectAssetsOutput, bool) bool) error
func (c *IoTSiteWise) ListProjectAssetsPagesWithContext(ctx aws.Context, input *ListProjectAssetsInput, fn func(*ListProjectAssetsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListProjectAssetsRequest(input *ListProjectAssetsInput) (req *request.Request, output *ListProjectAssetsOutput)
func (c *IoTSiteWise) ListProjectAssetsWithContext(ctx aws.Context, input *ListProjectAssetsInput, opts ...request.Option) (*ListProjectAssetsOutput, error)
func (c *IoTSiteWise) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)
func (c *IoTSiteWise) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error
func (c *IoTSiteWise) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)
func (c *IoTSiteWise) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)
func (c *IoTSiteWise) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *IoTSiteWise) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *IoTSiteWise) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *IoTSiteWise) ListTimeSeries(input *ListTimeSeriesInput) (*ListTimeSeriesOutput, error)
func (c *IoTSiteWise) ListTimeSeriesPages(input *ListTimeSeriesInput, fn func(*ListTimeSeriesOutput, bool) bool) error
func (c *IoTSiteWise) ListTimeSeriesPagesWithContext(ctx aws.Context, input *ListTimeSeriesInput, fn func(*ListTimeSeriesOutput, bool) bool, opts ...request.Option) error
func (c *IoTSiteWise) ListTimeSeriesRequest(input *ListTimeSeriesInput) (req *request.Request, output *ListTimeSeriesOutput)
func (c *IoTSiteWise) ListTimeSeriesWithContext(ctx aws.Context, input *ListTimeSeriesInput, opts ...request.Option) (*ListTimeSeriesOutput, error)
func (c *IoTSiteWise) PutDefaultEncryptionConfiguration(input *PutDefaultEncryptionConfigurationInput) (*PutDefaultEncryptionConfigurationOutput, error)
func (c *IoTSiteWise) PutDefaultEncryptionConfigurationRequest(input *PutDefaultEncryptionConfigurationInput) (req *request.Request, output *PutDefaultEncryptionConfigurationOutput)
func (c *IoTSiteWise) PutDefaultEncryptionConfigurationWithContext(ctx aws.Context, input *PutDefaultEncryptionConfigurationInput, opts ...request.Option) (*PutDefaultEncryptionConfigurationOutput, error)
func (c *IoTSiteWise) PutLoggingOptions(input *PutLoggingOptionsInput) (*PutLoggingOptionsOutput, error)
func (c *IoTSiteWise) PutLoggingOptionsRequest(input *PutLoggingOptionsInput) (req *request.Request, output *PutLoggingOptionsOutput)
func (c *IoTSiteWise) PutLoggingOptionsWithContext(ctx aws.Context, input *PutLoggingOptionsInput, opts ...request.Option) (*PutLoggingOptionsOutput, error)
func (c *IoTSiteWise) PutStorageConfiguration(input *PutStorageConfigurationInput) (*PutStorageConfigurationOutput, error)
func (c *IoTSiteWise) PutStorageConfigurationRequest(input *PutStorageConfigurationInput) (req *request.Request, output *PutStorageConfigurationOutput)
func (c *IoTSiteWise) PutStorageConfigurationWithContext(ctx aws.Context, input *PutStorageConfigurationInput, opts ...request.Option) (*PutStorageConfigurationOutput, error)
func (c *IoTSiteWise) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *IoTSiteWise) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *IoTSiteWise) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *IoTSiteWise) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *IoTSiteWise) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *IoTSiteWise) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *IoTSiteWise) UpdateAccessPolicy(input *UpdateAccessPolicyInput) (*UpdateAccessPolicyOutput, error)
func (c *IoTSiteWise) UpdateAccessPolicyRequest(input *UpdateAccessPolicyInput) (req *request.Request, output *UpdateAccessPolicyOutput)
func (c *IoTSiteWise) UpdateAccessPolicyWithContext(ctx aws.Context, input *UpdateAccessPolicyInput, opts ...request.Option) (*UpdateAccessPolicyOutput, error)
func (c *IoTSiteWise) UpdateAsset(input *UpdateAssetInput) (*UpdateAssetOutput, error)
func (c *IoTSiteWise) UpdateAssetModel(input *UpdateAssetModelInput) (*UpdateAssetModelOutput, error)
func (c *IoTSiteWise) UpdateAssetModelCompositeModel(input *UpdateAssetModelCompositeModelInput) (*UpdateAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) UpdateAssetModelCompositeModelRequest(input *UpdateAssetModelCompositeModelInput) (req *request.Request, output *UpdateAssetModelCompositeModelOutput)
func (c *IoTSiteWise) UpdateAssetModelCompositeModelWithContext(ctx aws.Context, input *UpdateAssetModelCompositeModelInput, opts ...request.Option) (*UpdateAssetModelCompositeModelOutput, error)
func (c *IoTSiteWise) UpdateAssetModelRequest(input *UpdateAssetModelInput) (req *request.Request, output *UpdateAssetModelOutput)
func (c *IoTSiteWise) UpdateAssetModelWithContext(ctx aws.Context, input *UpdateAssetModelInput, opts ...request.Option) (*UpdateAssetModelOutput, error)
func (c *IoTSiteWise) UpdateAssetProperty(input *UpdateAssetPropertyInput) (*UpdateAssetPropertyOutput, error)
func (c *IoTSiteWise) UpdateAssetPropertyRequest(input *UpdateAssetPropertyInput) (req *request.Request, output *UpdateAssetPropertyOutput)
func (c *IoTSiteWise) UpdateAssetPropertyWithContext(ctx aws.Context, input *UpdateAssetPropertyInput, opts ...request.Option) (*UpdateAssetPropertyOutput, error)
func (c *IoTSiteWise) UpdateAssetRequest(input *UpdateAssetInput) (req *request.Request, output *UpdateAssetOutput)
func (c *IoTSiteWise) UpdateAssetWithContext(ctx aws.Context, input *UpdateAssetInput, opts ...request.Option) (*UpdateAssetOutput, error)
func (c *IoTSiteWise) UpdateDashboard(input *UpdateDashboardInput) (*UpdateDashboardOutput, error)
func (c *IoTSiteWise) UpdateDashboardRequest(input *UpdateDashboardInput) (req *request.Request, output *UpdateDashboardOutput)
func (c *IoTSiteWise) UpdateDashboardWithContext(ctx aws.Context, input *UpdateDashboardInput, opts ...request.Option) (*UpdateDashboardOutput, error)
func (c *IoTSiteWise) UpdateGateway(input *UpdateGatewayInput) (*UpdateGatewayOutput, error)
func (c *IoTSiteWise) UpdateGatewayCapabilityConfiguration(input *UpdateGatewayCapabilityConfigurationInput) (*UpdateGatewayCapabilityConfigurationOutput, error)
func (c *IoTSiteWise) UpdateGatewayCapabilityConfigurationRequest(input *UpdateGatewayCapabilityConfigurationInput) (req *request.Request, output *UpdateGatewayCapabilityConfigurationOutput)
func (c *IoTSiteWise) UpdateGatewayCapabilityConfigurationWithContext(ctx aws.Context, input *UpdateGatewayCapabilityConfigurationInput, opts ...request.Option) (*UpdateGatewayCapabilityConfigurationOutput, error)
func (c *IoTSiteWise) UpdateGatewayRequest(input *UpdateGatewayInput) (req *request.Request, output *UpdateGatewayOutput)
func (c *IoTSiteWise) UpdateGatewayWithContext(ctx aws.Context, input *UpdateGatewayInput, opts ...request.Option) (*UpdateGatewayOutput, error)
func (c *IoTSiteWise) UpdatePortal(input *UpdatePortalInput) (*UpdatePortalOutput, error)
func (c *IoTSiteWise) UpdatePortalRequest(input *UpdatePortalInput) (req *request.Request, output *UpdatePortalOutput)
func (c *IoTSiteWise) UpdatePortalWithContext(ctx aws.Context, input *UpdatePortalInput, opts ...request.Option) (*UpdatePortalOutput, error)
func (c *IoTSiteWise) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)
func (c *IoTSiteWise) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)
func (c *IoTSiteWise) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)
func (c *IoTSiteWise) WaitUntilAssetActive(input *DescribeAssetInput) error
func (c *IoTSiteWise) WaitUntilAssetActiveWithContext(ctx aws.Context, input *DescribeAssetInput, opts ...request.WaiterOption) error
func (c *IoTSiteWise) WaitUntilAssetModelActive(input *DescribeAssetModelInput) error
func (c *IoTSiteWise) WaitUntilAssetModelActiveWithContext(ctx aws.Context, input *DescribeAssetModelInput, opts ...request.WaiterOption) error
func (c *IoTSiteWise) WaitUntilAssetModelNotExists(input *DescribeAssetModelInput) error
func (c *IoTSiteWise) WaitUntilAssetModelNotExistsWithContext(ctx aws.Context, input *DescribeAssetModelInput, opts ...request.WaiterOption) error
func (c *IoTSiteWise) WaitUntilAssetNotExists(input *DescribeAssetInput) error
func (c *IoTSiteWise) WaitUntilAssetNotExistsWithContext(ctx aws.Context, input *DescribeAssetInput, opts ...request.WaiterOption) error
func (c *IoTSiteWise) WaitUntilPortalActive(input *DescribePortalInput) error
func (c *IoTSiteWise) WaitUntilPortalActiveWithContext(ctx aws.Context, input *DescribePortalInput, opts ...request.WaiterOption) error
func (c *IoTSiteWise) WaitUntilPortalNotExists(input *DescribePortalInput) error
func (c *IoTSiteWise) WaitUntilPortalNotExistsWithContext(ctx aws.Context, input *DescribePortalInput, opts ...request.WaiterOption) error
func AggregateType_Values() []string
func AssetErrorCode_Values() []string
func AssetModelState_Values() []string
func AssetModelType_Values() []string
func AssetRelationshipType_Values() []string
func AssetState_Values() []string
func AuthMode_Values() []string
func BatchEntryCompletionStatus_Values() []string
func BatchGetAssetPropertyAggregatesErrorCode_Values() []string
func BatchGetAssetPropertyValueErrorCode_Values() []string
func BatchGetAssetPropertyValueHistoryErrorCode_Values() []string
func BatchPutAssetPropertyValueErrorCode_Values() []string
func CapabilitySyncStatus_Values() []string
func ColumnName_Values() []string
func ComputeLocation_Values() []string
func ConfigurationState_Values() []string
func DetailedErrorCode_Values() []string
func DisassociatedDataStorageState_Values() []string
func EncryptionType_Values() []string
func ErrorCode_Values() []string
func ForwardingConfigState_Values() []string
func IdentityType_Values() []string
func ImageFileType_Values() []string
func JobStatus_Values() []string
func ListAssetModelPropertiesFilter_Values() []string
func ListAssetPropertiesFilter_Values() []string
func ListAssetsFilter_Values() []string
func ListBulkImportJobsFilter_Values() []string
func ListTimeSeriesType_Values() []string
func LoggingLevel_Values() []string
func MonitorErrorCode_Values() []string
func Permission_Values() []string
func PortalState_Values() []string
func PropertyDataType_Values() []string
func PropertyNotificationState_Values() []string
func Quality_Values() []string
func ResourceType_Values() []string
func ScalarType_Values() []string
func StorageType_Values() []string
func TargetResourceType_Values() []string
func TimeOrdering_Values() []string
func TraversalDirection_Values() []string
func TraversalType_Values() []string
func WarmTierState_Values() []string
type AccessDeniedException
type AccessPolicySummary
type ActionDefinition
type ActionPayload
type ActionSummary
type AggregatedValue
type Aggregates
type Alarms
type AssetCompositeModel
type AssetCompositeModelPathSegment
type AssetCompositeModelSummary
type AssetErrorDetails
type AssetHierarchy
type AssetHierarchyInfo
type AssetModelCompositeModel
type AssetModelCompositeModelDefinition
type AssetModelCompositeModelPathSegment
type AssetModelCompositeModelSummary
type AssetModelHierarchy
type AssetModelHierarchyDefinition
type AssetModelProperty
type AssetModelPropertyDefinition
type AssetModelPropertyPathSegment
type AssetModelPropertySummary
type AssetModelStatus
type AssetModelSummary
type AssetProperty
type AssetPropertyPathSegment
type AssetPropertySummary
type AssetPropertyValue
type AssetRelationshipSummary
type AssetStatus
type AssetSummary
type AssociateAssetsInput
type AssociateAssetsOutput
type AssociateTimeSeriesToAssetPropertyInput
type AssociateTimeSeriesToAssetPropertyOutput
type AssociatedAssetsSummary
type Attribute
type BatchAssociateProjectAssetsInput
type BatchAssociateProjectAssetsOutput
type BatchDisassociateProjectAssetsInput
type BatchDisassociateProjectAssetsOutput
type BatchGetAssetPropertyAggregatesEntry
type BatchGetAssetPropertyAggregatesErrorEntry
type BatchGetAssetPropertyAggregatesErrorInfo
type BatchGetAssetPropertyAggregatesInput
type BatchGetAssetPropertyAggregatesOutput
type BatchGetAssetPropertyAggregatesSkippedEntry
type BatchGetAssetPropertyAggregatesSuccessEntry
type BatchGetAssetPropertyValueEntry
type BatchGetAssetPropertyValueErrorEntry
type BatchGetAssetPropertyValueErrorInfo
type BatchGetAssetPropertyValueHistoryEntry
type BatchGetAssetPropertyValueHistoryErrorEntry
type BatchGetAssetPropertyValueHistoryErrorInfo
type BatchGetAssetPropertyValueHistoryInput
type BatchGetAssetPropertyValueHistoryOutput
type BatchGetAssetPropertyValueHistorySkippedEntry
type BatchGetAssetPropertyValueHistorySuccessEntry
type BatchGetAssetPropertyValueInput
type BatchGetAssetPropertyValueOutput
type BatchGetAssetPropertyValueSkippedEntry
type BatchGetAssetPropertyValueSuccessEntry
type BatchPutAssetPropertyError
type BatchPutAssetPropertyErrorEntry
type BatchPutAssetPropertyValueInput
type BatchPutAssetPropertyValueOutput
type ColumnInfo
type ColumnType
type CompositeModelProperty
type CompositionDetails
type CompositionRelationshipItem
type CompositionRelationshipSummary
type ConfigurationErrorDetails
type ConfigurationStatus
type ConflictingOperationException
type CreateAccessPolicyInput
type CreateAccessPolicyOutput
type CreateAssetInput
type CreateAssetModelCompositeModelInput
type CreateAssetModelCompositeModelOutput
type CreateAssetModelInput
type CreateAssetModelOutput
type CreateAssetOutput
type CreateBulkImportJobInput
type CreateBulkImportJobOutput
type CreateDashboardInput
type CreateDashboardOutput
type CreateGatewayInput
type CreateGatewayOutput
type CreatePortalInput
type CreatePortalOutput
type CreateProjectInput
type CreateProjectOutput
type Csv
type CustomerManagedS3Storage
type DashboardSummary
type Datum
type DeleteAccessPolicyInput
type DeleteAccessPolicyOutput
type DeleteAssetInput
type DeleteAssetModelCompositeModelInput
type DeleteAssetModelCompositeModelOutput
type DeleteAssetModelInput
type DeleteAssetModelOutput
type DeleteAssetOutput
type DeleteDashboardInput
type DeleteDashboardOutput
type DeleteGatewayInput
type DeleteGatewayOutput
type DeletePortalInput
type DeletePortalOutput
type DeleteProjectInput
type DeleteProjectOutput
type DeleteTimeSeriesInput
type DeleteTimeSeriesOutput
type DescribeAccessPolicyInput
type DescribeAccessPolicyOutput
type DescribeActionInput
type DescribeActionOutput
type DescribeAssetCompositeModelInput
type DescribeAssetCompositeModelOutput
type DescribeAssetInput
type DescribeAssetModelCompositeModelInput
type DescribeAssetModelCompositeModelOutput
type DescribeAssetModelInput
type DescribeAssetModelOutput
type DescribeAssetOutput
type DescribeAssetPropertyInput
type DescribeAssetPropertyOutput
type DescribeBulkImportJobInput
type DescribeBulkImportJobOutput
type DescribeDashboardInput
type DescribeDashboardOutput
type DescribeDefaultEncryptionConfigurationInput
type DescribeDefaultEncryptionConfigurationOutput
type DescribeGatewayCapabilityConfigurationInput
type DescribeGatewayCapabilityConfigurationOutput
type DescribeGatewayInput
type DescribeGatewayOutput
type DescribeLoggingOptionsInput
type DescribeLoggingOptionsOutput
type DescribePortalInput
type DescribePortalOutput
type DescribeProjectInput
type DescribeProjectOutput
type DescribeStorageConfigurationInput
type DescribeStorageConfigurationOutput
type DescribeTimeSeriesInput
type DescribeTimeSeriesOutput
type DetailedError
type DisassociateAssetsInput
type DisassociateAssetsOutput
type DisassociateTimeSeriesFromAssetPropertyInput
type DisassociateTimeSeriesFromAssetPropertyOutput
type ErrorDetails
type ErrorReportLocation
type ExecuteActionInput
type ExecuteActionOutput
type ExecuteQueryInput
type ExecuteQueryOutput
type ExpressionVariable
type File
type FileFormat
type ForwardingConfig
type GatewayCapabilitySummary
type GatewayPlatform
type GatewaySummary
type GetAssetPropertyAggregatesInput
type GetAssetPropertyAggregatesOutput
type GetAssetPropertyValueHistoryInput
type GetAssetPropertyValueHistoryOutput
type GetAssetPropertyValueInput
type GetAssetPropertyValueOutput
type GetInterpolatedAssetPropertyValuesInput
type GetInterpolatedAssetPropertyValuesOutput
type Greengrass
type GreengrassV2
type GroupIdentity
type IAMRoleIdentity
type IAMUserIdentity
type Identity
type Image
type ImageFile
type ImageLocation
type InternalFailureException
type InterpolatedAssetPropertyValue
type InvalidRequestException
type JobConfiguration
type JobSummary
type LimitExceededException
type ListAccessPoliciesInput
type ListAccessPoliciesOutput
type ListActionsInput
type ListActionsOutput
type ListAssetModelCompositeModelsInput
type ListAssetModelCompositeModelsOutput
type ListAssetModelPropertiesInput
type ListAssetModelPropertiesOutput
type ListAssetModelsInput
type ListAssetModelsOutput
type ListAssetPropertiesInput
type ListAssetPropertiesOutput
type ListAssetRelationshipsInput
type ListAssetRelationshipsOutput
type ListAssetsInput
type ListAssetsOutput
type ListAssociatedAssetsInput
type ListAssociatedAssetsOutput
type ListBulkImportJobsInput
type ListBulkImportJobsOutput
type ListCompositionRelationshipsInput
type ListCompositionRelationshipsOutput
type ListDashboardsInput
type ListDashboardsOutput
type ListGatewaysInput
type ListGatewaysOutput
type ListPortalsInput
type ListPortalsOutput
type ListProjectAssetsInput
type ListProjectAssetsOutput
type ListProjectsInput
type ListProjectsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListTimeSeriesInput
type ListTimeSeriesOutput
type LoggingOptions
type Measurement
type MeasurementProcessingConfig
type Metric
type MetricProcessingConfig
type MetricWindow
type MonitorErrorDetails
type MultiLayerStorage
type Parquet
type PortalResource
type PortalStatus
type PortalSummary
type ProjectResource
type ProjectSummary
type Property
type PropertyNotification
type PropertyType
type PutAssetPropertyValueEntry
type PutDefaultEncryptionConfigurationInput
type PutDefaultEncryptionConfigurationOutput
type PutLoggingOptionsInput
type PutLoggingOptionsOutput
type PutStorageConfigurationInput
type PutStorageConfigurationOutput
type QueryTimeoutException
type Resource
type ResourceAlreadyExistsException
type ResourceNotFoundException
type RetentionPeriod
type Row
type ServiceUnavailableException
type TagResourceInput
type TagResourceOutput
type TargetResource
type ThrottlingException
type TimeInNanos
type TimeSeriesSummary
type TooManyTagsException
type Transform
type TransformProcessingConfig
type TumblingWindow
type UnauthorizedException
type UntagResourceInput
type UntagResourceOutput
type UpdateAccessPolicyInput
type UpdateAccessPolicyOutput
type UpdateAssetInput
type UpdateAssetModelCompositeModelInput
type UpdateAssetModelCompositeModelOutput
type UpdateAssetModelInput
type UpdateAssetModelOutput
type UpdateAssetOutput
type UpdateAssetPropertyInput
type UpdateAssetPropertyOutput
type UpdateDashboardInput
type UpdateDashboardOutput
type UpdateGatewayCapabilityConfigurationInput
type UpdateGatewayCapabilityConfigurationOutput
type UpdateGatewayInput
type UpdateGatewayOutput
type UpdatePortalInput
type UpdatePortalOutput
type UpdateProjectInput
type UpdateProjectOutput
type UserIdentity
type ValidationException
type VariableValue
type Variant
type WarmTierRetentionPeriod

Constants ▾

const (
    // AggregateTypeAverage is a AggregateType enum value
    AggregateTypeAverage = "AVERAGE"

    // AggregateTypeCount is a AggregateType enum value
    AggregateTypeCount = "COUNT"

    // AggregateTypeMaximum is a AggregateType enum value
    AggregateTypeMaximum = "MAXIMUM"

    // AggregateTypeMinimum is a AggregateType enum value
    AggregateTypeMinimum = "MINIMUM"

    // AggregateTypeSum is a AggregateType enum value
    AggregateTypeSum = "SUM"

    // AggregateTypeStandardDeviation is a AggregateType enum value
    AggregateTypeStandardDeviation = "STANDARD_DEVIATION"
)
const (
    // AssetModelStateCreating is a AssetModelState enum value
    AssetModelStateCreating = "CREATING"

    // AssetModelStateActive is a AssetModelState enum value
    AssetModelStateActive = "ACTIVE"

    // AssetModelStateUpdating is a AssetModelState enum value
    AssetModelStateUpdating = "UPDATING"

    // AssetModelStatePropagating is a AssetModelState enum value
    AssetModelStatePropagating = "PROPAGATING"

    // AssetModelStateDeleting is a AssetModelState enum value
    AssetModelStateDeleting = "DELETING"

    // AssetModelStateFailed is a AssetModelState enum value
    AssetModelStateFailed = "FAILED"
)
const (
    // AssetModelTypeAssetModel is a AssetModelType enum value
    AssetModelTypeAssetModel = "ASSET_MODEL"

    // AssetModelTypeComponentModel is a AssetModelType enum value
    AssetModelTypeComponentModel = "COMPONENT_MODEL"
)
const (
    // AssetStateCreating is a AssetState enum value
    AssetStateCreating = "CREATING"

    // AssetStateActive is a AssetState enum value
    AssetStateActive = "ACTIVE"

    // AssetStateUpdating is a AssetState enum value
    AssetStateUpdating = "UPDATING"

    // AssetStateDeleting is a AssetState enum value
    AssetStateDeleting = "DELETING"

    // AssetStateFailed is a AssetState enum value
    AssetStateFailed = "FAILED"
)
const (
    // AuthModeIam is a AuthMode enum value
    AuthModeIam = "IAM"

    // AuthModeSso is a AuthMode enum value
    AuthModeSso = "SSO"
)
const (
    // BatchEntryCompletionStatusSuccess is a BatchEntryCompletionStatus enum value
    BatchEntryCompletionStatusSuccess = "SUCCESS"

    // BatchEntryCompletionStatusError is a BatchEntryCompletionStatus enum value
    BatchEntryCompletionStatusError = "ERROR"
)
const (
    // BatchGetAssetPropertyAggregatesErrorCodeResourceNotFoundException is a BatchGetAssetPropertyAggregatesErrorCode enum value
    BatchGetAssetPropertyAggregatesErrorCodeResourceNotFoundException = "ResourceNotFoundException"

    // BatchGetAssetPropertyAggregatesErrorCodeInvalidRequestException is a BatchGetAssetPropertyAggregatesErrorCode enum value
    BatchGetAssetPropertyAggregatesErrorCodeInvalidRequestException = "InvalidRequestException"

    // BatchGetAssetPropertyAggregatesErrorCodeAccessDeniedException is a BatchGetAssetPropertyAggregatesErrorCode enum value
    BatchGetAssetPropertyAggregatesErrorCodeAccessDeniedException = "AccessDeniedException"
)
const (
    // BatchGetAssetPropertyValueErrorCodeResourceNotFoundException is a BatchGetAssetPropertyValueErrorCode enum value
    BatchGetAssetPropertyValueErrorCodeResourceNotFoundException = "ResourceNotFoundException"

    // BatchGetAssetPropertyValueErrorCodeInvalidRequestException is a BatchGetAssetPropertyValueErrorCode enum value
    BatchGetAssetPropertyValueErrorCodeInvalidRequestException = "InvalidRequestException"

    // BatchGetAssetPropertyValueErrorCodeAccessDeniedException is a BatchGetAssetPropertyValueErrorCode enum value
    BatchGetAssetPropertyValueErrorCodeAccessDeniedException = "AccessDeniedException"
)
const (
    // BatchGetAssetPropertyValueHistoryErrorCodeResourceNotFoundException is a BatchGetAssetPropertyValueHistoryErrorCode enum value
    BatchGetAssetPropertyValueHistoryErrorCodeResourceNotFoundException = "ResourceNotFoundException"

    // BatchGetAssetPropertyValueHistoryErrorCodeInvalidRequestException is a BatchGetAssetPropertyValueHistoryErrorCode enum value
    BatchGetAssetPropertyValueHistoryErrorCodeInvalidRequestException = "InvalidRequestException"

    // BatchGetAssetPropertyValueHistoryErrorCodeAccessDeniedException is a BatchGetAssetPropertyValueHistoryErrorCode enum value
    BatchGetAssetPropertyValueHistoryErrorCodeAccessDeniedException = "AccessDeniedException"
)
const (
    // BatchPutAssetPropertyValueErrorCodeResourceNotFoundException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeResourceNotFoundException = "ResourceNotFoundException"

    // BatchPutAssetPropertyValueErrorCodeInvalidRequestException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeInvalidRequestException = "InvalidRequestException"

    // BatchPutAssetPropertyValueErrorCodeInternalFailureException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeInternalFailureException = "InternalFailureException"

    // BatchPutAssetPropertyValueErrorCodeServiceUnavailableException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeServiceUnavailableException = "ServiceUnavailableException"

    // BatchPutAssetPropertyValueErrorCodeThrottlingException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeThrottlingException = "ThrottlingException"

    // BatchPutAssetPropertyValueErrorCodeLimitExceededException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeLimitExceededException = "LimitExceededException"

    // BatchPutAssetPropertyValueErrorCodeConflictingOperationException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeConflictingOperationException = "ConflictingOperationException"

    // BatchPutAssetPropertyValueErrorCodeTimestampOutOfRangeException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeTimestampOutOfRangeException = "TimestampOutOfRangeException"

    // BatchPutAssetPropertyValueErrorCodeAccessDeniedException is a BatchPutAssetPropertyValueErrorCode enum value
    BatchPutAssetPropertyValueErrorCodeAccessDeniedException = "AccessDeniedException"
)
const (
    // CapabilitySyncStatusInSync is a CapabilitySyncStatus enum value
    CapabilitySyncStatusInSync = "IN_SYNC"

    // CapabilitySyncStatusOutOfSync is a CapabilitySyncStatus enum value
    CapabilitySyncStatusOutOfSync = "OUT_OF_SYNC"

    // CapabilitySyncStatusSyncFailed is a CapabilitySyncStatus enum value
    CapabilitySyncStatusSyncFailed = "SYNC_FAILED"

    // CapabilitySyncStatusUnknown is a CapabilitySyncStatus enum value
    CapabilitySyncStatusUnknown = "UNKNOWN"
)
const (
    // ColumnNameAlias is a ColumnName enum value
    ColumnNameAlias = "ALIAS"

    // ColumnNameAssetId is a ColumnName enum value
    ColumnNameAssetId = "ASSET_ID"

    // ColumnNamePropertyId is a ColumnName enum value
    ColumnNamePropertyId = "PROPERTY_ID"

    // ColumnNameDataType is a ColumnName enum value
    ColumnNameDataType = "DATA_TYPE"

    // ColumnNameTimestampSeconds is a ColumnName enum value
    ColumnNameTimestampSeconds = "TIMESTAMP_SECONDS"

    // ColumnNameTimestampNanoOffset is a ColumnName enum value
    ColumnNameTimestampNanoOffset = "TIMESTAMP_NANO_OFFSET"

    // ColumnNameQuality is a ColumnName enum value
    ColumnNameQuality = "QUALITY"

    // ColumnNameValue is a ColumnName enum value
    ColumnNameValue = "VALUE"
)
const (
    // ComputeLocationEdge is a ComputeLocation enum value
    ComputeLocationEdge = "EDGE"

    // ComputeLocationCloud is a ComputeLocation enum value
    ComputeLocationCloud = "CLOUD"
)
const (
    // ConfigurationStateActive is a ConfigurationState enum value
    ConfigurationStateActive = "ACTIVE"

    // ConfigurationStateUpdateInProgress is a ConfigurationState enum value
    ConfigurationStateUpdateInProgress = "UPDATE_IN_PROGRESS"

    // ConfigurationStateUpdateFailed is a ConfigurationState enum value
    ConfigurationStateUpdateFailed = "UPDATE_FAILED"
)
const (
    // DetailedErrorCodeIncompatibleComputeLocation is a DetailedErrorCode enum value
    DetailedErrorCodeIncompatibleComputeLocation = "INCOMPATIBLE_COMPUTE_LOCATION"

    // DetailedErrorCodeIncompatibleForwardingConfiguration is a DetailedErrorCode enum value
    DetailedErrorCodeIncompatibleForwardingConfiguration = "INCOMPATIBLE_FORWARDING_CONFIGURATION"
)
const (
    // DisassociatedDataStorageStateEnabled is a DisassociatedDataStorageState enum value
    DisassociatedDataStorageStateEnabled = "ENABLED"

    // DisassociatedDataStorageStateDisabled is a DisassociatedDataStorageState enum value
    DisassociatedDataStorageStateDisabled = "DISABLED"
)
const (
    // EncryptionTypeSitewiseDefaultEncryption is a EncryptionType enum value
    EncryptionTypeSitewiseDefaultEncryption = "SITEWISE_DEFAULT_ENCRYPTION"

    // EncryptionTypeKmsBasedEncryption is a EncryptionType enum value
    EncryptionTypeKmsBasedEncryption = "KMS_BASED_ENCRYPTION"
)
const (
    // ErrorCodeValidationError is a ErrorCode enum value
    ErrorCodeValidationError = "VALIDATION_ERROR"

    // ErrorCodeInternalFailure is a ErrorCode enum value
    ErrorCodeInternalFailure = "INTERNAL_FAILURE"
)
const (
    // ForwardingConfigStateDisabled is a ForwardingConfigState enum value
    ForwardingConfigStateDisabled = "DISABLED"

    // ForwardingConfigStateEnabled is a ForwardingConfigState enum value
    ForwardingConfigStateEnabled = "ENABLED"
)
const (
    // IdentityTypeUser is a IdentityType enum value
    IdentityTypeUser = "USER"

    // IdentityTypeGroup is a IdentityType enum value
    IdentityTypeGroup = "GROUP"

    // IdentityTypeIam is a IdentityType enum value
    IdentityTypeIam = "IAM"
)
const (
    // JobStatusPending is a JobStatus enum value
    JobStatusPending = "PENDING"

    // JobStatusCancelled is a JobStatus enum value
    JobStatusCancelled = "CANCELLED"

    // JobStatusRunning is a JobStatus enum value
    JobStatusRunning = "RUNNING"

    // JobStatusCompleted is a JobStatus enum value
    JobStatusCompleted = "COMPLETED"

    // JobStatusFailed is a JobStatus enum value
    JobStatusFailed = "FAILED"

    // JobStatusCompletedWithFailures is a JobStatus enum value
    JobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ListAssetModelPropertiesFilterAll is a ListAssetModelPropertiesFilter enum value
    ListAssetModelPropertiesFilterAll = "ALL"

    // ListAssetModelPropertiesFilterBase is a ListAssetModelPropertiesFilter enum value
    ListAssetModelPropertiesFilterBase = "BASE"
)
const (
    // ListAssetPropertiesFilterAll is a ListAssetPropertiesFilter enum value
    ListAssetPropertiesFilterAll = "ALL"

    // ListAssetPropertiesFilterBase is a ListAssetPropertiesFilter enum value
    ListAssetPropertiesFilterBase = "BASE"
)
const (
    // ListAssetsFilterAll is a ListAssetsFilter enum value
    ListAssetsFilterAll = "ALL"

    // ListAssetsFilterTopLevel is a ListAssetsFilter enum value
    ListAssetsFilterTopLevel = "TOP_LEVEL"
)
const (
    // ListBulkImportJobsFilterAll is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterAll = "ALL"

    // ListBulkImportJobsFilterPending is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterPending = "PENDING"

    // ListBulkImportJobsFilterRunning is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterRunning = "RUNNING"

    // ListBulkImportJobsFilterCancelled is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterCancelled = "CANCELLED"

    // ListBulkImportJobsFilterFailed is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterFailed = "FAILED"

    // ListBulkImportJobsFilterCompletedWithFailures is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterCompletedWithFailures = "COMPLETED_WITH_FAILURES"

    // ListBulkImportJobsFilterCompleted is a ListBulkImportJobsFilter enum value
    ListBulkImportJobsFilterCompleted = "COMPLETED"
)
const (
    // ListTimeSeriesTypeAssociated is a ListTimeSeriesType enum value
    ListTimeSeriesTypeAssociated = "ASSOCIATED"

    // ListTimeSeriesTypeDisassociated is a ListTimeSeriesType enum value
    ListTimeSeriesTypeDisassociated = "DISASSOCIATED"
)
const (
    // LoggingLevelError is a LoggingLevel enum value
    LoggingLevelError = "ERROR"

    // LoggingLevelInfo is a LoggingLevel enum value
    LoggingLevelInfo = "INFO"

    // LoggingLevelOff is a LoggingLevel enum value
    LoggingLevelOff = "OFF"
)
const (
    // MonitorErrorCodeInternalFailure is a MonitorErrorCode enum value
    MonitorErrorCodeInternalFailure = "INTERNAL_FAILURE"

    // MonitorErrorCodeValidationError is a MonitorErrorCode enum value
    MonitorErrorCodeValidationError = "VALIDATION_ERROR"

    // MonitorErrorCodeLimitExceeded is a MonitorErrorCode enum value
    MonitorErrorCodeLimitExceeded = "LIMIT_EXCEEDED"
)
const (
    // PermissionAdministrator is a Permission enum value
    PermissionAdministrator = "ADMINISTRATOR"

    // PermissionViewer is a Permission enum value
    PermissionViewer = "VIEWER"
)
const (
    // PortalStateCreating is a PortalState enum value
    PortalStateCreating = "CREATING"

    // PortalStateUpdating is a PortalState enum value
    PortalStateUpdating = "UPDATING"

    // PortalStateDeleting is a PortalState enum value
    PortalStateDeleting = "DELETING"

    // PortalStateActive is a PortalState enum value
    PortalStateActive = "ACTIVE"

    // PortalStateFailed is a PortalState enum value
    PortalStateFailed = "FAILED"
)
const (
    // PropertyDataTypeString is a PropertyDataType enum value
    PropertyDataTypeString = "STRING"

    // PropertyDataTypeInteger is a PropertyDataType enum value
    PropertyDataTypeInteger = "INTEGER"

    // PropertyDataTypeDouble is a PropertyDataType enum value
    PropertyDataTypeDouble = "DOUBLE"

    // PropertyDataTypeBoolean is a PropertyDataType enum value
    PropertyDataTypeBoolean = "BOOLEAN"

    // PropertyDataTypeStruct is a PropertyDataType enum value
    PropertyDataTypeStruct = "STRUCT"
)
const (
    // PropertyNotificationStateEnabled is a PropertyNotificationState enum value
    PropertyNotificationStateEnabled = "ENABLED"

    // PropertyNotificationStateDisabled is a PropertyNotificationState enum value
    PropertyNotificationStateDisabled = "DISABLED"
)
const (
    // QualityGood is a Quality enum value
    QualityGood = "GOOD"

    // QualityBad is a Quality enum value
    QualityBad = "BAD"

    // QualityUncertain is a Quality enum value
    QualityUncertain = "UNCERTAIN"
)
const (
    // ResourceTypePortal is a ResourceType enum value
    ResourceTypePortal = "PORTAL"

    // ResourceTypeProject is a ResourceType enum value
    ResourceTypeProject = "PROJECT"
)
const (
    // ScalarTypeBoolean is a ScalarType enum value
    ScalarTypeBoolean = "BOOLEAN"

    // ScalarTypeInt is a ScalarType enum value
    ScalarTypeInt = "INT"

    // ScalarTypeDouble is a ScalarType enum value
    ScalarTypeDouble = "DOUBLE"

    // ScalarTypeTimestamp is a ScalarType enum value
    ScalarTypeTimestamp = "TIMESTAMP"

    // ScalarTypeString is a ScalarType enum value
    ScalarTypeString = "STRING"
)
const (
    // StorageTypeSitewiseDefaultStorage is a StorageType enum value
    StorageTypeSitewiseDefaultStorage = "SITEWISE_DEFAULT_STORAGE"

    // StorageTypeMultiLayerStorage is a StorageType enum value
    StorageTypeMultiLayerStorage = "MULTI_LAYER_STORAGE"
)
const (
    // TimeOrderingAscending is a TimeOrdering enum value
    TimeOrderingAscending = "ASCENDING"

    // TimeOrderingDescending is a TimeOrdering enum value
    TimeOrderingDescending = "DESCENDING"
)
const (
    // TraversalDirectionParent is a TraversalDirection enum value
    TraversalDirectionParent = "PARENT"

    // TraversalDirectionChild is a TraversalDirection enum value
    TraversalDirectionChild = "CHILD"
)
const (
    // WarmTierStateEnabled is a WarmTierState enum value
    WarmTierStateEnabled = "ENABLED"

    // WarmTierStateDisabled is a WarmTierState enum value
    WarmTierStateDisabled = "DISABLED"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // Access is denied.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConflictingOperationException for service response error code
    // "ConflictingOperationException".
    //
    // Your request has conflicting operations. This can occur if you're trying
    // to perform more than one operation on the same resource at the same time.
    ErrCodeConflictingOperationException = "ConflictingOperationException"

    // ErrCodeInternalFailureException for service response error code
    // "InternalFailureException".
    //
    // IoT SiteWise can't process your request right now. Try again later.
    ErrCodeInternalFailureException = "InternalFailureException"

    // ErrCodeInvalidRequestException for service response error code
    // "InvalidRequestException".
    //
    // The request isn't valid. This can occur if your request contains malformed
    // JSON or unsupported characters. Check your request and try again.
    ErrCodeInvalidRequestException = "InvalidRequestException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // You've reached the limit for a resource. For example, this can occur if you're
    // trying to associate more than the allowed number of child assets or attempting
    // to create more than the allowed number of properties for an asset model.
    //
    // For more information, see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html)
    // in the IoT SiteWise User Guide.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeQueryTimeoutException for service response error code
    // "QueryTimeoutException".
    //
    // The query timed out.
    ErrCodeQueryTimeoutException = "QueryTimeoutException"

    // ErrCodeResourceAlreadyExistsException for service response error code
    // "ResourceAlreadyExistsException".
    //
    // The resource already exists.
    ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The requested resource can't be found.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceUnavailableException for service response error code
    // "ServiceUnavailableException".
    //
    // The requested service is unavailable.
    ErrCodeServiceUnavailableException = "ServiceUnavailableException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // Your request exceeded a rate limit. For example, you might have exceeded
    // the number of IoT SiteWise assets that can be created per second, the allowed
    // number of messages per second, and so on.
    //
    // For more information, see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html)
    // in the IoT SiteWise User Guide.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeTooManyTagsException for service response error code
    // "TooManyTagsException".
    //
    // You've reached the limit for the number of tags allowed for a resource. For
    // more information, see Tag naming limits and requirements (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions)
    // in the Amazon Web Services General Reference.
    ErrCodeTooManyTagsException = "TooManyTagsException"

    // ErrCodeUnauthorizedException for service response error code
    // "UnauthorizedException".
    //
    // You are not authorized.
    ErrCodeUnauthorizedException = "UnauthorizedException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // The validation failed for this query.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "IoTSiteWise" // Name of service.
    EndpointsID = "iotsitewise" // ID to lookup a service endpoint with.
    ServiceID   = "IoTSiteWise" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AssetErrorCodeInternalFailure is a AssetErrorCode enum value
    AssetErrorCodeInternalFailure = "INTERNAL_FAILURE"
)
const (
    // AssetRelationshipTypeHierarchy is a AssetRelationshipType enum value
    AssetRelationshipTypeHierarchy = "HIERARCHY"
)
const (
    // ImageFileTypePng is a ImageFileType enum value
    ImageFileTypePng = "PNG"
)
const (
    // TargetResourceTypeAsset is a TargetResourceType enum value
    TargetResourceTypeAsset = "ASSET"
)
const (
    // TraversalTypePathToRoot is a TraversalType enum value
    TraversalTypePathToRoot = "PATH_TO_ROOT"
)

func AggregateType_Values

func AggregateType_Values() []string

AggregateType_Values returns all elements of the AggregateType enum

func AssetErrorCode_Values

func AssetErrorCode_Values() []string

AssetErrorCode_Values returns all elements of the AssetErrorCode enum

func AssetModelState_Values

func AssetModelState_Values() []string

AssetModelState_Values returns all elements of the AssetModelState enum

func AssetModelType_Values

func AssetModelType_Values() []string

AssetModelType_Values returns all elements of the AssetModelType enum

func AssetRelationshipType_Values

func AssetRelationshipType_Values() []string

AssetRelationshipType_Values returns all elements of the AssetRelationshipType enum

func AssetState_Values

func AssetState_Values() []string

AssetState_Values returns all elements of the AssetState enum

func AuthMode_Values

func AuthMode_Values() []string

AuthMode_Values returns all elements of the AuthMode enum

func BatchEntryCompletionStatus_Values

func BatchEntryCompletionStatus_Values() []string

BatchEntryCompletionStatus_Values returns all elements of the BatchEntryCompletionStatus enum

func BatchGetAssetPropertyAggregatesErrorCode_Values

func BatchGetAssetPropertyAggregatesErrorCode_Values() []string

BatchGetAssetPropertyAggregatesErrorCode_Values returns all elements of the BatchGetAssetPropertyAggregatesErrorCode enum

func BatchGetAssetPropertyValueErrorCode_Values

func BatchGetAssetPropertyValueErrorCode_Values() []string

BatchGetAssetPropertyValueErrorCode_Values returns all elements of the BatchGetAssetPropertyValueErrorCode enum

func BatchGetAssetPropertyValueHistoryErrorCode_Values

func BatchGetAssetPropertyValueHistoryErrorCode_Values() []string

BatchGetAssetPropertyValueHistoryErrorCode_Values returns all elements of the BatchGetAssetPropertyValueHistoryErrorCode enum

func BatchPutAssetPropertyValueErrorCode_Values

func BatchPutAssetPropertyValueErrorCode_Values() []string

BatchPutAssetPropertyValueErrorCode_Values returns all elements of the BatchPutAssetPropertyValueErrorCode enum

func CapabilitySyncStatus_Values

func CapabilitySyncStatus_Values() []string

CapabilitySyncStatus_Values returns all elements of the CapabilitySyncStatus enum

func ColumnName_Values

func ColumnName_Values() []string

ColumnName_Values returns all elements of the ColumnName enum

func ComputeLocation_Values

func ComputeLocation_Values() []string

ComputeLocation_Values returns all elements of the ComputeLocation enum

func ConfigurationState_Values

func ConfigurationState_Values() []string

ConfigurationState_Values returns all elements of the ConfigurationState enum

func DetailedErrorCode_Values

func DetailedErrorCode_Values() []string

DetailedErrorCode_Values returns all elements of the DetailedErrorCode enum

func DisassociatedDataStorageState_Values

func DisassociatedDataStorageState_Values() []string

DisassociatedDataStorageState_Values returns all elements of the DisassociatedDataStorageState enum

func EncryptionType_Values

func EncryptionType_Values() []string

EncryptionType_Values returns all elements of the EncryptionType enum

func ErrorCode_Values

func ErrorCode_Values() []string

ErrorCode_Values returns all elements of the ErrorCode enum

func ForwardingConfigState_Values

func ForwardingConfigState_Values() []string

ForwardingConfigState_Values returns all elements of the ForwardingConfigState enum

func IdentityType_Values

func IdentityType_Values() []string

IdentityType_Values returns all elements of the IdentityType enum

func ImageFileType_Values

func ImageFileType_Values() []string

ImageFileType_Values returns all elements of the ImageFileType enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func ListAssetModelPropertiesFilter_Values

func ListAssetModelPropertiesFilter_Values() []string

ListAssetModelPropertiesFilter_Values returns all elements of the ListAssetModelPropertiesFilter enum

func ListAssetPropertiesFilter_Values

func ListAssetPropertiesFilter_Values() []string

ListAssetPropertiesFilter_Values returns all elements of the ListAssetPropertiesFilter enum

func ListAssetsFilter_Values

func ListAssetsFilter_Values() []string

ListAssetsFilter_Values returns all elements of the ListAssetsFilter enum

func ListBulkImportJobsFilter_Values

func ListBulkImportJobsFilter_Values() []string

ListBulkImportJobsFilter_Values returns all elements of the ListBulkImportJobsFilter enum

func ListTimeSeriesType_Values

func ListTimeSeriesType_Values() []string

ListTimeSeriesType_Values returns all elements of the ListTimeSeriesType enum

func LoggingLevel_Values

func LoggingLevel_Values() []string

LoggingLevel_Values returns all elements of the LoggingLevel enum

func MonitorErrorCode_Values

func MonitorErrorCode_Values() []string

MonitorErrorCode_Values returns all elements of the MonitorErrorCode enum

func Permission_Values

func Permission_Values() []string

Permission_Values returns all elements of the Permission enum

func PortalState_Values

func PortalState_Values() []string

PortalState_Values returns all elements of the PortalState enum

func PropertyDataType_Values

func PropertyDataType_Values() []string

PropertyDataType_Values returns all elements of the PropertyDataType enum

func PropertyNotificationState_Values

func PropertyNotificationState_Values() []string

PropertyNotificationState_Values returns all elements of the PropertyNotificationState enum

func Quality_Values

func Quality_Values() []string

Quality_Values returns all elements of the Quality enum

func ResourceType_Values

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ScalarType_Values

func ScalarType_Values() []string

ScalarType_Values returns all elements of the ScalarType enum

func StorageType_Values

func StorageType_Values() []string

StorageType_Values returns all elements of the StorageType enum

func TargetResourceType_Values

func TargetResourceType_Values() []string

TargetResourceType_Values returns all elements of the TargetResourceType enum

func TimeOrdering_Values

func TimeOrdering_Values() []string

TimeOrdering_Values returns all elements of the TimeOrdering enum

func TraversalDirection_Values

func TraversalDirection_Values() []string

TraversalDirection_Values returns all elements of the TraversalDirection enum

func TraversalType_Values

func TraversalType_Values() []string

TraversalType_Values returns all elements of the TraversalType enum

func WarmTierState_Values

func WarmTierState_Values() []string

WarmTierState_Values returns all elements of the WarmTierState enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Access is denied.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) 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 (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) 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 AccessPolicySummary

type AccessPolicySummary struct {

    // The date the access policy was created, in Unix epoch time.
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp"`

    // The ID of the access policy.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The identity (an IAM Identity Center user, an IAM Identity Center group,
    // or an IAM user).
    //
    // Identity is a required field
    Identity *Identity `locationName:"identity" type:"structure" required:"true"`

    // The date the access policy was last updated, in Unix epoch time.
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp"`

    // The permissions for the access policy. Note that a project ADMINISTRATOR
    // is also known as a project owner.
    //
    // Permission is a required field
    Permission *string `locationName:"permission" type:"string" required:"true" enum:"Permission"`

    // The IoT SiteWise Monitor resource (a portal or project).
    //
    // Resource is a required field
    Resource *Resource `locationName:"resource" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains an access policy that defines an identity's access to an IoT SiteWise Monitor resource.

func (AccessPolicySummary) GoString

func (s AccessPolicySummary) 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 (*AccessPolicySummary) SetCreationDate

func (s *AccessPolicySummary) SetCreationDate(v time.Time) *AccessPolicySummary

SetCreationDate sets the CreationDate field's value.

func (*AccessPolicySummary) SetId

func (s *AccessPolicySummary) SetId(v string) *AccessPolicySummary

SetId sets the Id field's value.

func (*AccessPolicySummary) SetIdentity

func (s *AccessPolicySummary) SetIdentity(v *Identity) *AccessPolicySummary

SetIdentity sets the Identity field's value.

func (*AccessPolicySummary) SetLastUpdateDate

func (s *AccessPolicySummary) SetLastUpdateDate(v time.Time) *AccessPolicySummary

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*AccessPolicySummary) SetPermission

func (s *AccessPolicySummary) SetPermission(v string) *AccessPolicySummary

SetPermission sets the Permission field's value.

func (*AccessPolicySummary) SetResource

func (s *AccessPolicySummary) SetResource(v *Resource) *AccessPolicySummary

SetResource sets the Resource field's value.

func (AccessPolicySummary) String

func (s AccessPolicySummary) 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 ActionDefinition

type ActionDefinition struct {

    // The ID of the action definition.
    //
    // ActionDefinitionId is a required field
    ActionDefinitionId *string `locationName:"actionDefinitionId" min:"36" type:"string" required:"true"`

    // The name of the action definition.
    //
    // ActionName is a required field
    ActionName *string `locationName:"actionName" min:"1" type:"string" required:"true"`

    // The type of the action definition.
    //
    // ActionType is a required field
    ActionType *string `locationName:"actionType" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a definition for an action.

func (ActionDefinition) GoString

func (s ActionDefinition) 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 (*ActionDefinition) SetActionDefinitionId

func (s *ActionDefinition) SetActionDefinitionId(v string) *ActionDefinition

SetActionDefinitionId sets the ActionDefinitionId field's value.

func (*ActionDefinition) SetActionName

func (s *ActionDefinition) SetActionName(v string) *ActionDefinition

SetActionName sets the ActionName field's value.

func (*ActionDefinition) SetActionType

func (s *ActionDefinition) SetActionType(v string) *ActionDefinition

SetActionType sets the ActionType field's value.

func (ActionDefinition) String

func (s ActionDefinition) 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 ActionPayload

type ActionPayload struct {

    // The payload of the action in a JSON string.
    //
    // StringValue is a required field
    StringValue *string `locationName:"stringValue" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The JSON payload of the action.

func (ActionPayload) GoString

func (s ActionPayload) 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 (*ActionPayload) SetStringValue

func (s *ActionPayload) SetStringValue(v string) *ActionPayload

SetStringValue sets the StringValue field's value.

func (ActionPayload) String

func (s ActionPayload) 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 (*ActionPayload) Validate

func (s *ActionPayload) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ActionSummary

type ActionSummary struct {

    // The ID of the action definition.
    ActionDefinitionId *string `locationName:"actionDefinitionId" min:"36" type:"string"`

    // The ID of the action.
    ActionId *string `locationName:"actionId" min:"36" type:"string"`

    // The resource the action will be taken on.
    TargetResource *TargetResource `locationName:"targetResource" type:"structure"`
    // contains filtered or unexported fields
}

Contains the summary of the actions.

func (ActionSummary) GoString

func (s ActionSummary) 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 (*ActionSummary) SetActionDefinitionId

func (s *ActionSummary) SetActionDefinitionId(v string) *ActionSummary

SetActionDefinitionId sets the ActionDefinitionId field's value.

func (*ActionSummary) SetActionId

func (s *ActionSummary) SetActionId(v string) *ActionSummary

SetActionId sets the ActionId field's value.

func (*ActionSummary) SetTargetResource

func (s *ActionSummary) SetTargetResource(v *TargetResource) *ActionSummary

SetTargetResource sets the TargetResource field's value.

func (ActionSummary) String

func (s ActionSummary) 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 AggregatedValue

type AggregatedValue struct {

    // The quality of the aggregated data.
    Quality *string `locationName:"quality" type:"string" enum:"Quality"`

    // The date the aggregating computations occurred, in Unix epoch time.
    //
    // Timestamp is a required field
    Timestamp *time.Time `locationName:"timestamp" type:"timestamp" required:"true"`

    // The value of the aggregates.
    //
    // Value is a required field
    Value *Aggregates `locationName:"value" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains aggregated asset property values (for example, average, minimum, and maximum).

func (AggregatedValue) GoString

func (s AggregatedValue) 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 (*AggregatedValue) SetQuality

func (s *AggregatedValue) SetQuality(v string) *AggregatedValue

SetQuality sets the Quality field's value.

func (*AggregatedValue) SetTimestamp

func (s *AggregatedValue) SetTimestamp(v time.Time) *AggregatedValue

SetTimestamp sets the Timestamp field's value.

func (*AggregatedValue) SetValue

func (s *AggregatedValue) SetValue(v *Aggregates) *AggregatedValue

SetValue sets the Value field's value.

func (AggregatedValue) String

func (s AggregatedValue) 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 Aggregates

type Aggregates struct {

    // The average (mean) value of the time series over a time interval window.
    Average *float64 `locationName:"average" type:"double"`

    // The count of data points in the time series over a time interval window.
    Count *float64 `locationName:"count" type:"double"`

    // The maximum value of the time series over a time interval window.
    Maximum *float64 `locationName:"maximum" type:"double"`

    // The minimum value of the time series over a time interval window.
    Minimum *float64 `locationName:"minimum" type:"double"`

    // The standard deviation of the time series over a time interval window.
    StandardDeviation *float64 `locationName:"standardDeviation" type:"double"`

    // The sum of the time series over a time interval window.
    Sum *float64 `locationName:"sum" type:"double"`
    // contains filtered or unexported fields
}

Contains the (pre-calculated) aggregate values for an asset property.

func (Aggregates) GoString

func (s Aggregates) 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 (*Aggregates) SetAverage

func (s *Aggregates) SetAverage(v float64) *Aggregates

SetAverage sets the Average field's value.

func (*Aggregates) SetCount

func (s *Aggregates) SetCount(v float64) *Aggregates

SetCount sets the Count field's value.

func (*Aggregates) SetMaximum

func (s *Aggregates) SetMaximum(v float64) *Aggregates

SetMaximum sets the Maximum field's value.

func (*Aggregates) SetMinimum

func (s *Aggregates) SetMinimum(v float64) *Aggregates

SetMinimum sets the Minimum field's value.

func (*Aggregates) SetStandardDeviation

func (s *Aggregates) SetStandardDeviation(v float64) *Aggregates

SetStandardDeviation sets the StandardDeviation field's value.

func (*Aggregates) SetSum

func (s *Aggregates) SetSum(v float64) *Aggregates

SetSum sets the Sum field's value.

func (Aggregates) String

func (s Aggregates) 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 Alarms

type Alarms struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the IAM role that allows the alarm to perform actions and access Amazon
    // Web Services resources and services, such as IoT Events.
    //
    // AlarmRoleArn is a required field
    AlarmRoleArn *string `locationName:"alarmRoleArn" min:"1" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the Lambda function that manages alarm notifications. For more information,
    // see Managing alarm notifications (https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html)
    // in the IoT Events Developer Guide.
    NotificationLambdaArn *string `locationName:"notificationLambdaArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms (https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html) in the IoT SiteWise Application Guide.

func (Alarms) GoString

func (s Alarms) 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 (*Alarms) SetAlarmRoleArn

func (s *Alarms) SetAlarmRoleArn(v string) *Alarms

SetAlarmRoleArn sets the AlarmRoleArn field's value.

func (*Alarms) SetNotificationLambdaArn

func (s *Alarms) SetNotificationLambdaArn(v string) *Alarms

SetNotificationLambdaArn sets the NotificationLambdaArn field's value.

func (Alarms) String

func (s Alarms) 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 (*Alarms) Validate

func (s *Alarms) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetCompositeModel

type AssetCompositeModel struct {

    // The description of the composite model.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The external ID of the asset composite model. For more information, see Using
    // external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset composite model.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the composite model.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The asset properties that this composite model defines.
    //
    // Properties is a required field
    Properties []*AssetProperty `locationName:"properties" type:"list" required:"true"`

    // The type of the composite model. For alarm composite models, this type is
    // AWS/ALARM.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model.

func (AssetCompositeModel) GoString

func (s AssetCompositeModel) 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 (*AssetCompositeModel) SetDescription

func (s *AssetCompositeModel) SetDescription(v string) *AssetCompositeModel

SetDescription sets the Description field's value.

func (*AssetCompositeModel) SetExternalId

func (s *AssetCompositeModel) SetExternalId(v string) *AssetCompositeModel

SetExternalId sets the ExternalId field's value.

func (*AssetCompositeModel) SetId

func (s *AssetCompositeModel) SetId(v string) *AssetCompositeModel

SetId sets the Id field's value.

func (*AssetCompositeModel) SetName

func (s *AssetCompositeModel) SetName(v string) *AssetCompositeModel

SetName sets the Name field's value.

func (*AssetCompositeModel) SetProperties

func (s *AssetCompositeModel) SetProperties(v []*AssetProperty) *AssetCompositeModel

SetProperties sets the Properties field's value.

func (*AssetCompositeModel) SetType

func (s *AssetCompositeModel) SetType(v string) *AssetCompositeModel

SetType sets the Type field's value.

func (AssetCompositeModel) String

func (s AssetCompositeModel) 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 AssetCompositeModelPathSegment

type AssetCompositeModelPathSegment struct {

    // The ID of the path segment.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the path segment.
    Name *string `locationName:"name" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Represents one level between a composite model and the root of the asset.

func (AssetCompositeModelPathSegment) GoString

func (s AssetCompositeModelPathSegment) 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 (*AssetCompositeModelPathSegment) SetId

func (s *AssetCompositeModelPathSegment) SetId(v string) *AssetCompositeModelPathSegment

SetId sets the Id field's value.

func (*AssetCompositeModelPathSegment) SetName

func (s *AssetCompositeModelPathSegment) SetName(v string) *AssetCompositeModelPathSegment

SetName sets the Name field's value.

func (AssetCompositeModelPathSegment) String

func (s AssetCompositeModelPathSegment) 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 AssetCompositeModelSummary

type AssetCompositeModelSummary struct {

    // A description of the composite model that this summary describes.
    //
    // Description is a required field
    Description *string `locationName:"description" min:"1" type:"string" required:"true"`

    // An external ID to assign to the asset model.
    //
    // If the composite model is a derived composite model, or one nested inside
    // a component model, you can only set the external ID using UpdateAssetModelCompositeModel
    // and specifying the derived ID of the model or property from the created model
    // it's a part of.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the composite model that this summary describes.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The name of the composite model that this summary describes.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The path that includes all the components of the asset model for the asset.
    //
    // Path is a required field
    Path []*AssetCompositeModelPathSegment `locationName:"path" type:"list" required:"true"`

    // The type of asset model.
    //
    //    * ASSET_MODEL – (default) An asset model that you can use to create
    //    assets. Can't be included as a component in another asset model.
    //
    //    * COMPONENT_MODEL – A reusable component that you can include in the
    //    composite models of other asset models. You can't create assets directly
    //    from this type of asset model.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of the composite model for a specific asset.

func (AssetCompositeModelSummary) GoString

func (s AssetCompositeModelSummary) 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 (*AssetCompositeModelSummary) SetDescription

func (s *AssetCompositeModelSummary) SetDescription(v string) *AssetCompositeModelSummary

SetDescription sets the Description field's value.

func (*AssetCompositeModelSummary) SetExternalId

func (s *AssetCompositeModelSummary) SetExternalId(v string) *AssetCompositeModelSummary

SetExternalId sets the ExternalId field's value.

func (*AssetCompositeModelSummary) SetId

func (s *AssetCompositeModelSummary) SetId(v string) *AssetCompositeModelSummary

SetId sets the Id field's value.

func (*AssetCompositeModelSummary) SetName

func (s *AssetCompositeModelSummary) SetName(v string) *AssetCompositeModelSummary

SetName sets the Name field's value.

func (*AssetCompositeModelSummary) SetPath

func (s *AssetCompositeModelSummary) SetPath(v []*AssetCompositeModelPathSegment) *AssetCompositeModelSummary

SetPath sets the Path field's value.

func (*AssetCompositeModelSummary) SetType

func (s *AssetCompositeModelSummary) SetType(v string) *AssetCompositeModelSummary

SetType sets the Type field's value.

func (AssetCompositeModelSummary) String

func (s AssetCompositeModelSummary) 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 AssetErrorDetails

type AssetErrorDetails struct {

    // The ID of the asset, in UUID format.
    //
    // AssetId is a required field
    AssetId *string `locationName:"assetId" min:"36" type:"string" required:"true"`

    // The error code.
    //
    // Code is a required field
    Code *string `locationName:"code" type:"string" required:"true" enum:"AssetErrorCode"`

    // The error message.
    //
    // Message is a required field
    Message *string `locationName:"message" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains error details for the requested associate project asset action.

func (AssetErrorDetails) GoString

func (s AssetErrorDetails) 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 (*AssetErrorDetails) SetAssetId

func (s *AssetErrorDetails) SetAssetId(v string) *AssetErrorDetails

SetAssetId sets the AssetId field's value.

func (*AssetErrorDetails) SetCode

func (s *AssetErrorDetails) SetCode(v string) *AssetErrorDetails

SetCode sets the Code field's value.

func (*AssetErrorDetails) SetMessage

func (s *AssetErrorDetails) SetMessage(v string) *AssetErrorDetails

SetMessage sets the Message field's value.

func (AssetErrorDetails) String

func (s AssetErrorDetails) 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 AssetHierarchy

type AssetHierarchy struct {

    // The external ID of the hierarchy, if it has one. When you update an asset
    // hierarchy, you may assign an external ID if it doesn't already have one.
    // You can't change the external ID of an asset hierarchy that already has one.
    // For more information, see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the hierarchy. This ID is a hierarchyId.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The hierarchy name provided in the CreateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html)
    // or UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    // API operation.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes an asset hierarchy that contains a hierarchy's name and ID.

func (AssetHierarchy) GoString

func (s AssetHierarchy) 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 (*AssetHierarchy) SetExternalId

func (s *AssetHierarchy) SetExternalId(v string) *AssetHierarchy

SetExternalId sets the ExternalId field's value.

func (*AssetHierarchy) SetId

func (s *AssetHierarchy) SetId(v string) *AssetHierarchy

SetId sets the Id field's value.

func (*AssetHierarchy) SetName

func (s *AssetHierarchy) SetName(v string) *AssetHierarchy

SetName sets the Name field's value.

func (AssetHierarchy) String

func (s AssetHierarchy) 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 AssetHierarchyInfo

type AssetHierarchyInfo struct {

    // The ID of the child asset in this asset relationship.
    ChildAssetId *string `locationName:"childAssetId" min:"36" type:"string"`

    // The ID of the parent asset in this asset relationship.
    ParentAssetId *string `locationName:"parentAssetId" min:"36" type:"string"`
    // contains filtered or unexported fields
}

Contains information about a parent asset and a child asset that are related through an asset hierarchy.

func (AssetHierarchyInfo) GoString

func (s AssetHierarchyInfo) 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 (*AssetHierarchyInfo) SetChildAssetId

func (s *AssetHierarchyInfo) SetChildAssetId(v string) *AssetHierarchyInfo

SetChildAssetId sets the ChildAssetId field's value.

func (*AssetHierarchyInfo) SetParentAssetId

func (s *AssetHierarchyInfo) SetParentAssetId(v string) *AssetHierarchyInfo

SetParentAssetId sets the ParentAssetId field's value.

func (AssetHierarchyInfo) String

func (s AssetHierarchyInfo) 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 AssetModelCompositeModel

type AssetModelCompositeModel struct {

    // The description of the composite model.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The external ID of the asset model composite model. For more information,
    // see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset model composite model.
    Id *string `locationName:"id" min:"13" type:"string"`

    // The name of the composite model.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The asset property definitions for this composite model.
    Properties []*AssetModelProperty `locationName:"properties" type:"list"`

    // The type of the composite model. For alarm composite models, this type is
    // AWS/ALARM.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.

func (AssetModelCompositeModel) GoString

func (s AssetModelCompositeModel) 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 (*AssetModelCompositeModel) SetDescription

func (s *AssetModelCompositeModel) SetDescription(v string) *AssetModelCompositeModel

SetDescription sets the Description field's value.

func (*AssetModelCompositeModel) SetExternalId

func (s *AssetModelCompositeModel) SetExternalId(v string) *AssetModelCompositeModel

SetExternalId sets the ExternalId field's value.

func (*AssetModelCompositeModel) SetId

func (s *AssetModelCompositeModel) SetId(v string) *AssetModelCompositeModel

SetId sets the Id field's value.

func (*AssetModelCompositeModel) SetName

func (s *AssetModelCompositeModel) SetName(v string) *AssetModelCompositeModel

SetName sets the Name field's value.

func (*AssetModelCompositeModel) SetProperties

func (s *AssetModelCompositeModel) SetProperties(v []*AssetModelProperty) *AssetModelCompositeModel

SetProperties sets the Properties field's value.

func (*AssetModelCompositeModel) SetType

func (s *AssetModelCompositeModel) SetType(v string) *AssetModelCompositeModel

SetType sets the Type field's value.

func (AssetModelCompositeModel) String

func (s AssetModelCompositeModel) 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 (*AssetModelCompositeModel) Validate

func (s *AssetModelCompositeModel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelCompositeModelDefinition

type AssetModelCompositeModelDefinition struct {

    // The description of the composite model.
    Description *string `locationName:"description" min:"1" type:"string"`

    // An external ID to assign to the composite model. The external ID must be
    // unique among composite models within this asset model. For more information,
    // see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID to assign to the composite model, if desired. IoT SiteWise automatically
    // generates a unique ID for you, so this parameter is never required. However,
    // if you prefer to supply your own ID instead, you can specify it here in UUID
    // format. If you specify your own ID, it must be globally unique.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the composite model.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The asset property definitions for this composite model.
    Properties []*AssetModelPropertyDefinition `locationName:"properties" type:"list"`

    // The type of the composite model. For alarm composite models, this type is
    // AWS/ALARM.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a composite model definition in an asset model. This composite model definition is applied to all assets created from the asset model.

func (AssetModelCompositeModelDefinition) GoString

func (s AssetModelCompositeModelDefinition) 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 (*AssetModelCompositeModelDefinition) SetDescription

func (s *AssetModelCompositeModelDefinition) SetDescription(v string) *AssetModelCompositeModelDefinition

SetDescription sets the Description field's value.

func (*AssetModelCompositeModelDefinition) SetExternalId

func (s *AssetModelCompositeModelDefinition) SetExternalId(v string) *AssetModelCompositeModelDefinition

SetExternalId sets the ExternalId field's value.

func (*AssetModelCompositeModelDefinition) SetId

func (s *AssetModelCompositeModelDefinition) SetId(v string) *AssetModelCompositeModelDefinition

SetId sets the Id field's value.

func (*AssetModelCompositeModelDefinition) SetName

func (s *AssetModelCompositeModelDefinition) SetName(v string) *AssetModelCompositeModelDefinition

SetName sets the Name field's value.

func (*AssetModelCompositeModelDefinition) SetProperties

func (s *AssetModelCompositeModelDefinition) SetProperties(v []*AssetModelPropertyDefinition) *AssetModelCompositeModelDefinition

SetProperties sets the Properties field's value.

func (*AssetModelCompositeModelDefinition) SetType

func (s *AssetModelCompositeModelDefinition) SetType(v string) *AssetModelCompositeModelDefinition

SetType sets the Type field's value.

func (AssetModelCompositeModelDefinition) String

func (s AssetModelCompositeModelDefinition) 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 (*AssetModelCompositeModelDefinition) Validate

func (s *AssetModelCompositeModelDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelCompositeModelPathSegment

type AssetModelCompositeModelPathSegment struct {

    // The ID of the path segment.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the path segment.
    Name *string `locationName:"name" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Represents one level between a composite model and the root of the asset model.

func (AssetModelCompositeModelPathSegment) GoString

func (s AssetModelCompositeModelPathSegment) 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 (*AssetModelCompositeModelPathSegment) SetId

func (s *AssetModelCompositeModelPathSegment) SetId(v string) *AssetModelCompositeModelPathSegment

SetId sets the Id field's value.

func (*AssetModelCompositeModelPathSegment) SetName

func (s *AssetModelCompositeModelPathSegment) SetName(v string) *AssetModelCompositeModelPathSegment

SetName sets the Name field's value.

func (AssetModelCompositeModelPathSegment) String

func (s AssetModelCompositeModelPathSegment) 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 AssetModelCompositeModelSummary

type AssetModelCompositeModelSummary struct {

    // The description of the the composite model that this summary describes..
    Description *string `locationName:"description" min:"1" type:"string"`

    // The external ID of a composite model on this asset model. For more information,
    // see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the the composite model that this summary describes..
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The name of the the composite model that this summary describes..
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The path that includes all the pieces that make up the composite model.
    Path []*AssetModelCompositeModelPathSegment `locationName:"path" type:"list"`

    // The type of asset model.
    //
    //    * ASSET_MODEL – (default) An asset model that you can use to create
    //    assets. Can't be included as a component in another asset model.
    //
    //    * COMPONENT_MODEL – A reusable component that you can include in the
    //    composite models of other asset models. You can't create assets directly
    //    from this type of asset model.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of the composite model.

func (AssetModelCompositeModelSummary) GoString

func (s AssetModelCompositeModelSummary) 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 (*AssetModelCompositeModelSummary) SetDescription

func (s *AssetModelCompositeModelSummary) SetDescription(v string) *AssetModelCompositeModelSummary

SetDescription sets the Description field's value.

func (*AssetModelCompositeModelSummary) SetExternalId

func (s *AssetModelCompositeModelSummary) SetExternalId(v string) *AssetModelCompositeModelSummary

SetExternalId sets the ExternalId field's value.

func (*AssetModelCompositeModelSummary) SetId

func (s *AssetModelCompositeModelSummary) SetId(v string) *AssetModelCompositeModelSummary

SetId sets the Id field's value.

func (*AssetModelCompositeModelSummary) SetName

func (s *AssetModelCompositeModelSummary) SetName(v string) *AssetModelCompositeModelSummary

SetName sets the Name field's value.

func (*AssetModelCompositeModelSummary) SetPath

func (s *AssetModelCompositeModelSummary) SetPath(v []*AssetModelCompositeModelPathSegment) *AssetModelCompositeModelSummary

SetPath sets the Path field's value.

func (*AssetModelCompositeModelSummary) SetType

func (s *AssetModelCompositeModelSummary) SetType(v string) *AssetModelCompositeModelSummary

SetType sets the Type field's value.

func (AssetModelCompositeModelSummary) String

func (s AssetModelCompositeModelSummary) 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 AssetModelHierarchy

type AssetModelHierarchy struct {

    // The ID of the asset model, in UUID format. All assets in this hierarchy must
    // be instances of the childAssetModelId asset model. IoT SiteWise will always
    // return the actual asset model ID for this value. However, when you are specifying
    // this value as part of a call to UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html),
    // you may provide either the asset model ID or else externalId: followed by
    // the asset model's external ID. For more information, see Using external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    //
    // ChildAssetModelId is a required field
    ChildAssetModelId *string `locationName:"childAssetModelId" min:"13" type:"string" required:"true"`

    // The external ID (if any) provided in the CreateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html)
    // or UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    // operation. You can assign an external ID by specifying this value as part
    // of a call to UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html).
    // However, you can't change the external ID if one is already assigned. For
    // more information, see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset model hierarchy. This ID is a hierarchyId.
    //
    //    * If you are callling UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    //    to create a new hierarchy: You can specify its ID here, if desired. IoT
    //    SiteWise automatically generates a unique ID for you, so this parameter
    //    is never required. However, if you prefer to supply your own ID instead,
    //    you can specify it here in UUID format. If you specify your own ID, it
    //    must be globally unique.
    //
    //    * If you are calling UpdateAssetModel to modify an existing hierarchy:
    //    This can be either the actual ID in UUID format, or else externalId: followed
    //    by the external ID, if it has one. For more information, see Referencing
    //    objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    //    in the IoT SiteWise User Guide.
    Id *string `locationName:"id" min:"13" type:"string"`

    // The name of the asset model hierarchy that you specify by using the CreateAssetModel
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html)
    // or UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    // API operation.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes an asset hierarchy that contains a hierarchy's name, ID, and child asset model ID that specifies the type of asset that can be in this hierarchy.

func (AssetModelHierarchy) GoString

func (s AssetModelHierarchy) 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 (*AssetModelHierarchy) SetChildAssetModelId

func (s *AssetModelHierarchy) SetChildAssetModelId(v string) *AssetModelHierarchy

SetChildAssetModelId sets the ChildAssetModelId field's value.

func (*AssetModelHierarchy) SetExternalId

func (s *AssetModelHierarchy) SetExternalId(v string) *AssetModelHierarchy

SetExternalId sets the ExternalId field's value.

func (*AssetModelHierarchy) SetId

func (s *AssetModelHierarchy) SetId(v string) *AssetModelHierarchy

SetId sets the Id field's value.

func (*AssetModelHierarchy) SetName

func (s *AssetModelHierarchy) SetName(v string) *AssetModelHierarchy

SetName sets the Name field's value.

func (AssetModelHierarchy) String

func (s AssetModelHierarchy) 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 (*AssetModelHierarchy) Validate

func (s *AssetModelHierarchy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelHierarchyDefinition

type AssetModelHierarchyDefinition struct {

    // The ID of an asset model for this hierarchy. This can be either the actual
    // ID in UUID format, or else externalId: followed by the external ID, if it
    // has one. For more information, see Referencing objects with external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // ChildAssetModelId is a required field
    ChildAssetModelId *string `locationName:"childAssetModelId" min:"13" type:"string" required:"true"`

    // An external ID to assign to the asset model hierarchy. The external ID must
    // be unique among asset model hierarchies within this asset model. For more
    // information, see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID to assign to the asset model hierarchy, if desired. IoT SiteWise automatically
    // generates a unique ID for you, so this parameter is never required. However,
    // if you prefer to supply your own ID instead, you can specify it here in UUID
    // format. If you specify your own ID, it must be globally unique.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the asset model hierarchy definition (as specified in the CreateAssetModel
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html)
    // or UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    // API operation).
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains an asset model hierarchy used in asset model creation. An asset model hierarchy determines the kind (or type) of asset that can belong to a hierarchy.

func (AssetModelHierarchyDefinition) GoString

func (s AssetModelHierarchyDefinition) 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 (*AssetModelHierarchyDefinition) SetChildAssetModelId

func (s *AssetModelHierarchyDefinition) SetChildAssetModelId(v string) *AssetModelHierarchyDefinition

SetChildAssetModelId sets the ChildAssetModelId field's value.

func (*AssetModelHierarchyDefinition) SetExternalId

func (s *AssetModelHierarchyDefinition) SetExternalId(v string) *AssetModelHierarchyDefinition

SetExternalId sets the ExternalId field's value.

func (*AssetModelHierarchyDefinition) SetId

func (s *AssetModelHierarchyDefinition) SetId(v string) *AssetModelHierarchyDefinition

SetId sets the Id field's value.

func (*AssetModelHierarchyDefinition) SetName

func (s *AssetModelHierarchyDefinition) SetName(v string) *AssetModelHierarchyDefinition

SetName sets the Name field's value.

func (AssetModelHierarchyDefinition) String

func (s AssetModelHierarchyDefinition) 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 (*AssetModelHierarchyDefinition) Validate

func (s *AssetModelHierarchyDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelProperty

type AssetModelProperty struct {

    // The data type of the asset model property.
    //
    // DataType is a required field
    DataType *string `locationName:"dataType" type:"string" required:"true" enum:"PropertyDataType"`

    // The data type of the structure for this property. This parameter exists on
    // properties that have the STRUCT data type.
    DataTypeSpec *string `locationName:"dataTypeSpec" min:"1" type:"string"`

    // The external ID (if any) provided in the CreateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html)
    // or UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    // operation. You can assign an external ID by specifying this value as part
    // of a call to UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html).
    // However, you can't change the external ID if one is already assigned. For
    // more information, see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset model property.
    //
    //    * If you are callling UpdateAssetModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html)
    //    to create a new property: You can specify its ID here, if desired. IoT
    //    SiteWise automatically generates a unique ID for you, so this parameter
    //    is never required. However, if you prefer to supply your own ID instead,
    //    you can specify it here in UUID format. If you specify your own ID, it
    //    must be globally unique.
    //
    //    * If you are calling UpdateAssetModel to modify an existing property:
    //    This can be either the actual ID in UUID format, or else externalId: followed
    //    by the external ID, if it has one. For more information, see Referencing
    //    objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    //    in the IoT SiteWise User Guide.
    Id *string `locationName:"id" min:"13" type:"string"`

    // The name of the asset model property.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The structured path to the property from the root of the asset model.
    Path []*AssetModelPropertyPathSegment `locationName:"path" type:"list"`

    // The property type (see PropertyType).
    //
    // Type is a required field
    Type *PropertyType `locationName:"type" type:"structure" required:"true"`

    // The unit of the asset model property, such as Newtons or RPM.
    Unit *string `locationName:"unit" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains information about an asset model property.

func (AssetModelProperty) GoString

func (s AssetModelProperty) 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 (*AssetModelProperty) SetDataType

func (s *AssetModelProperty) SetDataType(v string) *AssetModelProperty

SetDataType sets the DataType field's value.

func (*AssetModelProperty) SetDataTypeSpec

func (s *AssetModelProperty) SetDataTypeSpec(v string) *AssetModelProperty

SetDataTypeSpec sets the DataTypeSpec field's value.

func (*AssetModelProperty) SetExternalId

func (s *AssetModelProperty) SetExternalId(v string) *AssetModelProperty

SetExternalId sets the ExternalId field's value.

func (*AssetModelProperty) SetId

func (s *AssetModelProperty) SetId(v string) *AssetModelProperty

SetId sets the Id field's value.

func (*AssetModelProperty) SetName

func (s *AssetModelProperty) SetName(v string) *AssetModelProperty

SetName sets the Name field's value.

func (*AssetModelProperty) SetPath

func (s *AssetModelProperty) SetPath(v []*AssetModelPropertyPathSegment) *AssetModelProperty

SetPath sets the Path field's value.

func (*AssetModelProperty) SetType

func (s *AssetModelProperty) SetType(v *PropertyType) *AssetModelProperty

SetType sets the Type field's value.

func (*AssetModelProperty) SetUnit

func (s *AssetModelProperty) SetUnit(v string) *AssetModelProperty

SetUnit sets the Unit field's value.

func (AssetModelProperty) String

func (s AssetModelProperty) 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 (*AssetModelProperty) Validate

func (s *AssetModelProperty) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelPropertyDefinition

type AssetModelPropertyDefinition struct {

    // The data type of the property definition.
    //
    // If you specify STRUCT, you must also specify dataTypeSpec to identify the
    // type of the structure for this property.
    //
    // DataType is a required field
    DataType *string `locationName:"dataType" type:"string" required:"true" enum:"PropertyDataType"`

    // The data type of the structure for this property. This parameter is required
    // on properties that have the STRUCT data type.
    //
    // The options for this parameter depend on the type of the composite model
    // in which you define this property. Use AWS/ALARM_STATE for alarm state in
    // alarm composite models.
    DataTypeSpec *string `locationName:"dataTypeSpec" min:"1" type:"string"`

    // An external ID to assign to the property definition. The external ID must
    // be unique among property definitions within this asset model. For more information,
    // see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID to assign to the asset model property, if desired. IoT SiteWise automatically
    // generates a unique ID for you, so this parameter is never required. However,
    // if you prefer to supply your own ID instead, you can specify it here in UUID
    // format. If you specify your own ID, it must be globally unique.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the property definition.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The property definition type (see PropertyType). You can only specify one
    // type in a property definition.
    //
    // Type is a required field
    Type *PropertyType `locationName:"type" type:"structure" required:"true"`

    // The unit of the property definition, such as Newtons or RPM.
    Unit *string `locationName:"unit" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains an asset model property definition. This property definition is applied to all assets created from the asset model.

func (AssetModelPropertyDefinition) GoString

func (s AssetModelPropertyDefinition) 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 (*AssetModelPropertyDefinition) SetDataType

func (s *AssetModelPropertyDefinition) SetDataType(v string) *AssetModelPropertyDefinition

SetDataType sets the DataType field's value.

func (*AssetModelPropertyDefinition) SetDataTypeSpec

func (s *AssetModelPropertyDefinition) SetDataTypeSpec(v string) *AssetModelPropertyDefinition

SetDataTypeSpec sets the DataTypeSpec field's value.

func (*AssetModelPropertyDefinition) SetExternalId

func (s *AssetModelPropertyDefinition) SetExternalId(v string) *AssetModelPropertyDefinition

SetExternalId sets the ExternalId field's value.

func (*AssetModelPropertyDefinition) SetId

func (s *AssetModelPropertyDefinition) SetId(v string) *AssetModelPropertyDefinition

SetId sets the Id field's value.

func (*AssetModelPropertyDefinition) SetName

func (s *AssetModelPropertyDefinition) SetName(v string) *AssetModelPropertyDefinition

SetName sets the Name field's value.

func (*AssetModelPropertyDefinition) SetType

func (s *AssetModelPropertyDefinition) SetType(v *PropertyType) *AssetModelPropertyDefinition

SetType sets the Type field's value.

func (*AssetModelPropertyDefinition) SetUnit

func (s *AssetModelPropertyDefinition) SetUnit(v string) *AssetModelPropertyDefinition

SetUnit sets the Unit field's value.

func (AssetModelPropertyDefinition) String

func (s AssetModelPropertyDefinition) 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 (*AssetModelPropertyDefinition) Validate

func (s *AssetModelPropertyDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelPropertyPathSegment

type AssetModelPropertyPathSegment struct {

    // The ID of the path segment.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the path segment.
    Name *string `locationName:"name" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Represents one level between a property and the root of the asset model.

func (AssetModelPropertyPathSegment) GoString

func (s AssetModelPropertyPathSegment) 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 (*AssetModelPropertyPathSegment) SetId

func (s *AssetModelPropertyPathSegment) SetId(v string) *AssetModelPropertyPathSegment

SetId sets the Id field's value.

func (*AssetModelPropertyPathSegment) SetName

func (s *AssetModelPropertyPathSegment) SetName(v string) *AssetModelPropertyPathSegment

SetName sets the Name field's value.

func (AssetModelPropertyPathSegment) String

func (s AssetModelPropertyPathSegment) 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 (*AssetModelPropertyPathSegment) Validate

func (s *AssetModelPropertyPathSegment) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetModelPropertySummary

type AssetModelPropertySummary struct {

    // The ID of the composite model that contains the asset model property.
    AssetModelCompositeModelId *string `locationName:"assetModelCompositeModelId" min:"36" type:"string"`

    // The data type of the property.
    //
    // DataType is a required field
    DataType *string `locationName:"dataType" type:"string" required:"true" enum:"PropertyDataType"`

    // The data type of the structure for this property. This parameter exists on
    // properties that have the STRUCT data type.
    DataTypeSpec *string `locationName:"dataTypeSpec" min:"1" type:"string"`

    // The external ID of the property. For more information, see Using external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the property.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the property.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The structured path to the property from the root of the asset model.
    Path []*AssetModelPropertyPathSegment `locationName:"path" type:"list"`

    // Contains a property type, which can be one of attribute, measurement, metric,
    // or transform.
    //
    // Type is a required field
    Type *PropertyType `locationName:"type" type:"structure" required:"true"`

    // The unit (such as Newtons or RPM) of the property.
    Unit *string `locationName:"unit" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains a summary of a property associated with a model.

func (AssetModelPropertySummary) GoString

func (s AssetModelPropertySummary) 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 (*AssetModelPropertySummary) SetAssetModelCompositeModelId

func (s *AssetModelPropertySummary) SetAssetModelCompositeModelId(v string) *AssetModelPropertySummary

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*AssetModelPropertySummary) SetDataType

func (s *AssetModelPropertySummary) SetDataType(v string) *AssetModelPropertySummary

SetDataType sets the DataType field's value.

func (*AssetModelPropertySummary) SetDataTypeSpec

func (s *AssetModelPropertySummary) SetDataTypeSpec(v string) *AssetModelPropertySummary

SetDataTypeSpec sets the DataTypeSpec field's value.

func (*AssetModelPropertySummary) SetExternalId

func (s *AssetModelPropertySummary) SetExternalId(v string) *AssetModelPropertySummary

SetExternalId sets the ExternalId field's value.

func (*AssetModelPropertySummary) SetId

func (s *AssetModelPropertySummary) SetId(v string) *AssetModelPropertySummary

SetId sets the Id field's value.

func (*AssetModelPropertySummary) SetName

func (s *AssetModelPropertySummary) SetName(v string) *AssetModelPropertySummary

SetName sets the Name field's value.

func (*AssetModelPropertySummary) SetPath

func (s *AssetModelPropertySummary) SetPath(v []*AssetModelPropertyPathSegment) *AssetModelPropertySummary

SetPath sets the Path field's value.

func (*AssetModelPropertySummary) SetType

func (s *AssetModelPropertySummary) SetType(v *PropertyType) *AssetModelPropertySummary

SetType sets the Type field's value.

func (*AssetModelPropertySummary) SetUnit

func (s *AssetModelPropertySummary) SetUnit(v string) *AssetModelPropertySummary

SetUnit sets the Unit field's value.

func (AssetModelPropertySummary) String

func (s AssetModelPropertySummary) 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 AssetModelStatus

type AssetModelStatus struct {

    // Contains associated error information, if any.
    Error *ErrorDetails `locationName:"error" type:"structure"`

    // The current state of the asset model.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"AssetModelState"`
    // contains filtered or unexported fields
}

Contains current status information for an asset model. For more information, see Asset and model states (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html) in the IoT SiteWise User Guide.

func (AssetModelStatus) GoString

func (s AssetModelStatus) 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 (*AssetModelStatus) SetError

func (s *AssetModelStatus) SetError(v *ErrorDetails) *AssetModelStatus

SetError sets the Error field's value.

func (*AssetModelStatus) SetState

func (s *AssetModelStatus) SetState(v string) *AssetModelStatus

SetState sets the State field's value.

func (AssetModelStatus) String

func (s AssetModelStatus) 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 AssetModelSummary

type AssetModelSummary struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset model, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The type of asset model.
    //
    //    * ASSET_MODEL – (default) An asset model that you can use to create
    //    assets. Can't be included as a component in another asset model.
    //
    //    * COMPONENT_MODEL – A reusable component that you can include in the
    //    composite models of other asset models. You can't create assets directly
    //    from this type of asset model.
    AssetModelType *string `locationName:"assetModelType" type:"string" enum:"AssetModelType"`

    // The date the asset model was created, in Unix epoch time.
    //
    // CreationDate is a required field
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp" required:"true"`

    // The asset model description.
    //
    // Description is a required field
    Description *string `locationName:"description" min:"1" type:"string" required:"true"`

    // The external ID of the asset model. For more information, see Using external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset model (used with IoT SiteWise API operations).
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The date the asset model was last updated, in Unix epoch time.
    //
    // LastUpdateDate is a required field
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp" required:"true"`

    // The name of the asset model.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The current status of the asset model.
    //
    // Status is a required field
    Status *AssetModelStatus `locationName:"status" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of an asset model.

func (AssetModelSummary) GoString

func (s AssetModelSummary) 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 (*AssetModelSummary) SetArn

func (s *AssetModelSummary) SetArn(v string) *AssetModelSummary

SetArn sets the Arn field's value.

func (*AssetModelSummary) SetAssetModelType

func (s *AssetModelSummary) SetAssetModelType(v string) *AssetModelSummary

SetAssetModelType sets the AssetModelType field's value.

func (*AssetModelSummary) SetCreationDate

func (s *AssetModelSummary) SetCreationDate(v time.Time) *AssetModelSummary

SetCreationDate sets the CreationDate field's value.

func (*AssetModelSummary) SetDescription

func (s *AssetModelSummary) SetDescription(v string) *AssetModelSummary

SetDescription sets the Description field's value.

func (*AssetModelSummary) SetExternalId

func (s *AssetModelSummary) SetExternalId(v string) *AssetModelSummary

SetExternalId sets the ExternalId field's value.

func (*AssetModelSummary) SetId

func (s *AssetModelSummary) SetId(v string) *AssetModelSummary

SetId sets the Id field's value.

func (*AssetModelSummary) SetLastUpdateDate

func (s *AssetModelSummary) SetLastUpdateDate(v time.Time) *AssetModelSummary

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*AssetModelSummary) SetName

func (s *AssetModelSummary) SetName(v string) *AssetModelSummary

SetName sets the Name field's value.

func (*AssetModelSummary) SetStatus

func (s *AssetModelSummary) SetStatus(v *AssetModelStatus) *AssetModelSummary

SetStatus sets the Status field's value.

func (AssetModelSummary) String

func (s AssetModelSummary) 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 AssetProperty

type AssetProperty struct {

    // The alias that identifies the property, such as an OPC-UA server data stream
    // path (for example, /company/windfarm/3/turbine/7/temperature). For more information,
    // see Mapping industrial data streams to asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html)
    // in the IoT SiteWise User Guide.
    Alias *string `locationName:"alias" min:"1" type:"string"`

    // The data type of the asset property.
    //
    // DataType is a required field
    DataType *string `locationName:"dataType" type:"string" required:"true" enum:"PropertyDataType"`

    // The data type of the structure for this property. This parameter exists on
    // properties that have the STRUCT data type.
    DataTypeSpec *string `locationName:"dataTypeSpec" min:"1" type:"string"`

    // The external ID of the asset property. For more information, see Using external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the asset property.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The name of the property.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The asset property's notification topic and state. For more information,
    // see UpdateAssetProperty (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html).
    Notification *PropertyNotification `locationName:"notification" type:"structure"`

    // The structured path to the property from the root of the asset.
    Path []*AssetPropertyPathSegment `locationName:"path" type:"list"`

    // The unit (such as Newtons or RPM) of the asset property.
    Unit *string `locationName:"unit" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains asset property information.

func (AssetProperty) GoString

func (s AssetProperty) 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 (*AssetProperty) SetAlias

func (s *AssetProperty) SetAlias(v string) *AssetProperty

SetAlias sets the Alias field's value.

func (*AssetProperty) SetDataType

func (s *AssetProperty) SetDataType(v string) *AssetProperty

SetDataType sets the DataType field's value.

func (*AssetProperty) SetDataTypeSpec

func (s *AssetProperty) SetDataTypeSpec(v string) *AssetProperty

SetDataTypeSpec sets the DataTypeSpec field's value.

func (*AssetProperty) SetExternalId

func (s *AssetProperty) SetExternalId(v string) *AssetProperty

SetExternalId sets the ExternalId field's value.

func (*AssetProperty) SetId

func (s *AssetProperty) SetId(v string) *AssetProperty

SetId sets the Id field's value.

func (*AssetProperty) SetName

func (s *AssetProperty) SetName(v string) *AssetProperty

SetName sets the Name field's value.

func (*AssetProperty) SetNotification

func (s *AssetProperty) SetNotification(v *PropertyNotification) *AssetProperty

SetNotification sets the Notification field's value.

func (*AssetProperty) SetPath

func (s *AssetProperty) SetPath(v []*AssetPropertyPathSegment) *AssetProperty

SetPath sets the Path field's value.

func (*AssetProperty) SetUnit

func (s *AssetProperty) SetUnit(v string) *AssetProperty

SetUnit sets the Unit field's value.

func (AssetProperty) String

func (s AssetProperty) 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 AssetPropertyPathSegment

type AssetPropertyPathSegment struct {

    // The ID of the path segment.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the path segment.
    Name *string `locationName:"name" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Represents one level between a property and the root of the asset.

func (AssetPropertyPathSegment) GoString

func (s AssetPropertyPathSegment) 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 (*AssetPropertyPathSegment) SetId

func (s *AssetPropertyPathSegment) SetId(v string) *AssetPropertyPathSegment

SetId sets the Id field's value.

func (*AssetPropertyPathSegment) SetName

func (s *AssetPropertyPathSegment) SetName(v string) *AssetPropertyPathSegment

SetName sets the Name field's value.

func (AssetPropertyPathSegment) String

func (s AssetPropertyPathSegment) 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 AssetPropertySummary

type AssetPropertySummary struct {

    // The alias that identifies the property, such as an OPC-UA server data stream
    // path (for example, /company/windfarm/3/turbine/7/temperature). For more information,
    // see Mapping industrial data streams to asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html)
    // in the IoT SiteWise User Guide.
    Alias *string `locationName:"alias" min:"1" type:"string"`

    // The ID of the composite model that contains the asset property.
    AssetCompositeModelId *string `locationName:"assetCompositeModelId" min:"36" type:"string"`

    // The external ID of the property. For more information, see Using external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the property.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // Contains asset property value notification information. When the notification
    // state is enabled, IoT SiteWise publishes property value updates to a unique
    // MQTT topic. For more information, see Interacting with other services (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html)
    // in the IoT SiteWise User Guide.
    Notification *PropertyNotification `locationName:"notification" type:"structure"`

    // The structured path to the property from the root of the asset.
    Path []*AssetPropertyPathSegment `locationName:"path" type:"list"`

    // The unit of measure (such as Newtons or RPM) of the asset property.
    Unit *string `locationName:"unit" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains a summary of a property associated with an asset.

func (AssetPropertySummary) GoString

func (s AssetPropertySummary) 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 (*AssetPropertySummary) SetAlias

func (s *AssetPropertySummary) SetAlias(v string) *AssetPropertySummary

SetAlias sets the Alias field's value.

func (*AssetPropertySummary) SetAssetCompositeModelId

func (s *AssetPropertySummary) SetAssetCompositeModelId(v string) *AssetPropertySummary

SetAssetCompositeModelId sets the AssetCompositeModelId field's value.

func (*AssetPropertySummary) SetExternalId

func (s *AssetPropertySummary) SetExternalId(v string) *AssetPropertySummary

SetExternalId sets the ExternalId field's value.

func (*AssetPropertySummary) SetId

func (s *AssetPropertySummary) SetId(v string) *AssetPropertySummary

SetId sets the Id field's value.

func (*AssetPropertySummary) SetNotification

func (s *AssetPropertySummary) SetNotification(v *PropertyNotification) *AssetPropertySummary

SetNotification sets the Notification field's value.

func (*AssetPropertySummary) SetPath

func (s *AssetPropertySummary) SetPath(v []*AssetPropertyPathSegment) *AssetPropertySummary

SetPath sets the Path field's value.

func (*AssetPropertySummary) SetUnit

func (s *AssetPropertySummary) SetUnit(v string) *AssetPropertySummary

SetUnit sets the Unit field's value.

func (AssetPropertySummary) String

func (s AssetPropertySummary) 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 AssetPropertyValue

type AssetPropertyValue struct {

    // The quality of the asset property value.
    Quality *string `locationName:"quality" type:"string" enum:"Quality"`

    // The timestamp of the asset property value.
    //
    // Timestamp is a required field
    Timestamp *TimeInNanos `locationName:"timestamp" type:"structure" required:"true"`

    // The value of the asset property (see Variant).
    //
    // Value is a required field
    Value *Variant `locationName:"value" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains asset property value information.

func (AssetPropertyValue) GoString

func (s AssetPropertyValue) 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 (*AssetPropertyValue) SetQuality

func (s *AssetPropertyValue) SetQuality(v string) *AssetPropertyValue

SetQuality sets the Quality field's value.

func (*AssetPropertyValue) SetTimestamp

func (s *AssetPropertyValue) SetTimestamp(v *TimeInNanos) *AssetPropertyValue

SetTimestamp sets the Timestamp field's value.

func (*AssetPropertyValue) SetValue

func (s *AssetPropertyValue) SetValue(v *Variant) *AssetPropertyValue

SetValue sets the Value field's value.

func (AssetPropertyValue) String

func (s AssetPropertyValue) 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 (*AssetPropertyValue) Validate

func (s *AssetPropertyValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetRelationshipSummary

type AssetRelationshipSummary struct {

    // The assets that are related through an asset hierarchy.
    //
    // This object is present if the relationshipType is HIERARCHY.
    HierarchyInfo *AssetHierarchyInfo `locationName:"hierarchyInfo" type:"structure"`

    // The relationship type of the assets in this relationship. This value is one
    // of the following:
    //
    //    * HIERARCHY – The assets are related through an asset hierarchy. If
    //    you specify this relationship type, this asset relationship includes the
    //    hierarchyInfo object.
    //
    // RelationshipType is a required field
    RelationshipType *string `locationName:"relationshipType" type:"string" required:"true" enum:"AssetRelationshipType"`
    // contains filtered or unexported fields
}

Contains information about assets that are related to one another.

func (AssetRelationshipSummary) GoString

func (s AssetRelationshipSummary) 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 (*AssetRelationshipSummary) SetHierarchyInfo

func (s *AssetRelationshipSummary) SetHierarchyInfo(v *AssetHierarchyInfo) *AssetRelationshipSummary

SetHierarchyInfo sets the HierarchyInfo field's value.

func (*AssetRelationshipSummary) SetRelationshipType

func (s *AssetRelationshipSummary) SetRelationshipType(v string) *AssetRelationshipSummary

SetRelationshipType sets the RelationshipType field's value.

func (AssetRelationshipSummary) String

func (s AssetRelationshipSummary) 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 AssetStatus

type AssetStatus struct {

    // Contains associated error information, if any.
    Error *ErrorDetails `locationName:"error" type:"structure"`

    // The current status of the asset.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"AssetState"`
    // contains filtered or unexported fields
}

Contains information about the current status of an asset. For more information, see Asset and model states (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html) in the IoT SiteWise User Guide.

func (AssetStatus) GoString

func (s AssetStatus) 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 (*AssetStatus) SetError

func (s *AssetStatus) SetError(v *ErrorDetails) *AssetStatus

SetError sets the Error field's value.

func (*AssetStatus) SetState

func (s *AssetStatus) SetState(v string) *AssetStatus

SetState sets the State field's value.

func (AssetStatus) String

func (s AssetStatus) 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 AssetSummary

type AssetSummary struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The ID of the asset model used to create this asset.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The date the asset was created, in Unix epoch time.
    //
    // CreationDate is a required field
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp" required:"true"`

    // A description for the asset.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The external ID of the asset. For more information, see Using external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // A list of asset hierarchies that each contain a hierarchyId. A hierarchy
    // specifies allowed parent/child asset relationships.
    //
    // Hierarchies is a required field
    Hierarchies []*AssetHierarchy `locationName:"hierarchies" type:"list" required:"true"`

    // The ID of the asset, in UUID format.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The date the asset was last updated, in Unix epoch time.
    //
    // LastUpdateDate is a required field
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp" required:"true"`

    // The name of the asset.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The current status of the asset.
    //
    // Status is a required field
    Status *AssetStatus `locationName:"status" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of an asset.

func (AssetSummary) GoString

func (s AssetSummary) 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 (*AssetSummary) SetArn

func (s *AssetSummary) SetArn(v string) *AssetSummary

SetArn sets the Arn field's value.

func (*AssetSummary) SetAssetModelId

func (s *AssetSummary) SetAssetModelId(v string) *AssetSummary

SetAssetModelId sets the AssetModelId field's value.

func (*AssetSummary) SetCreationDate

func (s *AssetSummary) SetCreationDate(v time.Time) *AssetSummary

SetCreationDate sets the CreationDate field's value.

func (*AssetSummary) SetDescription

func (s *AssetSummary) SetDescription(v string) *AssetSummary

SetDescription sets the Description field's value.

func (*AssetSummary) SetExternalId

func (s *AssetSummary) SetExternalId(v string) *AssetSummary

SetExternalId sets the ExternalId field's value.

func (*AssetSummary) SetHierarchies

func (s *AssetSummary) SetHierarchies(v []*AssetHierarchy) *AssetSummary

SetHierarchies sets the Hierarchies field's value.

func (*AssetSummary) SetId

func (s *AssetSummary) SetId(v string) *AssetSummary

SetId sets the Id field's value.

func (*AssetSummary) SetLastUpdateDate

func (s *AssetSummary) SetLastUpdateDate(v time.Time) *AssetSummary

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*AssetSummary) SetName

func (s *AssetSummary) SetName(v string) *AssetSummary

SetName sets the Name field's value.

func (*AssetSummary) SetStatus

func (s *AssetSummary) SetStatus(v *AssetStatus) *AssetSummary

SetStatus sets the Status field's value.

func (AssetSummary) String

func (s AssetSummary) 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 AssociateAssetsInput

type AssociateAssetsInput struct {

    // The ID of the parent asset. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`

    // The ID of the child asset to be associated. This can be either the actual
    // ID in UUID format, or else externalId: followed by the external ID, if it
    // has one. For more information, see Referencing objects with external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // ChildAssetId is a required field
    ChildAssetId *string `locationName:"childAssetId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of a hierarchy in the parent asset's model. (This can be either the
    // actual ID in UUID format, or else externalId: followed by the external ID,
    // if it has one. For more information, see Referencing objects with external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.) Hierarchies allow different groupings of
    // assets to be formed that all come from the same asset model. For more information,
    // see Asset hierarchies (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html)
    // in the IoT SiteWise User Guide.
    //
    // HierarchyId is a required field
    HierarchyId *string `locationName:"hierarchyId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateAssetsInput) GoString

func (s AssociateAssetsInput) 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 (*AssociateAssetsInput) SetAssetId

func (s *AssociateAssetsInput) SetAssetId(v string) *AssociateAssetsInput

SetAssetId sets the AssetId field's value.

func (*AssociateAssetsInput) SetChildAssetId

func (s *AssociateAssetsInput) SetChildAssetId(v string) *AssociateAssetsInput

SetChildAssetId sets the ChildAssetId field's value.

func (*AssociateAssetsInput) SetClientToken

func (s *AssociateAssetsInput) SetClientToken(v string) *AssociateAssetsInput

SetClientToken sets the ClientToken field's value.

func (*AssociateAssetsInput) SetHierarchyId

func (s *AssociateAssetsInput) SetHierarchyId(v string) *AssociateAssetsInput

SetHierarchyId sets the HierarchyId field's value.

func (AssociateAssetsInput) String

func (s AssociateAssetsInput) 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 (*AssociateAssetsInput) Validate

func (s *AssociateAssetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateAssetsOutput

type AssociateAssetsOutput struct {
    // contains filtered or unexported fields
}

func (AssociateAssetsOutput) GoString

func (s AssociateAssetsOutput) 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 (AssociateAssetsOutput) String

func (s AssociateAssetsOutput) 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 AssociateTimeSeriesToAssetPropertyInput

type AssociateTimeSeriesToAssetPropertyInput struct {

    // The alias that identifies the time series.
    //
    // Alias is a required field
    Alias *string `location:"querystring" locationName:"alias" min:"1" type:"string" required:"true"`

    // The ID of the asset in which the asset property was created. This can be
    // either the actual ID in UUID format, or else externalId: followed by the
    // external ID, if it has one. For more information, see Referencing objects
    // with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"querystring" locationName:"assetId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the asset property. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // PropertyId is a required field
    PropertyId *string `location:"querystring" locationName:"propertyId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateTimeSeriesToAssetPropertyInput) GoString

func (s AssociateTimeSeriesToAssetPropertyInput) 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 (*AssociateTimeSeriesToAssetPropertyInput) SetAlias

func (s *AssociateTimeSeriesToAssetPropertyInput) SetAlias(v string) *AssociateTimeSeriesToAssetPropertyInput

SetAlias sets the Alias field's value.

func (*AssociateTimeSeriesToAssetPropertyInput) SetAssetId

func (s *AssociateTimeSeriesToAssetPropertyInput) SetAssetId(v string) *AssociateTimeSeriesToAssetPropertyInput

SetAssetId sets the AssetId field's value.

func (*AssociateTimeSeriesToAssetPropertyInput) SetClientToken

func (s *AssociateTimeSeriesToAssetPropertyInput) SetClientToken(v string) *AssociateTimeSeriesToAssetPropertyInput

SetClientToken sets the ClientToken field's value.

func (*AssociateTimeSeriesToAssetPropertyInput) SetPropertyId

func (s *AssociateTimeSeriesToAssetPropertyInput) SetPropertyId(v string) *AssociateTimeSeriesToAssetPropertyInput

SetPropertyId sets the PropertyId field's value.

func (AssociateTimeSeriesToAssetPropertyInput) String

func (s AssociateTimeSeriesToAssetPropertyInput) 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 (*AssociateTimeSeriesToAssetPropertyInput) Validate

func (s *AssociateTimeSeriesToAssetPropertyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateTimeSeriesToAssetPropertyOutput

type AssociateTimeSeriesToAssetPropertyOutput struct {
    // contains filtered or unexported fields
}

func (AssociateTimeSeriesToAssetPropertyOutput) GoString

func (s AssociateTimeSeriesToAssetPropertyOutput) 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 (AssociateTimeSeriesToAssetPropertyOutput) String

func (s AssociateTimeSeriesToAssetPropertyOutput) 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 AssociatedAssetsSummary

type AssociatedAssetsSummary struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The ID of the asset model used to create the asset.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The date the asset was created, in Unix epoch time.
    //
    // CreationDate is a required field
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp" required:"true"`

    // A description for the asset.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The external ID of the asset. For more information, see Using external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // A list of asset hierarchies that each contain a hierarchyId. A hierarchy
    // specifies allowed parent/child asset relationships.
    //
    // Hierarchies is a required field
    Hierarchies []*AssetHierarchy `locationName:"hierarchies" type:"list" required:"true"`

    // The ID of the asset, in UUID format.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The date the asset was last updated, in Unix epoch time.
    //
    // LastUpdateDate is a required field
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp" required:"true"`

    // The name of the asset.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The current status of the asset.
    //
    // Status is a required field
    Status *AssetStatus `locationName:"status" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of an associated asset.

func (AssociatedAssetsSummary) GoString

func (s AssociatedAssetsSummary) 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 (*AssociatedAssetsSummary) SetArn

func (s *AssociatedAssetsSummary) SetArn(v string) *AssociatedAssetsSummary

SetArn sets the Arn field's value.

func (*AssociatedAssetsSummary) SetAssetModelId

func (s *AssociatedAssetsSummary) SetAssetModelId(v string) *AssociatedAssetsSummary

SetAssetModelId sets the AssetModelId field's value.

func (*AssociatedAssetsSummary) SetCreationDate

func (s *AssociatedAssetsSummary) SetCreationDate(v time.Time) *AssociatedAssetsSummary

SetCreationDate sets the CreationDate field's value.

func (*AssociatedAssetsSummary) SetDescription

func (s *AssociatedAssetsSummary) SetDescription(v string) *AssociatedAssetsSummary

SetDescription sets the Description field's value.

func (*AssociatedAssetsSummary) SetExternalId

func (s *AssociatedAssetsSummary) SetExternalId(v string) *AssociatedAssetsSummary

SetExternalId sets the ExternalId field's value.

func (*AssociatedAssetsSummary) SetHierarchies

func (s *AssociatedAssetsSummary) SetHierarchies(v []*AssetHierarchy) *AssociatedAssetsSummary

SetHierarchies sets the Hierarchies field's value.

func (*AssociatedAssetsSummary) SetId

func (s *AssociatedAssetsSummary) SetId(v string) *AssociatedAssetsSummary

SetId sets the Id field's value.

func (*AssociatedAssetsSummary) SetLastUpdateDate

func (s *AssociatedAssetsSummary) SetLastUpdateDate(v time.Time) *AssociatedAssetsSummary

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*AssociatedAssetsSummary) SetName

func (s *AssociatedAssetsSummary) SetName(v string) *AssociatedAssetsSummary

SetName sets the Name field's value.

func (*AssociatedAssetsSummary) SetStatus

func (s *AssociatedAssetsSummary) SetStatus(v *AssetStatus) *AssociatedAssetsSummary

SetStatus sets the Status field's value.

func (AssociatedAssetsSummary) String

func (s AssociatedAssetsSummary) 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 Attribute

type Attribute struct {

    // The default value of the asset model property attribute. All assets that
    // you create from the asset model contain this attribute value. You can update
    // an attribute's value after you create an asset. For more information, see
    // Updating attribute values (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-attribute-values.html)
    // in the IoT SiteWise User Guide.
    DefaultValue *string `locationName:"defaultValue" type:"string"`
    // contains filtered or unexported fields
}

Contains an asset attribute property. For more information, see Attributes (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#attributes) in the IoT SiteWise User Guide.

func (Attribute) GoString

func (s Attribute) 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 (*Attribute) SetDefaultValue

func (s *Attribute) SetDefaultValue(v string) *Attribute

SetDefaultValue sets the DefaultValue field's value.

func (Attribute) String

func (s Attribute) 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 BatchAssociateProjectAssetsInput

type BatchAssociateProjectAssetsInput struct {

    // The IDs of the assets to be associated to the project.
    //
    // AssetIds is a required field
    AssetIds []*string `locationName:"assetIds" min:"1" type:"list" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the project to which to associate the assets.
    //
    // ProjectId is a required field
    ProjectId *string `location:"uri" locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BatchAssociateProjectAssetsInput) GoString

func (s BatchAssociateProjectAssetsInput) 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 (*BatchAssociateProjectAssetsInput) SetAssetIds

func (s *BatchAssociateProjectAssetsInput) SetAssetIds(v []*string) *BatchAssociateProjectAssetsInput

SetAssetIds sets the AssetIds field's value.

func (*BatchAssociateProjectAssetsInput) SetClientToken

func (s *BatchAssociateProjectAssetsInput) SetClientToken(v string) *BatchAssociateProjectAssetsInput

SetClientToken sets the ClientToken field's value.

func (*BatchAssociateProjectAssetsInput) SetProjectId

func (s *BatchAssociateProjectAssetsInput) SetProjectId(v string) *BatchAssociateProjectAssetsInput

SetProjectId sets the ProjectId field's value.

func (BatchAssociateProjectAssetsInput) String

func (s BatchAssociateProjectAssetsInput) 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 (*BatchAssociateProjectAssetsInput) Validate

func (s *BatchAssociateProjectAssetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchAssociateProjectAssetsOutput

type BatchAssociateProjectAssetsOutput struct {

    // A list of associated error information, if any.
    Errors []*AssetErrorDetails `locationName:"errors" type:"list"`
    // contains filtered or unexported fields
}

func (BatchAssociateProjectAssetsOutput) GoString

func (s BatchAssociateProjectAssetsOutput) 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 (*BatchAssociateProjectAssetsOutput) SetErrors

func (s *BatchAssociateProjectAssetsOutput) SetErrors(v []*AssetErrorDetails) *BatchAssociateProjectAssetsOutput

SetErrors sets the Errors field's value.

func (BatchAssociateProjectAssetsOutput) String

func (s BatchAssociateProjectAssetsOutput) 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 BatchDisassociateProjectAssetsInput

type BatchDisassociateProjectAssetsInput struct {

    // The IDs of the assets to be disassociated from the project.
    //
    // AssetIds is a required field
    AssetIds []*string `locationName:"assetIds" min:"1" type:"list" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the project from which to disassociate the assets.
    //
    // ProjectId is a required field
    ProjectId *string `location:"uri" locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (BatchDisassociateProjectAssetsInput) GoString

func (s BatchDisassociateProjectAssetsInput) 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 (*BatchDisassociateProjectAssetsInput) SetAssetIds

func (s *BatchDisassociateProjectAssetsInput) SetAssetIds(v []*string) *BatchDisassociateProjectAssetsInput

SetAssetIds sets the AssetIds field's value.

func (*BatchDisassociateProjectAssetsInput) SetClientToken

func (s *BatchDisassociateProjectAssetsInput) SetClientToken(v string) *BatchDisassociateProjectAssetsInput

SetClientToken sets the ClientToken field's value.

func (*BatchDisassociateProjectAssetsInput) SetProjectId

func (s *BatchDisassociateProjectAssetsInput) SetProjectId(v string) *BatchDisassociateProjectAssetsInput

SetProjectId sets the ProjectId field's value.

func (BatchDisassociateProjectAssetsInput) String

func (s BatchDisassociateProjectAssetsInput) 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 (*BatchDisassociateProjectAssetsInput) Validate

func (s *BatchDisassociateProjectAssetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDisassociateProjectAssetsOutput

type BatchDisassociateProjectAssetsOutput struct {

    // A list of associated error information, if any.
    Errors []*AssetErrorDetails `locationName:"errors" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDisassociateProjectAssetsOutput) GoString

func (s BatchDisassociateProjectAssetsOutput) 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 (*BatchDisassociateProjectAssetsOutput) SetErrors

func (s *BatchDisassociateProjectAssetsOutput) SetErrors(v []*AssetErrorDetails) *BatchDisassociateProjectAssetsOutput

SetErrors sets the Errors field's value.

func (BatchDisassociateProjectAssetsOutput) String

func (s BatchDisassociateProjectAssetsOutput) 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 BatchGetAssetPropertyAggregatesEntry

type BatchGetAssetPropertyAggregatesEntry struct {

    // The data aggregating function.
    //
    // AggregateTypes is a required field
    AggregateTypes []*string `locationName:"aggregateTypes" min:"1" type:"list" required:"true" enum:"AggregateType"`

    // The ID of the asset in which the asset property was created.
    AssetId *string `locationName:"assetId" min:"36" type:"string"`

    // The inclusive end of the range from which to query historical data, expressed
    // in seconds in Unix epoch time.
    //
    // EndDate is a required field
    EndDate *time.Time `locationName:"endDate" type:"timestamp" required:"true"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The alias that identifies the property, such as an OPC-UA server data stream
    // path (for example, /company/windfarm/3/turbine/7/temperature). For more information,
    // see Mapping industrial data streams to asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html)
    // in the IoT SiteWise User Guide.
    PropertyAlias *string `locationName:"propertyAlias" min:"1" type:"string"`

    // The ID of the asset property, in UUID format.
    PropertyId *string `locationName:"propertyId" min:"36" type:"string"`

    // The quality by which to filter asset data.
    Qualities []*string `locationName:"qualities" min:"1" type:"list" enum:"Quality"`

    // The time interval over which to aggregate data.
    //
    // Resolution is a required field
    Resolution *string `locationName:"resolution" min:"2" type:"string" required:"true"`

    // The exclusive start of the range from which to query historical data, expressed
    // in seconds in Unix epoch time.
    //
    // StartDate is a required field
    StartDate *time.Time `locationName:"startDate" type:"timestamp" required:"true"`

    // The chronological sorting order of the requested information.
    //
    // Default: ASCENDING
    TimeOrdering *string `locationName:"timeOrdering" type:"string" enum:"TimeOrdering"`
    // contains filtered or unexported fields
}

Contains information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html) API.

To identify an asset property, you must specify one of the following:

func (BatchGetAssetPropertyAggregatesEntry) GoString

func (s BatchGetAssetPropertyAggregatesEntry) 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 (*BatchGetAssetPropertyAggregatesEntry) SetAggregateTypes

func (s *BatchGetAssetPropertyAggregatesEntry) SetAggregateTypes(v []*string) *BatchGetAssetPropertyAggregatesEntry

SetAggregateTypes sets the AggregateTypes field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetAssetId

func (s *BatchGetAssetPropertyAggregatesEntry) SetAssetId(v string) *BatchGetAssetPropertyAggregatesEntry

SetAssetId sets the AssetId field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetEndDate

func (s *BatchGetAssetPropertyAggregatesEntry) SetEndDate(v time.Time) *BatchGetAssetPropertyAggregatesEntry

SetEndDate sets the EndDate field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetEntryId

func (s *BatchGetAssetPropertyAggregatesEntry) SetEntryId(v string) *BatchGetAssetPropertyAggregatesEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetPropertyAlias

func (s *BatchGetAssetPropertyAggregatesEntry) SetPropertyAlias(v string) *BatchGetAssetPropertyAggregatesEntry

SetPropertyAlias sets the PropertyAlias field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetPropertyId

func (s *BatchGetAssetPropertyAggregatesEntry) SetPropertyId(v string) *BatchGetAssetPropertyAggregatesEntry

SetPropertyId sets the PropertyId field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetQualities

func (s *BatchGetAssetPropertyAggregatesEntry) SetQualities(v []*string) *BatchGetAssetPropertyAggregatesEntry

SetQualities sets the Qualities field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetResolution

func (s *BatchGetAssetPropertyAggregatesEntry) SetResolution(v string) *BatchGetAssetPropertyAggregatesEntry

SetResolution sets the Resolution field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetStartDate

func (s *BatchGetAssetPropertyAggregatesEntry) SetStartDate(v time.Time) *BatchGetAssetPropertyAggregatesEntry

SetStartDate sets the StartDate field's value.

func (*BatchGetAssetPropertyAggregatesEntry) SetTimeOrdering

func (s *BatchGetAssetPropertyAggregatesEntry) SetTimeOrdering(v string) *BatchGetAssetPropertyAggregatesEntry

SetTimeOrdering sets the TimeOrdering field's value.

func (BatchGetAssetPropertyAggregatesEntry) String

func (s BatchGetAssetPropertyAggregatesEntry) 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 (*BatchGetAssetPropertyAggregatesEntry) Validate

func (s *BatchGetAssetPropertyAggregatesEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyAggregatesErrorEntry

type BatchGetAssetPropertyAggregatesErrorEntry struct {

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyAggregatesErrorCode"`

    // The associated error message.
    //
    // ErrorMessage is a required field
    ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html) API.

func (BatchGetAssetPropertyAggregatesErrorEntry) GoString

func (s BatchGetAssetPropertyAggregatesErrorEntry) 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 (*BatchGetAssetPropertyAggregatesErrorEntry) SetEntryId

func (s *BatchGetAssetPropertyAggregatesErrorEntry) SetEntryId(v string) *BatchGetAssetPropertyAggregatesErrorEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyAggregatesErrorEntry) SetErrorCode

func (s *BatchGetAssetPropertyAggregatesErrorEntry) SetErrorCode(v string) *BatchGetAssetPropertyAggregatesErrorEntry

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyAggregatesErrorEntry) SetErrorMessage

func (s *BatchGetAssetPropertyAggregatesErrorEntry) SetErrorMessage(v string) *BatchGetAssetPropertyAggregatesErrorEntry

SetErrorMessage sets the ErrorMessage field's value.

func (BatchGetAssetPropertyAggregatesErrorEntry) String

func (s BatchGetAssetPropertyAggregatesErrorEntry) 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 BatchGetAssetPropertyAggregatesErrorInfo

type BatchGetAssetPropertyAggregatesErrorInfo struct {

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyAggregatesErrorCode"`

    // The date the error occurred, in Unix epoch time.
    //
    // ErrorTimestamp is a required field
    ErrorTimestamp *time.Time `locationName:"errorTimestamp" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html) API.

func (BatchGetAssetPropertyAggregatesErrorInfo) GoString

func (s BatchGetAssetPropertyAggregatesErrorInfo) 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 (*BatchGetAssetPropertyAggregatesErrorInfo) SetErrorCode

func (s *BatchGetAssetPropertyAggregatesErrorInfo) SetErrorCode(v string) *BatchGetAssetPropertyAggregatesErrorInfo

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyAggregatesErrorInfo) SetErrorTimestamp

func (s *BatchGetAssetPropertyAggregatesErrorInfo) SetErrorTimestamp(v time.Time) *BatchGetAssetPropertyAggregatesErrorInfo

SetErrorTimestamp sets the ErrorTimestamp field's value.

func (BatchGetAssetPropertyAggregatesErrorInfo) String

func (s BatchGetAssetPropertyAggregatesErrorInfo) 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 BatchGetAssetPropertyAggregatesInput

type BatchGetAssetPropertyAggregatesInput struct {

    // The list of asset property aggregate entries for the batch get request. You
    // can specify up to 16 entries per request.
    //
    // Entries is a required field
    Entries []*BatchGetAssetPropertyAggregatesEntry `locationName:"entries" type:"list" required:"true"`

    // The maximum number of results to return for each paginated request. A result
    // set is returned in the two cases, whichever occurs first.
    //
    //    * The size of the result set is equal to 1 MB.
    //
    //    * The number of data points in the result set is equal to the value of
    //    maxResults. The maximum value of maxResults is 4000.
    MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

    // The token to be used for the next set of paginated results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyAggregatesInput) GoString

func (s BatchGetAssetPropertyAggregatesInput) 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 (*BatchGetAssetPropertyAggregatesInput) SetEntries

func (s *BatchGetAssetPropertyAggregatesInput) SetEntries(v []*BatchGetAssetPropertyAggregatesEntry) *BatchGetAssetPropertyAggregatesInput

SetEntries sets the Entries field's value.

func (*BatchGetAssetPropertyAggregatesInput) SetMaxResults

func (s *BatchGetAssetPropertyAggregatesInput) SetMaxResults(v int64) *BatchGetAssetPropertyAggregatesInput

SetMaxResults sets the MaxResults field's value.

func (*BatchGetAssetPropertyAggregatesInput) SetNextToken

func (s *BatchGetAssetPropertyAggregatesInput) SetNextToken(v string) *BatchGetAssetPropertyAggregatesInput

SetNextToken sets the NextToken field's value.

func (BatchGetAssetPropertyAggregatesInput) String

func (s BatchGetAssetPropertyAggregatesInput) 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 (*BatchGetAssetPropertyAggregatesInput) Validate

func (s *BatchGetAssetPropertyAggregatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyAggregatesOutput

type BatchGetAssetPropertyAggregatesOutput struct {

    // A list of the errors (if any) associated with the batch request. Each error
    // entry contains the entryId of the entry that failed.
    //
    // ErrorEntries is a required field
    ErrorEntries []*BatchGetAssetPropertyAggregatesErrorEntry `locationName:"errorEntries" type:"list" required:"true"`

    // The token for the next set of results, or null if there are no additional
    // results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // A list of entries that were not processed by this batch request. because
    // these entries had been completely processed by previous paginated requests.
    // Each skipped entry contains the entryId of the entry that skipped.
    //
    // SkippedEntries is a required field
    SkippedEntries []*BatchGetAssetPropertyAggregatesSkippedEntry `locationName:"skippedEntries" type:"list" required:"true"`

    // A list of entries that were processed successfully by this batch request.
    // Each success entry contains the entryId of the entry that succeeded and the
    // latest query result.
    //
    // SuccessEntries is a required field
    SuccessEntries []*BatchGetAssetPropertyAggregatesSuccessEntry `locationName:"successEntries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyAggregatesOutput) GoString

func (s BatchGetAssetPropertyAggregatesOutput) 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 (*BatchGetAssetPropertyAggregatesOutput) SetErrorEntries

func (s *BatchGetAssetPropertyAggregatesOutput) SetErrorEntries(v []*BatchGetAssetPropertyAggregatesErrorEntry) *BatchGetAssetPropertyAggregatesOutput

SetErrorEntries sets the ErrorEntries field's value.

func (*BatchGetAssetPropertyAggregatesOutput) SetNextToken

func (s *BatchGetAssetPropertyAggregatesOutput) SetNextToken(v string) *BatchGetAssetPropertyAggregatesOutput

SetNextToken sets the NextToken field's value.

func (*BatchGetAssetPropertyAggregatesOutput) SetSkippedEntries

func (s *BatchGetAssetPropertyAggregatesOutput) SetSkippedEntries(v []*BatchGetAssetPropertyAggregatesSkippedEntry) *BatchGetAssetPropertyAggregatesOutput

SetSkippedEntries sets the SkippedEntries field's value.

func (*BatchGetAssetPropertyAggregatesOutput) SetSuccessEntries

func (s *BatchGetAssetPropertyAggregatesOutput) SetSuccessEntries(v []*BatchGetAssetPropertyAggregatesSuccessEntry) *BatchGetAssetPropertyAggregatesOutput

SetSuccessEntries sets the SuccessEntries field's value.

func (BatchGetAssetPropertyAggregatesOutput) String

func (s BatchGetAssetPropertyAggregatesOutput) 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 BatchGetAssetPropertyAggregatesSkippedEntry

type BatchGetAssetPropertyAggregatesSkippedEntry struct {

    // The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html)
    // API.
    //
    // CompletionStatus is a required field
    CompletionStatus *string `locationName:"completionStatus" type:"string" required:"true" enum:"BatchEntryCompletionStatus"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error information, such as the error code and the timestamp.
    ErrorInfo *BatchGetAssetPropertyAggregatesErrorInfo `locationName:"errorInfo" type:"structure"`
    // contains filtered or unexported fields
}

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html) request.

func (BatchGetAssetPropertyAggregatesSkippedEntry) GoString

func (s BatchGetAssetPropertyAggregatesSkippedEntry) 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 (*BatchGetAssetPropertyAggregatesSkippedEntry) SetCompletionStatus

func (s *BatchGetAssetPropertyAggregatesSkippedEntry) SetCompletionStatus(v string) *BatchGetAssetPropertyAggregatesSkippedEntry

SetCompletionStatus sets the CompletionStatus field's value.

func (*BatchGetAssetPropertyAggregatesSkippedEntry) SetEntryId

func (s *BatchGetAssetPropertyAggregatesSkippedEntry) SetEntryId(v string) *BatchGetAssetPropertyAggregatesSkippedEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyAggregatesSkippedEntry) SetErrorInfo

func (s *BatchGetAssetPropertyAggregatesSkippedEntry) SetErrorInfo(v *BatchGetAssetPropertyAggregatesErrorInfo) *BatchGetAssetPropertyAggregatesSkippedEntry

SetErrorInfo sets the ErrorInfo field's value.

func (BatchGetAssetPropertyAggregatesSkippedEntry) String

func (s BatchGetAssetPropertyAggregatesSkippedEntry) 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 BatchGetAssetPropertyAggregatesSuccessEntry

type BatchGetAssetPropertyAggregatesSuccessEntry struct {

    // The requested aggregated asset property values (for example, average, minimum,
    // and maximum).
    //
    // AggregatedValues is a required field
    AggregatedValues []*AggregatedValue `locationName:"aggregatedValues" type:"list" required:"true"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html) API.

func (BatchGetAssetPropertyAggregatesSuccessEntry) GoString

func (s BatchGetAssetPropertyAggregatesSuccessEntry) 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 (*BatchGetAssetPropertyAggregatesSuccessEntry) SetAggregatedValues

func (s *BatchGetAssetPropertyAggregatesSuccessEntry) SetAggregatedValues(v []*AggregatedValue) *BatchGetAssetPropertyAggregatesSuccessEntry

SetAggregatedValues sets the AggregatedValues field's value.

func (*BatchGetAssetPropertyAggregatesSuccessEntry) SetEntryId

func (s *BatchGetAssetPropertyAggregatesSuccessEntry) SetEntryId(v string) *BatchGetAssetPropertyAggregatesSuccessEntry

SetEntryId sets the EntryId field's value.

func (BatchGetAssetPropertyAggregatesSuccessEntry) String

func (s BatchGetAssetPropertyAggregatesSuccessEntry) 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 BatchGetAssetPropertyValueEntry

type BatchGetAssetPropertyValueEntry struct {

    // The ID of the asset in which the asset property was created.
    AssetId *string `locationName:"assetId" min:"36" type:"string"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The alias that identifies the property, such as an OPC-UA server data stream
    // path (for example, /company/windfarm/3/turbine/7/temperature). For more information,
    // see Mapping industrial data streams to asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html)
    // in the IoT SiteWise User Guide.
    PropertyAlias *string `locationName:"propertyAlias" min:"1" type:"string"`

    // The ID of the asset property, in UUID format.
    PropertyId *string `locationName:"propertyId" min:"36" type:"string"`
    // contains filtered or unexported fields
}

Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) API.

To identify an asset property, you must specify one of the following:

func (BatchGetAssetPropertyValueEntry) GoString

func (s BatchGetAssetPropertyValueEntry) 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 (*BatchGetAssetPropertyValueEntry) SetAssetId

func (s *BatchGetAssetPropertyValueEntry) SetAssetId(v string) *BatchGetAssetPropertyValueEntry

SetAssetId sets the AssetId field's value.

func (*BatchGetAssetPropertyValueEntry) SetEntryId

func (s *BatchGetAssetPropertyValueEntry) SetEntryId(v string) *BatchGetAssetPropertyValueEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueEntry) SetPropertyAlias

func (s *BatchGetAssetPropertyValueEntry) SetPropertyAlias(v string) *BatchGetAssetPropertyValueEntry

SetPropertyAlias sets the PropertyAlias field's value.

func (*BatchGetAssetPropertyValueEntry) SetPropertyId

func (s *BatchGetAssetPropertyValueEntry) SetPropertyId(v string) *BatchGetAssetPropertyValueEntry

SetPropertyId sets the PropertyId field's value.

func (BatchGetAssetPropertyValueEntry) String

func (s BatchGetAssetPropertyValueEntry) 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 (*BatchGetAssetPropertyValueEntry) Validate

func (s *BatchGetAssetPropertyValueEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyValueErrorEntry

type BatchGetAssetPropertyValueErrorEntry struct {

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyValueErrorCode"`

    // The associated error message.
    //
    // ErrorMessage is a required field
    ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) API.

func (BatchGetAssetPropertyValueErrorEntry) GoString

func (s BatchGetAssetPropertyValueErrorEntry) 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 (*BatchGetAssetPropertyValueErrorEntry) SetEntryId

func (s *BatchGetAssetPropertyValueErrorEntry) SetEntryId(v string) *BatchGetAssetPropertyValueErrorEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueErrorEntry) SetErrorCode

func (s *BatchGetAssetPropertyValueErrorEntry) SetErrorCode(v string) *BatchGetAssetPropertyValueErrorEntry

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyValueErrorEntry) SetErrorMessage

func (s *BatchGetAssetPropertyValueErrorEntry) SetErrorMessage(v string) *BatchGetAssetPropertyValueErrorEntry

SetErrorMessage sets the ErrorMessage field's value.

func (BatchGetAssetPropertyValueErrorEntry) String

func (s BatchGetAssetPropertyValueErrorEntry) 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 BatchGetAssetPropertyValueErrorInfo

type BatchGetAssetPropertyValueErrorInfo struct {

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyValueErrorCode"`

    // The date the error occurred, in Unix epoch time.
    //
    // ErrorTimestamp is a required field
    ErrorTimestamp *time.Time `locationName:"errorTimestamp" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

The error information, such as the error code and the timestamp.

func (BatchGetAssetPropertyValueErrorInfo) GoString

func (s BatchGetAssetPropertyValueErrorInfo) 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 (*BatchGetAssetPropertyValueErrorInfo) SetErrorCode

func (s *BatchGetAssetPropertyValueErrorInfo) SetErrorCode(v string) *BatchGetAssetPropertyValueErrorInfo

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyValueErrorInfo) SetErrorTimestamp

func (s *BatchGetAssetPropertyValueErrorInfo) SetErrorTimestamp(v time.Time) *BatchGetAssetPropertyValueErrorInfo

SetErrorTimestamp sets the ErrorTimestamp field's value.

func (BatchGetAssetPropertyValueErrorInfo) String

func (s BatchGetAssetPropertyValueErrorInfo) 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 BatchGetAssetPropertyValueHistoryEntry

type BatchGetAssetPropertyValueHistoryEntry struct {

    // The ID of the asset in which the asset property was created.
    AssetId *string `locationName:"assetId" min:"36" type:"string"`

    // The inclusive end of the range from which to query historical data, expressed
    // in seconds in Unix epoch time.
    EndDate *time.Time `locationName:"endDate" type:"timestamp"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The alias that identifies the property, such as an OPC-UA server data stream
    // path (for example, /company/windfarm/3/turbine/7/temperature). For more information,
    // see Mapping industrial data streams to asset properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html)
    // in the IoT SiteWise User Guide.
    PropertyAlias *string `locationName:"propertyAlias" min:"1" type:"string"`

    // The ID of the asset property, in UUID format.
    PropertyId *string `locationName:"propertyId" min:"36" type:"string"`

    // The quality by which to filter asset data.
    Qualities []*string `locationName:"qualities" min:"1" type:"list" enum:"Quality"`

    // The exclusive start of the range from which to query historical data, expressed
    // in seconds in Unix epoch time.
    StartDate *time.Time `locationName:"startDate" type:"timestamp"`

    // The chronological sorting order of the requested information.
    //
    // Default: ASCENDING
    TimeOrdering *string `locationName:"timeOrdering" type:"string" enum:"TimeOrdering"`
    // contains filtered or unexported fields
}

Contains information for an asset property historical value entry that is associated with the BatchGetAssetPropertyValueHistory (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) API.

To identify an asset property, you must specify one of the following:

func (BatchGetAssetPropertyValueHistoryEntry) GoString

func (s BatchGetAssetPropertyValueHistoryEntry) 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 (*BatchGetAssetPropertyValueHistoryEntry) SetAssetId

func (s *BatchGetAssetPropertyValueHistoryEntry) SetAssetId(v string) *BatchGetAssetPropertyValueHistoryEntry

SetAssetId sets the AssetId field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetEndDate

func (s *BatchGetAssetPropertyValueHistoryEntry) SetEndDate(v time.Time) *BatchGetAssetPropertyValueHistoryEntry

SetEndDate sets the EndDate field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetEntryId

func (s *BatchGetAssetPropertyValueHistoryEntry) SetEntryId(v string) *BatchGetAssetPropertyValueHistoryEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetPropertyAlias

func (s *BatchGetAssetPropertyValueHistoryEntry) SetPropertyAlias(v string) *BatchGetAssetPropertyValueHistoryEntry

SetPropertyAlias sets the PropertyAlias field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetPropertyId

func (s *BatchGetAssetPropertyValueHistoryEntry) SetPropertyId(v string) *BatchGetAssetPropertyValueHistoryEntry

SetPropertyId sets the PropertyId field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetQualities

func (s *BatchGetAssetPropertyValueHistoryEntry) SetQualities(v []*string) *BatchGetAssetPropertyValueHistoryEntry

SetQualities sets the Qualities field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetStartDate

func (s *BatchGetAssetPropertyValueHistoryEntry) SetStartDate(v time.Time) *BatchGetAssetPropertyValueHistoryEntry

SetStartDate sets the StartDate field's value.

func (*BatchGetAssetPropertyValueHistoryEntry) SetTimeOrdering

func (s *BatchGetAssetPropertyValueHistoryEntry) SetTimeOrdering(v string) *BatchGetAssetPropertyValueHistoryEntry

SetTimeOrdering sets the TimeOrdering field's value.

func (BatchGetAssetPropertyValueHistoryEntry) String

func (s BatchGetAssetPropertyValueHistoryEntry) 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 (*BatchGetAssetPropertyValueHistoryEntry) Validate

func (s *BatchGetAssetPropertyValueHistoryEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyValueHistoryErrorEntry

type BatchGetAssetPropertyValueHistoryErrorEntry struct {

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyValueHistoryErrorCode"`

    // The associated error message.
    //
    // ErrorMessage is a required field
    ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

func (BatchGetAssetPropertyValueHistoryErrorEntry) GoString

func (s BatchGetAssetPropertyValueHistoryErrorEntry) 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 (*BatchGetAssetPropertyValueHistoryErrorEntry) SetEntryId

func (s *BatchGetAssetPropertyValueHistoryErrorEntry) SetEntryId(v string) *BatchGetAssetPropertyValueHistoryErrorEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueHistoryErrorEntry) SetErrorCode

func (s *BatchGetAssetPropertyValueHistoryErrorEntry) SetErrorCode(v string) *BatchGetAssetPropertyValueHistoryErrorEntry

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyValueHistoryErrorEntry) SetErrorMessage

func (s *BatchGetAssetPropertyValueHistoryErrorEntry) SetErrorMessage(v string) *BatchGetAssetPropertyValueHistoryErrorEntry

SetErrorMessage sets the ErrorMessage field's value.

func (BatchGetAssetPropertyValueHistoryErrorEntry) String

func (s BatchGetAssetPropertyValueHistoryErrorEntry) 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 BatchGetAssetPropertyValueHistoryErrorInfo

type BatchGetAssetPropertyValueHistoryErrorInfo struct {

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchGetAssetPropertyValueHistoryErrorCode"`

    // The date the error occurred, in Unix epoch time.
    //
    // ErrorTimestamp is a required field
    ErrorTimestamp *time.Time `locationName:"errorTimestamp" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

The error information, such as the error code and the timestamp.

func (BatchGetAssetPropertyValueHistoryErrorInfo) GoString

func (s BatchGetAssetPropertyValueHistoryErrorInfo) 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 (*BatchGetAssetPropertyValueHistoryErrorInfo) SetErrorCode

func (s *BatchGetAssetPropertyValueHistoryErrorInfo) SetErrorCode(v string) *BatchGetAssetPropertyValueHistoryErrorInfo

SetErrorCode sets the ErrorCode field's value.

func (*BatchGetAssetPropertyValueHistoryErrorInfo) SetErrorTimestamp

func (s *BatchGetAssetPropertyValueHistoryErrorInfo) SetErrorTimestamp(v time.Time) *BatchGetAssetPropertyValueHistoryErrorInfo

SetErrorTimestamp sets the ErrorTimestamp field's value.

func (BatchGetAssetPropertyValueHistoryErrorInfo) String

func (s BatchGetAssetPropertyValueHistoryErrorInfo) 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 BatchGetAssetPropertyValueHistoryInput

type BatchGetAssetPropertyValueHistoryInput struct {

    // The list of asset property historical value entries for the batch get request.
    // You can specify up to 16 entries per request.
    //
    // Entries is a required field
    Entries []*BatchGetAssetPropertyValueHistoryEntry `locationName:"entries" type:"list" required:"true"`

    // The maximum number of results to return for each paginated request. A result
    // set is returned in the two cases, whichever occurs first.
    //
    //    * The size of the result set is equal to 4 MB.
    //
    //    * The number of data points in the result set is equal to the value of
    //    maxResults. The maximum value of maxResults is 20000.
    MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

    // The token to be used for the next set of paginated results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyValueHistoryInput) GoString

func (s BatchGetAssetPropertyValueHistoryInput) 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 (*BatchGetAssetPropertyValueHistoryInput) SetEntries

func (s *BatchGetAssetPropertyValueHistoryInput) SetEntries(v []*BatchGetAssetPropertyValueHistoryEntry) *BatchGetAssetPropertyValueHistoryInput

SetEntries sets the Entries field's value.

func (*BatchGetAssetPropertyValueHistoryInput) SetMaxResults

func (s *BatchGetAssetPropertyValueHistoryInput) SetMaxResults(v int64) *BatchGetAssetPropertyValueHistoryInput

SetMaxResults sets the MaxResults field's value.

func (*BatchGetAssetPropertyValueHistoryInput) SetNextToken

func (s *BatchGetAssetPropertyValueHistoryInput) SetNextToken(v string) *BatchGetAssetPropertyValueHistoryInput

SetNextToken sets the NextToken field's value.

func (BatchGetAssetPropertyValueHistoryInput) String

func (s BatchGetAssetPropertyValueHistoryInput) 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 (*BatchGetAssetPropertyValueHistoryInput) Validate

func (s *BatchGetAssetPropertyValueHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyValueHistoryOutput

type BatchGetAssetPropertyValueHistoryOutput struct {

    // A list of the errors (if any) associated with the batch request. Each error
    // entry contains the entryId of the entry that failed.
    //
    // ErrorEntries is a required field
    ErrorEntries []*BatchGetAssetPropertyValueHistoryErrorEntry `locationName:"errorEntries" type:"list" required:"true"`

    // The token for the next set of results, or null if there are no additional
    // results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // A list of entries that were not processed by this batch request. because
    // these entries had been completely processed by previous paginated requests.
    // Each skipped entry contains the entryId of the entry that skipped.
    //
    // SkippedEntries is a required field
    SkippedEntries []*BatchGetAssetPropertyValueHistorySkippedEntry `locationName:"skippedEntries" type:"list" required:"true"`

    // A list of entries that were processed successfully by this batch request.
    // Each success entry contains the entryId of the entry that succeeded and the
    // latest query result.
    //
    // SuccessEntries is a required field
    SuccessEntries []*BatchGetAssetPropertyValueHistorySuccessEntry `locationName:"successEntries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyValueHistoryOutput) GoString

func (s BatchGetAssetPropertyValueHistoryOutput) 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 (*BatchGetAssetPropertyValueHistoryOutput) SetErrorEntries

func (s *BatchGetAssetPropertyValueHistoryOutput) SetErrorEntries(v []*BatchGetAssetPropertyValueHistoryErrorEntry) *BatchGetAssetPropertyValueHistoryOutput

SetErrorEntries sets the ErrorEntries field's value.

func (*BatchGetAssetPropertyValueHistoryOutput) SetNextToken

func (s *BatchGetAssetPropertyValueHistoryOutput) SetNextToken(v string) *BatchGetAssetPropertyValueHistoryOutput

SetNextToken sets the NextToken field's value.

func (*BatchGetAssetPropertyValueHistoryOutput) SetSkippedEntries

func (s *BatchGetAssetPropertyValueHistoryOutput) SetSkippedEntries(v []*BatchGetAssetPropertyValueHistorySkippedEntry) *BatchGetAssetPropertyValueHistoryOutput

SetSkippedEntries sets the SkippedEntries field's value.

func (*BatchGetAssetPropertyValueHistoryOutput) SetSuccessEntries

func (s *BatchGetAssetPropertyValueHistoryOutput) SetSuccessEntries(v []*BatchGetAssetPropertyValueHistorySuccessEntry) *BatchGetAssetPropertyValueHistoryOutput

SetSuccessEntries sets the SuccessEntries field's value.

func (BatchGetAssetPropertyValueHistoryOutput) String

func (s BatchGetAssetPropertyValueHistoryOutput) 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 BatchGetAssetPropertyValueHistorySkippedEntry

type BatchGetAssetPropertyValueHistorySkippedEntry struct {

    // The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValueHistory.html)
    // API.
    //
    // CompletionStatus is a required field
    CompletionStatus *string `locationName:"completionStatus" type:"string" required:"true" enum:"BatchEntryCompletionStatus"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error information, such as the error code and the timestamp.
    ErrorInfo *BatchGetAssetPropertyValueHistoryErrorInfo `locationName:"errorInfo" type:"structure"`
    // contains filtered or unexported fields
}

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) request.

func (BatchGetAssetPropertyValueHistorySkippedEntry) GoString

func (s BatchGetAssetPropertyValueHistorySkippedEntry) 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 (*BatchGetAssetPropertyValueHistorySkippedEntry) SetCompletionStatus

func (s *BatchGetAssetPropertyValueHistorySkippedEntry) SetCompletionStatus(v string) *BatchGetAssetPropertyValueHistorySkippedEntry

SetCompletionStatus sets the CompletionStatus field's value.

func (*BatchGetAssetPropertyValueHistorySkippedEntry) SetEntryId

func (s *BatchGetAssetPropertyValueHistorySkippedEntry) SetEntryId(v string) *BatchGetAssetPropertyValueHistorySkippedEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueHistorySkippedEntry) SetErrorInfo

func (s *BatchGetAssetPropertyValueHistorySkippedEntry) SetErrorInfo(v *BatchGetAssetPropertyValueHistoryErrorInfo) *BatchGetAssetPropertyValueHistorySkippedEntry

SetErrorInfo sets the ErrorInfo field's value.

func (BatchGetAssetPropertyValueHistorySkippedEntry) String

func (s BatchGetAssetPropertyValueHistorySkippedEntry) 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 BatchGetAssetPropertyValueHistorySuccessEntry

type BatchGetAssetPropertyValueHistorySuccessEntry struct {

    // The requested historical values for the specified asset property.
    //
    // AssetPropertyValueHistory is a required field
    AssetPropertyValueHistory []*AssetPropertyValue `locationName:"assetPropertyValueHistory" type:"list" required:"true"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) API.

func (BatchGetAssetPropertyValueHistorySuccessEntry) GoString

func (s BatchGetAssetPropertyValueHistorySuccessEntry) 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 (*BatchGetAssetPropertyValueHistorySuccessEntry) SetAssetPropertyValueHistory

func (s *BatchGetAssetPropertyValueHistorySuccessEntry) SetAssetPropertyValueHistory(v []*AssetPropertyValue) *BatchGetAssetPropertyValueHistorySuccessEntry

SetAssetPropertyValueHistory sets the AssetPropertyValueHistory field's value.

func (*BatchGetAssetPropertyValueHistorySuccessEntry) SetEntryId

func (s *BatchGetAssetPropertyValueHistorySuccessEntry) SetEntryId(v string) *BatchGetAssetPropertyValueHistorySuccessEntry

SetEntryId sets the EntryId field's value.

func (BatchGetAssetPropertyValueHistorySuccessEntry) String

func (s BatchGetAssetPropertyValueHistorySuccessEntry) 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 BatchGetAssetPropertyValueInput

type BatchGetAssetPropertyValueInput struct {

    // The list of asset property value entries for the batch get request. You can
    // specify up to 128 entries per request.
    //
    // Entries is a required field
    Entries []*BatchGetAssetPropertyValueEntry `locationName:"entries" type:"list" required:"true"`

    // The token to be used for the next set of paginated results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyValueInput) GoString

func (s BatchGetAssetPropertyValueInput) 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 (*BatchGetAssetPropertyValueInput) SetEntries

func (s *BatchGetAssetPropertyValueInput) SetEntries(v []*BatchGetAssetPropertyValueEntry) *BatchGetAssetPropertyValueInput

SetEntries sets the Entries field's value.

func (*BatchGetAssetPropertyValueInput) SetNextToken

func (s *BatchGetAssetPropertyValueInput) SetNextToken(v string) *BatchGetAssetPropertyValueInput

SetNextToken sets the NextToken field's value.

func (BatchGetAssetPropertyValueInput) String

func (s BatchGetAssetPropertyValueInput) 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 (*BatchGetAssetPropertyValueInput) Validate

func (s *BatchGetAssetPropertyValueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchGetAssetPropertyValueOutput

type BatchGetAssetPropertyValueOutput struct {

    // A list of the errors (if any) associated with the batch request. Each error
    // entry contains the entryId of the entry that failed.
    //
    // ErrorEntries is a required field
    ErrorEntries []*BatchGetAssetPropertyValueErrorEntry `locationName:"errorEntries" type:"list" required:"true"`

    // The token for the next set of results, or null if there are no additional
    // results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // A list of entries that were not processed by this batch request. because
    // these entries had been completely processed by previous paginated requests.
    // Each skipped entry contains the entryId of the entry that skipped.
    //
    // SkippedEntries is a required field
    SkippedEntries []*BatchGetAssetPropertyValueSkippedEntry `locationName:"skippedEntries" type:"list" required:"true"`

    // A list of entries that were processed successfully by this batch request.
    // Each success entry contains the entryId of the entry that succeeded and the
    // latest query result.
    //
    // SuccessEntries is a required field
    SuccessEntries []*BatchGetAssetPropertyValueSuccessEntry `locationName:"successEntries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchGetAssetPropertyValueOutput) GoString

func (s BatchGetAssetPropertyValueOutput) 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 (*BatchGetAssetPropertyValueOutput) SetErrorEntries

func (s *BatchGetAssetPropertyValueOutput) SetErrorEntries(v []*BatchGetAssetPropertyValueErrorEntry) *BatchGetAssetPropertyValueOutput

SetErrorEntries sets the ErrorEntries field's value.

func (*BatchGetAssetPropertyValueOutput) SetNextToken

func (s *BatchGetAssetPropertyValueOutput) SetNextToken(v string) *BatchGetAssetPropertyValueOutput

SetNextToken sets the NextToken field's value.

func (*BatchGetAssetPropertyValueOutput) SetSkippedEntries

func (s *BatchGetAssetPropertyValueOutput) SetSkippedEntries(v []*BatchGetAssetPropertyValueSkippedEntry) *BatchGetAssetPropertyValueOutput

SetSkippedEntries sets the SkippedEntries field's value.

func (*BatchGetAssetPropertyValueOutput) SetSuccessEntries

func (s *BatchGetAssetPropertyValueOutput) SetSuccessEntries(v []*BatchGetAssetPropertyValueSuccessEntry) *BatchGetAssetPropertyValueOutput

SetSuccessEntries sets the SuccessEntries field's value.

func (BatchGetAssetPropertyValueOutput) String

func (s BatchGetAssetPropertyValueOutput) 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 BatchGetAssetPropertyValueSkippedEntry

type BatchGetAssetPropertyValueSkippedEntry struct {

    // The completion status of each entry that is associated with the BatchGetAssetPropertyValue
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html)
    // request.
    //
    // CompletionStatus is a required field
    CompletionStatus *string `locationName:"completionStatus" type:"string" required:"true" enum:"BatchEntryCompletionStatus"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The error information, such as the error code and the timestamp.
    ErrorInfo *BatchGetAssetPropertyValueErrorInfo `locationName:"errorInfo" type:"structure"`
    // contains filtered or unexported fields
}

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) request.

func (BatchGetAssetPropertyValueSkippedEntry) GoString

func (s BatchGetAssetPropertyValueSkippedEntry) 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 (*BatchGetAssetPropertyValueSkippedEntry) SetCompletionStatus

func (s *BatchGetAssetPropertyValueSkippedEntry) SetCompletionStatus(v string) *BatchGetAssetPropertyValueSkippedEntry

SetCompletionStatus sets the CompletionStatus field's value.

func (*BatchGetAssetPropertyValueSkippedEntry) SetEntryId

func (s *BatchGetAssetPropertyValueSkippedEntry) SetEntryId(v string) *BatchGetAssetPropertyValueSkippedEntry

SetEntryId sets the EntryId field's value.

func (*BatchGetAssetPropertyValueSkippedEntry) SetErrorInfo

func (s *BatchGetAssetPropertyValueSkippedEntry) SetErrorInfo(v *BatchGetAssetPropertyValueErrorInfo) *BatchGetAssetPropertyValueSkippedEntry

SetErrorInfo sets the ErrorInfo field's value.

func (BatchGetAssetPropertyValueSkippedEntry) String

func (s BatchGetAssetPropertyValueSkippedEntry) 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 BatchGetAssetPropertyValueSuccessEntry

type BatchGetAssetPropertyValueSuccessEntry struct {

    // Contains asset property value information.
    AssetPropertyValue *AssetPropertyValue `locationName:"assetPropertyValue" type:"structure"`

    // The ID of the entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains success information for an entry that is associated with the BatchGetAssetPropertyValue (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html) API.

func (BatchGetAssetPropertyValueSuccessEntry) GoString

func (s BatchGetAssetPropertyValueSuccessEntry) 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 (*BatchGetAssetPropertyValueSuccessEntry) SetAssetPropertyValue

func (s *BatchGetAssetPropertyValueSuccessEntry) SetAssetPropertyValue(v *AssetPropertyValue) *BatchGetAssetPropertyValueSuccessEntry

SetAssetPropertyValue sets the AssetPropertyValue field's value.

func (*BatchGetAssetPropertyValueSuccessEntry) SetEntryId

func (s *BatchGetAssetPropertyValueSuccessEntry) SetEntryId(v string) *BatchGetAssetPropertyValueSuccessEntry

SetEntryId sets the EntryId field's value.

func (BatchGetAssetPropertyValueSuccessEntry) String

func (s BatchGetAssetPropertyValueSuccessEntry) 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 BatchPutAssetPropertyError

type BatchPutAssetPropertyError struct {

    // The error code.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"BatchPutAssetPropertyValueErrorCode"`

    // The associated error message.
    //
    // ErrorMessage is a required field
    ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"`

    // A list of timestamps for each error, if any.
    //
    // Timestamps is a required field
    Timestamps []*TimeInNanos `locationName:"timestamps" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains error information from updating a batch of asset property values.

func (BatchPutAssetPropertyError) GoString

func (s BatchPutAssetPropertyError) 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 (*BatchPutAssetPropertyError) SetErrorCode

func (s *BatchPutAssetPropertyError) SetErrorCode(v string) *BatchPutAssetPropertyError

SetErrorCode sets the ErrorCode field's value.

func (*BatchPutAssetPropertyError) SetErrorMessage

func (s *BatchPutAssetPropertyError) SetErrorMessage(v string) *BatchPutAssetPropertyError

SetErrorMessage sets the ErrorMessage field's value.

func (*BatchPutAssetPropertyError) SetTimestamps

func (s *BatchPutAssetPropertyError) SetTimestamps(v []*TimeInNanos) *BatchPutAssetPropertyError

SetTimestamps sets the Timestamps field's value.

func (BatchPutAssetPropertyError) String

func (s BatchPutAssetPropertyError) 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 BatchPutAssetPropertyErrorEntry

type BatchPutAssetPropertyErrorEntry struct {

    // The ID of the failed entry.
    //
    // EntryId is a required field
    EntryId *string `locationName:"entryId" min:"1" type:"string" required:"true"`

    // The list of update property value errors.
    //
    // Errors is a required field
    Errors []*BatchPutAssetPropertyError `locationName:"errors" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html) API.

func (BatchPutAssetPropertyErrorEntry) GoString

func (s BatchPutAssetPropertyErrorEntry) 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 (*BatchPutAssetPropertyErrorEntry) SetEntryId

func (s *BatchPutAssetPropertyErrorEntry) SetEntryId(v string) *BatchPutAssetPropertyErrorEntry

SetEntryId sets the EntryId field's value.

func (*BatchPutAssetPropertyErrorEntry) SetErrors

func (s *BatchPutAssetPropertyErrorEntry) SetErrors(v []*BatchPutAssetPropertyError) *BatchPutAssetPropertyErrorEntry

SetErrors sets the Errors field's value.

func (BatchPutAssetPropertyErrorEntry) String

func (s BatchPutAssetPropertyErrorEntry) 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 BatchPutAssetPropertyValueInput

type BatchPutAssetPropertyValueInput struct {

    // The list of asset property value entries for the batch put request. You can
    // specify up to 10 entries per request.
    //
    // Entries is a required field
    Entries []*PutAssetPropertyValueEntry `locationName:"entries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchPutAssetPropertyValueInput) GoString

func (s BatchPutAssetPropertyValueInput) 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 (*BatchPutAssetPropertyValueInput) SetEntries

func (s *BatchPutAssetPropertyValueInput) SetEntries(v []*PutAssetPropertyValueEntry) *BatchPutAssetPropertyValueInput

SetEntries sets the Entries field's value.

func (BatchPutAssetPropertyValueInput) String

func (s BatchPutAssetPropertyValueInput) 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 (*BatchPutAssetPropertyValueInput) Validate

func (s *BatchPutAssetPropertyValueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchPutAssetPropertyValueOutput

type BatchPutAssetPropertyValueOutput struct {

    // A list of the errors (if any) associated with the batch put request. Each
    // error entry contains the entryId of the entry that failed.
    //
    // ErrorEntries is a required field
    ErrorEntries []*BatchPutAssetPropertyErrorEntry `locationName:"errorEntries" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (BatchPutAssetPropertyValueOutput) GoString

func (s BatchPutAssetPropertyValueOutput) 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 (*BatchPutAssetPropertyValueOutput) SetErrorEntries

func (s *BatchPutAssetPropertyValueOutput) SetErrorEntries(v []*BatchPutAssetPropertyErrorEntry) *BatchPutAssetPropertyValueOutput

SetErrorEntries sets the ErrorEntries field's value.

func (BatchPutAssetPropertyValueOutput) String

func (s BatchPutAssetPropertyValueOutput) 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 ColumnInfo

type ColumnInfo struct {

    // The name of the column description.
    Name *string `locationName:"name" type:"string"`

    // The type of the column description.
    Type *ColumnType `locationName:"type" type:"structure"`
    // contains filtered or unexported fields
}

A description of the column in the query results.

func (ColumnInfo) GoString

func (s ColumnInfo) 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 (*ColumnInfo) SetName

func (s *ColumnInfo) SetName(v string) *ColumnInfo

SetName sets the Name field's value.

func (*ColumnInfo) SetType

func (s *ColumnInfo) SetType(v *ColumnType) *ColumnInfo

SetType sets the Type field's value.

func (ColumnInfo) String

func (s ColumnInfo) 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 ColumnType

type ColumnType struct {

    // The allowed data types that the column has as it's value.
    ScalarType *string `locationName:"scalarType" type:"string" enum:"ScalarType"`
    // contains filtered or unexported fields
}

The data type of the column.

func (ColumnType) GoString

func (s ColumnType) 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 (*ColumnType) SetScalarType

func (s *ColumnType) SetScalarType(v string) *ColumnType

SetScalarType sets the ScalarType field's value.

func (ColumnType) String

func (s ColumnType) 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 CompositeModelProperty

type CompositeModelProperty struct {

    // Contains asset property information.
    //
    // AssetProperty is a required field
    AssetProperty *Property `locationName:"assetProperty" type:"structure" required:"true"`

    // The external ID of the composite model that contains the property. For more
    // information, see Using external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    ExternalId *string `locationName:"externalId" min:"2" type:"string"`

    // The ID of the composite model that contains the property.
    Id *string `locationName:"id" min:"36" type:"string"`

    // The name of the property.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The type of the composite model that defines this property.
    //
    // Type is a required field
    Type *string `locationName:"type" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about a composite model property on an asset.

func (CompositeModelProperty) GoString

func (s CompositeModelProperty) 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 (*CompositeModelProperty) SetAssetProperty

func (s *CompositeModelProperty) SetAssetProperty(v *Property) *CompositeModelProperty

SetAssetProperty sets the AssetProperty field's value.

func (*CompositeModelProperty) SetExternalId

func (s *CompositeModelProperty) SetExternalId(v string) *CompositeModelProperty

SetExternalId sets the ExternalId field's value.

func (*CompositeModelProperty) SetId

func (s *CompositeModelProperty) SetId(v string) *CompositeModelProperty

SetId sets the Id field's value.

func (*CompositeModelProperty) SetName

func (s *CompositeModelProperty) SetName(v string) *CompositeModelProperty

SetName sets the Name field's value.

func (*CompositeModelProperty) SetType

func (s *CompositeModelProperty) SetType(v string) *CompositeModelProperty

SetType sets the Type field's value.

func (CompositeModelProperty) String

func (s CompositeModelProperty) 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 CompositionDetails

type CompositionDetails struct {

    // An array detailing the composition relationship for this composite model.
    CompositionRelationship []*CompositionRelationshipItem `locationName:"compositionRelationship" type:"list"`
    // contains filtered or unexported fields
}

Metadata for the composition relationship established by using composedAssetModelId in CreateAssetModelCompositeModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModelCompositeModel.html).

func (CompositionDetails) GoString

func (s CompositionDetails) 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 (*CompositionDetails) SetCompositionRelationship

func (s *CompositionDetails) SetCompositionRelationship(v []*CompositionRelationshipItem) *CompositionDetails

SetCompositionRelationship sets the CompositionRelationship field's value.

func (CompositionDetails) String

func (s CompositionDetails) 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 CompositionRelationshipItem

type CompositionRelationshipItem struct {

    // The ID of the component.
    Id *string `locationName:"id" min:"36" type:"string"`
    // contains filtered or unexported fields
}

Represents a composite model that composed an asset model of type COMPONENT_MODEL.

func (CompositionRelationshipItem) GoString

func (s CompositionRelationshipItem) 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 (*CompositionRelationshipItem) SetId

func (s *CompositionRelationshipItem) SetId(v string) *CompositionRelationshipItem

SetId sets the Id field's value.

func (CompositionRelationshipItem) String

func (s CompositionRelationshipItem) 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 CompositionRelationshipSummary

type CompositionRelationshipSummary struct {

    // The ID of a composite model on this asset model.
    //
    // AssetModelCompositeModelId is a required field
    AssetModelCompositeModelId *string `locationName:"assetModelCompositeModelId" min:"36" type:"string" required:"true"`

    // The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.
    //
    // AssetModelCompositeModelType is a required field
    AssetModelCompositeModelType *string `locationName:"assetModelCompositeModelType" min:"1" type:"string" required:"true"`

    // The ID of the asset model, in UUID format.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a summary of the components of the composite model.

func (CompositionRelationshipSummary) GoString

func (s CompositionRelationshipSummary) 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 (*CompositionRelationshipSummary) SetAssetModelCompositeModelId

func (s *CompositionRelationshipSummary) SetAssetModelCompositeModelId(v string) *CompositionRelationshipSummary

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*CompositionRelationshipSummary) SetAssetModelCompositeModelType

func (s *CompositionRelationshipSummary) SetAssetModelCompositeModelType(v string) *CompositionRelationshipSummary

SetAssetModelCompositeModelType sets the AssetModelCompositeModelType field's value.

func (*CompositionRelationshipSummary) SetAssetModelId

func (s *CompositionRelationshipSummary) SetAssetModelId(v string) *CompositionRelationshipSummary

SetAssetModelId sets the AssetModelId field's value.

func (CompositionRelationshipSummary) String

func (s CompositionRelationshipSummary) 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 ConfigurationErrorDetails

type ConfigurationErrorDetails struct {

    // The error code.
    //
    // Code is a required field
    Code *string `locationName:"code" type:"string" required:"true" enum:"ErrorCode"`

    // The error message.
    //
    // Message is a required field
    Message *string `locationName:"message" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the details of an IoT SiteWise configuration error.

func (ConfigurationErrorDetails) GoString

func (s ConfigurationErrorDetails) 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 (*ConfigurationErrorDetails) SetCode

func (s *ConfigurationErrorDetails) SetCode(v string) *ConfigurationErrorDetails

SetCode sets the Code field's value.

func (*ConfigurationErrorDetails) SetMessage

func (s *ConfigurationErrorDetails) SetMessage(v string) *ConfigurationErrorDetails

SetMessage sets the Message field's value.

func (ConfigurationErrorDetails) String

func (s ConfigurationErrorDetails) 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 ConfigurationStatus

type ConfigurationStatus struct {

    // Contains associated error information, if any.
    Error *ConfigurationErrorDetails `locationName:"error" type:"structure"`

    // The current state of the configuration.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"ConfigurationState"`
    // contains filtered or unexported fields
}

Contains current status information for the configuration.

func (ConfigurationStatus) GoString

func (s ConfigurationStatus) 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 (*ConfigurationStatus) SetError

func (s *ConfigurationStatus) SetError(v *ConfigurationErrorDetails) *ConfigurationStatus

SetError sets the Error field's value.

func (*ConfigurationStatus) SetState

func (s *ConfigurationStatus) SetState(v string) *ConfigurationStatus

SetState sets the State field's value.

func (ConfigurationStatus) String

func (s ConfigurationStatus) 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 ConflictingOperationException

type ConflictingOperationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`

    // The ARN of the resource that conflicts with this operation.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"`

    // The ID of the resource that conflicts with this operation.
    //
    // ResourceId is a required field
    ResourceId *string `locationName:"resourceId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

func (*ConflictingOperationException) Code

func (s *ConflictingOperationException) Code() string

Code returns the exception type name.

func (*ConflictingOperationException) Error

func (s *ConflictingOperationException) Error() string

func (ConflictingOperationException) GoString

func (s ConflictingOperationException) 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 (*ConflictingOperationException) Message

func (s *ConflictingOperationException) Message() string

Message returns the exception's message.

func (*ConflictingOperationException) OrigErr

func (s *ConflictingOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictingOperationException) RequestID

func (s *ConflictingOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictingOperationException) StatusCode

func (s *ConflictingOperationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictingOperationException) String

func (s ConflictingOperationException) 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 CreateAccessPolicyInput

type CreateAccessPolicyInput struct {

    // The identity for this access policy. Choose an IAM Identity Center user,
    // an IAM Identity Center group, or an IAM user.
    //
    // AccessPolicyIdentity is a required field
    AccessPolicyIdentity *Identity `locationName:"accessPolicyIdentity" type:"structure" required:"true"`

    // The permission level for this access policy. Note that a project ADMINISTRATOR
    // is also known as a project owner.
    //
    // AccessPolicyPermission is a required field
    AccessPolicyPermission *string `locationName:"accessPolicyPermission" type:"string" required:"true" enum:"Permission"`

    // The IoT SiteWise Monitor resource for this access policy. Choose either a
    // portal or a project.
    //
    // AccessPolicyResource is a required field
    AccessPolicyResource *Resource `locationName:"accessPolicyResource" type:"structure" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // A list of key-value pairs that contain metadata for the access policy. For
    // more information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateAccessPolicyInput) GoString

func (s CreateAccessPolicyInput) 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 (*CreateAccessPolicyInput) SetAccessPolicyIdentity

func (s *CreateAccessPolicyInput) SetAccessPolicyIdentity(v *Identity) *CreateAccessPolicyInput

SetAccessPolicyIdentity sets the AccessPolicyIdentity field's value.

func (*CreateAccessPolicyInput) SetAccessPolicyPermission

func (s *CreateAccessPolicyInput) SetAccessPolicyPermission(v string) *CreateAccessPolicyInput

SetAccessPolicyPermission sets the AccessPolicyPermission field's value.

func (*CreateAccessPolicyInput) SetAccessPolicyResource

func (s *CreateAccessPolicyInput) SetAccessPolicyResource(v *Resource) *CreateAccessPolicyInput

SetAccessPolicyResource sets the AccessPolicyResource field's value.

func (*CreateAccessPolicyInput) SetClientToken

func (s *CreateAccessPolicyInput) SetClientToken(v string) *CreateAccessPolicyInput

SetClientToken sets the ClientToken field's value.

func (*CreateAccessPolicyInput) SetTags

func (s *CreateAccessPolicyInput) SetTags(v map[string]*string) *CreateAccessPolicyInput

SetTags sets the Tags field's value.

func (CreateAccessPolicyInput) String

func (s CreateAccessPolicyInput) 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 (*CreateAccessPolicyInput) Validate

func (s *CreateAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessPolicyOutput

type CreateAccessPolicyOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the access policy, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
    //
    // AccessPolicyArn is a required field
    AccessPolicyArn *string `locationName:"accessPolicyArn" min:"1" type:"string" required:"true"`

    // The ID of the access policy.
    //
    // AccessPolicyId is a required field
    AccessPolicyId *string `locationName:"accessPolicyId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAccessPolicyOutput) GoString

func (s CreateAccessPolicyOutput) 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 (*CreateAccessPolicyOutput) SetAccessPolicyArn

func (s *CreateAccessPolicyOutput) SetAccessPolicyArn(v string) *CreateAccessPolicyOutput

SetAccessPolicyArn sets the AccessPolicyArn field's value.

func (*CreateAccessPolicyOutput) SetAccessPolicyId

func (s *CreateAccessPolicyOutput) SetAccessPolicyId(v string) *CreateAccessPolicyOutput

SetAccessPolicyId sets the AccessPolicyId field's value.

func (CreateAccessPolicyOutput) String

func (s CreateAccessPolicyOutput) 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 CreateAssetInput

type CreateAssetInput struct {

    // A description for the asset.
    AssetDescription *string `locationName:"assetDescription" min:"1" type:"string"`

    // An external ID to assign to the asset. The external ID must be unique within
    // your Amazon Web Services account. For more information, see Using external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    AssetExternalId *string `locationName:"assetExternalId" min:"2" type:"string"`

    // The ID to assign to the asset, if desired. IoT SiteWise automatically generates
    // a unique ID for you, so this parameter is never required. However, if you
    // prefer to supply your own ID instead, you can specify it here in UUID format.
    // If you specify your own ID, it must be globally unique.
    AssetId *string `locationName:"assetId" min:"36" type:"string"`

    // The ID of the asset model from which to create the asset. This can be either
    // the actual ID in UUID format, or else externalId: followed by the external
    // ID, if it has one. For more information, see Referencing objects with external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"13" type:"string" required:"true"`

    // A friendly name for the asset.
    //
    // AssetName is a required field
    AssetName *string `locationName:"assetName" min:"1" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // A list of key-value pairs that contain metadata for the asset. For more information,
    // see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateAssetInput) GoString

func (s CreateAssetInput) 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 (*CreateAssetInput) SetAssetDescription

func (s *CreateAssetInput) SetAssetDescription(v string) *CreateAssetInput

SetAssetDescription sets the AssetDescription field's value.

func (*CreateAssetInput) SetAssetExternalId

func (s *CreateAssetInput) SetAssetExternalId(v string) *CreateAssetInput

SetAssetExternalId sets the AssetExternalId field's value.

func (*CreateAssetInput) SetAssetId

func (s *CreateAssetInput) SetAssetId(v string) *CreateAssetInput

SetAssetId sets the AssetId field's value.

func (*CreateAssetInput) SetAssetModelId

func (s *CreateAssetInput) SetAssetModelId(v string) *CreateAssetInput

SetAssetModelId sets the AssetModelId field's value.

func (*CreateAssetInput) SetAssetName

func (s *CreateAssetInput) SetAssetName(v string) *CreateAssetInput

SetAssetName sets the AssetName field's value.

func (*CreateAssetInput) SetClientToken

func (s *CreateAssetInput) SetClientToken(v string) *CreateAssetInput

SetClientToken sets the ClientToken field's value.

func (*CreateAssetInput) SetTags

func (s *CreateAssetInput) SetTags(v map[string]*string) *CreateAssetInput

SetTags sets the Tags field's value.

func (CreateAssetInput) String

func (s CreateAssetInput) 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 (*CreateAssetInput) Validate

func (s *CreateAssetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssetModelCompositeModelInput

type CreateAssetModelCompositeModelInput struct {

    // A description for the composite model.
    AssetModelCompositeModelDescription *string `locationName:"assetModelCompositeModelDescription" min:"1" type:"string"`

    // An external ID to assign to the composite model.
    //
    // If the composite model is a derived composite model, or one nested inside
    // a component model, you can only set the external ID using UpdateAssetModelCompositeModel
    // and specifying the derived ID of the model or property from the created model
    // it's a part of.
    AssetModelCompositeModelExternalId *string `locationName:"assetModelCompositeModelExternalId" min:"2" type:"string"`

    // The ID of the composite model. IoT SiteWise automatically generates a unique
    // ID for you, so this parameter is never required. However, if you prefer to
    // supply your own ID instead, you can specify it here in UUID format. If you
    // specify your own ID, it must be globally unique.
    AssetModelCompositeModelId *string `locationName:"assetModelCompositeModelId" min:"36" type:"string"`

    // A unique, friendly name for the composite model.
    //
    // AssetModelCompositeModelName is a required field
    AssetModelCompositeModelName *string `locationName:"assetModelCompositeModelName" min:"1" type:"string" required:"true"`

    // The property definitions of the composite model. For more information, see
    // <LINK>.
    //
    // You can specify up to 200 properties per composite model. For more information,
    // see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html)
    // in the IoT SiteWise User Guide.
    AssetModelCompositeModelProperties []*AssetModelPropertyDefinition `locationName:"assetModelCompositeModelProperties" type:"list"`

    // The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.
    //
    // AssetModelCompositeModelType is a required field
    AssetModelCompositeModelType *string `locationName:"assetModelCompositeModelType" min:"1" type:"string" required:"true"`

    // The ID of the asset model this composite model is a part of.
    //
    // AssetModelId is a required field
    AssetModelId *string `location:"uri" locationName:"assetModelId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of a composite model on this asset.
    ComposedAssetModelId *string `locationName:"composedAssetModelId" min:"13" type:"string"`

    // The ID of the parent composite model in this asset model relationship.
    ParentAssetModelCompositeModelId *string `locationName:"parentAssetModelCompositeModelId" min:"13" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAssetModelCompositeModelInput) GoString

func (s CreateAssetModelCompositeModelInput) 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 (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelDescription

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelDescription(v string) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelDescription sets the AssetModelCompositeModelDescription field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelExternalId

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelExternalId(v string) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelExternalId sets the AssetModelCompositeModelExternalId field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelId

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelId(v string) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelName

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelName(v string) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelName sets the AssetModelCompositeModelName field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelProperties

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelProperties(v []*AssetModelPropertyDefinition) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelProperties sets the AssetModelCompositeModelProperties field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelType

func (s *CreateAssetModelCompositeModelInput) SetAssetModelCompositeModelType(v string) *CreateAssetModelCompositeModelInput

SetAssetModelCompositeModelType sets the AssetModelCompositeModelType field's value.

func (*CreateAssetModelCompositeModelInput) SetAssetModelId

func (s *CreateAssetModelCompositeModelInput) SetAssetModelId(v string) *CreateAssetModelCompositeModelInput

SetAssetModelId sets the AssetModelId field's value.

func (*CreateAssetModelCompositeModelInput) SetClientToken

func (s *CreateAssetModelCompositeModelInput) SetClientToken(v string) *CreateAssetModelCompositeModelInput

SetClientToken sets the ClientToken field's value.

func (*CreateAssetModelCompositeModelInput) SetComposedAssetModelId

func (s *CreateAssetModelCompositeModelInput) SetComposedAssetModelId(v string) *CreateAssetModelCompositeModelInput

SetComposedAssetModelId sets the ComposedAssetModelId field's value.

func (*CreateAssetModelCompositeModelInput) SetParentAssetModelCompositeModelId

func (s *CreateAssetModelCompositeModelInput) SetParentAssetModelCompositeModelId(v string) *CreateAssetModelCompositeModelInput

SetParentAssetModelCompositeModelId sets the ParentAssetModelCompositeModelId field's value.

func (CreateAssetModelCompositeModelInput) String

func (s CreateAssetModelCompositeModelInput) 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 (*CreateAssetModelCompositeModelInput) Validate

func (s *CreateAssetModelCompositeModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssetModelCompositeModelOutput

type CreateAssetModelCompositeModelOutput struct {

    // The ID of the composed asset model. You can use this ID when you call other
    // IoT SiteWise APIs.
    //
    // AssetModelCompositeModelId is a required field
    AssetModelCompositeModelId *string `locationName:"assetModelCompositeModelId" min:"36" type:"string" required:"true"`

    // The path to the composite model listing the parent composite models.
    //
    // AssetModelCompositeModelPath is a required field
    AssetModelCompositeModelPath []*AssetModelCompositeModelPathSegment `locationName:"assetModelCompositeModelPath" type:"list" required:"true"`

    // Contains current status information for an asset model. For more information,
    // see Asset and model states (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelStatus is a required field
    AssetModelStatus *AssetModelStatus `locationName:"assetModelStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssetModelCompositeModelOutput) GoString

func (s CreateAssetModelCompositeModelOutput) 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 (*CreateAssetModelCompositeModelOutput) SetAssetModelCompositeModelId

func (s *CreateAssetModelCompositeModelOutput) SetAssetModelCompositeModelId(v string) *CreateAssetModelCompositeModelOutput

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*CreateAssetModelCompositeModelOutput) SetAssetModelCompositeModelPath

func (s *CreateAssetModelCompositeModelOutput) SetAssetModelCompositeModelPath(v []*AssetModelCompositeModelPathSegment) *CreateAssetModelCompositeModelOutput

SetAssetModelCompositeModelPath sets the AssetModelCompositeModelPath field's value.

func (*CreateAssetModelCompositeModelOutput) SetAssetModelStatus

func (s *CreateAssetModelCompositeModelOutput) SetAssetModelStatus(v *AssetModelStatus) *CreateAssetModelCompositeModelOutput

SetAssetModelStatus sets the AssetModelStatus field's value.

func (CreateAssetModelCompositeModelOutput) String

func (s CreateAssetModelCompositeModelOutput) 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 CreateAssetModelInput

type CreateAssetModelInput struct {

    // The composite models that are part of this asset model. It groups properties
    // (such as attributes, measurements, transforms, and metrics) and child composite
    // models that model parts of your industrial equipment. Each composite model
    // has a type that defines the properties that the composite model supports.
    // Use composite models to define alarms on this asset model.
    //
    // When creating custom composite models, you need to use CreateAssetModelCompositeModel
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModelCompositeModel.html).
    // For more information, see <LINK>.
    AssetModelCompositeModels []*AssetModelCompositeModelDefinition `locationName:"assetModelCompositeModels" type:"list"`

    // A description for the asset model.
    AssetModelDescription *string `locationName:"assetModelDescription" min:"1" type:"string"`

    // An external ID to assign to the asset model. The external ID must be unique
    // within your Amazon Web Services account. For more information, see Using
    // external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    AssetModelExternalId *string `locationName:"assetModelExternalId" min:"2" type:"string"`

    // The hierarchy definitions of the asset model. Each hierarchy specifies an
    // asset model whose assets can be children of any other assets created from
    // this asset model. For more information, see Asset hierarchies (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html)
    // in the IoT SiteWise User Guide.
    //
    // You can specify up to 10 hierarchies per asset model. For more information,
    // see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html)
    // in the IoT SiteWise User Guide.
    AssetModelHierarchies []*AssetModelHierarchyDefinition `locationName:"assetModelHierarchies" type:"list"`

    // The ID to assign to the asset model, if desired. IoT SiteWise automatically
    // generates a unique ID for you, so this parameter is never required. However,
    // if you prefer to supply your own ID instead, you can specify it here in UUID
    // format. If you specify your own ID, it must be globally unique.
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string"`

    // A unique, friendly name for the asset model.
    //
    // AssetModelName is a required field
    AssetModelName *string `locationName:"assetModelName" min:"1" type:"string" required:"true"`

    // The property definitions of the asset model. For more information, see Asset
    // properties (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html)
    // in the IoT SiteWise User Guide.
    //
    // You can specify up to 200 properties per asset model. For more information,
    // see Quotas (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html)
    // in the IoT SiteWise User Guide.
    AssetModelProperties []*AssetModelPropertyDefinition `locationName:"assetModelProperties" type:"list"`

    // The type of asset model.
    //
    //    * ASSET_MODEL – (default) An asset model that you can use to create
    //    assets. Can't be included as a component in another asset model.
    //
    //    * COMPONENT_MODEL – A reusable component that you can include in the
    //    composite models of other asset models. You can't create assets directly
    //    from this type of asset model.
    AssetModelType *string `locationName:"assetModelType" type:"string" enum:"AssetModelType"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // A list of key-value pairs that contain metadata for the asset model. For
    // more information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateAssetModelInput) GoString

func (s CreateAssetModelInput) 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 (*CreateAssetModelInput) SetAssetModelCompositeModels

func (s *CreateAssetModelInput) SetAssetModelCompositeModels(v []*AssetModelCompositeModelDefinition) *CreateAssetModelInput

SetAssetModelCompositeModels sets the AssetModelCompositeModels field's value.

func (*CreateAssetModelInput) SetAssetModelDescription

func (s *CreateAssetModelInput) SetAssetModelDescription(v string) *CreateAssetModelInput

SetAssetModelDescription sets the AssetModelDescription field's value.

func (*CreateAssetModelInput) SetAssetModelExternalId

func (s *CreateAssetModelInput) SetAssetModelExternalId(v string) *CreateAssetModelInput

SetAssetModelExternalId sets the AssetModelExternalId field's value.

func (*CreateAssetModelInput) SetAssetModelHierarchies

func (s *CreateAssetModelInput) SetAssetModelHierarchies(v []*AssetModelHierarchyDefinition) *CreateAssetModelInput

SetAssetModelHierarchies sets the AssetModelHierarchies field's value.

func (*CreateAssetModelInput) SetAssetModelId

func (s *CreateAssetModelInput) SetAssetModelId(v string) *CreateAssetModelInput

SetAssetModelId sets the AssetModelId field's value.

func (*CreateAssetModelInput) SetAssetModelName

func (s *CreateAssetModelInput) SetAssetModelName(v string) *CreateAssetModelInput

SetAssetModelName sets the AssetModelName field's value.

func (*CreateAssetModelInput) SetAssetModelProperties

func (s *CreateAssetModelInput) SetAssetModelProperties(v []*AssetModelPropertyDefinition) *CreateAssetModelInput

SetAssetModelProperties sets the AssetModelProperties field's value.

func (*CreateAssetModelInput) SetAssetModelType

func (s *CreateAssetModelInput) SetAssetModelType(v string) *CreateAssetModelInput

SetAssetModelType sets the AssetModelType field's value.

func (*CreateAssetModelInput) SetClientToken

func (s *CreateAssetModelInput) SetClientToken(v string) *CreateAssetModelInput

SetClientToken sets the ClientToken field's value.

func (*CreateAssetModelInput) SetTags

func (s *CreateAssetModelInput) SetTags(v map[string]*string) *CreateAssetModelInput

SetTags sets the Tags field's value.

func (CreateAssetModelInput) String

func (s CreateAssetModelInput) 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 (*CreateAssetModelInput) Validate

func (s *CreateAssetModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssetModelOutput

type CreateAssetModelOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset model, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
    //
    // AssetModelArn is a required field
    AssetModelArn *string `locationName:"assetModelArn" min:"1" type:"string" required:"true"`

    // The ID of the asset model, in UUID format. You can use this ID when you call
    // other IoT SiteWise API operations.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The status of the asset model, which contains a state (CREATING after successfully
    // calling this operation) and any error message.
    //
    // AssetModelStatus is a required field
    AssetModelStatus *AssetModelStatus `locationName:"assetModelStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssetModelOutput) GoString

func (s CreateAssetModelOutput) 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 (*CreateAssetModelOutput) SetAssetModelArn

func (s *CreateAssetModelOutput) SetAssetModelArn(v string) *CreateAssetModelOutput

SetAssetModelArn sets the AssetModelArn field's value.

func (*CreateAssetModelOutput) SetAssetModelId

func (s *CreateAssetModelOutput) SetAssetModelId(v string) *CreateAssetModelOutput

SetAssetModelId sets the AssetModelId field's value.

func (*CreateAssetModelOutput) SetAssetModelStatus

func (s *CreateAssetModelOutput) SetAssetModelStatus(v *AssetModelStatus) *CreateAssetModelOutput

SetAssetModelStatus sets the AssetModelStatus field's value.

func (CreateAssetModelOutput) String

func (s CreateAssetModelOutput) 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 CreateAssetOutput

type CreateAssetOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
    //
    // AssetArn is a required field
    AssetArn *string `locationName:"assetArn" min:"1" type:"string" required:"true"`

    // The ID of the asset, in UUID format. This ID uniquely identifies the asset
    // within IoT SiteWise and can be used with other IoT SiteWise API operations.
    //
    // AssetId is a required field
    AssetId *string `locationName:"assetId" min:"36" type:"string" required:"true"`

    // The status of the asset, which contains a state (CREATING after successfully
    // calling this operation) and any error message.
    //
    // AssetStatus is a required field
    AssetStatus *AssetStatus `locationName:"assetStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssetOutput) GoString

func (s CreateAssetOutput) 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 (*CreateAssetOutput) SetAssetArn

func (s *CreateAssetOutput) SetAssetArn(v string) *CreateAssetOutput

SetAssetArn sets the AssetArn field's value.

func (*CreateAssetOutput) SetAssetId

func (s *CreateAssetOutput) SetAssetId(v string) *CreateAssetOutput

SetAssetId sets the AssetId field's value.

func (*CreateAssetOutput) SetAssetStatus

func (s *CreateAssetOutput) SetAssetStatus(v *AssetStatus) *CreateAssetOutput

SetAssetStatus sets the AssetStatus field's value.

func (CreateAssetOutput) String

func (s CreateAssetOutput) 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 CreateBulkImportJobInput

type CreateBulkImportJobInput struct {

    // If set to true, ingest new data into IoT SiteWise storage. Measurements with
    // notifications, metrics and transforms are computed. If set to false, historical
    // data is ingested into IoT SiteWise as is.
    AdaptiveIngestion *bool `locationName:"adaptiveIngestion" type:"boolean"`

    // If set to true, your data files is deleted from S3, after ingestion into
    // IoT SiteWise storage.
    DeleteFilesAfterImport *bool `locationName:"deleteFilesAfterImport" type:"boolean"`

    // The Amazon S3 destination where errors associated with the job creation request
    // are saved.
    //
    // ErrorReportLocation is a required field
    ErrorReportLocation *ErrorReportLocation `locationName:"errorReportLocation" type:"structure" required:"true"`

    // The files in the specified Amazon S3 bucket that contain your data.
    //
    // Files is a required field
    Files []*File `locationName:"files" type:"list" required:"true"`

    // Contains the configuration information of a job, such as the file format
    // used to save data in Amazon S3.
    //
    // JobConfiguration is a required field
    JobConfiguration *JobConfiguration `locationName:"jobConfiguration" type:"structure" required:"true"`

    // The unique name that helps identify the job request.
    //
    // JobName is a required field
    JobName *string `locationName:"jobName" min:"1" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the IAM role that allows IoT SiteWise to read Amazon S3 data.
    //
    // JobRoleArn is a required field
    JobRoleArn *string `locationName:"jobRoleArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateBulkImportJobInput) GoString

func (s CreateBulkImportJobInput) 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 (*CreateBulkImportJobInput) SetAdaptiveIngestion

func (s *CreateBulkImportJobInput) SetAdaptiveIngestion(v bool) *CreateBulkImportJobInput

SetAdaptiveIngestion sets the AdaptiveIngestion field's value.

func (*CreateBulkImportJobInput) SetDeleteFilesAfterImport

func (s *CreateBulkImportJobInput) SetDeleteFilesAfterImport(v bool) *CreateBulkImportJobInput

SetDeleteFilesAfterImport sets the DeleteFilesAfterImport field's value.

func (*CreateBulkImportJobInput) SetErrorReportLocation

func (s *CreateBulkImportJobInput) SetErrorReportLocation(v *ErrorReportLocation) *CreateBulkImportJobInput

SetErrorReportLocation sets the ErrorReportLocation field's value.

func (*CreateBulkImportJobInput) SetFiles

func (s *CreateBulkImportJobInput) SetFiles(v []*File) *CreateBulkImportJobInput

SetFiles sets the Files field's value.

func (*CreateBulkImportJobInput) SetJobConfiguration

func (s *CreateBulkImportJobInput) SetJobConfiguration(v *JobConfiguration) *CreateBulkImportJobInput

SetJobConfiguration sets the JobConfiguration field's value.

func (*CreateBulkImportJobInput) SetJobName

func (s *CreateBulkImportJobInput) SetJobName(v string) *CreateBulkImportJobInput

SetJobName sets the JobName field's value.

func (*CreateBulkImportJobInput) SetJobRoleArn

func (s *CreateBulkImportJobInput) SetJobRoleArn(v string) *CreateBulkImportJobInput

SetJobRoleArn sets the JobRoleArn field's value.

func (CreateBulkImportJobInput) String

func (s CreateBulkImportJobInput) 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 (*CreateBulkImportJobInput) Validate

func (s *CreateBulkImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBulkImportJobOutput

type CreateBulkImportJobOutput struct {

    // The ID of the job.
    //
    // JobId is a required field
    JobId *string `locationName:"jobId" min:"36" type:"string" required:"true"`

    // The unique name that helps identify the job request.
    //
    // JobName is a required field
    JobName *string `locationName:"jobName" min:"1" type:"string" required:"true"`

    // The status of the bulk import job can be one of following values:
    //
    //    * PENDING – IoT SiteWise is waiting for the current bulk import job
    //    to finish.
    //
    //    * CANCELLED – The bulk import job has been canceled.
    //
    //    * RUNNING – IoT SiteWise is processing your request to import your data
    //    from Amazon S3.
    //
    //    * COMPLETED – IoT SiteWise successfully completed your request to import
    //    data from Amazon S3.
    //
    //    * FAILED – IoT SiteWise couldn't process your request to import data
    //    from Amazon S3. You can use logs saved in the specified error report location
    //    in Amazon S3 to troubleshoot issues.
    //
    //    * COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import
    //    data from Amazon S3 with errors. You can use logs saved in the specified
    //    error report location in Amazon S3 to troubleshoot issues.
    //
    // JobStatus is a required field
    JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"JobStatus"`
    // contains filtered or unexported fields
}

func (CreateBulkImportJobOutput) GoString

func (s CreateBulkImportJobOutput) 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 (*CreateBulkImportJobOutput) SetJobId

func (s *CreateBulkImportJobOutput) SetJobId(v string) *CreateBulkImportJobOutput

SetJobId sets the JobId field's value.

func (*CreateBulkImportJobOutput) SetJobName

func (s *CreateBulkImportJobOutput) SetJobName(v string) *CreateBulkImportJobOutput

SetJobName sets the JobName field's value.

func (*CreateBulkImportJobOutput) SetJobStatus

func (s *CreateBulkImportJobOutput) SetJobStatus(v string) *CreateBulkImportJobOutput

SetJobStatus sets the JobStatus field's value.

func (CreateBulkImportJobOutput) String

func (s CreateBulkImportJobOutput) 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 CreateDashboardInput

type CreateDashboardInput struct {

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The dashboard definition specified in a JSON literal. For detailed information,
    // see Creating dashboards (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html)
    // in the IoT SiteWise User Guide.
    //
    // DashboardDefinition is a required field
    DashboardDefinition *string `locationName:"dashboardDefinition" type:"string" required:"true"`

    // A description for the dashboard.
    DashboardDescription *string `locationName:"dashboardDescription" min:"1" type:"string"`

    // A friendly name for the dashboard.
    //
    // DashboardName is a required field
    DashboardName *string `locationName:"dashboardName" min:"1" type:"string" required:"true"`

    // The ID of the project in which to create the dashboard.
    //
    // ProjectId is a required field
    ProjectId *string `locationName:"projectId" min:"36" type:"string" required:"true"`

    // A list of key-value pairs that contain metadata for the dashboard. For more
    // information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateDashboardInput) GoString

func (s CreateDashboardInput) 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 (*CreateDashboardInput) SetClientToken

func (s *CreateDashboardInput) SetClientToken(v string) *CreateDashboardInput

SetClientToken sets the ClientToken field's value.

func (*CreateDashboardInput) SetDashboardDefinition

func (s *CreateDashboardInput) SetDashboardDefinition(v string) *CreateDashboardInput

SetDashboardDefinition sets the DashboardDefinition field's value.

func (*CreateDashboardInput) SetDashboardDescription

func (s *CreateDashboardInput) SetDashboardDescription(v string) *CreateDashboardInput

SetDashboardDescription sets the DashboardDescription field's value.

func (*CreateDashboardInput) SetDashboardName

func (s *CreateDashboardInput) SetDashboardName(v string) *CreateDashboardInput

SetDashboardName sets the DashboardName field's value.

func (*CreateDashboardInput) SetProjectId

func (s *CreateDashboardInput) SetProjectId(v string) *CreateDashboardInput

SetProjectId sets the ProjectId field's value.

func (*CreateDashboardInput) SetTags

func (s *CreateDashboardInput) SetTags(v map[string]*string) *CreateDashboardInput

SetTags sets the Tags field's value.

func (CreateDashboardInput) String

func (s CreateDashboardInput) 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 (*CreateDashboardInput) Validate

func (s *CreateDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDashboardOutput

type CreateDashboardOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the dashboard, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
    //
    // DashboardArn is a required field
    DashboardArn *string `locationName:"dashboardArn" min:"1" type:"string" required:"true"`

    // The ID of the dashboard.
    //
    // DashboardId is a required field
    DashboardId *string `locationName:"dashboardId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateDashboardOutput) GoString

func (s CreateDashboardOutput) 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 (*CreateDashboardOutput) SetDashboardArn

func (s *CreateDashboardOutput) SetDashboardArn(v string) *CreateDashboardOutput

SetDashboardArn sets the DashboardArn field's value.

func (*CreateDashboardOutput) SetDashboardId

func (s *CreateDashboardOutput) SetDashboardId(v string) *CreateDashboardOutput

SetDashboardId sets the DashboardId field's value.

func (CreateDashboardOutput) String

func (s CreateDashboardOutput) 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 CreateGatewayInput

type CreateGatewayInput struct {

    // A unique, friendly name for the gateway.
    //
    // GatewayName is a required field
    GatewayName *string `locationName:"gatewayName" min:"1" type:"string" required:"true"`

    // The gateway's platform. You can only specify one platform in a gateway.
    //
    // GatewayPlatform is a required field
    GatewayPlatform *GatewayPlatform `locationName:"gatewayPlatform" type:"structure" required:"true"`

    // A list of key-value pairs that contain metadata for the gateway. For more
    // information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateGatewayInput) GoString

func (s CreateGatewayInput) 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 (*CreateGatewayInput) SetGatewayName

func (s *CreateGatewayInput) SetGatewayName(v string) *CreateGatewayInput

SetGatewayName sets the GatewayName field's value.

func (*CreateGatewayInput) SetGatewayPlatform

func (s *CreateGatewayInput) SetGatewayPlatform(v *GatewayPlatform) *CreateGatewayInput

SetGatewayPlatform sets the GatewayPlatform field's value.

func (*CreateGatewayInput) SetTags

func (s *CreateGatewayInput) SetTags(v map[string]*string) *CreateGatewayInput

SetTags sets the Tags field's value.

func (CreateGatewayInput) String

func (s CreateGatewayInput) 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 (*CreateGatewayInput) Validate

func (s *CreateGatewayInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateGatewayOutput

type CreateGatewayOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the gateway, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
    //
    // GatewayArn is a required field
    GatewayArn *string `locationName:"gatewayArn" min:"1" type:"string" required:"true"`

    // The ID of the gateway device. You can use this ID when you call other IoT
    // SiteWise API operations.
    //
    // GatewayId is a required field
    GatewayId *string `locationName:"gatewayId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateGatewayOutput) GoString

func (s CreateGatewayOutput) 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 (*CreateGatewayOutput) SetGatewayArn

func (s *CreateGatewayOutput) SetGatewayArn(v string) *CreateGatewayOutput

SetGatewayArn sets the GatewayArn field's value.

func (*CreateGatewayOutput) SetGatewayId

func (s *CreateGatewayOutput) SetGatewayId(v string) *CreateGatewayOutput

SetGatewayId sets the GatewayId field's value.

func (CreateGatewayOutput) String

func (s CreateGatewayOutput) 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 CreatePortalInput

type CreatePortalInput struct {

    // Contains the configuration information of an alarm created in an IoT SiteWise
    // Monitor portal. You can use the alarm to monitor an asset property and get
    // notified when the asset property value is outside a specified range. For
    // more information, see Monitoring with alarms (https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html)
    // in the IoT SiteWise Application Guide.
    Alarms *Alarms `locationName:"alarms" type:"structure"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The email address that sends alarm notifications.
    //
    // If you use the IoT Events managed Lambda function (https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html)
    // to manage your emails, you must verify the sender email address in Amazon
    // SES (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html).
    NotificationSenderEmail *string `locationName:"notificationSenderEmail" min:"1" type:"string"`

    // The service to use to authenticate users to the portal. Choose from the following
    // options:
    //
    //    * SSO – The portal uses IAM Identity Center to authenticate users and
    //    manage user permissions. Before you can create a portal that uses IAM
    //    Identity Center, you must enable IAM Identity Center. For more information,
    //    see Enabling IAM Identity Center (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso)
    //    in the IoT SiteWise User Guide. This option is only available in Amazon
    //    Web Services Regions other than the China Regions.
    //
    //    * IAM – The portal uses Identity and Access Management to authenticate
    //    users and manage user permissions.
    //
    // You can't change this value after you create a portal.
    //
    // Default: SSO
    PortalAuthMode *string `locationName:"portalAuthMode" type:"string" enum:"AuthMode"`

    // The Amazon Web Services administrator's contact email address.
    //
    // PortalContactEmail is a required field
    PortalContactEmail *string `locationName:"portalContactEmail" min:"1" type:"string" required:"true"`

    // A description for the portal.
    PortalDescription *string `locationName:"portalDescription" min:"1" type:"string"`

    // A logo image to display in the portal. Upload a square, high-resolution image.
    // The image is displayed on a dark background.
    PortalLogoImageFile *ImageFile `locationName:"portalLogoImageFile" type:"structure"`

    // A friendly name for the portal.
    //
    // PortalName is a required field
    PortalName *string `locationName:"portalName" min:"1" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of a service role that allows the portal's users to access your IoT SiteWise
    // resources on your behalf. For more information, see Using service roles for
    // IoT SiteWise Monitor (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html)
    // in the IoT SiteWise User Guide.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"`

    // A list of key-value pairs that contain metadata for the portal. For more
    // information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreatePortalInput) GoString

func (s CreatePortalInput) 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 (*CreatePortalInput) SetAlarms

func (s *CreatePortalInput) SetAlarms(v *Alarms) *CreatePortalInput

SetAlarms sets the Alarms field's value.

func (*CreatePortalInput) SetClientToken

func (s *CreatePortalInput) SetClientToken(v string) *CreatePortalInput

SetClientToken sets the ClientToken field's value.

func (*CreatePortalInput) SetNotificationSenderEmail

func (s *CreatePortalInput) SetNotificationSenderEmail(v string) *CreatePortalInput

SetNotificationSenderEmail sets the NotificationSenderEmail field's value.

func (*CreatePortalInput) SetPortalAuthMode

func (s *CreatePortalInput) SetPortalAuthMode(v string) *CreatePortalInput

SetPortalAuthMode sets the PortalAuthMode field's value.

func (*CreatePortalInput) SetPortalContactEmail

func (s *CreatePortalInput) SetPortalContactEmail(v string) *CreatePortalInput

SetPortalContactEmail sets the PortalContactEmail field's value.

func (*CreatePortalInput) SetPortalDescription

func (s *CreatePortalInput) SetPortalDescription(v string) *CreatePortalInput

SetPortalDescription sets the PortalDescription field's value.

func (*CreatePortalInput) SetPortalLogoImageFile

func (s *CreatePortalInput) SetPortalLogoImageFile(v *ImageFile) *CreatePortalInput

SetPortalLogoImageFile sets the PortalLogoImageFile field's value.

func (*CreatePortalInput) SetPortalName

func (s *CreatePortalInput) SetPortalName(v string) *CreatePortalInput

SetPortalName sets the PortalName field's value.

func (*CreatePortalInput) SetRoleArn

func (s *CreatePortalInput) SetRoleArn(v string) *CreatePortalInput

SetRoleArn sets the RoleArn field's value.

func (*CreatePortalInput) SetTags

func (s *CreatePortalInput) SetTags(v map[string]*string) *CreatePortalInput

SetTags sets the Tags field's value.

func (CreatePortalInput) String

func (s CreatePortalInput) 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 (*CreatePortalInput) Validate

func (s *CreatePortalInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePortalOutput

type CreatePortalOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the portal, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
    //
    // PortalArn is a required field
    PortalArn *string `locationName:"portalArn" min:"1" type:"string" required:"true"`

    // The ID of the created portal.
    //
    // PortalId is a required field
    PortalId *string `locationName:"portalId" min:"36" type:"string" required:"true"`

    // The URL for the IoT SiteWise Monitor portal. You can use this URL to access
    // portals that use IAM Identity Center for authentication. For portals that
    // use IAM for authentication, you must use the IoT SiteWise console to get
    // a URL that you can use to access the portal.
    //
    // PortalStartUrl is a required field
    PortalStartUrl *string `locationName:"portalStartUrl" min:"1" type:"string" required:"true"`

    // The status of the portal, which contains a state (CREATING after successfully
    // calling this operation) and any error message.
    //
    // PortalStatus is a required field
    PortalStatus *PortalStatus `locationName:"portalStatus" type:"structure" required:"true"`

    // The associated IAM Identity Center application ID, if the portal uses IAM
    // Identity Center.
    //
    // SsoApplicationId is a required field
    SsoApplicationId *string `locationName:"ssoApplicationId" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreatePortalOutput) GoString

func (s CreatePortalOutput) 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 (*CreatePortalOutput) SetPortalArn

func (s *CreatePortalOutput) SetPortalArn(v string) *CreatePortalOutput

SetPortalArn sets the PortalArn field's value.

func (*CreatePortalOutput) SetPortalId

func (s *CreatePortalOutput) SetPortalId(v string) *CreatePortalOutput

SetPortalId sets the PortalId field's value.

func (*CreatePortalOutput) SetPortalStartUrl

func (s *CreatePortalOutput) SetPortalStartUrl(v string) *CreatePortalOutput

SetPortalStartUrl sets the PortalStartUrl field's value.

func (*CreatePortalOutput) SetPortalStatus

func (s *CreatePortalOutput) SetPortalStatus(v *PortalStatus) *CreatePortalOutput

SetPortalStatus sets the PortalStatus field's value.

func (*CreatePortalOutput) SetSsoApplicationId

func (s *CreatePortalOutput) SetSsoApplicationId(v string) *CreatePortalOutput

SetSsoApplicationId sets the SsoApplicationId field's value.

func (CreatePortalOutput) String

func (s CreatePortalOutput) 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 CreateProjectInput

type CreateProjectInput struct {

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the portal in which to create the project.
    //
    // PortalId is a required field
    PortalId *string `locationName:"portalId" min:"36" type:"string" required:"true"`

    // A description for the project.
    ProjectDescription *string `locationName:"projectDescription" min:"1" type:"string"`

    // A friendly name for the project.
    //
    // ProjectName is a required field
    ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"`

    // A list of key-value pairs that contain metadata for the project. For more
    // information, see Tagging your IoT SiteWise resources (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html)
    // in the IoT SiteWise User Guide.
    Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
    // contains filtered or unexported fields
}

func (CreateProjectInput) GoString

func (s CreateProjectInput) 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 (*CreateProjectInput) SetClientToken

func (s *CreateProjectInput) SetClientToken(v string) *CreateProjectInput

SetClientToken sets the ClientToken field's value.

func (*CreateProjectInput) SetPortalId

func (s *CreateProjectInput) SetPortalId(v string) *CreateProjectInput

SetPortalId sets the PortalId field's value.

func (*CreateProjectInput) SetProjectDescription

func (s *CreateProjectInput) SetProjectDescription(v string) *CreateProjectInput

SetProjectDescription sets the ProjectDescription field's value.

func (*CreateProjectInput) SetProjectName

func (s *CreateProjectInput) SetProjectName(v string) *CreateProjectInput

SetProjectName sets the ProjectName field's value.

func (*CreateProjectInput) SetTags

func (s *CreateProjectInput) SetTags(v map[string]*string) *CreateProjectInput

SetTags sets the Tags field's value.

func (CreateProjectInput) String

func (s CreateProjectInput) 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 (*CreateProjectInput) Validate

func (s *CreateProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProjectOutput

type CreateProjectOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the project, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
    //
    // ProjectArn is a required field
    ProjectArn *string `locationName:"projectArn" min:"1" type:"string" required:"true"`

    // The ID of the project.
    //
    // ProjectId is a required field
    ProjectId *string `locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateProjectOutput) GoString

func (s CreateProjectOutput) 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 (*CreateProjectOutput) SetProjectArn

func (s *CreateProjectOutput) SetProjectArn(v string) *CreateProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (*CreateProjectOutput) SetProjectId

func (s *CreateProjectOutput) SetProjectId(v string) *CreateProjectOutput

SetProjectId sets the ProjectId field's value.

func (CreateProjectOutput) String

func (s CreateProjectOutput) 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 Csv

type Csv struct {

    // The column names specified in the .csv file.
    //
    // ColumnNames is a required field
    ColumnNames []*string `locationName:"columnNames" type:"list" required:"true" enum:"ColumnName"`
    // contains filtered or unexported fields
}

A .CSV file.

func (Csv) GoString

func (s Csv) 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 (*Csv) SetColumnNames

func (s *Csv) SetColumnNames(v []*string) *Csv

SetColumnNames sets the ColumnNames field's value.

func (Csv) String

func (s Csv) 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 (*Csv) Validate

func (s *Csv) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomerManagedS3Storage

type CustomerManagedS3Storage struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the Identity and Access Management role that allows IoT SiteWise to send
    // data to Amazon S3.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the Amazon S3 object. For more information about how to find the ARN for
    // an Amazon S3 object, see Amazon S3 resources (https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-arn-format.html)
    // in the Amazon Simple Storage Service User Guide.
    //
    // S3ResourceArn is a required field
    S3ResourceArn *string `locationName:"s3ResourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about a customer managed Amazon S3 bucket.

func (CustomerManagedS3Storage) GoString

func (s CustomerManagedS3Storage) 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 (*CustomerManagedS3Storage) SetRoleArn

func (s *CustomerManagedS3Storage) SetRoleArn(v string) *CustomerManagedS3Storage

SetRoleArn sets the RoleArn field's value.

func (*CustomerManagedS3Storage) SetS3ResourceArn

func (s *CustomerManagedS3Storage) SetS3ResourceArn(v string) *CustomerManagedS3Storage

SetS3ResourceArn sets the S3ResourceArn field's value.

func (CustomerManagedS3Storage) String

func (s CustomerManagedS3Storage) 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 (*CustomerManagedS3Storage) Validate

func (s *CustomerManagedS3Storage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashboardSummary

type DashboardSummary struct {

    // The date the dashboard was created, in Unix epoch time.
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp"`

    // The dashboard's description.
    Description *string `locationName:"description" min:"1" type:"string"`

    // The ID of the dashboard.
    //
    // Id is a required field
    Id *string `locationName:"id" min:"36" type:"string" required:"true"`

    // The date the dashboard was last updated, in Unix epoch time.
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp"`

    // The name of the dashboard
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains a dashboard summary.

func (DashboardSummary) GoString

func (s DashboardSummary) 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 (*DashboardSummary) SetCreationDate

func (s *DashboardSummary) SetCreationDate(v time.Time) *DashboardSummary

SetCreationDate sets the CreationDate field's value.

func (*DashboardSummary) SetDescription

func (s *DashboardSummary) SetDescription(v string) *DashboardSummary

SetDescription sets the Description field's value.

func (*DashboardSummary) SetId

func (s *DashboardSummary) SetId(v string) *DashboardSummary

SetId sets the Id field's value.

func (*DashboardSummary) SetLastUpdateDate

func (s *DashboardSummary) SetLastUpdateDate(v time.Time) *DashboardSummary

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*DashboardSummary) SetName

func (s *DashboardSummary) SetName(v string) *DashboardSummary

SetName sets the Name field's value.

func (DashboardSummary) String

func (s DashboardSummary) 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 Datum

type Datum struct {

    // Indicates if the data point is an array.
    ArrayValue []*Datum `locationName:"arrayValue" type:"list"`

    // Indicates if the data point is null.
    NullValue *bool `locationName:"nullValue" type:"boolean"`

    // Indicates if the data point is a row.
    RowValue *Row `locationName:"rowValue" type:"structure"`

    // Indicates if the data point is a scalar value such as integer, string, double,
    // or Boolean.
    ScalarValue *string `locationName:"scalarValue" type:"string"`
    // contains filtered or unexported fields
}

Represents a single data point in a query result.

func (Datum) GoString

func (s Datum) 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 (*Datum) SetArrayValue

func (s *Datum) SetArrayValue(v []*Datum) *Datum

SetArrayValue sets the ArrayValue field's value.

func (*Datum) SetNullValue

func (s *Datum) SetNullValue(v bool) *Datum

SetNullValue sets the NullValue field's value.

func (*Datum) SetRowValue

func (s *Datum) SetRowValue(v *Row) *Datum

SetRowValue sets the RowValue field's value.

func (*Datum) SetScalarValue

func (s *Datum) SetScalarValue(v string) *Datum

SetScalarValue sets the ScalarValue field's value.

func (Datum) String

func (s Datum) 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 DeleteAccessPolicyInput

type DeleteAccessPolicyInput struct {

    // The ID of the access policy to be deleted.
    //
    // AccessPolicyId is a required field
    AccessPolicyId *string `location:"uri" locationName:"accessPolicyId" min:"36" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (DeleteAccessPolicyInput) GoString

func (s DeleteAccessPolicyInput) 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 (*DeleteAccessPolicyInput) SetAccessPolicyId

func (s *DeleteAccessPolicyInput) SetAccessPolicyId(v string) *DeleteAccessPolicyInput

SetAccessPolicyId sets the AccessPolicyId field's value.

func (*DeleteAccessPolicyInput) SetClientToken

func (s *DeleteAccessPolicyInput) SetClientToken(v string) *DeleteAccessPolicyInput

SetClientToken sets the ClientToken field's value.

func (DeleteAccessPolicyInput) String

func (s DeleteAccessPolicyInput) 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 (*DeleteAccessPolicyInput) Validate

func (s *DeleteAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessPolicyOutput

type DeleteAccessPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessPolicyOutput) GoString

func (s DeleteAccessPolicyOutput) 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 (DeleteAccessPolicyOutput) String

func (s DeleteAccessPolicyOutput) 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 DeleteAssetInput

type DeleteAssetInput struct {

    // The ID of the asset to delete. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetInput) GoString

func (s DeleteAssetInput) 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 (*DeleteAssetInput) SetAssetId

func (s *DeleteAssetInput) SetAssetId(v string) *DeleteAssetInput

SetAssetId sets the AssetId field's value.

func (*DeleteAssetInput) SetClientToken

func (s *DeleteAssetInput) SetClientToken(v string) *DeleteAssetInput

SetClientToken sets the ClientToken field's value.

func (DeleteAssetInput) String

func (s DeleteAssetInput) 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 (*DeleteAssetInput) Validate

func (s *DeleteAssetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssetModelCompositeModelInput

type DeleteAssetModelCompositeModelInput struct {

    // The ID of a composite model on this asset model.
    //
    // AssetModelCompositeModelId is a required field
    AssetModelCompositeModelId *string `location:"uri" locationName:"assetModelCompositeModelId" min:"13" type:"string" required:"true"`

    // The ID of the asset model, in UUID format.
    //
    // AssetModelId is a required field
    AssetModelId *string `location:"uri" locationName:"assetModelId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetModelCompositeModelInput) GoString

func (s DeleteAssetModelCompositeModelInput) 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 (*DeleteAssetModelCompositeModelInput) SetAssetModelCompositeModelId

func (s *DeleteAssetModelCompositeModelInput) SetAssetModelCompositeModelId(v string) *DeleteAssetModelCompositeModelInput

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*DeleteAssetModelCompositeModelInput) SetAssetModelId

func (s *DeleteAssetModelCompositeModelInput) SetAssetModelId(v string) *DeleteAssetModelCompositeModelInput

SetAssetModelId sets the AssetModelId field's value.

func (*DeleteAssetModelCompositeModelInput) SetClientToken

func (s *DeleteAssetModelCompositeModelInput) SetClientToken(v string) *DeleteAssetModelCompositeModelInput

SetClientToken sets the ClientToken field's value.

func (DeleteAssetModelCompositeModelInput) String

func (s DeleteAssetModelCompositeModelInput) 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 (*DeleteAssetModelCompositeModelInput) Validate

func (s *DeleteAssetModelCompositeModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssetModelCompositeModelOutput

type DeleteAssetModelCompositeModelOutput struct {

    // Contains current status information for an asset model. For more information,
    // see Asset and model states (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelStatus is a required field
    AssetModelStatus *AssetModelStatus `locationName:"assetModelStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetModelCompositeModelOutput) GoString

func (s DeleteAssetModelCompositeModelOutput) 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 (*DeleteAssetModelCompositeModelOutput) SetAssetModelStatus

func (s *DeleteAssetModelCompositeModelOutput) SetAssetModelStatus(v *AssetModelStatus) *DeleteAssetModelCompositeModelOutput

SetAssetModelStatus sets the AssetModelStatus field's value.

func (DeleteAssetModelCompositeModelOutput) String

func (s DeleteAssetModelCompositeModelOutput) 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 DeleteAssetModelInput

type DeleteAssetModelInput struct {

    // The ID of the asset model to delete. This can be either the actual ID in
    // UUID format, or else externalId: followed by the external ID, if it has one.
    // For more information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelId is a required field
    AssetModelId *string `location:"uri" locationName:"assetModelId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetModelInput) GoString

func (s DeleteAssetModelInput) 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 (*DeleteAssetModelInput) SetAssetModelId

func (s *DeleteAssetModelInput) SetAssetModelId(v string) *DeleteAssetModelInput

SetAssetModelId sets the AssetModelId field's value.

func (*DeleteAssetModelInput) SetClientToken

func (s *DeleteAssetModelInput) SetClientToken(v string) *DeleteAssetModelInput

SetClientToken sets the ClientToken field's value.

func (DeleteAssetModelInput) String

func (s DeleteAssetModelInput) 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 (*DeleteAssetModelInput) Validate

func (s *DeleteAssetModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssetModelOutput

type DeleteAssetModelOutput struct {

    // The status of the asset model, which contains a state (DELETING after successfully
    // calling this operation) and any error message.
    //
    // AssetModelStatus is a required field
    AssetModelStatus *AssetModelStatus `locationName:"assetModelStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetModelOutput) GoString

func (s DeleteAssetModelOutput) 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 (*DeleteAssetModelOutput) SetAssetModelStatus

func (s *DeleteAssetModelOutput) SetAssetModelStatus(v *AssetModelStatus) *DeleteAssetModelOutput

SetAssetModelStatus sets the AssetModelStatus field's value.

func (DeleteAssetModelOutput) String

func (s DeleteAssetModelOutput) 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 DeleteAssetOutput

type DeleteAssetOutput struct {

    // The status of the asset, which contains a state (DELETING after successfully
    // calling this operation) and any error message.
    //
    // AssetStatus is a required field
    AssetStatus *AssetStatus `locationName:"assetStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssetOutput) GoString

func (s DeleteAssetOutput) 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 (*DeleteAssetOutput) SetAssetStatus

func (s *DeleteAssetOutput) SetAssetStatus(v *AssetStatus) *DeleteAssetOutput

SetAssetStatus sets the AssetStatus field's value.

func (DeleteAssetOutput) String

func (s DeleteAssetOutput) 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 DeleteDashboardInput

type DeleteDashboardInput struct {

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the dashboard to delete.
    //
    // DashboardId is a required field
    DashboardId *string `location:"uri" locationName:"dashboardId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteDashboardInput) GoString

func (s DeleteDashboardInput) 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 (*DeleteDashboardInput) SetClientToken

func (s *DeleteDashboardInput) SetClientToken(v string) *DeleteDashboardInput

SetClientToken sets the ClientToken field's value.

func (*DeleteDashboardInput) SetDashboardId

func (s *DeleteDashboardInput) SetDashboardId(v string) *DeleteDashboardInput

SetDashboardId sets the DashboardId field's value.

func (DeleteDashboardInput) String

func (s DeleteDashboardInput) 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 (*DeleteDashboardInput) Validate

func (s *DeleteDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDashboardOutput

type DeleteDashboardOutput struct {
    // contains filtered or unexported fields
}

func (DeleteDashboardOutput) GoString

func (s DeleteDashboardOutput) 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 (DeleteDashboardOutput) String

func (s DeleteDashboardOutput) 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 DeleteGatewayInput

type DeleteGatewayInput struct {

    // The ID of the gateway to delete.
    //
    // GatewayId is a required field
    GatewayId *string `location:"uri" locationName:"gatewayId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteGatewayInput) GoString

func (s DeleteGatewayInput) 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 (*DeleteGatewayInput) SetGatewayId

func (s *DeleteGatewayInput) SetGatewayId(v string) *DeleteGatewayInput

SetGatewayId sets the GatewayId field's value.

func (DeleteGatewayInput) String

func (s DeleteGatewayInput) 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 (*DeleteGatewayInput) Validate

func (s *DeleteGatewayInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteGatewayOutput

type DeleteGatewayOutput struct {
    // contains filtered or unexported fields
}

func (DeleteGatewayOutput) GoString

func (s DeleteGatewayOutput) 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 (DeleteGatewayOutput) String

func (s DeleteGatewayOutput) 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 DeletePortalInput

type DeletePortalInput struct {

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the portal to delete.
    //
    // PortalId is a required field
    PortalId *string `location:"uri" locationName:"portalId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePortalInput) GoString

func (s DeletePortalInput) 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 (*DeletePortalInput) SetClientToken

func (s *DeletePortalInput) SetClientToken(v string) *DeletePortalInput

SetClientToken sets the ClientToken field's value.

func (*DeletePortalInput) SetPortalId

func (s *DeletePortalInput) SetPortalId(v string) *DeletePortalInput

SetPortalId sets the PortalId field's value.

func (DeletePortalInput) String

func (s DeletePortalInput) 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 (*DeletePortalInput) Validate

func (s *DeletePortalInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePortalOutput

type DeletePortalOutput struct {

    // The status of the portal, which contains a state (DELETING after successfully
    // calling this operation) and any error message.
    //
    // PortalStatus is a required field
    PortalStatus *PortalStatus `locationName:"portalStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePortalOutput) GoString

func (s DeletePortalOutput) 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 (*DeletePortalOutput) SetPortalStatus

func (s *DeletePortalOutput) SetPortalStatus(v *PortalStatus) *DeletePortalOutput

SetPortalStatus sets the PortalStatus field's value.

func (DeletePortalOutput) String

func (s DeletePortalOutput) 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 DeleteProjectInput

type DeleteProjectInput struct {

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `location:"querystring" locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the project.
    //
    // ProjectId is a required field
    ProjectId *string `location:"uri" locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteProjectInput) GoString

func (s DeleteProjectInput) 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 (*DeleteProjectInput) SetClientToken

func (s *DeleteProjectInput) SetClientToken(v string) *DeleteProjectInput

SetClientToken sets the ClientToken field's value.

func (*DeleteProjectInput) SetProjectId

func (s *DeleteProjectInput) SetProjectId(v string) *DeleteProjectInput

SetProjectId sets the ProjectId field's value.

func (DeleteProjectInput) String

func (s DeleteProjectInput) 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 (*DeleteProjectInput) Validate

func (s *DeleteProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProjectOutput

type DeleteProjectOutput struct {
    // contains filtered or unexported fields
}

func (DeleteProjectOutput) GoString

func (s DeleteProjectOutput) 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 (DeleteProjectOutput) String

func (s DeleteProjectOutput) 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 DeleteTimeSeriesInput

type DeleteTimeSeriesInput struct {

    // The alias that identifies the time series.
    Alias *string `location:"querystring" locationName:"alias" min:"1" type:"string"`

    // The ID of the asset in which the asset property was created. This can be
    // either the actual ID in UUID format, or else externalId: followed by the
    // external ID, if it has one. For more information, see Referencing objects
    // with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    AssetId *string `location:"querystring" locationName:"assetId" min:"13" type:"string"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the asset property. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    PropertyId *string `location:"querystring" locationName:"propertyId" min:"13" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteTimeSeriesInput) GoString

func (s DeleteTimeSeriesInput) 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 (*DeleteTimeSeriesInput) SetAlias

func (s *DeleteTimeSeriesInput) SetAlias(v string) *DeleteTimeSeriesInput

SetAlias sets the Alias field's value.

func (*DeleteTimeSeriesInput) SetAssetId

func (s *DeleteTimeSeriesInput) SetAssetId(v string) *DeleteTimeSeriesInput

SetAssetId sets the AssetId field's value.

func (*DeleteTimeSeriesInput) SetClientToken

func (s *DeleteTimeSeriesInput) SetClientToken(v string) *DeleteTimeSeriesInput

SetClientToken sets the ClientToken field's value.

func (*DeleteTimeSeriesInput) SetPropertyId

func (s *DeleteTimeSeriesInput) SetPropertyId(v string) *DeleteTimeSeriesInput

SetPropertyId sets the PropertyId field's value.

func (DeleteTimeSeriesInput) String

func (s DeleteTimeSeriesInput) 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 (*DeleteTimeSeriesInput) Validate

func (s *DeleteTimeSeriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTimeSeriesOutput

type DeleteTimeSeriesOutput struct {
    // contains filtered or unexported fields
}

func (DeleteTimeSeriesOutput) GoString

func (s DeleteTimeSeriesOutput) 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 (DeleteTimeSeriesOutput) String

func (s DeleteTimeSeriesOutput) 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 DescribeAccessPolicyInput

type DescribeAccessPolicyInput struct {

    // The ID of the access policy.
    //
    // AccessPolicyId is a required field
    AccessPolicyId *string `location:"uri" locationName:"accessPolicyId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAccessPolicyInput) GoString

func (s DescribeAccessPolicyInput) 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 (*DescribeAccessPolicyInput) SetAccessPolicyId

func (s *DescribeAccessPolicyInput) SetAccessPolicyId(v string) *DescribeAccessPolicyInput

SetAccessPolicyId sets the AccessPolicyId field's value.

func (DescribeAccessPolicyInput) String

func (s DescribeAccessPolicyInput) 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 (*DescribeAccessPolicyInput) Validate

func (s *DescribeAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAccessPolicyOutput

type DescribeAccessPolicyOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the access policy, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
    //
    // AccessPolicyArn is a required field
    AccessPolicyArn *string `locationName:"accessPolicyArn" min:"1" type:"string" required:"true"`

    // The date the access policy was created, in Unix epoch time.
    //
    // AccessPolicyCreationDate is a required field
    AccessPolicyCreationDate *time.Time `locationName:"accessPolicyCreationDate" type:"timestamp" required:"true"`

    // The ID of the access policy.
    //
    // AccessPolicyId is a required field
    AccessPolicyId *string `locationName:"accessPolicyId" min:"36" type:"string" required:"true"`

    // The identity (IAM Identity Center user, IAM Identity Center group, or IAM
    // user) to which this access policy applies.
    //
    // AccessPolicyIdentity is a required field
    AccessPolicyIdentity *Identity `locationName:"accessPolicyIdentity" type:"structure" required:"true"`

    // The date the access policy was last updated, in Unix epoch time.
    //
    // AccessPolicyLastUpdateDate is a required field
    AccessPolicyLastUpdateDate *time.Time `locationName:"accessPolicyLastUpdateDate" type:"timestamp" required:"true"`

    // The access policy permission. Note that a project ADMINISTRATOR is also known
    // as a project owner.
    //
    // AccessPolicyPermission is a required field
    AccessPolicyPermission *string `locationName:"accessPolicyPermission" type:"string" required:"true" enum:"Permission"`

    // The IoT SiteWise Monitor resource (portal or project) to which this access
    // policy provides access.
    //
    // AccessPolicyResource is a required field
    AccessPolicyResource *Resource `locationName:"accessPolicyResource" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAccessPolicyOutput) GoString

func (s DescribeAccessPolicyOutput) 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 (*DescribeAccessPolicyOutput) SetAccessPolicyArn

func (s *DescribeAccessPolicyOutput) SetAccessPolicyArn(v string) *DescribeAccessPolicyOutput

SetAccessPolicyArn sets the AccessPolicyArn field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyCreationDate

func (s *DescribeAccessPolicyOutput) SetAccessPolicyCreationDate(v time.Time) *DescribeAccessPolicyOutput

SetAccessPolicyCreationDate sets the AccessPolicyCreationDate field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyId

func (s *DescribeAccessPolicyOutput) SetAccessPolicyId(v string) *DescribeAccessPolicyOutput

SetAccessPolicyId sets the AccessPolicyId field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyIdentity

func (s *DescribeAccessPolicyOutput) SetAccessPolicyIdentity(v *Identity) *DescribeAccessPolicyOutput

SetAccessPolicyIdentity sets the AccessPolicyIdentity field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyLastUpdateDate

func (s *DescribeAccessPolicyOutput) SetAccessPolicyLastUpdateDate(v time.Time) *DescribeAccessPolicyOutput

SetAccessPolicyLastUpdateDate sets the AccessPolicyLastUpdateDate field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyPermission

func (s *DescribeAccessPolicyOutput) SetAccessPolicyPermission(v string) *DescribeAccessPolicyOutput

SetAccessPolicyPermission sets the AccessPolicyPermission field's value.

func (*DescribeAccessPolicyOutput) SetAccessPolicyResource

func (s *DescribeAccessPolicyOutput) SetAccessPolicyResource(v *Resource) *DescribeAccessPolicyOutput

SetAccessPolicyResource sets the AccessPolicyResource field's value.

func (DescribeAccessPolicyOutput) String

func (s DescribeAccessPolicyOutput) 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 DescribeActionInput

type DescribeActionInput struct {

    // The ID of the action.
    //
    // ActionId is a required field
    ActionId *string `location:"uri" locationName:"actionId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeActionInput) GoString

func (s DescribeActionInput) 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 (*DescribeActionInput) SetActionId

func (s *DescribeActionInput) SetActionId(v string) *DescribeActionInput

SetActionId sets the ActionId field's value.

func (DescribeActionInput) String

func (s DescribeActionInput) 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 (*DescribeActionInput) Validate

func (s *DescribeActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeActionOutput

type DescribeActionOutput struct {

    // The ID of the action definition.
    //
    // ActionDefinitionId is a required field
    ActionDefinitionId *string `locationName:"actionDefinitionId" min:"36" type:"string" required:"true"`

    // The ID of the action.
    //
    // ActionId is a required field
    ActionId *string `locationName:"actionId" min:"36" type:"string" required:"true"`

    // The JSON payload of the action.
    //
    // ActionPayload is a required field
    ActionPayload *ActionPayload `locationName:"actionPayload" type:"structure" required:"true"`

    // The time the action was executed.
    //
    // ExecutionTime is a required field
    ExecutionTime *time.Time `locationName:"executionTime" type:"timestamp" required:"true"`

    // The resource the action will be taken on.
    //
    // TargetResource is a required field
    TargetResource *TargetResource `locationName:"targetResource" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeActionOutput) GoString

func (s DescribeActionOutput) 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 (*DescribeActionOutput) SetActionDefinitionId

func (s *DescribeActionOutput) SetActionDefinitionId(v string) *DescribeActionOutput

SetActionDefinitionId sets the ActionDefinitionId field's value.

func (*DescribeActionOutput) SetActionId

func (s *DescribeActionOutput) SetActionId(v string) *DescribeActionOutput

SetActionId sets the ActionId field's value.

func (*DescribeActionOutput) SetActionPayload

func (s *DescribeActionOutput) SetActionPayload(v *ActionPayload) *DescribeActionOutput

SetActionPayload sets the ActionPayload field's value.

func (*DescribeActionOutput) SetExecutionTime

func (s *DescribeActionOutput) SetExecutionTime(v time.Time) *DescribeActionOutput

SetExecutionTime sets the ExecutionTime field's value.

func (*DescribeActionOutput) SetTargetResource

func (s *DescribeActionOutput) SetTargetResource(v *TargetResource) *DescribeActionOutput

SetTargetResource sets the TargetResource field's value.

func (DescribeActionOutput) String

func (s DescribeActionOutput) 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 DescribeAssetCompositeModelInput

type DescribeAssetCompositeModelInput struct {

    // The ID of a composite model on this asset. This can be either the actual
    // ID in UUID format, or else externalId: followed by the external ID, if it
    // has one. For more information, see Referencing objects with external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetCompositeModelId is a required field
    AssetCompositeModelId *string `location:"uri" locationName:"assetCompositeModelId" min:"13" type:"string" required:"true"`

    // The ID of the asset. This can be either the actual ID in UUID format, or
    // else externalId: followed by the external ID, if it has one. For more information,
    // see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssetCompositeModelInput) GoString

func (s DescribeAssetCompositeModelInput) 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 (*DescribeAssetCompositeModelInput) SetAssetCompositeModelId

func (s *DescribeAssetCompositeModelInput) SetAssetCompositeModelId(v string) *DescribeAssetCompositeModelInput

SetAssetCompositeModelId sets the AssetCompositeModelId field's value.

func (*DescribeAssetCompositeModelInput) SetAssetId

func (s *DescribeAssetCompositeModelInput) SetAssetId(v string) *DescribeAssetCompositeModelInput

SetAssetId sets the AssetId field's value.

func (DescribeAssetCompositeModelInput) String

func (s DescribeAssetCompositeModelInput) 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 (*DescribeAssetCompositeModelInput) Validate

func (s *DescribeAssetCompositeModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetCompositeModelOutput

type DescribeAssetCompositeModelOutput struct {

    // The available actions for a composite model on this asset.
    ActionDefinitions []*ActionDefinition `locationName:"actionDefinitions" type:"list"`

    // A description for the composite model.
    //
    // AssetCompositeModelDescription is a required field
    AssetCompositeModelDescription *string `locationName:"assetCompositeModelDescription" min:"1" type:"string" required:"true"`

    // An external ID to assign to the asset model.
    //
    // If the composite model is a component-based composite model, or one nested
    // inside a component model, you can only set the external ID using UpdateAssetModelCompositeModel
    // and specifying the derived ID of the model or property from the created model
    // it's a part of.
    AssetCompositeModelExternalId *string `locationName:"assetCompositeModelExternalId" min:"2" type:"string"`

    // The ID of a composite model on this asset.
    //
    // AssetCompositeModelId is a required field
    AssetCompositeModelId *string `locationName:"assetCompositeModelId" min:"36" type:"string" required:"true"`

    // The unique, friendly name for the composite model.
    //
    // AssetCompositeModelName is a required field
    AssetCompositeModelName *string `locationName:"assetCompositeModelName" min:"1" type:"string" required:"true"`

    // The path to the composite model listing the parent composite models.
    //
    // AssetCompositeModelPath is a required field
    AssetCompositeModelPath []*AssetCompositeModelPathSegment `locationName:"assetCompositeModelPath" type:"list" required:"true"`

    // The property definitions of the composite model that was used to create the
    // asset.
    //
    // AssetCompositeModelProperties is a required field
    AssetCompositeModelProperties []*AssetProperty `locationName:"assetCompositeModelProperties" type:"list" required:"true"`

    // The list of composite model summaries.
    //
    // AssetCompositeModelSummaries is a required field
    AssetCompositeModelSummaries []*AssetCompositeModelSummary `locationName:"assetCompositeModelSummaries" type:"list" required:"true"`

    // The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.
    //
    // AssetCompositeModelType is a required field
    AssetCompositeModelType *string `locationName:"assetCompositeModelType" min:"1" type:"string" required:"true"`

    // The ID of the asset, in UUID format. This ID uniquely identifies the asset
    // within IoT SiteWise and can be used with other IoT SiteWise APIs.
    //
    // AssetId is a required field
    AssetId *string `locationName:"assetId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssetCompositeModelOutput) GoString

func (s DescribeAssetCompositeModelOutput) 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 (*DescribeAssetCompositeModelOutput) SetActionDefinitions

func (s *DescribeAssetCompositeModelOutput) SetActionDefinitions(v []*ActionDefinition) *DescribeAssetCompositeModelOutput

SetActionDefinitions sets the ActionDefinitions field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelDescription

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelDescription(v string) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelDescription sets the AssetCompositeModelDescription field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelExternalId

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelExternalId(v string) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelExternalId sets the AssetCompositeModelExternalId field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelId

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelId(v string) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelId sets the AssetCompositeModelId field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelName

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelName(v string) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelName sets the AssetCompositeModelName field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelPath

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelPath(v []*AssetCompositeModelPathSegment) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelPath sets the AssetCompositeModelPath field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelProperties

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelProperties(v []*AssetProperty) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelProperties sets the AssetCompositeModelProperties field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelSummaries

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelSummaries(v []*AssetCompositeModelSummary) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelSummaries sets the AssetCompositeModelSummaries field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetCompositeModelType

func (s *DescribeAssetCompositeModelOutput) SetAssetCompositeModelType(v string) *DescribeAssetCompositeModelOutput

SetAssetCompositeModelType sets the AssetCompositeModelType field's value.

func (*DescribeAssetCompositeModelOutput) SetAssetId

func (s *DescribeAssetCompositeModelOutput) SetAssetId(v string) *DescribeAssetCompositeModelOutput

SetAssetId sets the AssetId field's value.

func (DescribeAssetCompositeModelOutput) String

func (s DescribeAssetCompositeModelOutput) 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 DescribeAssetInput

type DescribeAssetInput struct {

    // The ID of the asset. This can be either the actual ID in UUID format, or
    // else externalId: followed by the external ID, if it has one. For more information,
    // see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`

    // Whether or not to exclude asset properties from the response.
    ExcludeProperties *bool `location:"querystring" locationName:"excludeProperties" type:"boolean"`
    // contains filtered or unexported fields
}

func (DescribeAssetInput) GoString

func (s DescribeAssetInput) 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 (*DescribeAssetInput) SetAssetId

func (s *DescribeAssetInput) SetAssetId(v string) *DescribeAssetInput

SetAssetId sets the AssetId field's value.

func (*DescribeAssetInput) SetExcludeProperties

func (s *DescribeAssetInput) SetExcludeProperties(v bool) *DescribeAssetInput

SetExcludeProperties sets the ExcludeProperties field's value.

func (DescribeAssetInput) String

func (s DescribeAssetInput) 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 (*DescribeAssetInput) Validate

func (s *DescribeAssetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetModelCompositeModelInput

type DescribeAssetModelCompositeModelInput struct {

    // The ID of a composite model on this asset model. This can be either the actual
    // ID in UUID format, or else externalId: followed by the external ID, if it
    // has one. For more information, see Referencing objects with external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelCompositeModelId is a required field
    AssetModelCompositeModelId *string `location:"uri" locationName:"assetModelCompositeModelId" min:"13" type:"string" required:"true"`

    // The ID of the asset model. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelId is a required field
    AssetModelId *string `location:"uri" locationName:"assetModelId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssetModelCompositeModelInput) GoString

func (s DescribeAssetModelCompositeModelInput) 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 (*DescribeAssetModelCompositeModelInput) SetAssetModelCompositeModelId

func (s *DescribeAssetModelCompositeModelInput) SetAssetModelCompositeModelId(v string) *DescribeAssetModelCompositeModelInput

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*DescribeAssetModelCompositeModelInput) SetAssetModelId

func (s *DescribeAssetModelCompositeModelInput) SetAssetModelId(v string) *DescribeAssetModelCompositeModelInput

SetAssetModelId sets the AssetModelId field's value.

func (DescribeAssetModelCompositeModelInput) String

func (s DescribeAssetModelCompositeModelInput) 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 (*DescribeAssetModelCompositeModelInput) Validate

func (s *DescribeAssetModelCompositeModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetModelCompositeModelOutput

type DescribeAssetModelCompositeModelOutput struct {

    // The available actions for a composite model on this asset model.
    ActionDefinitions []*ActionDefinition `locationName:"actionDefinitions" type:"list"`

    // The description for the composite model.
    //
    // AssetModelCompositeModelDescription is a required field
    AssetModelCompositeModelDescription *string `locationName:"assetModelCompositeModelDescription" min:"1" type:"string" required:"true"`

    // The external ID of a composite model on this asset model.
    AssetModelCompositeModelExternalId *string `locationName:"assetModelCompositeModelExternalId" min:"2" type:"string"`

    // The ID of a composite model on this asset model.
    //
    // AssetModelCompositeModelId is a required field
    AssetModelCompositeModelId *string `locationName:"assetModelCompositeModelId" min:"36" type:"string" required:"true"`

    // The unique, friendly name for the composite model.
    //
    // AssetModelCompositeModelName is a required field
    AssetModelCompositeModelName *string `locationName:"assetModelCompositeModelName" min:"1" type:"string" required:"true"`

    // The path to the composite model listing the parent composite models.
    //
    // AssetModelCompositeModelPath is a required field
    AssetModelCompositeModelPath []*AssetModelCompositeModelPathSegment `locationName:"assetModelCompositeModelPath" type:"list" required:"true"`

    // The property definitions of the composite model.
    //
    // AssetModelCompositeModelProperties is a required field
    AssetModelCompositeModelProperties []*AssetModelProperty `locationName:"assetModelCompositeModelProperties" type:"list" required:"true"`

    // The list of composite model summaries for the composite model.
    //
    // AssetModelCompositeModelSummaries is a required field
    AssetModelCompositeModelSummaries []*AssetModelCompositeModelSummary `locationName:"assetModelCompositeModelSummaries" type:"list" required:"true"`

    // The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.
    //
    // AssetModelCompositeModelType is a required field
    AssetModelCompositeModelType *string `locationName:"assetModelCompositeModelType" min:"1" type:"string" required:"true"`

    // The ID of the asset model, in UUID format.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // Metadata for the composition relationship established by using composedAssetModelId
    // in CreateAssetModelCompositeModel (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModelCompositeModel.html).
    // For instance, an array detailing the path of the composition relationship
    // for this composite model.
    CompositionDetails *CompositionDetails `locationName:"compositionDetails" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAssetModelCompositeModelOutput) GoString

func (s DescribeAssetModelCompositeModelOutput) 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 (*DescribeAssetModelCompositeModelOutput) SetActionDefinitions

func (s *DescribeAssetModelCompositeModelOutput) SetActionDefinitions(v []*ActionDefinition) *DescribeAssetModelCompositeModelOutput

SetActionDefinitions sets the ActionDefinitions field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelDescription

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelDescription(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelDescription sets the AssetModelCompositeModelDescription field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelExternalId

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelExternalId(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelExternalId sets the AssetModelCompositeModelExternalId field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelId

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelId(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelId sets the AssetModelCompositeModelId field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelName

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelName(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelName sets the AssetModelCompositeModelName field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelPath

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelPath(v []*AssetModelCompositeModelPathSegment) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelPath sets the AssetModelCompositeModelPath field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelProperties

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelProperties(v []*AssetModelProperty) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelProperties sets the AssetModelCompositeModelProperties field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelSummaries

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelSummaries(v []*AssetModelCompositeModelSummary) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelSummaries sets the AssetModelCompositeModelSummaries field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelType

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelCompositeModelType(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelCompositeModelType sets the AssetModelCompositeModelType field's value.

func (*DescribeAssetModelCompositeModelOutput) SetAssetModelId

func (s *DescribeAssetModelCompositeModelOutput) SetAssetModelId(v string) *DescribeAssetModelCompositeModelOutput

SetAssetModelId sets the AssetModelId field's value.

func (*DescribeAssetModelCompositeModelOutput) SetCompositionDetails

func (s *DescribeAssetModelCompositeModelOutput) SetCompositionDetails(v *CompositionDetails) *DescribeAssetModelCompositeModelOutput

SetCompositionDetails sets the CompositionDetails field's value.

func (DescribeAssetModelCompositeModelOutput) String

func (s DescribeAssetModelCompositeModelOutput) 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 DescribeAssetModelInput

type DescribeAssetModelInput struct {

    // The ID of the asset model. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetModelId is a required field
    AssetModelId *string `location:"uri" locationName:"assetModelId" min:"13" type:"string" required:"true"`

    // Whether or not to exclude asset model properties from the response.
    ExcludeProperties *bool `location:"querystring" locationName:"excludeProperties" type:"boolean"`
    // contains filtered or unexported fields
}

func (DescribeAssetModelInput) GoString

func (s DescribeAssetModelInput) 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 (*DescribeAssetModelInput) SetAssetModelId

func (s *DescribeAssetModelInput) SetAssetModelId(v string) *DescribeAssetModelInput

SetAssetModelId sets the AssetModelId field's value.

func (*DescribeAssetModelInput) SetExcludeProperties

func (s *DescribeAssetModelInput) SetExcludeProperties(v bool) *DescribeAssetModelInput

SetExcludeProperties sets the ExcludeProperties field's value.

func (DescribeAssetModelInput) String

func (s DescribeAssetModelInput) 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 (*DescribeAssetModelInput) Validate

func (s *DescribeAssetModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetModelOutput

type DescribeAssetModelOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset model, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
    //
    // AssetModelArn is a required field
    AssetModelArn *string `locationName:"assetModelArn" min:"1" type:"string" required:"true"`

    // The list of the immediate child custom composite model summaries for the
    // asset model.
    AssetModelCompositeModelSummaries []*AssetModelCompositeModelSummary `locationName:"assetModelCompositeModelSummaries" type:"list"`

    // The list of built-in composite models for the asset model, such as those
    // with those of type AWS/ALARMS.
    AssetModelCompositeModels []*AssetModelCompositeModel `locationName:"assetModelCompositeModels" type:"list"`

    // The date the asset model was created, in Unix epoch time.
    //
    // AssetModelCreationDate is a required field
    AssetModelCreationDate *time.Time `locationName:"assetModelCreationDate" type:"timestamp" required:"true"`

    // The asset model's description.
    //
    // AssetModelDescription is a required field
    AssetModelDescription *string `locationName:"assetModelDescription" min:"1" type:"string" required:"true"`

    // The external ID of the asset model, if any.
    AssetModelExternalId *string `locationName:"assetModelExternalId" min:"2" type:"string"`

    // A list of asset model hierarchies that each contain a childAssetModelId and
    // a hierarchyId (named id). A hierarchy specifies allowed parent/child asset
    // relationships for an asset model.
    //
    // AssetModelHierarchies is a required field
    AssetModelHierarchies []*AssetModelHierarchy `locationName:"assetModelHierarchies" type:"list" required:"true"`

    // The ID of the asset model, in UUID format.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The date the asset model was last updated, in Unix epoch time.
    //
    // AssetModelLastUpdateDate is a required field
    AssetModelLastUpdateDate *time.Time `locationName:"assetModelLastUpdateDate" type:"timestamp" required:"true"`

    // The name of the asset model.
    //
    // AssetModelName is a required field
    AssetModelName *string `locationName:"assetModelName" min:"1" type:"string" required:"true"`

    // The list of asset properties for the asset model.
    //
    // This object doesn't include properties that you define in composite models.
    // You can find composite model properties in the assetModelCompositeModels
    // object.
    //
    // AssetModelProperties is a required field
    AssetModelProperties []*AssetModelProperty `locationName:"assetModelProperties" type:"list" required:"true"`

    // The current status of the asset model, which contains a state and any error
    // message.
    //
    // AssetModelStatus is a required field
    AssetModelStatus *AssetModelStatus `locationName:"assetModelStatus" type:"structure" required:"true"`

    // The type of asset model.
    //
    //    * ASSET_MODEL – (default) An asset model that you can use to create
    //    assets. Can't be included as a component in another asset model.
    //
    //    * COMPONENT_MODEL – A reusable component that you can include in the
    //    composite models of other asset models. You can't create assets directly
    //    from this type of asset model.
    AssetModelType *string `locationName:"assetModelType" type:"string" enum:"AssetModelType"`
    // contains filtered or unexported fields
}

func (DescribeAssetModelOutput) GoString

func (s DescribeAssetModelOutput) 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 (*DescribeAssetModelOutput) SetAssetModelArn

func (s *DescribeAssetModelOutput) SetAssetModelArn(v string) *DescribeAssetModelOutput

SetAssetModelArn sets the AssetModelArn field's value.

func (*DescribeAssetModelOutput) SetAssetModelCompositeModelSummaries

func (s *DescribeAssetModelOutput) SetAssetModelCompositeModelSummaries(v []*AssetModelCompositeModelSummary) *DescribeAssetModelOutput

SetAssetModelCompositeModelSummaries sets the AssetModelCompositeModelSummaries field's value.

func (*DescribeAssetModelOutput) SetAssetModelCompositeModels

func (s *DescribeAssetModelOutput) SetAssetModelCompositeModels(v []*AssetModelCompositeModel) *DescribeAssetModelOutput

SetAssetModelCompositeModels sets the AssetModelCompositeModels field's value.

func (*DescribeAssetModelOutput) SetAssetModelCreationDate

func (s *DescribeAssetModelOutput) SetAssetModelCreationDate(v time.Time) *DescribeAssetModelOutput

SetAssetModelCreationDate sets the AssetModelCreationDate field's value.

func (*DescribeAssetModelOutput) SetAssetModelDescription

func (s *DescribeAssetModelOutput) SetAssetModelDescription(v string) *DescribeAssetModelOutput

SetAssetModelDescription sets the AssetModelDescription field's value.

func (*DescribeAssetModelOutput) SetAssetModelExternalId

func (s *DescribeAssetModelOutput) SetAssetModelExternalId(v string) *DescribeAssetModelOutput

SetAssetModelExternalId sets the AssetModelExternalId field's value.

func (*DescribeAssetModelOutput) SetAssetModelHierarchies

func (s *DescribeAssetModelOutput) SetAssetModelHierarchies(v []*AssetModelHierarchy) *DescribeAssetModelOutput

SetAssetModelHierarchies sets the AssetModelHierarchies field's value.

func (*DescribeAssetModelOutput) SetAssetModelId

func (s *DescribeAssetModelOutput) SetAssetModelId(v string) *DescribeAssetModelOutput

SetAssetModelId sets the AssetModelId field's value.

func (*DescribeAssetModelOutput) SetAssetModelLastUpdateDate

func (s *DescribeAssetModelOutput) SetAssetModelLastUpdateDate(v time.Time) *DescribeAssetModelOutput

SetAssetModelLastUpdateDate sets the AssetModelLastUpdateDate field's value.

func (*DescribeAssetModelOutput) SetAssetModelName

func (s *DescribeAssetModelOutput) SetAssetModelName(v string) *DescribeAssetModelOutput

SetAssetModelName sets the AssetModelName field's value.

func (*DescribeAssetModelOutput) SetAssetModelProperties

func (s *DescribeAssetModelOutput) SetAssetModelProperties(v []*AssetModelProperty) *DescribeAssetModelOutput

SetAssetModelProperties sets the AssetModelProperties field's value.

func (*DescribeAssetModelOutput) SetAssetModelStatus

func (s *DescribeAssetModelOutput) SetAssetModelStatus(v *AssetModelStatus) *DescribeAssetModelOutput

SetAssetModelStatus sets the AssetModelStatus field's value.

func (*DescribeAssetModelOutput) SetAssetModelType

func (s *DescribeAssetModelOutput) SetAssetModelType(v string) *DescribeAssetModelOutput

SetAssetModelType sets the AssetModelType field's value.

func (DescribeAssetModelOutput) String

func (s DescribeAssetModelOutput) 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 DescribeAssetOutput

type DescribeAssetOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the asset, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
    //
    // AssetArn is a required field
    AssetArn *string `locationName:"assetArn" min:"1" type:"string" required:"true"`

    // The list of the immediate child custom composite model summaries for the
    // asset.
    AssetCompositeModelSummaries []*AssetCompositeModelSummary `locationName:"assetCompositeModelSummaries" type:"list"`

    // The composite models for the asset.
    AssetCompositeModels []*AssetCompositeModel `locationName:"assetCompositeModels" type:"list"`

    // The date the asset was created, in Unix epoch time.
    //
    // AssetCreationDate is a required field
    AssetCreationDate *time.Time `locationName:"assetCreationDate" type:"timestamp" required:"true"`

    // A description for the asset.
    AssetDescription *string `locationName:"assetDescription" min:"1" type:"string"`

    // The external ID of the asset, if any.
    AssetExternalId *string `locationName:"assetExternalId" min:"2" type:"string"`

    // A list of asset hierarchies that each contain a hierarchyId. A hierarchy
    // specifies allowed parent/child asset relationships.
    //
    // AssetHierarchies is a required field
    AssetHierarchies []*AssetHierarchy `locationName:"assetHierarchies" type:"list" required:"true"`

    // The ID of the asset, in UUID format.
    //
    // AssetId is a required field
    AssetId *string `locationName:"assetId" min:"36" type:"string" required:"true"`

    // The date the asset was last updated, in Unix epoch time.
    //
    // AssetLastUpdateDate is a required field
    AssetLastUpdateDate *time.Time `locationName:"assetLastUpdateDate" type:"timestamp" required:"true"`

    // The ID of the asset model that was used to create the asset.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The name of the asset.
    //
    // AssetName is a required field
    AssetName *string `locationName:"assetName" min:"1" type:"string" required:"true"`

    // The list of asset properties for the asset.
    //
    // This object doesn't include properties that you define in composite models.
    // You can find composite model properties in the assetCompositeModels object.
    //
    // AssetProperties is a required field
    AssetProperties []*AssetProperty `locationName:"assetProperties" type:"list" required:"true"`

    // The current status of the asset, which contains a state and any error message.
    //
    // AssetStatus is a required field
    AssetStatus *AssetStatus `locationName:"assetStatus" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssetOutput) GoString

func (s DescribeAssetOutput) 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 (*DescribeAssetOutput) SetAssetArn

func (s *DescribeAssetOutput) SetAssetArn(v string) *DescribeAssetOutput

SetAssetArn sets the AssetArn field's value.

func (*DescribeAssetOutput) SetAssetCompositeModelSummaries

func (s *DescribeAssetOutput) SetAssetCompositeModelSummaries(v []*AssetCompositeModelSummary) *DescribeAssetOutput

SetAssetCompositeModelSummaries sets the AssetCompositeModelSummaries field's value.

func (*DescribeAssetOutput) SetAssetCompositeModels

func (s *DescribeAssetOutput) SetAssetCompositeModels(v []*AssetCompositeModel) *DescribeAssetOutput

SetAssetCompositeModels sets the AssetCompositeModels field's value.

func (*DescribeAssetOutput) SetAssetCreationDate

func (s *DescribeAssetOutput) SetAssetCreationDate(v time.Time) *DescribeAssetOutput

SetAssetCreationDate sets the AssetCreationDate field's value.

func (*DescribeAssetOutput) SetAssetDescription

func (s *DescribeAssetOutput) SetAssetDescription(v string) *DescribeAssetOutput

SetAssetDescription sets the AssetDescription field's value.

func (*DescribeAssetOutput) SetAssetExternalId

func (s *DescribeAssetOutput) SetAssetExternalId(v string) *DescribeAssetOutput

SetAssetExternalId sets the AssetExternalId field's value.

func (*DescribeAssetOutput) SetAssetHierarchies

func (s *DescribeAssetOutput) SetAssetHierarchies(v []*AssetHierarchy) *DescribeAssetOutput

SetAssetHierarchies sets the AssetHierarchies field's value.

func (*DescribeAssetOutput) SetAssetId

func (s *DescribeAssetOutput) SetAssetId(v string) *DescribeAssetOutput

SetAssetId sets the AssetId field's value.

func (*DescribeAssetOutput) SetAssetLastUpdateDate

func (s *DescribeAssetOutput) SetAssetLastUpdateDate(v time.Time) *DescribeAssetOutput

SetAssetLastUpdateDate sets the AssetLastUpdateDate field's value.

func (*DescribeAssetOutput) SetAssetModelId

func (s *DescribeAssetOutput) SetAssetModelId(v string) *DescribeAssetOutput

SetAssetModelId sets the AssetModelId field's value.

func (*DescribeAssetOutput) SetAssetName

func (s *DescribeAssetOutput) SetAssetName(v string) *DescribeAssetOutput

SetAssetName sets the AssetName field's value.

func (*DescribeAssetOutput) SetAssetProperties

func (s *DescribeAssetOutput) SetAssetProperties(v []*AssetProperty) *DescribeAssetOutput

SetAssetProperties sets the AssetProperties field's value.

func (*DescribeAssetOutput) SetAssetStatus

func (s *DescribeAssetOutput) SetAssetStatus(v *AssetStatus) *DescribeAssetOutput

SetAssetStatus sets the AssetStatus field's value.

func (DescribeAssetOutput) String

func (s DescribeAssetOutput) 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 DescribeAssetPropertyInput

type DescribeAssetPropertyInput struct {

    // The ID of the asset. This can be either the actual ID in UUID format, or
    // else externalId: followed by the external ID, if it has one. For more information,
    // see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`

    // The ID of the asset property. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // PropertyId is a required field
    PropertyId *string `location:"uri" locationName:"propertyId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssetPropertyInput) GoString

func (s DescribeAssetPropertyInput) 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 (*DescribeAssetPropertyInput) SetAssetId

func (s *DescribeAssetPropertyInput) SetAssetId(v string) *DescribeAssetPropertyInput

SetAssetId sets the AssetId field's value.

func (*DescribeAssetPropertyInput) SetPropertyId

func (s *DescribeAssetPropertyInput) SetPropertyId(v string) *DescribeAssetPropertyInput

SetPropertyId sets the PropertyId field's value.

func (DescribeAssetPropertyInput) String

func (s DescribeAssetPropertyInput) 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 (*DescribeAssetPropertyInput) Validate

func (s *DescribeAssetPropertyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssetPropertyOutput

type DescribeAssetPropertyOutput struct {

    // The external ID of the asset. For more information, see Using external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids)
    // in the IoT SiteWise User Guide.
    AssetExternalId *string `locationName:"assetExternalId" min:"2" type:"string"`

    // The ID of the asset, in UUID format.
    //
    // AssetId is a required field
    AssetId *string `locationName:"assetId" min:"36" type:"string" required:"true"`

    // The ID of the asset model, in UUID format.
    //
    // AssetModelId is a required field
    AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"`

    // The name of the asset.
    //
    // AssetName is a required field
    AssetName *string `locationName:"assetName" min:"1" type:"string" required:"true"`

    // The asset property's definition, alias, and notification state.
    //
    // This response includes this object for normal asset properties. If you describe
    // an asset property in a composite model, this response includes the asset
    // property information in compositeModel.
    AssetProperty *Property `locationName:"assetProperty" type:"structure"`

    // The composite model that declares this asset property, if this asset property
    // exists in a composite model.
    CompositeModel *CompositeModelProperty `locationName:"compositeModel" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAssetPropertyOutput) GoString

func (s DescribeAssetPropertyOutput) 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 (*DescribeAssetPropertyOutput) SetAssetExternalId

func (s *DescribeAssetPropertyOutput) SetAssetExternalId(v string) *DescribeAssetPropertyOutput

SetAssetExternalId sets the AssetExternalId field's value.

func (*DescribeAssetPropertyOutput) SetAssetId

func (s *DescribeAssetPropertyOutput) SetAssetId(v string) *DescribeAssetPropertyOutput

SetAssetId sets the AssetId field's value.

func (*DescribeAssetPropertyOutput) SetAssetModelId

func (s *DescribeAssetPropertyOutput) SetAssetModelId(v string) *DescribeAssetPropertyOutput

SetAssetModelId sets the AssetModelId field's value.

func (*DescribeAssetPropertyOutput) SetAssetName

func (s *DescribeAssetPropertyOutput) SetAssetName(v string) *DescribeAssetPropertyOutput

SetAssetName sets the AssetName field's value.

func (*DescribeAssetPropertyOutput) SetAssetProperty

func (s *DescribeAssetPropertyOutput) SetAssetProperty(v *Property) *DescribeAssetPropertyOutput

SetAssetProperty sets the AssetProperty field's value.

func (*DescribeAssetPropertyOutput) SetCompositeModel

func (s *DescribeAssetPropertyOutput) SetCompositeModel(v *CompositeModelProperty) *DescribeAssetPropertyOutput

SetCompositeModel sets the CompositeModel field's value.

func (DescribeAssetPropertyOutput) String

func (s DescribeAssetPropertyOutput) 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 DescribeBulkImportJobInput

type DescribeBulkImportJobInput struct {

    // The ID of the job.
    //
    // JobId is a required field
    JobId *string `location:"uri" locationName:"jobId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBulkImportJobInput) GoString

func (s DescribeBulkImportJobInput) 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 (*DescribeBulkImportJobInput) SetJobId

func (s *DescribeBulkImportJobInput) SetJobId(v string) *DescribeBulkImportJobInput

SetJobId sets the JobId field's value.

func (DescribeBulkImportJobInput) String

func (s DescribeBulkImportJobInput) 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 (*DescribeBulkImportJobInput) Validate

func (s *DescribeBulkImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBulkImportJobOutput

type DescribeBulkImportJobOutput struct {

    // If set to true, ingest new data into IoT SiteWise storage. Measurements with
    // notifications, metrics and transforms are computed. If set to false, historical
    // data is ingested into IoT SiteWise as is.
    AdaptiveIngestion *bool `locationName:"adaptiveIngestion" type:"boolean"`

    // If set to true, your data files is deleted from S3, after ingestion into
    // IoT SiteWise storage.
    DeleteFilesAfterImport *bool `locationName:"deleteFilesAfterImport" type:"boolean"`

    // The Amazon S3 destination where errors associated with the job creation request
    // are saved.
    //
    // ErrorReportLocation is a required field
    ErrorReportLocation *ErrorReportLocation `locationName:"errorReportLocation" type:"structure" required:"true"`

    // The files in the specified Amazon S3 bucket that contain your data.
    //
    // Files is a required field
    Files []*File `locationName:"files" type:"list" required:"true"`

    // Contains the configuration information of a job, such as the file format
    // used to save data in Amazon S3.
    //
    // JobConfiguration is a required field
    JobConfiguration *JobConfiguration `locationName:"jobConfiguration" type:"structure" required:"true"`

    // The date the job was created, in Unix epoch TIME.
    //
    // JobCreationDate is a required field
    JobCreationDate *time.Time `locationName:"jobCreationDate" type:"timestamp" required:"true"`

    // The ID of the job.
    //
    // JobId is a required field
    JobId *string `locationName:"jobId" min:"36" type:"string" required:"true"`

    // The date the job was last updated, in Unix epoch time.
    //
    // JobLastUpdateDate is a required field
    JobLastUpdateDate *time.Time `locationName:"jobLastUpdateDate" type:"timestamp" required:"true"`

    // The unique name that helps identify the job request.
    //
    // JobName is a required field
    JobName *string `locationName:"jobName" min:"1" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the IAM role that allows IoT SiteWise to read Amazon S3 data.
    //
    // JobRoleArn is a required field
    JobRoleArn *string `locationName:"jobRoleArn" min:"1" type:"string" required:"true"`

    // The status of the bulk import job can be one of following values:
    //
    //    * PENDING – IoT SiteWise is waiting for the current bulk import job
    //    to finish.
    //
    //    * CANCELLED – The bulk import job has been canceled.
    //
    //    * RUNNING – IoT SiteWise is processing your request to import your data
    //    from Amazon S3.
    //
    //    * COMPLETED – IoT SiteWise successfully completed your request to import
    //    data from Amazon S3.
    //
    //    * FAILED – IoT SiteWise couldn't process your request to import data
    //    from Amazon S3. You can use logs saved in the specified error report location
    //    in Amazon S3 to troubleshoot issues.
    //
    //    * COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import
    //    data from Amazon S3 with errors. You can use logs saved in the specified
    //    error report location in Amazon S3 to troubleshoot issues.
    //
    // JobStatus is a required field
    JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"JobStatus"`
    // contains filtered or unexported fields
}

func (DescribeBulkImportJobOutput) GoString

func (s DescribeBulkImportJobOutput) 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 (*DescribeBulkImportJobOutput) SetAdaptiveIngestion

func (s *DescribeBulkImportJobOutput) SetAdaptiveIngestion(v bool) *DescribeBulkImportJobOutput

SetAdaptiveIngestion sets the AdaptiveIngestion field's value.

func (*DescribeBulkImportJobOutput) SetDeleteFilesAfterImport

func (s *DescribeBulkImportJobOutput) SetDeleteFilesAfterImport(v bool) *DescribeBulkImportJobOutput

SetDeleteFilesAfterImport sets the DeleteFilesAfterImport field's value.

func (*DescribeBulkImportJobOutput) SetErrorReportLocation

func (s *DescribeBulkImportJobOutput) SetErrorReportLocation(v *ErrorReportLocation) *DescribeBulkImportJobOutput

SetErrorReportLocation sets the ErrorReportLocation field's value.

func (*DescribeBulkImportJobOutput) SetFiles

func (s *DescribeBulkImportJobOutput) SetFiles(v []*File) *DescribeBulkImportJobOutput

SetFiles sets the Files field's value.

func (*DescribeBulkImportJobOutput) SetJobConfiguration

func (s *DescribeBulkImportJobOutput) SetJobConfiguration(v *JobConfiguration) *DescribeBulkImportJobOutput

SetJobConfiguration sets the JobConfiguration field's value.

func (*DescribeBulkImportJobOutput) SetJobCreationDate

func (s *DescribeBulkImportJobOutput) SetJobCreationDate(v time.Time) *DescribeBulkImportJobOutput

SetJobCreationDate sets the JobCreationDate field's value.

func (*DescribeBulkImportJobOutput) SetJobId

func (s *DescribeBulkImportJobOutput) SetJobId(v string) *DescribeBulkImportJobOutput

SetJobId sets the JobId field's value.

func (*DescribeBulkImportJobOutput) SetJobLastUpdateDate

func (s *DescribeBulkImportJobOutput) SetJobLastUpdateDate(v time.Time) *DescribeBulkImportJobOutput

SetJobLastUpdateDate sets the JobLastUpdateDate field's value.

func (*DescribeBulkImportJobOutput) SetJobName

func (s *DescribeBulkImportJobOutput) SetJobName(v string) *DescribeBulkImportJobOutput

SetJobName sets the JobName field's value.

func (*DescribeBulkImportJobOutput) SetJobRoleArn

func (s *DescribeBulkImportJobOutput) SetJobRoleArn(v string) *DescribeBulkImportJobOutput

SetJobRoleArn sets the JobRoleArn field's value.

func (*DescribeBulkImportJobOutput) SetJobStatus

func (s *DescribeBulkImportJobOutput) SetJobStatus(v string) *DescribeBulkImportJobOutput

SetJobStatus sets the JobStatus field's value.

func (DescribeBulkImportJobOutput) String

func (s DescribeBulkImportJobOutput) 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 DescribeDashboardInput

type DescribeDashboardInput struct {

    // The ID of the dashboard.
    //
    // DashboardId is a required field
    DashboardId *string `location:"uri" locationName:"dashboardId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeDashboardInput) GoString

func (s DescribeDashboardInput) 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 (*DescribeDashboardInput) SetDashboardId

func (s *DescribeDashboardInput) SetDashboardId(v string) *DescribeDashboardInput

SetDashboardId sets the DashboardId field's value.

func (DescribeDashboardInput) String

func (s DescribeDashboardInput) 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 (*DescribeDashboardInput) Validate

func (s *DescribeDashboardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDashboardOutput

type DescribeDashboardOutput struct {

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the dashboard, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
    //
    // DashboardArn is a required field
    DashboardArn *string `locationName:"dashboardArn" min:"1" type:"string" required:"true"`

    // The date the dashboard was created, in Unix epoch time.
    //
    // DashboardCreationDate is a required field
    DashboardCreationDate *time.Time `locationName:"dashboardCreationDate" type:"timestamp" required:"true"`

    // The dashboard's definition JSON literal. For detailed information, see Creating
    // dashboards (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html)
    // in the IoT SiteWise User Guide.
    //
    // DashboardDefinition is a required field
    DashboardDefinition *string `locationName:"dashboardDefinition" type:"string" required:"true"`

    // The dashboard's description.
    DashboardDescription *string `locationName:"dashboardDescription" min:"1" type:"string"`

    // The ID of the dashboard.
    //
    // DashboardId is a required field
    DashboardId *string `locationName:"dashboardId" min:"36" type:"string" required:"true"`

    // The date the dashboard was last updated, in Unix epoch time.
    //
    // DashboardLastUpdateDate is a required field
    DashboardLastUpdateDate *time.Time `locationName:"dashboardLastUpdateDate" type:"timestamp" required:"true"`

    // The name of the dashboard.
    //
    // DashboardName is a required field
    DashboardName *string `locationName:"dashboardName" min:"1" type:"string" required:"true"`

    // The ID of the project that the dashboard is in.
    //
    // ProjectId is a required field
    ProjectId *string `locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeDashboardOutput) GoString

func (s DescribeDashboardOutput) 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 (*DescribeDashboardOutput) SetDashboardArn

func (s *DescribeDashboardOutput) SetDashboardArn(v string) *DescribeDashboardOutput

SetDashboardArn sets the DashboardArn field's value.

func (*DescribeDashboardOutput) SetDashboardCreationDate

func (s *DescribeDashboardOutput) SetDashboardCreationDate(v time.Time) *DescribeDashboardOutput

SetDashboardCreationDate sets the DashboardCreationDate field's value.

func (*DescribeDashboardOutput) SetDashboardDefinition

func (s *DescribeDashboardOutput) SetDashboardDefinition(v string) *DescribeDashboardOutput

SetDashboardDefinition sets the DashboardDefinition field's value.

func (*DescribeDashboardOutput) SetDashboardDescription

func (s *DescribeDashboardOutput) SetDashboardDescription(v string) *DescribeDashboardOutput

SetDashboardDescription sets the DashboardDescription field's value.

func (*DescribeDashboardOutput) SetDashboardId

func (s *DescribeDashboardOutput) SetDashboardId(v string) *DescribeDashboardOutput

SetDashboardId sets the DashboardId field's value.

func (*DescribeDashboardOutput) SetDashboardLastUpdateDate

func (s *DescribeDashboardOutput) SetDashboardLastUpdateDate(v time.Time) *DescribeDashboardOutput

SetDashboardLastUpdateDate sets the DashboardLastUpdateDate field's value.

func (*DescribeDashboardOutput) SetDashboardName

func (s *DescribeDashboardOutput) SetDashboardName(v string) *DescribeDashboardOutput

SetDashboardName sets the DashboardName field's value.

func (*DescribeDashboardOutput) SetProjectId

func (s *DescribeDashboardOutput) SetProjectId(v string) *DescribeDashboardOutput

SetProjectId sets the ProjectId field's value.

func (DescribeDashboardOutput) String

func (s DescribeDashboardOutput) 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 DescribeDefaultEncryptionConfigurationInput

type DescribeDefaultEncryptionConfigurationInput struct {
    // contains filtered or unexported fields
}

func (DescribeDefaultEncryptionConfigurationInput) GoString

func (s DescribeDefaultEncryptionConfigurationInput) 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 (DescribeDefaultEncryptionConfigurationInput) String

func (s DescribeDefaultEncryptionConfigurationInput) 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 DescribeDefaultEncryptionConfigurationOutput

type DescribeDefaultEncryptionConfigurationOutput struct {

    // The status of the account configuration. This contains the ConfigurationState.
    // If there's an error, it also contains the ErrorDetails.
    //
    // ConfigurationStatus is a required field
    ConfigurationStatus *ConfigurationStatus `locationName:"configurationStatus" type:"structure" required:"true"`

    // The type of encryption used for the encryption configuration.
    //
    // EncryptionType is a required field
    EncryptionType *string `locationName:"encryptionType" type:"string" required:"true" enum:"EncryptionType"`

    // The key ARN of the customer managed key used for KMS encryption if you use
    // KMS_BASED_ENCRYPTION.
    KmsKeyArn *string `locationName:"kmsKeyArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDefaultEncryptionConfigurationOutput) GoString

func (s DescribeDefaultEncryptionConfigurationOutput) 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 (*DescribeDefaultEncryptionConfigurationOutput) SetConfigurationStatus

func (s *DescribeDefaultEncryptionConfigurationOutput) SetConfigurationStatus(v *ConfigurationStatus) *DescribeDefaultEncryptionConfigurationOutput

SetConfigurationStatus sets the ConfigurationStatus field's value.

func (*DescribeDefaultEncryptionConfigurationOutput) SetEncryptionType

func (s *DescribeDefaultEncryptionConfigurationOutput) SetEncryptionType(v string) *DescribeDefaultEncryptionConfigurationOutput

SetEncryptionType sets the EncryptionType field's value.

func (*DescribeDefaultEncryptionConfigurationOutput) SetKmsKeyArn

func (s *DescribeDefaultEncryptionConfigurationOutput) SetKmsKeyArn(v string) *DescribeDefaultEncryptionConfigurationOutput

SetKmsKeyArn sets the KmsKeyArn field's value.

func (DescribeDefaultEncryptionConfigurationOutput) String

func (s DescribeDefaultEncryptionConfigurationOutput) 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 DescribeGatewayCapabilityConfigurationInput

type DescribeGatewayCapabilityConfigurationInput struct {

    // The namespace of the capability configuration. For example, if you configure
    // OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration
    // has the namespace iotsitewise:opcuacollector:version, where version is a
    // number such as 1.
    //
    // CapabilityNamespace is a required field
    CapabilityNamespace *string `location:"uri" locationName:"capabilityNamespace" min:"1" type:"string" required:"true"`

    // The ID of the gateway that defines the capability configuration.
    //
    // GatewayId is a required field
    GatewayId *string `location:"uri" locationName:"gatewayId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeGatewayCapabilityConfigurationInput) GoString

func (s DescribeGatewayCapabilityConfigurationInput) 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 (*DescribeGatewayCapabilityConfigurationInput) SetCapabilityNamespace

func (s *DescribeGatewayCapabilityConfigurationInput) SetCapabilityNamespace(v string) *DescribeGatewayCapabilityConfigurationInput

SetCapabilityNamespace sets the CapabilityNamespace field's value.

func (*DescribeGatewayCapabilityConfigurationInput) SetGatewayId

func (s *DescribeGatewayCapabilityConfigurationInput) SetGatewayId(v string) *DescribeGatewayCapabilityConfigurationInput

SetGatewayId sets the GatewayId field's value.

func (DescribeGatewayCapabilityConfigurationInput) String

func (s DescribeGatewayCapabilityConfigurationInput) 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 (*DescribeGatewayCapabilityConfigurationInput) Validate

func (s *DescribeGatewayCapabilityConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeGatewayCapabilityConfigurationOutput

type DescribeGatewayCapabilityConfigurationOutput struct {

    // The JSON document that defines the gateway capability's configuration. For
    // more information, see Configuring data sources (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/configure-sources.html#configure-source-cli)
    // in the IoT SiteWise User Guide.
    //
    // CapabilityConfiguration is a required field
    CapabilityConfiguration *string `locationName:"capabilityConfiguration" min:"1" type:"string" required:"true"`

    // The namespace of the gateway capability.
    //
    // CapabilityNamespace is a required field
    CapabilityNamespace *string `locationName:"capabilityNamespace" min:"1" type:"string" required:"true"`

    // The synchronization status of the capability configuration. The sync status
    // can be one of the following:
    //
    //    * IN_SYNC – The gateway is running the capability configuration.
    //
    //    * OUT_OF_SYNC – The gateway hasn't received the capability configuration.
    //
    //    * SYNC_FAILED – The gateway rejected the capability configuration.
    //
    // CapabilitySyncStatus is a required field
    CapabilitySyncStatus *string `locationName:"capabilitySyncStatus" type:"string" required:"true" enum:"CapabilitySyncStatus"`

    // The ID of the gateway that defines the capability configuration.
    //
    // GatewayId is a required field
    GatewayId *string `locationName:"gatewayId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeGatewayCapabilityConfigurationOutput) GoString

func (s DescribeGatewayCapabilityConfigurationOutput) 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 (*DescribeGatewayCapabilityConfigurationOutput) SetCapabilityConfiguration

func (s *DescribeGatewayCapabilityConfigurationOutput) SetCapabilityConfiguration(v string) *DescribeGatewayCapabilityConfigurationOutput

SetCapabilityConfiguration sets the CapabilityConfiguration field's value.

func (*DescribeGatewayCapabilityConfigurationOutput) SetCapabilityNamespace

func (s *DescribeGatewayCapabilityConfigurationOutput) SetCapabilityNamespace(v string) *DescribeGatewayCapabilityConfigurationOutput

SetCapabilityNamespace sets the CapabilityNamespace field's value.

func (*DescribeGatewayCapabilityConfigurationOutput) SetCapabilitySyncStatus

func (s *DescribeGatewayCapabilityConfigurationOutput) SetCapabilitySyncStatus(v string) *DescribeGatewayCapabilityConfigurationOutput

SetCapabilitySyncStatus sets the CapabilitySyncStatus field's value.

func (*DescribeGatewayCapabilityConfigurationOutput) SetGatewayId

func (s *DescribeGatewayCapabilityConfigurationOutput) SetGatewayId(v string) *DescribeGatewayCapabilityConfigurationOutput

SetGatewayId sets the GatewayId field's value.

func (DescribeGatewayCapabilityConfigurationOutput) String

func (s DescribeGatewayCapabilityConfigurationOutput) 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 DescribeGatewayInput

type DescribeGatewayInput struct {

    // The ID of the gateway device.
    //
    // GatewayId is a required field
    GatewayId *string `location:"uri" locationName:"gatewayId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeGatewayInput) GoString

func (s DescribeGatewayInput) 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 (*DescribeGatewayInput) SetGatewayId

func (s *DescribeGatewayInput) SetGatewayId(v string) *DescribeGatewayInput

SetGatewayId sets the GatewayId field's value.

func (DescribeGatewayInput) String

func (s DescribeGatewayInput) 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 (*DescribeGatewayInput) Validate

func (s *DescribeGatewayInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeGatewayOutput

type DescribeGatewayOutput struct {

    // The date the gateway was created, in Unix epoch time.
    //
    // CreationDate is a required field
    CreationDate *time.Time `locationName:"creationDate" type:"timestamp" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the gateway, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
    //
    // GatewayArn is a required field
    GatewayArn *string `locationName:"gatewayArn" min:"1" type:"string" required:"true"`

    // A list of gateway capability summaries that each contain a namespace and
    // status. Each gateway capability defines data sources for the gateway. To
    // retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration
    // (https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html).
    //
    // GatewayCapabilitySummaries is a required field
    GatewayCapabilitySummaries []*GatewayCapabilitySummary `locationName:"gatewayCapabilitySummaries" type:"list" required:"true"`

    // The ID of the gateway device.
    //
    // GatewayId is a required field
    GatewayId *string `locationName:"gatewayId" min:"36" type:"string" required:"true"`

    // The name of the gateway.
    //
    // GatewayName is a required field
    GatewayName *string `locationName:"gatewayName" min:"1" type:"string" required:"true"`

    // The gateway's platform.
    GatewayPlatform *GatewayPlatform `locationName:"gatewayPlatform" type:"structure"`

    // The date the gateway was last updated, in Unix epoch time.
    //
    // LastUpdateDate is a required field
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeGatewayOutput) GoString

func (s DescribeGatewayOutput) 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 (*DescribeGatewayOutput) SetCreationDate

func (s *DescribeGatewayOutput) SetCreationDate(v time.Time) *DescribeGatewayOutput

SetCreationDate sets the CreationDate field's value.

func (*DescribeGatewayOutput) SetGatewayArn

func (s *DescribeGatewayOutput) SetGatewayArn(v string) *DescribeGatewayOutput

SetGatewayArn sets the GatewayArn field's value.

func (*DescribeGatewayOutput) SetGatewayCapabilitySummaries

func (s *DescribeGatewayOutput) SetGatewayCapabilitySummaries(v []*GatewayCapabilitySummary) *DescribeGatewayOutput

SetGatewayCapabilitySummaries sets the GatewayCapabilitySummaries field's value.

func (*DescribeGatewayOutput) SetGatewayId

func (s *DescribeGatewayOutput) SetGatewayId(v string) *DescribeGatewayOutput

SetGatewayId sets the GatewayId field's value.

func (*DescribeGatewayOutput) SetGatewayName

func (s *DescribeGatewayOutput) SetGatewayName(v string) *DescribeGatewayOutput

SetGatewayName sets the GatewayName field's value.

func (*DescribeGatewayOutput) SetGatewayPlatform

func (s *DescribeGatewayOutput) SetGatewayPlatform(v *GatewayPlatform) *DescribeGatewayOutput

SetGatewayPlatform sets the GatewayPlatform field's value.

func (*DescribeGatewayOutput) SetLastUpdateDate

func (s *DescribeGatewayOutput) SetLastUpdateDate(v time.Time) *DescribeGatewayOutput

SetLastUpdateDate sets the LastUpdateDate field's value.

func (DescribeGatewayOutput) String

func (s DescribeGatewayOutput) 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 logging options.
    //
    // LoggingOptions is a required field
    LoggingOptions *LoggingOptions `locationName:"loggingOptions" type:"structure" required:"true"`
    // 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 DescribePortalInput

type DescribePortalInput struct {

    // The ID of the portal.
    //
    // PortalId is a required field
    PortalId *string `location:"uri" locationName:"portalId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribePortalInput) GoString

func (s DescribePortalInput) 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 (*DescribePortalInput) SetPortalId

func (s *DescribePortalInput) SetPortalId(v string) *DescribePortalInput

SetPortalId sets the PortalId field's value.

func (DescribePortalInput) String

func (s DescribePortalInput) 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 (*DescribePortalInput) Validate

func (s *DescribePortalInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePortalOutput

type DescribePortalOutput struct {

    // Contains the configuration information of an alarm created in an IoT SiteWise
    // Monitor portal.
    Alarms *Alarms `locationName:"alarms" type:"structure"`

    // The email address that sends alarm notifications.
    NotificationSenderEmail *string `locationName:"notificationSenderEmail" min:"1" type:"string"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the portal, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
    //
    // PortalArn is a required field
    PortalArn *string `locationName:"portalArn" min:"1" type:"string" required:"true"`

    // The service to use to authenticate users to the portal.
    PortalAuthMode *string `locationName:"portalAuthMode" type:"string" enum:"AuthMode"`

    // The IAM Identity Center application generated client ID (used with IAM Identity
    // Center API operations). IoT SiteWise includes portalClientId for only portals
    // that use IAM Identity Center to authenticate users.
    //
    // PortalClientId is a required field
    PortalClientId *string `locationName:"portalClientId" min:"1" type:"string" required:"true"`

    // The Amazon Web Services administrator's contact email address.
    //
    // PortalContactEmail is a required field
    PortalContactEmail *string `locationName:"portalContactEmail" min:"1" type:"string" required:"true"`

    // The date the portal was created, in Unix epoch time.
    //
    // PortalCreationDate is a required field
    PortalCreationDate *time.Time `locationName:"portalCreationDate" type:"timestamp" required:"true"`

    // The portal's description.
    PortalDescription *string `locationName:"portalDescription" min:"1" type:"string"`

    // The ID of the portal.
    //
    // PortalId is a required field
    PortalId *string `locationName:"portalId" min:"36" type:"string" required:"true"`

    // The date the portal was last updated, in Unix epoch time.
    //
    // PortalLastUpdateDate is a required field
    PortalLastUpdateDate *time.Time `locationName:"portalLastUpdateDate" type:"timestamp" required:"true"`

    // The portal's logo image, which is available at a URL.
    PortalLogoImageLocation *ImageLocation `locationName:"portalLogoImageLocation" type:"structure"`

    // The name of the portal.
    //
    // PortalName is a required field
    PortalName *string `locationName:"portalName" min:"1" type:"string" required:"true"`

    // The URL for the IoT SiteWise Monitor portal. You can use this URL to access
    // portals that use IAM Identity Center for authentication. For portals that
    // use IAM for authentication, you must use the IoT SiteWise console to get
    // a URL that you can use to access the portal.
    //
    // PortalStartUrl is a required field
    PortalStartUrl *string `locationName:"portalStartUrl" min:"1" type:"string" required:"true"`

    // The current status of the portal, which contains a state and any error message.
    //
    // PortalStatus is a required field
    PortalStatus *PortalStatus `locationName:"portalStatus" type:"structure" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the service role that allows the portal's users to access your IoT SiteWise
    // resources on your behalf. For more information, see Using service roles for
    // IoT SiteWise Monitor (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html)
    // in the IoT SiteWise User Guide.
    RoleArn *string `locationName:"roleArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribePortalOutput) GoString

func (s DescribePortalOutput) 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 (*DescribePortalOutput) SetAlarms

func (s *DescribePortalOutput) SetAlarms(v *Alarms) *DescribePortalOutput

SetAlarms sets the Alarms field's value.

func (*DescribePortalOutput) SetNotificationSenderEmail

func (s *DescribePortalOutput) SetNotificationSenderEmail(v string) *DescribePortalOutput

SetNotificationSenderEmail sets the NotificationSenderEmail field's value.

func (*DescribePortalOutput) SetPortalArn

func (s *DescribePortalOutput) SetPortalArn(v string) *DescribePortalOutput

SetPortalArn sets the PortalArn field's value.

func (*DescribePortalOutput) SetPortalAuthMode

func (s *DescribePortalOutput) SetPortalAuthMode(v string) *DescribePortalOutput

SetPortalAuthMode sets the PortalAuthMode field's value.

func (*DescribePortalOutput) SetPortalClientId

func (s *DescribePortalOutput) SetPortalClientId(v string) *DescribePortalOutput

SetPortalClientId sets the PortalClientId field's value.

func (*DescribePortalOutput) SetPortalContactEmail

func (s *DescribePortalOutput) SetPortalContactEmail(v string) *DescribePortalOutput

SetPortalContactEmail sets the PortalContactEmail field's value.

func (*DescribePortalOutput) SetPortalCreationDate

func (s *DescribePortalOutput) SetPortalCreationDate(v time.Time) *DescribePortalOutput

SetPortalCreationDate sets the PortalCreationDate field's value.

func (*DescribePortalOutput) SetPortalDescription

func (s *DescribePortalOutput) SetPortalDescription(v string) *DescribePortalOutput

SetPortalDescription sets the PortalDescription field's value.

func (*DescribePortalOutput) SetPortalId

func (s *DescribePortalOutput) SetPortalId(v string) *DescribePortalOutput

SetPortalId sets the PortalId field's value.

func (*DescribePortalOutput) SetPortalLastUpdateDate

func (s *DescribePortalOutput) SetPortalLastUpdateDate(v time.Time) *DescribePortalOutput

SetPortalLastUpdateDate sets the PortalLastUpdateDate field's value.

func (*DescribePortalOutput) SetPortalLogoImageLocation

func (s *DescribePortalOutput) SetPortalLogoImageLocation(v *ImageLocation) *DescribePortalOutput

SetPortalLogoImageLocation sets the PortalLogoImageLocation field's value.

func (*DescribePortalOutput) SetPortalName

func (s *DescribePortalOutput) SetPortalName(v string) *DescribePortalOutput

SetPortalName sets the PortalName field's value.

func (*DescribePortalOutput) SetPortalStartUrl

func (s *DescribePortalOutput) SetPortalStartUrl(v string) *DescribePortalOutput

SetPortalStartUrl sets the PortalStartUrl field's value.

func (*DescribePortalOutput) SetPortalStatus

func (s *DescribePortalOutput) SetPortalStatus(v *PortalStatus) *DescribePortalOutput

SetPortalStatus sets the PortalStatus field's value.

func (*DescribePortalOutput) SetRoleArn

func (s *DescribePortalOutput) SetRoleArn(v string) *DescribePortalOutput

SetRoleArn sets the RoleArn field's value.

func (DescribePortalOutput) String

func (s DescribePortalOutput) 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 DescribeProjectInput

type DescribeProjectInput struct {

    // The ID of the project.
    //
    // ProjectId is a required field
    ProjectId *string `location:"uri" locationName:"projectId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeProjectInput) GoString

func (s DescribeProjectInput) 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 (*DescribeProjectInput) SetProjectId

func (s *DescribeProjectInput) SetProjectId(v string) *DescribeProjectInput

SetProjectId sets the ProjectId field's value.

func (DescribeProjectInput) String

func (s DescribeProjectInput) 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 (*DescribeProjectInput) Validate

func (s *DescribeProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProjectOutput

type DescribeProjectOutput struct {

    // The ID of the portal that the project is in.
    //
    // PortalId is a required field
    PortalId *string `locationName:"portalId" min:"36" type:"string" required:"true"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the project, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
    //
    // ProjectArn is a required field
    ProjectArn *string `locationName:"projectArn" min:"1" type:"string" required:"true"`

    // The date the project was created, in Unix epoch time.
    //
    // ProjectCreationDate is a required field
    ProjectCreationDate *time.Time `locationName:"projectCreationDate" type:"timestamp" required:"true"`

    // The project's description.
    ProjectDescription *string `locationName:"projectDescription" min:"1" type:"string"`

    // The ID of the project.
    //
    // ProjectId is a required field
    ProjectId *string `locationName:"projectId" min:"36" type:"string" required:"true"`

    // The date the project was last updated, in Unix epoch time.
    //
    // ProjectLastUpdateDate is a required field
    ProjectLastUpdateDate *time.Time `locationName:"projectLastUpdateDate" type:"timestamp" required:"true"`

    // The name of the project.
    //
    // ProjectName is a required field
    ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeProjectOutput) GoString

func (s DescribeProjectOutput) 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 (*DescribeProjectOutput) SetPortalId

func (s *DescribeProjectOutput) SetPortalId(v string) *DescribeProjectOutput

SetPortalId sets the PortalId field's value.

func (*DescribeProjectOutput) SetProjectArn

func (s *DescribeProjectOutput) SetProjectArn(v string) *DescribeProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (*DescribeProjectOutput) SetProjectCreationDate

func (s *DescribeProjectOutput) SetProjectCreationDate(v time.Time) *DescribeProjectOutput

SetProjectCreationDate sets the ProjectCreationDate field's value.

func (*DescribeProjectOutput) SetProjectDescription

func (s *DescribeProjectOutput) SetProjectDescription(v string) *DescribeProjectOutput

SetProjectDescription sets the ProjectDescription field's value.

func (*DescribeProjectOutput) SetProjectId

func (s *DescribeProjectOutput) SetProjectId(v string) *DescribeProjectOutput

SetProjectId sets the ProjectId field's value.

func (*DescribeProjectOutput) SetProjectLastUpdateDate

func (s *DescribeProjectOutput) SetProjectLastUpdateDate(v time.Time) *DescribeProjectOutput

SetProjectLastUpdateDate sets the ProjectLastUpdateDate field's value.

func (*DescribeProjectOutput) SetProjectName

func (s *DescribeProjectOutput) SetProjectName(v string) *DescribeProjectOutput

SetProjectName sets the ProjectName field's value.

func (DescribeProjectOutput) String

func (s DescribeProjectOutput) 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 DescribeStorageConfigurationInput

type DescribeStorageConfigurationInput struct {
    // contains filtered or unexported fields
}

func (DescribeStorageConfigurationInput) GoString

func (s DescribeStorageConfigurationInput) 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 (DescribeStorageConfigurationInput) String

func (s DescribeStorageConfigurationInput) 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 DescribeStorageConfigurationOutput

type DescribeStorageConfigurationOutput struct {

    // Contains current status information for the configuration.
    //
    // ConfigurationStatus is a required field
    ConfigurationStatus *ConfigurationStatus `locationName:"configurationStatus" type:"structure" required:"true"`

    // Contains the storage configuration for time series (data streams) that aren't
    // associated with asset properties. The disassociatedDataStorage can be one
    // of the following values:
    //
    //    * ENABLED – IoT SiteWise accepts time series that aren't associated
    //    with asset properties. After the disassociatedDataStorage is enabled,
    //    you can't disable it.
    //
    //    * DISABLED – IoT SiteWise doesn't accept time series (data streams)
    //    that aren't associated with asset properties.
    //
    // For more information, see Data streams (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html)
    // in the IoT SiteWise User Guide.
    DisassociatedDataStorage *string `locationName:"disassociatedDataStorage" type:"string" enum:"DisassociatedDataStorageState"`

    // The date the storage configuration was last updated, in Unix epoch time.
    LastUpdateDate *time.Time `locationName:"lastUpdateDate" type:"timestamp"`

    // Contains information about the storage destination.
    MultiLayerStorage *MultiLayerStorage `locationName:"multiLayerStorage" type:"structure"`

    // The number of days your data is kept in the hot tier. By default, your data
    // is kept indefinitely in the hot tier.
    RetentionPeriod *RetentionPeriod `locationName:"retentionPeriod" type:"structure"`

    // The storage tier that you specified for your data. The storageType parameter
    // can be one of the following values:
    //
    //    * SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot
    //    tier. The hot tier is a service-managed database.
    //
    //    * MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold
    //    tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
    //
    // StorageType is a required field
    StorageType *string `locationName:"storageType" type:"string" required:"true" enum:"StorageType"`

    // A service managed storage tier optimized for analytical queries. It stores
    // periodically uploaded, buffered and historical data ingested with the CreaeBulkImportJob
    // API.
    WarmTier *string `locationName:"warmTier" type:"string" enum:"WarmTierState"`

    // Set this period to specify how long your data is stored in the warm tier
    // before it is deleted. You can set this only if cold tier is enabled.
    WarmTierRetentionPeriod *WarmTierRetentionPeriod `locationName:"warmTierRetentionPeriod" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeStorageConfigurationOutput) GoString

func (s DescribeStorageConfigurationOutput) 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 (*DescribeStorageConfigurationOutput) SetConfigurationStatus

func (s *DescribeStorageConfigurationOutput) SetConfigurationStatus(v *ConfigurationStatus) *DescribeStorageConfigurationOutput

SetConfigurationStatus sets the ConfigurationStatus field's value.

func (*DescribeStorageConfigurationOutput) SetDisassociatedDataStorage

func (s *DescribeStorageConfigurationOutput) SetDisassociatedDataStorage(v string) *DescribeStorageConfigurationOutput

SetDisassociatedDataStorage sets the DisassociatedDataStorage field's value.

func (*DescribeStorageConfigurationOutput) SetLastUpdateDate

func (s *DescribeStorageConfigurationOutput) SetLastUpdateDate(v time.Time) *DescribeStorageConfigurationOutput

SetLastUpdateDate sets the LastUpdateDate field's value.

func (*DescribeStorageConfigurationOutput) SetMultiLayerStorage

func (s *DescribeStorageConfigurationOutput) SetMultiLayerStorage(v *MultiLayerStorage) *DescribeStorageConfigurationOutput

SetMultiLayerStorage sets the MultiLayerStorage field's value.

func (*DescribeStorageConfigurationOutput) SetRetentionPeriod

func (s *DescribeStorageConfigurationOutput) SetRetentionPeriod(v *RetentionPeriod) *DescribeStorageConfigurationOutput

SetRetentionPeriod sets the RetentionPeriod field's value.

func (*DescribeStorageConfigurationOutput) SetStorageType

func (s *DescribeStorageConfigurationOutput) SetStorageType(v string) *DescribeStorageConfigurationOutput

SetStorageType sets the StorageType field's value.

func (*DescribeStorageConfigurationOutput) SetWarmTier

func (s *DescribeStorageConfigurationOutput) SetWarmTier(v string) *DescribeStorageConfigurationOutput

SetWarmTier sets the WarmTier field's value.

func (*DescribeStorageConfigurationOutput) SetWarmTierRetentionPeriod

func (s *DescribeStorageConfigurationOutput) SetWarmTierRetentionPeriod(v *WarmTierRetentionPeriod) *DescribeStorageConfigurationOutput

SetWarmTierRetentionPeriod sets the WarmTierRetentionPeriod field's value.

func (DescribeStorageConfigurationOutput) String

func (s DescribeStorageConfigurationOutput) 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 DescribeTimeSeriesInput

type DescribeTimeSeriesInput struct {

    // The alias that identifies the time series.
    Alias *string `location:"querystring" locationName:"alias" min:"1" type:"string"`

    // The ID of the asset in which the asset property was created. This can be
    // either the actual ID in UUID format, or else externalId: followed by the
    // external ID, if it has one. For more information, see Referencing objects
    // with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    AssetId *string `location:"querystring" locationName:"assetId" min:"13" type:"string"`

    // The ID of the asset property. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    PropertyId *string `location:"querystring" locationName:"propertyId" min:"13" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeTimeSeriesInput) GoString

func (s DescribeTimeSeriesInput) 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 (*DescribeTimeSeriesInput) SetAlias

func (s *DescribeTimeSeriesInput) SetAlias(v string) *DescribeTimeSeriesInput

SetAlias sets the Alias field's value.

func (*DescribeTimeSeriesInput) SetAssetId

func (s *DescribeTimeSeriesInput) SetAssetId(v string) *DescribeTimeSeriesInput

SetAssetId sets the AssetId field's value.

func (*DescribeTimeSeriesInput) SetPropertyId

func (s *DescribeTimeSeriesInput) SetPropertyId(v string) *DescribeTimeSeriesInput

SetPropertyId sets the PropertyId field's value.

func (DescribeTimeSeriesInput) String

func (s DescribeTimeSeriesInput) 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 (*DescribeTimeSeriesInput) Validate

func (s *DescribeTimeSeriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTimeSeriesOutput

type DescribeTimeSeriesOutput struct {

    // The alias that identifies the time series.
    Alias *string `locationName:"alias" min:"1" type:"string"`

    // The ID of the asset in which the asset property was created.
    AssetId *string `locationName:"assetId" min:"36" type:"string"`

    // The data type of the time series.
    //
    // If you specify STRUCT, you must also specify dataTypeSpec to identify the
    // type of the structure for this time series.
    //
    // DataType is a required field
    DataType *string `locationName:"dataType" type:"string" required:"true" enum:"PropertyDataType"`

    // The data type of the structure for this time series. This parameter is required
    // for time series that have the STRUCT data type.
    //
    // The options for this parameter depend on the type of the composite model
    // in which you created the asset property that is associated with your time
    // series. Use AWS/ALARM_STATE for alarm state in alarm composite models.
    DataTypeSpec *string `locationName:"dataTypeSpec" min:"1" type:"string"`

    // The ID of the asset property, in UUID format.
    PropertyId *string `locationName:"propertyId" min:"36" type:"string"`

    // The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
    // of the time series, which has the following format.
    //
    // arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}
    //
    // TimeSeriesArn is a required field
    TimeSeriesArn *string `locationName:"timeSeriesArn" min:"1" type:"string" required:"true"`

    // The date that the time series was created, in Unix epoch time.
    //
    // TimeSeriesCreationDate is a required field
    TimeSeriesCreationDate *time.Time `locationName:"timeSeriesCreationDate" type:"timestamp" required:"true"`

    // The ID of the time series.
    //
    // TimeSeriesId is a required field
    TimeSeriesId *string `locationName:"timeSeriesId" min:"36" type:"string" required:"true"`

    // The date that the time series was last updated, in Unix epoch time.
    //
    // TimeSeriesLastUpdateDate is a required field
    TimeSeriesLastUpdateDate *time.Time `locationName:"timeSeriesLastUpdateDate" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeTimeSeriesOutput) GoString

func (s DescribeTimeSeriesOutput) 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 (*DescribeTimeSeriesOutput) SetAlias

func (s *DescribeTimeSeriesOutput) SetAlias(v string) *DescribeTimeSeriesOutput

SetAlias sets the Alias field's value.

func (*DescribeTimeSeriesOutput) SetAssetId

func (s *DescribeTimeSeriesOutput) SetAssetId(v string) *DescribeTimeSeriesOutput

SetAssetId sets the AssetId field's value.

func (*DescribeTimeSeriesOutput) SetDataType

func (s *DescribeTimeSeriesOutput) SetDataType(v string) *DescribeTimeSeriesOutput

SetDataType sets the DataType field's value.

func (*DescribeTimeSeriesOutput) SetDataTypeSpec

func (s *DescribeTimeSeriesOutput) SetDataTypeSpec(v string) *DescribeTimeSeriesOutput

SetDataTypeSpec sets the DataTypeSpec field's value.

func (*DescribeTimeSeriesOutput) SetPropertyId

func (s *DescribeTimeSeriesOutput) SetPropertyId(v string) *DescribeTimeSeriesOutput

SetPropertyId sets the PropertyId field's value.

func (*DescribeTimeSeriesOutput) SetTimeSeriesArn

func (s *DescribeTimeSeriesOutput) SetTimeSeriesArn(v string) *DescribeTimeSeriesOutput

SetTimeSeriesArn sets the TimeSeriesArn field's value.

func (*DescribeTimeSeriesOutput) SetTimeSeriesCreationDate

func (s *DescribeTimeSeriesOutput) SetTimeSeriesCreationDate(v time.Time) *DescribeTimeSeriesOutput

SetTimeSeriesCreationDate sets the TimeSeriesCreationDate field's value.

func (*DescribeTimeSeriesOutput) SetTimeSeriesId

func (s *DescribeTimeSeriesOutput) SetTimeSeriesId(v string) *DescribeTimeSeriesOutput

SetTimeSeriesId sets the TimeSeriesId field's value.

func (*DescribeTimeSeriesOutput) SetTimeSeriesLastUpdateDate

func (s *DescribeTimeSeriesOutput) SetTimeSeriesLastUpdateDate(v time.Time) *DescribeTimeSeriesOutput

SetTimeSeriesLastUpdateDate sets the TimeSeriesLastUpdateDate field's value.

func (DescribeTimeSeriesOutput) String

func (s DescribeTimeSeriesOutput) 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 DetailedError

type DetailedError struct {

    // The error code.
    //
    // Code is a required field
    Code *string `locationName:"code" type:"string" required:"true" enum:"DetailedErrorCode"`

    // The error message.
    //
    // Message is a required field
    Message *string `locationName:"message" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains detailed error information.

func (DetailedError) GoString

func (s DetailedError) 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 (*DetailedError) SetCode

func (s *DetailedError) SetCode(v string) *DetailedError

SetCode sets the Code field's value.

func (*DetailedError) SetMessage

func (s *DetailedError) SetMessage(v string) *DetailedError

SetMessage sets the Message field's value.

func (DetailedError) String

func (s DetailedError) 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 DisassociateAssetsInput

type DisassociateAssetsInput struct {

    // The ID of the parent asset from which to disassociate the child asset. This
    // can be either the actual ID in UUID format, or else externalId: followed
    // by the external ID, if it has one. For more information, see Referencing
    // objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"uri" locationName:"assetId" min:"13" type:"string" required:"true"`

    // The ID of the child asset to disassociate. This can be either the actual
    // ID in UUID format, or else externalId: followed by the external ID, if it
    // has one. For more information, see Referencing objects with external IDs
    // (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // ChildAssetId is a required field
    ChildAssetId *string `locationName:"childAssetId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of a hierarchy in the parent asset's model. (This can be either the
    // actual ID in UUID format, or else externalId: followed by the external ID,
    // if it has one. For more information, see Referencing objects with external
    // IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.) Hierarchies allow different groupings of
    // assets to be formed that all come from the same asset model. You can use
    // the hierarchy ID to identify the correct asset to disassociate. For more
    // information, see Asset hierarchies (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html)
    // in the IoT SiteWise User Guide.
    //
    // HierarchyId is a required field
    HierarchyId *string `locationName:"hierarchyId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateAssetsInput) GoString

func (s DisassociateAssetsInput) 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 (*DisassociateAssetsInput) SetAssetId

func (s *DisassociateAssetsInput) SetAssetId(v string) *DisassociateAssetsInput

SetAssetId sets the AssetId field's value.

func (*DisassociateAssetsInput) SetChildAssetId

func (s *DisassociateAssetsInput) SetChildAssetId(v string) *DisassociateAssetsInput

SetChildAssetId sets the ChildAssetId field's value.

func (*DisassociateAssetsInput) SetClientToken

func (s *DisassociateAssetsInput) SetClientToken(v string) *DisassociateAssetsInput

SetClientToken sets the ClientToken field's value.

func (*DisassociateAssetsInput) SetHierarchyId

func (s *DisassociateAssetsInput) SetHierarchyId(v string) *DisassociateAssetsInput

SetHierarchyId sets the HierarchyId field's value.

func (DisassociateAssetsInput) String

func (s DisassociateAssetsInput) 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 (*DisassociateAssetsInput) Validate

func (s *DisassociateAssetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateAssetsOutput

type DisassociateAssetsOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateAssetsOutput) GoString

func (s DisassociateAssetsOutput) 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 (DisassociateAssetsOutput) String

func (s DisassociateAssetsOutput) 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 DisassociateTimeSeriesFromAssetPropertyInput

type DisassociateTimeSeriesFromAssetPropertyInput struct {

    // The alias that identifies the time series.
    //
    // Alias is a required field
    Alias *string `location:"querystring" locationName:"alias" min:"1" type:"string" required:"true"`

    // The ID of the asset in which the asset property was created. This can be
    // either the actual ID in UUID format, or else externalId: followed by the
    // external ID, if it has one. For more information, see Referencing objects
    // with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // AssetId is a required field
    AssetId *string `location:"querystring" locationName:"assetId" min:"13" type:"string" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string" idempotencyToken:"true"`

    // The ID of the asset property. This can be either the actual ID in UUID format,
    // or else externalId: followed by the external ID, if it has one. For more
    // information, see Referencing objects with external IDs (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references)
    // in the IoT SiteWise User Guide.
    //
    // PropertyId is a required field
    PropertyId *string `location:"querystring" locationName:"propertyId" min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateTimeSeriesFromAssetPropertyInput) GoString

func (s DisassociateTimeSeriesFromAssetPropertyInput) 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 (*DisassociateTimeSeriesFromAssetPropertyInput) SetAlias

func (s *DisassociateTimeSeriesFromAssetPropertyInput) SetAlias(v string) *DisassociateTimeSeriesFromAssetPropertyInput

SetAlias sets the Alias field's value.

func (*DisassociateTimeSeriesFromAssetPropertyInput) SetAssetId

func (s *DisassociateTimeSeriesFromAssetPropertyInput) SetAssetId(v string) *DisassociateTimeSeriesFromAssetPropertyInput

SetAssetId sets the AssetId field's value.

func (*DisassociateTimeSeriesFromAssetPropertyInput) SetClientToken

func (s *DisassociateTimeSeriesFromAssetPropertyInput) SetClientToken(v string) *DisassociateTimeSeriesFromAssetPropertyInput

SetClientToken sets the ClientToken field's value.

func (*DisassociateTimeSeriesFromAssetPropertyInput) SetPropertyId

func (s *DisassociateTimeSeriesFromAssetPropertyInput) SetPropertyId(v string) *DisassociateTimeSeriesFromAssetPropertyInput

SetPropertyId sets the PropertyId field's value.

func (DisassociateTimeSeriesFromAssetPropertyInput) String

func (s DisassociateTimeSeriesFromAssetPropertyInput) 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 (*DisassociateTimeSeriesFromAssetPropertyInput) Validate

func (s *DisassociateTimeSeriesFromAssetPropertyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateTimeSeriesFromAssetPropertyOutput

type DisassociateTimeSeriesFromAssetPropertyOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateTimeSeriesFromAssetPropertyOutput) GoString

func (s DisassociateTimeSeriesFromAssetPropertyOutput) 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 (DisassociateTimeSeriesFromAssetPropertyOutput) String

func (s DisassociateTimeSeriesFromAssetPropertyOutput) 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 ErrorDetails

type ErrorDetails struct {

    // The error code.
    //
    // Code is a required field
    Code *string `locationName:"code" type:"string" required:"true" enum:"ErrorCode"`

    // A list of detailed errors.
    Details []*DetailedError `locationName:"details" type:"list"`

    // The error message.
    //
    // Message is a required field
    Message *string `locationName:"message" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the details of an IoT SiteWise error.

func (ErrorDetails) GoString

func (s ErrorDetails) 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 (*ErrorDetails) SetCode

func (s *ErrorDetails) SetCode(v string) *ErrorDetails

SetCode sets the Code field's value.

func (*ErrorDetails) SetDetails

func (s *ErrorDetails) SetDetails(v []*DetailedError) *ErrorDetails

SetDetails sets the Details field's value.

func (*ErrorDetails) SetMessage

func (s *ErrorDetails) SetMessage(v string) *ErrorDetails

SetMessage sets the Message field's value.

func (ErrorDetails) String

func (s ErrorDetails) 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 ErrorReportLocation

type ErrorReportLocation struct {

    // The name of the Amazon S3 bucket to which errors associated with the bulk
    // import job are sent.
    //
    // Bucket is a required field
    Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"`

    // Amazon S3 uses the prefix as a folder name to organize data in the bucket.
    // Each Amazon S3 object 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 (/). For more information, see Organizing objects using prefixes (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html)
    // in the Amazon Simple Storage Service User Guide.
    //
    // Prefix is a required field
    Prefix *string `locationName:"prefix" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The Amazon S3 destination where errors associated with the job creation request are saved.

func (ErrorReportLocation) GoString

func (s ErrorReportLocation) 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 (*ErrorReportLocation) SetBucket

func (s *ErrorReportLocation) SetBucket(v string) *ErrorReportLocation

SetBucket sets the Bucket field's value.

func (*ErrorReportLocation) SetPrefix

func (s *ErrorReportLocation) SetPrefix(v string) *ErrorReportLocation

SetPrefix sets the Prefix field's value.

func (ErrorReportLocation) String

func (s ErrorReportLocation) 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 (*ErrorReportLocation) Validate

func (s *ErrorReportLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteActionInput

type ExecuteActionInput struct {

    // The ID of the action definition.
    //
    // ActionDefinitionId is a required field
    ActionDefinitionId *string `locationName:"actionDefinitionId" min:"36" type:"string" required:"true"`

    // The JSON payload of the action.
    //
    // ActionPayload is a required field
    ActionPayload *ActionPayload `locationName:"actionPayload" type:"structure" required:"true"`

    // A unique case-sensitive identifier that you can provide to ensure the idempotency
    // of the request. Don't reuse this client token if a new idempotent request
    // is required.
    ClientToken *string `locationName:"clientToken" min:"36" type:"string"`

    // The resource the action will be taken on.
    //
    // TargetResource is a required field
    TargetResource *TargetResource `locationName:"targetResource" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (ExecuteActionInput) GoString

func (s ExecuteActionInput) 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 (*ExecuteActionInput) SetActionDefinitionId

func (s *ExecuteActionInput) SetActionDefinitionId(v string) *ExecuteActionInput

SetActionDefinitionId sets the ActionDefinitionId field's value.

func (*ExecuteActionInput) SetActionPayload

func (s *ExecuteActionInput) SetActionPayload(v *ActionPayload) *ExecuteActionInput

SetActionPayload sets the ActionPayload field's value.

func (*ExecuteActionInput) SetClientToken

func (s *ExecuteActionInput) SetClientToken(v string) *ExecuteActionInput

SetClientToken sets the ClientToken field's value.

func (*ExecuteActionInput) SetTargetResource

func (s *ExecuteActionInput) SetTargetResource(v *TargetResource) *ExecuteActionInput

SetTargetResource sets the TargetResource field's value.

func (ExecuteActionInput) String

func (s ExecuteActionInput) 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 (*ExecuteActionInput) Validate

func (s *ExecuteActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteActionOutput

type ExecuteActionOutput struct {

    // The ID of the action.
    //
    // ActionId is a required field
    ActionId *string `locationName:"actionId" min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ExecuteActionOutput) GoString

func (s ExecuteActionOutput) 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 (*ExecuteActionOutput) SetActionId

func (s *ExecuteActionOutput) SetActionId(v string) *ExecuteActionOutput

SetActionId sets the ActionId field's value.

func (ExecuteActionOutput) String

func (s ExecuteActionOutput) 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 ExecuteQueryInput

type ExecuteQueryInput struct {

    // The maximum number of results to return at one time. The default is 25.
    MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

    // The string that specifies the next page of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The IoT SiteWise query statement.
    //
    // QueryStatement is a required field
    QueryStatement *string `locationName:"queryStatement" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ExecuteQueryInput) GoString

func (s ExecuteQueryInput) 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 (*ExecuteQueryInput) SetMaxResults

func (s *ExecuteQueryInput) SetMaxResults(v int64) *ExecuteQueryInput

SetMaxResults sets the MaxResults field's value.

func (*ExecuteQueryInput) SetNextToken

func (s *ExecuteQueryInput) SetNextToken(v string) *ExecuteQueryInput

SetNextToken sets the NextToken field's value.

func (*ExecuteQueryInput) SetQueryStatement

func (s *ExecuteQueryInput) SetQueryStatement(v string) *ExecuteQueryInput

SetQueryStatement sets the QueryStatement field's value.

func (ExecuteQueryInput) String

func (s ExecuteQueryInput) 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 (*ExecuteQueryInput) Validate

func (s *ExecuteQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteQueryOutput

type ExecuteQueryOutput struct {

    // Represents a single column in the query results.
    Columns []*ColumnInfo `locationName:"columns" type:"list"`

    // The string that specifies the next page of results.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // Represents a single row in the query results.
    Rows []*Row `locationName:"rows" type:"list"`
    // contains filtered or unexported fields
}

func (ExecuteQueryOutput) GoString

func (s ExecuteQueryOutput) 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 (*ExecuteQueryOutput) SetColumns

func (s *ExecuteQueryOutput) SetColumns(v []*ColumnInfo) *ExecuteQueryOutput

SetColumns sets the Columns field's value.

func (*ExecuteQueryOutput) SetNextToken

func (s *ExecuteQueryOutput) SetNextToken(v string) *ExecuteQueryOutput

SetNextToken sets the NextToken field's value.

func (*ExecuteQueryOutput) SetRows

func (s *ExecuteQueryOutput) SetRows(v []*Row) *ExecuteQueryOutput

SetRows sets the Rows field's value.

func (ExecuteQueryOutput) String

func (s ExecuteQueryOutput) 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 ExpressionVariable

type ExpressionVariable struct {

    // The friendly name of the variable to be used in the expression.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The variable that identifies an asset property from which to use values.
    //
    // Value is a required field
    Value *VariableValue `locationName:"value" type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains expression variable information.

func (ExpressionVariable) GoString

func (s ExpressionVariable) 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 (*ExpressionVariable) SetName

func (s *ExpressionVariable) SetName(v string) *ExpressionVariable

SetName sets the Name field's value.

func (*ExpressionVariable) SetValue

func (s *ExpressionVariable) SetValue(v *VariableValue) *ExpressionVariable

SetValue sets the Value field's value.

func (ExpressionVariable) String

func (s ExpressionVariable) 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 (*ExpressionVariable) Validate

func (s *ExpressionVariable) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type File

type File struct {

    // The name of the Amazon S3 bucket from which data is imported.
    //
    // Bucket is a required field
    Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"`

    // The key of the Amazon S3 object that contains your data. Each object has
    // a key that is a unique identifier. Each object has exactly one key.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true"`

    // The version ID to identify a specific version of the Amazon S3 object that
    // contains your data.
    VersionId *string `locationName:"versionId" type:"string"`
    // contains filtered or unexported fields
}

The file in Amazon S3 where your data is saved.

func (File) GoString

func (s File) 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 (*File) SetBucket

func (s *File) SetBucket(v string) *File

SetBucket sets the Bucket field's value.

func (*File) SetKey

func (s *File) SetKey(v string) *File

SetKey sets the Key field's value.

func (*File) SetVersionId

func (s *File) SetVersionId(v string) *File

SetVersionId sets the VersionId field's value.

func (File) String

func (s File) 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 (*File) Validate

func (s *File) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FileFormat

type FileFormat struct {

    // The file is in .CSV format.
    Csv *Csv `locationName:"csv" type:"structure"`

    // The file is in parquet format.
    Parquet *Parquet `locationName:"parquet" type:"structure"`
    // contains filtered or unexported fields
}

The file format of the data in S3.

func (FileFormat) GoString

func (s FileFormat) 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 (*FileFormat) SetCsv

func (s *FileFormat) SetCsv(v *Csv) *FileFormat

SetCsv sets the Csv field's value.

func (*FileFormat) SetParquet

func (s *FileFormat) SetParquet(v *Parquet) *FileFormat

SetParquet sets the Parquet field's value.

func (FileFormat) String

func (s FileFormat) 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 (*FileFormat) Validate

func (s *FileFormat) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForwardingConfig

type ForwardingConfig struct {

    // The forwarding state for the given property.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"ForwardingConfigState"`
    // contains filtered or unexported fields
}

The forwarding configuration for a given property.

func (ForwardingConfig) GoString

func (s ForwardingConfig) 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 (*ForwardingConfig) SetState

func (s *ForwardingConfig) SetState(v string) *ForwardingConfig

SetState sets the State field's value.

func (ForwardingConfig) String

func (s ForwardingConfig) 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 (*ForwardingConfig) Validate

func (s *ForwardingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GatewayCapabilitySummary

type GatewayCapabilitySummary struct {

    // The namespace of the capability configuration. For example, if you configure
    // OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration
    // has the namespace iotsitewise:opcuacollector:version, where version is a
    // number such as 1.
    //
    // CapabilityNamespace is a required field
    CapabilityNamespace *string `locationName:"capabilityNamespace" min:"1" type:"string" required:"true"`

    // The synchronization status of the capability configuration. The sync status
    // can be one of the following:
    //
    //    * IN_SYNC – The gateway is running the capability configuration.
    //
    //    * OUT_OF_SYNC – The gateway hasn't received the capability configuration.
    //
    //    * SYNC_FAILED – The gateway rejected the capability configuration.
    //
    // CapabilitySyncStatus is a required field
    CapabilitySyncStatus *string `locationName:"capabilitySyncStatus" type:"string" required:"true" enum:"CapabilitySyncStatus"`
    // contains filtered or unexported fields
}

Contains a summary of a gateway capability configuration.

func (GatewayCapabilitySummary) GoString

func (s GatewayCapabilitySummary) 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 (*GatewayCapabilitySummary) SetCapabilityNamespace

func (s *GatewayCapabilitySummary) SetCapabilityNamespace(v string) *GatewayCapabilitySummary

SetCapabilityNamespace sets the CapabilityNamespace field's value.

func (*GatewayCapabilitySummary) SetCapabilitySyncStatus

func (s *GatewayCapabilitySummary) SetCapabilitySyncStatus(v string) *GatewayCapabilitySummary

SetCapabilitySyncStatus sets the CapabilitySyncStatus field's value.

func (GatewayCapabilitySummary) String

func (s GatewayCapabilitySummary) 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 GatewayPlatform

type GatewayPlatform struct {

    // A gateway that runs on IoT Greengrass.
    Greengrass *Greengrass `locationName:"greengrass" type:"structure"`

    // A gateway that runs on IoT Greengrass V2.
    GreengrassV2 *GreengrassV2 `locationName:"greengrassV2" type:"structure"`
    // contains filtered or unexported fields
}

Contains a gateway's platform information.

func (GatewayPlatform) GoString

func (s GatewayPlatform) 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 (*Gat