greengrassstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateRoleToGroupFuture

type AssociateRoleToGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateRoleToGroupFuture) Get

type AssociateServiceRoleToAccountFuture

type AssociateServiceRoleToAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateServiceRoleToAccountFuture) Get

type Client

type Client interface {
	AssociateRoleToGroup(ctx workflow.Context, input *greengrass.AssociateRoleToGroupInput) (*greengrass.AssociateRoleToGroupOutput, error)
	AssociateRoleToGroupAsync(ctx workflow.Context, input *greengrass.AssociateRoleToGroupInput) *AssociateRoleToGroupFuture

	AssociateServiceRoleToAccount(ctx workflow.Context, input *greengrass.AssociateServiceRoleToAccountInput) (*greengrass.AssociateServiceRoleToAccountOutput, error)
	AssociateServiceRoleToAccountAsync(ctx workflow.Context, input *greengrass.AssociateServiceRoleToAccountInput) *AssociateServiceRoleToAccountFuture

	CreateConnectorDefinition(ctx workflow.Context, input *greengrass.CreateConnectorDefinitionInput) (*greengrass.CreateConnectorDefinitionOutput, error)
	CreateConnectorDefinitionAsync(ctx workflow.Context, input *greengrass.CreateConnectorDefinitionInput) *CreateConnectorDefinitionFuture

	CreateConnectorDefinitionVersion(ctx workflow.Context, input *greengrass.CreateConnectorDefinitionVersionInput) (*greengrass.CreateConnectorDefinitionVersionOutput, error)
	CreateConnectorDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateConnectorDefinitionVersionInput) *CreateConnectorDefinitionVersionFuture

	CreateCoreDefinition(ctx workflow.Context, input *greengrass.CreateCoreDefinitionInput) (*greengrass.CreateCoreDefinitionOutput, error)
	CreateCoreDefinitionAsync(ctx workflow.Context, input *greengrass.CreateCoreDefinitionInput) *CreateCoreDefinitionFuture

	CreateCoreDefinitionVersion(ctx workflow.Context, input *greengrass.CreateCoreDefinitionVersionInput) (*greengrass.CreateCoreDefinitionVersionOutput, error)
	CreateCoreDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateCoreDefinitionVersionInput) *CreateCoreDefinitionVersionFuture

	CreateDeployment(ctx workflow.Context, input *greengrass.CreateDeploymentInput) (*greengrass.CreateDeploymentOutput, error)
	CreateDeploymentAsync(ctx workflow.Context, input *greengrass.CreateDeploymentInput) *CreateDeploymentFuture

	CreateDeviceDefinition(ctx workflow.Context, input *greengrass.CreateDeviceDefinitionInput) (*greengrass.CreateDeviceDefinitionOutput, error)
	CreateDeviceDefinitionAsync(ctx workflow.Context, input *greengrass.CreateDeviceDefinitionInput) *CreateDeviceDefinitionFuture

	CreateDeviceDefinitionVersion(ctx workflow.Context, input *greengrass.CreateDeviceDefinitionVersionInput) (*greengrass.CreateDeviceDefinitionVersionOutput, error)
	CreateDeviceDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateDeviceDefinitionVersionInput) *CreateDeviceDefinitionVersionFuture

	CreateFunctionDefinition(ctx workflow.Context, input *greengrass.CreateFunctionDefinitionInput) (*greengrass.CreateFunctionDefinitionOutput, error)
	CreateFunctionDefinitionAsync(ctx workflow.Context, input *greengrass.CreateFunctionDefinitionInput) *CreateFunctionDefinitionFuture

	CreateFunctionDefinitionVersion(ctx workflow.Context, input *greengrass.CreateFunctionDefinitionVersionInput) (*greengrass.CreateFunctionDefinitionVersionOutput, error)
	CreateFunctionDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateFunctionDefinitionVersionInput) *CreateFunctionDefinitionVersionFuture

	CreateGroup(ctx workflow.Context, input *greengrass.CreateGroupInput) (*greengrass.CreateGroupOutput, error)
	CreateGroupAsync(ctx workflow.Context, input *greengrass.CreateGroupInput) *CreateGroupFuture

	CreateGroupCertificateAuthority(ctx workflow.Context, input *greengrass.CreateGroupCertificateAuthorityInput) (*greengrass.CreateGroupCertificateAuthorityOutput, error)
	CreateGroupCertificateAuthorityAsync(ctx workflow.Context, input *greengrass.CreateGroupCertificateAuthorityInput) *CreateGroupCertificateAuthorityFuture

	CreateGroupVersion(ctx workflow.Context, input *greengrass.CreateGroupVersionInput) (*greengrass.CreateGroupVersionOutput, error)
	CreateGroupVersionAsync(ctx workflow.Context, input *greengrass.CreateGroupVersionInput) *CreateGroupVersionFuture

	CreateLoggerDefinition(ctx workflow.Context, input *greengrass.CreateLoggerDefinitionInput) (*greengrass.CreateLoggerDefinitionOutput, error)
	CreateLoggerDefinitionAsync(ctx workflow.Context, input *greengrass.CreateLoggerDefinitionInput) *CreateLoggerDefinitionFuture

	CreateLoggerDefinitionVersion(ctx workflow.Context, input *greengrass.CreateLoggerDefinitionVersionInput) (*greengrass.CreateLoggerDefinitionVersionOutput, error)
	CreateLoggerDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateLoggerDefinitionVersionInput) *CreateLoggerDefinitionVersionFuture

	CreateResourceDefinition(ctx workflow.Context, input *greengrass.CreateResourceDefinitionInput) (*greengrass.CreateResourceDefinitionOutput, error)
	CreateResourceDefinitionAsync(ctx workflow.Context, input *greengrass.CreateResourceDefinitionInput) *CreateResourceDefinitionFuture

	CreateResourceDefinitionVersion(ctx workflow.Context, input *greengrass.CreateResourceDefinitionVersionInput) (*greengrass.CreateResourceDefinitionVersionOutput, error)
	CreateResourceDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateResourceDefinitionVersionInput) *CreateResourceDefinitionVersionFuture

	CreateSoftwareUpdateJob(ctx workflow.Context, input *greengrass.CreateSoftwareUpdateJobInput) (*greengrass.CreateSoftwareUpdateJobOutput, error)
	CreateSoftwareUpdateJobAsync(ctx workflow.Context, input *greengrass.CreateSoftwareUpdateJobInput) *CreateSoftwareUpdateJobFuture

	CreateSubscriptionDefinition(ctx workflow.Context, input *greengrass.CreateSubscriptionDefinitionInput) (*greengrass.CreateSubscriptionDefinitionOutput, error)
	CreateSubscriptionDefinitionAsync(ctx workflow.Context, input *greengrass.CreateSubscriptionDefinitionInput) *CreateSubscriptionDefinitionFuture

	CreateSubscriptionDefinitionVersion(ctx workflow.Context, input *greengrass.CreateSubscriptionDefinitionVersionInput) (*greengrass.CreateSubscriptionDefinitionVersionOutput, error)
	CreateSubscriptionDefinitionVersionAsync(ctx workflow.Context, input *greengrass.CreateSubscriptionDefinitionVersionInput) *CreateSubscriptionDefinitionVersionFuture

	DeleteConnectorDefinition(ctx workflow.Context, input *greengrass.DeleteConnectorDefinitionInput) (*greengrass.DeleteConnectorDefinitionOutput, error)
	DeleteConnectorDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteConnectorDefinitionInput) *DeleteConnectorDefinitionFuture

	DeleteCoreDefinition(ctx workflow.Context, input *greengrass.DeleteCoreDefinitionInput) (*greengrass.DeleteCoreDefinitionOutput, error)
	DeleteCoreDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteCoreDefinitionInput) *DeleteCoreDefinitionFuture

	DeleteDeviceDefinition(ctx workflow.Context, input *greengrass.DeleteDeviceDefinitionInput) (*greengrass.DeleteDeviceDefinitionOutput, error)
	DeleteDeviceDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteDeviceDefinitionInput) *DeleteDeviceDefinitionFuture

	DeleteFunctionDefinition(ctx workflow.Context, input *greengrass.DeleteFunctionDefinitionInput) (*greengrass.DeleteFunctionDefinitionOutput, error)
	DeleteFunctionDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteFunctionDefinitionInput) *DeleteFunctionDefinitionFuture

	DeleteGroup(ctx workflow.Context, input *greengrass.DeleteGroupInput) (*greengrass.DeleteGroupOutput, error)
	DeleteGroupAsync(ctx workflow.Context, input *greengrass.DeleteGroupInput) *DeleteGroupFuture

	DeleteLoggerDefinition(ctx workflow.Context, input *greengrass.DeleteLoggerDefinitionInput) (*greengrass.DeleteLoggerDefinitionOutput, error)
	DeleteLoggerDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteLoggerDefinitionInput) *DeleteLoggerDefinitionFuture

	DeleteResourceDefinition(ctx workflow.Context, input *greengrass.DeleteResourceDefinitionInput) (*greengrass.DeleteResourceDefinitionOutput, error)
	DeleteResourceDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteResourceDefinitionInput) *DeleteResourceDefinitionFuture

	DeleteSubscriptionDefinition(ctx workflow.Context, input *greengrass.DeleteSubscriptionDefinitionInput) (*greengrass.DeleteSubscriptionDefinitionOutput, error)
	DeleteSubscriptionDefinitionAsync(ctx workflow.Context, input *greengrass.DeleteSubscriptionDefinitionInput) *DeleteSubscriptionDefinitionFuture

	DisassociateRoleFromGroup(ctx workflow.Context, input *greengrass.DisassociateRoleFromGroupInput) (*greengrass.DisassociateRoleFromGroupOutput, error)
	DisassociateRoleFromGroupAsync(ctx workflow.Context, input *greengrass.DisassociateRoleFromGroupInput) *DisassociateRoleFromGroupFuture

	DisassociateServiceRoleFromAccount(ctx workflow.Context, input *greengrass.DisassociateServiceRoleFromAccountInput) (*greengrass.DisassociateServiceRoleFromAccountOutput, error)
	DisassociateServiceRoleFromAccountAsync(ctx workflow.Context, input *greengrass.DisassociateServiceRoleFromAccountInput) *DisassociateServiceRoleFromAccountFuture

	GetAssociatedRole(ctx workflow.Context, input *greengrass.GetAssociatedRoleInput) (*greengrass.GetAssociatedRoleOutput, error)
	GetAssociatedRoleAsync(ctx workflow.Context, input *greengrass.GetAssociatedRoleInput) *GetAssociatedRoleFuture

	GetBulkDeploymentStatus(ctx workflow.Context, input *greengrass.GetBulkDeploymentStatusInput) (*greengrass.GetBulkDeploymentStatusOutput, error)
	GetBulkDeploymentStatusAsync(ctx workflow.Context, input *greengrass.GetBulkDeploymentStatusInput) *GetBulkDeploymentStatusFuture

	GetConnectivityInfo(ctx workflow.Context, input *greengrass.GetConnectivityInfoInput) (*greengrass.GetConnectivityInfoOutput, error)
	GetConnectivityInfoAsync(ctx workflow.Context, input *greengrass.GetConnectivityInfoInput) *GetConnectivityInfoFuture

	GetConnectorDefinition(ctx workflow.Context, input *greengrass.GetConnectorDefinitionInput) (*greengrass.GetConnectorDefinitionOutput, error)
	GetConnectorDefinitionAsync(ctx workflow.Context, input *greengrass.GetConnectorDefinitionInput) *GetConnectorDefinitionFuture

	GetConnectorDefinitionVersion(ctx workflow.Context, input *greengrass.GetConnectorDefinitionVersionInput) (*greengrass.GetConnectorDefinitionVersionOutput, error)
	GetConnectorDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetConnectorDefinitionVersionInput) *GetConnectorDefinitionVersionFuture

	GetCoreDefinition(ctx workflow.Context, input *greengrass.GetCoreDefinitionInput) (*greengrass.GetCoreDefinitionOutput, error)
	GetCoreDefinitionAsync(ctx workflow.Context, input *greengrass.GetCoreDefinitionInput) *GetCoreDefinitionFuture

	GetCoreDefinitionVersion(ctx workflow.Context, input *greengrass.GetCoreDefinitionVersionInput) (*greengrass.GetCoreDefinitionVersionOutput, error)
	GetCoreDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetCoreDefinitionVersionInput) *GetCoreDefinitionVersionFuture

	GetDeploymentStatus(ctx workflow.Context, input *greengrass.GetDeploymentStatusInput) (*greengrass.GetDeploymentStatusOutput, error)
	GetDeploymentStatusAsync(ctx workflow.Context, input *greengrass.GetDeploymentStatusInput) *GetDeploymentStatusFuture

	GetDeviceDefinition(ctx workflow.Context, input *greengrass.GetDeviceDefinitionInput) (*greengrass.GetDeviceDefinitionOutput, error)
	GetDeviceDefinitionAsync(ctx workflow.Context, input *greengrass.GetDeviceDefinitionInput) *GetDeviceDefinitionFuture

	GetDeviceDefinitionVersion(ctx workflow.Context, input *greengrass.GetDeviceDefinitionVersionInput) (*greengrass.GetDeviceDefinitionVersionOutput, error)
	GetDeviceDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetDeviceDefinitionVersionInput) *GetDeviceDefinitionVersionFuture

	GetFunctionDefinition(ctx workflow.Context, input *greengrass.GetFunctionDefinitionInput) (*greengrass.GetFunctionDefinitionOutput, error)
	GetFunctionDefinitionAsync(ctx workflow.Context, input *greengrass.GetFunctionDefinitionInput) *GetFunctionDefinitionFuture

	GetFunctionDefinitionVersion(ctx workflow.Context, input *greengrass.GetFunctionDefinitionVersionInput) (*greengrass.GetFunctionDefinitionVersionOutput, error)
	GetFunctionDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetFunctionDefinitionVersionInput) *GetFunctionDefinitionVersionFuture

	GetGroup(ctx workflow.Context, input *greengrass.GetGroupInput) (*greengrass.GetGroupOutput, error)
	GetGroupAsync(ctx workflow.Context, input *greengrass.GetGroupInput) *GetGroupFuture

	GetGroupCertificateAuthority(ctx workflow.Context, input *greengrass.GetGroupCertificateAuthorityInput) (*greengrass.GetGroupCertificateAuthorityOutput, error)
	GetGroupCertificateAuthorityAsync(ctx workflow.Context, input *greengrass.GetGroupCertificateAuthorityInput) *GetGroupCertificateAuthorityFuture

	GetGroupCertificateConfiguration(ctx workflow.Context, input *greengrass.GetGroupCertificateConfigurationInput) (*greengrass.GetGroupCertificateConfigurationOutput, error)
	GetGroupCertificateConfigurationAsync(ctx workflow.Context, input *greengrass.GetGroupCertificateConfigurationInput) *GetGroupCertificateConfigurationFuture

	GetGroupVersion(ctx workflow.Context, input *greengrass.GetGroupVersionInput) (*greengrass.GetGroupVersionOutput, error)
	GetGroupVersionAsync(ctx workflow.Context, input *greengrass.GetGroupVersionInput) *GetGroupVersionFuture

	GetLoggerDefinition(ctx workflow.Context, input *greengrass.GetLoggerDefinitionInput) (*greengrass.GetLoggerDefinitionOutput, error)
	GetLoggerDefinitionAsync(ctx workflow.Context, input *greengrass.GetLoggerDefinitionInput) *GetLoggerDefinitionFuture

	GetLoggerDefinitionVersion(ctx workflow.Context, input *greengrass.GetLoggerDefinitionVersionInput) (*greengrass.GetLoggerDefinitionVersionOutput, error)
	GetLoggerDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetLoggerDefinitionVersionInput) *GetLoggerDefinitionVersionFuture

	GetResourceDefinition(ctx workflow.Context, input *greengrass.GetResourceDefinitionInput) (*greengrass.GetResourceDefinitionOutput, error)
	GetResourceDefinitionAsync(ctx workflow.Context, input *greengrass.GetResourceDefinitionInput) *GetResourceDefinitionFuture

	GetResourceDefinitionVersion(ctx workflow.Context, input *greengrass.GetResourceDefinitionVersionInput) (*greengrass.GetResourceDefinitionVersionOutput, error)
	GetResourceDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetResourceDefinitionVersionInput) *GetResourceDefinitionVersionFuture

	GetServiceRoleForAccount(ctx workflow.Context, input *greengrass.GetServiceRoleForAccountInput) (*greengrass.GetServiceRoleForAccountOutput, error)
	GetServiceRoleForAccountAsync(ctx workflow.Context, input *greengrass.GetServiceRoleForAccountInput) *GetServiceRoleForAccountFuture

	GetSubscriptionDefinition(ctx workflow.Context, input *greengrass.GetSubscriptionDefinitionInput) (*greengrass.GetSubscriptionDefinitionOutput, error)
	GetSubscriptionDefinitionAsync(ctx workflow.Context, input *greengrass.GetSubscriptionDefinitionInput) *GetSubscriptionDefinitionFuture

	GetSubscriptionDefinitionVersion(ctx workflow.Context, input *greengrass.GetSubscriptionDefinitionVersionInput) (*greengrass.GetSubscriptionDefinitionVersionOutput, error)
	GetSubscriptionDefinitionVersionAsync(ctx workflow.Context, input *greengrass.GetSubscriptionDefinitionVersionInput) *GetSubscriptionDefinitionVersionFuture

	GetThingRuntimeConfiguration(ctx workflow.Context, input *greengrass.GetThingRuntimeConfigurationInput) (*greengrass.GetThingRuntimeConfigurationOutput, error)
	GetThingRuntimeConfigurationAsync(ctx workflow.Context, input *greengrass.GetThingRuntimeConfigurationInput) *GetThingRuntimeConfigurationFuture

	ListBulkDeploymentDetailedReports(ctx workflow.Context, input *greengrass.ListBulkDeploymentDetailedReportsInput) (*greengrass.ListBulkDeploymentDetailedReportsOutput, error)
	ListBulkDeploymentDetailedReportsAsync(ctx workflow.Context, input *greengrass.ListBulkDeploymentDetailedReportsInput) *ListBulkDeploymentDetailedReportsFuture

	ListBulkDeployments(ctx workflow.Context, input *greengrass.ListBulkDeploymentsInput) (*greengrass.ListBulkDeploymentsOutput, error)
	ListBulkDeploymentsAsync(ctx workflow.Context, input *greengrass.ListBulkDeploymentsInput) *ListBulkDeploymentsFuture

	ListConnectorDefinitionVersions(ctx workflow.Context, input *greengrass.ListConnectorDefinitionVersionsInput) (*greengrass.ListConnectorDefinitionVersionsOutput, error)
	ListConnectorDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListConnectorDefinitionVersionsInput) *ListConnectorDefinitionVersionsFuture

	ListConnectorDefinitions(ctx workflow.Context, input *greengrass.ListConnectorDefinitionsInput) (*greengrass.ListConnectorDefinitionsOutput, error)
	ListConnectorDefinitionsAsync(ctx workflow.Context, input *greengrass.ListConnectorDefinitionsInput) *ListConnectorDefinitionsFuture

	ListCoreDefinitionVersions(ctx workflow.Context, input *greengrass.ListCoreDefinitionVersionsInput) (*greengrass.ListCoreDefinitionVersionsOutput, error)
	ListCoreDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListCoreDefinitionVersionsInput) *ListCoreDefinitionVersionsFuture

	ListCoreDefinitions(ctx workflow.Context, input *greengrass.ListCoreDefinitionsInput) (*greengrass.ListCoreDefinitionsOutput, error)
	ListCoreDefinitionsAsync(ctx workflow.Context, input *greengrass.ListCoreDefinitionsInput) *ListCoreDefinitionsFuture

	ListDeployments(ctx workflow.Context, input *greengrass.ListDeploymentsInput) (*greengrass.ListDeploymentsOutput, error)
	ListDeploymentsAsync(ctx workflow.Context, input *greengrass.ListDeploymentsInput) *ListDeploymentsFuture

	ListDeviceDefinitionVersions(ctx workflow.Context, input *greengrass.ListDeviceDefinitionVersionsInput) (*greengrass.ListDeviceDefinitionVersionsOutput, error)
	ListDeviceDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListDeviceDefinitionVersionsInput) *ListDeviceDefinitionVersionsFuture

	ListDeviceDefinitions(ctx workflow.Context, input *greengrass.ListDeviceDefinitionsInput) (*greengrass.ListDeviceDefinitionsOutput, error)
	ListDeviceDefinitionsAsync(ctx workflow.Context, input *greengrass.ListDeviceDefinitionsInput) *ListDeviceDefinitionsFuture

	ListFunctionDefinitionVersions(ctx workflow.Context, input *greengrass.ListFunctionDefinitionVersionsInput) (*greengrass.ListFunctionDefinitionVersionsOutput, error)
	ListFunctionDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListFunctionDefinitionVersionsInput) *ListFunctionDefinitionVersionsFuture

	ListFunctionDefinitions(ctx workflow.Context, input *greengrass.ListFunctionDefinitionsInput) (*greengrass.ListFunctionDefinitionsOutput, error)
	ListFunctionDefinitionsAsync(ctx workflow.Context, input *greengrass.ListFunctionDefinitionsInput) *ListFunctionDefinitionsFuture

	ListGroupCertificateAuthorities(ctx workflow.Context, input *greengrass.ListGroupCertificateAuthoritiesInput) (*greengrass.ListGroupCertificateAuthoritiesOutput, error)
	ListGroupCertificateAuthoritiesAsync(ctx workflow.Context, input *greengrass.ListGroupCertificateAuthoritiesInput) *ListGroupCertificateAuthoritiesFuture

	ListGroupVersions(ctx workflow.Context, input *greengrass.ListGroupVersionsInput) (*greengrass.ListGroupVersionsOutput, error)
	ListGroupVersionsAsync(ctx workflow.Context, input *greengrass.ListGroupVersionsInput) *ListGroupVersionsFuture

	ListGroups(ctx workflow.Context, input *greengrass.ListGroupsInput) (*greengrass.ListGroupsOutput, error)
	ListGroupsAsync(ctx workflow.Context, input *greengrass.ListGroupsInput) *ListGroupsFuture

	ListLoggerDefinitionVersions(ctx workflow.Context, input *greengrass.ListLoggerDefinitionVersionsInput) (*greengrass.ListLoggerDefinitionVersionsOutput, error)
	ListLoggerDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListLoggerDefinitionVersionsInput) *ListLoggerDefinitionVersionsFuture

	ListLoggerDefinitions(ctx workflow.Context, input *greengrass.ListLoggerDefinitionsInput) (*greengrass.ListLoggerDefinitionsOutput, error)
	ListLoggerDefinitionsAsync(ctx workflow.Context, input *greengrass.ListLoggerDefinitionsInput) *ListLoggerDefinitionsFuture

	ListResourceDefinitionVersions(ctx workflow.Context, input *greengrass.ListResourceDefinitionVersionsInput) (*greengrass.ListResourceDefinitionVersionsOutput, error)
	ListResourceDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListResourceDefinitionVersionsInput) *ListResourceDefinitionVersionsFuture

	ListResourceDefinitions(ctx workflow.Context, input *greengrass.ListResourceDefinitionsInput) (*greengrass.ListResourceDefinitionsOutput, error)
	ListResourceDefinitionsAsync(ctx workflow.Context, input *greengrass.ListResourceDefinitionsInput) *ListResourceDefinitionsFuture

	ListSubscriptionDefinitionVersions(ctx workflow.Context, input *greengrass.ListSubscriptionDefinitionVersionsInput) (*greengrass.ListSubscriptionDefinitionVersionsOutput, error)
	ListSubscriptionDefinitionVersionsAsync(ctx workflow.Context, input *greengrass.ListSubscriptionDefinitionVersionsInput) *ListSubscriptionDefinitionVersionsFuture

	ListSubscriptionDefinitions(ctx workflow.Context, input *greengrass.ListSubscriptionDefinitionsInput) (*greengrass.ListSubscriptionDefinitionsOutput, error)
	ListSubscriptionDefinitionsAsync(ctx workflow.Context, input *greengrass.ListSubscriptionDefinitionsInput) *ListSubscriptionDefinitionsFuture

	ListTagsForResource(ctx workflow.Context, input *greengrass.ListTagsForResourceInput) (*greengrass.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *greengrass.ListTagsForResourceInput) *ListTagsForResourceFuture

	ResetDeployments(ctx workflow.Context, input *greengrass.ResetDeploymentsInput) (*greengrass.ResetDeploymentsOutput, error)
	ResetDeploymentsAsync(ctx workflow.Context, input *greengrass.ResetDeploymentsInput) *ResetDeploymentsFuture

	StartBulkDeployment(ctx workflow.Context, input *greengrass.StartBulkDeploymentInput) (*greengrass.StartBulkDeploymentOutput, error)
	StartBulkDeploymentAsync(ctx workflow.Context, input *greengrass.StartBulkDeploymentInput) *StartBulkDeploymentFuture

	StopBulkDeployment(ctx workflow.Context, input *greengrass.StopBulkDeploymentInput) (*greengrass.StopBulkDeploymentOutput, error)
	StopBulkDeploymentAsync(ctx workflow.Context, input *greengrass.StopBulkDeploymentInput) *StopBulkDeploymentFuture

	TagResource(ctx workflow.Context, input *greengrass.TagResourceInput) (*greengrass.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *greengrass.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *greengrass.UntagResourceInput) (*greengrass.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *greengrass.UntagResourceInput) *UntagResourceFuture

	UpdateConnectivityInfo(ctx workflow.Context, input *greengrass.UpdateConnectivityInfoInput) (*greengrass.UpdateConnectivityInfoOutput, error)
	UpdateConnectivityInfoAsync(ctx workflow.Context, input *greengrass.UpdateConnectivityInfoInput) *UpdateConnectivityInfoFuture

	UpdateConnectorDefinition(ctx workflow.Context, input *greengrass.UpdateConnectorDefinitionInput) (*greengrass.UpdateConnectorDefinitionOutput, error)
	UpdateConnectorDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateConnectorDefinitionInput) *UpdateConnectorDefinitionFuture

	UpdateCoreDefinition(ctx workflow.Context, input *greengrass.UpdateCoreDefinitionInput) (*greengrass.UpdateCoreDefinitionOutput, error)
	UpdateCoreDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateCoreDefinitionInput) *UpdateCoreDefinitionFuture

	UpdateDeviceDefinition(ctx workflow.Context, input *greengrass.UpdateDeviceDefinitionInput) (*greengrass.UpdateDeviceDefinitionOutput, error)
	UpdateDeviceDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateDeviceDefinitionInput) *UpdateDeviceDefinitionFuture

	UpdateFunctionDefinition(ctx workflow.Context, input *greengrass.UpdateFunctionDefinitionInput) (*greengrass.UpdateFunctionDefinitionOutput, error)
	UpdateFunctionDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateFunctionDefinitionInput) *UpdateFunctionDefinitionFuture

	UpdateGroup(ctx workflow.Context, input *greengrass.UpdateGroupInput) (*greengrass.UpdateGroupOutput, error)
	UpdateGroupAsync(ctx workflow.Context, input *greengrass.UpdateGroupInput) *UpdateGroupFuture

	UpdateGroupCertificateConfiguration(ctx workflow.Context, input *greengrass.UpdateGroupCertificateConfigurationInput) (*greengrass.UpdateGroupCertificateConfigurationOutput, error)
	UpdateGroupCertificateConfigurationAsync(ctx workflow.Context, input *greengrass.UpdateGroupCertificateConfigurationInput) *UpdateGroupCertificateConfigurationFuture

	UpdateLoggerDefinition(ctx workflow.Context, input *greengrass.UpdateLoggerDefinitionInput) (*greengrass.UpdateLoggerDefinitionOutput, error)
	UpdateLoggerDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateLoggerDefinitionInput) *UpdateLoggerDefinitionFuture

	UpdateResourceDefinition(ctx workflow.Context, input *greengrass.UpdateResourceDefinitionInput) (*greengrass.UpdateResourceDefinitionOutput, error)
	UpdateResourceDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateResourceDefinitionInput) *UpdateResourceDefinitionFuture

	UpdateSubscriptionDefinition(ctx workflow.Context, input *greengrass.UpdateSubscriptionDefinitionInput) (*greengrass.UpdateSubscriptionDefinitionOutput, error)
	UpdateSubscriptionDefinitionAsync(ctx workflow.Context, input *greengrass.UpdateSubscriptionDefinitionInput) *UpdateSubscriptionDefinitionFuture

	UpdateThingRuntimeConfiguration(ctx workflow.Context, input *greengrass.UpdateThingRuntimeConfigurationInput) (*greengrass.UpdateThingRuntimeConfigurationOutput, error)
	UpdateThingRuntimeConfigurationAsync(ctx workflow.Context, input *greengrass.UpdateThingRuntimeConfigurationInput) *UpdateThingRuntimeConfigurationFuture
}

