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 EndpointsID + const ErrCodeAttachmentIdNotFound + const ErrCodeAttachmentLimitExceeded + const ErrCodeAttachmentSetExpired + const ErrCodeAttachmentSetIdNotFound + const ErrCodeAttachmentSetSizeLimitExceeded + const ErrCodeCaseCreationLimitExceeded + const ErrCodeCaseIdNotFound + const ErrCodeDescribeAttachmentLimitExceeded + const ErrCodeInternalServerError + const ErrCodeThrottlingException + const ServiceID + const ServiceName + type AddAttachmentsToSetInput struct + AttachmentSetId *string + Attachments []*Attachment + func (s *AddAttachmentsToSetInput) SetAttachmentSetId(v string) *AddAttachmentsToSetInput + func (s *AddAttachmentsToSetInput) SetAttachments(v []*Attachment) *AddAttachmentsToSetInput + func (s *AddAttachmentsToSetInput) Validate() error + func (s AddAttachmentsToSetInput) GoString() string + func (s AddAttachmentsToSetInput) String() string + type AddAttachmentsToSetOutput struct + AttachmentSetId *string + ExpiryTime *string + func (s *AddAttachmentsToSetOutput) SetAttachmentSetId(v string) *AddAttachmentsToSetOutput + func (s *AddAttachmentsToSetOutput) SetExpiryTime(v string) *AddAttachmentsToSetOutput + func (s AddAttachmentsToSetOutput) GoString() string + func (s AddAttachmentsToSetOutput) String() string + type AddCommunicationToCaseInput struct + AttachmentSetId *string + CaseId *string + CcEmailAddresses []*string + CommunicationBody *string + func (s *AddCommunicationToCaseInput) SetAttachmentSetId(v string) *AddCommunicationToCaseInput + func (s *AddCommunicationToCaseInput) SetCaseId(v string) *AddCommunicationToCaseInput + func (s *AddCommunicationToCaseInput) SetCcEmailAddresses(v []*string) *AddCommunicationToCaseInput + func (s *AddCommunicationToCaseInput) SetCommunicationBody(v string) *AddCommunicationToCaseInput + func (s *AddCommunicationToCaseInput) Validate() error + func (s AddCommunicationToCaseInput) GoString() string + func (s AddCommunicationToCaseInput) String() string + type AddCommunicationToCaseOutput struct + Result *bool + func (s *AddCommunicationToCaseOutput) SetResult(v bool) *AddCommunicationToCaseOutput + func (s AddCommunicationToCaseOutput) GoString() string + func (s AddCommunicationToCaseOutput) String() string + type Attachment struct + Data []byte + FileName *string + func (s *Attachment) SetData(v []byte) *Attachment + func (s *Attachment) SetFileName(v string) *Attachment + func (s Attachment) GoString() string + func (s Attachment) String() string + type AttachmentDetails struct + AttachmentId *string + FileName *string + func (s *AttachmentDetails) SetAttachmentId(v string) *AttachmentDetails + func (s *AttachmentDetails) SetFileName(v string) *AttachmentDetails + func (s AttachmentDetails) GoString() string + func (s AttachmentDetails) String() string + type AttachmentIdNotFound struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AttachmentIdNotFound) Code() string + func (s *AttachmentIdNotFound) Error() string + func (s *AttachmentIdNotFound) Message() string + func (s *AttachmentIdNotFound) OrigErr() error + func (s *AttachmentIdNotFound) RequestID() string + func (s *AttachmentIdNotFound) StatusCode() int + func (s AttachmentIdNotFound) GoString() string + func (s AttachmentIdNotFound) String() string + type AttachmentLimitExceeded struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AttachmentLimitExceeded) Code() string + func (s *AttachmentLimitExceeded) Error() string + func (s *AttachmentLimitExceeded) Message() string + func (s *AttachmentLimitExceeded) OrigErr() error + func (s *AttachmentLimitExceeded) RequestID() string + func (s *AttachmentLimitExceeded) StatusCode() int + func (s AttachmentLimitExceeded) GoString() string + func (s AttachmentLimitExceeded) String() string + type AttachmentSetExpired struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AttachmentSetExpired) Code() string + func (s *AttachmentSetExpired) Error() string + func (s *AttachmentSetExpired) Message() string + func (s *AttachmentSetExpired) OrigErr() error + func (s *AttachmentSetExpired) RequestID() string + func (s *AttachmentSetExpired) StatusCode() int + func (s AttachmentSetExpired) GoString() string + func (s AttachmentSetExpired) String() string + type AttachmentSetIdNotFound struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AttachmentSetIdNotFound) Code() string + func (s *AttachmentSetIdNotFound) Error() string + func (s *AttachmentSetIdNotFound) Message() string + func (s *AttachmentSetIdNotFound) OrigErr() error + func (s *AttachmentSetIdNotFound) RequestID() string + func (s *AttachmentSetIdNotFound) StatusCode() int + func (s AttachmentSetIdNotFound) GoString() string + func (s AttachmentSetIdNotFound) String() string + type AttachmentSetSizeLimitExceeded struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AttachmentSetSizeLimitExceeded) Code() string + func (s *AttachmentSetSizeLimitExceeded) Error() string + func (s *AttachmentSetSizeLimitExceeded) Message() string + func (s *AttachmentSetSizeLimitExceeded) OrigErr() error + func (s *AttachmentSetSizeLimitExceeded) RequestID() string + func (s *AttachmentSetSizeLimitExceeded) StatusCode() int + func (s AttachmentSetSizeLimitExceeded) GoString() string + func (s AttachmentSetSizeLimitExceeded) String() string + type CaseCreationLimitExceeded struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CaseCreationLimitExceeded) Code() string + func (s *CaseCreationLimitExceeded) Error() string + func (s *CaseCreationLimitExceeded) Message() string + func (s *CaseCreationLimitExceeded) OrigErr() error + func (s *CaseCreationLimitExceeded) RequestID() string + func (s *CaseCreationLimitExceeded) StatusCode() int + func (s CaseCreationLimitExceeded) GoString() string + func (s CaseCreationLimitExceeded) String() string + type CaseDetails struct + CaseId *string + CategoryCode *string + CcEmailAddresses []*string + DisplayId *string + Language *string + RecentCommunications *RecentCaseCommunications + ServiceCode *string + SeverityCode *string + Status *string + Subject *string + SubmittedBy *string + TimeCreated *string + func (s *CaseDetails) SetCaseId(v string) *CaseDetails + func (s *CaseDetails) SetCategoryCode(v string) *CaseDetails + func (s *CaseDetails) SetCcEmailAddresses(v []*string) *CaseDetails + func (s *CaseDetails) SetDisplayId(v string) *CaseDetails + func (s *CaseDetails) SetLanguage(v string) *CaseDetails + func (s *CaseDetails) SetRecentCommunications(v *RecentCaseCommunications) *CaseDetails + func (s *CaseDetails) SetServiceCode(v string) *CaseDetails + func (s *CaseDetails) SetSeverityCode(v string) *CaseDetails + func (s *CaseDetails) SetStatus(v string) *CaseDetails + func (s *CaseDetails) SetSubject(v string) *CaseDetails + func (s *CaseDetails) SetSubmittedBy(v string) *CaseDetails + func (s *CaseDetails) SetTimeCreated(v string) *CaseDetails + func (s CaseDetails) GoString() string + func (s CaseDetails) String() string + type CaseIdNotFound struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CaseIdNotFound) Code() string + func (s *CaseIdNotFound) Error() string + func (s *CaseIdNotFound) Message() string + func (s *CaseIdNotFound) OrigErr() error + func (s *CaseIdNotFound) RequestID() string + func (s *CaseIdNotFound) StatusCode() int + func (s CaseIdNotFound) GoString() string + func (s CaseIdNotFound) String() string + type Category struct + Code *string + Name *string + func (s *Category) SetCode(v string) *Category + func (s *Category) SetName(v string) *Category + func (s Category) GoString() string + func (s Category) String() string + type Communication struct + AttachmentSet []*AttachmentDetails + Body *string + CaseId *string + SubmittedBy *string + TimeCreated *string + func (s *Communication) SetAttachmentSet(v []*AttachmentDetails) *Communication + func (s *Communication) SetBody(v string) *Communication + func (s *Communication) SetCaseId(v string) *Communication + func (s *Communication) SetSubmittedBy(v string) *Communication + func (s *Communication) SetTimeCreated(v string) *Communication + func (s Communication) GoString() string + func (s Communication) String() string + type CommunicationTypeOptions struct + DatesWithoutSupport []*DateInterval + SupportedHours []*SupportedHour + Type *string + func (s *CommunicationTypeOptions) SetDatesWithoutSupport(v []*DateInterval) *CommunicationTypeOptions + func (s *CommunicationTypeOptions) SetSupportedHours(v []*SupportedHour) *CommunicationTypeOptions + func (s *CommunicationTypeOptions) SetType(v string) *CommunicationTypeOptions + func (s CommunicationTypeOptions) GoString() string + func (s CommunicationTypeOptions) String() string + type CreateCaseInput struct + AttachmentSetId *string + CategoryCode *string + CcEmailAddresses []*string + CommunicationBody *string + IssueType *string + Language *string + ServiceCode *string + SeverityCode *string + Subject *string + func (s *CreateCaseInput) SetAttachmentSetId(v string) *CreateCaseInput + func (s *CreateCaseInput) SetCategoryCode(v string) *CreateCaseInput + func (s *CreateCaseInput) SetCcEmailAddresses(v []*string) *CreateCaseInput + func (s *CreateCaseInput) SetCommunicationBody(v string) *CreateCaseInput + func (s *CreateCaseInput) SetIssueType(v string) *CreateCaseInput + func (s *CreateCaseInput) SetLanguage(v string) *CreateCaseInput + func (s *CreateCaseInput) SetServiceCode(v string) *CreateCaseInput + func (s *CreateCaseInput) SetSeverityCode(v string) *CreateCaseInput + func (s *CreateCaseInput) SetSubject(v string) *CreateCaseInput + func (s *CreateCaseInput) Validate() error + func (s CreateCaseInput) GoString() string + func (s CreateCaseInput) String() string + type CreateCaseOutput struct + CaseId *string + func (s *CreateCaseOutput) SetCaseId(v string) *CreateCaseOutput + func (s CreateCaseOutput) GoString() string + func (s CreateCaseOutput) String() string + type DateInterval struct + EndDateTime *string + StartDateTime *string + func (s *DateInterval) SetEndDateTime(v string) *DateInterval + func (s *DateInterval) SetStartDateTime(v string) *DateInterval + func (s DateInterval) GoString() string + func (s DateInterval) String() string + type DescribeAttachmentInput struct + AttachmentId *string + func (s *DescribeAttachmentInput) SetAttachmentId(v string) *DescribeAttachmentInput + func (s *DescribeAttachmentInput) Validate() error + func (s DescribeAttachmentInput) GoString() string + func (s DescribeAttachmentInput) String() string + type DescribeAttachmentLimitExceeded struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DescribeAttachmentLimitExceeded) Code() string + func (s *DescribeAttachmentLimitExceeded) Error() string + func (s *DescribeAttachmentLimitExceeded) Message() string + func (s *DescribeAttachmentLimitExceeded) OrigErr() error + func (s *DescribeAttachmentLimitExceeded) RequestID() string + func (s *DescribeAttachmentLimitExceeded) StatusCode() int + func (s DescribeAttachmentLimitExceeded) GoString() string + func (s DescribeAttachmentLimitExceeded) String() string + type DescribeAttachmentOutput struct + Attachment *Attachment + func (s *DescribeAttachmentOutput) SetAttachment(v *Attachment) *DescribeAttachmentOutput + func (s DescribeAttachmentOutput) GoString() string + func (s DescribeAttachmentOutput) String() string + type DescribeCasesInput struct + AfterTime *string + BeforeTime *string + CaseIdList []*string + DisplayId *string + IncludeCommunications *bool + IncludeResolvedCases *bool + Language *string + MaxResults *int64 + NextToken *string + func (s *DescribeCasesInput) SetAfterTime(v string) *DescribeCasesInput + func (s *DescribeCasesInput) SetBeforeTime(v string) *DescribeCasesInput + func (s *DescribeCasesInput) SetCaseIdList(v []*string) *DescribeCasesInput + func (s *DescribeCasesInput) SetDisplayId(v string) *DescribeCasesInput + func (s *DescribeCasesInput) SetIncludeCommunications(v bool) *DescribeCasesInput + func (s *DescribeCasesInput) SetIncludeResolvedCases(v bool) *DescribeCasesInput + func (s *DescribeCasesInput) SetLanguage(v string) *DescribeCasesInput + func (s *DescribeCasesInput) SetMaxResults(v int64) *DescribeCasesInput + func (s *DescribeCasesInput) SetNextToken(v string) *DescribeCasesInput + func (s *DescribeCasesInput) Validate() error + func (s DescribeCasesInput) GoString() string + func (s DescribeCasesInput) String() string + type DescribeCasesOutput struct + Cases []*CaseDetails + NextToken *string + func (s *DescribeCasesOutput) SetCases(v []*CaseDetails) *DescribeCasesOutput + func (s *DescribeCasesOutput) SetNextToken(v string) *DescribeCasesOutput + func (s DescribeCasesOutput) GoString() string + func (s DescribeCasesOutput) String() string + type DescribeCommunicationsInput struct + AfterTime *string + BeforeTime *string + CaseId *string + MaxResults *int64 + NextToken *string + func (s *DescribeCommunicationsInput) SetAfterTime(v string) *DescribeCommunicationsInput + func (s *DescribeCommunicationsInput) SetBeforeTime(v string) *DescribeCommunicationsInput + func (s *DescribeCommunicationsInput) SetCaseId(v string) *DescribeCommunicationsInput + func (s *DescribeCommunicationsInput) SetMaxResults(v int64) *DescribeCommunicationsInput + func (s *DescribeCommunicationsInput) SetNextToken(v string) *DescribeCommunicationsInput + func (s *DescribeCommunicationsInput) Validate() error + func (s DescribeCommunicationsInput) GoString() string + func (s DescribeCommunicationsInput) String() string + type DescribeCommunicationsOutput struct + Communications []*Communication + NextToken *string + func (s *DescribeCommunicationsOutput) SetCommunications(v []*Communication) *DescribeCommunicationsOutput + func (s *DescribeCommunicationsOutput) SetNextToken(v string) *DescribeCommunicationsOutput + func (s DescribeCommunicationsOutput) GoString() string + func (s DescribeCommunicationsOutput) String() string + type DescribeCreateCaseOptionsInput struct + CategoryCode *string + IssueType *string + Language *string + ServiceCode *string + func (s *DescribeCreateCaseOptionsInput) SetCategoryCode(v string) *DescribeCreateCaseOptionsInput + func (s *DescribeCreateCaseOptionsInput) SetIssueType(v string) *DescribeCreateCaseOptionsInput + func (s *DescribeCreateCaseOptionsInput) SetLanguage(v string) *DescribeCreateCaseOptionsInput + func (s *DescribeCreateCaseOptionsInput) SetServiceCode(v string) *DescribeCreateCaseOptionsInput + func (s *DescribeCreateCaseOptionsInput) Validate() error + func (s DescribeCreateCaseOptionsInput) GoString() string + func (s DescribeCreateCaseOptionsInput) String() string + type DescribeCreateCaseOptionsOutput struct + CommunicationTypes []*CommunicationTypeOptions + LanguageAvailability *string + func (s *DescribeCreateCaseOptionsOutput) SetCommunicationTypes(v []*CommunicationTypeOptions) *DescribeCreateCaseOptionsOutput + func (s *DescribeCreateCaseOptionsOutput) SetLanguageAvailability(v string) *DescribeCreateCaseOptionsOutput + func (s DescribeCreateCaseOptionsOutput) GoString() string + func (s DescribeCreateCaseOptionsOutput) String() string + type DescribeServicesInput struct + Language *string + ServiceCodeList []*string + func (s *DescribeServicesInput) SetLanguage(v string) *DescribeServicesInput + func (s *DescribeServicesInput) SetServiceCodeList(v []*string) *DescribeServicesInput + func (s DescribeServicesInput) GoString() string + func (s DescribeServicesInput) String() string + type DescribeServicesOutput struct + Services []*Service + func (s *DescribeServicesOutput) SetServices(v []*Service) *DescribeServicesOutput + func (s DescribeServicesOutput) GoString() string + func (s DescribeServicesOutput) String() string + type DescribeSeverityLevelsInput struct + Language *string + func (s *DescribeSeverityLevelsInput) SetLanguage(v string) *DescribeSeverityLevelsInput + func (s DescribeSeverityLevelsInput) GoString() string + func (s DescribeSeverityLevelsInput) String() string + type DescribeSeverityLevelsOutput struct + SeverityLevels []*SeverityLevel + func (s *DescribeSeverityLevelsOutput) SetSeverityLevels(v []*SeverityLevel) *DescribeSeverityLevelsOutput + func (s DescribeSeverityLevelsOutput) GoString() string + func (s DescribeSeverityLevelsOutput) String() string + type DescribeSupportedLanguagesInput struct + CategoryCode *string + IssueType *string + ServiceCode *string + func (s *DescribeSupportedLanguagesInput) SetCategoryCode(v string) *DescribeSupportedLanguagesInput + func (s *DescribeSupportedLanguagesInput) SetIssueType(v string) *DescribeSupportedLanguagesInput + func (s *DescribeSupportedLanguagesInput) SetServiceCode(v string) *DescribeSupportedLanguagesInput + func (s *DescribeSupportedLanguagesInput) Validate() error + func (s DescribeSupportedLanguagesInput) GoString() string + func (s DescribeSupportedLanguagesInput) String() string + type DescribeSupportedLanguagesOutput struct + SupportedLanguages []*SupportedLanguage + func (s *DescribeSupportedLanguagesOutput) SetSupportedLanguages(v []*SupportedLanguage) *DescribeSupportedLanguagesOutput + func (s DescribeSupportedLanguagesOutput) GoString() string + func (s DescribeSupportedLanguagesOutput) String() string + type DescribeTrustedAdvisorCheckRefreshStatusesInput struct + CheckIds []*string + func (s *DescribeTrustedAdvisorCheckRefreshStatusesInput) SetCheckIds(v []*string) *DescribeTrustedAdvisorCheckRefreshStatusesInput + func (s *DescribeTrustedAdvisorCheckRefreshStatusesInput) Validate() error + func (s DescribeTrustedAdvisorCheckRefreshStatusesInput) GoString() string + func (s DescribeTrustedAdvisorCheckRefreshStatusesInput) String() string + type DescribeTrustedAdvisorCheckRefreshStatusesOutput struct + Statuses []*TrustedAdvisorCheckRefreshStatus + func (s *DescribeTrustedAdvisorCheckRefreshStatusesOutput) SetStatuses(v []*TrustedAdvisorCheckRefreshStatus) *DescribeTrustedAdvisorCheckRefreshStatusesOutput + func (s DescribeTrustedAdvisorCheckRefreshStatusesOutput) GoString() string + func (s DescribeTrustedAdvisorCheckRefreshStatusesOutput) String() string + type DescribeTrustedAdvisorCheckResultInput struct + CheckId *string + Language *string + func (s *DescribeTrustedAdvisorCheckResultInput) SetCheckId(v string) *DescribeTrustedAdvisorCheckResultInput + func (s *DescribeTrustedAdvisorCheckResultInput) SetLanguage(v string) *DescribeTrustedAdvisorCheckResultInput + func (s *DescribeTrustedAdvisorCheckResultInput) Validate() error + func (s DescribeTrustedAdvisorCheckResultInput) GoString() string + func (s DescribeTrustedAdvisorCheckResultInput) String() string + type DescribeTrustedAdvisorCheckResultOutput struct + Result *TrustedAdvisorCheckResult + func (s *DescribeTrustedAdvisorCheckResultOutput) SetResult(v *TrustedAdvisorCheckResult) *DescribeTrustedAdvisorCheckResultOutput + func (s DescribeTrustedAdvisorCheckResultOutput) GoString() string + func (s DescribeTrustedAdvisorCheckResultOutput) String() string + type DescribeTrustedAdvisorCheckSummariesInput struct + CheckIds []*string + func (s *DescribeTrustedAdvisorCheckSummariesInput) SetCheckIds(v []*string) *DescribeTrustedAdvisorCheckSummariesInput + func (s *DescribeTrustedAdvisorCheckSummariesInput) Validate() error + func (s DescribeTrustedAdvisorCheckSummariesInput) GoString() string + func (s DescribeTrustedAdvisorCheckSummariesInput) String() string + type DescribeTrustedAdvisorCheckSummariesOutput struct + Summaries []*TrustedAdvisorCheckSummary + func (s *DescribeTrustedAdvisorCheckSummariesOutput) SetSummaries(v []*TrustedAdvisorCheckSummary) *DescribeTrustedAdvisorCheckSummariesOutput + func (s DescribeTrustedAdvisorCheckSummariesOutput) GoString() string + func (s DescribeTrustedAdvisorCheckSummariesOutput) String() string + type DescribeTrustedAdvisorChecksInput struct + Language *string + func (s *DescribeTrustedAdvisorChecksInput) SetLanguage(v string) *DescribeTrustedAdvisorChecksInput + func (s *DescribeTrustedAdvisorChecksInput) Validate() error + func (s DescribeTrustedAdvisorChecksInput) GoString() string + func (s DescribeTrustedAdvisorChecksInput) String() string + type DescribeTrustedAdvisorChecksOutput struct + Checks []*TrustedAdvisorCheckDescription + func (s *DescribeTrustedAdvisorChecksOutput) SetChecks(v []*TrustedAdvisorCheckDescription) *DescribeTrustedAdvisorChecksOutput + func (s DescribeTrustedAdvisorChecksOutput) GoString() string + func (s DescribeTrustedAdvisorChecksOutput) String() string + type InternalServerError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerError) Code() string + func (s *InternalServerError) Error() string + func (s *InternalServerError) Message() string + func (s *InternalServerError) OrigErr() error + func (s *InternalServerError) RequestID() string + func (s *InternalServerError) StatusCode() int + func (s InternalServerError) GoString() string + func (s InternalServerError) String() string + type RecentCaseCommunications struct + Communications []*Communication + NextToken *string + func (s *RecentCaseCommunications) SetCommunications(v []*Communication) *RecentCaseCommunications + func (s *RecentCaseCommunications) SetNextToken(v string) *RecentCaseCommunications + func (s RecentCaseCommunications) GoString() string + func (s RecentCaseCommunications) String() string + type RefreshTrustedAdvisorCheckInput struct + CheckId *string + func (s *RefreshTrustedAdvisorCheckInput) SetCheckId(v string) *RefreshTrustedAdvisorCheckInput + func (s *RefreshTrustedAdvisorCheckInput) Validate() error + func (s RefreshTrustedAdvisorCheckInput) GoString() string + func (s RefreshTrustedAdvisorCheckInput) String() string + type RefreshTrustedAdvisorCheckOutput struct + Status *TrustedAdvisorCheckRefreshStatus + func (s *RefreshTrustedAdvisorCheckOutput) SetStatus(v *TrustedAdvisorCheckRefreshStatus) *RefreshTrustedAdvisorCheckOutput + func (s RefreshTrustedAdvisorCheckOutput) GoString() string + func (s RefreshTrustedAdvisorCheckOutput) String() string + type ResolveCaseInput struct + CaseId *string + func (s *ResolveCaseInput) SetCaseId(v string) *ResolveCaseInput + func (s ResolveCaseInput) GoString() string + func (s ResolveCaseInput) String() string + type ResolveCaseOutput struct + FinalCaseStatus *string + InitialCaseStatus *string + func (s *ResolveCaseOutput) SetFinalCaseStatus(v string) *ResolveCaseOutput + func (s *ResolveCaseOutput) SetInitialCaseStatus(v string) *ResolveCaseOutput + func (s ResolveCaseOutput) GoString() string + func (s ResolveCaseOutput) String() string + type Service struct + Categories []*Category + Code *string + Name *string + func (s *Service) SetCategories(v []*Category) *Service + func (s *Service) SetCode(v string) *Service + func (s *Service) SetName(v string) *Service + func (s Service) GoString() string + func (s Service) String() string + type SeverityLevel struct + Code *string + Name *string + func (s *SeverityLevel) SetCode(v string) *SeverityLevel + func (s *SeverityLevel) SetName(v string) *SeverityLevel + func (s SeverityLevel) GoString() string + func (s SeverityLevel) String() string + type Support struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Support + func (c *Support) AddAttachmentsToSet(input *AddAttachmentsToSetInput) (*AddAttachmentsToSetOutput, error) + func (c *Support) AddAttachmentsToSetRequest(input *AddAttachmentsToSetInput) (req *request.Request, output *AddAttachmentsToSetOutput) + func (c *Support) AddAttachmentsToSetWithContext(ctx aws.Context, input *AddAttachmentsToSetInput, opts ...request.Option) (*AddAttachmentsToSetOutput, error) + func (c *Support) AddCommunicationToCase(input *AddCommunicationToCaseInput) (*AddCommunicationToCaseOutput, error) + func (c *Support) AddCommunicationToCaseRequest(input *AddCommunicationToCaseInput) (req *request.Request, output *AddCommunicationToCaseOutput) + func (c *Support) AddCommunicationToCaseWithContext(ctx aws.Context, input *AddCommunicationToCaseInput, opts ...request.Option) (*AddCommunicationToCaseOutput, error) + func (c *Support) CreateCase(input *CreateCaseInput) (*CreateCaseOutput, error) + func (c *Support) CreateCaseRequest(input *CreateCaseInput) (req *request.Request, output *CreateCaseOutput) + func (c *Support) CreateCaseWithContext(ctx aws.Context, input *CreateCaseInput, opts ...request.Option) (*CreateCaseOutput, error) + func (c *Support) DescribeAttachment(input *DescribeAttachmentInput) (*DescribeAttachmentOutput, error) + func (c *Support) DescribeAttachmentRequest(input *DescribeAttachmentInput) (req *request.Request, output *DescribeAttachmentOutput) + func (c *Support) DescribeAttachmentWithContext(ctx aws.Context, input *DescribeAttachmentInput, opts ...request.Option) (*DescribeAttachmentOutput, error) + func (c *Support) DescribeCases(input *DescribeCasesInput) (*DescribeCasesOutput, error) + func (c *Support) DescribeCasesPages(input *DescribeCasesInput, fn func(*DescribeCasesOutput, bool) bool) error + func (c *Support) DescribeCasesPagesWithContext(ctx aws.Context, input *DescribeCasesInput, ...) error + func (c *Support) DescribeCasesRequest(input *DescribeCasesInput) (req *request.Request, output *DescribeCasesOutput) + func (c *Support) DescribeCasesWithContext(ctx aws.Context, input *DescribeCasesInput, opts ...request.Option) (*DescribeCasesOutput, error) + func (c *Support) DescribeCommunications(input *DescribeCommunicationsInput) (*DescribeCommunicationsOutput, error) + func (c *Support) DescribeCommunicationsPages(input *DescribeCommunicationsInput, ...) error + func (c *Support) DescribeCommunicationsPagesWithContext(ctx aws.Context, input *DescribeCommunicationsInput, ...) error + func (c *Support) DescribeCommunicationsRequest(input *DescribeCommunicationsInput) (req *request.Request, output *DescribeCommunicationsOutput) + func (c *Support) DescribeCommunicationsWithContext(ctx aws.Context, input *DescribeCommunicationsInput, opts ...request.Option) (*DescribeCommunicationsOutput, error) + func (c *Support) DescribeCreateCaseOptions(input *DescribeCreateCaseOptionsInput) (*DescribeCreateCaseOptionsOutput, error) + func (c *Support) DescribeCreateCaseOptionsRequest(input *DescribeCreateCaseOptionsInput) (req *request.Request, output *DescribeCreateCaseOptionsOutput) + func (c *Support) DescribeCreateCaseOptionsWithContext(ctx aws.Context, input *DescribeCreateCaseOptionsInput, opts ...request.Option) (*DescribeCreateCaseOptionsOutput, error) + func (c *Support) DescribeServices(input *DescribeServicesInput) (*DescribeServicesOutput, error) + func (c *Support) DescribeServicesRequest(input *DescribeServicesInput) (req *request.Request, output *DescribeServicesOutput) + func (c *Support) DescribeServicesWithContext(ctx aws.Context, input *DescribeServicesInput, opts ...request.Option) (*DescribeServicesOutput, error) + func (c *Support) DescribeSeverityLevels(input *DescribeSeverityLevelsInput) (*DescribeSeverityLevelsOutput, error) + func (c *Support) DescribeSeverityLevelsRequest(input *DescribeSeverityLevelsInput) (req *request.Request, output *DescribeSeverityLevelsOutput) + func (c *Support) DescribeSeverityLevelsWithContext(ctx aws.Context, input *DescribeSeverityLevelsInput, opts ...request.Option) (*DescribeSeverityLevelsOutput, error) + func (c *Support) DescribeSupportedLanguages(input *DescribeSupportedLanguagesInput) (*DescribeSupportedLanguagesOutput, error) + func (c *Support) DescribeSupportedLanguagesRequest(input *DescribeSupportedLanguagesInput) (req *request.Request, output *DescribeSupportedLanguagesOutput) + func (c *Support) DescribeSupportedLanguagesWithContext(ctx aws.Context, input *DescribeSupportedLanguagesInput, ...) (*DescribeSupportedLanguagesOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckRefreshStatuses(input *DescribeTrustedAdvisorCheckRefreshStatusesInput) (*DescribeTrustedAdvisorCheckRefreshStatusesOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckRefreshStatusesRequest(input *DescribeTrustedAdvisorCheckRefreshStatusesInput) (req *request.Request, output *DescribeTrustedAdvisorCheckRefreshStatusesOutput) + func (c *Support) DescribeTrustedAdvisorCheckRefreshStatusesWithContext(ctx aws.Context, input *DescribeTrustedAdvisorCheckRefreshStatusesInput, ...) (*DescribeTrustedAdvisorCheckRefreshStatusesOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckResult(input *DescribeTrustedAdvisorCheckResultInput) (*DescribeTrustedAdvisorCheckResultOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckResultRequest(input *DescribeTrustedAdvisorCheckResultInput) (req *request.Request, output *DescribeTrustedAdvisorCheckResultOutput) + func (c *Support) DescribeTrustedAdvisorCheckResultWithContext(ctx aws.Context, input *DescribeTrustedAdvisorCheckResultInput, ...) (*DescribeTrustedAdvisorCheckResultOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckSummaries(input *DescribeTrustedAdvisorCheckSummariesInput) (*DescribeTrustedAdvisorCheckSummariesOutput, error) + func (c *Support) DescribeTrustedAdvisorCheckSummariesRequest(input *DescribeTrustedAdvisorCheckSummariesInput) (req *request.Request, output *DescribeTrustedAdvisorCheckSummariesOutput) + func (c *Support) DescribeTrustedAdvisorCheckSummariesWithContext(ctx aws.Context, input *DescribeTrustedAdvisorCheckSummariesInput, ...) (*DescribeTrustedAdvisorCheckSummariesOutput, error) + func (c *Support) DescribeTrustedAdvisorChecks(input *DescribeTrustedAdvisorChecksInput) (*DescribeTrustedAdvisorChecksOutput, error) + func (c *Support) DescribeTrustedAdvisorChecksRequest(input *DescribeTrustedAdvisorChecksInput) (req *request.Request, output *DescribeTrustedAdvisorChecksOutput) + func (c *Support) DescribeTrustedAdvisorChecksWithContext(ctx aws.Context, input *DescribeTrustedAdvisorChecksInput, ...) (*DescribeTrustedAdvisorChecksOutput, error) + func (c *Support) RefreshTrustedAdvisorCheck(input *RefreshTrustedAdvisorCheckInput) (*RefreshTrustedAdvisorCheckOutput, error) + func (c *Support) RefreshTrustedAdvisorCheckRequest(input *RefreshTrustedAdvisorCheckInput) (req *request.Request, output *RefreshTrustedAdvisorCheckOutput) + func (c *Support) RefreshTrustedAdvisorCheckWithContext(ctx aws.Context, input *RefreshTrustedAdvisorCheckInput, ...) (*RefreshTrustedAdvisorCheckOutput, error) + func (c *Support) ResolveCase(input *ResolveCaseInput) (*ResolveCaseOutput, error) + func (c *Support) ResolveCaseRequest(input *ResolveCaseInput) (req *request.Request, output *ResolveCaseOutput) + func (c *Support) ResolveCaseWithContext(ctx aws.Context, input *ResolveCaseInput, opts ...request.Option) (*ResolveCaseOutput, error) + type SupportedHour struct + EndTime *string + StartTime *string + func (s *SupportedHour) SetEndTime(v string) *SupportedHour + func (s *SupportedHour) SetStartTime(v string) *SupportedHour + func (s SupportedHour) GoString() string + func (s SupportedHour) String() string + type SupportedLanguage struct + Code *string + Display *string + Language *string + func (s *SupportedLanguage) SetCode(v string) *SupportedLanguage + func (s *SupportedLanguage) SetDisplay(v string) *SupportedLanguage + func (s *SupportedLanguage) SetLanguage(v string) *SupportedLanguage + func (s SupportedLanguage) GoString() string + func (s SupportedLanguage) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + 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 TrustedAdvisorCategorySpecificSummary struct + CostOptimizing *TrustedAdvisorCostOptimizingSummary + func (s *TrustedAdvisorCategorySpecificSummary) SetCostOptimizing(v *TrustedAdvisorCostOptimizingSummary) *TrustedAdvisorCategorySpecificSummary + func (s TrustedAdvisorCategorySpecificSummary) GoString() string + func (s TrustedAdvisorCategorySpecificSummary) String() string + type TrustedAdvisorCheckDescription struct + Category *string + Description *string + Id *string + Metadata []*string + Name *string + func (s *TrustedAdvisorCheckDescription) SetCategory(v string) *TrustedAdvisorCheckDescription + func (s *TrustedAdvisorCheckDescription) SetDescription(v string) *TrustedAdvisorCheckDescription + func (s *TrustedAdvisorCheckDescription) SetId(v string) *TrustedAdvisorCheckDescription + func (s *TrustedAdvisorCheckDescription) SetMetadata(v []*string) *TrustedAdvisorCheckDescription + func (s *TrustedAdvisorCheckDescription) SetName(v string) *TrustedAdvisorCheckDescription + func (s TrustedAdvisorCheckDescription) GoString() string + func (s TrustedAdvisorCheckDescription) String() string + type TrustedAdvisorCheckRefreshStatus struct + CheckId *string + MillisUntilNextRefreshable *int64 + Status *string + func (s *TrustedAdvisorCheckRefreshStatus) SetCheckId(v string) *TrustedAdvisorCheckRefreshStatus + func (s *TrustedAdvisorCheckRefreshStatus) SetMillisUntilNextRefreshable(v int64) *TrustedAdvisorCheckRefreshStatus + func (s *TrustedAdvisorCheckRefreshStatus) SetStatus(v string) *TrustedAdvisorCheckRefreshStatus + func (s TrustedAdvisorCheckRefreshStatus) GoString() string + func (s TrustedAdvisorCheckRefreshStatus) String() string + type TrustedAdvisorCheckResult struct + CategorySpecificSummary *TrustedAdvisorCategorySpecificSummary + CheckId *string + FlaggedResources []*TrustedAdvisorResourceDetail + ResourcesSummary *TrustedAdvisorResourcesSummary + Status *string + Timestamp *string + func (s *TrustedAdvisorCheckResult) SetCategorySpecificSummary(v *TrustedAdvisorCategorySpecificSummary) *TrustedAdvisorCheckResult + func (s *TrustedAdvisorCheckResult) SetCheckId(v string) *TrustedAdvisorCheckResult + func (s *TrustedAdvisorCheckResult) SetFlaggedResources(v []*TrustedAdvisorResourceDetail) *TrustedAdvisorCheckResult + func (s *TrustedAdvisorCheckResult) SetResourcesSummary(v *TrustedAdvisorResourcesSummary) *TrustedAdvisorCheckResult + func (s *TrustedAdvisorCheckResult) SetStatus(v string) *TrustedAdvisorCheckResult + func (s *TrustedAdvisorCheckResult) SetTimestamp(v string) *TrustedAdvisorCheckResult + func (s TrustedAdvisorCheckResult) GoString() string + func (s TrustedAdvisorCheckResult) String() string + type TrustedAdvisorCheckSummary struct + CategorySpecificSummary *TrustedAdvisorCategorySpecificSummary + CheckId *string + HasFlaggedResources *bool + ResourcesSummary *TrustedAdvisorResourcesSummary + Status *string + Timestamp *string + func (s *TrustedAdvisorCheckSummary) SetCategorySpecificSummary(v *TrustedAdvisorCategorySpecificSummary) *TrustedAdvisorCheckSummary + func (s *TrustedAdvisorCheckSummary) SetCheckId(v string) *TrustedAdvisorCheckSummary + func (s *TrustedAdvisorCheckSummary) SetHasFlaggedResources(v bool) *TrustedAdvisorCheckSummary + func (s *TrustedAdvisorCheckSummary) SetResourcesSummary(v *TrustedAdvisorResourcesSummary) *TrustedAdvisorCheckSummary + func (s *TrustedAdvisorCheckSummary) SetStatus(v string) *TrustedAdvisorCheckSummary + func (s *TrustedAdvisorCheckSummary) SetTimestamp(v string) *TrustedAdvisorCheckSummary + func (s TrustedAdvisorCheckSummary) GoString() string + func (s TrustedAdvisorCheckSummary) String() string + type TrustedAdvisorCostOptimizingSummary struct + EstimatedMonthlySavings *float64 + EstimatedPercentMonthlySavings *float64 + func (s *TrustedAdvisorCostOptimizingSummary) SetEstimatedMonthlySavings(v float64) *TrustedAdvisorCostOptimizingSummary + func (s *TrustedAdvisorCostOptimizingSummary) SetEstimatedPercentMonthlySavings(v float64) *TrustedAdvisorCostOptimizingSummary + func (s TrustedAdvisorCostOptimizingSummary) GoString() string + func (s TrustedAdvisorCostOptimizingSummary) String() string + type TrustedAdvisorResourceDetail struct + IsSuppressed *bool + Metadata []*string + Region *string + ResourceId *string + Status *string + func (s *TrustedAdvisorResourceDetail) SetIsSuppressed(v bool) *TrustedAdvisorResourceDetail + func (s *TrustedAdvisorResourceDetail) SetMetadata(v []*string) *TrustedAdvisorResourceDetail + func (s *TrustedAdvisorResourceDetail) SetRegion(v string) *TrustedAdvisorResourceDetail + func (s *TrustedAdvisorResourceDetail) SetResourceId(v string) *TrustedAdvisorResourceDetail + func (s *TrustedAdvisorResourceDetail) SetStatus(v string) *TrustedAdvisorResourceDetail + func (s TrustedAdvisorResourceDetail) GoString() string + func (s TrustedAdvisorResourceDetail) String() string + type TrustedAdvisorResourcesSummary struct + ResourcesFlagged *int64 + ResourcesIgnored *int64 + ResourcesProcessed *int64 + ResourcesSuppressed *int64 + func (s *TrustedAdvisorResourcesSummary) SetResourcesFlagged(v int64) *TrustedAdvisorResourcesSummary + func (s *TrustedAdvisorResourcesSummary) SetResourcesIgnored(v int64) *TrustedAdvisorResourcesSummary + func (s *TrustedAdvisorResourcesSummary) SetResourcesProcessed(v int64) *TrustedAdvisorResourcesSummary + func (s *TrustedAdvisorResourcesSummary) SetResourcesSuppressed(v int64) *TrustedAdvisorResourcesSummary + func (s TrustedAdvisorResourcesSummary) GoString() string + func (s TrustedAdvisorResourcesSummary) String() string