Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 v1.42.6 Nov 15, 2021 Changes in this version + const EndpointsID + const EntityStatusCodeImpaired + const EntityStatusCodeUnimpaired + const EntityStatusCodeUnknown + const ErrCodeConcurrentModificationException + const ErrCodeInvalidPaginationToken + const ErrCodeUnsupportedLocale + const EventAggregateFieldEventTypeCategory + const EventScopeCodeAccountSpecific + const EventScopeCodeNone + const EventScopeCodePublic + const EventStatusCodeClosed + const EventStatusCodeOpen + const EventStatusCodeUpcoming + const EventTypeCategoryAccountNotification + const EventTypeCategoryInvestigation + const EventTypeCategoryIssue + const EventTypeCategoryScheduledChange + const ServiceID + const ServiceName + func EntityStatusCode_Values() []string + func EventAggregateField_Values() []string + func EventScopeCode_Values() []string + func EventStatusCode_Values() []string + func EventTypeCategory_Values() []string + type AffectedEntity struct + AwsAccountId *string + EntityArn *string + EntityUrl *string + EntityValue *string + EventArn *string + LastUpdatedTime *time.Time + StatusCode *string + Tags map[string]*string + func (s *AffectedEntity) SetAwsAccountId(v string) *AffectedEntity + func (s *AffectedEntity) SetEntityArn(v string) *AffectedEntity + func (s *AffectedEntity) SetEntityUrl(v string) *AffectedEntity + func (s *AffectedEntity) SetEntityValue(v string) *AffectedEntity + func (s *AffectedEntity) SetEventArn(v string) *AffectedEntity + func (s *AffectedEntity) SetLastUpdatedTime(v time.Time) *AffectedEntity + func (s *AffectedEntity) SetStatusCode(v string) *AffectedEntity + func (s *AffectedEntity) SetTags(v map[string]*string) *AffectedEntity + func (s AffectedEntity) GoString() string + func (s AffectedEntity) String() string + type ConcurrentModificationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentModificationException) Code() string + func (s *ConcurrentModificationException) Error() string + func (s *ConcurrentModificationException) Message() string + func (s *ConcurrentModificationException) OrigErr() error + func (s *ConcurrentModificationException) RequestID() string + func (s *ConcurrentModificationException) StatusCode() int + func (s ConcurrentModificationException) GoString() string + func (s ConcurrentModificationException) String() string + type DateTimeRange struct + From *time.Time + To *time.Time + func (s *DateTimeRange) SetFrom(v time.Time) *DateTimeRange + func (s *DateTimeRange) SetTo(v time.Time) *DateTimeRange + func (s DateTimeRange) GoString() string + func (s DateTimeRange) String() string + type DescribeAffectedAccountsForOrganizationInput struct + EventArn *string + MaxResults *int64 + NextToken *string + func (s *DescribeAffectedAccountsForOrganizationInput) SetEventArn(v string) *DescribeAffectedAccountsForOrganizationInput + func (s *DescribeAffectedAccountsForOrganizationInput) SetMaxResults(v int64) *DescribeAffectedAccountsForOrganizationInput + func (s *DescribeAffectedAccountsForOrganizationInput) SetNextToken(v string) *DescribeAffectedAccountsForOrganizationInput + func (s *DescribeAffectedAccountsForOrganizationInput) Validate() error + func (s DescribeAffectedAccountsForOrganizationInput) GoString() string + func (s DescribeAffectedAccountsForOrganizationInput) String() string + type DescribeAffectedAccountsForOrganizationOutput struct + AffectedAccounts []*string + EventScopeCode *string + NextToken *string + func (s *DescribeAffectedAccountsForOrganizationOutput) SetAffectedAccounts(v []*string) *DescribeAffectedAccountsForOrganizationOutput + func (s *DescribeAffectedAccountsForOrganizationOutput) SetEventScopeCode(v string) *DescribeAffectedAccountsForOrganizationOutput + func (s *DescribeAffectedAccountsForOrganizationOutput) SetNextToken(v string) *DescribeAffectedAccountsForOrganizationOutput + func (s DescribeAffectedAccountsForOrganizationOutput) GoString() string + func (s DescribeAffectedAccountsForOrganizationOutput) String() string + type DescribeAffectedEntitiesForOrganizationInput struct + Locale *string + MaxResults *int64 + NextToken *string + OrganizationEntityFilters []*EventAccountFilter + func (s *DescribeAffectedEntitiesForOrganizationInput) SetLocale(v string) *DescribeAffectedEntitiesForOrganizationInput + func (s *DescribeAffectedEntitiesForOrganizationInput) SetMaxResults(v int64) *DescribeAffectedEntitiesForOrganizationInput + func (s *DescribeAffectedEntitiesForOrganizationInput) SetNextToken(v string) *DescribeAffectedEntitiesForOrganizationInput + func (s *DescribeAffectedEntitiesForOrganizationInput) SetOrganizationEntityFilters(v []*EventAccountFilter) *DescribeAffectedEntitiesForOrganizationInput + func (s *DescribeAffectedEntitiesForOrganizationInput) Validate() error + func (s DescribeAffectedEntitiesForOrganizationInput) GoString() string + func (s DescribeAffectedEntitiesForOrganizationInput) String() string + type DescribeAffectedEntitiesForOrganizationOutput struct + Entities []*AffectedEntity + FailedSet []*OrganizationAffectedEntitiesErrorItem + NextToken *string + func (s *DescribeAffectedEntitiesForOrganizationOutput) SetEntities(v []*AffectedEntity) *DescribeAffectedEntitiesForOrganizationOutput + func (s *DescribeAffectedEntitiesForOrganizationOutput) SetFailedSet(v []*OrganizationAffectedEntitiesErrorItem) *DescribeAffectedEntitiesForOrganizationOutput + func (s *DescribeAffectedEntitiesForOrganizationOutput) SetNextToken(v string) *DescribeAffectedEntitiesForOrganizationOutput + func (s DescribeAffectedEntitiesForOrganizationOutput) GoString() string + func (s DescribeAffectedEntitiesForOrganizationOutput) String() string + type DescribeAffectedEntitiesInput struct + Filter *EntityFilter + Locale *string + MaxResults *int64 + NextToken *string + func (s *DescribeAffectedEntitiesInput) SetFilter(v *EntityFilter) *DescribeAffectedEntitiesInput + func (s *DescribeAffectedEntitiesInput) SetLocale(v string) *DescribeAffectedEntitiesInput + func (s *DescribeAffectedEntitiesInput) SetMaxResults(v int64) *DescribeAffectedEntitiesInput + func (s *DescribeAffectedEntitiesInput) SetNextToken(v string) *DescribeAffectedEntitiesInput + func (s *DescribeAffectedEntitiesInput) Validate() error + func (s DescribeAffectedEntitiesInput) GoString() string + func (s DescribeAffectedEntitiesInput) String() string + type DescribeAffectedEntitiesOutput struct + Entities []*AffectedEntity + NextToken *string + func (s *DescribeAffectedEntitiesOutput) SetEntities(v []*AffectedEntity) *DescribeAffectedEntitiesOutput + func (s *DescribeAffectedEntitiesOutput) SetNextToken(v string) *DescribeAffectedEntitiesOutput + func (s DescribeAffectedEntitiesOutput) GoString() string + func (s DescribeAffectedEntitiesOutput) String() string + type DescribeEntityAggregatesInput struct + EventArns []*string + func (s *DescribeEntityAggregatesInput) SetEventArns(v []*string) *DescribeEntityAggregatesInput + func (s *DescribeEntityAggregatesInput) Validate() error + func (s DescribeEntityAggregatesInput) GoString() string + func (s DescribeEntityAggregatesInput) String() string + type DescribeEntityAggregatesOutput struct + EntityAggregates []*EntityAggregate + func (s *DescribeEntityAggregatesOutput) SetEntityAggregates(v []*EntityAggregate) *DescribeEntityAggregatesOutput + func (s DescribeEntityAggregatesOutput) GoString() string + func (s DescribeEntityAggregatesOutput) String() string + type DescribeEventAggregatesInput struct + AggregateField *string + Filter *EventFilter + MaxResults *int64 + NextToken *string + func (s *DescribeEventAggregatesInput) SetAggregateField(v string) *DescribeEventAggregatesInput + func (s *DescribeEventAggregatesInput) SetFilter(v *EventFilter) *DescribeEventAggregatesInput + func (s *DescribeEventAggregatesInput) SetMaxResults(v int64) *DescribeEventAggregatesInput + func (s *DescribeEventAggregatesInput) SetNextToken(v string) *DescribeEventAggregatesInput + func (s *DescribeEventAggregatesInput) Validate() error + func (s DescribeEventAggregatesInput) GoString() string + func (s DescribeEventAggregatesInput) String() string + type DescribeEventAggregatesOutput struct + EventAggregates []*EventAggregate + NextToken *string + func (s *DescribeEventAggregatesOutput) SetEventAggregates(v []*EventAggregate) *DescribeEventAggregatesOutput + func (s *DescribeEventAggregatesOutput) SetNextToken(v string) *DescribeEventAggregatesOutput + func (s DescribeEventAggregatesOutput) GoString() string + func (s DescribeEventAggregatesOutput) String() string + type DescribeEventDetailsForOrganizationInput struct + Locale *string + OrganizationEventDetailFilters []*EventAccountFilter + func (s *DescribeEventDetailsForOrganizationInput) SetLocale(v string) *DescribeEventDetailsForOrganizationInput + func (s *DescribeEventDetailsForOrganizationInput) SetOrganizationEventDetailFilters(v []*EventAccountFilter) *DescribeEventDetailsForOrganizationInput + func (s *DescribeEventDetailsForOrganizationInput) Validate() error + func (s DescribeEventDetailsForOrganizationInput) GoString() string + func (s DescribeEventDetailsForOrganizationInput) String() string + type DescribeEventDetailsForOrganizationOutput struct + FailedSet []*OrganizationEventDetailsErrorItem + SuccessfulSet []*OrganizationEventDetails + func (s *DescribeEventDetailsForOrganizationOutput) SetFailedSet(v []*OrganizationEventDetailsErrorItem) *DescribeEventDetailsForOrganizationOutput + func (s *DescribeEventDetailsForOrganizationOutput) SetSuccessfulSet(v []*OrganizationEventDetails) *DescribeEventDetailsForOrganizationOutput + func (s DescribeEventDetailsForOrganizationOutput) GoString() string + func (s DescribeEventDetailsForOrganizationOutput) String() string + type DescribeEventDetailsInput struct + EventArns []*string + Locale *string + func (s *DescribeEventDetailsInput) SetEventArns(v []*string) *DescribeEventDetailsInput + func (s *DescribeEventDetailsInput) SetLocale(v string) *DescribeEventDetailsInput + func (s *DescribeEventDetailsInput) Validate() error + func (s DescribeEventDetailsInput) GoString() string + func (s DescribeEventDetailsInput) String() string + type DescribeEventDetailsOutput struct + FailedSet []*EventDetailsErrorItem + SuccessfulSet []*EventDetails + func (s *DescribeEventDetailsOutput) SetFailedSet(v []*EventDetailsErrorItem) *DescribeEventDetailsOutput + func (s *DescribeEventDetailsOutput) SetSuccessfulSet(v []*EventDetails) *DescribeEventDetailsOutput + func (s DescribeEventDetailsOutput) GoString() string + func (s DescribeEventDetailsOutput) String() string + type DescribeEventTypesInput struct + Filter *EventTypeFilter + Locale *string + MaxResults *int64 + NextToken *string + func (s *DescribeEventTypesInput) SetFilter(v *EventTypeFilter) *DescribeEventTypesInput + func (s *DescribeEventTypesInput) SetLocale(v string) *DescribeEventTypesInput + func (s *DescribeEventTypesInput) SetMaxResults(v int64) *DescribeEventTypesInput + func (s *DescribeEventTypesInput) SetNextToken(v string) *DescribeEventTypesInput + func (s *DescribeEventTypesInput) Validate() error + func (s DescribeEventTypesInput) GoString() string + func (s DescribeEventTypesInput) String() string + type DescribeEventTypesOutput struct + EventTypes []*EventType + NextToken *string + func (s *DescribeEventTypesOutput) SetEventTypes(v []*EventType) *DescribeEventTypesOutput + func (s *DescribeEventTypesOutput) SetNextToken(v string) *DescribeEventTypesOutput + func (s DescribeEventTypesOutput) GoString() string + func (s DescribeEventTypesOutput) String() string + type DescribeEventsForOrganizationInput struct + Filter *OrganizationEventFilter + Locale *string + MaxResults *int64 + NextToken *string + func (s *DescribeEventsForOrganizationInput) SetFilter(v *OrganizationEventFilter) *DescribeEventsForOrganizationInput + func (s *DescribeEventsForOrganizationInput) SetLocale(v string) *DescribeEventsForOrganizationInput + func (s *DescribeEventsForOrganizationInput) SetMaxResults(v int64) *DescribeEventsForOrganizationInput + func (s *DescribeEventsForOrganizationInput) SetNextToken(v string) *DescribeEventsForOrganizationInput + func (s *DescribeEventsForOrganizationInput) Validate() error + func (s DescribeEventsForOrganizationInput) GoString() string + func (s DescribeEventsForOrganizationInput) String() string + type DescribeEventsForOrganizationOutput struct + Events []*OrganizationEvent + NextToken *string + func (s *DescribeEventsForOrganizationOutput) SetEvents(v []*OrganizationEvent) *DescribeEventsForOrganizationOutput + func (s *DescribeEventsForOrganizationOutput) SetNextToken(v string) *DescribeEventsForOrganizationOutput + func (s DescribeEventsForOrganizationOutput) GoString() string + func (s DescribeEventsForOrganizationOutput) String() string + type DescribeEventsInput struct + Filter *EventFilter + Locale *string + MaxResults *int64 + NextToken *string + func (s *DescribeEventsInput) SetFilter(v *EventFilter) *DescribeEventsInput + func (s *DescribeEventsInput) SetLocale(v string) *DescribeEventsInput + func (s *DescribeEventsInput) SetMaxResults(v int64) *DescribeEventsInput + func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput + func (s *DescribeEventsInput) Validate() error + func (s DescribeEventsInput) GoString() string + func (s DescribeEventsInput) String() string + type DescribeEventsOutput struct + Events []*Event + NextToken *string + func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput + func (s *DescribeEventsOutput) SetNextToken(v string) *DescribeEventsOutput + func (s DescribeEventsOutput) GoString() string + func (s DescribeEventsOutput) String() string + type DescribeHealthServiceStatusForOrganizationInput struct + func (s DescribeHealthServiceStatusForOrganizationInput) GoString() string + func (s DescribeHealthServiceStatusForOrganizationInput) String() string + type DescribeHealthServiceStatusForOrganizationOutput struct + HealthServiceAccessStatusForOrganization *string + func (s *DescribeHealthServiceStatusForOrganizationOutput) SetHealthServiceAccessStatusForOrganization(v string) *DescribeHealthServiceStatusForOrganizationOutput + func (s DescribeHealthServiceStatusForOrganizationOutput) GoString() string + func (s DescribeHealthServiceStatusForOrganizationOutput) String() string + type DisableHealthServiceAccessForOrganizationInput struct + func (s DisableHealthServiceAccessForOrganizationInput) GoString() string + func (s DisableHealthServiceAccessForOrganizationInput) String() string + type DisableHealthServiceAccessForOrganizationOutput struct + func (s DisableHealthServiceAccessForOrganizationOutput) GoString() string + func (s DisableHealthServiceAccessForOrganizationOutput) String() string + type EnableHealthServiceAccessForOrganizationInput struct + func (s EnableHealthServiceAccessForOrganizationInput) GoString() string + func (s EnableHealthServiceAccessForOrganizationInput) String() string + type EnableHealthServiceAccessForOrganizationOutput struct + func (s EnableHealthServiceAccessForOrganizationOutput) GoString() string + func (s EnableHealthServiceAccessForOrganizationOutput) String() string + type EntityAggregate struct + Count *int64 + EventArn *string + func (s *EntityAggregate) SetCount(v int64) *EntityAggregate + func (s *EntityAggregate) SetEventArn(v string) *EntityAggregate + func (s EntityAggregate) GoString() string + func (s EntityAggregate) String() string + type EntityFilter struct + EntityArns []*string + EntityValues []*string + EventArns []*string + LastUpdatedTimes []*DateTimeRange + StatusCodes []*string + Tags []map[string]*string + func (s *EntityFilter) SetEntityArns(v []*string) *EntityFilter + func (s *EntityFilter) SetEntityValues(v []*string) *EntityFilter + func (s *EntityFilter) SetEventArns(v []*string) *EntityFilter + func (s *EntityFilter) SetLastUpdatedTimes(v []*DateTimeRange) *EntityFilter + func (s *EntityFilter) SetStatusCodes(v []*string) *EntityFilter + func (s *EntityFilter) SetTags(v []map[string]*string) *EntityFilter + func (s *EntityFilter) Validate() error + func (s EntityFilter) GoString() string + func (s EntityFilter) String() string + type Event struct + Arn *string + AvailabilityZone *string + EndTime *time.Time + EventScopeCode *string + EventTypeCategory *string + EventTypeCode *string + LastUpdatedTime *time.Time + Region *string + Service *string + StartTime *time.Time + StatusCode *string + func (s *Event) SetArn(v string) *Event + func (s *Event) SetAvailabilityZone(v string) *Event + func (s *Event) SetEndTime(v time.Time) *Event + func (s *Event) SetEventScopeCode(v string) *Event + func (s *Event) SetEventTypeCategory(v string) *Event + func (s *Event) SetEventTypeCode(v string) *Event + func (s *Event) SetLastUpdatedTime(v time.Time) *Event + func (s *Event) SetRegion(v string) *Event + func (s *Event) SetService(v string) *Event + func (s *Event) SetStartTime(v time.Time) *Event + func (s *Event) SetStatusCode(v string) *Event + func (s Event) GoString() string + func (s Event) String() string + type EventAccountFilter struct + AwsAccountId *string + EventArn *string + func (s *EventAccountFilter) SetAwsAccountId(v string) *EventAccountFilter + func (s *EventAccountFilter) SetEventArn(v string) *EventAccountFilter + func (s *EventAccountFilter) Validate() error + func (s EventAccountFilter) GoString() string + func (s EventAccountFilter) String() string + type EventAggregate struct + AggregateValue *string + Count *int64 + func (s *EventAggregate) SetAggregateValue(v string) *EventAggregate + func (s *EventAggregate) SetCount(v int64) *EventAggregate + func (s EventAggregate) GoString() string + func (s EventAggregate) String() string + type EventDescription struct + LatestDescription *string + func (s *EventDescription) SetLatestDescription(v string) *EventDescription + func (s EventDescription) GoString() string + func (s EventDescription) String() string + type EventDetails struct + Event *Event + EventDescription *EventDescription + EventMetadata map[string]*string + func (s *EventDetails) SetEvent(v *Event) *EventDetails + func (s *EventDetails) SetEventDescription(v *EventDescription) *EventDetails + func (s *EventDetails) SetEventMetadata(v map[string]*string) *EventDetails + func (s EventDetails) GoString() string + func (s EventDetails) String() string + type EventDetailsErrorItem struct + ErrorMessage *string + ErrorName *string + EventArn *string + func (s *EventDetailsErrorItem) SetErrorMessage(v string) *EventDetailsErrorItem + func (s *EventDetailsErrorItem) SetErrorName(v string) *EventDetailsErrorItem + func (s *EventDetailsErrorItem) SetEventArn(v string) *EventDetailsErrorItem + func (s EventDetailsErrorItem) GoString() string + func (s EventDetailsErrorItem) String() string + type EventFilter struct + AvailabilityZones []*string + EndTimes []*DateTimeRange + EntityArns []*string + EntityValues []*string + EventArns []*string + EventStatusCodes []*string + EventTypeCategories []*string + EventTypeCodes []*string + LastUpdatedTimes []*DateTimeRange + Regions []*string + Services []*string + StartTimes []*DateTimeRange + Tags []map[string]*string + func (s *EventFilter) SetAvailabilityZones(v []*string) *EventFilter + func (s *EventFilter) SetEndTimes(v []*DateTimeRange) *EventFilter + func (s *EventFilter) SetEntityArns(v []*string) *EventFilter + func (s *EventFilter) SetEntityValues(v []*string) *EventFilter + func (s *EventFilter) SetEventArns(v []*string) *EventFilter + func (s *EventFilter) SetEventStatusCodes(v []*string) *EventFilter + func (s *EventFilter) SetEventTypeCategories(v []*string) *EventFilter + func (s *EventFilter) SetEventTypeCodes(v []*string) *EventFilter + func (s *EventFilter) SetLastUpdatedTimes(v []*DateTimeRange) *EventFilter + func (s *EventFilter) SetRegions(v []*string) *EventFilter + func (s *EventFilter) SetServices(v []*string) *EventFilter + func (s *EventFilter) SetStartTimes(v []*DateTimeRange) *EventFilter + func (s *EventFilter) SetTags(v []map[string]*string) *EventFilter + func (s *EventFilter) Validate() error + func (s EventFilter) GoString() string + func (s EventFilter) String() string + type EventType struct + Category *string + Code *string + Service *string + func (s *EventType) SetCategory(v string) *EventType + func (s *EventType) SetCode(v string) *EventType + func (s *EventType) SetService(v string) *EventType + func (s EventType) GoString() string + func (s EventType) String() string + type EventTypeFilter struct + EventTypeCategories []*string + EventTypeCodes []*string + Services []*string + func (s *EventTypeFilter) SetEventTypeCategories(v []*string) *EventTypeFilter + func (s *EventTypeFilter) SetEventTypeCodes(v []*string) *EventTypeFilter + func (s *EventTypeFilter) SetServices(v []*string) *EventTypeFilter + func (s *EventTypeFilter) Validate() error + func (s EventTypeFilter) GoString() string + func (s EventTypeFilter) String() string + type Health struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Health + func (c *Health) DescribeAffectedAccountsForOrganization(input *DescribeAffectedAccountsForOrganizationInput) (*DescribeAffectedAccountsForOrganizationOutput, error) + func (c *Health) DescribeAffectedAccountsForOrganizationPages(input *DescribeAffectedAccountsForOrganizationInput, ...) error + func (c *Health) DescribeAffectedAccountsForOrganizationPagesWithContext(ctx aws.Context, input *DescribeAffectedAccountsForOrganizationInput, ...) error + func (c *Health) DescribeAffectedAccountsForOrganizationRequest(input *DescribeAffectedAccountsForOrganizationInput) (req *request.Request, output *DescribeAffectedAccountsForOrganizationOutput) + func (c *Health) DescribeAffectedAccountsForOrganizationWithContext(ctx aws.Context, input *DescribeAffectedAccountsForOrganizationInput, ...) (*DescribeAffectedAccountsForOrganizationOutput, error) + func (c *Health) DescribeAffectedEntities(input *DescribeAffectedEntitiesInput) (*DescribeAffectedEntitiesOutput, error) + func (c *Health) DescribeAffectedEntitiesForOrganization(input *DescribeAffectedEntitiesForOrganizationInput) (*DescribeAffectedEntitiesForOrganizationOutput, error) + func (c *Health) DescribeAffectedEntitiesForOrganizationPages(input *DescribeAffectedEntitiesForOrganizationInput, ...) error + func (c *Health) DescribeAffectedEntitiesForOrganizationPagesWithContext(ctx aws.Context, input *DescribeAffectedEntitiesForOrganizationInput, ...) error + func (c *Health) DescribeAffectedEntitiesForOrganizationRequest(input *DescribeAffectedEntitiesForOrganizationInput) (req *request.Request, output *DescribeAffectedEntitiesForOrganizationOutput) + func (c *Health) DescribeAffectedEntitiesForOrganizationWithContext(ctx aws.Context, input *DescribeAffectedEntitiesForOrganizationInput, ...) (*DescribeAffectedEntitiesForOrganizationOutput, error) + func (c *Health) DescribeAffectedEntitiesPages(input *DescribeAffectedEntitiesInput, ...) error + func (c *Health) DescribeAffectedEntitiesPagesWithContext(ctx aws.Context, input *DescribeAffectedEntitiesInput, ...) error + func (c *Health) DescribeAffectedEntitiesRequest(input *DescribeAffectedEntitiesInput) (req *request.Request, output *DescribeAffectedEntitiesOutput) + func (c *Health) DescribeAffectedEntitiesWithContext(ctx aws.Context, input *DescribeAffectedEntitiesInput, opts ...request.Option) (*DescribeAffectedEntitiesOutput, error) + func (c *Health) DescribeEntityAggregates(input *DescribeEntityAggregatesInput) (*DescribeEntityAggregatesOutput, error) + func (c *Health) DescribeEntityAggregatesRequest(input *DescribeEntityAggregatesInput) (req *request.Request, output *DescribeEntityAggregatesOutput) + func (c *Health) DescribeEntityAggregatesWithContext(ctx aws.Context, input *DescribeEntityAggregatesInput, opts ...request.Option) (*DescribeEntityAggregatesOutput, error) + func (c *Health) DescribeEventAggregates(input *DescribeEventAggregatesInput) (*DescribeEventAggregatesOutput, error) + func (c *Health) DescribeEventAggregatesPages(input *DescribeEventAggregatesInput, ...) error + func (c *Health) DescribeEventAggregatesPagesWithContext(ctx aws.Context, input *DescribeEventAggregatesInput, ...) error + func (c *Health) DescribeEventAggregatesRequest(input *DescribeEventAggregatesInput) (req *request.Request, output *DescribeEventAggregatesOutput) + func (c *Health) DescribeEventAggregatesWithContext(ctx aws.Context, input *DescribeEventAggregatesInput, opts ...request.Option) (*DescribeEventAggregatesOutput, error) + func (c *Health) DescribeEventDetails(input *DescribeEventDetailsInput) (*DescribeEventDetailsOutput, error) + func (c *Health) DescribeEventDetailsForOrganization(input *DescribeEventDetailsForOrganizationInput) (*DescribeEventDetailsForOrganizationOutput, error) + func (c *Health) DescribeEventDetailsForOrganizationRequest(input *DescribeEventDetailsForOrganizationInput) (req *request.Request, output *DescribeEventDetailsForOrganizationOutput) + func (c *Health) DescribeEventDetailsForOrganizationWithContext(ctx aws.Context, input *DescribeEventDetailsForOrganizationInput, ...) (*DescribeEventDetailsForOrganizationOutput, error) + func (c *Health) DescribeEventDetailsRequest(input *DescribeEventDetailsInput) (req *request.Request, output *DescribeEventDetailsOutput) + func (c *Health) DescribeEventDetailsWithContext(ctx aws.Context, input *DescribeEventDetailsInput, opts ...request.Option) (*DescribeEventDetailsOutput, error) + func (c *Health) DescribeEventTypes(input *DescribeEventTypesInput) (*DescribeEventTypesOutput, error) + func (c *Health) DescribeEventTypesPages(input *DescribeEventTypesInput, fn func(*DescribeEventTypesOutput, bool) bool) error + func (c *Health) DescribeEventTypesPagesWithContext(ctx aws.Context, input *DescribeEventTypesInput, ...) error + func (c *Health) DescribeEventTypesRequest(input *DescribeEventTypesInput) (req *request.Request, output *DescribeEventTypesOutput) + func (c *Health) DescribeEventTypesWithContext(ctx aws.Context, input *DescribeEventTypesInput, opts ...request.Option) (*DescribeEventTypesOutput, error) + func (c *Health) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + func (c *Health) DescribeEventsForOrganization(input *DescribeEventsForOrganizationInput) (*DescribeEventsForOrganizationOutput, error) + func (c *Health) DescribeEventsForOrganizationPages(input *DescribeEventsForOrganizationInput, ...) error + func (c *Health) DescribeEventsForOrganizationPagesWithContext(ctx aws.Context, input *DescribeEventsForOrganizationInput, ...) error + func (c *Health) DescribeEventsForOrganizationRequest(input *DescribeEventsForOrganizationInput) (req *request.Request, output *DescribeEventsForOrganizationOutput) + func (c *Health) DescribeEventsForOrganizationWithContext(ctx aws.Context, input *DescribeEventsForOrganizationInput, ...) (*DescribeEventsForOrganizationOutput, error) + func (c *Health) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error + func (c *Health) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, ...) error + func (c *Health) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput) + func (c *Health) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error) + func (c *Health) DescribeHealthServiceStatusForOrganization(input *DescribeHealthServiceStatusForOrganizationInput) (*DescribeHealthServiceStatusForOrganizationOutput, error) + func (c *Health) DescribeHealthServiceStatusForOrganizationRequest(input *DescribeHealthServiceStatusForOrganizationInput) (req *request.Request, output *DescribeHealthServiceStatusForOrganizationOutput) + func (c *Health) DescribeHealthServiceStatusForOrganizationWithContext(ctx aws.Context, input *DescribeHealthServiceStatusForOrganizationInput, ...) (*DescribeHealthServiceStatusForOrganizationOutput, error) + func (c *Health) DisableHealthServiceAccessForOrganization(input *DisableHealthServiceAccessForOrganizationInput) (*DisableHealthServiceAccessForOrganizationOutput, error) + func (c *Health) DisableHealthServiceAccessForOrganizationRequest(input *DisableHealthServiceAccessForOrganizationInput) (req *request.Request, output *DisableHealthServiceAccessForOrganizationOutput) + func (c *Health) DisableHealthServiceAccessForOrganizationWithContext(ctx aws.Context, input *DisableHealthServiceAccessForOrganizationInput, ...) (*DisableHealthServiceAccessForOrganizationOutput, error) + func (c *Health) EnableHealthServiceAccessForOrganization(input *EnableHealthServiceAccessForOrganizationInput) (*EnableHealthServiceAccessForOrganizationOutput, error) + func (c *Health) EnableHealthServiceAccessForOrganizationRequest(input *EnableHealthServiceAccessForOrganizationInput) (req *request.Request, output *EnableHealthServiceAccessForOrganizationOutput) + func (c *Health) EnableHealthServiceAccessForOrganizationWithContext(ctx aws.Context, input *EnableHealthServiceAccessForOrganizationInput, ...) (*EnableHealthServiceAccessForOrganizationOutput, error) + type InvalidPaginationToken struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidPaginationToken) Code() string + func (s *InvalidPaginationToken) Error() string + func (s *InvalidPaginationToken) Message() string + func (s *InvalidPaginationToken) OrigErr() error + func (s *InvalidPaginationToken) RequestID() string + func (s *InvalidPaginationToken) StatusCode() int + func (s InvalidPaginationToken) GoString() string + func (s InvalidPaginationToken) String() string + type OrganizationAffectedEntitiesErrorItem struct + AwsAccountId *string + ErrorMessage *string + ErrorName *string + EventArn *string + func (s *OrganizationAffectedEntitiesErrorItem) SetAwsAccountId(v string) *OrganizationAffectedEntitiesErrorItem + func (s *OrganizationAffectedEntitiesErrorItem) SetErrorMessage(v string) *OrganizationAffectedEntitiesErrorItem + func (s *OrganizationAffectedEntitiesErrorItem) SetErrorName(v string) *OrganizationAffectedEntitiesErrorItem + func (s *OrganizationAffectedEntitiesErrorItem) SetEventArn(v string) *OrganizationAffectedEntitiesErrorItem + func (s OrganizationAffectedEntitiesErrorItem) GoString() string + func (s OrganizationAffectedEntitiesErrorItem) String() string + type OrganizationEvent struct + Arn *string + EndTime *time.Time + EventScopeCode *string + EventTypeCategory *string + EventTypeCode *string + LastUpdatedTime *time.Time + Region *string + Service *string + StartTime *time.Time + StatusCode *string + func (s *OrganizationEvent) SetArn(v string) *OrganizationEvent + func (s *OrganizationEvent) SetEndTime(v time.Time) *OrganizationEvent + func (s *OrganizationEvent) SetEventScopeCode(v string) *OrganizationEvent + func (s *OrganizationEvent) SetEventTypeCategory(v string) *OrganizationEvent + func (s *OrganizationEvent) SetEventTypeCode(v string) *OrganizationEvent + func (s *OrganizationEvent) SetLastUpdatedTime(v time.Time) *OrganizationEvent + func (s *OrganizationEvent) SetRegion(v string) *OrganizationEvent + func (s *OrganizationEvent) SetService(v string) *OrganizationEvent + func (s *OrganizationEvent) SetStartTime(v time.Time) *OrganizationEvent + func (s *OrganizationEvent) SetStatusCode(v string) *OrganizationEvent + func (s OrganizationEvent) GoString() string + func (s OrganizationEvent) String() string + type OrganizationEventDetails struct + AwsAccountId *string + Event *Event + EventDescription *EventDescription + EventMetadata map[string]*string + func (s *OrganizationEventDetails) SetAwsAccountId(v string) *OrganizationEventDetails + func (s *OrganizationEventDetails) SetEvent(v *Event) *OrganizationEventDetails + func (s *OrganizationEventDetails) SetEventDescription(v *EventDescription) *OrganizationEventDetails + func (s *OrganizationEventDetails) SetEventMetadata(v map[string]*string) *OrganizationEventDetails + func (s OrganizationEventDetails) GoString() string + func (s OrganizationEventDetails) String() string + type OrganizationEventDetailsErrorItem struct + AwsAccountId *string + ErrorMessage *string + ErrorName *string + EventArn *string + func (s *OrganizationEventDetailsErrorItem) SetAwsAccountId(v string) *OrganizationEventDetailsErrorItem + func (s *OrganizationEventDetailsErrorItem) SetErrorMessage(v string) *OrganizationEventDetailsErrorItem + func (s *OrganizationEventDetailsErrorItem) SetErrorName(v string) *OrganizationEventDetailsErrorItem + func (s *OrganizationEventDetailsErrorItem) SetEventArn(v string) *OrganizationEventDetailsErrorItem + func (s OrganizationEventDetailsErrorItem) GoString() string + func (s OrganizationEventDetailsErrorItem) String() string + type OrganizationEventFilter struct + AwsAccountIds []*string + EndTime *DateTimeRange + EntityArns []*string + EntityValues []*string + EventStatusCodes []*string + EventTypeCategories []*string + EventTypeCodes []*string + LastUpdatedTime *DateTimeRange + Regions []*string + Services []*string + StartTime *DateTimeRange + func (s *OrganizationEventFilter) SetAwsAccountIds(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEndTime(v *DateTimeRange) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEntityArns(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEntityValues(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEventStatusCodes(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEventTypeCategories(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetEventTypeCodes(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetLastUpdatedTime(v *DateTimeRange) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetRegions(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetServices(v []*string) *OrganizationEventFilter + func (s *OrganizationEventFilter) SetStartTime(v *DateTimeRange) *OrganizationEventFilter + func (s *OrganizationEventFilter) Validate() error + func (s OrganizationEventFilter) GoString() string + func (s OrganizationEventFilter) String() string + type UnsupportedLocale struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedLocale) Code() string + func (s *UnsupportedLocale) Error() string + func (s *UnsupportedLocale) Message() string + func (s *UnsupportedLocale) OrigErr() error + func (s *UnsupportedLocale) RequestID() string + func (s *UnsupportedLocale) StatusCode() int + func (s UnsupportedLocale) GoString() string + func (s UnsupportedLocale) String() string