func NewClient

func NewClient() Client

type CreateConnectorDefinitionFuture

type CreateConnectorDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateConnectorDefinitionFuture) Get

type CreateConnectorDefinitionVersionFuture

type CreateConnectorDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateConnectorDefinitionVersionFuture) Get

type CreateCoreDefinitionFuture

type CreateCoreDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCoreDefinitionFuture) Get

type CreateCoreDefinitionVersionFuture

type CreateCoreDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCoreDefinitionVersionFuture) Get

type CreateDeploymentFuture

type CreateDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeploymentFuture) Get

type CreateDeviceDefinitionFuture

type CreateDeviceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeviceDefinitionFuture) Get

type CreateDeviceDefinitionVersionFuture

type CreateDeviceDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeviceDefinitionVersionFuture) Get

type CreateFunctionDefinitionFuture

type CreateFunctionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFunctionDefinitionFuture) Get

type CreateFunctionDefinitionVersionFuture

type CreateFunctionDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFunctionDefinitionVersionFuture) Get

type CreateGroupCertificateAuthorityFuture

type CreateGroupCertificateAuthorityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateGroupCertificateAuthorityFuture) Get

type CreateGroupFuture

type CreateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateGroupFuture) Get

type CreateGroupVersionFuture

type CreateGroupVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateGroupVersionFuture) Get

