Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const DefinitionLanguageGraphql + const DeploymentTargetCloud + const DeploymentTargetGreengrass + const EndpointsID + const EntityFilterNameName + const EntityFilterNameNamespace + const EntityFilterNameReferencedEntityId + const EntityFilterNameSemanticTypePath + const EntityTypeAction + const EntityTypeCapability + const EntityTypeDevice + const EntityTypeDeviceModel + const EntityTypeEnum + const EntityTypeEvent + const EntityTypeMapping + const EntityTypeProperty + const EntityTypeService + const EntityTypeState + const ErrCodeInternalFailureException + const ErrCodeInvalidRequestException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceInUseException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const FlowExecutionEventTypeAcknowledgeTaskMessage + const FlowExecutionEventTypeActivityFailed + const FlowExecutionEventTypeActivityScheduled + const FlowExecutionEventTypeActivityStarted + const FlowExecutionEventTypeActivitySucceeded + const FlowExecutionEventTypeExecutionAborted + const FlowExecutionEventTypeExecutionFailed + const FlowExecutionEventTypeExecutionStarted + const FlowExecutionEventTypeExecutionSucceeded + const FlowExecutionEventTypeScheduleNextReadyStepsTask + const FlowExecutionEventTypeStartFlowExecutionTask + const FlowExecutionEventTypeStepFailed + const FlowExecutionEventTypeStepStarted + const FlowExecutionEventTypeStepSucceeded + const FlowExecutionEventTypeThingActionTask + const FlowExecutionEventTypeThingActionTaskFailed + const FlowExecutionEventTypeThingActionTaskSucceeded + const FlowExecutionStatusAborted + const FlowExecutionStatusFailed + const FlowExecutionStatusRunning + const FlowExecutionStatusSucceeded + const FlowTemplateFilterNameDeviceModelId + const NamespaceDeletionStatusErrorCodesValidationFailed + const NamespaceDeletionStatusFailed + const NamespaceDeletionStatusInProgress + const NamespaceDeletionStatusSucceeded + const ServiceID + const ServiceName + const SystemInstanceDeploymentStatusBootstrap + const SystemInstanceDeploymentStatusDeletedInTarget + const SystemInstanceDeploymentStatusDeployInProgress + const SystemInstanceDeploymentStatusDeployedInTarget + const SystemInstanceDeploymentStatusFailed + const SystemInstanceDeploymentStatusNotDeployed + const SystemInstanceDeploymentStatusPendingDelete + const SystemInstanceDeploymentStatusUndeployInProgress + const SystemInstanceFilterNameGreengrassGroupName + const SystemInstanceFilterNameStatus + const SystemInstanceFilterNameSystemTemplateId + const SystemTemplateFilterNameFlowTemplateId + const UploadStatusFailed + const UploadStatusInProgress + const UploadStatusSucceeded + func DefinitionLanguage_Values() []string + func DeploymentTarget_Values() []string + func EntityFilterName_Values() []string + func EntityType_Values() []string + func FlowExecutionEventType_Values() []string + func FlowExecutionStatus_Values() []string + func FlowTemplateFilterName_Values() []string + func NamespaceDeletionStatusErrorCodes_Values() []string + func NamespaceDeletionStatus_Values() []string + func SystemInstanceDeploymentStatus_Values() []string + func SystemInstanceFilterName_Values() []string + func SystemTemplateFilterName_Values() []string + func UploadStatus_Values() []string + type AssociateEntityToThingInput struct + EntityId *string + NamespaceVersion *int64 + ThingName *string + func (s *AssociateEntityToThingInput) SetEntityId(v string) *AssociateEntityToThingInput + func (s *AssociateEntityToThingInput) SetNamespaceVersion(v int64) *AssociateEntityToThingInput + func (s *AssociateEntityToThingInput) SetThingName(v string) *AssociateEntityToThingInput + func (s *AssociateEntityToThingInput) Validate() error + func (s AssociateEntityToThingInput) GoString() string + func (s AssociateEntityToThingInput) String() string + type AssociateEntityToThingOutput struct + func (s AssociateEntityToThingOutput) GoString() string + func (s AssociateEntityToThingOutput) String() string + type CreateFlowTemplateInput struct + CompatibleNamespaceVersion *int64 + Definition *DefinitionDocument + func (s *CreateFlowTemplateInput) SetCompatibleNamespaceVersion(v int64) *CreateFlowTemplateInput + func (s *CreateFlowTemplateInput) SetDefinition(v *DefinitionDocument) *CreateFlowTemplateInput + func (s *CreateFlowTemplateInput) Validate() error + func (s CreateFlowTemplateInput) GoString() string + func (s CreateFlowTemplateInput) String() string + type CreateFlowTemplateOutput struct + Summary *FlowTemplateSummary + func (s *CreateFlowTemplateOutput) SetSummary(v *FlowTemplateSummary) *CreateFlowTemplateOutput + func (s CreateFlowTemplateOutput) GoString() string + func (s CreateFlowTemplateOutput) String() string + type CreateSystemInstanceInput struct + Definition *DefinitionDocument + FlowActionsRoleArn *string + GreengrassGroupName *string + MetricsConfiguration *MetricsConfiguration + S3BucketName *string + Tags []*Tag + Target *string + func (s *CreateSystemInstanceInput) SetDefinition(v *DefinitionDocument) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetFlowActionsRoleArn(v string) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetGreengrassGroupName(v string) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetMetricsConfiguration(v *MetricsConfiguration) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetS3BucketName(v string) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetTags(v []*Tag) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) SetTarget(v string) *CreateSystemInstanceInput + func (s *CreateSystemInstanceInput) Validate() error + func (s CreateSystemInstanceInput) GoString() string + func (s CreateSystemInstanceInput) String() string + type CreateSystemInstanceOutput struct + Summary *SystemInstanceSummary + func (s *CreateSystemInstanceOutput) SetSummary(v *SystemInstanceSummary) *CreateSystemInstanceOutput + func (s CreateSystemInstanceOutput) GoString() string + func (s CreateSystemInstanceOutput) String() string + type CreateSystemTemplateInput struct + CompatibleNamespaceVersion *int64 + Definition *DefinitionDocument + func (s *CreateSystemTemplateInput) SetCompatibleNamespaceVersion(v int64) *CreateSystemTemplateInput + func (s *CreateSystemTemplateInput) SetDefinition(v *DefinitionDocument) *CreateSystemTemplateInput + func (s *CreateSystemTemplateInput) Validate() error + func (s CreateSystemTemplateInput) GoString() string + func (s CreateSystemTemplateInput) String() string + type CreateSystemTemplateOutput struct + Summary *SystemTemplateSummary + func (s *CreateSystemTemplateOutput) SetSummary(v *SystemTemplateSummary) *CreateSystemTemplateOutput + func (s CreateSystemTemplateOutput) GoString() string + func (s CreateSystemTemplateOutput) String() string + type DefinitionDocument struct + Language *string + Text *string + func (s *DefinitionDocument) SetLanguage(v string) *DefinitionDocument + func (s *DefinitionDocument) SetText(v string) *DefinitionDocument + func (s *DefinitionDocument) Validate() error + func (s DefinitionDocument) GoString() string + func (s DefinitionDocument) String() string + type DeleteFlowTemplateInput struct + Id *string + func (s *DeleteFlowTemplateInput) SetId(v string) *DeleteFlowTemplateInput + func (s *DeleteFlowTemplateInput) Validate() error + func (s DeleteFlowTemplateInput) GoString() string + func (s DeleteFlowTemplateInput) String() string + type DeleteFlowTemplateOutput struct + func (s DeleteFlowTemplateOutput) GoString() string + func (s DeleteFlowTemplateOutput) String() string + type DeleteNamespaceInput struct + func (s DeleteNamespaceInput) GoString() string + func (s DeleteNamespaceInput) String() string + type DeleteNamespaceOutput struct + NamespaceArn *string + NamespaceName *string + func (s *DeleteNamespaceOutput) SetNamespaceArn(v string) *DeleteNamespaceOutput + func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput + func (s DeleteNamespaceOutput) GoString() string + func (s DeleteNamespaceOutput) String() string + type DeleteSystemInstanceInput struct + Id *string + func (s *DeleteSystemInstanceInput) SetId(v string) *DeleteSystemInstanceInput + func (s DeleteSystemInstanceInput) GoString() string + func (s DeleteSystemInstanceInput) String() string + type DeleteSystemInstanceOutput struct + func (s DeleteSystemInstanceOutput) GoString() string + func (s DeleteSystemInstanceOutput) String() string + type DeleteSystemTemplateInput struct + Id *string + func (s *DeleteSystemTemplateInput) SetId(v string) *DeleteSystemTemplateInput + func (s *DeleteSystemTemplateInput) Validate() error + func (s DeleteSystemTemplateInput) GoString() string + func (s DeleteSystemTemplateInput) String() string + type DeleteSystemTemplateOutput struct + func (s DeleteSystemTemplateOutput) GoString() string + func (s DeleteSystemTemplateOutput) String() string + type DependencyRevision struct + Id *string + RevisionNumber *int64 + func (s *DependencyRevision) SetId(v string) *DependencyRevision + func (s *DependencyRevision) SetRevisionNumber(v int64) *DependencyRevision + func (s DependencyRevision) GoString() string + func (s DependencyRevision) String() string + type DeploySystemInstanceInput struct + Id *string + func (s *DeploySystemInstanceInput) SetId(v string) *DeploySystemInstanceInput + func (s DeploySystemInstanceInput) GoString() string + func (s DeploySystemInstanceInput) String() string + type DeploySystemInstanceOutput struct + GreengrassDeploymentId *string + Summary *SystemInstanceSummary + func (s *DeploySystemInstanceOutput) SetGreengrassDeploymentId(v string) *DeploySystemInstanceOutput + func (s *DeploySystemInstanceOutput) SetSummary(v *SystemInstanceSummary) *DeploySystemInstanceOutput + func (s DeploySystemInstanceOutput) GoString() string + func (s DeploySystemInstanceOutput) String() string + type DeprecateFlowTemplateInput struct + Id *string + func (s *DeprecateFlowTemplateInput) SetId(v string) *DeprecateFlowTemplateInput + func (s *DeprecateFlowTemplateInput) Validate() error + func (s DeprecateFlowTemplateInput) GoString() string + func (s DeprecateFlowTemplateInput) String() string + type DeprecateFlowTemplateOutput struct + func (s DeprecateFlowTemplateOutput) GoString() string + func (s DeprecateFlowTemplateOutput) String() string + type DeprecateSystemTemplateInput struct + Id *string + func (s *DeprecateSystemTemplateInput) SetId(v string) *DeprecateSystemTemplateInput + func (s *DeprecateSystemTemplateInput) Validate() error + func (s DeprecateSystemTemplateInput) GoString() string + func (s DeprecateSystemTemplateInput) String() string + type DeprecateSystemTemplateOutput struct + func (s DeprecateSystemTemplateOutput) GoString() string + func (s DeprecateSystemTemplateOutput) String() string + type DescribeNamespaceInput struct + NamespaceName *string + func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput + func (s DescribeNamespaceInput) GoString() string + func (s DescribeNamespaceInput) String() string + type DescribeNamespaceOutput struct + NamespaceArn *string + NamespaceName *string + NamespaceVersion *int64 + TrackingNamespaceName *string + TrackingNamespaceVersion *int64 + func (s *DescribeNamespaceOutput) SetNamespaceArn(v string) *DescribeNamespaceOutput + func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput + func (s *DescribeNamespaceOutput) SetNamespaceVersion(v int64) *DescribeNamespaceOutput + func (s *DescribeNamespaceOutput) SetTrackingNamespaceName(v string) *DescribeNamespaceOutput + func (s *DescribeNamespaceOutput) SetTrackingNamespaceVersion(v int64) *DescribeNamespaceOutput + func (s DescribeNamespaceOutput) GoString() string + func (s DescribeNamespaceOutput) String() string + type DissociateEntityFromThingInput struct + EntityType *string + ThingName *string + func (s *DissociateEntityFromThingInput) SetEntityType(v string) *DissociateEntityFromThingInput + func (s *DissociateEntityFromThingInput) SetThingName(v string) *DissociateEntityFromThingInput + func (s *DissociateEntityFromThingInput) Validate() error + func (s DissociateEntityFromThingInput) GoString() string + func (s DissociateEntityFromThingInput) String() string + type DissociateEntityFromThingOutput struct + func (s DissociateEntityFromThingOutput) GoString() string + func (s DissociateEntityFromThingOutput) String() string + type EntityDescription struct + Arn *string + CreatedAt *time.Time + Definition *DefinitionDocument + Id *string + Type *string + func (s *EntityDescription) SetArn(v string) *EntityDescription + func (s *EntityDescription) SetCreatedAt(v time.Time) *EntityDescription + func (s *EntityDescription) SetDefinition(v *DefinitionDocument) *EntityDescription + func (s *EntityDescription) SetId(v string) *EntityDescription + func (s *EntityDescription) SetType(v string) *EntityDescription + func (s EntityDescription) GoString() string + func (s EntityDescription) String() string + type EntityFilter struct + Name *string + Value []*string + func (s *EntityFilter) SetName(v string) *EntityFilter + func (s *EntityFilter) SetValue(v []*string) *EntityFilter + func (s EntityFilter) GoString() string + func (s EntityFilter) String() string + type FlowExecutionMessage struct + EventType *string + MessageId *string + Payload *string + Timestamp *time.Time + func (s *FlowExecutionMessage) SetEventType(v string) *FlowExecutionMessage + func (s *FlowExecutionMessage) SetMessageId(v string) *FlowExecutionMessage + func (s *FlowExecutionMessage) SetPayload(v string) *FlowExecutionMessage + func (s *FlowExecutionMessage) SetTimestamp(v time.Time) *FlowExecutionMessage + func (s FlowExecutionMessage) GoString() string + func (s FlowExecutionMessage) String() string + type FlowExecutionSummary struct + CreatedAt *time.Time + FlowExecutionId *string + FlowTemplateId *string + Status *string + SystemInstanceId *string + UpdatedAt *time.Time + func (s *FlowExecutionSummary) SetCreatedAt(v time.Time) *FlowExecutionSummary + func (s *FlowExecutionSummary) SetFlowExecutionId(v string) *FlowExecutionSummary + func (s *FlowExecutionSummary) SetFlowTemplateId(v string) *FlowExecutionSummary + func (s *FlowExecutionSummary) SetStatus(v string) *FlowExecutionSummary + func (s *FlowExecutionSummary) SetSystemInstanceId(v string) *FlowExecutionSummary + func (s *FlowExecutionSummary) SetUpdatedAt(v time.Time) *FlowExecutionSummary + func (s FlowExecutionSummary) GoString() string + func (s FlowExecutionSummary) String() string + type FlowTemplateDescription struct + Definition *DefinitionDocument + Summary *FlowTemplateSummary + ValidatedNamespaceVersion *int64 + func (s *FlowTemplateDescription) SetDefinition(v *DefinitionDocument) *FlowTemplateDescription + func (s *FlowTemplateDescription) SetSummary(v *FlowTemplateSummary) *FlowTemplateDescription + func (s *FlowTemplateDescription) SetValidatedNamespaceVersion(v int64) *FlowTemplateDescription + func (s FlowTemplateDescription) GoString() string + func (s FlowTemplateDescription) String() string + type FlowTemplateFilter struct + Name *string + Value []*string + func (s *FlowTemplateFilter) SetName(v string) *FlowTemplateFilter + func (s *FlowTemplateFilter) SetValue(v []*string) *FlowTemplateFilter + func (s *FlowTemplateFilter) Validate() error + func (s FlowTemplateFilter) GoString() string + func (s FlowTemplateFilter) String() string + type FlowTemplateSummary struct + Arn *string + CreatedAt *time.Time + Id *string + RevisionNumber *int64 + func (s *FlowTemplateSummary) SetArn(v string) *FlowTemplateSummary + func (s *FlowTemplateSummary) SetCreatedAt(v time.Time) *FlowTemplateSummary + func (s *FlowTemplateSummary) SetId(v string) *FlowTemplateSummary + func (s *FlowTemplateSummary) SetRevisionNumber(v int64) *FlowTemplateSummary + func (s FlowTemplateSummary) GoString() string + func (s FlowTemplateSummary) String() string + type GetEntitiesInput struct + Ids []*string + NamespaceVersion *int64 + func (s *GetEntitiesInput) SetIds(v []*string) *GetEntitiesInput + func (s *GetEntitiesInput) SetNamespaceVersion(v int64) *GetEntitiesInput + func (s *GetEntitiesInput) Validate() error + func (s GetEntitiesInput) GoString() string + func (s GetEntitiesInput) String() string + type GetEntitiesOutput struct + Descriptions []*EntityDescription + func (s *GetEntitiesOutput) SetDescriptions(v []*EntityDescription) *GetEntitiesOutput + func (s GetEntitiesOutput) GoString() string + func (s GetEntitiesOutput) String() string + type GetFlowTemplateInput struct + Id *string + RevisionNumber *int64 + func (s *GetFlowTemplateInput) SetId(v string) *GetFlowTemplateInput + func (s *GetFlowTemplateInput) SetRevisionNumber(v int64) *GetFlowTemplateInput + func (s *GetFlowTemplateInput) Validate() error + func (s GetFlowTemplateInput) GoString() string + func (s GetFlowTemplateInput) String() string + type GetFlowTemplateOutput struct + Description *FlowTemplateDescription + func (s *GetFlowTemplateOutput) SetDescription(v *FlowTemplateDescription) *GetFlowTemplateOutput + func (s GetFlowTemplateOutput) GoString() string + func (s GetFlowTemplateOutput) String() string + type GetFlowTemplateRevisionsInput struct + Id *string + MaxResults *int64 + NextToken *string + func (s *GetFlowTemplateRevisionsInput) SetId(v string) *GetFlowTemplateRevisionsInput + func (s *GetFlowTemplateRevisionsInput) SetMaxResults(v int64) *GetFlowTemplateRevisionsInput + func (s *GetFlowTemplateRevisionsInput) SetNextToken(v string) *GetFlowTemplateRevisionsInput + func (s *GetFlowTemplateRevisionsInput) Validate() error + func (s GetFlowTemplateRevisionsInput) GoString() string + func (s GetFlowTemplateRevisionsInput) String() string + type GetFlowTemplateRevisionsOutput struct + NextToken *string + Summaries []*FlowTemplateSummary + func (s *GetFlowTemplateRevisionsOutput) SetNextToken(v string) *GetFlowTemplateRevisionsOutput + func (s *GetFlowTemplateRevisionsOutput) SetSummaries(v []*FlowTemplateSummary) *GetFlowTemplateRevisionsOutput + func (s GetFlowTemplateRevisionsOutput) GoString() string + func (s GetFlowTemplateRevisionsOutput) String() string + type GetNamespaceDeletionStatusInput struct + func (s GetNamespaceDeletionStatusInput) GoString() string + func (s GetNamespaceDeletionStatusInput) String() string + type GetNamespaceDeletionStatusOutput struct + ErrorCode *string + ErrorMessage *string + NamespaceArn *string + NamespaceName *string + Status *string + func (s *GetNamespaceDeletionStatusOutput) SetErrorCode(v string) *GetNamespaceDeletionStatusOutput + func (s *GetNamespaceDeletionStatusOutput) SetErrorMessage(v string) *GetNamespaceDeletionStatusOutput + func (s *GetNamespaceDeletionStatusOutput) SetNamespaceArn(v string) *GetNamespaceDeletionStatusOutput + func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOutput + func (s *GetNamespaceDeletionStatusOutput) SetStatus(v string) *GetNamespaceDeletionStatusOutput + func (s GetNamespaceDeletionStatusOutput) GoString() string + func (s GetNamespaceDeletionStatusOutput) String() string + type GetSystemInstanceInput struct + Id *string + func (s *GetSystemInstanceInput) SetId(v string) *GetSystemInstanceInput + func (s *GetSystemInstanceInput) Validate() error + func (s GetSystemInstanceInput) GoString() string + func (s GetSystemInstanceInput) String() string + type GetSystemInstanceOutput struct + Description *SystemInstanceDescription + func (s *GetSystemInstanceOutput) SetDescription(v *SystemInstanceDescription) *GetSystemInstanceOutput + func (s GetSystemInstanceOutput) GoString() string + func (s GetSystemInstanceOutput) String() string + type GetSystemTemplateInput struct + Id *string + RevisionNumber *int64 + func (s *GetSystemTemplateInput) SetId(v string) *GetSystemTemplateInput + func (s *GetSystemTemplateInput) SetRevisionNumber(v int64) *GetSystemTemplateInput + func (s *GetSystemTemplateInput) Validate() error + func (s GetSystemTemplateInput) GoString() string + func (s GetSystemTemplateInput) String() string + type GetSystemTemplateOutput struct + Description *SystemTemplateDescription + func (s *GetSystemTemplateOutput) SetDescription(v *SystemTemplateDescription) *GetSystemTemplateOutput + func (s GetSystemTemplateOutput) GoString() string + func (s GetSystemTemplateOutput) String() string + type GetSystemTemplateRevisionsInput struct + Id *string + MaxResults *int64 + NextToken *string + func (s *GetSystemTemplateRevisionsInput) SetId(v string) *GetSystemTemplateRevisionsInput + func (s *GetSystemTemplateRevisionsInput) SetMaxResults(v int64) *GetSystemTemplateRevisionsInput + func (s *GetSystemTemplateRevisionsInput) SetNextToken(v string) *GetSystemTemplateRevisionsInput + func (s *GetSystemTemplateRevisionsInput) Validate() error + func (s GetSystemTemplateRevisionsInput) GoString() string + func (s GetSystemTemplateRevisionsInput) String() string + type GetSystemTemplateRevisionsOutput struct + NextToken *string + Summaries []*SystemTemplateSummary + func (s *GetSystemTemplateRevisionsOutput) SetNextToken(v string) *GetSystemTemplateRevisionsOutput + func (s *GetSystemTemplateRevisionsOutput) SetSummaries(v []*SystemTemplateSummary) *GetSystemTemplateRevisionsOutput + func (s GetSystemTemplateRevisionsOutput) GoString() string + func (s GetSystemTemplateRevisionsOutput) String() string + type GetUploadStatusInput struct + UploadId *string + func (s *GetUploadStatusInput) SetUploadId(v string) *GetUploadStatusInput + func (s *GetUploadStatusInput) Validate() error + func (s GetUploadStatusInput) GoString() string + func (s GetUploadStatusInput) String() string + type GetUploadStatusOutput struct + CreatedDate *time.Time + FailureReason []*string + NamespaceArn *string + NamespaceName *string + NamespaceVersion *int64 + UploadId *string + UploadStatus *string + func (s *GetUploadStatusOutput) SetCreatedDate(v time.Time) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetFailureReason(v []*string) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetNamespaceArn(v string) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetNamespaceVersion(v int64) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetUploadId(v string) *GetUploadStatusOutput + func (s *GetUploadStatusOutput) SetUploadStatus(v string) *GetUploadStatusOutput + func (s GetUploadStatusOutput) GoString() string + func (s GetUploadStatusOutput) String() string + type InternalFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalFailureException) Code() string + func (s *InternalFailureException) Error() string + func (s *InternalFailureException) Message() string + func (s *InternalFailureException) OrigErr() error + func (s *InternalFailureException) RequestID() string + func (s *InternalFailureException) StatusCode() int + func (s InternalFailureException) GoString() string + func (s InternalFailureException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type IoTThingsGraph struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTThingsGraph + func (c *IoTThingsGraph) AssociateEntityToThing(input *AssociateEntityToThingInput) (*AssociateEntityToThingOutput, error) + func (c *IoTThingsGraph) AssociateEntityToThingRequest(input *AssociateEntityToThingInput) (req *request.Request, output *AssociateEntityToThingOutput) + func (c *IoTThingsGraph) AssociateEntityToThingWithContext(ctx aws.Context, input *AssociateEntityToThingInput, opts ...request.Option) (*AssociateEntityToThingOutput, error) + func (c *IoTThingsGraph) CreateFlowTemplate(input *CreateFlowTemplateInput) (*CreateFlowTemplateOutput, error) + func (c *IoTThingsGraph) CreateFlowTemplateRequest(input *CreateFlowTemplateInput) (req *request.Request, output *CreateFlowTemplateOutput) + func (c *IoTThingsGraph) CreateFlowTemplateWithContext(ctx aws.Context, input *CreateFlowTemplateInput, opts ...request.Option) (*CreateFlowTemplateOutput, error) + func (c *IoTThingsGraph) CreateSystemInstance(input *CreateSystemInstanceInput) (*CreateSystemInstanceOutput, error) + func (c *IoTThingsGraph) CreateSystemInstanceRequest(input *CreateSystemInstanceInput) (req *request.Request, output *CreateSystemInstanceOutput) + func (c *IoTThingsGraph) CreateSystemInstanceWithContext(ctx aws.Context, input *CreateSystemInstanceInput, opts ...request.Option) (*CreateSystemInstanceOutput, error) + func (c *IoTThingsGraph) CreateSystemTemplate(input *CreateSystemTemplateInput) (*CreateSystemTemplateOutput, error) + func (c *IoTThingsGraph) CreateSystemTemplateRequest(input *CreateSystemTemplateInput) (req *request.Request, output *CreateSystemTemplateOutput) + func (c *IoTThingsGraph) CreateSystemTemplateWithContext(ctx aws.Context, input *CreateSystemTemplateInput, opts ...request.Option) (*CreateSystemTemplateOutput, error) + func (c *IoTThingsGraph) DeleteFlowTemplate(input *DeleteFlowTemplateInput) (*DeleteFlowTemplateOutput, error) + func (c *IoTThingsGraph) DeleteFlowTemplateRequest(input *DeleteFlowTemplateInput) (req *request.Request, output *DeleteFlowTemplateOutput) + func (c *IoTThingsGraph) DeleteFlowTemplateWithContext(ctx aws.Context, input *DeleteFlowTemplateInput, opts ...request.Option) (*DeleteFlowTemplateOutput, error) + func (c *IoTThingsGraph) DeleteNamespace(input *DeleteNamespaceInput) (*DeleteNamespaceOutput, error) + func (c *IoTThingsGraph) DeleteNamespaceRequest(input *DeleteNamespaceInput) (req *request.Request, output *DeleteNamespaceOutput) + func (c *IoTThingsGraph) DeleteNamespaceWithContext(ctx aws.Context, input *DeleteNamespaceInput, opts ...request.Option) (*DeleteNamespaceOutput, error) + func (c *IoTThingsGraph) DeleteSystemInstance(input *DeleteSystemInstanceInput) (*DeleteSystemInstanceOutput, error) + func (c *IoTThingsGraph) DeleteSystemInstanceRequest(input *DeleteSystemInstanceInput) (req *request.Request, output *DeleteSystemInstanceOutput) + func (c *IoTThingsGraph) DeleteSystemInstanceWithContext(ctx aws.Context, input *DeleteSystemInstanceInput, opts ...request.Option) (*DeleteSystemInstanceOutput, error) + func (c *IoTThingsGraph) DeleteSystemTemplate(input *DeleteSystemTemplateInput) (*DeleteSystemTemplateOutput, error) + func (c *IoTThingsGraph) DeleteSystemTemplateRequest(input *DeleteSystemTemplateInput) (req *request.Request, output *DeleteSystemTemplateOutput) + func (c *IoTThingsGraph) DeleteSystemTemplateWithContext(ctx aws.Context, input *DeleteSystemTemplateInput, opts ...request.Option) (*DeleteSystemTemplateOutput, error) + func (c *IoTThingsGraph) DeploySystemInstance(input *DeploySystemInstanceInput) (*DeploySystemInstanceOutput, error) + func (c *IoTThingsGraph) DeploySystemInstanceRequest(input *DeploySystemInstanceInput) (req *request.Request, output *DeploySystemInstanceOutput) + func (c *IoTThingsGraph) DeploySystemInstanceWithContext(ctx aws.Context, input *DeploySystemInstanceInput, opts ...request.Option) (*DeploySystemInstanceOutput, error) + func (c *IoTThingsGraph) DeprecateFlowTemplate(input *DeprecateFlowTemplateInput) (*DeprecateFlowTemplateOutput, error) + func (c *IoTThingsGraph) DeprecateFlowTemplateRequest(input *DeprecateFlowTemplateInput) (req *request.Request, output *DeprecateFlowTemplateOutput) + func (c *IoTThingsGraph) DeprecateFlowTemplateWithContext(ctx aws.Context, input *DeprecateFlowTemplateInput, opts ...request.Option) (*DeprecateFlowTemplateOutput, error) + func (c *IoTThingsGraph) DeprecateSystemTemplate(input *DeprecateSystemTemplateInput) (*DeprecateSystemTemplateOutput, error) + func (c *IoTThingsGraph) DeprecateSystemTemplateRequest(input *DeprecateSystemTemplateInput) (req *request.Request, output *DeprecateSystemTemplateOutput) + func (c *IoTThingsGraph) DeprecateSystemTemplateWithContext(ctx aws.Context, input *DeprecateSystemTemplateInput, opts ...request.Option) (*DeprecateSystemTemplateOutput, error) + func (c *IoTThingsGraph) DescribeNamespace(input *DescribeNamespaceInput) (*DescribeNamespaceOutput, error) + func (c *IoTThingsGraph) DescribeNamespaceRequest(input *DescribeNamespaceInput) (req *request.Request, output *DescribeNamespaceOutput) + func (c *IoTThingsGraph) DescribeNamespaceWithContext(ctx aws.Context, input *DescribeNamespaceInput, opts ...request.Option) (*DescribeNamespaceOutput, error) + func (c *IoTThingsGraph) DissociateEntityFromThing(input *DissociateEntityFromThingInput) (*DissociateEntityFromThingOutput, error) + func (c *IoTThingsGraph) DissociateEntityFromThingRequest(input *DissociateEntityFromThingInput) (req *request.Request, output *DissociateEntityFromThingOutput) + func (c *IoTThingsGraph) DissociateEntityFromThingWithContext(ctx aws.Context, input *DissociateEntityFromThingInput, opts ...request.Option) (*DissociateEntityFromThingOutput, error) + func (c *IoTThingsGraph) GetEntities(input *GetEntitiesInput) (*GetEntitiesOutput, error) + func (c *IoTThingsGraph) GetEntitiesRequest(input *GetEntitiesInput) (req *request.Request, output *GetEntitiesOutput) + func (c *IoTThingsGraph) GetEntitiesWithContext(ctx aws.Context, input *GetEntitiesInput, opts ...request.Option) (*GetEntitiesOutput, error) + func (c *IoTThingsGraph) GetFlowTemplate(input *GetFlowTemplateInput) (*GetFlowTemplateOutput, error) + func (c *IoTThingsGraph) GetFlowTemplateRequest(input *GetFlowTemplateInput) (req *request.Request, output *GetFlowTemplateOutput) + func (c *IoTThingsGraph) GetFlowTemplateRevisions(input *GetFlowTemplateRevisionsInput) (*GetFlowTemplateRevisionsOutput, error) + func (c *IoTThingsGraph) GetFlowTemplateRevisionsPages(input *GetFlowTemplateRevisionsInput, ...) error + func (c *IoTThingsGraph) GetFlowTemplateRevisionsPagesWithContext(ctx aws.Context, input *GetFlowTemplateRevisionsInput, ...) error + func (c *IoTThingsGraph) GetFlowTemplateRevisionsRequest(input *GetFlowTemplateRevisionsInput) (req *request.Request, output *GetFlowTemplateRevisionsOutput) + func (c *IoTThingsGraph) GetFlowTemplateRevisionsWithContext(ctx aws.Context, input *GetFlowTemplateRevisionsInput, opts ...request.Option) (*GetFlowTemplateRevisionsOutput, error) + func (c *IoTThingsGraph) GetFlowTemplateWithContext(ctx aws.Context, input *GetFlowTemplateInput, opts ...request.Option) (*GetFlowTemplateOutput, error) + func (c *IoTThingsGraph) GetNamespaceDeletionStatus(input *GetNamespaceDeletionStatusInput) (*GetNamespaceDeletionStatusOutput, error) + func (c *IoTThingsGraph) GetNamespaceDeletionStatusRequest(input *GetNamespaceDeletionStatusInput) (req *request.Request, output *GetNamespaceDeletionStatusOutput) + func (c *IoTThingsGraph) GetNamespaceDeletionStatusWithContext(ctx aws.Context, input *GetNamespaceDeletionStatusInput, ...) (*GetNamespaceDeletionStatusOutput, error) + func (c *IoTThingsGraph) GetSystemInstance(input *GetSystemInstanceInput) (*GetSystemInstanceOutput, error) + func (c *IoTThingsGraph) GetSystemInstanceRequest(input *GetSystemInstanceInput) (req *request.Request, output *GetSystemInstanceOutput) + func (c *IoTThingsGraph) GetSystemInstanceWithContext(ctx aws.Context, input *GetSystemInstanceInput, opts ...request.Option) (*GetSystemInstanceOutput, error) + func (c *IoTThingsGraph) GetSystemTemplate(input *GetSystemTemplateInput) (*GetSystemTemplateOutput, error) + func (c *IoTThingsGraph) GetSystemTemplateRequest(input *GetSystemTemplateInput) (req *request.Request, output *GetSystemTemplateOutput) + func (c *IoTThingsGraph) GetSystemTemplateRevisions(input *GetSystemTemplateRevisionsInput) (*GetSystemTemplateRevisionsOutput, error) + func (c *IoTThingsGraph) GetSystemTemplateRevisionsPages(input *GetSystemTemplateRevisionsInput, ...) error + func (c *IoTThingsGraph) GetSystemTemplateRevisionsPagesWithContext(ctx aws.Context, input *GetSystemTemplateRevisionsInput, ...) error + func (c *IoTThingsGraph) GetSystemTemplateRevisionsRequest(input *GetSystemTemplateRevisionsInput) (req *request.Request, output *GetSystemTemplateRevisionsOutput) + func (c *IoTThingsGraph) GetSystemTemplateRevisionsWithContext(ctx aws.Context, input *GetSystemTemplateRevisionsInput, ...) (*GetSystemTemplateRevisionsOutput, error) + func (c *IoTThingsGraph) GetSystemTemplateWithContext(ctx aws.Context, input *GetSystemTemplateInput, opts ...request.Option) (*GetSystemTemplateOutput, error) + func (c *IoTThingsGraph) GetUploadStatus(input *GetUploadStatusInput) (*GetUploadStatusOutput, error) + func (c *IoTThingsGraph) GetUploadStatusRequest(input *GetUploadStatusInput) (req *request.Request, output *GetUploadStatusOutput) + func (c *IoTThingsGraph) GetUploadStatusWithContext(ctx aws.Context, input *GetUploadStatusInput, opts ...request.Option) (*GetUploadStatusOutput, error) + func (c *IoTThingsGraph) ListFlowExecutionMessages(input *ListFlowExecutionMessagesInput) (*ListFlowExecutionMessagesOutput, error) + func (c *IoTThingsGraph) ListFlowExecutionMessagesPages(input *ListFlowExecutionMessagesInput, ...) error + func (c *IoTThingsGraph) ListFlowExecutionMessagesPagesWithContext(ctx aws.Context, input *ListFlowExecutionMessagesInput, ...) error + func (c *IoTThingsGraph) ListFlowExecutionMessagesRequest(input *ListFlowExecutionMessagesInput) (req *request.Request, output *ListFlowExecutionMessagesOutput) + func (c *IoTThingsGraph) ListFlowExecutionMessagesWithContext(ctx aws.Context, input *ListFlowExecutionMessagesInput, opts ...request.Option) (*ListFlowExecutionMessagesOutput, error) + func (c *IoTThingsGraph) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *IoTThingsGraph) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *IoTThingsGraph) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *IoTThingsGraph) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *IoTThingsGraph) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *IoTThingsGraph) SearchEntities(input *SearchEntitiesInput) (*SearchEntitiesOutput, error) + func (c *IoTThingsGraph) SearchEntitiesPages(input *SearchEntitiesInput, fn func(*SearchEntitiesOutput, bool) bool) error + func (c *IoTThingsGraph) SearchEntitiesPagesWithContext(ctx aws.Context, input *SearchEntitiesInput, ...) error + func (c *IoTThingsGraph) SearchEntitiesRequest(input *SearchEntitiesInput) (req *request.Request, output *SearchEntitiesOutput) + func (c *IoTThingsGraph) SearchEntitiesWithContext(ctx aws.Context, input *SearchEntitiesInput, opts ...request.Option) (*SearchEntitiesOutput, error) + func (c *IoTThingsGraph) SearchFlowExecutions(input *SearchFlowExecutionsInput) (*SearchFlowExecutionsOutput, error) + func (c *IoTThingsGraph) SearchFlowExecutionsPages(input *SearchFlowExecutionsInput, ...) error + func (c *IoTThingsGraph) SearchFlowExecutionsPagesWithContext(ctx aws.Context, input *SearchFlowExecutionsInput, ...) error + func (c *IoTThingsGraph) SearchFlowExecutionsRequest(input *SearchFlowExecutionsInput) (req *request.Request, output *SearchFlowExecutionsOutput) + func (c *IoTThingsGraph) SearchFlowExecutionsWithContext(ctx aws.Context, input *SearchFlowExecutionsInput, opts ...request.Option) (*SearchFlowExecutionsOutput, error) + func (c *IoTThingsGraph) SearchFlowTemplates(input *SearchFlowTemplatesInput) (*SearchFlowTemplatesOutput, error) + func (c *IoTThingsGraph) SearchFlowTemplatesPages(input *SearchFlowTemplatesInput, ...) error + func (c *IoTThingsGraph) SearchFlowTemplatesPagesWithContext(ctx aws.Context, input *SearchFlowTemplatesInput, ...) error + func (c *IoTThingsGraph) SearchFlowTemplatesRequest(input *SearchFlowTemplatesInput) (req *request.Request, output *SearchFlowTemplatesOutput) + func (c *IoTThingsGraph) SearchFlowTemplatesWithContext(ctx aws.Context, input *SearchFlowTemplatesInput, opts ...request.Option) (*SearchFlowTemplatesOutput, error) + func (c *IoTThingsGraph) SearchSystemInstances(input *SearchSystemInstancesInput) (*SearchSystemInstancesOutput, error) + func (c *IoTThingsGraph) SearchSystemInstancesPages(input *SearchSystemInstancesInput, ...) error + func (c *IoTThingsGraph) SearchSystemInstancesPagesWithContext(ctx aws.Context, input *SearchSystemInstancesInput, ...) error + func (c *IoTThingsGraph) SearchSystemInstancesRequest(input *SearchSystemInstancesInput) (req *request.Request, output *SearchSystemInstancesOutput) + func (c *IoTThingsGraph) SearchSystemInstancesWithContext(ctx aws.Context, input *SearchSystemInstancesInput, opts ...request.Option) (*SearchSystemInstancesOutput, error) + func (c *IoTThingsGraph) SearchSystemTemplates(input *SearchSystemTemplatesInput) (*SearchSystemTemplatesOutput, error) + func (c *IoTThingsGraph) SearchSystemTemplatesPages(input *SearchSystemTemplatesInput, ...) error + func (c *IoTThingsGraph) SearchSystemTemplatesPagesWithContext(ctx aws.Context, input *SearchSystemTemplatesInput, ...) error + func (c *IoTThingsGraph) SearchSystemTemplatesRequest(input *SearchSystemTemplatesInput) (req *request.Request, output *SearchSystemTemplatesOutput) + func (c *IoTThingsGraph) SearchSystemTemplatesWithContext(ctx aws.Context, input *SearchSystemTemplatesInput, opts ...request.Option) (*SearchSystemTemplatesOutput, error) + func (c *IoTThingsGraph) SearchThings(input *SearchThingsInput) (*SearchThingsOutput, error) + func (c *IoTThingsGraph) SearchThingsPages(input *SearchThingsInput, fn func(*SearchThingsOutput, bool) bool) error + func (c *IoTThingsGraph) SearchThingsPagesWithContext(ctx aws.Context, input *SearchThingsInput, ...) error + func (c *IoTThingsGraph) SearchThingsRequest(input *SearchThingsInput) (req *request.Request, output *SearchThingsOutput) + func (c *IoTThingsGraph) SearchThingsWithContext(ctx aws.Context, input *SearchThingsInput, opts ...request.Option) (*SearchThingsOutput, error) + func (c *IoTThingsGraph) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *IoTThingsGraph) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *IoTThingsGraph) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *IoTThingsGraph) UndeploySystemInstance(input *UndeploySystemInstanceInput) (*UndeploySystemInstanceOutput, error) + func (c *IoTThingsGraph) UndeploySystemInstanceRequest(input *UndeploySystemInstanceInput) (req *request.Request, output *UndeploySystemInstanceOutput) + func (c *IoTThingsGraph) UndeploySystemInstanceWithContext(ctx aws.Context, input *UndeploySystemInstanceInput, opts ...request.Option) (*UndeploySystemInstanceOutput, error) + func (c *IoTThingsGraph) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *IoTThingsGraph) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *IoTThingsGraph) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *IoTThingsGraph) UpdateFlowTemplate(input *UpdateFlowTemplateInput) (*UpdateFlowTemplateOutput, error) + func (c *IoTThingsGraph) UpdateFlowTemplateRequest(input *UpdateFlowTemplateInput) (req *request.Request, output *UpdateFlowTemplateOutput) + func (c *IoTThingsGraph) UpdateFlowTemplateWithContext(ctx aws.Context, input *UpdateFlowTemplateInput, opts ...request.Option) (*UpdateFlowTemplateOutput, error) + func (c *IoTThingsGraph) UpdateSystemTemplate(input *UpdateSystemTemplateInput) (*UpdateSystemTemplateOutput, error) + func (c *IoTThingsGraph) UpdateSystemTemplateRequest(input *UpdateSystemTemplateInput) (req *request.Request, output *UpdateSystemTemplateOutput) + func (c *IoTThingsGraph) UpdateSystemTemplateWithContext(ctx aws.Context, input *UpdateSystemTemplateInput, opts ...request.Option) (*UpdateSystemTemplateOutput, error) + func (c *IoTThingsGraph) UploadEntityDefinitions(input *UploadEntityDefinitionsInput) (*UploadEntityDefinitionsOutput, error) + func (c *IoTThingsGraph) UploadEntityDefinitionsRequest(input *UploadEntityDefinitionsInput) (req *request.Request, output *UploadEntityDefinitionsOutput) + func (c *IoTThingsGraph) UploadEntityDefinitionsWithContext(ctx aws.Context, input *UploadEntityDefinitionsInput, opts ...request.Option) (*UploadEntityDefinitionsOutput, error) + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListFlowExecutionMessagesInput struct + FlowExecutionId *string + MaxResults *int64 + NextToken *string + func (s *ListFlowExecutionMessagesInput) SetFlowExecutionId(v string) *ListFlowExecutionMessagesInput + func (s *ListFlowExecutionMessagesInput) SetMaxResults(v int64) *ListFlowExecutionMessagesInput + func (s *ListFlowExecutionMessagesInput) SetNextToken(v string) *ListFlowExecutionMessagesInput + func (s *ListFlowExecutionMessagesInput) Validate() error + func (s ListFlowExecutionMessagesInput) GoString() string + func (s ListFlowExecutionMessagesInput) String() string + type ListFlowExecutionMessagesOutput struct + Messages []*FlowExecutionMessage + NextToken *string + func (s *ListFlowExecutionMessagesOutput) SetMessages(v []*FlowExecutionMessage) *ListFlowExecutionMessagesOutput + func (s *ListFlowExecutionMessagesOutput) SetNextToken(v string) *ListFlowExecutionMessagesOutput + func (s ListFlowExecutionMessagesOutput) GoString() string + func (s ListFlowExecutionMessagesOutput) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type MetricsConfiguration struct + CloudMetricEnabled *bool + MetricRuleRoleArn *string + func (s *MetricsConfiguration) SetCloudMetricEnabled(v bool) *MetricsConfiguration + func (s *MetricsConfiguration) SetMetricRuleRoleArn(v string) *MetricsConfiguration + func (s *MetricsConfiguration) Validate() error + func (s MetricsConfiguration) GoString() string + func (s MetricsConfiguration) String() string + type ResourceAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceInUseException) Code() string + func (s *ResourceInUseException) Error() string + func (s *ResourceInUseException) Message() string + func (s *ResourceInUseException) OrigErr() error + func (s *ResourceInUseException) RequestID() string + func (s *ResourceInUseException) StatusCode() int + func (s ResourceInUseException) GoString() string + func (s ResourceInUseException) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type SearchEntitiesInput struct + EntityTypes []*string + Filters []*EntityFilter + MaxResults *int64 + NamespaceVersion *int64 + NextToken *string + func (s *SearchEntitiesInput) SetEntityTypes(v []*string) *SearchEntitiesInput + func (s *SearchEntitiesInput) SetFilters(v []*EntityFilter) *SearchEntitiesInput + func (s *SearchEntitiesInput) SetMaxResults(v int64) *SearchEntitiesInput + func (s *SearchEntitiesInput) SetNamespaceVersion(v int64) *SearchEntitiesInput + func (s *SearchEntitiesInput) SetNextToken(v string) *SearchEntitiesInput + func (s *SearchEntitiesInput) Validate() error + func (s SearchEntitiesInput) GoString() string + func (s SearchEntitiesInput) String() string + type SearchEntitiesOutput struct + Descriptions []*EntityDescription + NextToken *string + func (s *SearchEntitiesOutput) SetDescriptions(v []*EntityDescription) *SearchEntitiesOutput + func (s *SearchEntitiesOutput) SetNextToken(v string) *SearchEntitiesOutput + func (s SearchEntitiesOutput) GoString() string + func (s SearchEntitiesOutput) String() string + type SearchFlowExecutionsInput struct + EndTime *time.Time + FlowExecutionId *string + MaxResults *int64 + NextToken *string + StartTime *time.Time + SystemInstanceId *string + func (s *SearchFlowExecutionsInput) SetEndTime(v time.Time) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) SetFlowExecutionId(v string) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) SetMaxResults(v int64) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) SetNextToken(v string) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) SetStartTime(v time.Time) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) SetSystemInstanceId(v string) *SearchFlowExecutionsInput + func (s *SearchFlowExecutionsInput) Validate() error + func (s SearchFlowExecutionsInput) GoString() string + func (s SearchFlowExecutionsInput) String() string + type SearchFlowExecutionsOutput struct + NextToken *string + Summaries []*FlowExecutionSummary + func (s *SearchFlowExecutionsOutput) SetNextToken(v string) *SearchFlowExecutionsOutput + func (s *SearchFlowExecutionsOutput) SetSummaries(v []*FlowExecutionSummary) *SearchFlowExecutionsOutput + func (s SearchFlowExecutionsOutput) GoString() string + func (s SearchFlowExecutionsOutput) String() string + type SearchFlowTemplatesInput struct + Filters []*FlowTemplateFilter + MaxResults *int64 + NextToken *string + func (s *SearchFlowTemplatesInput) SetFilters(v []*FlowTemplateFilter) *SearchFlowTemplatesInput + func (s *SearchFlowTemplatesInput) SetMaxResults(v int64) *SearchFlowTemplatesInput + func (s *SearchFlowTemplatesInput) SetNextToken(v string) *SearchFlowTemplatesInput + func (s *SearchFlowTemplatesInput) Validate() error + func (s SearchFlowTemplatesInput) GoString() string + func (s SearchFlowTemplatesInput) String() string + type SearchFlowTemplatesOutput struct + NextToken *string + Summaries []*FlowTemplateSummary + func (s *SearchFlowTemplatesOutput) SetNextToken(v string) *SearchFlowTemplatesOutput + func (s *SearchFlowTemplatesOutput) SetSummaries(v []*FlowTemplateSummary) *SearchFlowTemplatesOutput + func (s SearchFlowTemplatesOutput) GoString() string + func (s SearchFlowTemplatesOutput) String() string + type SearchSystemInstancesInput struct + Filters []*SystemInstanceFilter + MaxResults *int64 + NextToken *string + func (s *SearchSystemInstancesInput) SetFilters(v []*SystemInstanceFilter) *SearchSystemInstancesInput + func (s *SearchSystemInstancesInput) SetMaxResults(v int64) *SearchSystemInstancesInput + func (s *SearchSystemInstancesInput) SetNextToken(v string) *SearchSystemInstancesInput + func (s *SearchSystemInstancesInput) Validate() error + func (s SearchSystemInstancesInput) GoString() string + func (s SearchSystemInstancesInput) String() string + type SearchSystemInstancesOutput struct + NextToken *string + Summaries []*SystemInstanceSummary + func (s *SearchSystemInstancesOutput) SetNextToken(v string) *SearchSystemInstancesOutput + func (s *SearchSystemInstancesOutput) SetSummaries(v []*SystemInstanceSummary) *SearchSystemInstancesOutput + func (s SearchSystemInstancesOutput) GoString() string + func (s SearchSystemInstancesOutput) String() string + type SearchSystemTemplatesInput struct + Filters []*SystemTemplateFilter + MaxResults *int64 + NextToken *string + func (s *SearchSystemTemplatesInput) SetFilters(v []*SystemTemplateFilter) *SearchSystemTemplatesInput + func (s *SearchSystemTemplatesInput) SetMaxResults(v int64) *SearchSystemTemplatesInput + func (s *SearchSystemTemplatesInput) SetNextToken(v string) *SearchSystemTemplatesInput + func (s *SearchSystemTemplatesInput) Validate() error + func (s SearchSystemTemplatesInput) GoString() string + func (s SearchSystemTemplatesInput) String() string + type SearchSystemTemplatesOutput struct + NextToken *string + Summaries []*SystemTemplateSummary + func (s *SearchSystemTemplatesOutput) SetNextToken(v string) *SearchSystemTemplatesOutput + func (s *SearchSystemTemplatesOutput) SetSummaries(v []*SystemTemplateSummary) *SearchSystemTemplatesOutput + func (s SearchSystemTemplatesOutput) GoString() string + func (s SearchSystemTemplatesOutput) String() string + type SearchThingsInput struct + EntityId *string + MaxResults *int64 + NamespaceVersion *int64 + NextToken *string + func (s *SearchThingsInput) SetEntityId(v string) *SearchThingsInput + func (s *SearchThingsInput) SetMaxResults(v int64) *SearchThingsInput + func (s *SearchThingsInput) SetNamespaceVersion(v int64) *SearchThingsInput + func (s *SearchThingsInput) SetNextToken(v string) *SearchThingsInput + func (s *SearchThingsInput) Validate() error + func (s SearchThingsInput) GoString() string + func (s SearchThingsInput) String() string + type SearchThingsOutput struct + NextToken *string + Things []*Thing + func (s *SearchThingsOutput) SetNextToken(v string) *SearchThingsOutput + func (s *SearchThingsOutput) SetThings(v []*Thing) *SearchThingsOutput + func (s SearchThingsOutput) GoString() string + func (s SearchThingsOutput) String() string + type SystemInstanceDescription struct + Definition *DefinitionDocument + FlowActionsRoleArn *string + MetricsConfiguration *MetricsConfiguration + S3BucketName *string + Summary *SystemInstanceSummary + ValidatedDependencyRevisions []*DependencyRevision + ValidatedNamespaceVersion *int64 + func (s *SystemInstanceDescription) SetDefinition(v *DefinitionDocument) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetFlowActionsRoleArn(v string) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetMetricsConfiguration(v *MetricsConfiguration) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetS3BucketName(v string) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetSummary(v *SystemInstanceSummary) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetValidatedDependencyRevisions(v []*DependencyRevision) *SystemInstanceDescription + func (s *SystemInstanceDescription) SetValidatedNamespaceVersion(v int64) *SystemInstanceDescription + func (s SystemInstanceDescription) GoString() string + func (s SystemInstanceDescription) String() string + type SystemInstanceFilter struct + Name *string + Value []*string + func (s *SystemInstanceFilter) SetName(v string) *SystemInstanceFilter + func (s *SystemInstanceFilter) SetValue(v []*string) *SystemInstanceFilter + func (s SystemInstanceFilter) GoString() string + func (s SystemInstanceFilter) String() string + type SystemInstanceSummary struct + Arn *string + CreatedAt *time.Time + GreengrassGroupId *string + GreengrassGroupName *string + GreengrassGroupVersionId *string + Id *string + Status *string + Target *string + UpdatedAt *time.Time + func (s *SystemInstanceSummary) SetArn(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetCreatedAt(v time.Time) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetGreengrassGroupId(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetGreengrassGroupName(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetGreengrassGroupVersionId(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetId(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetStatus(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetTarget(v string) *SystemInstanceSummary + func (s *SystemInstanceSummary) SetUpdatedAt(v time.Time) *SystemInstanceSummary + func (s SystemInstanceSummary) GoString() string + func (s SystemInstanceSummary) String() string + type SystemTemplateDescription struct + Definition *DefinitionDocument + Summary *SystemTemplateSummary + ValidatedNamespaceVersion *int64 + func (s *SystemTemplateDescription) SetDefinition(v *DefinitionDocument) *SystemTemplateDescription + func (s *SystemTemplateDescription) SetSummary(v *SystemTemplateSummary) *SystemTemplateDescription + func (s *SystemTemplateDescription) SetValidatedNamespaceVersion(v int64) *SystemTemplateDescription + func (s SystemTemplateDescription) GoString() string + func (s SystemTemplateDescription) String() string + type SystemTemplateFilter struct + Name *string + Value []*string + func (s *SystemTemplateFilter) SetName(v string) *SystemTemplateFilter + func (s *SystemTemplateFilter) SetValue(v []*string) *SystemTemplateFilter + func (s *SystemTemplateFilter) Validate() error + func (s SystemTemplateFilter) GoString() string + func (s SystemTemplateFilter) String() string + type SystemTemplateSummary struct + Arn *string + CreatedAt *time.Time + Id *string + RevisionNumber *int64 + func (s *SystemTemplateSummary) SetArn(v string) *SystemTemplateSummary + func (s *SystemTemplateSummary) SetCreatedAt(v time.Time) *SystemTemplateSummary + func (s *SystemTemplateSummary) SetId(v string) *SystemTemplateSummary + func (s *SystemTemplateSummary) SetRevisionNumber(v int64) *SystemTemplateSummary + func (s SystemTemplateSummary) GoString() string + func (s SystemTemplateSummary) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type Thing struct + ThingArn *string + ThingName *string + func (s *Thing) SetThingArn(v string) *Thing + func (s *Thing) SetThingName(v string) *Thing + func (s Thing) GoString() string + func (s Thing) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UndeploySystemInstanceInput struct + Id *string + func (s *UndeploySystemInstanceInput) SetId(v string) *UndeploySystemInstanceInput + func (s UndeploySystemInstanceInput) GoString() string + func (s UndeploySystemInstanceInput) String() string + type UndeploySystemInstanceOutput struct + Summary *SystemInstanceSummary + func (s *UndeploySystemInstanceOutput) SetSummary(v *SystemInstanceSummary) *UndeploySystemInstanceOutput + func (s UndeploySystemInstanceOutput) GoString() string + func (s UndeploySystemInstanceOutput) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateFlowTemplateInput struct + CompatibleNamespaceVersion *int64 + Definition *DefinitionDocument + Id *string + func (s *UpdateFlowTemplateInput) SetCompatibleNamespaceVersion(v int64) *UpdateFlowTemplateInput + func (s *UpdateFlowTemplateInput) SetDefinition(v *DefinitionDocument) *UpdateFlowTemplateInput + func (s *UpdateFlowTemplateInput) SetId(v string) *UpdateFlowTemplateInput + func (s *UpdateFlowTemplateInput) Validate() error + func (s UpdateFlowTemplateInput) GoString() string + func (s UpdateFlowTemplateInput) String() string + type UpdateFlowTemplateOutput struct + Summary *FlowTemplateSummary + func (s *UpdateFlowTemplateOutput) SetSummary(v *FlowTemplateSummary) *UpdateFlowTemplateOutput + func (s UpdateFlowTemplateOutput) GoString() string + func (s UpdateFlowTemplateOutput) String() string + type UpdateSystemTemplateInput struct + CompatibleNamespaceVersion *int64 + Definition *DefinitionDocument + Id *string + func (s *UpdateSystemTemplateInput) SetCompatibleNamespaceVersion(v int64) *UpdateSystemTemplateInput + func (s *UpdateSystemTemplateInput) SetDefinition(v *DefinitionDocument) *UpdateSystemTemplateInput + func (s *UpdateSystemTemplateInput) SetId(v string) *UpdateSystemTemplateInput + func (s *UpdateSystemTemplateInput) Validate() error + func (s UpdateSystemTemplateInput) GoString() string + func (s UpdateSystemTemplateInput) String() string + type UpdateSystemTemplateOutput struct + Summary *SystemTemplateSummary + func (s *UpdateSystemTemplateOutput) SetSummary(v *SystemTemplateSummary) *UpdateSystemTemplateOutput + func (s UpdateSystemTemplateOutput) GoString() string + func (s UpdateSystemTemplateOutput) String() string + type UploadEntityDefinitionsInput struct + DeprecateExistingEntities *bool + Document *DefinitionDocument + SyncWithPublicNamespace *bool + func (s *UploadEntityDefinitionsInput) SetDeprecateExistingEntities(v bool) *UploadEntityDefinitionsInput + func (s *UploadEntityDefinitionsInput) SetDocument(v *DefinitionDocument) *UploadEntityDefinitionsInput + func (s *UploadEntityDefinitionsInput) SetSyncWithPublicNamespace(v bool) *UploadEntityDefinitionsInput + func (s *UploadEntityDefinitionsInput) Validate() error + func (s UploadEntityDefinitionsInput) GoString() string + func (s UploadEntityDefinitionsInput) String() string + type UploadEntityDefinitionsOutput struct + UploadId *string + func (s *UploadEntityDefinitionsOutput) SetUploadId(v string) *UploadEntityDefinitionsOutput + func (s UploadEntityDefinitionsOutput) GoString() string + func (s UploadEntityDefinitionsOutput) String() string