Versions in this module Expand all Collapse all v0 v0.24.0 Jul 22, 2020 v0.23.0 May 28, 2020 Changes in this version + const EndpointsID + const ErrCodeConflictingOperationException + const ErrCodeInternalFailureException + const ErrCodeInvalidRequestException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ErrCodeTooManyTagsException + const ServiceID + const ServiceName + type AccessPolicySummary struct + CreationDate *time.Time + Id *string + Identity *Identity + LastUpdateDate *time.Time + Permission Permission + Resource *Resource + func (s AccessPolicySummary) MarshalFields(e protocol.FieldEncoder) error + func (s AccessPolicySummary) String() string + type AggregateType string + const AggregateTypeAverage + const AggregateTypeCount + const AggregateTypeMaximum + const AggregateTypeMinimum + const AggregateTypeStandardDeviation + const AggregateTypeSum + func (enum AggregateType) MarshalValue() (string, error) + func (enum AggregateType) MarshalValueBuf(b []byte) ([]byte, error) + type AggregatedValue struct + Quality Quality + Timestamp *time.Time + Value *Aggregates + func (s AggregatedValue) MarshalFields(e protocol.FieldEncoder) error + func (s AggregatedValue) String() string + type Aggregates struct + Average *float64 + Count *float64 + Maximum *float64 + Minimum *float64 + StandardDeviation *float64 + Sum *float64 + func (s Aggregates) MarshalFields(e protocol.FieldEncoder) error + func (s Aggregates) String() string + type AssetErrorCode string + const AssetErrorCodeInternalFailure + func (enum AssetErrorCode) MarshalValue() (string, error) + func (enum AssetErrorCode) MarshalValueBuf(b []byte) ([]byte, error) + type AssetErrorDetails struct + AssetId *string + Code AssetErrorCode + Message *string + func (s AssetErrorDetails) MarshalFields(e protocol.FieldEncoder) error + func (s AssetErrorDetails) String() string + type AssetHierarchy struct + Id *string + Name *string + func (s AssetHierarchy) MarshalFields(e protocol.FieldEncoder) error + func (s AssetHierarchy) String() string + type AssetModelHierarchy struct + ChildAssetModelId *string + Id *string + Name *string + func (s *AssetModelHierarchy) Validate() error + func (s AssetModelHierarchy) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelHierarchy) String() string + type AssetModelHierarchyDefinition struct + ChildAssetModelId *string + Name *string + func (s *AssetModelHierarchyDefinition) Validate() error + func (s AssetModelHierarchyDefinition) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelHierarchyDefinition) String() string + type AssetModelProperty struct + DataType PropertyDataType + Id *string + Name *string + Type *PropertyType + Unit *string + func (s *AssetModelProperty) Validate() error + func (s AssetModelProperty) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelProperty) String() string + type AssetModelPropertyDefinition struct + DataType PropertyDataType + Name *string + Type *PropertyType + Unit *string + func (s *AssetModelPropertyDefinition) Validate() error + func (s AssetModelPropertyDefinition) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelPropertyDefinition) String() string + type AssetModelState string + const AssetModelStateActive + const AssetModelStateCreating + const AssetModelStateDeleting + const AssetModelStateFailed + const AssetModelStatePropagating + const AssetModelStateUpdating + func (enum AssetModelState) MarshalValue() (string, error) + func (enum AssetModelState) MarshalValueBuf(b []byte) ([]byte, error) + type AssetModelStatus struct + Error *ErrorDetails + State AssetModelState + func (s AssetModelStatus) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelStatus) String() string + type AssetModelSummary struct + Arn *string + CreationDate *time.Time + Description *string + Id *string + LastUpdateDate *time.Time + Name *string + Status *AssetModelStatus + func (s AssetModelSummary) MarshalFields(e protocol.FieldEncoder) error + func (s AssetModelSummary) String() string + type AssetProperty struct + Alias *string + DataType PropertyDataType + Id *string + Name *string + Notification *PropertyNotification + Unit *string + func (s AssetProperty) MarshalFields(e protocol.FieldEncoder) error + func (s AssetProperty) String() string + type AssetPropertyValue struct + Quality Quality + Timestamp *TimeInNanos + Value *Variant + func (s *AssetPropertyValue) Validate() error + func (s AssetPropertyValue) MarshalFields(e protocol.FieldEncoder) error + func (s AssetPropertyValue) String() string + type AssetState string + const AssetStateActive + const AssetStateCreating + const AssetStateDeleting + const AssetStateFailed + const AssetStateUpdating + func (enum AssetState) MarshalValue() (string, error) + func (enum AssetState) MarshalValueBuf(b []byte) ([]byte, error) + type AssetStatus struct + Error *ErrorDetails + State AssetState + func (s AssetStatus) MarshalFields(e protocol.FieldEncoder) error + func (s AssetStatus) String() string + type AssetSummary struct + Arn *string + AssetModelId *string + CreationDate *time.Time + Hierarchies []AssetHierarchy + Id *string + LastUpdateDate *time.Time + Name *string + Status *AssetStatus + func (s AssetSummary) MarshalFields(e protocol.FieldEncoder) error + func (s AssetSummary) String() string + type AssociateAssetsInput struct + AssetId *string + ChildAssetId *string + ClientToken *string + HierarchyId *string + func (s *AssociateAssetsInput) Validate() error + func (s AssociateAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s AssociateAssetsInput) String() string + type AssociateAssetsOutput struct + func (s AssociateAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s AssociateAssetsOutput) String() string + type AssociateAssetsRequest struct + Copy func(*AssociateAssetsInput) AssociateAssetsRequest + Input *AssociateAssetsInput + func (r AssociateAssetsRequest) Send(ctx context.Context) (*AssociateAssetsResponse, error) + type AssociateAssetsResponse struct + func (r *AssociateAssetsResponse) SDKResponseMetdata() *aws.Response + type AssociatedAssetsSummary struct + Arn *string + AssetModelId *string + CreationDate *time.Time + Hierarchies []AssetHierarchy + Id *string + LastUpdateDate *time.Time + Name *string + Status *AssetStatus + func (s AssociatedAssetsSummary) MarshalFields(e protocol.FieldEncoder) error + func (s AssociatedAssetsSummary) String() string + type Attribute struct + DefaultValue *string + func (s *Attribute) Validate() error + func (s Attribute) MarshalFields(e protocol.FieldEncoder) error + func (s Attribute) String() string + type BatchAssociateProjectAssetsInput struct + AssetIds []string + ClientToken *string + ProjectId *string + func (s *BatchAssociateProjectAssetsInput) Validate() error + func (s BatchAssociateProjectAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchAssociateProjectAssetsInput) String() string + type BatchAssociateProjectAssetsOutput struct + Errors []AssetErrorDetails + func (s BatchAssociateProjectAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchAssociateProjectAssetsOutput) String() string + type BatchAssociateProjectAssetsRequest struct + Copy func(*BatchAssociateProjectAssetsInput) BatchAssociateProjectAssetsRequest + Input *BatchAssociateProjectAssetsInput + func (r BatchAssociateProjectAssetsRequest) Send(ctx context.Context) (*BatchAssociateProjectAssetsResponse, error) + type BatchAssociateProjectAssetsResponse struct + func (r *BatchAssociateProjectAssetsResponse) SDKResponseMetdata() *aws.Response + type BatchDisassociateProjectAssetsInput struct + AssetIds []string + ClientToken *string + ProjectId *string + func (s *BatchDisassociateProjectAssetsInput) Validate() error + func (s BatchDisassociateProjectAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchDisassociateProjectAssetsInput) String() string + type BatchDisassociateProjectAssetsOutput struct + Errors []AssetErrorDetails + func (s BatchDisassociateProjectAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchDisassociateProjectAssetsOutput) String() string + type BatchDisassociateProjectAssetsRequest struct + Copy func(*BatchDisassociateProjectAssetsInput) BatchDisassociateProjectAssetsRequest + Input *BatchDisassociateProjectAssetsInput + func (r BatchDisassociateProjectAssetsRequest) Send(ctx context.Context) (*BatchDisassociateProjectAssetsResponse, error) + type BatchDisassociateProjectAssetsResponse struct + func (r *BatchDisassociateProjectAssetsResponse) SDKResponseMetdata() *aws.Response + type BatchPutAssetPropertyError struct + ErrorCode BatchPutAssetPropertyValueErrorCode + ErrorMessage *string + Timestamps []TimeInNanos + func (s BatchPutAssetPropertyError) MarshalFields(e protocol.FieldEncoder) error + func (s BatchPutAssetPropertyError) String() string + type BatchPutAssetPropertyErrorEntry struct + EntryId *string + Errors []BatchPutAssetPropertyError + func (s BatchPutAssetPropertyErrorEntry) MarshalFields(e protocol.FieldEncoder) error + func (s BatchPutAssetPropertyErrorEntry) String() string + type BatchPutAssetPropertyValueErrorCode string + const BatchPutAssetPropertyValueErrorCodeAccessDeniedException + const BatchPutAssetPropertyValueErrorCodeConflictingOperationException + const BatchPutAssetPropertyValueErrorCodeInternalFailureException + const BatchPutAssetPropertyValueErrorCodeInvalidRequestException + const BatchPutAssetPropertyValueErrorCodeLimitExceededException + const BatchPutAssetPropertyValueErrorCodeResourceNotFoundException + const BatchPutAssetPropertyValueErrorCodeServiceUnavailableException + const BatchPutAssetPropertyValueErrorCodeThrottlingException + const BatchPutAssetPropertyValueErrorCodeTimestampOutOfRangeException + func (enum BatchPutAssetPropertyValueErrorCode) MarshalValue() (string, error) + func (enum BatchPutAssetPropertyValueErrorCode) MarshalValueBuf(b []byte) ([]byte, error) + type BatchPutAssetPropertyValueInput struct + Entries []PutAssetPropertyValueEntry + func (s *BatchPutAssetPropertyValueInput) Validate() error + func (s BatchPutAssetPropertyValueInput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchPutAssetPropertyValueInput) String() string + type BatchPutAssetPropertyValueOutput struct + ErrorEntries []BatchPutAssetPropertyErrorEntry + func (s BatchPutAssetPropertyValueOutput) MarshalFields(e protocol.FieldEncoder) error + func (s BatchPutAssetPropertyValueOutput) String() string + type BatchPutAssetPropertyValueRequest struct + Copy func(*BatchPutAssetPropertyValueInput) BatchPutAssetPropertyValueRequest + Input *BatchPutAssetPropertyValueInput + func (r BatchPutAssetPropertyValueRequest) Send(ctx context.Context) (*BatchPutAssetPropertyValueResponse, error) + type BatchPutAssetPropertyValueResponse struct + func (r *BatchPutAssetPropertyValueResponse) SDKResponseMetdata() *aws.Response + type CapabilitySyncStatus string + const CapabilitySyncStatusInSync + const CapabilitySyncStatusOutOfSync + const CapabilitySyncStatusSyncFailed + func (enum CapabilitySyncStatus) MarshalValue() (string, error) + func (enum CapabilitySyncStatus) MarshalValueBuf(b []byte) ([]byte, error) + type Client struct + func New(config aws.Config) *Client + func (c *Client) AssociateAssetsRequest(input *AssociateAssetsInput) AssociateAssetsRequest + func (c *Client) BatchAssociateProjectAssetsRequest(input *BatchAssociateProjectAssetsInput) BatchAssociateProjectAssetsRequest + func (c *Client) BatchDisassociateProjectAssetsRequest(input *BatchDisassociateProjectAssetsInput) BatchDisassociateProjectAssetsRequest + func (c *Client) BatchPutAssetPropertyValueRequest(input *BatchPutAssetPropertyValueInput) BatchPutAssetPropertyValueRequest + func (c *Client) CreateAccessPolicyRequest(input *CreateAccessPolicyInput) CreateAccessPolicyRequest + func (c *Client) CreateAssetModelRequest(input *CreateAssetModelInput) CreateAssetModelRequest + func (c *Client) CreateAssetRequest(input *CreateAssetInput) CreateAssetRequest + func (c *Client) CreateDashboardRequest(input *CreateDashboardInput) CreateDashboardRequest + func (c *Client) CreateGatewayRequest(input *CreateGatewayInput) CreateGatewayRequest + func (c *Client) CreatePortalRequest(input *CreatePortalInput) CreatePortalRequest + func (c *Client) CreateProjectRequest(input *CreateProjectInput) CreateProjectRequest + func (c *Client) DeleteAccessPolicyRequest(input *DeleteAccessPolicyInput) DeleteAccessPolicyRequest + func (c *Client) DeleteAssetModelRequest(input *DeleteAssetModelInput) DeleteAssetModelRequest + func (c *Client) DeleteAssetRequest(input *DeleteAssetInput) DeleteAssetRequest + func (c *Client) DeleteDashboardRequest(input *DeleteDashboardInput) DeleteDashboardRequest + func (c *Client) DeleteGatewayRequest(input *DeleteGatewayInput) DeleteGatewayRequest + func (c *Client) DeletePortalRequest(input *DeletePortalInput) DeletePortalRequest + func (c *Client) DeleteProjectRequest(input *DeleteProjectInput) DeleteProjectRequest + func (c *Client) DescribeAccessPolicyRequest(input *DescribeAccessPolicyInput) DescribeAccessPolicyRequest + func (c *Client) DescribeAssetModelRequest(input *DescribeAssetModelInput) DescribeAssetModelRequest + func (c *Client) DescribeAssetPropertyRequest(input *DescribeAssetPropertyInput) DescribeAssetPropertyRequest + func (c *Client) DescribeAssetRequest(input *DescribeAssetInput) DescribeAssetRequest + func (c *Client) DescribeDashboardRequest(input *DescribeDashboardInput) DescribeDashboardRequest + func (c *Client) DescribeGatewayCapabilityConfigurationRequest(input *DescribeGatewayCapabilityConfigurationInput) DescribeGatewayCapabilityConfigurationRequest + func (c *Client) DescribeGatewayRequest(input *DescribeGatewayInput) DescribeGatewayRequest + func (c *Client) DescribeLoggingOptionsRequest(input *DescribeLoggingOptionsInput) DescribeLoggingOptionsRequest + func (c *Client) DescribePortalRequest(input *DescribePortalInput) DescribePortalRequest + func (c *Client) DescribeProjectRequest(input *DescribeProjectInput) DescribeProjectRequest + func (c *Client) DisassociateAssetsRequest(input *DisassociateAssetsInput) DisassociateAssetsRequest + func (c *Client) GetAssetPropertyAggregatesRequest(input *GetAssetPropertyAggregatesInput) GetAssetPropertyAggregatesRequest + func (c *Client) GetAssetPropertyValueHistoryRequest(input *GetAssetPropertyValueHistoryInput) GetAssetPropertyValueHistoryRequest + func (c *Client) GetAssetPropertyValueRequest(input *GetAssetPropertyValueInput) GetAssetPropertyValueRequest + func (c *Client) ListAccessPoliciesRequest(input *ListAccessPoliciesInput) ListAccessPoliciesRequest + func (c *Client) ListAssetModelsRequest(input *ListAssetModelsInput) ListAssetModelsRequest + func (c *Client) ListAssetsRequest(input *ListAssetsInput) ListAssetsRequest + func (c *Client) ListAssociatedAssetsRequest(input *ListAssociatedAssetsInput) ListAssociatedAssetsRequest + func (c *Client) ListDashboardsRequest(input *ListDashboardsInput) ListDashboardsRequest + func (c *Client) ListGatewaysRequest(input *ListGatewaysInput) ListGatewaysRequest + func (c *Client) ListPortalsRequest(input *ListPortalsInput) ListPortalsRequest + func (c *Client) ListProjectAssetsRequest(input *ListProjectAssetsInput) ListProjectAssetsRequest + func (c *Client) ListProjectsRequest(input *ListProjectsInput) ListProjectsRequest + func (c *Client) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest + func (c *Client) PutLoggingOptionsRequest(input *PutLoggingOptionsInput) PutLoggingOptionsRequest + func (c *Client) TagResourceRequest(input *TagResourceInput) TagResourceRequest + func (c *Client) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest + func (c *Client) UpdateAccessPolicyRequest(input *UpdateAccessPolicyInput) UpdateAccessPolicyRequest + func (c *Client) UpdateAssetModelRequest(input *UpdateAssetModelInput) UpdateAssetModelRequest + func (c *Client) UpdateAssetPropertyRequest(input *UpdateAssetPropertyInput) UpdateAssetPropertyRequest + func (c *Client) UpdateAssetRequest(input *UpdateAssetInput) UpdateAssetRequest + func (c *Client) UpdateDashboardRequest(input *UpdateDashboardInput) UpdateDashboardRequest + func (c *Client) UpdateGatewayCapabilityConfigurationRequest(input *UpdateGatewayCapabilityConfigurationInput) UpdateGatewayCapabilityConfigurationRequest + func (c *Client) UpdateGatewayRequest(input *UpdateGatewayInput) UpdateGatewayRequest + func (c *Client) UpdatePortalRequest(input *UpdatePortalInput) UpdatePortalRequest + func (c *Client) UpdateProjectRequest(input *UpdateProjectInput) UpdateProjectRequest + func (c *Client) WaitUntilAssetActive(ctx context.Context, input *DescribeAssetInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilAssetModelActive(ctx context.Context, input *DescribeAssetModelInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilAssetModelNotExists(ctx context.Context, input *DescribeAssetModelInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilAssetNotExists(ctx context.Context, input *DescribeAssetInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilPortalActive(ctx context.Context, input *DescribePortalInput, opts ...aws.WaiterOption) error + func (c *Client) WaitUntilPortalNotExists(ctx context.Context, input *DescribePortalInput, opts ...aws.WaiterOption) error + type CreateAccessPolicyInput struct + AccessPolicyIdentity *Identity + AccessPolicyPermission Permission + AccessPolicyResource *Resource + ClientToken *string + Tags map[string]string + func (s *CreateAccessPolicyInput) Validate() error + func (s CreateAccessPolicyInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAccessPolicyInput) String() string + type CreateAccessPolicyOutput struct + AccessPolicyArn *string + AccessPolicyId *string + func (s CreateAccessPolicyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAccessPolicyOutput) String() string + type CreateAccessPolicyRequest struct + Copy func(*CreateAccessPolicyInput) CreateAccessPolicyRequest + Input *CreateAccessPolicyInput + func (r CreateAccessPolicyRequest) Send(ctx context.Context) (*CreateAccessPolicyResponse, error) + type CreateAccessPolicyResponse struct + func (r *CreateAccessPolicyResponse) SDKResponseMetdata() *aws.Response + type CreateAssetInput struct + AssetModelId *string + AssetName *string + ClientToken *string + Tags map[string]string + func (s *CreateAssetInput) Validate() error + func (s CreateAssetInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAssetInput) String() string + type CreateAssetModelInput struct + AssetModelDescription *string + AssetModelHierarchies []AssetModelHierarchyDefinition + AssetModelName *string + AssetModelProperties []AssetModelPropertyDefinition + ClientToken *string + Tags map[string]string + func (s *CreateAssetModelInput) Validate() error + func (s CreateAssetModelInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAssetModelInput) String() string + type CreateAssetModelOutput struct + AssetModelArn *string + AssetModelId *string + AssetModelStatus *AssetModelStatus + func (s CreateAssetModelOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAssetModelOutput) String() string + type CreateAssetModelRequest struct + Copy func(*CreateAssetModelInput) CreateAssetModelRequest + Input *CreateAssetModelInput + func (r CreateAssetModelRequest) Send(ctx context.Context) (*CreateAssetModelResponse, error) + type CreateAssetModelResponse struct + func (r *CreateAssetModelResponse) SDKResponseMetdata() *aws.Response + type CreateAssetOutput struct + AssetArn *string + AssetId *string + AssetStatus *AssetStatus + func (s CreateAssetOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateAssetOutput) String() string + type CreateAssetRequest struct + Copy func(*CreateAssetInput) CreateAssetRequest + Input *CreateAssetInput + func (r CreateAssetRequest) Send(ctx context.Context) (*CreateAssetResponse, error) + type CreateAssetResponse struct + func (r *CreateAssetResponse) SDKResponseMetdata() *aws.Response + type CreateDashboardInput struct + ClientToken *string + DashboardDefinition *string + DashboardDescription *string + DashboardName *string + ProjectId *string + Tags map[string]string + func (s *CreateDashboardInput) Validate() error + func (s CreateDashboardInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateDashboardInput) String() string + type CreateDashboardOutput struct + DashboardArn *string + DashboardId *string + func (s CreateDashboardOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateDashboardOutput) String() string + type CreateDashboardRequest struct + Copy func(*CreateDashboardInput) CreateDashboardRequest + Input *CreateDashboardInput + func (r CreateDashboardRequest) Send(ctx context.Context) (*CreateDashboardResponse, error) + type CreateDashboardResponse struct + func (r *CreateDashboardResponse) SDKResponseMetdata() *aws.Response + type CreateGatewayInput struct + GatewayName *string + GatewayPlatform *GatewayPlatform + Tags map[string]string + func (s *CreateGatewayInput) Validate() error + func (s CreateGatewayInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateGatewayInput) String() string + type CreateGatewayOutput struct + GatewayArn *string + GatewayId *string + func (s CreateGatewayOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateGatewayOutput) String() string + type CreateGatewayRequest struct + Copy func(*CreateGatewayInput) CreateGatewayRequest + Input *CreateGatewayInput + func (r CreateGatewayRequest) Send(ctx context.Context) (*CreateGatewayResponse, error) + type CreateGatewayResponse struct + func (r *CreateGatewayResponse) SDKResponseMetdata() *aws.Response + type CreatePortalInput struct + ClientToken *string + PortalContactEmail *string + PortalDescription *string + PortalLogoImageFile *ImageFile + PortalName *string + RoleArn *string + Tags map[string]string + func (s *CreatePortalInput) Validate() error + func (s CreatePortalInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreatePortalInput) String() string + type CreatePortalOutput struct + PortalArn *string + PortalId *string + PortalStartUrl *string + PortalStatus *PortalStatus + SsoApplicationId *string + func (s CreatePortalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreatePortalOutput) String() string + type CreatePortalRequest struct + Copy func(*CreatePortalInput) CreatePortalRequest + Input *CreatePortalInput + func (r CreatePortalRequest) Send(ctx context.Context) (*CreatePortalResponse, error) + type CreatePortalResponse struct + func (r *CreatePortalResponse) SDKResponseMetdata() *aws.Response + type CreateProjectInput struct + ClientToken *string + PortalId *string + ProjectDescription *string + ProjectName *string + Tags map[string]string + func (s *CreateProjectInput) Validate() error + func (s CreateProjectInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateProjectInput) String() string + type CreateProjectOutput struct + ProjectArn *string + ProjectId *string + func (s CreateProjectOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateProjectOutput) String() string + type CreateProjectRequest struct + Copy func(*CreateProjectInput) CreateProjectRequest + Input *CreateProjectInput + func (r CreateProjectRequest) Send(ctx context.Context) (*CreateProjectResponse, error) + type CreateProjectResponse struct + func (r *CreateProjectResponse) SDKResponseMetdata() *aws.Response + type DashboardSummary struct + CreationDate *time.Time + Description *string + Id *string + LastUpdateDate *time.Time + Name *string + func (s DashboardSummary) MarshalFields(e protocol.FieldEncoder) error + func (s DashboardSummary) String() string + type DeleteAccessPolicyInput struct + AccessPolicyId *string + ClientToken *string + func (s *DeleteAccessPolicyInput) Validate() error + func (s DeleteAccessPolicyInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAccessPolicyInput) String() string + type DeleteAccessPolicyOutput struct + func (s DeleteAccessPolicyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAccessPolicyOutput) String() string + type DeleteAccessPolicyRequest struct + Copy func(*DeleteAccessPolicyInput) DeleteAccessPolicyRequest + Input *DeleteAccessPolicyInput + func (r DeleteAccessPolicyRequest) Send(ctx context.Context) (*DeleteAccessPolicyResponse, error) + type DeleteAccessPolicyResponse struct + func (r *DeleteAccessPolicyResponse) SDKResponseMetdata() *aws.Response + type DeleteAssetInput struct + AssetId *string + ClientToken *string + func (s *DeleteAssetInput) Validate() error + func (s DeleteAssetInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAssetInput) String() string + type DeleteAssetModelInput struct + AssetModelId *string + ClientToken *string + func (s *DeleteAssetModelInput) Validate() error + func (s DeleteAssetModelInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAssetModelInput) String() string + type DeleteAssetModelOutput struct + AssetModelStatus *AssetModelStatus + func (s DeleteAssetModelOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAssetModelOutput) String() string + type DeleteAssetModelRequest struct + Copy func(*DeleteAssetModelInput) DeleteAssetModelRequest + Input *DeleteAssetModelInput + func (r DeleteAssetModelRequest) Send(ctx context.Context) (*DeleteAssetModelResponse, error) + type DeleteAssetModelResponse struct + func (r *DeleteAssetModelResponse) SDKResponseMetdata() *aws.Response + type DeleteAssetOutput struct + AssetStatus *AssetStatus + func (s DeleteAssetOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAssetOutput) String() string + type DeleteAssetRequest struct + Copy func(*DeleteAssetInput) DeleteAssetRequest + Input *DeleteAssetInput + func (r DeleteAssetRequest) Send(ctx context.Context) (*DeleteAssetResponse, error) + type DeleteAssetResponse struct + func (r *DeleteAssetResponse) SDKResponseMetdata() *aws.Response + type DeleteDashboardInput struct + ClientToken *string + DashboardId *string + func (s *DeleteDashboardInput) Validate() error + func (s DeleteDashboardInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteDashboardInput) String() string + type DeleteDashboardOutput struct + func (s DeleteDashboardOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteDashboardOutput) String() string + type DeleteDashboardRequest struct + Copy func(*DeleteDashboardInput) DeleteDashboardRequest + Input *DeleteDashboardInput + func (r DeleteDashboardRequest) Send(ctx context.Context) (*DeleteDashboardResponse, error) + type DeleteDashboardResponse struct + func (r *DeleteDashboardResponse) SDKResponseMetdata() *aws.Response + type DeleteGatewayInput struct + GatewayId *string + func (s *DeleteGatewayInput) Validate() error + func (s DeleteGatewayInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteGatewayInput) String() string + type DeleteGatewayOutput struct + func (s DeleteGatewayOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteGatewayOutput) String() string + type DeleteGatewayRequest struct + Copy func(*DeleteGatewayInput) DeleteGatewayRequest + Input *DeleteGatewayInput + func (r DeleteGatewayRequest) Send(ctx context.Context) (*DeleteGatewayResponse, error) + type DeleteGatewayResponse struct + func (r *DeleteGatewayResponse) SDKResponseMetdata() *aws.Response + type DeletePortalInput struct + ClientToken *string + PortalId *string + func (s *DeletePortalInput) Validate() error + func (s DeletePortalInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeletePortalInput) String() string + type DeletePortalOutput struct + PortalStatus *PortalStatus + func (s DeletePortalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeletePortalOutput) String() string + type DeletePortalRequest struct + Copy func(*DeletePortalInput) DeletePortalRequest + Input *DeletePortalInput + func (r DeletePortalRequest) Send(ctx context.Context) (*DeletePortalResponse, error) + type DeletePortalResponse struct + func (r *DeletePortalResponse) SDKResponseMetdata() *aws.Response + type DeleteProjectInput struct + ClientToken *string + ProjectId *string + func (s *DeleteProjectInput) Validate() error + func (s DeleteProjectInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteProjectInput) String() string + type DeleteProjectOutput struct + func (s DeleteProjectOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteProjectOutput) String() string + type DeleteProjectRequest struct + Copy func(*DeleteProjectInput) DeleteProjectRequest + Input *DeleteProjectInput + func (r DeleteProjectRequest) Send(ctx context.Context) (*DeleteProjectResponse, error) + type DeleteProjectResponse struct + func (r *DeleteProjectResponse) SDKResponseMetdata() *aws.Response + type DescribeAccessPolicyInput struct + AccessPolicyId *string + func (s *DescribeAccessPolicyInput) Validate() error + func (s DescribeAccessPolicyInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAccessPolicyInput) String() string + type DescribeAccessPolicyOutput struct + AccessPolicyArn *string + AccessPolicyCreationDate *time.Time + AccessPolicyId *string + AccessPolicyIdentity *Identity + AccessPolicyLastUpdateDate *time.Time + AccessPolicyPermission Permission + AccessPolicyResource *Resource + func (s DescribeAccessPolicyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAccessPolicyOutput) String() string + type DescribeAccessPolicyRequest struct + Copy func(*DescribeAccessPolicyInput) DescribeAccessPolicyRequest + Input *DescribeAccessPolicyInput + func (r DescribeAccessPolicyRequest) Send(ctx context.Context) (*DescribeAccessPolicyResponse, error) + type DescribeAccessPolicyResponse struct + func (r *DescribeAccessPolicyResponse) SDKResponseMetdata() *aws.Response + type DescribeAssetInput struct + AssetId *string + func (s *DescribeAssetInput) Validate() error + func (s DescribeAssetInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetInput) String() string + type DescribeAssetModelInput struct + AssetModelId *string + func (s *DescribeAssetModelInput) Validate() error + func (s DescribeAssetModelInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetModelInput) String() string + type DescribeAssetModelOutput struct + AssetModelArn *string + AssetModelCreationDate *time.Time + AssetModelDescription *string + AssetModelHierarchies []AssetModelHierarchy + AssetModelId *string + AssetModelLastUpdateDate *time.Time + AssetModelName *string + AssetModelProperties []AssetModelProperty + AssetModelStatus *AssetModelStatus + func (s DescribeAssetModelOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetModelOutput) String() string + type DescribeAssetModelRequest struct + Copy func(*DescribeAssetModelInput) DescribeAssetModelRequest + Input *DescribeAssetModelInput + func (r DescribeAssetModelRequest) Send(ctx context.Context) (*DescribeAssetModelResponse, error) + type DescribeAssetModelResponse struct + func (r *DescribeAssetModelResponse) SDKResponseMetdata() *aws.Response + type DescribeAssetOutput struct + AssetArn *string + AssetCreationDate *time.Time + AssetHierarchies []AssetHierarchy + AssetId *string + AssetLastUpdateDate *time.Time + AssetModelId *string + AssetName *string + AssetProperties []AssetProperty + AssetStatus *AssetStatus + func (s DescribeAssetOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetOutput) String() string + type DescribeAssetPropertyInput struct + AssetId *string + PropertyId *string + func (s *DescribeAssetPropertyInput) Validate() error + func (s DescribeAssetPropertyInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetPropertyInput) String() string + type DescribeAssetPropertyOutput struct + AssetId *string + AssetModelId *string + AssetName *string + AssetProperty *Property + func (s DescribeAssetPropertyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeAssetPropertyOutput) String() string + type DescribeAssetPropertyRequest struct + Copy func(*DescribeAssetPropertyInput) DescribeAssetPropertyRequest + Input *DescribeAssetPropertyInput + func (r DescribeAssetPropertyRequest) Send(ctx context.Context) (*DescribeAssetPropertyResponse, error) + type DescribeAssetPropertyResponse struct + func (r *DescribeAssetPropertyResponse) SDKResponseMetdata() *aws.Response + type DescribeAssetRequest struct + Copy func(*DescribeAssetInput) DescribeAssetRequest + Input *DescribeAssetInput + func (r DescribeAssetRequest) Send(ctx context.Context) (*DescribeAssetResponse, error) + type DescribeAssetResponse struct + func (r *DescribeAssetResponse) SDKResponseMetdata() *aws.Response + type DescribeDashboardInput struct + DashboardId *string + func (s *DescribeDashboardInput) Validate() error + func (s DescribeDashboardInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeDashboardInput) String() string + type DescribeDashboardOutput struct + DashboardArn *string + DashboardCreationDate *time.Time + DashboardDefinition *string + DashboardDescription *string + DashboardId *string + DashboardLastUpdateDate *time.Time + DashboardName *string + ProjectId *string + func (s DescribeDashboardOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeDashboardOutput) String() string + type DescribeDashboardRequest struct + Copy func(*DescribeDashboardInput) DescribeDashboardRequest + Input *DescribeDashboardInput + func (r DescribeDashboardRequest) Send(ctx context.Context) (*DescribeDashboardResponse, error) + type DescribeDashboardResponse struct + func (r *DescribeDashboardResponse) SDKResponseMetdata() *aws.Response + type DescribeGatewayCapabilityConfigurationInput struct + CapabilityNamespace *string + GatewayId *string + func (s *DescribeGatewayCapabilityConfigurationInput) Validate() error + func (s DescribeGatewayCapabilityConfigurationInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeGatewayCapabilityConfigurationInput) String() string + type DescribeGatewayCapabilityConfigurationOutput struct + CapabilityConfiguration *string + CapabilityNamespace *string + CapabilitySyncStatus CapabilitySyncStatus + GatewayId *string + func (s DescribeGatewayCapabilityConfigurationOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeGatewayCapabilityConfigurationOutput) String() string + type DescribeGatewayCapabilityConfigurationRequest struct + Copy func(*DescribeGatewayCapabilityConfigurationInput) DescribeGatewayCapabilityConfigurationRequest + Input *DescribeGatewayCapabilityConfigurationInput + func (r DescribeGatewayCapabilityConfigurationRequest) Send(ctx context.Context) (*DescribeGatewayCapabilityConfigurationResponse, error) + type DescribeGatewayCapabilityConfigurationResponse struct + func (r *DescribeGatewayCapabilityConfigurationResponse) SDKResponseMetdata() *aws.Response + type DescribeGatewayInput struct + GatewayId *string + func (s *DescribeGatewayInput) Validate() error + func (s DescribeGatewayInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeGatewayInput) String() string + type DescribeGatewayOutput struct + CreationDate *time.Time + GatewayArn *string + GatewayCapabilitySummaries []GatewayCapabilitySummary + GatewayId *string + GatewayName *string + GatewayPlatform *GatewayPlatform + LastUpdateDate *time.Time + func (s DescribeGatewayOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeGatewayOutput) String() string + type DescribeGatewayRequest struct + Copy func(*DescribeGatewayInput) DescribeGatewayRequest + Input *DescribeGatewayInput + func (r DescribeGatewayRequest) Send(ctx context.Context) (*DescribeGatewayResponse, error) + type DescribeGatewayResponse struct + func (r *DescribeGatewayResponse) SDKResponseMetdata() *aws.Response + type DescribeLoggingOptionsInput struct + func (s DescribeLoggingOptionsInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeLoggingOptionsInput) String() string + type DescribeLoggingOptionsOutput struct + LoggingOptions *LoggingOptions + func (s DescribeLoggingOptionsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeLoggingOptionsOutput) String() string + type DescribeLoggingOptionsRequest struct + Copy func(*DescribeLoggingOptionsInput) DescribeLoggingOptionsRequest + Input *DescribeLoggingOptionsInput + func (r DescribeLoggingOptionsRequest) Send(ctx context.Context) (*DescribeLoggingOptionsResponse, error) + type DescribeLoggingOptionsResponse struct + func (r *DescribeLoggingOptionsResponse) SDKResponseMetdata() *aws.Response + type DescribePortalInput struct + PortalId *string + func (s *DescribePortalInput) Validate() error + func (s DescribePortalInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribePortalInput) String() string + type DescribePortalOutput struct + PortalArn *string + PortalClientId *string + PortalContactEmail *string + PortalCreationDate *time.Time + PortalDescription *string + PortalId *string + PortalLastUpdateDate *time.Time + PortalLogoImageLocation *ImageLocation + PortalName *string + PortalStartUrl *string + PortalStatus *PortalStatus + RoleArn *string + func (s DescribePortalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribePortalOutput) String() string + type DescribePortalRequest struct + Copy func(*DescribePortalInput) DescribePortalRequest + Input *DescribePortalInput + func (r DescribePortalRequest) Send(ctx context.Context) (*DescribePortalResponse, error) + type DescribePortalResponse struct + func (r *DescribePortalResponse) SDKResponseMetdata() *aws.Response + type DescribeProjectInput struct + ProjectId *string + func (s *DescribeProjectInput) Validate() error + func (s DescribeProjectInput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeProjectInput) String() string + type DescribeProjectOutput struct + PortalId *string + ProjectArn *string + ProjectCreationDate *time.Time + ProjectDescription *string + ProjectId *string + ProjectLastUpdateDate *time.Time + ProjectName *string + func (s DescribeProjectOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DescribeProjectOutput) String() string + type DescribeProjectRequest struct + Copy func(*DescribeProjectInput) DescribeProjectRequest + Input *DescribeProjectInput + func (r DescribeProjectRequest) Send(ctx context.Context) (*DescribeProjectResponse, error) + type DescribeProjectResponse struct + func (r *DescribeProjectResponse) SDKResponseMetdata() *aws.Response + type DisassociateAssetsInput struct + AssetId *string + ChildAssetId *string + ClientToken *string + HierarchyId *string + func (s *DisassociateAssetsInput) Validate() error + func (s DisassociateAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s DisassociateAssetsInput) String() string + type DisassociateAssetsOutput struct + func (s DisassociateAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DisassociateAssetsOutput) String() string + type DisassociateAssetsRequest struct + Copy func(*DisassociateAssetsInput) DisassociateAssetsRequest + Input *DisassociateAssetsInput + func (r DisassociateAssetsRequest) Send(ctx context.Context) (*DisassociateAssetsResponse, error) + type DisassociateAssetsResponse struct + func (r *DisassociateAssetsResponse) SDKResponseMetdata() *aws.Response + type ErrorCode string + const ErrorCodeInternalFailure + const ErrorCodeValidationError + func (enum ErrorCode) MarshalValue() (string, error) + func (enum ErrorCode) MarshalValueBuf(b []byte) ([]byte, error) + type ErrorDetails struct + Code ErrorCode + Message *string + func (s ErrorDetails) MarshalFields(e protocol.FieldEncoder) error + func (s ErrorDetails) String() string + type ExpressionVariable struct + Name *string + Value *VariableValue + func (s *ExpressionVariable) Validate() error + func (s ExpressionVariable) MarshalFields(e protocol.FieldEncoder) error + func (s ExpressionVariable) String() string + type GatewayCapabilitySummary struct + CapabilityNamespace *string + CapabilitySyncStatus CapabilitySyncStatus + func (s GatewayCapabilitySummary) MarshalFields(e protocol.FieldEncoder) error + func (s GatewayCapabilitySummary) String() string + type GatewayPlatform struct + Greengrass *Greengrass + func (s *GatewayPlatform) Validate() error + func (s GatewayPlatform) MarshalFields(e protocol.FieldEncoder) error + func (s GatewayPlatform) String() string + type GatewaySummary struct + CreationDate *time.Time + GatewayCapabilitySummaries []GatewayCapabilitySummary + GatewayId *string + GatewayName *string + LastUpdateDate *time.Time + func (s GatewaySummary) MarshalFields(e protocol.FieldEncoder) error + func (s GatewaySummary) String() string + type GetAssetPropertyAggregatesInput struct + AggregateTypes []AggregateType + AssetId *string + EndDate *time.Time + MaxResults *int64 + NextToken *string + PropertyAlias *string + PropertyId *string + Qualities []Quality + Resolution *string + StartDate *time.Time + TimeOrdering TimeOrdering + func (s *GetAssetPropertyAggregatesInput) Validate() error + func (s GetAssetPropertyAggregatesInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyAggregatesInput) String() string + type GetAssetPropertyAggregatesOutput struct + AggregatedValues []AggregatedValue + NextToken *string + func (s GetAssetPropertyAggregatesOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyAggregatesOutput) String() string + type GetAssetPropertyAggregatesPaginator struct + func NewGetAssetPropertyAggregatesPaginator(req GetAssetPropertyAggregatesRequest) GetAssetPropertyAggregatesPaginator + func (p *GetAssetPropertyAggregatesPaginator) CurrentPage() *GetAssetPropertyAggregatesOutput + type GetAssetPropertyAggregatesRequest struct + Copy func(*GetAssetPropertyAggregatesInput) GetAssetPropertyAggregatesRequest + Input *GetAssetPropertyAggregatesInput + func (r GetAssetPropertyAggregatesRequest) Send(ctx context.Context) (*GetAssetPropertyAggregatesResponse, error) + type GetAssetPropertyAggregatesResponse struct + func (r *GetAssetPropertyAggregatesResponse) SDKResponseMetdata() *aws.Response + type GetAssetPropertyValueHistoryInput struct + AssetId *string + EndDate *time.Time + MaxResults *int64 + NextToken *string + PropertyAlias *string + PropertyId *string + Qualities []Quality + StartDate *time.Time + TimeOrdering TimeOrdering + func (s *GetAssetPropertyValueHistoryInput) Validate() error + func (s GetAssetPropertyValueHistoryInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyValueHistoryInput) String() string + type GetAssetPropertyValueHistoryOutput struct + AssetPropertyValueHistory []AssetPropertyValue + NextToken *string + func (s GetAssetPropertyValueHistoryOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyValueHistoryOutput) String() string + type GetAssetPropertyValueHistoryPaginator struct + func NewGetAssetPropertyValueHistoryPaginator(req GetAssetPropertyValueHistoryRequest) GetAssetPropertyValueHistoryPaginator + func (p *GetAssetPropertyValueHistoryPaginator) CurrentPage() *GetAssetPropertyValueHistoryOutput + type GetAssetPropertyValueHistoryRequest struct + Copy func(*GetAssetPropertyValueHistoryInput) GetAssetPropertyValueHistoryRequest + Input *GetAssetPropertyValueHistoryInput + func (r GetAssetPropertyValueHistoryRequest) Send(ctx context.Context) (*GetAssetPropertyValueHistoryResponse, error) + type GetAssetPropertyValueHistoryResponse struct + func (r *GetAssetPropertyValueHistoryResponse) SDKResponseMetdata() *aws.Response + type GetAssetPropertyValueInput struct + AssetId *string + PropertyAlias *string + PropertyId *string + func (s *GetAssetPropertyValueInput) Validate() error + func (s GetAssetPropertyValueInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyValueInput) String() string + type GetAssetPropertyValueOutput struct + PropertyValue *AssetPropertyValue + func (s GetAssetPropertyValueOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAssetPropertyValueOutput) String() string + type GetAssetPropertyValueRequest struct + Copy func(*GetAssetPropertyValueInput) GetAssetPropertyValueRequest + Input *GetAssetPropertyValueInput + func (r GetAssetPropertyValueRequest) Send(ctx context.Context) (*GetAssetPropertyValueResponse, error) + type GetAssetPropertyValueResponse struct + func (r *GetAssetPropertyValueResponse) SDKResponseMetdata() *aws.Response + type Greengrass struct + GroupArn *string + func (s *Greengrass) Validate() error + func (s Greengrass) MarshalFields(e protocol.FieldEncoder) error + func (s Greengrass) String() string + type GroupIdentity struct + Id *string + func (s *GroupIdentity) Validate() error + func (s GroupIdentity) MarshalFields(e protocol.FieldEncoder) error + func (s GroupIdentity) String() string + type Identity struct + Group *GroupIdentity + User *UserIdentity + func (s *Identity) Validate() error + func (s Identity) MarshalFields(e protocol.FieldEncoder) error + func (s Identity) String() string + type IdentityType string + const IdentityTypeGroup + const IdentityTypeUser + func (enum IdentityType) MarshalValue() (string, error) + func (enum IdentityType) MarshalValueBuf(b []byte) ([]byte, error) + type Image struct + File *ImageFile + Id *string + func (s *Image) Validate() error + func (s Image) MarshalFields(e protocol.FieldEncoder) error + func (s Image) String() string + type ImageFile struct + Data []byte + Type ImageFileType + func (s *ImageFile) Validate() error + func (s ImageFile) MarshalFields(e protocol.FieldEncoder) error + func (s ImageFile) String() string + type ImageFileType string + const ImageFileTypePng + func (enum ImageFileType) MarshalValue() (string, error) + func (enum ImageFileType) MarshalValueBuf(b []byte) ([]byte, error) + type ImageLocation struct + Id *string + Url *string + func (s ImageLocation) MarshalFields(e protocol.FieldEncoder) error + func (s ImageLocation) String() string + type ListAccessPoliciesInput struct + IdentityId *string + IdentityType IdentityType + MaxResults *int64 + NextToken *string + ResourceId *string + ResourceType ResourceType + func (s *ListAccessPoliciesInput) Validate() error + func (s ListAccessPoliciesInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAccessPoliciesInput) String() string + type ListAccessPoliciesOutput struct + AccessPolicySummaries []AccessPolicySummary + NextToken *string + func (s ListAccessPoliciesOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAccessPoliciesOutput) String() string + type ListAccessPoliciesPaginator struct + func NewListAccessPoliciesPaginator(req ListAccessPoliciesRequest) ListAccessPoliciesPaginator + func (p *ListAccessPoliciesPaginator) CurrentPage() *ListAccessPoliciesOutput + type ListAccessPoliciesRequest struct + Copy func(*ListAccessPoliciesInput) ListAccessPoliciesRequest + Input *ListAccessPoliciesInput + func (r ListAccessPoliciesRequest) Send(ctx context.Context) (*ListAccessPoliciesResponse, error) + type ListAccessPoliciesResponse struct + func (r *ListAccessPoliciesResponse) SDKResponseMetdata() *aws.Response + type ListAssetModelsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAssetModelsInput) Validate() error + func (s ListAssetModelsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssetModelsInput) String() string + type ListAssetModelsOutput struct + AssetModelSummaries []AssetModelSummary + NextToken *string + func (s ListAssetModelsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssetModelsOutput) String() string + type ListAssetModelsPaginator struct + func NewListAssetModelsPaginator(req ListAssetModelsRequest) ListAssetModelsPaginator + func (p *ListAssetModelsPaginator) CurrentPage() *ListAssetModelsOutput + type ListAssetModelsRequest struct + Copy func(*ListAssetModelsInput) ListAssetModelsRequest + Input *ListAssetModelsInput + func (r ListAssetModelsRequest) Send(ctx context.Context) (*ListAssetModelsResponse, error) + type ListAssetModelsResponse struct + func (r *ListAssetModelsResponse) SDKResponseMetdata() *aws.Response + type ListAssetsFilter string + const ListAssetsFilterAll + const ListAssetsFilterTopLevel + func (enum ListAssetsFilter) MarshalValue() (string, error) + func (enum ListAssetsFilter) MarshalValueBuf(b []byte) ([]byte, error) + type ListAssetsInput struct + AssetModelId *string + Filter ListAssetsFilter + MaxResults *int64 + NextToken *string + func (s *ListAssetsInput) Validate() error + func (s ListAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssetsInput) String() string + type ListAssetsOutput struct + AssetSummaries []AssetSummary + NextToken *string + func (s ListAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssetsOutput) String() string + type ListAssetsPaginator struct + func NewListAssetsPaginator(req ListAssetsRequest) ListAssetsPaginator + func (p *ListAssetsPaginator) CurrentPage() *ListAssetsOutput + type ListAssetsRequest struct + Copy func(*ListAssetsInput) ListAssetsRequest + Input *ListAssetsInput + func (r ListAssetsRequest) Send(ctx context.Context) (*ListAssetsResponse, error) + type ListAssetsResponse struct + func (r *ListAssetsResponse) SDKResponseMetdata() *aws.Response + type ListAssociatedAssetsInput struct + AssetId *string + HierarchyId *string + MaxResults *int64 + NextToken *string + func (s *ListAssociatedAssetsInput) Validate() error + func (s ListAssociatedAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssociatedAssetsInput) String() string + type ListAssociatedAssetsOutput struct + AssetSummaries []AssociatedAssetsSummary + NextToken *string + func (s ListAssociatedAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListAssociatedAssetsOutput) String() string + type ListAssociatedAssetsPaginator struct + func NewListAssociatedAssetsPaginator(req ListAssociatedAssetsRequest) ListAssociatedAssetsPaginator + func (p *ListAssociatedAssetsPaginator) CurrentPage() *ListAssociatedAssetsOutput + type ListAssociatedAssetsRequest struct + Copy func(*ListAssociatedAssetsInput) ListAssociatedAssetsRequest + Input *ListAssociatedAssetsInput + func (r ListAssociatedAssetsRequest) Send(ctx context.Context) (*ListAssociatedAssetsResponse, error) + type ListAssociatedAssetsResponse struct + func (r *ListAssociatedAssetsResponse) SDKResponseMetdata() *aws.Response + type ListDashboardsInput struct + MaxResults *int64 + NextToken *string + ProjectId *string + func (s *ListDashboardsInput) Validate() error + func (s ListDashboardsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListDashboardsInput) String() string + type ListDashboardsOutput struct + DashboardSummaries []DashboardSummary + NextToken *string + func (s ListDashboardsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListDashboardsOutput) String() string + type ListDashboardsPaginator struct + func NewListDashboardsPaginator(req ListDashboardsRequest) ListDashboardsPaginator + func (p *ListDashboardsPaginator) CurrentPage() *ListDashboardsOutput + type ListDashboardsRequest struct + Copy func(*ListDashboardsInput) ListDashboardsRequest + Input *ListDashboardsInput + func (r ListDashboardsRequest) Send(ctx context.Context) (*ListDashboardsResponse, error) + type ListDashboardsResponse struct + func (r *ListDashboardsResponse) SDKResponseMetdata() *aws.Response + type ListGatewaysInput struct + MaxResults *int64 + NextToken *string + func (s *ListGatewaysInput) Validate() error + func (s ListGatewaysInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListGatewaysInput) String() string + type ListGatewaysOutput struct + GatewaySummaries []GatewaySummary + NextToken *string + func (s ListGatewaysOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListGatewaysOutput) String() string + type ListGatewaysPaginator struct + func NewListGatewaysPaginator(req ListGatewaysRequest) ListGatewaysPaginator + func (p *ListGatewaysPaginator) CurrentPage() *ListGatewaysOutput + type ListGatewaysRequest struct + Copy func(*ListGatewaysInput) ListGatewaysRequest + Input *ListGatewaysInput + func (r ListGatewaysRequest) Send(ctx context.Context) (*ListGatewaysResponse, error) + type ListGatewaysResponse struct + func (r *ListGatewaysResponse) SDKResponseMetdata() *aws.Response + type ListPortalsInput struct + MaxResults *int64 + NextToken *string + func (s *ListPortalsInput) Validate() error + func (s ListPortalsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListPortalsInput) String() string + type ListPortalsOutput struct + NextToken *string + PortalSummaries []PortalSummary + func (s ListPortalsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListPortalsOutput) String() string + type ListPortalsPaginator struct + func NewListPortalsPaginator(req ListPortalsRequest) ListPortalsPaginator + func (p *ListPortalsPaginator) CurrentPage() *ListPortalsOutput + type ListPortalsRequest struct + Copy func(*ListPortalsInput) ListPortalsRequest + Input *ListPortalsInput + func (r ListPortalsRequest) Send(ctx context.Context) (*ListPortalsResponse, error) + type ListPortalsResponse struct + func (r *ListPortalsResponse) SDKResponseMetdata() *aws.Response + type ListProjectAssetsInput struct + MaxResults *int64 + NextToken *string + ProjectId *string + func (s *ListProjectAssetsInput) Validate() error + func (s ListProjectAssetsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProjectAssetsInput) String() string + type ListProjectAssetsOutput struct + AssetIds []string + NextToken *string + func (s ListProjectAssetsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProjectAssetsOutput) String() string + type ListProjectAssetsPaginator struct + func NewListProjectAssetsPaginator(req ListProjectAssetsRequest) ListProjectAssetsPaginator + func (p *ListProjectAssetsPaginator) CurrentPage() *ListProjectAssetsOutput + type ListProjectAssetsRequest struct + Copy func(*ListProjectAssetsInput) ListProjectAssetsRequest + Input *ListProjectAssetsInput + func (r ListProjectAssetsRequest) Send(ctx context.Context) (*ListProjectAssetsResponse, error) + type ListProjectAssetsResponse struct + func (r *ListProjectAssetsResponse) SDKResponseMetdata() *aws.Response + type ListProjectsInput struct + MaxResults *int64 + NextToken *string + PortalId *string + func (s *ListProjectsInput) Validate() error + func (s ListProjectsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProjectsInput) String() string + type ListProjectsOutput struct + NextToken *string + ProjectSummaries []ProjectSummary + func (s ListProjectsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProjectsOutput) String() string + type ListProjectsPaginator struct + func NewListProjectsPaginator(req ListProjectsRequest) ListProjectsPaginator + func (p *ListProjectsPaginator) CurrentPage() *ListProjectsOutput + type ListProjectsRequest struct + Copy func(*ListProjectsInput) ListProjectsRequest + Input *ListProjectsInput + func (r ListProjectsRequest) Send(ctx context.Context) (*ListProjectsResponse, error) + type ListProjectsResponse struct + func (r *ListProjectsResponse) SDKResponseMetdata() *aws.Response + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]string + func (s ListTagsForResourceOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListTagsForResourceOutput) String() string + type ListTagsForResourceRequest struct + Copy func(*ListTagsForResourceInput) ListTagsForResourceRequest + Input *ListTagsForResourceInput + func (r ListTagsForResourceRequest) Send(ctx context.Context) (*ListTagsForResourceResponse, error) + type ListTagsForResourceResponse struct + func (r *ListTagsForResourceResponse) SDKResponseMetdata() *aws.Response + type LoggingLevel string + const LoggingLevelError + const LoggingLevelInfo + const LoggingLevelOff + func (enum LoggingLevel) MarshalValue() (string, error) + func (enum LoggingLevel) MarshalValueBuf(b []byte) ([]byte, error) + type LoggingOptions struct + Level LoggingLevel + func (s *LoggingOptions) Validate() error + func (s LoggingOptions) MarshalFields(e protocol.FieldEncoder) error + func (s LoggingOptions) String() string + type Measurement struct + func (s Measurement) MarshalFields(e protocol.FieldEncoder) error + func (s Measurement) String() string + type Metric struct + Expression *string + Variables []ExpressionVariable + Window *MetricWindow + func (s *Metric) Validate() error + func (s Metric) MarshalFields(e protocol.FieldEncoder) error + func (s Metric) String() string + type MetricWindow struct + Tumbling *TumblingWindow + func (s *MetricWindow) Validate() error + func (s MetricWindow) MarshalFields(e protocol.FieldEncoder) error + func (s MetricWindow) String() string + type MonitorErrorCode string + const MonitorErrorCodeInternalFailure + func (enum MonitorErrorCode) MarshalValue() (string, error) + func (enum MonitorErrorCode) MarshalValueBuf(b []byte) ([]byte, error) + type MonitorErrorDetails struct + Code MonitorErrorCode + Message *string + func (s MonitorErrorDetails) MarshalFields(e protocol.FieldEncoder) error + func (s MonitorErrorDetails) String() string + type Permission string + const PermissionAdministrator + const PermissionViewer + func (enum Permission) MarshalValue() (string, error) + func (enum Permission) MarshalValueBuf(b []byte) ([]byte, error) + type PortalResource struct + Id *string + func (s *PortalResource) Validate() error + func (s PortalResource) MarshalFields(e protocol.FieldEncoder) error + func (s PortalResource) String() string + type PortalState string + const PortalStateActive + const PortalStateCreating + const PortalStateDeleting + const PortalStateFailed + const PortalStateUpdating + func (enum PortalState) MarshalValue() (string, error) + func (enum PortalState) MarshalValueBuf(b []byte) ([]byte, error) + type PortalStatus struct + Error *MonitorErrorDetails + State PortalState + func (s PortalStatus) MarshalFields(e protocol.FieldEncoder) error + func (s PortalStatus) String() string + type PortalSummary struct + CreationDate *time.Time + Description *string + Id *string + LastUpdateDate *time.Time + Name *string + RoleArn *string + StartUrl *string + func (s PortalSummary) MarshalFields(e protocol.FieldEncoder) error + func (s PortalSummary) String() string + type ProjectResource struct + Id *string + func (s *ProjectResource) Validate() error + func (s ProjectResource) MarshalFields(e protocol.FieldEncoder) error + func (s ProjectResource) String() string + type ProjectSummary struct + CreationDate *time.Time + Description *string + Id *string + LastUpdateDate *time.Time + Name *string + func (s ProjectSummary) MarshalFields(e protocol.FieldEncoder) error + func (s ProjectSummary) String() string + type Property struct + Alias *string + DataType PropertyDataType + Id *string + Name *string + Notification *PropertyNotification + Type *PropertyType + Unit *string + func (s Property) MarshalFields(e protocol.FieldEncoder) error + func (s Property) String() string + type PropertyDataType string + const PropertyDataTypeBoolean + const PropertyDataTypeDouble + const PropertyDataTypeInteger + const PropertyDataTypeString + func (enum PropertyDataType) MarshalValue() (string, error) + func (enum PropertyDataType) MarshalValueBuf(b []byte) ([]byte, error) + type PropertyNotification struct + State PropertyNotificationState + Topic *string + func (s PropertyNotification) MarshalFields(e protocol.FieldEncoder) error + func (s PropertyNotification) String() string + type PropertyNotificationState string + const PropertyNotificationStateDisabled + const PropertyNotificationStateEnabled + func (enum PropertyNotificationState) MarshalValue() (string, error) + func (enum PropertyNotificationState) MarshalValueBuf(b []byte) ([]byte, error) + type PropertyType struct + Attribute *Attribute + Measurement *Measurement + Metric *Metric + Transform *Transform + func (s *PropertyType) Validate() error + func (s PropertyType) MarshalFields(e protocol.FieldEncoder) error + func (s PropertyType) String() string + type PutAssetPropertyValueEntry struct + AssetId *string + EntryId *string + PropertyAlias *string + PropertyId *string + PropertyValues []AssetPropertyValue + func (s *PutAssetPropertyValueEntry) Validate() error + func (s PutAssetPropertyValueEntry) MarshalFields(e protocol.FieldEncoder) error + func (s PutAssetPropertyValueEntry) String() string + type PutLoggingOptionsInput struct + LoggingOptions *LoggingOptions + func (s *PutLoggingOptionsInput) Validate() error + func (s PutLoggingOptionsInput) MarshalFields(e protocol.FieldEncoder) error + func (s PutLoggingOptionsInput) String() string + type PutLoggingOptionsOutput struct + func (s PutLoggingOptionsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s PutLoggingOptionsOutput) String() string + type PutLoggingOptionsRequest struct + Copy func(*PutLoggingOptionsInput) PutLoggingOptionsRequest + Input *PutLoggingOptionsInput + func (r PutLoggingOptionsRequest) Send(ctx context.Context) (*PutLoggingOptionsResponse, error) + type PutLoggingOptionsResponse struct + func (r *PutLoggingOptionsResponse) SDKResponseMetdata() *aws.Response + type Quality string + const QualityBad + const QualityGood + const QualityUncertain + func (enum Quality) MarshalValue() (string, error) + func (enum Quality) MarshalValueBuf(b []byte) ([]byte, error) + type Resource struct + Portal *PortalResource + Project *ProjectResource + func (s *Resource) Validate() error + func (s Resource) MarshalFields(e protocol.FieldEncoder) error + func (s Resource) String() string + type ResourceType string + const ResourceTypePortal + const ResourceTypeProject + func (enum ResourceType) MarshalValue() (string, error) + func (enum ResourceType) MarshalValueBuf(b []byte) ([]byte, error) + type TagResourceInput struct + ResourceArn *string + Tags map[string]string + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) MarshalFields(e protocol.FieldEncoder) error + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) MarshalFields(e protocol.FieldEncoder) error + func (s TagResourceOutput) String() string + type TagResourceRequest struct + Copy func(*TagResourceInput) TagResourceRequest + Input *TagResourceInput + func (r TagResourceRequest) Send(ctx context.Context) (*TagResourceResponse, error) + type TagResourceResponse struct + func (r *TagResourceResponse) SDKResponseMetdata() *aws.Response + type TimeInNanos struct + OffsetInNanos *int64 + TimeInSeconds *int64 + func (s *TimeInNanos) Validate() error + func (s TimeInNanos) MarshalFields(e protocol.FieldEncoder) error + func (s TimeInNanos) String() string + type TimeOrdering string + const TimeOrderingAscending + const TimeOrderingDescending + func (enum TimeOrdering) MarshalValue() (string, error) + func (enum TimeOrdering) MarshalValueBuf(b []byte) ([]byte, error) + type Transform struct + Expression *string + Variables []ExpressionVariable + func (s *Transform) Validate() error + func (s Transform) MarshalFields(e protocol.FieldEncoder) error + func (s Transform) String() string + type TumblingWindow struct + Interval *string + func (s *TumblingWindow) Validate() error + func (s TumblingWindow) MarshalFields(e protocol.FieldEncoder) error + func (s TumblingWindow) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []string + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) MarshalFields(e protocol.FieldEncoder) error + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UntagResourceOutput) String() string + type UntagResourceRequest struct + Copy func(*UntagResourceInput) UntagResourceRequest + Input *UntagResourceInput + func (r UntagResourceRequest) Send(ctx context.Context) (*UntagResourceResponse, error) + type UntagResourceResponse struct + func (r *UntagResourceResponse) SDKResponseMetdata() *aws.Response + type UpdateAccessPolicyInput struct + AccessPolicyId *string + AccessPolicyIdentity *Identity + AccessPolicyPermission Permission + AccessPolicyResource *Resource + ClientToken *string + func (s *UpdateAccessPolicyInput) Validate() error + func (s UpdateAccessPolicyInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAccessPolicyInput) String() string + type UpdateAccessPolicyOutput struct + func (s UpdateAccessPolicyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAccessPolicyOutput) String() string + type UpdateAccessPolicyRequest struct + Copy func(*UpdateAccessPolicyInput) UpdateAccessPolicyRequest + Input *UpdateAccessPolicyInput + func (r UpdateAccessPolicyRequest) Send(ctx context.Context) (*UpdateAccessPolicyResponse, error) + type UpdateAccessPolicyResponse struct + func (r *UpdateAccessPolicyResponse) SDKResponseMetdata() *aws.Response + type UpdateAssetInput struct + AssetId *string + AssetName *string + ClientToken *string + func (s *UpdateAssetInput) Validate() error + func (s UpdateAssetInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetInput) String() string + type UpdateAssetModelInput struct + AssetModelDescription *string + AssetModelHierarchies []AssetModelHierarchy + AssetModelId *string + AssetModelName *string + AssetModelProperties []AssetModelProperty + ClientToken *string + func (s *UpdateAssetModelInput) Validate() error + func (s UpdateAssetModelInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetModelInput) String() string + type UpdateAssetModelOutput struct + AssetModelStatus *AssetModelStatus + func (s UpdateAssetModelOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetModelOutput) String() string + type UpdateAssetModelRequest struct + Copy func(*UpdateAssetModelInput) UpdateAssetModelRequest + Input *UpdateAssetModelInput + func (r UpdateAssetModelRequest) Send(ctx context.Context) (*UpdateAssetModelResponse, error) + type UpdateAssetModelResponse struct + func (r *UpdateAssetModelResponse) SDKResponseMetdata() *aws.Response + type UpdateAssetOutput struct + AssetStatus *AssetStatus + func (s UpdateAssetOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetOutput) String() string + type UpdateAssetPropertyInput struct + AssetId *string + ClientToken *string + PropertyAlias *string + PropertyId *string + PropertyNotificationState PropertyNotificationState + func (s *UpdateAssetPropertyInput) Validate() error + func (s UpdateAssetPropertyInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetPropertyInput) String() string + type UpdateAssetPropertyOutput struct + func (s UpdateAssetPropertyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateAssetPropertyOutput) String() string + type UpdateAssetPropertyRequest struct + Copy func(*UpdateAssetPropertyInput) UpdateAssetPropertyRequest + Input *UpdateAssetPropertyInput + func (r UpdateAssetPropertyRequest) Send(ctx context.Context) (*UpdateAssetPropertyResponse, error) + type UpdateAssetPropertyResponse struct + func (r *UpdateAssetPropertyResponse) SDKResponseMetdata() *aws.Response + type UpdateAssetRequest struct + Copy func(*UpdateAssetInput) UpdateAssetRequest + Input *UpdateAssetInput + func (r UpdateAssetRequest) Send(ctx context.Context) (*UpdateAssetResponse, error) + type UpdateAssetResponse struct + func (r *UpdateAssetResponse) SDKResponseMetdata() *aws.Response + type UpdateDashboardInput struct + ClientToken *string + DashboardDefinition *string + DashboardDescription *string + DashboardId *string + DashboardName *string + func (s *UpdateDashboardInput) Validate() error + func (s UpdateDashboardInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateDashboardInput) String() string + type UpdateDashboardOutput struct + func (s UpdateDashboardOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateDashboardOutput) String() string + type UpdateDashboardRequest struct + Copy func(*UpdateDashboardInput) UpdateDashboardRequest + Input *UpdateDashboardInput + func (r UpdateDashboardRequest) Send(ctx context.Context) (*UpdateDashboardResponse, error) + type UpdateDashboardResponse struct + func (r *UpdateDashboardResponse) SDKResponseMetdata() *aws.Response + type UpdateGatewayCapabilityConfigurationInput struct + CapabilityConfiguration *string + CapabilityNamespace *string + GatewayId *string + func (s *UpdateGatewayCapabilityConfigurationInput) Validate() error + func (s UpdateGatewayCapabilityConfigurationInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateGatewayCapabilityConfigurationInput) String() string + type UpdateGatewayCapabilityConfigurationOutput struct + CapabilityNamespace *string + CapabilitySyncStatus CapabilitySyncStatus + func (s UpdateGatewayCapabilityConfigurationOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateGatewayCapabilityConfigurationOutput) String() string + type UpdateGatewayCapabilityConfigurationRequest struct + Copy func(*UpdateGatewayCapabilityConfigurationInput) UpdateGatewayCapabilityConfigurationRequest + Input *UpdateGatewayCapabilityConfigurationInput + func (r UpdateGatewayCapabilityConfigurationRequest) Send(ctx context.Context) (*UpdateGatewayCapabilityConfigurationResponse, error) + type UpdateGatewayCapabilityConfigurationResponse struct + func (r *UpdateGatewayCapabilityConfigurationResponse) SDKResponseMetdata() *aws.Response + type UpdateGatewayInput struct + GatewayId *string + GatewayName *string + func (s *UpdateGatewayInput) Validate() error + func (s UpdateGatewayInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateGatewayInput) String() string + type UpdateGatewayOutput struct + func (s UpdateGatewayOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateGatewayOutput) String() string + type UpdateGatewayRequest struct + Copy func(*UpdateGatewayInput) UpdateGatewayRequest + Input *UpdateGatewayInput + func (r UpdateGatewayRequest) Send(ctx context.Context) (*UpdateGatewayResponse, error) + type UpdateGatewayResponse struct + func (r *UpdateGatewayResponse) SDKResponseMetdata() *aws.Response + type UpdatePortalInput struct + ClientToken *string + PortalContactEmail *string + PortalDescription *string + PortalId *string + PortalLogoImage *Image + PortalName *string + RoleArn *string + func (s *UpdatePortalInput) Validate() error + func (s UpdatePortalInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdatePortalInput) String() string + type UpdatePortalOutput struct + PortalStatus *PortalStatus + func (s UpdatePortalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdatePortalOutput) String() string + type UpdatePortalRequest struct + Copy func(*UpdatePortalInput) UpdatePortalRequest + Input *UpdatePortalInput + func (r UpdatePortalRequest) Send(ctx context.Context) (*UpdatePortalResponse, error) + type UpdatePortalResponse struct + func (r *UpdatePortalResponse) SDKResponseMetdata() *aws.Response + type UpdateProjectInput struct + ClientToken *string + ProjectDescription *string + ProjectId *string + ProjectName *string + func (s *UpdateProjectInput) Validate() error + func (s UpdateProjectInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateProjectInput) String() string + type UpdateProjectOutput struct + func (s UpdateProjectOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateProjectOutput) String() string + type UpdateProjectRequest struct + Copy func(*UpdateProjectInput) UpdateProjectRequest + Input *UpdateProjectInput + func (r UpdateProjectRequest) Send(ctx context.Context) (*UpdateProjectResponse, error) + type UpdateProjectResponse struct + func (r *UpdateProjectResponse) SDKResponseMetdata() *aws.Response + type UserIdentity struct + Id *string + func (s *UserIdentity) Validate() error + func (s UserIdentity) MarshalFields(e protocol.FieldEncoder) error + func (s UserIdentity) String() string + type VariableValue struct + HierarchyId *string + PropertyId *string + func (s *VariableValue) Validate() error + func (s VariableValue) MarshalFields(e protocol.FieldEncoder) error + func (s VariableValue) String() string + type Variant struct + BooleanValue *bool + DoubleValue *float64 + IntegerValue *int64 + StringValue *string + func (s *Variant) Validate() error + func (s Variant) MarshalFields(e protocol.FieldEncoder) error + func (s Variant) String() string Other modules containing this package github.com/aws/aws-sdk-go-v2/service/iotsitewise