type CreateLoggerDefinitionFuture

type CreateLoggerDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateLoggerDefinitionFuture) Get

type CreateLoggerDefinitionVersionFuture

type CreateLoggerDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateLoggerDefinitionVersionFuture) Get

type CreateResourceDefinitionFuture

type CreateResourceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateResourceDefinitionFuture) Get

type CreateResourceDefinitionVersionFuture

type CreateResourceDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateResourceDefinitionVersionFuture) Get

type CreateSoftwareUpdateJobFuture

type CreateSoftwareUpdateJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSoftwareUpdateJobFuture) Get

type CreateSubscriptionDefinitionFuture

type CreateSubscriptionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSubscriptionDefinitionFuture) Get

type CreateSubscriptionDefinitionVersionFuture

type CreateSubscriptionDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSubscriptionDefinitionVersionFuture) Get

type DeleteConnectorDefinitionFuture

type DeleteConnectorDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteConnectorDefinitionFuture) Get

type DeleteCoreDefinitionFuture

type DeleteCoreDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteCoreDefinitionFuture) Get

type DeleteDeviceDefinitionFuture

type DeleteDeviceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDeviceDefinitionFuture) Get

type DeleteFunctionDefinitionFuture

type DeleteFunctionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFunctionDefinitionFuture) Get

