Documentation ¶
Index ¶
- type Activities
- func (a *Activities) CancelDeployment(ctx context.Context, input *greengrassv2.CancelDeploymentInput) (*greengrassv2.CancelDeploymentOutput, error)
- func (a *Activities) CreateComponentVersion(ctx context.Context, input *greengrassv2.CreateComponentVersionInput) (*greengrassv2.CreateComponentVersionOutput, error)
- func (a *Activities) CreateDeployment(ctx context.Context, input *greengrassv2.CreateDeploymentInput) (*greengrassv2.CreateDeploymentOutput, error)
- func (a *Activities) DeleteComponent(ctx context.Context, input *greengrassv2.DeleteComponentInput) (*greengrassv2.DeleteComponentOutput, error)
- func (a *Activities) DeleteCoreDevice(ctx context.Context, input *greengrassv2.DeleteCoreDeviceInput) (*greengrassv2.DeleteCoreDeviceOutput, error)
- func (a *Activities) DescribeComponent(ctx context.Context, input *greengrassv2.DescribeComponentInput) (*greengrassv2.DescribeComponentOutput, error)
- func (a *Activities) GetComponent(ctx context.Context, input *greengrassv2.GetComponentInput) (*greengrassv2.GetComponentOutput, error)
- func (a *Activities) GetComponentVersionArtifact(ctx context.Context, input *greengrassv2.GetComponentVersionArtifactInput) (*greengrassv2.GetComponentVersionArtifactOutput, error)
- func (a *Activities) GetCoreDevice(ctx context.Context, input *greengrassv2.GetCoreDeviceInput) (*greengrassv2.GetCoreDeviceOutput, error)
- func (a *Activities) GetDeployment(ctx context.Context, input *greengrassv2.GetDeploymentInput) (*greengrassv2.GetDeploymentOutput, error)
- func (a *Activities) ListComponentVersions(ctx context.Context, input *greengrassv2.ListComponentVersionsInput) (*greengrassv2.ListComponentVersionsOutput, error)
- func (a *Activities) ListComponents(ctx context.Context, input *greengrassv2.ListComponentsInput) (*greengrassv2.ListComponentsOutput, error)
- func (a *Activities) ListCoreDevices(ctx context.Context, input *greengrassv2.ListCoreDevicesInput) (*greengrassv2.ListCoreDevicesOutput, error)
- func (a *Activities) ListDeployments(ctx context.Context, input *greengrassv2.ListDeploymentsInput) (*greengrassv2.ListDeploymentsOutput, error)
- func (a *Activities) ListEffectiveDeployments(ctx context.Context, input *greengrassv2.ListEffectiveDeploymentsInput) (*greengrassv2.ListEffectiveDeploymentsOutput, error)
- func (a *Activities) ListInstalledComponents(ctx context.Context, input *greengrassv2.ListInstalledComponentsInput) (*greengrassv2.ListInstalledComponentsOutput, error)
- func (a *Activities) ListTagsForResource(ctx context.Context, input *greengrassv2.ListTagsForResourceInput) (*greengrassv2.ListTagsForResourceOutput, error)
- func (a *Activities) ResolveComponentCandidates(ctx context.Context, input *greengrassv2.ResolveComponentCandidatesInput) (*greengrassv2.ResolveComponentCandidatesOutput, error)
- func (a *Activities) TagResource(ctx context.Context, input *greengrassv2.TagResourceInput) (*greengrassv2.TagResourceOutput, error)
- func (a *Activities) UntagResource(ctx context.Context, input *greengrassv2.UntagResourceInput) (*greengrassv2.UntagResourceOutput, error)
- type SessionFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activities ¶
type Activities struct {
// contains filtered or unexported fields
}
func NewActivities ¶
func NewActivities(sess *session.Session, config ...*aws.Config) *Activities
func NewActivitiesWithSessionFactory ¶
func NewActivitiesWithSessionFactory(sessionFactory SessionFactory) *Activities
func (*Activities) CancelDeployment ¶
func (a *Activities) CancelDeployment(ctx context.Context, input *greengrassv2.CancelDeploymentInput) (*greengrassv2.CancelDeploymentOutput, error)
func (*Activities) CreateComponentVersion ¶
func (a *Activities) CreateComponentVersion(ctx context.Context, input *greengrassv2.CreateComponentVersionInput) (*greengrassv2.CreateComponentVersionOutput, error)
func (*Activities) CreateDeployment ¶
func (a *Activities) CreateDeployment(ctx context.Context, input *greengrassv2.CreateDeploymentInput) (*greengrassv2.CreateDeploymentOutput, error)
func (*Activities) DeleteComponent ¶
func (a *Activities) DeleteComponent(ctx context.Context, input *greengrassv2.DeleteComponentInput) (*greengrassv2.DeleteComponentOutput, error)
func (*Activities) DeleteCoreDevice ¶
func (a *Activities) DeleteCoreDevice(ctx context.Context, input *greengrassv2.DeleteCoreDeviceInput) (*greengrassv2.DeleteCoreDeviceOutput, error)
func (*Activities) DescribeComponent ¶
func (a *Activities) DescribeComponent(ctx context.Context, input *greengrassv2.DescribeComponentInput) (*greengrassv2.DescribeComponentOutput, error)
func (*Activities) GetComponent ¶
func (a *Activities) GetComponent(ctx context.Context, input *greengrassv2.GetComponentInput) (*greengrassv2.GetComponentOutput, error)
func (*Activities) GetComponentVersionArtifact ¶
func (a *Activities) GetComponentVersionArtifact(ctx context.Context, input *greengrassv2.GetComponentVersionArtifactInput) (*greengrassv2.GetComponentVersionArtifactOutput, error)
func (*Activities) GetCoreDevice ¶
func (a *Activities) GetCoreDevice(ctx context.Context, input *greengrassv2.GetCoreDeviceInput) (*greengrassv2.GetCoreDeviceOutput, error)
func (*Activities) GetDeployment ¶
func (a *Activities) GetDeployment(ctx context.Context, input *greengrassv2.GetDeploymentInput) (*greengrassv2.GetDeploymentOutput, error)
func (*Activities) ListComponentVersions ¶
func (a *Activities) ListComponentVersions(ctx context.Context, input *greengrassv2.ListComponentVersionsInput) (*greengrassv2.ListComponentVersionsOutput, error)
func (*Activities) ListComponents ¶
func (a *Activities) ListComponents(ctx context.Context, input *greengrassv2.ListComponentsInput) (*greengrassv2.ListComponentsOutput, error)
func (*Activities) ListCoreDevices ¶
func (a *Activities) ListCoreDevices(ctx context.Context, input *greengrassv2.ListCoreDevicesInput) (*greengrassv2.ListCoreDevicesOutput, error)
func (*Activities) ListDeployments ¶
func (a *Activities) ListDeployments(ctx context.Context, input *greengrassv2.ListDeploymentsInput) (*greengrassv2.ListDeploymentsOutput, error)
func (*Activities) ListEffectiveDeployments ¶
func (a *Activities) ListEffectiveDeployments(ctx context.Context, input *greengrassv2.ListEffectiveDeploymentsInput) (*greengrassv2.ListEffectiveDeploymentsOutput, error)
func (*Activities) ListInstalledComponents ¶
func (a *Activities) ListInstalledComponents(ctx context.Context, input *greengrassv2.ListInstalledComponentsInput) (*greengrassv2.ListInstalledComponentsOutput, error)
func (*Activities) ListTagsForResource ¶
func (a *Activities) ListTagsForResource(ctx context.Context, input *greengrassv2.ListTagsForResourceInput) (*greengrassv2.ListTagsForResourceOutput, error)
func (*Activities) ResolveComponentCandidates ¶
func (a *Activities) ResolveComponentCandidates(ctx context.Context, input *greengrassv2.ResolveComponentCandidatesInput) (*greengrassv2.ResolveComponentCandidatesOutput, error)
func (*Activities) TagResource ¶
func (a *Activities) TagResource(ctx context.Context, input *greengrassv2.TagResourceInput) (*greengrassv2.TagResourceOutput, error)
func (*Activities) UntagResource ¶
func (a *Activities) UntagResource(ctx context.Context, input *greengrassv2.UntagResourceInput) (*greengrassv2.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.