Documentation ¶
Index ¶
- type Client
- type CreateCanaryFuture
- type DeleteCanaryFuture
- type DescribeCanariesFuture
- type DescribeCanariesLastRunFuture
- type DescribeRuntimeVersionsFuture
- type GetCanaryFuture
- type GetCanaryRunsFuture
- type ListTagsForResourceFuture
- type StartCanaryFuture
- type StopCanaryFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateCanaryFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateCanary(ctx workflow.Context, input *synthetics.CreateCanaryInput) (*synthetics.CreateCanaryOutput, error) CreateCanaryAsync(ctx workflow.Context, input *synthetics.CreateCanaryInput) *CreateCanaryFuture DeleteCanary(ctx workflow.Context, input *synthetics.DeleteCanaryInput) (*synthetics.DeleteCanaryOutput, error) DeleteCanaryAsync(ctx workflow.Context, input *synthetics.DeleteCanaryInput) *DeleteCanaryFuture DescribeCanaries(ctx workflow.Context, input *synthetics.DescribeCanariesInput) (*synthetics.DescribeCanariesOutput, error) DescribeCanariesAsync(ctx workflow.Context, input *synthetics.DescribeCanariesInput) *DescribeCanariesFuture DescribeCanariesLastRun(ctx workflow.Context, input *synthetics.DescribeCanariesLastRunInput) (*synthetics.DescribeCanariesLastRunOutput, error) DescribeCanariesLastRunAsync(ctx workflow.Context, input *synthetics.DescribeCanariesLastRunInput) *DescribeCanariesLastRunFuture DescribeRuntimeVersions(ctx workflow.Context, input *synthetics.DescribeRuntimeVersionsInput) (*synthetics.DescribeRuntimeVersionsOutput, error) DescribeRuntimeVersionsAsync(ctx workflow.Context, input *synthetics.DescribeRuntimeVersionsInput) *DescribeRuntimeVersionsFuture GetCanary(ctx workflow.Context, input *synthetics.GetCanaryInput) (*synthetics.GetCanaryOutput, error) GetCanaryAsync(ctx workflow.Context, input *synthetics.GetCanaryInput) *GetCanaryFuture GetCanaryRuns(ctx workflow.Context, input *synthetics.GetCanaryRunsInput) (*synthetics.GetCanaryRunsOutput, error) GetCanaryRunsAsync(ctx workflow.Context, input *synthetics.GetCanaryRunsInput) *GetCanaryRunsFuture ListTagsForResource(ctx workflow.Context, input *synthetics.ListTagsForResourceInput) (*synthetics.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *synthetics.ListTagsForResourceInput) *ListTagsForResourceFuture StartCanary(ctx workflow.Context, input *synthetics.StartCanaryInput) (*synthetics.StartCanaryOutput, error) StartCanaryAsync(ctx workflow.Context, input *synthetics.StartCanaryInput) *StartCanaryFuture StopCanary(ctx workflow.Context, input *synthetics.StopCanaryInput) (*synthetics.StopCanaryOutput, error) StopCanaryAsync(ctx workflow.Context, input *synthetics.StopCanaryInput) *StopCanaryFuture TagResource(ctx workflow.Context, input *synthetics.TagResourceInput) (*synthetics.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *synthetics.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *synthetics.UntagResourceInput) (*synthetics.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *synthetics.UntagResourceInput) *UntagResourceFuture UpdateCanary(ctx workflow.Context, input *synthetics.UpdateCanaryInput) (*synthetics.UpdateCanaryOutput, error) UpdateCanaryAsync(ctx workflow.Context, input *synthetics.UpdateCanaryInput) *UpdateCanaryFuture }
type CreateCanaryFuture ¶
func (*CreateCanaryFuture) Get ¶
func (r *CreateCanaryFuture) Get(ctx workflow.Context) (*synthetics.CreateCanaryOutput, error)
type DeleteCanaryFuture ¶
func (*DeleteCanaryFuture) Get ¶
func (r *DeleteCanaryFuture) Get(ctx workflow.Context) (*synthetics.DeleteCanaryOutput, error)
type DescribeCanariesFuture ¶
type DescribeCanariesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCanariesFuture) Get ¶
func (r *DescribeCanariesFuture) Get(ctx workflow.Context) (*synthetics.DescribeCanariesOutput, error)
type DescribeCanariesLastRunFuture ¶
type DescribeCanariesLastRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCanariesLastRunFuture) Get ¶
func (r *DescribeCanariesLastRunFuture) Get(ctx workflow.Context) (*synthetics.DescribeCanariesLastRunOutput, error)
type DescribeRuntimeVersionsFuture ¶
type DescribeRuntimeVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRuntimeVersionsFuture) Get ¶
func (r *DescribeRuntimeVersionsFuture) Get(ctx workflow.Context) (*synthetics.DescribeRuntimeVersionsOutput, error)
type GetCanaryFuture ¶
func (*GetCanaryFuture) Get ¶
func (r *GetCanaryFuture) Get(ctx workflow.Context) (*synthetics.GetCanaryOutput, error)
type GetCanaryRunsFuture ¶
func (*GetCanaryRunsFuture) Get ¶
func (r *GetCanaryRunsFuture) Get(ctx workflow.Context) (*synthetics.GetCanaryRunsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*synthetics.ListTagsForResourceOutput, error)
type StartCanaryFuture ¶
func (*StartCanaryFuture) Get ¶
func (r *StartCanaryFuture) Get(ctx workflow.Context) (*synthetics.StartCanaryOutput, error)
type StopCanaryFuture ¶
func (*StopCanaryFuture) Get ¶
func (r *StopCanaryFuture) Get(ctx workflow.Context) (*synthetics.StopCanaryOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*synthetics.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*synthetics.UntagResourceOutput, error)
type UpdateCanaryFuture ¶
func (*UpdateCanaryFuture) Get ¶
func (r *UpdateCanaryFuture) Get(ctx workflow.Context) (*synthetics.UpdateCanaryOutput, error)
Click to show internal directories.
Click to hide internal directories.