type DeleteGroupFuture

type DeleteGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteGroupFuture) Get

type DeleteLoggerDefinitionFuture

type DeleteLoggerDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteLoggerDefinitionFuture) Get

type DeleteResourceDefinitionFuture

type DeleteResourceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteResourceDefinitionFuture) Get

type DeleteSubscriptionDefinitionFuture

type DeleteSubscriptionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSubscriptionDefinitionFuture) Get

type DisassociateRoleFromGroupFuture

type DisassociateRoleFromGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateRoleFromGroupFuture) Get

type DisassociateServiceRoleFromAccountFuture

type DisassociateServiceRoleFromAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateServiceRoleFromAccountFuture) Get

type GetAssociatedRoleFuture

type GetAssociatedRoleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAssociatedRoleFuture) Get

type GetBulkDeploymentStatusFuture

type GetBulkDeploymentStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetBulkDeploymentStatusFuture) Get

type GetConnectivityInfoFuture

type GetConnectivityInfoFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetConnectivityInfoFuture) Get

type GetConnectorDefinitionFuture

type GetConnectorDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetConnectorDefinitionFuture) Get

type GetConnectorDefinitionVersionFuture

type GetConnectorDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetConnectorDefinitionVersionFuture) Get

type GetCoreDefinitionFuture

type GetCoreDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCoreDefinitionFuture) Get

