Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AcceptCodeValidationEnforce + const AcceptCodeValidationIgnore + const AcceptTypeDelivered + const AcceptTypeRead + const ActivationStatusActivated + const ActivationStatusNotActivated + const ChannelTypeEmail + const ChannelTypeSms + const ChannelTypeVoice + const ContactTypeEscalation + const ContactTypeOncallSchedule + const ContactTypePersonal + const DayOfWeekFri + const DayOfWeekMon + const DayOfWeekSat + const DayOfWeekSun + const DayOfWeekThu + const DayOfWeekTue + const DayOfWeekWed + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeDataEncryptionException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ReceiptTypeDelivered + const ReceiptTypeError + const ReceiptTypeRead + const ReceiptTypeSent + const ReceiptTypeStop + const ServiceID + const ServiceName + const ShiftTypeOverridden + const ShiftTypeRegular + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func AcceptCodeValidation_Values() []string + func AcceptType_Values() []string + func ActivationStatus_Values() []string + func ChannelType_Values() []string + func ContactType_Values() []string + func DayOfWeek_Values() []string + func ReceiptType_Values() []string + func ShiftType_Values() []string + func ValidationExceptionReason_Values() []string + type AcceptPageInput struct + AcceptCode *string + AcceptCodeValidation *string + AcceptType *string + ContactChannelId *string + Note *string + PageId *string + func (s *AcceptPageInput) SetAcceptCode(v string) *AcceptPageInput + func (s *AcceptPageInput) SetAcceptCodeValidation(v string) *AcceptPageInput + func (s *AcceptPageInput) SetAcceptType(v string) *AcceptPageInput + func (s *AcceptPageInput) SetContactChannelId(v string) *AcceptPageInput + func (s *AcceptPageInput) SetNote(v string) *AcceptPageInput + func (s *AcceptPageInput) SetPageId(v string) *AcceptPageInput + func (s *AcceptPageInput) Validate() error + func (s AcceptPageInput) GoString() string + func (s AcceptPageInput) String() string + type AcceptPageOutput struct + func (s AcceptPageOutput) GoString() string + func (s AcceptPageOutput) String() string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ActivateContactChannelInput struct + ActivationCode *string + ContactChannelId *string + func (s *ActivateContactChannelInput) SetActivationCode(v string) *ActivateContactChannelInput + func (s *ActivateContactChannelInput) SetContactChannelId(v string) *ActivateContactChannelInput + func (s *ActivateContactChannelInput) Validate() error + func (s ActivateContactChannelInput) GoString() string + func (s ActivateContactChannelInput) String() string + type ActivateContactChannelOutput struct + func (s ActivateContactChannelOutput) GoString() string + func (s ActivateContactChannelOutput) String() string + type ChannelTargetInfo struct + ContactChannelId *string + RetryIntervalInMinutes *int64 + func (s *ChannelTargetInfo) SetContactChannelId(v string) *ChannelTargetInfo + func (s *ChannelTargetInfo) SetRetryIntervalInMinutes(v int64) *ChannelTargetInfo + func (s *ChannelTargetInfo) Validate() error + func (s ChannelTargetInfo) GoString() string + func (s ChannelTargetInfo) String() string + type ConflictException struct + DependentEntities []*DependentEntity + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type Contact struct + Alias *string + ContactArn *string + DisplayName *string + Type *string + func (s *Contact) SetAlias(v string) *Contact + func (s *Contact) SetContactArn(v string) *Contact + func (s *Contact) SetDisplayName(v string) *Contact + func (s *Contact) SetType(v string) *Contact + func (s Contact) GoString() string + func (s Contact) String() string + type ContactChannel struct + ActivationStatus *string + ContactArn *string + ContactChannelArn *string + DeliveryAddress *ContactChannelAddress + Name *string + Type *string + func (s *ContactChannel) SetActivationStatus(v string) *ContactChannel + func (s *ContactChannel) SetContactArn(v string) *ContactChannel + func (s *ContactChannel) SetContactChannelArn(v string) *ContactChannel + func (s *ContactChannel) SetDeliveryAddress(v *ContactChannelAddress) *ContactChannel + func (s *ContactChannel) SetName(v string) *ContactChannel + func (s *ContactChannel) SetType(v string) *ContactChannel + func (s ContactChannel) GoString() string + func (s ContactChannel) String() string + type ContactChannelAddress struct + SimpleAddress *string + func (s *ContactChannelAddress) SetSimpleAddress(v string) *ContactChannelAddress + func (s *ContactChannelAddress) Validate() error + func (s ContactChannelAddress) GoString() string + func (s ContactChannelAddress) String() string + type ContactTargetInfo struct + ContactId *string + IsEssential *bool + func (s *ContactTargetInfo) SetContactId(v string) *ContactTargetInfo + func (s *ContactTargetInfo) SetIsEssential(v bool) *ContactTargetInfo + func (s *ContactTargetInfo) Validate() error + func (s ContactTargetInfo) GoString() string + func (s ContactTargetInfo) String() string + type CoverageTime struct + End *HandOffTime + Start *HandOffTime + func (s *CoverageTime) SetEnd(v *HandOffTime) *CoverageTime + func (s *CoverageTime) SetStart(v *HandOffTime) *CoverageTime + func (s CoverageTime) GoString() string + func (s CoverageTime) String() string + type CreateContactChannelInput struct + ContactId *string + DeferActivation *bool + DeliveryAddress *ContactChannelAddress + IdempotencyToken *string + Name *string + Type *string + func (s *CreateContactChannelInput) SetContactId(v string) *CreateContactChannelInput + func (s *CreateContactChannelInput) SetDeferActivation(v bool) *CreateContactChannelInput + func (s *CreateContactChannelInput) SetDeliveryAddress(v *ContactChannelAddress) *CreateContactChannelInput + func (s *CreateContactChannelInput) SetIdempotencyToken(v string) *CreateContactChannelInput + func (s *CreateContactChannelInput) SetName(v string) *CreateContactChannelInput + func (s *CreateContactChannelInput) SetType(v string) *CreateContactChannelInput + func (s *CreateContactChannelInput) Validate() error + func (s CreateContactChannelInput) GoString() string + func (s CreateContactChannelInput) String() string + type CreateContactChannelOutput struct + ContactChannelArn *string + func (s *CreateContactChannelOutput) SetContactChannelArn(v string) *CreateContactChannelOutput + func (s CreateContactChannelOutput) GoString() string + func (s CreateContactChannelOutput) String() string + type CreateContactInput struct + Alias *string + DisplayName *string + IdempotencyToken *string + Plan *Plan + Tags []*Tag + Type *string + func (s *CreateContactInput) SetAlias(v string) *CreateContactInput + func (s *CreateContactInput) SetDisplayName(v string) *CreateContactInput + func (s *CreateContactInput) SetIdempotencyToken(v string) *CreateContactInput + func (s *CreateContactInput) SetPlan(v *Plan) *CreateContactInput + func (s *CreateContactInput) SetTags(v []*Tag) *CreateContactInput + func (s *CreateContactInput) SetType(v string) *CreateContactInput + func (s *CreateContactInput) Validate() error + func (s CreateContactInput) GoString() string + func (s CreateContactInput) String() string + type CreateContactOutput struct + ContactArn *string + func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput + func (s CreateContactOutput) GoString() string + func (s CreateContactOutput) String() string + type CreateRotationInput struct + ContactIds []*string + IdempotencyToken *string + Name *string + Recurrence *RecurrenceSettings + StartTime *time.Time + Tags []*Tag + TimeZoneId *string + func (s *CreateRotationInput) SetContactIds(v []*string) *CreateRotationInput + func (s *CreateRotationInput) SetIdempotencyToken(v string) *CreateRotationInput + func (s *CreateRotationInput) SetName(v string) *CreateRotationInput + func (s *CreateRotationInput) SetRecurrence(v *RecurrenceSettings) *CreateRotationInput + func (s *CreateRotationInput) SetStartTime(v time.Time) *CreateRotationInput + func (s *CreateRotationInput) SetTags(v []*Tag) *CreateRotationInput + func (s *CreateRotationInput) SetTimeZoneId(v string) *CreateRotationInput + func (s *CreateRotationInput) Validate() error + func (s CreateRotationInput) GoString() string + func (s CreateRotationInput) String() string + type CreateRotationOutput struct + RotationArn *string + func (s *CreateRotationOutput) SetRotationArn(v string) *CreateRotationOutput + func (s CreateRotationOutput) GoString() string + func (s CreateRotationOutput) String() string + type CreateRotationOverrideInput struct + EndTime *time.Time + IdempotencyToken *string + NewContactIds []*string + RotationId *string + StartTime *time.Time + func (s *CreateRotationOverrideInput) SetEndTime(v time.Time) *CreateRotationOverrideInput + func (s *CreateRotationOverrideInput) SetIdempotencyToken(v string) *CreateRotationOverrideInput + func (s *CreateRotationOverrideInput) SetNewContactIds(v []*string) *CreateRotationOverrideInput + func (s *CreateRotationOverrideInput) SetRotationId(v string) *CreateRotationOverrideInput + func (s *CreateRotationOverrideInput) SetStartTime(v time.Time) *CreateRotationOverrideInput + func (s *CreateRotationOverrideInput) Validate() error + func (s CreateRotationOverrideInput) GoString() string + func (s CreateRotationOverrideInput) String() string + type CreateRotationOverrideOutput struct + RotationOverrideId *string + func (s *CreateRotationOverrideOutput) SetRotationOverrideId(v string) *CreateRotationOverrideOutput + func (s CreateRotationOverrideOutput) GoString() string + func (s CreateRotationOverrideOutput) String() string + type DataEncryptionException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DataEncryptionException) Code() string + func (s *DataEncryptionException) Error() string + func (s *DataEncryptionException) Message() string + func (s *DataEncryptionException) OrigErr() error + func (s *DataEncryptionException) RequestID() string + func (s *DataEncryptionException) StatusCode() int + func (s DataEncryptionException) GoString() string + func (s DataEncryptionException) String() string + type DeactivateContactChannelInput struct + ContactChannelId *string + func (s *DeactivateContactChannelInput) SetContactChannelId(v string) *DeactivateContactChannelInput + func (s *DeactivateContactChannelInput) Validate() error + func (s DeactivateContactChannelInput) GoString() string + func (s DeactivateContactChannelInput) String() string + type DeactivateContactChannelOutput struct + func (s DeactivateContactChannelOutput) GoString() string + func (s DeactivateContactChannelOutput) String() string + type DeleteContactChannelInput struct + ContactChannelId *string + func (s *DeleteContactChannelInput) SetContactChannelId(v string) *DeleteContactChannelInput + func (s *DeleteContactChannelInput) Validate() error + func (s DeleteContactChannelInput) GoString() string + func (s DeleteContactChannelInput) String() string + type DeleteContactChannelOutput struct + func (s DeleteContactChannelOutput) GoString() string + func (s DeleteContactChannelOutput) String() string + type DeleteContactInput struct + ContactId *string + func (s *DeleteContactInput) SetContactId(v string) *DeleteContactInput + func (s *DeleteContactInput) Validate() error + func (s DeleteContactInput) GoString() string + func (s DeleteContactInput) String() string + type DeleteContactOutput struct + func (s DeleteContactOutput) GoString() string + func (s DeleteContactOutput) String() string + type DeleteRotationInput struct + RotationId *string + func (s *DeleteRotationInput) SetRotationId(v string) *DeleteRotationInput + func (s *DeleteRotationInput) Validate() error + func (s DeleteRotationInput) GoString() string + func (s DeleteRotationInput) String() string + type DeleteRotationOutput struct + func (s DeleteRotationOutput) GoString() string + func (s DeleteRotationOutput) String() string + type DeleteRotationOverrideInput struct + RotationId *string + RotationOverrideId *string + func (s *DeleteRotationOverrideInput) SetRotationId(v string) *DeleteRotationOverrideInput + func (s *DeleteRotationOverrideInput) SetRotationOverrideId(v string) *DeleteRotationOverrideInput + func (s *DeleteRotationOverrideInput) Validate() error + func (s DeleteRotationOverrideInput) GoString() string + func (s DeleteRotationOverrideInput) String() string + type DeleteRotationOverrideOutput struct + func (s DeleteRotationOverrideOutput) GoString() string + func (s DeleteRotationOverrideOutput) String() string + type DependentEntity struct + DependentResourceIds []*string + RelationType *string + func (s *DependentEntity) SetDependentResourceIds(v []*string) *DependentEntity + func (s *DependentEntity) SetRelationType(v string) *DependentEntity + func (s DependentEntity) GoString() string + func (s DependentEntity) String() string + type DescribeEngagementInput struct + EngagementId *string + func (s *DescribeEngagementInput) SetEngagementId(v string) *DescribeEngagementInput + func (s *DescribeEngagementInput) Validate() error + func (s DescribeEngagementInput) GoString() string + func (s DescribeEngagementInput) String() string + type DescribeEngagementOutput struct + ContactArn *string + Content *string + EngagementArn *string + IncidentId *string + PublicContent *string + PublicSubject *string + Sender *string + StartTime *time.Time + StopTime *time.Time + Subject *string + func (s *DescribeEngagementOutput) SetContactArn(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetContent(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetEngagementArn(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetIncidentId(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetPublicContent(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetPublicSubject(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetSender(v string) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetStartTime(v time.Time) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetStopTime(v time.Time) *DescribeEngagementOutput + func (s *DescribeEngagementOutput) SetSubject(v string) *DescribeEngagementOutput + func (s DescribeEngagementOutput) GoString() string + func (s DescribeEngagementOutput) String() string + type DescribePageInput struct + PageId *string + func (s *DescribePageInput) SetPageId(v string) *DescribePageInput + func (s *DescribePageInput) Validate() error + func (s DescribePageInput) GoString() string + func (s DescribePageInput) String() string + type DescribePageOutput struct + ContactArn *string + Content *string + DeliveryTime *time.Time + EngagementArn *string + IncidentId *string + PageArn *string + PublicContent *string + PublicSubject *string + ReadTime *time.Time + Sender *string + SentTime *time.Time + Subject *string + func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput + func (s *DescribePageOutput) SetContent(v string) *DescribePageOutput + func (s *DescribePageOutput) SetDeliveryTime(v time.Time) *DescribePageOutput + func (s *DescribePageOutput) SetEngagementArn(v string) *DescribePageOutput + func (s *DescribePageOutput) SetIncidentId(v string) *DescribePageOutput + func (s *DescribePageOutput) SetPageArn(v string) *DescribePageOutput + func (s *DescribePageOutput) SetPublicContent(v string) *DescribePageOutput + func (s *DescribePageOutput) SetPublicSubject(v string) *DescribePageOutput + func (s *DescribePageOutput) SetReadTime(v time.Time) *DescribePageOutput + func (s *DescribePageOutput) SetSender(v string) *DescribePageOutput + func (s *DescribePageOutput) SetSentTime(v time.Time) *DescribePageOutput + func (s *DescribePageOutput) SetSubject(v string) *DescribePageOutput + func (s DescribePageOutput) GoString() string + func (s DescribePageOutput) String() string + type Engagement struct + ContactArn *string + EngagementArn *string + IncidentId *string + Sender *string + StartTime *time.Time + StopTime *time.Time + func (s *Engagement) SetContactArn(v string) *Engagement + func (s *Engagement) SetEngagementArn(v string) *Engagement + func (s *Engagement) SetIncidentId(v string) *Engagement + func (s *Engagement) SetSender(v string) *Engagement + func (s *Engagement) SetStartTime(v time.Time) *Engagement + func (s *Engagement) SetStopTime(v time.Time) *Engagement + func (s Engagement) GoString() string + func (s Engagement) String() string + type GetContactChannelInput struct + ContactChannelId *string + func (s *GetContactChannelInput) SetContactChannelId(v string) *GetContactChannelInput + func (s *GetContactChannelInput) Validate() error + func (s GetContactChannelInput) GoString() string + func (s GetContactChannelInput) String() string + type GetContactChannelOutput struct + ActivationStatus *string + ContactArn *string + ContactChannelArn *string + DeliveryAddress *ContactChannelAddress + Name *string + Type *string + func (s *GetContactChannelOutput) SetActivationStatus(v string) *GetContactChannelOutput + func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput + func (s *GetContactChannelOutput) SetContactChannelArn(v string) *GetContactChannelOutput + func (s *GetContactChannelOutput) SetDeliveryAddress(v *ContactChannelAddress) *GetContactChannelOutput + func (s *GetContactChannelOutput) SetName(v string) *GetContactChannelOutput + func (s *GetContactChannelOutput) SetType(v string) *GetContactChannelOutput + func (s GetContactChannelOutput) GoString() string + func (s GetContactChannelOutput) String() string + type GetContactInput struct + ContactId *string + func (s *GetContactInput) SetContactId(v string) *GetContactInput + func (s *GetContactInput) Validate() error + func (s GetContactInput) GoString() string + func (s GetContactInput) String() string + type GetContactOutput struct + Alias *string + ContactArn *string + DisplayName *string + Plan *Plan + Type *string + func (s *GetContactOutput) SetAlias(v string) *GetContactOutput + func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput + func (s *GetContactOutput) SetDisplayName(v string) *GetContactOutput + func (s *GetContactOutput) SetPlan(v *Plan) *GetContactOutput + func (s *GetContactOutput) SetType(v string) *GetContactOutput + func (s GetContactOutput) GoString() string + func (s GetContactOutput) String() string + type GetContactPolicyInput struct + ContactArn *string + func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput + func (s *GetContactPolicyInput) Validate() error + func (s GetContactPolicyInput) GoString() string + func (s GetContactPolicyInput) String() string + type GetContactPolicyOutput struct + ContactArn *string + Policy *string + func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput + func (s *GetContactPolicyOutput) SetPolicy(v string) *GetContactPolicyOutput + func (s GetContactPolicyOutput) GoString() string + func (s GetContactPolicyOutput) String() string + type GetRotationInput struct + RotationId *string + func (s *GetRotationInput) SetRotationId(v string) *GetRotationInput + func (s *GetRotationInput) Validate() error + func (s GetRotationInput) GoString() string + func (s GetRotationInput) String() string + type GetRotationOutput struct + ContactIds []*string + Name *string + Recurrence *RecurrenceSettings + RotationArn *string + StartTime *time.Time + TimeZoneId *string + func (s *GetRotationOutput) SetContactIds(v []*string) *GetRotationOutput + func (s *GetRotationOutput) SetName(v string) *GetRotationOutput + func (s *GetRotationOutput) SetRecurrence(v *RecurrenceSettings) *GetRotationOutput + func (s *GetRotationOutput) SetRotationArn(v string) *GetRotationOutput + func (s *GetRotationOutput) SetStartTime(v time.Time) *GetRotationOutput + func (s *GetRotationOutput) SetTimeZoneId(v string) *GetRotationOutput + func (s GetRotationOutput) GoString() string + func (s GetRotationOutput) String() string + type GetRotationOverrideInput struct + RotationId *string + RotationOverrideId *string + func (s *GetRotationOverrideInput) SetRotationId(v string) *GetRotationOverrideInput + func (s *GetRotationOverrideInput) SetRotationOverrideId(v string) *GetRotationOverrideInput + func (s *GetRotationOverrideInput) Validate() error + func (s GetRotationOverrideInput) GoString() string + func (s GetRotationOverrideInput) String() string + type GetRotationOverrideOutput struct + CreateTime *time.Time + EndTime *time.Time + NewContactIds []*string + RotationArn *string + RotationOverrideId *string + StartTime *time.Time + func (s *GetRotationOverrideOutput) SetCreateTime(v time.Time) *GetRotationOverrideOutput + func (s *GetRotationOverrideOutput) SetEndTime(v time.Time) *GetRotationOverrideOutput + func (s *GetRotationOverrideOutput) SetNewContactIds(v []*string) *GetRotationOverrideOutput + func (s *GetRotationOverrideOutput) SetRotationArn(v string) *GetRotationOverrideOutput + func (s *GetRotationOverrideOutput) SetRotationOverrideId(v string) *GetRotationOverrideOutput + func (s *GetRotationOverrideOutput) SetStartTime(v time.Time) *GetRotationOverrideOutput + func (s GetRotationOverrideOutput) GoString() string + func (s GetRotationOverrideOutput) String() string + type HandOffTime struct + HourOfDay *int64 + MinuteOfHour *int64 + func (s *HandOffTime) SetHourOfDay(v int64) *HandOffTime + func (s *HandOffTime) SetMinuteOfHour(v int64) *HandOffTime + func (s *HandOffTime) Validate() error + func (s HandOffTime) GoString() string + func (s HandOffTime) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListContactChannelsInput struct + ContactId *string + MaxResults *int64 + NextToken *string + func (s *ListContactChannelsInput) SetContactId(v string) *ListContactChannelsInput + func (s *ListContactChannelsInput) SetMaxResults(v int64) *ListContactChannelsInput + func (s *ListContactChannelsInput) SetNextToken(v string) *ListContactChannelsInput + func (s *ListContactChannelsInput) Validate() error + func (s ListContactChannelsInput) GoString() string + func (s ListContactChannelsInput) String() string + type ListContactChannelsOutput struct + ContactChannels []*ContactChannel + NextToken *string + func (s *ListContactChannelsOutput) SetContactChannels(v []*ContactChannel) *ListContactChannelsOutput + func (s *ListContactChannelsOutput) SetNextToken(v string) *ListContactChannelsOutput + func (s ListContactChannelsOutput) GoString() string + func (s ListContactChannelsOutput) String() string + type ListContactsInput struct + AliasPrefix *string + MaxResults *int64 + NextToken *string + Type *string + func (s *ListContactsInput) SetAliasPrefix(v string) *ListContactsInput + func (s *ListContactsInput) SetMaxResults(v int64) *ListContactsInput + func (s *ListContactsInput) SetNextToken(v string) *ListContactsInput + func (s *ListContactsInput) SetType(v string) *ListContactsInput + func (s *ListContactsInput) Validate() error + func (s ListContactsInput) GoString() string + func (s ListContactsInput) String() string + type ListContactsOutput struct + Contacts []*Contact + NextToken *string + func (s *ListContactsOutput) SetContacts(v []*Contact) *ListContactsOutput + func (s *ListContactsOutput) SetNextToken(v string) *ListContactsOutput + func (s ListContactsOutput) GoString() string + func (s ListContactsOutput) String() string + type ListEngagementsInput struct + IncidentId *string + MaxResults *int64 + NextToken *string + TimeRangeValue *TimeRange + func (s *ListEngagementsInput) SetIncidentId(v string) *ListEngagementsInput + func (s *ListEngagementsInput) SetMaxResults(v int64) *ListEngagementsInput + func (s *ListEngagementsInput) SetNextToken(v string) *ListEngagementsInput + func (s *ListEngagementsInput) SetTimeRangeValue(v *TimeRange) *ListEngagementsInput + func (s ListEngagementsInput) GoString() string + func (s ListEngagementsInput) String() string + type ListEngagementsOutput struct + Engagements []*Engagement + NextToken *string + func (s *ListEngagementsOutput) SetEngagements(v []*Engagement) *ListEngagementsOutput + func (s *ListEngagementsOutput) SetNextToken(v string) *ListEngagementsOutput + func (s ListEngagementsOutput) GoString() string + func (s ListEngagementsOutput) String() string + type ListPageReceiptsInput struct + MaxResults *int64 + NextToken *string + PageId *string + func (s *ListPageReceiptsInput) SetMaxResults(v int64) *ListPageReceiptsInput + func (s *ListPageReceiptsInput) SetNextToken(v string) *ListPageReceiptsInput + func (s *ListPageReceiptsInput) SetPageId(v string) *ListPageReceiptsInput + func (s *ListPageReceiptsInput) Validate() error + func (s ListPageReceiptsInput) GoString() string + func (s ListPageReceiptsInput) String() string + type ListPageReceiptsOutput struct + NextToken *string + Receipts []*Receipt + func (s *ListPageReceiptsOutput) SetNextToken(v string) *ListPageReceiptsOutput + func (s *ListPageReceiptsOutput) SetReceipts(v []*Receipt) *ListPageReceiptsOutput + func (s ListPageReceiptsOutput) GoString() string + func (s ListPageReceiptsOutput) String() string + type ListPageResolutionsInput struct + NextToken *string + PageId *string + func (s *ListPageResolutionsInput) SetNextToken(v string) *ListPageResolutionsInput + func (s *ListPageResolutionsInput) SetPageId(v string) *ListPageResolutionsInput + func (s *ListPageResolutionsInput) Validate() error + func (s ListPageResolutionsInput) GoString() string + func (s ListPageResolutionsInput) String() string + type ListPageResolutionsOutput struct + NextToken *string + PageResolutions []*ResolutionContact + func (s *ListPageResolutionsOutput) SetNextToken(v string) *ListPageResolutionsOutput + func (s *ListPageResolutionsOutput) SetPageResolutions(v []*ResolutionContact) *ListPageResolutionsOutput + func (s ListPageResolutionsOutput) GoString() string + func (s ListPageResolutionsOutput) String() string + type ListPagesByContactInput struct + ContactId *string + MaxResults *int64 + NextToken *string + func (s *ListPagesByContactInput) SetContactId(v string) *ListPagesByContactInput + func (s *ListPagesByContactInput) SetMaxResults(v int64) *ListPagesByContactInput + func (s *ListPagesByContactInput) SetNextToken(v string) *ListPagesByContactInput + func (s *ListPagesByContactInput) Validate() error + func (s ListPagesByContactInput) GoString() string + func (s ListPagesByContactInput) String() string + type ListPagesByContactOutput struct + NextToken *string + Pages []*Page + func (s *ListPagesByContactOutput) SetNextToken(v string) *ListPagesByContactOutput + func (s *ListPagesByContactOutput) SetPages(v []*Page) *ListPagesByContactOutput + func (s ListPagesByContactOutput) GoString() string + func (s ListPagesByContactOutput) String() string + type ListPagesByEngagementInput struct + EngagementId *string + MaxResults *int64 + NextToken *string + func (s *ListPagesByEngagementInput) SetEngagementId(v string) *ListPagesByEngagementInput + func (s *ListPagesByEngagementInput) SetMaxResults(v int64) *ListPagesByEngagementInput + func (s *ListPagesByEngagementInput) SetNextToken(v string) *ListPagesByEngagementInput + func (s *ListPagesByEngagementInput) Validate() error + func (s ListPagesByEngagementInput) GoString() string + func (s ListPagesByEngagementInput) String() string + type ListPagesByEngagementOutput struct + NextToken *string + Pages []*Page + func (s *ListPagesByEngagementOutput) SetNextToken(v string) *ListPagesByEngagementOutput + func (s *ListPagesByEngagementOutput) SetPages(v []*Page) *ListPagesByEngagementOutput + func (s ListPagesByEngagementOutput) GoString() string + func (s ListPagesByEngagementOutput) String() string + type ListPreviewRotationShiftsInput struct + EndTime *time.Time + MaxResults *int64 + Members []*string + NextToken *string + Overrides []*PreviewOverride + Recurrence *RecurrenceSettings + RotationStartTime *time.Time + StartTime *time.Time + TimeZoneId *string + func (s *ListPreviewRotationShiftsInput) SetEndTime(v time.Time) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetMaxResults(v int64) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetMembers(v []*string) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetNextToken(v string) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetOverrides(v []*PreviewOverride) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetRecurrence(v *RecurrenceSettings) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetRotationStartTime(v time.Time) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetStartTime(v time.Time) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) SetTimeZoneId(v string) *ListPreviewRotationShiftsInput + func (s *ListPreviewRotationShiftsInput) Validate() error + func (s ListPreviewRotationShiftsInput) GoString() string + func (s ListPreviewRotationShiftsInput) String() string + type ListPreviewRotationShiftsOutput struct + NextToken *string + RotationShifts []*RotationShift + func (s *ListPreviewRotationShiftsOutput) SetNextToken(v string) *ListPreviewRotationShiftsOutput + func (s *ListPreviewRotationShiftsOutput) SetRotationShifts(v []*RotationShift) *ListPreviewRotationShiftsOutput + func (s ListPreviewRotationShiftsOutput) GoString() string + func (s ListPreviewRotationShiftsOutput) String() string + type ListRotationOverridesInput struct + EndTime *time.Time + MaxResults *int64 + NextToken *string + RotationId *string + StartTime *time.Time + func (s *ListRotationOverridesInput) SetEndTime(v time.Time) *ListRotationOverridesInput + func (s *ListRotationOverridesInput) SetMaxResults(v int64) *ListRotationOverridesInput + func (s *ListRotationOverridesInput) SetNextToken(v string) *ListRotationOverridesInput + func (s *ListRotationOverridesInput) SetRotationId(v string) *ListRotationOverridesInput + func (s *ListRotationOverridesInput) SetStartTime(v time.Time) *ListRotationOverridesInput + func (s *ListRotationOverridesInput) Validate() error + func (s ListRotationOverridesInput) GoString() string + func (s ListRotationOverridesInput) String() string + type ListRotationOverridesOutput struct + NextToken *string + RotationOverrides []*RotationOverride + func (s *ListRotationOverridesOutput) SetNextToken(v string) *ListRotationOverridesOutput + func (s *ListRotationOverridesOutput) SetRotationOverrides(v []*RotationOverride) *ListRotationOverridesOutput + func (s ListRotationOverridesOutput) GoString() string + func (s ListRotationOverridesOutput) String() string + type ListRotationShiftsInput struct + EndTime *time.Time + MaxResults *int64 + NextToken *string + RotationId *string + StartTime *time.Time + func (s *ListRotationShiftsInput) SetEndTime(v time.Time) *ListRotationShiftsInput + func (s *ListRotationShiftsInput) SetMaxResults(v int64) *ListRotationShiftsInput + func (s *ListRotationShiftsInput) SetNextToken(v string) *ListRotationShiftsInput + func (s *ListRotationShiftsInput) SetRotationId(v string) *ListRotationShiftsInput + func (s *ListRotationShiftsInput) SetStartTime(v time.Time) *ListRotationShiftsInput + func (s *ListRotationShiftsInput) Validate() error + func (s ListRotationShiftsInput) GoString() string + func (s ListRotationShiftsInput) String() string + type ListRotationShiftsOutput struct + NextToken *string + RotationShifts []*RotationShift + func (s *ListRotationShiftsOutput) SetNextToken(v string) *ListRotationShiftsOutput + func (s *ListRotationShiftsOutput) SetRotationShifts(v []*RotationShift) *ListRotationShiftsOutput + func (s ListRotationShiftsOutput) GoString() string + func (s ListRotationShiftsOutput) String() string + type ListRotationsInput struct + MaxResults *int64 + NextToken *string + RotationNamePrefix *string + func (s *ListRotationsInput) SetMaxResults(v int64) *ListRotationsInput + func (s *ListRotationsInput) SetNextToken(v string) *ListRotationsInput + func (s *ListRotationsInput) SetRotationNamePrefix(v string) *ListRotationsInput + func (s *ListRotationsInput) Validate() error + func (s ListRotationsInput) GoString() string + func (s ListRotationsInput) String() string + type ListRotationsOutput struct + NextToken *string + Rotations []*Rotation + func (s *ListRotationsOutput) SetNextToken(v string) *ListRotationsOutput + func (s *ListRotationsOutput) SetRotations(v []*Rotation) *ListRotationsOutput + func (s ListRotationsOutput) GoString() string + func (s ListRotationsOutput) String() string + type ListTagsForResourceInput struct + ResourceARN *string + func (s *ListTagsForResourceInput) SetResourceARN(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type MonthlySetting struct + DayOfMonth *int64 + HandOffTime *HandOffTime + func (s *MonthlySetting) SetDayOfMonth(v int64) *MonthlySetting + func (s *MonthlySetting) SetHandOffTime(v *HandOffTime) *MonthlySetting + func (s *MonthlySetting) Validate() error + func (s MonthlySetting) GoString() string + func (s MonthlySetting) String() string + type Page struct + ContactArn *string + DeliveryTime *time.Time + EngagementArn *string + IncidentId *string + PageArn *string + ReadTime *time.Time + Sender *string + SentTime *time.Time + func (s *Page) SetContactArn(v string) *Page + func (s *Page) SetDeliveryTime(v time.Time) *Page + func (s *Page) SetEngagementArn(v string) *Page + func (s *Page) SetIncidentId(v string) *Page + func (s *Page) SetPageArn(v string) *Page + func (s *Page) SetReadTime(v time.Time) *Page + func (s *Page) SetSender(v string) *Page + func (s *Page) SetSentTime(v time.Time) *Page + func (s Page) GoString() string + func (s Page) String() string + type Plan struct + RotationIds []*string + Stages []*Stage + func (s *Plan) SetRotationIds(v []*string) *Plan + func (s *Plan) SetStages(v []*Stage) *Plan + func (s *Plan) Validate() error + func (s Plan) GoString() string + func (s Plan) String() string + type PreviewOverride struct + EndTime *time.Time + NewMembers []*string + StartTime *time.Time + func (s *PreviewOverride) SetEndTime(v time.Time) *PreviewOverride + func (s *PreviewOverride) SetNewMembers(v []*string) *PreviewOverride + func (s *PreviewOverride) SetStartTime(v time.Time) *PreviewOverride + func (s PreviewOverride) GoString() string + func (s PreviewOverride) String() string + type PutContactPolicyInput struct + ContactArn *string + Policy *string + func (s *PutContactPolicyInput) SetContactArn(v string) *PutContactPolicyInput + func (s *PutContactPolicyInput) SetPolicy(v string) *PutContactPolicyInput + func (s *PutContactPolicyInput) Validate() error + func (s PutContactPolicyInput) GoString() string + func (s PutContactPolicyInput) String() string + type PutContactPolicyOutput struct + func (s PutContactPolicyOutput) GoString() string + func (s PutContactPolicyOutput) String() string + type Receipt struct + ContactChannelArn *string + ReceiptInfo *string + ReceiptTime *time.Time + ReceiptType *string + func (s *Receipt) SetContactChannelArn(v string) *Receipt + func (s *Receipt) SetReceiptInfo(v string) *Receipt + func (s *Receipt) SetReceiptTime(v time.Time) *Receipt + func (s *Receipt) SetReceiptType(v string) *Receipt + func (s Receipt) GoString() string + func (s Receipt) String() string + type RecurrenceSettings struct + DailySettings []*HandOffTime + MonthlySettings []*MonthlySetting + NumberOfOnCalls *int64 + RecurrenceMultiplier *int64 + ShiftCoverages map[string][]*CoverageTime + WeeklySettings []*WeeklySetting + func (s *RecurrenceSettings) SetDailySettings(v []*HandOffTime) *RecurrenceSettings + func (s *RecurrenceSettings) SetMonthlySettings(v []*MonthlySetting) *RecurrenceSettings + func (s *RecurrenceSettings) SetNumberOfOnCalls(v int64) *RecurrenceSettings + func (s *RecurrenceSettings) SetRecurrenceMultiplier(v int64) *RecurrenceSettings + func (s *RecurrenceSettings) SetShiftCoverages(v map[string][]*CoverageTime) *RecurrenceSettings + func (s *RecurrenceSettings) SetWeeklySettings(v []*WeeklySetting) *RecurrenceSettings + func (s *RecurrenceSettings) Validate() error + func (s RecurrenceSettings) GoString() string + func (s RecurrenceSettings) String() string + type ResolutionContact struct + ContactArn *string + StageIndex *int64 + Type *string + func (s *ResolutionContact) SetContactArn(v string) *ResolutionContact + func (s *ResolutionContact) SetStageIndex(v int64) *ResolutionContact + func (s *ResolutionContact) SetType(v string) *ResolutionContact + func (s ResolutionContact) GoString() string + func (s ResolutionContact) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type Rotation struct + ContactIds []*string + Name *string + Recurrence *RecurrenceSettings + RotationArn *string + StartTime *time.Time + TimeZoneId *string + func (s *Rotation) SetContactIds(v []*string) *Rotation + func (s *Rotation) SetName(v string) *Rotation + func (s *Rotation) SetRecurrence(v *RecurrenceSettings) *Rotation + func (s *Rotation) SetRotationArn(v string) *Rotation + func (s *Rotation) SetStartTime(v time.Time) *Rotation + func (s *Rotation) SetTimeZoneId(v string) *Rotation + func (s Rotation) GoString() string + func (s Rotation) String() string + type RotationOverride struct + CreateTime *time.Time + EndTime *time.Time + NewContactIds []*string + RotationOverrideId *string + StartTime *time.Time + func (s *RotationOverride) SetCreateTime(v time.Time) *RotationOverride + func (s *RotationOverride) SetEndTime(v time.Time) *RotationOverride + func (s *RotationOverride) SetNewContactIds(v []*string) *RotationOverride + func (s *RotationOverride) SetRotationOverrideId(v string) *RotationOverride + func (s *RotationOverride) SetStartTime(v time.Time) *RotationOverride + func (s RotationOverride) GoString() string + func (s RotationOverride) String() string + type RotationShift struct + ContactIds []*string + EndTime *time.Time + ShiftDetails *ShiftDetails + StartTime *time.Time + Type *string + func (s *RotationShift) SetContactIds(v []*string) *RotationShift + func (s *RotationShift) SetEndTime(v time.Time) *RotationShift + func (s *RotationShift) SetShiftDetails(v *ShiftDetails) *RotationShift + func (s *RotationShift) SetStartTime(v time.Time) *RotationShift + func (s *RotationShift) SetType(v string) *RotationShift + func (s RotationShift) GoString() string + func (s RotationShift) String() string + type SSMContacts struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SSMContacts + func (c *SSMContacts) AcceptPage(input *AcceptPageInput) (*AcceptPageOutput, error) + func (c *SSMContacts) AcceptPageRequest(input *AcceptPageInput) (req *request.Request, output *AcceptPageOutput) + func (c *SSMContacts) AcceptPageWithContext(ctx aws.Context, input *AcceptPageInput, opts ...request.Option) (*AcceptPageOutput, error) + func (c *SSMContacts) ActivateContactChannel(input *ActivateContactChannelInput) (*ActivateContactChannelOutput, error) + func (c *SSMContacts) ActivateContactChannelRequest(input *ActivateContactChannelInput) (req *request.Request, output *ActivateContactChannelOutput) + func (c *SSMContacts) ActivateContactChannelWithContext(ctx aws.Context, input *ActivateContactChannelInput, opts ...request.Option) (*ActivateContactChannelOutput, error) + func (c *SSMContacts) CreateContact(input *CreateContactInput) (*CreateContactOutput, error) + func (c *SSMContacts) CreateContactChannel(input *CreateContactChannelInput) (*CreateContactChannelOutput, error) + func (c *SSMContacts) CreateContactChannelRequest(input *CreateContactChannelInput) (req *request.Request, output *CreateContactChannelOutput) + func (c *SSMContacts) CreateContactChannelWithContext(ctx aws.Context, input *CreateContactChannelInput, opts ...request.Option) (*CreateContactChannelOutput, error) + func (c *SSMContacts) CreateContactRequest(input *CreateContactInput) (req *request.Request, output *CreateContactOutput) + func (c *SSMContacts) CreateContactWithContext(ctx aws.Context, input *CreateContactInput, opts ...request.Option) (*CreateContactOutput, error) + func (c *SSMContacts) CreateRotation(input *CreateRotationInput) (*CreateRotationOutput, error) + func (c *SSMContacts) CreateRotationOverride(input *CreateRotationOverrideInput) (*CreateRotationOverrideOutput, error) + func (c *SSMContacts) CreateRotationOverrideRequest(input *CreateRotationOverrideInput) (req *request.Request, output *CreateRotationOverrideOutput) + func (c *SSMContacts) CreateRotationOverrideWithContext(ctx aws.Context, input *CreateRotationOverrideInput, opts ...request.Option) (*CreateRotationOverrideOutput, error) + func (c *SSMContacts) CreateRotationRequest(input *CreateRotationInput) (req *request.Request, output *CreateRotationOutput) + func (c *SSMContacts) CreateRotationWithContext(ctx aws.Context, input *CreateRotationInput, opts ...request.Option) (*CreateRotationOutput, error) + func (c *SSMContacts) DeactivateContactChannel(input *DeactivateContactChannelInput) (*DeactivateContactChannelOutput, error) + func (c *SSMContacts) DeactivateContactChannelRequest(input *DeactivateContactChannelInput) (req *request.Request, output *DeactivateContactChannelOutput) + func (c *SSMContacts) DeactivateContactChannelWithContext(ctx aws.Context, input *DeactivateContactChannelInput, opts ...request.Option) (*DeactivateContactChannelOutput, error) + func (c *SSMContacts) DeleteContact(input *DeleteContactInput) (*DeleteContactOutput, error) + func (c *SSMContacts) DeleteContactChannel(input *DeleteContactChannelInput) (*DeleteContactChannelOutput, error) + func (c *SSMContacts) DeleteContactChannelRequest(input *DeleteContactChannelInput) (req *request.Request, output *DeleteContactChannelOutput) + func (c *SSMContacts) DeleteContactChannelWithContext(ctx aws.Context, input *DeleteContactChannelInput, opts ...request.Option) (*DeleteContactChannelOutput, error) + func (c *SSMContacts) DeleteContactRequest(input *DeleteContactInput) (req *request.Request, output *DeleteContactOutput) + func (c *SSMContacts) DeleteContactWithContext(ctx aws.Context, input *DeleteContactInput, opts ...request.Option) (*DeleteContactOutput, error) + func (c *SSMContacts) DeleteRotation(input *DeleteRotationInput) (*DeleteRotationOutput, error) + func (c *SSMContacts) DeleteRotationOverride(input *DeleteRotationOverrideInput) (*DeleteRotationOverrideOutput, error) + func (c *SSMContacts) DeleteRotationOverrideRequest(input *DeleteRotationOverrideInput) (req *request.Request, output *DeleteRotationOverrideOutput) + func (c *SSMContacts) DeleteRotationOverrideWithContext(ctx aws.Context, input *DeleteRotationOverrideInput, opts ...request.Option) (*DeleteRotationOverrideOutput, error) + func (c *SSMContacts) DeleteRotationRequest(input *DeleteRotationInput) (req *request.Request, output *DeleteRotationOutput) + func (c *SSMContacts) DeleteRotationWithContext(ctx aws.Context, input *DeleteRotationInput, opts ...request.Option) (*DeleteRotationOutput, error) + func (c *SSMContacts) DescribeEngagement(input *DescribeEngagementInput) (*DescribeEngagementOutput, error) + func (c *SSMContacts) DescribeEngagementRequest(input *DescribeEngagementInput) (req *request.Request, output *DescribeEngagementOutput) + func (c *SSMContacts) DescribeEngagementWithContext(ctx aws.Context, input *DescribeEngagementInput, opts ...request.Option) (*DescribeEngagementOutput, error) + func (c *SSMContacts) DescribePage(input *DescribePageInput) (*DescribePageOutput, error) + func (c *SSMContacts) DescribePageRequest(input *DescribePageInput) (req *request.Request, output *DescribePageOutput) + func (c *SSMContacts) DescribePageWithContext(ctx aws.Context, input *DescribePageInput, opts ...request.Option) (*DescribePageOutput, error) + func (c *SSMContacts) GetContact(input *GetContactInput) (*GetContactOutput, error) + func (c *SSMContacts) GetContactChannel(input *GetContactChannelInput) (*GetContactChannelOutput, error) + func (c *SSMContacts) GetContactChannelRequest(input *GetContactChannelInput) (req *request.Request, output *GetContactChannelOutput) + func (c *SSMContacts) GetContactChannelWithContext(ctx aws.Context, input *GetContactChannelInput, opts ...request.Option) (*GetContactChannelOutput, error) + func (c *SSMContacts) GetContactPolicy(input *GetContactPolicyInput) (*GetContactPolicyOutput, error) + func (c *SSMContacts) GetContactPolicyRequest(input *GetContactPolicyInput) (req *request.Request, output *GetContactPolicyOutput) + func (c *SSMContacts) GetContactPolicyWithContext(ctx aws.Context, input *GetContactPolicyInput, opts ...request.Option) (*GetContactPolicyOutput, error) + func (c *SSMContacts) GetContactRequest(input *GetContactInput) (req *request.Request, output *GetContactOutput) + func (c *SSMContacts) GetContactWithContext(ctx aws.Context, input *GetContactInput, opts ...request.Option) (*GetContactOutput, error) + func (c *SSMContacts) GetRotation(input *GetRotationInput) (*GetRotationOutput, error) + func (c *SSMContacts) GetRotationOverride(input *GetRotationOverrideInput) (*GetRotationOverrideOutput, error) + func (c *SSMContacts) GetRotationOverrideRequest(input *GetRotationOverrideInput) (req *request.Request, output *GetRotationOverrideOutput) + func (c *SSMContacts) GetRotationOverrideWithContext(ctx aws.Context, input *GetRotationOverrideInput, opts ...request.Option) (*GetRotationOverrideOutput, error) + func (c *SSMContacts) GetRotationRequest(input *GetRotationInput) (req *request.Request, output *GetRotationOutput) + func (c *SSMContacts) GetRotationWithContext(ctx aws.Context, input *GetRotationInput, opts ...request.Option) (*GetRotationOutput, error) + func (c *SSMContacts) ListContactChannels(input *ListContactChannelsInput) (*ListContactChannelsOutput, error) + func (c *SSMContacts) ListContactChannelsPages(input *ListContactChannelsInput, ...) error + func (c *SSMContacts) ListContactChannelsPagesWithContext(ctx aws.Context, input *ListContactChannelsInput, ...) error + func (c *SSMContacts) ListContactChannelsRequest(input *ListContactChannelsInput) (req *request.Request, output *ListContactChannelsOutput) + func (c *SSMContacts) ListContactChannelsWithContext(ctx aws.Context, input *ListContactChannelsInput, opts ...request.Option) (*ListContactChannelsOutput, error) + func (c *SSMContacts) ListContacts(input *ListContactsInput) (*ListContactsOutput, error) + func (c *SSMContacts) ListContactsPages(input *ListContactsInput, fn func(*ListContactsOutput, bool) bool) error + func (c *SSMContacts) ListContactsPagesWithContext(ctx aws.Context, input *ListContactsInput, ...) error + func (c *SSMContacts) ListContactsRequest(input *ListContactsInput) (req *request.Request, output *ListContactsOutput) + func (c *SSMContacts) ListContactsWithContext(ctx aws.Context, input *ListContactsInput, opts ...request.Option) (*ListContactsOutput, error) + func (c *SSMContacts) ListEngagements(input *ListEngagementsInput) (*ListEngagementsOutput, error) + func (c *SSMContacts) ListEngagementsPages(input *ListEngagementsInput, fn func(*ListEngagementsOutput, bool) bool) error + func (c *SSMContacts) ListEngagementsPagesWithContext(ctx aws.Context, input *ListEngagementsInput, ...) error + func (c *SSMContacts) ListEngagementsRequest(input *ListEngagementsInput) (req *request.Request, output *ListEngagementsOutput) + func (c *SSMContacts) ListEngagementsWithContext(ctx aws.Context, input *ListEngagementsInput, opts ...request.Option) (*ListEngagementsOutput, error) + func (c *SSMContacts) ListPageReceipts(input *ListPageReceiptsInput) (*ListPageReceiptsOutput, error) + func (c *SSMContacts) ListPageReceiptsPages(input *ListPageReceiptsInput, fn func(*ListPageReceiptsOutput, bool) bool) error + func (c *SSMContacts) ListPageReceiptsPagesWithContext(ctx aws.Context, input *ListPageReceiptsInput, ...) error + func (c *SSMContacts) ListPageReceiptsRequest(input *ListPageReceiptsInput) (req *request.Request, output *ListPageReceiptsOutput) + func (c *SSMContacts) ListPageReceiptsWithContext(ctx aws.Context, input *ListPageReceiptsInput, opts ...request.Option) (*ListPageReceiptsOutput, error) + func (c *SSMContacts) ListPageResolutions(input *ListPageResolutionsInput) (*ListPageResolutionsOutput, error) + func (c *SSMContacts) ListPageResolutionsPages(input *ListPageResolutionsInput, ...) error + func (c *SSMContacts) ListPageResolutionsPagesWithContext(ctx aws.Context, input *ListPageResolutionsInput, ...) error + func (c *SSMContacts) ListPageResolutionsRequest(input *ListPageResolutionsInput) (req *request.Request, output *ListPageResolutionsOutput) + func (c *SSMContacts) ListPageResolutionsWithContext(ctx aws.Context, input *ListPageResolutionsInput, opts ...request.Option) (*ListPageResolutionsOutput, error) + func (c *SSMContacts) ListPagesByContact(input *ListPagesByContactInput) (*ListPagesByContactOutput, error) + func (c *SSMContacts) ListPagesByContactPages(input *ListPagesByContactInput, fn func(*ListPagesByContactOutput, bool) bool) error + func (c *SSMContacts) ListPagesByContactPagesWithContext(ctx aws.Context, input *ListPagesByContactInput, ...) error + func (c *SSMContacts) ListPagesByContactRequest(input *ListPagesByContactInput) (req *request.Request, output *ListPagesByContactOutput) + func (c *SSMContacts) ListPagesByContactWithContext(ctx aws.Context, input *ListPagesByContactInput, opts ...request.Option) (*ListPagesByContactOutput, error) + func (c *SSMContacts) ListPagesByEngagement(input *ListPagesByEngagementInput) (*ListPagesByEngagementOutput, error) + func (c *SSMContacts) ListPagesByEngagementPages(input *ListPagesByEngagementInput, ...) error + func (c *SSMContacts) ListPagesByEngagementPagesWithContext(ctx aws.Context, input *ListPagesByEngagementInput, ...) error + func (c *SSMContacts) ListPagesByEngagementRequest(input *ListPagesByEngagementInput) (req *request.Request, output *ListPagesByEngagementOutput) + func (c *SSMContacts) ListPagesByEngagementWithContext(ctx aws.Context, input *ListPagesByEngagementInput, opts ...request.Option) (*ListPagesByEngagementOutput, error) + func (c *SSMContacts) ListPreviewRotationShifts(input *ListPreviewRotationShiftsInput) (*ListPreviewRotationShiftsOutput, error) + func (c *SSMContacts) ListPreviewRotationShiftsPages(input *ListPreviewRotationShiftsInput, ...) error + func (c *SSMContacts) ListPreviewRotationShiftsPagesWithContext(ctx aws.Context, input *ListPreviewRotationShiftsInput, ...) error + func (c *SSMContacts) ListPreviewRotationShiftsRequest(input *ListPreviewRotationShiftsInput) (req *request.Request, output *ListPreviewRotationShiftsOutput) + func (c *SSMContacts) ListPreviewRotationShiftsWithContext(ctx aws.Context, input *ListPreviewRotationShiftsInput, opts ...request.Option) (*ListPreviewRotationShiftsOutput, error) + func (c *SSMContacts) ListRotationOverrides(input *ListRotationOverridesInput) (*ListRotationOverridesOutput, error) + func (c *SSMContacts) ListRotationOverridesPages(input *ListRotationOverridesInput, ...) error + func (c *SSMContacts) ListRotationOverridesPagesWithContext(ctx aws.Context, input *ListRotationOverridesInput, ...) error + func (c *SSMContacts) ListRotationOverridesRequest(input *ListRotationOverridesInput) (req *request.Request, output *ListRotationOverridesOutput) + func (c *SSMContacts) ListRotationOverridesWithContext(ctx aws.Context, input *ListRotationOverridesInput, opts ...request.Option) (*ListRotationOverridesOutput, error) + func (c *SSMContacts) ListRotationShifts(input *ListRotationShiftsInput) (*ListRotationShiftsOutput, error) + func (c *SSMContacts) ListRotationShiftsPages(input *ListRotationShiftsInput, fn func(*ListRotationShiftsOutput, bool) bool) error + func (c *SSMContacts) ListRotationShiftsPagesWithContext(ctx aws.Context, input *ListRotationShiftsInput, ...) error + func (c *SSMContacts) ListRotationShiftsRequest(input *ListRotationShiftsInput) (req *request.Request, output *ListRotationShiftsOutput) + func (c *SSMContacts) ListRotationShiftsWithContext(ctx aws.Context, input *ListRotationShiftsInput, opts ...request.Option) (*ListRotationShiftsOutput, error) + func (c *SSMContacts) ListRotations(input *ListRotationsInput) (*ListRotationsOutput, error) + func (c *SSMContacts) ListRotationsPages(input *ListRotationsInput, fn func(*ListRotationsOutput, bool) bool) error + func (c *SSMContacts) ListRotationsPagesWithContext(ctx aws.Context, input *ListRotationsInput, ...) error + func (c *SSMContacts) ListRotationsRequest(input *ListRotationsInput) (req *request.Request, output *ListRotationsOutput) + func (c *SSMContacts) ListRotationsWithContext(ctx aws.Context, input *ListRotationsInput, opts ...request.Option) (*ListRotationsOutput, error) + func (c *SSMContacts) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *SSMContacts) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *SSMContacts) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *SSMContacts) PutContactPolicy(input *PutContactPolicyInput) (*PutContactPolicyOutput, error) + func (c *SSMContacts) PutContactPolicyRequest(input *PutContactPolicyInput) (req *request.Request, output *PutContactPolicyOutput) + func (c *SSMContacts) PutContactPolicyWithContext(ctx aws.Context, input *PutContactPolicyInput, opts ...request.Option) (*PutContactPolicyOutput, error) + func (c *SSMContacts) SendActivationCode(input *SendActivationCodeInput) (*SendActivationCodeOutput, error) + func (c *SSMContacts) SendActivationCodeRequest(input *SendActivationCodeInput) (req *request.Request, output *SendActivationCodeOutput) + func (c *SSMContacts) SendActivationCodeWithContext(ctx aws.Context, input *SendActivationCodeInput, opts ...request.Option) (*SendActivationCodeOutput, error) + func (c *SSMContacts) StartEngagement(input *StartEngagementInput) (*StartEngagementOutput, error) + func (c *SSMContacts) StartEngagementRequest(input *StartEngagementInput) (req *request.Request, output *StartEngagementOutput) + func (c *SSMContacts) StartEngagementWithContext(ctx aws.Context, input *StartEngagementInput, opts ...request.Option) (*StartEngagementOutput, error) + func (c *SSMContacts) StopEngagement(input *StopEngagementInput) (*StopEngagementOutput, error) + func (c *SSMContacts) StopEngagementRequest(input *StopEngagementInput) (req *request.Request, output *StopEngagementOutput) + func (c *SSMContacts) StopEngagementWithContext(ctx aws.Context, input *StopEngagementInput, opts ...request.Option) (*StopEngagementOutput, error) + func (c *SSMContacts) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *SSMContacts) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *SSMContacts) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *SSMContacts) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *SSMContacts) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *SSMContacts) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *SSMContacts) UpdateContact(input *UpdateContactInput) (*UpdateContactOutput, error) + func (c *SSMContacts) UpdateContactChannel(input *UpdateContactChannelInput) (*UpdateContactChannelOutput, error) + func (c *SSMContacts) UpdateContactChannelRequest(input *UpdateContactChannelInput) (req *request.Request, output *UpdateContactChannelOutput) + func (c *SSMContacts) UpdateContactChannelWithContext(ctx aws.Context, input *UpdateContactChannelInput, opts ...request.Option) (*UpdateContactChannelOutput, error) + func (c *SSMContacts) UpdateContactRequest(input *UpdateContactInput) (req *request.Request, output *UpdateContactOutput) + func (c *SSMContacts) UpdateContactWithContext(ctx aws.Context, input *UpdateContactInput, opts ...request.Option) (*UpdateContactOutput, error) + func (c *SSMContacts) UpdateRotation(input *UpdateRotationInput) (*UpdateRotationOutput, error) + func (c *SSMContacts) UpdateRotationRequest(input *UpdateRotationInput) (req *request.Request, output *UpdateRotationOutput) + func (c *SSMContacts) UpdateRotationWithContext(ctx aws.Context, input *UpdateRotationInput, opts ...request.Option) (*UpdateRotationOutput, error) + type SendActivationCodeInput struct + ContactChannelId *string + func (s *SendActivationCodeInput) SetContactChannelId(v string) *SendActivationCodeInput + func (s *SendActivationCodeInput) Validate() error + func (s SendActivationCodeInput) GoString() string + func (s SendActivationCodeInput) String() string + type SendActivationCodeOutput struct + func (s SendActivationCodeOutput) GoString() string + func (s SendActivationCodeOutput) String() string + type ServiceQuotaExceededException struct + Message_ *string + QuotaCode *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type ShiftDetails struct + OverriddenContactIds []*string + func (s *ShiftDetails) SetOverriddenContactIds(v []*string) *ShiftDetails + func (s ShiftDetails) GoString() string + func (s ShiftDetails) String() string + type Stage struct + DurationInMinutes *int64 + Targets []*Target + func (s *Stage) SetDurationInMinutes(v int64) *Stage + func (s *Stage) SetTargets(v []*Target) *Stage + func (s *Stage) Validate() error + func (s Stage) GoString() string + func (s Stage) String() string + type StartEngagementInput struct + ContactId *string + Content *string + IdempotencyToken *string + IncidentId *string + PublicContent *string + PublicSubject *string + Sender *string + Subject *string + func (s *StartEngagementInput) SetContactId(v string) *StartEngagementInput + func (s *StartEngagementInput) SetContent(v string) *StartEngagementInput + func (s *StartEngagementInput) SetIdempotencyToken(v string) *StartEngagementInput + func (s *StartEngagementInput) SetIncidentId(v string) *StartEngagementInput + func (s *StartEngagementInput) SetPublicContent(v string) *StartEngagementInput + func (s *StartEngagementInput) SetPublicSubject(v string) *StartEngagementInput + func (s *StartEngagementInput) SetSender(v string) *StartEngagementInput + func (s *StartEngagementInput) SetSubject(v string) *StartEngagementInput + func (s *StartEngagementInput) Validate() error + func (s StartEngagementInput) GoString() string + func (s StartEngagementInput) String() string + type StartEngagementOutput struct + EngagementArn *string + func (s *StartEngagementOutput) SetEngagementArn(v string) *StartEngagementOutput + func (s StartEngagementOutput) GoString() string + func (s StartEngagementOutput) String() string + type StopEngagementInput struct + EngagementId *string + Reason *string + func (s *StopEngagementInput) SetEngagementId(v string) *StopEngagementInput + func (s *StopEngagementInput) SetReason(v string) *StopEngagementInput + func (s *StopEngagementInput) Validate() error + func (s StopEngagementInput) GoString() string + func (s StopEngagementInput) String() string + type StopEngagementOutput struct + func (s StopEngagementOutput) GoString() string + func (s StopEngagementOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceARN *string + Tags []*Tag + func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type Target struct + ChannelTargetInfo *ChannelTargetInfo + ContactTargetInfo *ContactTargetInfo + func (s *Target) SetChannelTargetInfo(v *ChannelTargetInfo) *Target + func (s *Target) SetContactTargetInfo(v *ContactTargetInfo) *Target + func (s *Target) Validate() error + func (s Target) GoString() string + func (s Target) String() string + type ThrottlingException struct + Message_ *string + QuotaCode *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + ServiceCode *string + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TimeRange struct + EndTime *time.Time + StartTime *time.Time + func (s *TimeRange) SetEndTime(v time.Time) *TimeRange + func (s *TimeRange) SetStartTime(v time.Time) *TimeRange + func (s TimeRange) GoString() string + func (s TimeRange) String() string + type UntagResourceInput struct + ResourceARN *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateContactChannelInput struct + ContactChannelId *string + DeliveryAddress *ContactChannelAddress + Name *string + func (s *UpdateContactChannelInput) SetContactChannelId(v string) *UpdateContactChannelInput + func (s *UpdateContactChannelInput) SetDeliveryAddress(v *ContactChannelAddress) *UpdateContactChannelInput + func (s *UpdateContactChannelInput) SetName(v string) *UpdateContactChannelInput + func (s *UpdateContactChannelInput) Validate() error + func (s UpdateContactChannelInput) GoString() string + func (s UpdateContactChannelInput) String() string + type UpdateContactChannelOutput struct + func (s UpdateContactChannelOutput) GoString() string + func (s UpdateContactChannelOutput) String() string + type UpdateContactInput struct + ContactId *string + DisplayName *string + Plan *Plan + func (s *UpdateContactInput) SetContactId(v string) *UpdateContactInput + func (s *UpdateContactInput) SetDisplayName(v string) *UpdateContactInput + func (s *UpdateContactInput) SetPlan(v *Plan) *UpdateContactInput + func (s *UpdateContactInput) Validate() error + func (s UpdateContactInput) GoString() string + func (s UpdateContactInput) String() string + type UpdateContactOutput struct + func (s UpdateContactOutput) GoString() string + func (s UpdateContactOutput) String() string + type UpdateRotationInput struct + ContactIds []*string + Recurrence *RecurrenceSettings + RotationId *string + StartTime *time.Time + TimeZoneId *string + func (s *UpdateRotationInput) SetContactIds(v []*string) *UpdateRotationInput + func (s *UpdateRotationInput) SetRecurrence(v *RecurrenceSettings) *UpdateRotationInput + func (s *UpdateRotationInput) SetRotationId(v string) *UpdateRotationInput + func (s *UpdateRotationInput) SetStartTime(v time.Time) *UpdateRotationInput + func (s *UpdateRotationInput) SetTimeZoneId(v string) *UpdateRotationInput + func (s *UpdateRotationInput) Validate() error + func (s UpdateRotationInput) GoString() string + func (s UpdateRotationInput) String() string + type UpdateRotationOutput struct + func (s UpdateRotationOutput) GoString() string + func (s UpdateRotationOutput) String() string + type ValidationException struct + Fields []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string + type WeeklySetting struct + DayOfWeek *string + HandOffTime *HandOffTime + func (s *WeeklySetting) SetDayOfWeek(v string) *WeeklySetting + func (s *WeeklySetting) SetHandOffTime(v *HandOffTime) *WeeklySetting + func (s *WeeklySetting) Validate() error + func (s WeeklySetting) GoString() string + func (s WeeklySetting) String() string