healthstub

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 Client

type Client interface {
	DescribeAffectedAccountsForOrganization(ctx workflow.Context, input *health.DescribeAffectedAccountsForOrganizationInput) (*health.DescribeAffectedAccountsForOrganizationOutput, error)
	DescribeAffectedAccountsForOrganizationAsync(ctx workflow.Context, input *health.DescribeAffectedAccountsForOrganizationInput) *DescribeAffectedAccountsForOrganizationFuture

	DescribeAffectedEntities(ctx workflow.Context, input *health.DescribeAffectedEntitiesInput) (*health.DescribeAffectedEntitiesOutput, error)
	DescribeAffectedEntitiesAsync(ctx workflow.Context, input *health.DescribeAffectedEntitiesInput) *DescribeAffectedEntitiesFuture

	DescribeAffectedEntitiesForOrganization(ctx workflow.Context, input *health.DescribeAffectedEntitiesForOrganizationInput) (*health.DescribeAffectedEntitiesForOrganizationOutput, error)
	DescribeAffectedEntitiesForOrganizationAsync(ctx workflow.Context, input *health.DescribeAffectedEntitiesForOrganizationInput) *DescribeAffectedEntitiesForOrganizationFuture

	DescribeEntityAggregates(ctx workflow.Context, input *health.DescribeEntityAggregatesInput) (*health.DescribeEntityAggregatesOutput, error)
	DescribeEntityAggregatesAsync(ctx workflow.Context, input *health.DescribeEntityAggregatesInput) *DescribeEntityAggregatesFuture

	DescribeEventAggregates(ctx workflow.Context, input *health.DescribeEventAggregatesInput) (*health.DescribeEventAggregatesOutput, error)
	DescribeEventAggregatesAsync(ctx workflow.Context, input *health.DescribeEventAggregatesInput) *DescribeEventAggregatesFuture

	DescribeEventDetails(ctx workflow.Context, input *health.DescribeEventDetailsInput) (*health.DescribeEventDetailsOutput, error)
	DescribeEventDetailsAsync(ctx workflow.Context, input *health.DescribeEventDetailsInput) *DescribeEventDetailsFuture

	DescribeEventDetailsForOrganization(ctx workflow.Context, input *health.DescribeEventDetailsForOrganizationInput) (*health.DescribeEventDetailsForOrganizationOutput, error)
	DescribeEventDetailsForOrganizationAsync(ctx workflow.Context, input *health.DescribeEventDetailsForOrganizationInput) *DescribeEventDetailsForOrganizationFuture

	DescribeEventTypes(ctx workflow.Context, input *health.DescribeEventTypesInput) (*health.DescribeEventTypesOutput, error)
	DescribeEventTypesAsync(ctx workflow.Context, input *health.DescribeEventTypesInput) *DescribeEventTypesFuture

	DescribeEvents(ctx workflow.Context, input *health.DescribeEventsInput) (*health.DescribeEventsOutput, error)
	DescribeEventsAsync(ctx workflow.Context, input *health.DescribeEventsInput) *DescribeEventsFuture

	DescribeEventsForOrganization(ctx workflow.Context, input *health.DescribeEventsForOrganizationInput) (*health.DescribeEventsForOrganizationOutput, error)
	DescribeEventsForOrganizationAsync(ctx workflow.Context, input *health.DescribeEventsForOrganizationInput) *DescribeEventsForOrganizationFuture

	DescribeHealthServiceStatusForOrganization(ctx workflow.Context, input *health.DescribeHealthServiceStatusForOrganizationInput) (*health.DescribeHealthServiceStatusForOrganizationOutput, error)
	DescribeHealthServiceStatusForOrganizationAsync(ctx workflow.Context, input *health.DescribeHealthServiceStatusForOrganizationInput) *DescribeHealthServiceStatusForOrganizationFuture

	DisableHealthServiceAccessForOrganization(ctx workflow.Context, input *health.DisableHealthServiceAccessForOrganizationInput) (*health.DisableHealthServiceAccessForOrganizationOutput, error)
	DisableHealthServiceAccessForOrganizationAsync(ctx workflow.Context, input *health.DisableHealthServiceAccessForOrganizationInput) *DisableHealthServiceAccessForOrganizationFuture

	EnableHealthServiceAccessForOrganization(ctx workflow.Context, input *health.EnableHealthServiceAccessForOrganizationInput) (*health.EnableHealthServiceAccessForOrganizationOutput, error)
	EnableHealthServiceAccessForOrganizationAsync(ctx workflow.Context, input *health.EnableHealthServiceAccessForOrganizationInput) *EnableHealthServiceAccessForOrganizationFuture
}

func NewClient

func NewClient() Client

type DescribeAffectedAccountsForOrganizationFuture

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

func (*DescribeAffectedAccountsForOrganizationFuture) Get

type DescribeAffectedEntitiesForOrganizationFuture

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

func (*DescribeAffectedEntitiesForOrganizationFuture) Get

type DescribeAffectedEntitiesFuture

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

func (*DescribeAffectedEntitiesFuture) Get

type DescribeEntityAggregatesFuture

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

func (*DescribeEntityAggregatesFuture) Get

type DescribeEventAggregatesFuture

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

func (*DescribeEventAggregatesFuture) Get

type DescribeEventDetailsForOrganizationFuture

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

func (*DescribeEventDetailsForOrganizationFuture) Get

type DescribeEventDetailsFuture

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

func (*DescribeEventDetailsFuture) Get

type DescribeEventTypesFuture

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

func (*DescribeEventTypesFuture) Get

type DescribeEventsForOrganizationFuture

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

func (*DescribeEventsForOrganizationFuture) Get

type DescribeEventsFuture

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

func (*DescribeEventsFuture) Get

type DescribeHealthServiceStatusForOrganizationFuture

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

func (*DescribeHealthServiceStatusForOrganizationFuture) Get

type DisableHealthServiceAccessForOrganizationFuture

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

func (*DisableHealthServiceAccessForOrganizationFuture) Get

type EnableHealthServiceAccessForOrganizationFuture

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

func (*EnableHealthServiceAccessForOrganizationFuture) Get

Jump to

Keyboard shortcuts

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