type GetCoreDefinitionVersionFuture

type GetCoreDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCoreDefinitionVersionFuture) Get

type GetDeploymentStatusFuture

type GetDeploymentStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeploymentStatusFuture) Get

type GetDeviceDefinitionFuture

type GetDeviceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeviceDefinitionFuture) Get

type GetDeviceDefinitionVersionFuture

type GetDeviceDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeviceDefinitionVersionFuture) Get

type GetFunctionDefinitionFuture

type GetFunctionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFunctionDefinitionFuture) Get

type GetFunctionDefinitionVersionFuture

type GetFunctionDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFunctionDefinitionVersionFuture) Get

type GetGroupCertificateAuthorityFuture

type GetGroupCertificateAuthorityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupCertificateAuthorityFuture) Get

type GetGroupCertificateConfigurationFuture

type GetGroupCertificateConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupCertificateConfigurationFuture) Get

type GetGroupFuture

type GetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupFuture) Get

type GetGroupVersionFuture

type GetGroupVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupVersionFuture) Get

type GetLoggerDefinitionFuture

type GetLoggerDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLoggerDefinitionFuture) Get

type GetLoggerDefinitionVersionFuture

type GetLoggerDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLoggerDefinitionVersionFuture) Get

type GetResourceDefinitionFuture

type GetResourceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetResourceDefinitionFuture) Get

