Documentation ¶
Index ¶
- type Client
- type DescribeAffectedAccountsForOrganizationFuture
- type DescribeAffectedEntitiesForOrganizationFuture
- type DescribeAffectedEntitiesFuture
- type DescribeEntityAggregatesFuture
- type DescribeEventAggregatesFuture
- type DescribeEventDetailsForOrganizationFuture
- type DescribeEventDetailsFuture
- type DescribeEventTypesFuture
- type DescribeEventsForOrganizationFuture
- type DescribeEventsFuture
- type DescribeHealthServiceStatusForOrganizationFuture
- type DisableHealthServiceAccessForOrganizationFuture
- type EnableHealthServiceAccessForOrganizationFuture
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 }
type DescribeAffectedAccountsForOrganizationFuture ¶
type DescribeAffectedAccountsForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeAffectedEntitiesForOrganizationFuture ¶
type DescribeAffectedEntitiesForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeAffectedEntitiesFuture ¶
type DescribeAffectedEntitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAffectedEntitiesFuture) Get ¶
func (r *DescribeAffectedEntitiesFuture) Get(ctx workflow.Context) (*health.DescribeAffectedEntitiesOutput, error)
type DescribeEntityAggregatesFuture ¶
type DescribeEntityAggregatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEntityAggregatesFuture) Get ¶
func (r *DescribeEntityAggregatesFuture) Get(ctx workflow.Context) (*health.DescribeEntityAggregatesOutput, error)
type DescribeEventAggregatesFuture ¶
type DescribeEventAggregatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventAggregatesFuture) Get ¶
func (r *DescribeEventAggregatesFuture) Get(ctx workflow.Context) (*health.DescribeEventAggregatesOutput, error)
type DescribeEventDetailsForOrganizationFuture ¶
type DescribeEventDetailsForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventDetailsForOrganizationFuture) Get ¶
func (r *DescribeEventDetailsForOrganizationFuture) Get(ctx workflow.Context) (*health.DescribeEventDetailsForOrganizationOutput, error)
type DescribeEventDetailsFuture ¶
type DescribeEventDetailsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventDetailsFuture) Get ¶
func (r *DescribeEventDetailsFuture) Get(ctx workflow.Context) (*health.DescribeEventDetailsOutput, error)
type DescribeEventTypesFuture ¶
type DescribeEventTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventTypesFuture) Get ¶
func (r *DescribeEventTypesFuture) Get(ctx workflow.Context) (*health.DescribeEventTypesOutput, error)
type DescribeEventsForOrganizationFuture ¶
type DescribeEventsForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventsForOrganizationFuture) Get ¶
func (r *DescribeEventsForOrganizationFuture) Get(ctx workflow.Context) (*health.DescribeEventsForOrganizationOutput, error)
type DescribeEventsFuture ¶
func (*DescribeEventsFuture) Get ¶
func (r *DescribeEventsFuture) Get(ctx workflow.Context) (*health.DescribeEventsOutput, error)
type DescribeHealthServiceStatusForOrganizationFuture ¶
type DescribeHealthServiceStatusForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DisableHealthServiceAccessForOrganizationFuture ¶
type DisableHealthServiceAccessForOrganizationFuture struct { // public to support Selector.addFuture Future workflow.Future }
Click to show internal directories.
Click to hide internal directories.