Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const CommentBodyTextTypeTextPlain + const DomainStatusActive + const DomainStatusCreationFailed + const DomainStatusCreationInProgress + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const FieldNamespaceCustom + const FieldNamespaceSystem + const FieldTypeBoolean + const FieldTypeDateTime + const FieldTypeNumber + const FieldTypeSingleSelect + const FieldTypeText + const FieldTypeUrl + const OrderAsc + const OrderDesc + const RelatedItemTypeComment + const RelatedItemTypeContact + const ServiceID + const ServiceName + const TemplateStatusActive + const TemplateStatusInactive + func CommentBodyTextType_Values() []string + func DomainStatus_Values() []string + func FieldNamespace_Values() []string + func FieldType_Values() []string + func Order_Values() []string + func RelatedItemType_Values() []string + func TemplateStatus_Values() []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 BasicLayout struct + MoreInfo *LayoutSections + TopPanel *LayoutSections + func (s *BasicLayout) SetMoreInfo(v *LayoutSections) *BasicLayout + func (s *BasicLayout) SetTopPanel(v *LayoutSections) *BasicLayout + func (s *BasicLayout) Validate() error + func (s BasicLayout) GoString() string + func (s BasicLayout) String() string + type BatchGetFieldInput struct + DomainId *string + Fields []*FieldIdentifier + func (s *BatchGetFieldInput) SetDomainId(v string) *BatchGetFieldInput + func (s *BatchGetFieldInput) SetFields(v []*FieldIdentifier) *BatchGetFieldInput + func (s *BatchGetFieldInput) Validate() error + func (s BatchGetFieldInput) GoString() string + func (s BatchGetFieldInput) String() string + type BatchGetFieldOutput struct + Errors []*FieldError + Fields []*GetFieldResponse + func (s *BatchGetFieldOutput) SetErrors(v []*FieldError) *BatchGetFieldOutput + func (s *BatchGetFieldOutput) SetFields(v []*GetFieldResponse) *BatchGetFieldOutput + func (s BatchGetFieldOutput) GoString() string + func (s BatchGetFieldOutput) String() string + type BatchPutFieldOptionsInput struct + DomainId *string + FieldId *string + Options []*FieldOption + func (s *BatchPutFieldOptionsInput) SetDomainId(v string) *BatchPutFieldOptionsInput + func (s *BatchPutFieldOptionsInput) SetFieldId(v string) *BatchPutFieldOptionsInput + func (s *BatchPutFieldOptionsInput) SetOptions(v []*FieldOption) *BatchPutFieldOptionsInput + func (s *BatchPutFieldOptionsInput) Validate() error + func (s BatchPutFieldOptionsInput) GoString() string + func (s BatchPutFieldOptionsInput) String() string + type BatchPutFieldOptionsOutput struct + Errors []*FieldOptionError + func (s *BatchPutFieldOptionsOutput) SetErrors(v []*FieldOptionError) *BatchPutFieldOptionsOutput + func (s BatchPutFieldOptionsOutput) GoString() string + func (s BatchPutFieldOptionsOutput) String() string + type CaseEventIncludedData struct + Fields []*FieldIdentifier + func (s *CaseEventIncludedData) SetFields(v []*FieldIdentifier) *CaseEventIncludedData + func (s *CaseEventIncludedData) Validate() error + func (s CaseEventIncludedData) GoString() string + func (s CaseEventIncludedData) String() string + type CaseFilter struct + AndAll []*CaseFilter + Field *FieldFilter + Not *CaseFilter + OrAll []*CaseFilter + func (s *CaseFilter) SetAndAll(v []*CaseFilter) *CaseFilter + func (s *CaseFilter) SetField(v *FieldFilter) *CaseFilter + func (s *CaseFilter) SetNot(v *CaseFilter) *CaseFilter + func (s *CaseFilter) SetOrAll(v []*CaseFilter) *CaseFilter + func (s *CaseFilter) Validate() error + func (s CaseFilter) GoString() string + func (s CaseFilter) String() string + type CaseSummary struct + CaseId *string + TemplateId *string + func (s *CaseSummary) SetCaseId(v string) *CaseSummary + func (s *CaseSummary) SetTemplateId(v string) *CaseSummary + func (s CaseSummary) GoString() string + func (s CaseSummary) String() string + type CommentContent struct + Body *string + ContentType *string + func (s *CommentContent) SetBody(v string) *CommentContent + func (s *CommentContent) SetContentType(v string) *CommentContent + func (s *CommentContent) Validate() error + func (s CommentContent) GoString() string + func (s CommentContent) String() string + type CommentFilter struct + func (s CommentFilter) GoString() string + func (s CommentFilter) String() string + type ConflictException struct + Message_ *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 ConnectCases struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConnectCases + func (c *ConnectCases) BatchGetField(input *BatchGetFieldInput) (*BatchGetFieldOutput, error) + func (c *ConnectCases) BatchGetFieldRequest(input *BatchGetFieldInput) (req *request.Request, output *BatchGetFieldOutput) + func (c *ConnectCases) BatchGetFieldWithContext(ctx aws.Context, input *BatchGetFieldInput, opts ...request.Option) (*BatchGetFieldOutput, error) + func (c *ConnectCases) BatchPutFieldOptions(input *BatchPutFieldOptionsInput) (*BatchPutFieldOptionsOutput, error) + func (c *ConnectCases) BatchPutFieldOptionsRequest(input *BatchPutFieldOptionsInput) (req *request.Request, output *BatchPutFieldOptionsOutput) + func (c *ConnectCases) BatchPutFieldOptionsWithContext(ctx aws.Context, input *BatchPutFieldOptionsInput, opts ...request.Option) (*BatchPutFieldOptionsOutput, error) + func (c *ConnectCases) CreateCase(input *CreateCaseInput) (*CreateCaseOutput, error) + func (c *ConnectCases) CreateCaseRequest(input *CreateCaseInput) (req *request.Request, output *CreateCaseOutput) + func (c *ConnectCases) CreateCaseWithContext(ctx aws.Context, input *CreateCaseInput, opts ...request.Option) (*CreateCaseOutput, error) + func (c *ConnectCases) CreateDomain(input *CreateDomainInput) (*CreateDomainOutput, error) + func (c *ConnectCases) CreateDomainRequest(input *CreateDomainInput) (req *request.Request, output *CreateDomainOutput) + func (c *ConnectCases) CreateDomainWithContext(ctx aws.Context, input *CreateDomainInput, opts ...request.Option) (*CreateDomainOutput, error) + func (c *ConnectCases) CreateField(input *CreateFieldInput) (*CreateFieldOutput, error) + func (c *ConnectCases) CreateFieldRequest(input *CreateFieldInput) (req *request.Request, output *CreateFieldOutput) + func (c *ConnectCases) CreateFieldWithContext(ctx aws.Context, input *CreateFieldInput, opts ...request.Option) (*CreateFieldOutput, error) + func (c *ConnectCases) CreateLayout(input *CreateLayoutInput) (*CreateLayoutOutput, error) + func (c *ConnectCases) CreateLayoutRequest(input *CreateLayoutInput) (req *request.Request, output *CreateLayoutOutput) + func (c *ConnectCases) CreateLayoutWithContext(ctx aws.Context, input *CreateLayoutInput, opts ...request.Option) (*CreateLayoutOutput, error) + func (c *ConnectCases) CreateRelatedItem(input *CreateRelatedItemInput) (*CreateRelatedItemOutput, error) + func (c *ConnectCases) CreateRelatedItemRequest(input *CreateRelatedItemInput) (req *request.Request, output *CreateRelatedItemOutput) + func (c *ConnectCases) CreateRelatedItemWithContext(ctx aws.Context, input *CreateRelatedItemInput, opts ...request.Option) (*CreateRelatedItemOutput, error) + func (c *ConnectCases) CreateTemplate(input *CreateTemplateInput) (*CreateTemplateOutput, error) + func (c *ConnectCases) CreateTemplateRequest(input *CreateTemplateInput) (req *request.Request, output *CreateTemplateOutput) + func (c *ConnectCases) CreateTemplateWithContext(ctx aws.Context, input *CreateTemplateInput, opts ...request.Option) (*CreateTemplateOutput, error) + func (c *ConnectCases) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error) + func (c *ConnectCases) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput) + func (c *ConnectCases) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error) + func (c *ConnectCases) GetCase(input *GetCaseInput) (*GetCaseOutput, error) + func (c *ConnectCases) GetCaseEventConfiguration(input *GetCaseEventConfigurationInput) (*GetCaseEventConfigurationOutput, error) + func (c *ConnectCases) GetCaseEventConfigurationRequest(input *GetCaseEventConfigurationInput) (req *request.Request, output *GetCaseEventConfigurationOutput) + func (c *ConnectCases) GetCaseEventConfigurationWithContext(ctx aws.Context, input *GetCaseEventConfigurationInput, opts ...request.Option) (*GetCaseEventConfigurationOutput, error) + func (c *ConnectCases) GetCasePages(input *GetCaseInput, fn func(*GetCaseOutput, bool) bool) error + func (c *ConnectCases) GetCasePagesWithContext(ctx aws.Context, input *GetCaseInput, fn func(*GetCaseOutput, bool) bool, ...) error + func (c *ConnectCases) GetCaseRequest(input *GetCaseInput) (req *request.Request, output *GetCaseOutput) + func (c *ConnectCases) GetCaseWithContext(ctx aws.Context, input *GetCaseInput, opts ...request.Option) (*GetCaseOutput, error) + func (c *ConnectCases) GetDomain(input *GetDomainInput) (*GetDomainOutput, error) + func (c *ConnectCases) GetDomainRequest(input *GetDomainInput) (req *request.Request, output *GetDomainOutput) + func (c *ConnectCases) GetDomainWithContext(ctx aws.Context, input *GetDomainInput, opts ...request.Option) (*GetDomainOutput, error) + func (c *ConnectCases) GetLayout(input *GetLayoutInput) (*GetLayoutOutput, error) + func (c *ConnectCases) GetLayoutRequest(input *GetLayoutInput) (req *request.Request, output *GetLayoutOutput) + func (c *ConnectCases) GetLayoutWithContext(ctx aws.Context, input *GetLayoutInput, opts ...request.Option) (*GetLayoutOutput, error) + func (c *ConnectCases) GetTemplate(input *GetTemplateInput) (*GetTemplateOutput, error) + func (c *ConnectCases) GetTemplateRequest(input *GetTemplateInput) (req *request.Request, output *GetTemplateOutput) + func (c *ConnectCases) GetTemplateWithContext(ctx aws.Context, input *GetTemplateInput, opts ...request.Option) (*GetTemplateOutput, error) + func (c *ConnectCases) ListCasesForContact(input *ListCasesForContactInput) (*ListCasesForContactOutput, error) + func (c *ConnectCases) ListCasesForContactPages(input *ListCasesForContactInput, ...) error + func (c *ConnectCases) ListCasesForContactPagesWithContext(ctx aws.Context, input *ListCasesForContactInput, ...) error + func (c *ConnectCases) ListCasesForContactRequest(input *ListCasesForContactInput) (req *request.Request, output *ListCasesForContactOutput) + func (c *ConnectCases) ListCasesForContactWithContext(ctx aws.Context, input *ListCasesForContactInput, opts ...request.Option) (*ListCasesForContactOutput, error) + func (c *ConnectCases) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error) + func (c *ConnectCases) ListDomainsPages(input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool) error + func (c *ConnectCases) ListDomainsPagesWithContext(ctx aws.Context, input *ListDomainsInput, ...) error + func (c *ConnectCases) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput) + func (c *ConnectCases) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error) + func (c *ConnectCases) ListFieldOptions(input *ListFieldOptionsInput) (*ListFieldOptionsOutput, error) + func (c *ConnectCases) ListFieldOptionsPages(input *ListFieldOptionsInput, fn func(*ListFieldOptionsOutput, bool) bool) error + func (c *ConnectCases) ListFieldOptionsPagesWithContext(ctx aws.Context, input *ListFieldOptionsInput, ...) error + func (c *ConnectCases) ListFieldOptionsRequest(input *ListFieldOptionsInput) (req *request.Request, output *ListFieldOptionsOutput) + func (c *ConnectCases) ListFieldOptionsWithContext(ctx aws.Context, input *ListFieldOptionsInput, opts ...request.Option) (*ListFieldOptionsOutput, error) + func (c *ConnectCases) ListFields(input *ListFieldsInput) (*ListFieldsOutput, error) + func (c *ConnectCases) ListFieldsPages(input *ListFieldsInput, fn func(*ListFieldsOutput, bool) bool) error + func (c *ConnectCases) ListFieldsPagesWithContext(ctx aws.Context, input *ListFieldsInput, fn func(*ListFieldsOutput, bool) bool, ...) error + func (c *ConnectCases) ListFieldsRequest(input *ListFieldsInput) (req *request.Request, output *ListFieldsOutput) + func (c *ConnectCases) ListFieldsWithContext(ctx aws.Context, input *ListFieldsInput, opts ...request.Option) (*ListFieldsOutput, error) + func (c *ConnectCases) ListLayouts(input *ListLayoutsInput) (*ListLayoutsOutput, error) + func (c *ConnectCases) ListLayoutsPages(input *ListLayoutsInput, fn func(*ListLayoutsOutput, bool) bool) error + func (c *ConnectCases) ListLayoutsPagesWithContext(ctx aws.Context, input *ListLayoutsInput, ...) error + func (c *ConnectCases) ListLayoutsRequest(input *ListLayoutsInput) (req *request.Request, output *ListLayoutsOutput) + func (c *ConnectCases) ListLayoutsWithContext(ctx aws.Context, input *ListLayoutsInput, opts ...request.Option) (*ListLayoutsOutput, error) + func (c *ConnectCases) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *ConnectCases) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *ConnectCases) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *ConnectCases) ListTemplates(input *ListTemplatesInput) (*ListTemplatesOutput, error) + func (c *ConnectCases) ListTemplatesPages(input *ListTemplatesInput, fn func(*ListTemplatesOutput, bool) bool) error + func (c *ConnectCases) ListTemplatesPagesWithContext(ctx aws.Context, input *ListTemplatesInput, ...) error + func (c *ConnectCases) ListTemplatesRequest(input *ListTemplatesInput) (req *request.Request, output *ListTemplatesOutput) + func (c *ConnectCases) ListTemplatesWithContext(ctx aws.Context, input *ListTemplatesInput, opts ...request.Option) (*ListTemplatesOutput, error) + func (c *ConnectCases) PutCaseEventConfiguration(input *PutCaseEventConfigurationInput) (*PutCaseEventConfigurationOutput, error) + func (c *ConnectCases) PutCaseEventConfigurationRequest(input *PutCaseEventConfigurationInput) (req *request.Request, output *PutCaseEventConfigurationOutput) + func (c *ConnectCases) PutCaseEventConfigurationWithContext(ctx aws.Context, input *PutCaseEventConfigurationInput, opts ...request.Option) (*PutCaseEventConfigurationOutput, error) + func (c *ConnectCases) SearchCases(input *SearchCasesInput) (*SearchCasesOutput, error) + func (c *ConnectCases) SearchCasesPages(input *SearchCasesInput, fn func(*SearchCasesOutput, bool) bool) error + func (c *ConnectCases) SearchCasesPagesWithContext(ctx aws.Context, input *SearchCasesInput, ...) error + func (c *ConnectCases) SearchCasesRequest(input *SearchCasesInput) (req *request.Request, output *SearchCasesOutput) + func (c *ConnectCases) SearchCasesWithContext(ctx aws.Context, input *SearchCasesInput, opts ...request.Option) (*SearchCasesOutput, error) + func (c *ConnectCases) SearchRelatedItems(input *SearchRelatedItemsInput) (*SearchRelatedItemsOutput, error) + func (c *ConnectCases) SearchRelatedItemsPages(input *SearchRelatedItemsInput, fn func(*SearchRelatedItemsOutput, bool) bool) error + func (c *ConnectCases) SearchRelatedItemsPagesWithContext(ctx aws.Context, input *SearchRelatedItemsInput, ...) error + func (c *ConnectCases) SearchRelatedItemsRequest(input *SearchRelatedItemsInput) (req *request.Request, output *SearchRelatedItemsOutput) + func (c *ConnectCases) SearchRelatedItemsWithContext(ctx aws.Context, input *SearchRelatedItemsInput, opts ...request.Option) (*SearchRelatedItemsOutput, error) + func (c *ConnectCases) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *ConnectCases) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *ConnectCases) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *ConnectCases) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *ConnectCases) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *ConnectCases) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *ConnectCases) UpdateCase(input *UpdateCaseInput) (*UpdateCaseOutput, error) + func (c *ConnectCases) UpdateCaseRequest(input *UpdateCaseInput) (req *request.Request, output *UpdateCaseOutput) + func (c *ConnectCases) UpdateCaseWithContext(ctx aws.Context, input *UpdateCaseInput, opts ...request.Option) (*UpdateCaseOutput, error) + func (c *ConnectCases) UpdateField(input *UpdateFieldInput) (*UpdateFieldOutput, error) + func (c *ConnectCases) UpdateFieldRequest(input *UpdateFieldInput) (req *request.Request, output *UpdateFieldOutput) + func (c *ConnectCases) UpdateFieldWithContext(ctx aws.Context, input *UpdateFieldInput, opts ...request.Option) (*UpdateFieldOutput, error) + func (c *ConnectCases) UpdateLayout(input *UpdateLayoutInput) (*UpdateLayoutOutput, error) + func (c *ConnectCases) UpdateLayoutRequest(input *UpdateLayoutInput) (req *request.Request, output *UpdateLayoutOutput) + func (c *ConnectCases) UpdateLayoutWithContext(ctx aws.Context, input *UpdateLayoutInput, opts ...request.Option) (*UpdateLayoutOutput, error) + func (c *ConnectCases) UpdateTemplate(input *UpdateTemplateInput) (*UpdateTemplateOutput, error) + func (c *ConnectCases) UpdateTemplateRequest(input *UpdateTemplateInput) (req *request.Request, output *UpdateTemplateOutput) + func (c *ConnectCases) UpdateTemplateWithContext(ctx aws.Context, input *UpdateTemplateInput, opts ...request.Option) (*UpdateTemplateOutput, error) + type Contact struct + ContactArn *string + func (s *Contact) SetContactArn(v string) *Contact + func (s *Contact) Validate() error + func (s Contact) GoString() string + func (s Contact) String() string + type ContactContent struct + Channel *string + ConnectedToSystemTime *time.Time + ContactArn *string + func (s *ContactContent) SetChannel(v string) *ContactContent + func (s *ContactContent) SetConnectedToSystemTime(v time.Time) *ContactContent + func (s *ContactContent) SetContactArn(v string) *ContactContent + func (s ContactContent) GoString() string + func (s ContactContent) String() string + type ContactFilter struct + Channel []*string + ContactArn *string + func (s *ContactFilter) SetChannel(v []*string) *ContactFilter + func (s *ContactFilter) SetContactArn(v string) *ContactFilter + func (s *ContactFilter) Validate() error + func (s ContactFilter) GoString() string + func (s ContactFilter) String() string + type CreateCaseInput struct + ClientToken *string + DomainId *string + Fields []*FieldValue + TemplateId *string + func (s *CreateCaseInput) SetClientToken(v string) *CreateCaseInput + func (s *CreateCaseInput) SetDomainId(v string) *CreateCaseInput + func (s *CreateCaseInput) SetFields(v []*FieldValue) *CreateCaseInput + func (s *CreateCaseInput) SetTemplateId(v string) *CreateCaseInput + func (s *CreateCaseInput) Validate() error + func (s CreateCaseInput) GoString() string + func (s CreateCaseInput) String() string + type CreateCaseOutput struct + CaseArn *string + CaseId *string + func (s *CreateCaseOutput) SetCaseArn(v string) *CreateCaseOutput + func (s *CreateCaseOutput) SetCaseId(v string) *CreateCaseOutput + func (s CreateCaseOutput) GoString() string + func (s CreateCaseOutput) String() string + type CreateDomainInput struct + Name *string + func (s *CreateDomainInput) SetName(v string) *CreateDomainInput + func (s *CreateDomainInput) Validate() error + func (s CreateDomainInput) GoString() string + func (s CreateDomainInput) String() string + type CreateDomainOutput struct + DomainArn *string + DomainId *string + DomainStatus *string + func (s *CreateDomainOutput) SetDomainArn(v string) *CreateDomainOutput + func (s *CreateDomainOutput) SetDomainId(v string) *CreateDomainOutput + func (s *CreateDomainOutput) SetDomainStatus(v string) *CreateDomainOutput + func (s CreateDomainOutput) GoString() string + func (s CreateDomainOutput) String() string + type CreateFieldInput struct + Description *string + DomainId *string + Name *string + Type *string + func (s *CreateFieldInput) SetDescription(v string) *CreateFieldInput + func (s *CreateFieldInput) SetDomainId(v string) *CreateFieldInput + func (s *CreateFieldInput) SetName(v string) *CreateFieldInput + func (s *CreateFieldInput) SetType(v string) *CreateFieldInput + func (s *CreateFieldInput) Validate() error + func (s CreateFieldInput) GoString() string + func (s CreateFieldInput) String() string + type CreateFieldOutput struct + FieldArn *string + FieldId *string + func (s *CreateFieldOutput) SetFieldArn(v string) *CreateFieldOutput + func (s *CreateFieldOutput) SetFieldId(v string) *CreateFieldOutput + func (s CreateFieldOutput) GoString() string + func (s CreateFieldOutput) String() string + type CreateLayoutInput struct + Content *LayoutContent + DomainId *string + Name *string + func (s *CreateLayoutInput) SetContent(v *LayoutContent) *CreateLayoutInput + func (s *CreateLayoutInput) SetDomainId(v string) *CreateLayoutInput + func (s *CreateLayoutInput) SetName(v string) *CreateLayoutInput + func (s *CreateLayoutInput) Validate() error + func (s CreateLayoutInput) GoString() string + func (s CreateLayoutInput) String() string + type CreateLayoutOutput struct + LayoutArn *string + LayoutId *string + func (s *CreateLayoutOutput) SetLayoutArn(v string) *CreateLayoutOutput + func (s *CreateLayoutOutput) SetLayoutId(v string) *CreateLayoutOutput + func (s CreateLayoutOutput) GoString() string + func (s CreateLayoutOutput) String() string + type CreateRelatedItemInput struct + CaseId *string + Content *RelatedItemInputContent + DomainId *string + PerformedBy *UserUnion + Type *string + func (s *CreateRelatedItemInput) SetCaseId(v string) *CreateRelatedItemInput + func (s *CreateRelatedItemInput) SetContent(v *RelatedItemInputContent) *CreateRelatedItemInput + func (s *CreateRelatedItemInput) SetDomainId(v string) *CreateRelatedItemInput + func (s *CreateRelatedItemInput) SetPerformedBy(v *UserUnion) *CreateRelatedItemInput + func (s *CreateRelatedItemInput) SetType(v string) *CreateRelatedItemInput + func (s *CreateRelatedItemInput) Validate() error + func (s CreateRelatedItemInput) GoString() string + func (s CreateRelatedItemInput) String() string + type CreateRelatedItemOutput struct + RelatedItemArn *string + RelatedItemId *string + func (s *CreateRelatedItemOutput) SetRelatedItemArn(v string) *CreateRelatedItemOutput + func (s *CreateRelatedItemOutput) SetRelatedItemId(v string) *CreateRelatedItemOutput + func (s CreateRelatedItemOutput) GoString() string + func (s CreateRelatedItemOutput) String() string + type CreateTemplateInput struct + Description *string + DomainId *string + LayoutConfiguration *LayoutConfiguration + Name *string + RequiredFields []*RequiredField + Status *string + func (s *CreateTemplateInput) SetDescription(v string) *CreateTemplateInput + func (s *CreateTemplateInput) SetDomainId(v string) *CreateTemplateInput + func (s *CreateTemplateInput) SetLayoutConfiguration(v *LayoutConfiguration) *CreateTemplateInput + func (s *CreateTemplateInput) SetName(v string) *CreateTemplateInput + func (s *CreateTemplateInput) SetRequiredFields(v []*RequiredField) *CreateTemplateInput + func (s *CreateTemplateInput) SetStatus(v string) *CreateTemplateInput + func (s *CreateTemplateInput) Validate() error + func (s CreateTemplateInput) GoString() string + func (s CreateTemplateInput) String() string + type CreateTemplateOutput struct + TemplateArn *string + TemplateId *string + func (s *CreateTemplateOutput) SetTemplateArn(v string) *CreateTemplateOutput + func (s *CreateTemplateOutput) SetTemplateId(v string) *CreateTemplateOutput + func (s CreateTemplateOutput) GoString() string + func (s CreateTemplateOutput) String() string + type DeleteDomainInput struct + DomainId *string + func (s *DeleteDomainInput) SetDomainId(v string) *DeleteDomainInput + func (s *DeleteDomainInput) Validate() error + func (s DeleteDomainInput) GoString() string + func (s DeleteDomainInput) String() string + type DeleteDomainOutput struct + func (s DeleteDomainOutput) GoString() string + func (s DeleteDomainOutput) String() string + type DomainSummary struct + DomainArn *string + DomainId *string + Name *string + func (s *DomainSummary) SetDomainArn(v string) *DomainSummary + func (s *DomainSummary) SetDomainId(v string) *DomainSummary + func (s *DomainSummary) SetName(v string) *DomainSummary + func (s DomainSummary) GoString() string + func (s DomainSummary) String() string + type EmptyFieldValue struct + func (s EmptyFieldValue) GoString() string + func (s EmptyFieldValue) String() string + type EventBridgeConfiguration struct + Enabled *bool + IncludedData *EventIncludedData + func (s *EventBridgeConfiguration) SetEnabled(v bool) *EventBridgeConfiguration + func (s *EventBridgeConfiguration) SetIncludedData(v *EventIncludedData) *EventBridgeConfiguration + func (s *EventBridgeConfiguration) Validate() error + func (s EventBridgeConfiguration) GoString() string + func (s EventBridgeConfiguration) String() string + type EventIncludedData struct + CaseData *CaseEventIncludedData + RelatedItemData *RelatedItemEventIncludedData + func (s *EventIncludedData) SetCaseData(v *CaseEventIncludedData) *EventIncludedData + func (s *EventIncludedData) SetRelatedItemData(v *RelatedItemEventIncludedData) *EventIncludedData + func (s *EventIncludedData) Validate() error + func (s EventIncludedData) GoString() string + func (s EventIncludedData) String() string + type FieldError struct + ErrorCode *string + Id *string + Message *string + func (s *FieldError) SetErrorCode(v string) *FieldError + func (s *FieldError) SetId(v string) *FieldError + func (s *FieldError) SetMessage(v string) *FieldError + func (s FieldError) GoString() string + func (s FieldError) String() string + type FieldFilter struct + Contains *FieldValue + EqualTo *FieldValue + GreaterThan *FieldValue + GreaterThanOrEqualTo *FieldValue + LessThan *FieldValue + LessThanOrEqualTo *FieldValue + func (s *FieldFilter) SetContains(v *FieldValue) *FieldFilter + func (s *FieldFilter) SetEqualTo(v *FieldValue) *FieldFilter + func (s *FieldFilter) SetGreaterThan(v *FieldValue) *FieldFilter + func (s *FieldFilter) SetGreaterThanOrEqualTo(v *FieldValue) *FieldFilter + func (s *FieldFilter) SetLessThan(v *FieldValue) *FieldFilter + func (s *FieldFilter) SetLessThanOrEqualTo(v *FieldValue) *FieldFilter + func (s *FieldFilter) Validate() error + func (s FieldFilter) GoString() string + func (s FieldFilter) String() string + type FieldGroup struct + Fields []*FieldItem + Name *string + func (s *FieldGroup) SetFields(v []*FieldItem) *FieldGroup + func (s *FieldGroup) SetName(v string) *FieldGroup + func (s *FieldGroup) Validate() error + func (s FieldGroup) GoString() string + func (s FieldGroup) String() string + type FieldIdentifier struct + Id *string + func (s *FieldIdentifier) SetId(v string) *FieldIdentifier + func (s *FieldIdentifier) Validate() error + func (s FieldIdentifier) GoString() string + func (s FieldIdentifier) String() string + type FieldItem struct + Id *string + func (s *FieldItem) SetId(v string) *FieldItem + func (s *FieldItem) Validate() error + func (s FieldItem) GoString() string + func (s FieldItem) String() string + type FieldOption struct + Active *bool + Name *string + Value *string + func (s *FieldOption) SetActive(v bool) *FieldOption + func (s *FieldOption) SetName(v string) *FieldOption + func (s *FieldOption) SetValue(v string) *FieldOption + func (s *FieldOption) Validate() error + func (s FieldOption) GoString() string + func (s FieldOption) String() string + type FieldOptionError struct + ErrorCode *string + Message *string + Value *string + func (s *FieldOptionError) SetErrorCode(v string) *FieldOptionError + func (s *FieldOptionError) SetMessage(v string) *FieldOptionError + func (s *FieldOptionError) SetValue(v string) *FieldOptionError + func (s FieldOptionError) GoString() string + func (s FieldOptionError) String() string + type FieldSummary struct + FieldArn *string + FieldId *string + Name *string + Namespace *string + Type *string + func (s *FieldSummary) SetFieldArn(v string) *FieldSummary + func (s *FieldSummary) SetFieldId(v string) *FieldSummary + func (s *FieldSummary) SetName(v string) *FieldSummary + func (s *FieldSummary) SetNamespace(v string) *FieldSummary + func (s *FieldSummary) SetType(v string) *FieldSummary + func (s FieldSummary) GoString() string + func (s FieldSummary) String() string + type FieldValue struct + Id *string + Value *FieldValueUnion + func (s *FieldValue) SetId(v string) *FieldValue + func (s *FieldValue) SetValue(v *FieldValueUnion) *FieldValue + func (s *FieldValue) Validate() error + func (s FieldValue) GoString() string + func (s FieldValue) String() string + type FieldValueUnion struct + BooleanValue *bool + DoubleValue *float64 + EmptyValue *EmptyFieldValue + StringValue *string + func (s *FieldValueUnion) SetBooleanValue(v bool) *FieldValueUnion + func (s *FieldValueUnion) SetDoubleValue(v float64) *FieldValueUnion + func (s *FieldValueUnion) SetEmptyValue(v *EmptyFieldValue) *FieldValueUnion + func (s *FieldValueUnion) SetStringValue(v string) *FieldValueUnion + func (s FieldValueUnion) GoString() string + func (s FieldValueUnion) String() string + type GetCaseEventConfigurationInput struct + DomainId *string + func (s *GetCaseEventConfigurationInput) SetDomainId(v string) *GetCaseEventConfigurationInput + func (s *GetCaseEventConfigurationInput) Validate() error + func (s GetCaseEventConfigurationInput) GoString() string + func (s GetCaseEventConfigurationInput) String() string + type GetCaseEventConfigurationOutput struct + EventBridge *EventBridgeConfiguration + func (s *GetCaseEventConfigurationOutput) SetEventBridge(v *EventBridgeConfiguration) *GetCaseEventConfigurationOutput + func (s GetCaseEventConfigurationOutput) GoString() string + func (s GetCaseEventConfigurationOutput) String() string + type GetCaseInput struct + CaseId *string + DomainId *string + Fields []*FieldIdentifier + NextToken *string + func (s *GetCaseInput) SetCaseId(v string) *GetCaseInput + func (s *GetCaseInput) SetDomainId(v string) *GetCaseInput + func (s *GetCaseInput) SetFields(v []*FieldIdentifier) *GetCaseInput + func (s *GetCaseInput) SetNextToken(v string) *GetCaseInput + func (s *GetCaseInput) Validate() error + func (s GetCaseInput) GoString() string + func (s GetCaseInput) String() string + type GetCaseOutput struct + Fields []*FieldValue + NextToken *string + Tags map[string]*string + TemplateId *string + func (s *GetCaseOutput) SetFields(v []*FieldValue) *GetCaseOutput + func (s *GetCaseOutput) SetNextToken(v string) *GetCaseOutput + func (s *GetCaseOutput) SetTags(v map[string]*string) *GetCaseOutput + func (s *GetCaseOutput) SetTemplateId(v string) *GetCaseOutput + func (s GetCaseOutput) GoString() string + func (s GetCaseOutput) String() string + type GetDomainInput struct + DomainId *string + func (s *GetDomainInput) SetDomainId(v string) *GetDomainInput + func (s *GetDomainInput) Validate() error + func (s GetDomainInput) GoString() string + func (s GetDomainInput) String() string + type GetDomainOutput struct + CreatedTime *time.Time + DomainArn *string + DomainId *string + DomainStatus *string + Name *string + Tags map[string]*string + func (s *GetDomainOutput) SetCreatedTime(v time.Time) *GetDomainOutput + func (s *GetDomainOutput) SetDomainArn(v string) *GetDomainOutput + func (s *GetDomainOutput) SetDomainId(v string) *GetDomainOutput + func (s *GetDomainOutput) SetDomainStatus(v string) *GetDomainOutput + func (s *GetDomainOutput) SetName(v string) *GetDomainOutput + func (s *GetDomainOutput) SetTags(v map[string]*string) *GetDomainOutput + func (s GetDomainOutput) GoString() string + func (s GetDomainOutput) String() string + type GetFieldResponse struct + Description *string + FieldArn *string + FieldId *string + Name *string + Namespace *string + Tags map[string]*string + Type *string + func (s *GetFieldResponse) SetDescription(v string) *GetFieldResponse + func (s *GetFieldResponse) SetFieldArn(v string) *GetFieldResponse + func (s *GetFieldResponse) SetFieldId(v string) *GetFieldResponse + func (s *GetFieldResponse) SetName(v string) *GetFieldResponse + func (s *GetFieldResponse) SetNamespace(v string) *GetFieldResponse + func (s *GetFieldResponse) SetTags(v map[string]*string) *GetFieldResponse + func (s *GetFieldResponse) SetType(v string) *GetFieldResponse + func (s GetFieldResponse) GoString() string + func (s GetFieldResponse) String() string + type GetLayoutInput struct + DomainId *string + LayoutId *string + func (s *GetLayoutInput) SetDomainId(v string) *GetLayoutInput + func (s *GetLayoutInput) SetLayoutId(v string) *GetLayoutInput + func (s *GetLayoutInput) Validate() error + func (s GetLayoutInput) GoString() string + func (s GetLayoutInput) String() string + type GetLayoutOutput struct + Content *LayoutContent + LayoutArn *string + LayoutId *string + Name *string + Tags map[string]*string + func (s *GetLayoutOutput) SetContent(v *LayoutContent) *GetLayoutOutput + func (s *GetLayoutOutput) SetLayoutArn(v string) *GetLayoutOutput + func (s *GetLayoutOutput) SetLayoutId(v string) *GetLayoutOutput + func (s *GetLayoutOutput) SetName(v string) *GetLayoutOutput + func (s *GetLayoutOutput) SetTags(v map[string]*string) *GetLayoutOutput + func (s GetLayoutOutput) GoString() string + func (s GetLayoutOutput) String() string + type GetTemplateInput struct + DomainId *string + TemplateId *string + func (s *GetTemplateInput) SetDomainId(v string) *GetTemplateInput + func (s *GetTemplateInput) SetTemplateId(v string) *GetTemplateInput + func (s *GetTemplateInput) Validate() error + func (s GetTemplateInput) GoString() string + func (s GetTemplateInput) String() string + type GetTemplateOutput struct + Description *string + LayoutConfiguration *LayoutConfiguration + Name *string + RequiredFields []*RequiredField + Status *string + Tags map[string]*string + TemplateArn *string + TemplateId *string + func (s *GetTemplateOutput) SetDescription(v string) *GetTemplateOutput + func (s *GetTemplateOutput) SetLayoutConfiguration(v *LayoutConfiguration) *GetTemplateOutput + func (s *GetTemplateOutput) SetName(v string) *GetTemplateOutput + func (s *GetTemplateOutput) SetRequiredFields(v []*RequiredField) *GetTemplateOutput + func (s *GetTemplateOutput) SetStatus(v string) *GetTemplateOutput + func (s *GetTemplateOutput) SetTags(v map[string]*string) *GetTemplateOutput + func (s *GetTemplateOutput) SetTemplateArn(v string) *GetTemplateOutput + func (s *GetTemplateOutput) SetTemplateId(v string) *GetTemplateOutput + func (s GetTemplateOutput) GoString() string + func (s GetTemplateOutput) 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 LayoutConfiguration struct + DefaultLayout *string + func (s *LayoutConfiguration) SetDefaultLayout(v string) *LayoutConfiguration + func (s *LayoutConfiguration) Validate() error + func (s LayoutConfiguration) GoString() string + func (s LayoutConfiguration) String() string + type LayoutContent struct + Basic *BasicLayout + func (s *LayoutContent) SetBasic(v *BasicLayout) *LayoutContent + func (s *LayoutContent) Validate() error + func (s LayoutContent) GoString() string + func (s LayoutContent) String() string + type LayoutSections struct + Sections []*Section + func (s *LayoutSections) SetSections(v []*Section) *LayoutSections + func (s *LayoutSections) Validate() error + func (s LayoutSections) GoString() string + func (s LayoutSections) String() string + type LayoutSummary struct + LayoutArn *string + LayoutId *string + Name *string + func (s *LayoutSummary) SetLayoutArn(v string) *LayoutSummary + func (s *LayoutSummary) SetLayoutId(v string) *LayoutSummary + func (s *LayoutSummary) SetName(v string) *LayoutSummary + func (s LayoutSummary) GoString() string + func (s LayoutSummary) String() string + type ListCasesForContactInput struct + ContactArn *string + DomainId *string + MaxResults *int64 + NextToken *string + func (s *ListCasesForContactInput) SetContactArn(v string) *ListCasesForContactInput + func (s *ListCasesForContactInput) SetDomainId(v string) *ListCasesForContactInput + func (s *ListCasesForContactInput) SetMaxResults(v int64) *ListCasesForContactInput + func (s *ListCasesForContactInput) SetNextToken(v string) *ListCasesForContactInput + func (s *ListCasesForContactInput) Validate() error + func (s ListCasesForContactInput) GoString() string + func (s ListCasesForContactInput) String() string + type ListCasesForContactOutput struct + Cases []*CaseSummary + NextToken *string + func (s *ListCasesForContactOutput) SetCases(v []*CaseSummary) *ListCasesForContactOutput + func (s *ListCasesForContactOutput) SetNextToken(v string) *ListCasesForContactOutput + func (s ListCasesForContactOutput) GoString() string + func (s ListCasesForContactOutput) String() string + type ListDomainsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDomainsInput) SetMaxResults(v int64) *ListDomainsInput + func (s *ListDomainsInput) SetNextToken(v string) *ListDomainsInput + func (s *ListDomainsInput) Validate() error + func (s ListDomainsInput) GoString() string + func (s ListDomainsInput) String() string + type ListDomainsOutput struct + Domains []*DomainSummary + NextToken *string + func (s *ListDomainsOutput) SetDomains(v []*DomainSummary) *ListDomainsOutput + func (s *ListDomainsOutput) SetNextToken(v string) *ListDomainsOutput + func (s ListDomainsOutput) GoString() string + func (s ListDomainsOutput) String() string + type ListFieldOptionsInput struct + DomainId *string + FieldId *string + MaxResults *int64 + NextToken *string + Values []*string + func (s *ListFieldOptionsInput) SetDomainId(v string) *ListFieldOptionsInput + func (s *ListFieldOptionsInput) SetFieldId(v string) *ListFieldOptionsInput + func (s *ListFieldOptionsInput) SetMaxResults(v int64) *ListFieldOptionsInput + func (s *ListFieldOptionsInput) SetNextToken(v string) *ListFieldOptionsInput + func (s *ListFieldOptionsInput) SetValues(v []*string) *ListFieldOptionsInput + func (s *ListFieldOptionsInput) Validate() error + func (s ListFieldOptionsInput) GoString() string + func (s ListFieldOptionsInput) String() string + type ListFieldOptionsOutput struct + NextToken *string + Options []*FieldOption + func (s *ListFieldOptionsOutput) SetNextToken(v string) *ListFieldOptionsOutput + func (s *ListFieldOptionsOutput) SetOptions(v []*FieldOption) *ListFieldOptionsOutput + func (s ListFieldOptionsOutput) GoString() string + func (s ListFieldOptionsOutput) String() string + type ListFieldsInput struct + DomainId *string + MaxResults *int64 + NextToken *string + func (s *ListFieldsInput) SetDomainId(v string) *ListFieldsInput + func (s *ListFieldsInput) SetMaxResults(v int64) *ListFieldsInput + func (s *ListFieldsInput) SetNextToken(v string) *ListFieldsInput + func (s *ListFieldsInput) Validate() error + func (s ListFieldsInput) GoString() string + func (s ListFieldsInput) String() string + type ListFieldsOutput struct + Fields []*FieldSummary + NextToken *string + func (s *ListFieldsOutput) SetFields(v []*FieldSummary) *ListFieldsOutput + func (s *ListFieldsOutput) SetNextToken(v string) *ListFieldsOutput + func (s ListFieldsOutput) GoString() string + func (s ListFieldsOutput) String() string + type ListLayoutsInput struct + DomainId *string + MaxResults *int64 + NextToken *string + func (s *ListLayoutsInput) SetDomainId(v string) *ListLayoutsInput + func (s *ListLayoutsInput) SetMaxResults(v int64) *ListLayoutsInput + func (s *ListLayoutsInput) SetNextToken(v string) *ListLayoutsInput + func (s *ListLayoutsInput) Validate() error + func (s ListLayoutsInput) GoString() string + func (s ListLayoutsInput) String() string + type ListLayoutsOutput struct + Layouts []*LayoutSummary + NextToken *string + func (s *ListLayoutsOutput) SetLayouts(v []*LayoutSummary) *ListLayoutsOutput + func (s *ListLayoutsOutput) SetNextToken(v string) *ListLayoutsOutput + func (s ListLayoutsOutput) GoString() string + func (s ListLayoutsOutput) String() string + type ListTagsForResourceInput struct + Arn *string + func (s *ListTagsForResourceInput) SetArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTemplatesInput struct + DomainId *string + MaxResults *int64 + NextToken *string + Status []*string + func (s *ListTemplatesInput) SetDomainId(v string) *ListTemplatesInput + func (s *ListTemplatesInput) SetMaxResults(v int64) *ListTemplatesInput + func (s *ListTemplatesInput) SetNextToken(v string) *ListTemplatesInput + func (s *ListTemplatesInput) SetStatus(v []*string) *ListTemplatesInput + func (s *ListTemplatesInput) Validate() error + func (s ListTemplatesInput) GoString() string + func (s ListTemplatesInput) String() string + type ListTemplatesOutput struct + NextToken *string + Templates []*TemplateSummary + func (s *ListTemplatesOutput) SetNextToken(v string) *ListTemplatesOutput + func (s *ListTemplatesOutput) SetTemplates(v []*TemplateSummary) *ListTemplatesOutput + func (s ListTemplatesOutput) GoString() string + func (s ListTemplatesOutput) String() string + type PutCaseEventConfigurationInput struct + DomainId *string + EventBridge *EventBridgeConfiguration + func (s *PutCaseEventConfigurationInput) SetDomainId(v string) *PutCaseEventConfigurationInput + func (s *PutCaseEventConfigurationInput) SetEventBridge(v *EventBridgeConfiguration) *PutCaseEventConfigurationInput + func (s *PutCaseEventConfigurationInput) Validate() error + func (s PutCaseEventConfigurationInput) GoString() string + func (s PutCaseEventConfigurationInput) String() string + type PutCaseEventConfigurationOutput struct + func (s PutCaseEventConfigurationOutput) GoString() string + func (s PutCaseEventConfigurationOutput) String() string + type RelatedItemContent struct + Comment *CommentContent + Contact *ContactContent + func (s *RelatedItemContent) SetComment(v *CommentContent) *RelatedItemContent + func (s *RelatedItemContent) SetContact(v *ContactContent) *RelatedItemContent + func (s RelatedItemContent) GoString() string + func (s RelatedItemContent) String() string + type RelatedItemEventIncludedData struct + IncludeContent *bool + func (s *RelatedItemEventIncludedData) SetIncludeContent(v bool) *RelatedItemEventIncludedData + func (s *RelatedItemEventIncludedData) Validate() error + func (s RelatedItemEventIncludedData) GoString() string + func (s RelatedItemEventIncludedData) String() string + type RelatedItemInputContent struct + Comment *CommentContent + Contact *Contact + func (s *RelatedItemInputContent) SetComment(v *CommentContent) *RelatedItemInputContent + func (s *RelatedItemInputContent) SetContact(v *Contact) *RelatedItemInputContent + func (s *RelatedItemInputContent) Validate() error + func (s RelatedItemInputContent) GoString() string + func (s RelatedItemInputContent) String() string + type RelatedItemTypeFilter struct + Comment *CommentFilter + Contact *ContactFilter + func (s *RelatedItemTypeFilter) SetComment(v *CommentFilter) *RelatedItemTypeFilter + func (s *RelatedItemTypeFilter) SetContact(v *ContactFilter) *RelatedItemTypeFilter + func (s *RelatedItemTypeFilter) Validate() error + func (s RelatedItemTypeFilter) GoString() string + func (s RelatedItemTypeFilter) String() string + type RequiredField struct + FieldId *string + func (s *RequiredField) SetFieldId(v string) *RequiredField + func (s *RequiredField) Validate() error + func (s RequiredField) GoString() string + func (s RequiredField) 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 SearchCasesInput struct + DomainId *string + Fields []*FieldIdentifier + Filter *CaseFilter + MaxResults *int64 + NextToken *string + SearchTerm *string + Sorts []*Sort + func (s *SearchCasesInput) SetDomainId(v string) *SearchCasesInput + func (s *SearchCasesInput) SetFields(v []*FieldIdentifier) *SearchCasesInput + func (s *SearchCasesInput) SetFilter(v *CaseFilter) *SearchCasesInput + func (s *SearchCasesInput) SetMaxResults(v int64) *SearchCasesInput + func (s *SearchCasesInput) SetNextToken(v string) *SearchCasesInput + func (s *SearchCasesInput) SetSearchTerm(v string) *SearchCasesInput + func (s *SearchCasesInput) SetSorts(v []*Sort) *SearchCasesInput + func (s *SearchCasesInput) Validate() error + func (s SearchCasesInput) GoString() string + func (s SearchCasesInput) String() string + type SearchCasesOutput struct + Cases []*SearchCasesResponseItem + NextToken *string + func (s *SearchCasesOutput) SetCases(v []*SearchCasesResponseItem) *SearchCasesOutput + func (s *SearchCasesOutput) SetNextToken(v string) *SearchCasesOutput + func (s SearchCasesOutput) GoString() string + func (s SearchCasesOutput) String() string + type SearchCasesResponseItem struct + CaseId *string + Fields []*FieldValue + Tags map[string]*string + TemplateId *string + func (s *SearchCasesResponseItem) SetCaseId(v string) *SearchCasesResponseItem + func (s *SearchCasesResponseItem) SetFields(v []*FieldValue) *SearchCasesResponseItem + func (s *SearchCasesResponseItem) SetTags(v map[string]*string) *SearchCasesResponseItem + func (s *SearchCasesResponseItem) SetTemplateId(v string) *SearchCasesResponseItem + func (s SearchCasesResponseItem) GoString() string + func (s SearchCasesResponseItem) String() string + type SearchRelatedItemsInput struct + CaseId *string + DomainId *string + Filters []*RelatedItemTypeFilter + MaxResults *int64 + NextToken *string + func (s *SearchRelatedItemsInput) SetCaseId(v string) *SearchRelatedItemsInput + func (s *SearchRelatedItemsInput) SetDomainId(v string) *SearchRelatedItemsInput + func (s *SearchRelatedItemsInput) SetFilters(v []*RelatedItemTypeFilter) *SearchRelatedItemsInput + func (s *SearchRelatedItemsInput) SetMaxResults(v int64) *SearchRelatedItemsInput + func (s *SearchRelatedItemsInput) SetNextToken(v string) *SearchRelatedItemsInput + func (s *SearchRelatedItemsInput) Validate() error + func (s SearchRelatedItemsInput) GoString() string + func (s SearchRelatedItemsInput) String() string + type SearchRelatedItemsOutput struct + NextToken *string + RelatedItems []*SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsOutput) SetNextToken(v string) *SearchRelatedItemsOutput + func (s *SearchRelatedItemsOutput) SetRelatedItems(v []*SearchRelatedItemsResponseItem) *SearchRelatedItemsOutput + func (s SearchRelatedItemsOutput) GoString() string + func (s SearchRelatedItemsOutput) String() string + type SearchRelatedItemsResponseItem struct + AssociationTime *time.Time + Content *RelatedItemContent + PerformedBy *UserUnion + RelatedItemId *string + Tags map[string]*string + Type *string + func (s *SearchRelatedItemsResponseItem) SetAssociationTime(v time.Time) *SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsResponseItem) SetContent(v *RelatedItemContent) *SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsResponseItem) SetPerformedBy(v *UserUnion) *SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsResponseItem) SetRelatedItemId(v string) *SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsResponseItem) SetTags(v map[string]*string) *SearchRelatedItemsResponseItem + func (s *SearchRelatedItemsResponseItem) SetType(v string) *SearchRelatedItemsResponseItem + func (s SearchRelatedItemsResponseItem) GoString() string + func (s SearchRelatedItemsResponseItem) String() string + type Section struct + FieldGroup *FieldGroup + func (s *Section) SetFieldGroup(v *FieldGroup) *Section + func (s *Section) Validate() error + func (s Section) GoString() string + func (s Section) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + 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 Sort struct + FieldId *string + SortOrder *string + func (s *Sort) SetFieldId(v string) *Sort + func (s *Sort) SetSortOrder(v string) *Sort + func (s *Sort) Validate() error + func (s Sort) GoString() string + func (s Sort) String() string + type TagResourceInput struct + Arn *string + Tags map[string]*string + func (s *TagResourceInput) SetArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *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 TemplateSummary struct + Name *string + Status *string + TemplateArn *string + TemplateId *string + func (s *TemplateSummary) SetName(v string) *TemplateSummary + func (s *TemplateSummary) SetStatus(v string) *TemplateSummary + func (s *TemplateSummary) SetTemplateArn(v string) *TemplateSummary + func (s *TemplateSummary) SetTemplateId(v string) *TemplateSummary + func (s TemplateSummary) GoString() string + func (s TemplateSummary) 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 UntagResourceInput struct + Arn *string + TagKeys []*string + func (s *UntagResourceInput) SetArn(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 UpdateCaseInput struct + CaseId *string + DomainId *string + Fields []*FieldValue + func (s *UpdateCaseInput) SetCaseId(v string) *UpdateCaseInput + func (s *UpdateCaseInput) SetDomainId(v string) *UpdateCaseInput + func (s *UpdateCaseInput) SetFields(v []*FieldValue) *UpdateCaseInput + func (s *UpdateCaseInput) Validate() error + func (s UpdateCaseInput) GoString() string + func (s UpdateCaseInput) String() string + type UpdateCaseOutput struct + func (s UpdateCaseOutput) GoString() string + func (s UpdateCaseOutput) String() string + type UpdateFieldInput struct + Description *string + DomainId *string + FieldId *string + Name *string + func (s *UpdateFieldInput) SetDescription(v string) *UpdateFieldInput + func (s *UpdateFieldInput) SetDomainId(v string) *UpdateFieldInput + func (s *UpdateFieldInput) SetFieldId(v string) *UpdateFieldInput + func (s *UpdateFieldInput) SetName(v string) *UpdateFieldInput + func (s *UpdateFieldInput) Validate() error + func (s UpdateFieldInput) GoString() string + func (s UpdateFieldInput) String() string + type UpdateFieldOutput struct + func (s UpdateFieldOutput) GoString() string + func (s UpdateFieldOutput) String() string + type UpdateLayoutInput struct + Content *LayoutContent + DomainId *string + LayoutId *string + Name *string + func (s *UpdateLayoutInput) SetContent(v *LayoutContent) *UpdateLayoutInput + func (s *UpdateLayoutInput) SetDomainId(v string) *UpdateLayoutInput + func (s *UpdateLayoutInput) SetLayoutId(v string) *UpdateLayoutInput + func (s *UpdateLayoutInput) SetName(v string) *UpdateLayoutInput + func (s *UpdateLayoutInput) Validate() error + func (s UpdateLayoutInput) GoString() string + func (s UpdateLayoutInput) String() string + type UpdateLayoutOutput struct + func (s UpdateLayoutOutput) GoString() string + func (s UpdateLayoutOutput) String() string + type UpdateTemplateInput struct + Description *string + DomainId *string + LayoutConfiguration *LayoutConfiguration + Name *string + RequiredFields []*RequiredField + Status *string + TemplateId *string + func (s *UpdateTemplateInput) SetDescription(v string) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetDomainId(v string) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetLayoutConfiguration(v *LayoutConfiguration) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetName(v string) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetRequiredFields(v []*RequiredField) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetStatus(v string) *UpdateTemplateInput + func (s *UpdateTemplateInput) SetTemplateId(v string) *UpdateTemplateInput + func (s *UpdateTemplateInput) Validate() error + func (s UpdateTemplateInput) GoString() string + func (s UpdateTemplateInput) String() string + type UpdateTemplateOutput struct + func (s UpdateTemplateOutput) GoString() string + func (s UpdateTemplateOutput) String() string + type UserUnion struct + UserArn *string + func (s *UserUnion) SetUserArn(v string) *UserUnion + func (s *UserUnion) Validate() error + func (s UserUnion) GoString() string + func (s UserUnion) String() string + type ValidationException struct + Message_ *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