type GetResourceDefinitionVersionFuture

type GetResourceDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetResourceDefinitionVersionFuture) Get

type GetServiceRoleForAccountFuture

type GetServiceRoleForAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetServiceRoleForAccountFuture) Get

type GetSubscriptionDefinitionFuture

type GetSubscriptionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSubscriptionDefinitionFuture) Get

type GetSubscriptionDefinitionVersionFuture

type GetSubscriptionDefinitionVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSubscriptionDefinitionVersionFuture) Get

type GetThingRuntimeConfigurationFuture

type GetThingRuntimeConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetThingRuntimeConfigurationFuture) Get

type ListBulkDeploymentDetailedReportsFuture

type ListBulkDeploymentDetailedReportsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListBulkDeploymentDetailedReportsFuture) Get

type ListBulkDeploymentsFuture

type ListBulkDeploymentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListBulkDeploymentsFuture) Get

type ListConnectorDefinitionVersionsFuture

type ListConnectorDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListConnectorDefinitionVersionsFuture) Get

type ListConnectorDefinitionsFuture

type ListConnectorDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListConnectorDefinitionsFuture) Get

type ListCoreDefinitionVersionsFuture

type ListCoreDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListCoreDefinitionVersionsFuture) Get

type ListCoreDefinitionsFuture

type ListCoreDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListCoreDefinitionsFuture) Get

type ListDeploymentsFuture

type ListDeploymentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDeploymentsFuture) Get

type ListDeviceDefinitionVersionsFuture

type ListDeviceDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDeviceDefinitionVersionsFuture) Get

type ListDeviceDefinitionsFuture

type ListDeviceDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDeviceDefinitionsFuture) Get

type ListFunctionDefinitionVersionsFuture

type ListFunctionDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFunctionDefinitionVersionsFuture) Get

type ListFunctionDefinitionsFuture

type ListFunctionDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFunctionDefinitionsFuture) Get

type ListGroupCertificateAuthoritiesFuture

type ListGroupCertificateAuthoritiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupCertificateAuthoritiesFuture) Get

type ListGroupVersionsFuture

type ListGroupVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupVersionsFuture) Get

type ListGroupsFuture

type ListGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupsFuture) Get

type ListLoggerDefinitionVersionsFuture

type ListLoggerDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListLoggerDefinitionVersionsFuture) Get

type ListLoggerDefinitionsFuture

type ListLoggerDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListLoggerDefinitionsFuture) Get

type ListResourceDefinitionVersionsFuture

type ListResourceDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListResourceDefinitionVersionsFuture) Get

type ListResourceDefinitionsFuture

type ListResourceDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListResourceDefinitionsFuture) Get

type ListSubscriptionDefinitionVersionsFuture

type ListSubscriptionDefinitionVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListSubscriptionDefinitionVersionsFuture) Get

type ListSubscriptionDefinitionsFuture

type ListSubscriptionDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListSubscriptionDefinitionsFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type ResetDeploymentsFuture

type ResetDeploymentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ResetDeploymentsFuture) Get

type StartBulkDeploymentFuture

type StartBulkDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartBulkDeploymentFuture) Get

type StopBulkDeploymentFuture

type StopBulkDeploymentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopBulkDeploymentFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateConnectivityInfoFuture

type UpdateConnectivityInfoFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateConnectivityInfoFuture) Get

type UpdateConnectorDefinitionFuture

type UpdateConnectorDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateConnectorDefinitionFuture) Get

type UpdateCoreDefinitionFuture

type UpdateCoreDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateCoreDefinitionFuture) Get

type UpdateDeviceDefinitionFuture

type UpdateDeviceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDeviceDefinitionFuture) Get

type UpdateFunctionDefinitionFuture

type UpdateFunctionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFunctionDefinitionFuture) Get

type UpdateGroupCertificateConfigurationFuture

type UpdateGroupCertificateConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGroupCertificateConfigurationFuture) Get

type UpdateGroupFuture

type UpdateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGroupFuture) Get

type UpdateLoggerDefinitionFuture

type UpdateLoggerDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateLoggerDefinitionFuture) Get

type UpdateResourceDefinitionFuture

type UpdateResourceDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateResourceDefinitionFuture) Get

type UpdateSubscriptionDefinitionFuture

type UpdateSubscriptionDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSubscriptionDefinitionFuture) Get

type UpdateThingRuntimeConfigurationFuture

type UpdateThingRuntimeConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateThingRuntimeConfigurationFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL