customerprofiles

package
v1.51.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 10 Imported by: 11

Documentation

Overview

Package customerprofiles provides the client and types for making API requests to Amazon Connect Customer Profiles.

Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide (https://docs.aws.amazon.com/connect/latest/adminguide/).

See https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15 for more information on this service.

See customerprofiles package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/customerprofiles/

Using the Client

To contact Amazon Connect Customer Profiles with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Connect Customer Profiles client CustomerProfiles for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/customerprofiles/#New

Index

Constants

View Source
const (
	// AttributeMatchingModelOneToOne is a AttributeMatchingModel enum value
	AttributeMatchingModelOneToOne = "ONE_TO_ONE"

	// AttributeMatchingModelManyToMany is a AttributeMatchingModel enum value
	AttributeMatchingModelManyToMany = "MANY_TO_MANY"
)
View Source
const (
	// ConflictResolvingModelRecency is a ConflictResolvingModel enum value
	ConflictResolvingModelRecency = "RECENCY"

	// ConflictResolvingModelSource is a ConflictResolvingModel enum value
	ConflictResolvingModelSource = "SOURCE"
)
View Source
const (
	// DataPullModeIncremental is a DataPullMode enum value
	DataPullModeIncremental = "Incremental"

	// DataPullModeComplete is a DataPullMode enum value
	DataPullModeComplete = "Complete"
)
View Source
const (
	// EventStreamDestinationStatusHealthy is a EventStreamDestinationStatus enum value
	EventStreamDestinationStatusHealthy = "HEALTHY"

	// EventStreamDestinationStatusUnhealthy is a EventStreamDestinationStatus enum value
	EventStreamDestinationStatusUnhealthy = "UNHEALTHY"
)
View Source
const (
	// EventStreamStateRunning is a EventStreamState enum value
	EventStreamStateRunning = "RUNNING"

	// EventStreamStateStopped is a EventStreamState enum value
	EventStreamStateStopped = "STOPPED"
)
View Source
const (
	// FieldContentTypeString is a FieldContentType enum value
	FieldContentTypeString = "STRING"

	// FieldContentTypeNumber is a FieldContentType enum value
	FieldContentTypeNumber = "NUMBER"

	// FieldContentTypePhoneNumber is a FieldContentType enum value
	FieldContentTypePhoneNumber = "PHONE_NUMBER"

	// FieldContentTypeEmailAddress is a FieldContentType enum value
	FieldContentTypeEmailAddress = "EMAIL_ADDRESS"

	// FieldContentTypeName is a FieldContentType enum value
	FieldContentTypeName = "NAME"
)
View Source
const (
	// GenderMale is a Gender enum value
	GenderMale = "MALE"

	// GenderFemale is a Gender enum value
	GenderFemale = "FEMALE"

	// GenderUnspecified is a Gender enum value
	GenderUnspecified = "UNSPECIFIED"
)
View Source
const (
	// IdentityResolutionJobStatusPending is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusPending = "PENDING"

	// IdentityResolutionJobStatusPreprocessing is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusPreprocessing = "PREPROCESSING"

	// IdentityResolutionJobStatusFindMatching is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusFindMatching = "FIND_MATCHING"

	// IdentityResolutionJobStatusMerging is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusMerging = "MERGING"

	// IdentityResolutionJobStatusCompleted is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusCompleted = "COMPLETED"

	// IdentityResolutionJobStatusPartialSuccess is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusPartialSuccess = "PARTIAL_SUCCESS"

	// IdentityResolutionJobStatusFailed is a IdentityResolutionJobStatus enum value
	IdentityResolutionJobStatusFailed = "FAILED"
)
View Source
const (
	// JobScheduleDayOfTheWeekSunday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekSunday = "SUNDAY"

	// JobScheduleDayOfTheWeekMonday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekMonday = "MONDAY"

	// JobScheduleDayOfTheWeekTuesday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekTuesday = "TUESDAY"

	// JobScheduleDayOfTheWeekWednesday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekWednesday = "WEDNESDAY"

	// JobScheduleDayOfTheWeekThursday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekThursday = "THURSDAY"

	// JobScheduleDayOfTheWeekFriday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekFriday = "FRIDAY"

	// JobScheduleDayOfTheWeekSaturday is a JobScheduleDayOfTheWeek enum value
	JobScheduleDayOfTheWeekSaturday = "SATURDAY"
)
View Source
const (
	// LogicalOperatorAnd is a LogicalOperator enum value
	LogicalOperatorAnd = "AND"

	// LogicalOperatorOr is a LogicalOperator enum value
	LogicalOperatorOr = "OR"
)
View Source
const (
	// MarketoConnectorOperatorProjection is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorProjection = "PROJECTION"

	// MarketoConnectorOperatorLessThan is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorLessThan = "LESS_THAN"

	// MarketoConnectorOperatorGreaterThan is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorGreaterThan = "GREATER_THAN"

	// MarketoConnectorOperatorBetween is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorBetween = "BETWEEN"

	// MarketoConnectorOperatorAddition is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorAddition = "ADDITION"

	// MarketoConnectorOperatorMultiplication is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorMultiplication = "MULTIPLICATION"

	// MarketoConnectorOperatorDivision is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorDivision = "DIVISION"

	// MarketoConnectorOperatorSubtraction is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorSubtraction = "SUBTRACTION"

	// MarketoConnectorOperatorMaskAll is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorMaskAll = "MASK_ALL"

	// MarketoConnectorOperatorMaskFirstN is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorMaskFirstN = "MASK_FIRST_N"

	// MarketoConnectorOperatorMaskLastN is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorMaskLastN = "MASK_LAST_N"

	// MarketoConnectorOperatorValidateNonNull is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorValidateNonNull = "VALIDATE_NON_NULL"

	// MarketoConnectorOperatorValidateNonZero is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorValidateNonZero = "VALIDATE_NON_ZERO"

	// MarketoConnectorOperatorValidateNonNegative is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorValidateNonNegative = "VALIDATE_NON_NEGATIVE"

	// MarketoConnectorOperatorValidateNumeric is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorValidateNumeric = "VALIDATE_NUMERIC"

	// MarketoConnectorOperatorNoOp is a MarketoConnectorOperator enum value
	MarketoConnectorOperatorNoOp = "NO_OP"
)
View Source
const (
	// MatchTypeRuleBasedMatching is a MatchType enum value
	MatchTypeRuleBasedMatching = "RULE_BASED_MATCHING"

	// MatchTypeMlBasedMatching is a MatchType enum value
	MatchTypeMlBasedMatching = "ML_BASED_MATCHING"
)
View Source
const (
	// OperatorEqualTo is a Operator enum value
	OperatorEqualTo = "EQUAL_TO"

	// OperatorGreaterThan is a Operator enum value
	OperatorGreaterThan = "GREATER_THAN"

	// OperatorLessThan is a Operator enum value
	OperatorLessThan = "LESS_THAN"

	// OperatorNotEqualTo is a Operator enum value
	OperatorNotEqualTo = "NOT_EQUAL_TO"
)
View Source
const (
	// OperatorPropertiesKeysValue is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysValue = "VALUE"

	// OperatorPropertiesKeysValues is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysValues = "VALUES"

	// OperatorPropertiesKeysDataType is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysDataType = "DATA_TYPE"

	// OperatorPropertiesKeysUpperBound is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysUpperBound = "UPPER_BOUND"

	// OperatorPropertiesKeysLowerBound is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysLowerBound = "LOWER_BOUND"

	// OperatorPropertiesKeysSourceDataType is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysSourceDataType = "SOURCE_DATA_TYPE"

	// OperatorPropertiesKeysDestinationDataType is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysDestinationDataType = "DESTINATION_DATA_TYPE"

	// OperatorPropertiesKeysValidationAction is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysValidationAction = "VALIDATION_ACTION"

	// OperatorPropertiesKeysMaskValue is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysMaskValue = "MASK_VALUE"

	// OperatorPropertiesKeysMaskLength is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysMaskLength = "MASK_LENGTH"

	// OperatorPropertiesKeysTruncateLength is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysTruncateLength = "TRUNCATE_LENGTH"

	// OperatorPropertiesKeysMathOperationFieldsOrder is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysMathOperationFieldsOrder = "MATH_OPERATION_FIELDS_ORDER"

	// OperatorPropertiesKeysConcatFormat is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysConcatFormat = "CONCAT_FORMAT"

	// OperatorPropertiesKeysSubfieldCategoryMap is a OperatorPropertiesKeys enum value
	OperatorPropertiesKeysSubfieldCategoryMap = "SUBFIELD_CATEGORY_MAP"
)
View Source
const (
	// PartyTypeIndividual is a PartyType enum value
	PartyTypeIndividual = "INDIVIDUAL"

	// PartyTypeBusiness is a PartyType enum value
	PartyTypeBusiness = "BUSINESS"

	// PartyTypeOther is a PartyType enum value
	PartyTypeOther = "OTHER"
)
View Source
const (
	// RuleBasedMatchingStatusPending is a RuleBasedMatchingStatus enum value
	RuleBasedMatchingStatusPending = "PENDING"

	// RuleBasedMatchingStatusInProgress is a RuleBasedMatchingStatus enum value
	RuleBasedMatchingStatusInProgress = "IN_PROGRESS"

	// RuleBasedMatchingStatusActive is a RuleBasedMatchingStatus enum value
	RuleBasedMatchingStatusActive = "ACTIVE"
)
View Source
const (
	// S3ConnectorOperatorProjection is a S3ConnectorOperator enum value
	S3ConnectorOperatorProjection = "PROJECTION"

	// S3ConnectorOperatorLessThan is a S3ConnectorOperator enum value
	S3ConnectorOperatorLessThan = "LESS_THAN"

	// S3ConnectorOperatorGreaterThan is a S3ConnectorOperator enum value
	S3ConnectorOperatorGreaterThan = "GREATER_THAN"

	// S3ConnectorOperatorBetween is a S3ConnectorOperator enum value
	S3ConnectorOperatorBetween = "BETWEEN"

	// S3ConnectorOperatorLessThanOrEqualTo is a S3ConnectorOperator enum value
	S3ConnectorOperatorLessThanOrEqualTo = "LESS_THAN_OR_EQUAL_TO"

	// S3ConnectorOperatorGreaterThanOrEqualTo is a S3ConnectorOperator enum value
	S3ConnectorOperatorGreaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO"

	// S3ConnectorOperatorEqualTo is a S3ConnectorOperator enum value
	S3ConnectorOperatorEqualTo = "EQUAL_TO"

	// S3ConnectorOperatorNotEqualTo is a S3ConnectorOperator enum value
	S3ConnectorOperatorNotEqualTo = "NOT_EQUAL_TO"

	// S3ConnectorOperatorAddition is a S3ConnectorOperator enum value
	S3ConnectorOperatorAddition = "ADDITION"

	// S3ConnectorOperatorMultiplication is a S3ConnectorOperator enum value
	S3ConnectorOperatorMultiplication = "MULTIPLICATION"

	// S3ConnectorOperatorDivision is a S3ConnectorOperator enum value
	S3ConnectorOperatorDivision = "DIVISION"

	// S3ConnectorOperatorSubtraction is a S3ConnectorOperator enum value
	S3ConnectorOperatorSubtraction = "SUBTRACTION"

	// S3ConnectorOperatorMaskAll is a S3ConnectorOperator enum value
	S3ConnectorOperatorMaskAll = "MASK_ALL"

	// S3ConnectorOperatorMaskFirstN is a S3ConnectorOperator enum value
	S3ConnectorOperatorMaskFirstN = "MASK_FIRST_N"

	// S3ConnectorOperatorMaskLastN is a S3ConnectorOperator enum value
	S3ConnectorOperatorMaskLastN = "MASK_LAST_N"

	// S3ConnectorOperatorValidateNonNull is a S3ConnectorOperator enum value
	S3ConnectorOperatorValidateNonNull = "VALIDATE_NON_NULL"

	// S3ConnectorOperatorValidateNonZero is a S3ConnectorOperator enum value
	S3ConnectorOperatorValidateNonZero = "VALIDATE_NON_ZERO"

	// S3ConnectorOperatorValidateNonNegative is a S3ConnectorOperator enum value
	S3ConnectorOperatorValidateNonNegative = "VALIDATE_NON_NEGATIVE"

	// S3ConnectorOperatorValidateNumeric is a S3ConnectorOperator enum value
	S3ConnectorOperatorValidateNumeric = "VALIDATE_NUMERIC"

	// S3ConnectorOperatorNoOp is a S3ConnectorOperator enum value
	S3ConnectorOperatorNoOp = "NO_OP"
)
View Source
const (
	// SalesforceConnectorOperatorProjection is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorProjection = "PROJECTION"

	// SalesforceConnectorOperatorLessThan is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorLessThan = "LESS_THAN"

	// SalesforceConnectorOperatorContains is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorContains = "CONTAINS"

	// SalesforceConnectorOperatorGreaterThan is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorGreaterThan = "GREATER_THAN"

	// SalesforceConnectorOperatorBetween is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorBetween = "BETWEEN"

	// SalesforceConnectorOperatorLessThanOrEqualTo is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorLessThanOrEqualTo = "LESS_THAN_OR_EQUAL_TO"

	// SalesforceConnectorOperatorGreaterThanOrEqualTo is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorGreaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO"

	// SalesforceConnectorOperatorEqualTo is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorEqualTo = "EQUAL_TO"

	// SalesforceConnectorOperatorNotEqualTo is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorNotEqualTo = "NOT_EQUAL_TO"

	// SalesforceConnectorOperatorAddition is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorAddition = "ADDITION"

	// SalesforceConnectorOperatorMultiplication is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorMultiplication = "MULTIPLICATION"

	// SalesforceConnectorOperatorDivision is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorDivision = "DIVISION"

	// SalesforceConnectorOperatorSubtraction is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorSubtraction = "SUBTRACTION"

	// SalesforceConnectorOperatorMaskAll is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorMaskAll = "MASK_ALL"

	// SalesforceConnectorOperatorMaskFirstN is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorMaskFirstN = "MASK_FIRST_N"

	// SalesforceConnectorOperatorMaskLastN is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorMaskLastN = "MASK_LAST_N"

	// SalesforceConnectorOperatorValidateNonNull is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorValidateNonNull = "VALIDATE_NON_NULL"

	// SalesforceConnectorOperatorValidateNonZero is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorValidateNonZero = "VALIDATE_NON_ZERO"

	// SalesforceConnectorOperatorValidateNonNegative is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorValidateNonNegative = "VALIDATE_NON_NEGATIVE"

	// SalesforceConnectorOperatorValidateNumeric is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorValidateNumeric = "VALIDATE_NUMERIC"

	// SalesforceConnectorOperatorNoOp is a SalesforceConnectorOperator enum value
	SalesforceConnectorOperatorNoOp = "NO_OP"
)
View Source
const (
	// ServiceNowConnectorOperatorProjection is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorProjection = "PROJECTION"

	// ServiceNowConnectorOperatorContains is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorContains = "CONTAINS"

	// ServiceNowConnectorOperatorLessThan is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorLessThan = "LESS_THAN"

	// ServiceNowConnectorOperatorGreaterThan is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorGreaterThan = "GREATER_THAN"

	// ServiceNowConnectorOperatorBetween is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorBetween = "BETWEEN"

	// ServiceNowConnectorOperatorLessThanOrEqualTo is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorLessThanOrEqualTo = "LESS_THAN_OR_EQUAL_TO"

	// ServiceNowConnectorOperatorGreaterThanOrEqualTo is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorGreaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO"

	// ServiceNowConnectorOperatorEqualTo is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorEqualTo = "EQUAL_TO"

	// ServiceNowConnectorOperatorNotEqualTo is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorNotEqualTo = "NOT_EQUAL_TO"

	// ServiceNowConnectorOperatorAddition is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorAddition = "ADDITION"

	// ServiceNowConnectorOperatorMultiplication is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorMultiplication = "MULTIPLICATION"

	// ServiceNowConnectorOperatorDivision is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorDivision = "DIVISION"

	// ServiceNowConnectorOperatorSubtraction is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorSubtraction = "SUBTRACTION"

	// ServiceNowConnectorOperatorMaskAll is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorMaskAll = "MASK_ALL"

	// ServiceNowConnectorOperatorMaskFirstN is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorMaskFirstN = "MASK_FIRST_N"

	// ServiceNowConnectorOperatorMaskLastN is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorMaskLastN = "MASK_LAST_N"

	// ServiceNowConnectorOperatorValidateNonNull is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorValidateNonNull = "VALIDATE_NON_NULL"

	// ServiceNowConnectorOperatorValidateNonZero is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorValidateNonZero = "VALIDATE_NON_ZERO"

	// ServiceNowConnectorOperatorValidateNonNegative is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorValidateNonNegative = "VALIDATE_NON_NEGATIVE"

	// ServiceNowConnectorOperatorValidateNumeric is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorValidateNumeric = "VALIDATE_NUMERIC"

	// ServiceNowConnectorOperatorNoOp is a ServiceNowConnectorOperator enum value
	ServiceNowConnectorOperatorNoOp = "NO_OP"
)
View Source
const (
	// SourceConnectorTypeSalesforce is a SourceConnectorType enum value
	SourceConnectorTypeSalesforce = "Salesforce"

	// SourceConnectorTypeMarketo is a SourceConnectorType enum value
	SourceConnectorTypeMarketo = "Marketo"

	// SourceConnectorTypeZendesk is a SourceConnectorType enum value
	SourceConnectorTypeZendesk = "Zendesk"

	// SourceConnectorTypeServicenow is a SourceConnectorType enum value
	SourceConnectorTypeServicenow = "Servicenow"

	// SourceConnectorTypeS3 is a SourceConnectorType enum value
	SourceConnectorTypeS3 = "S3"
)
View Source
const (
	// StandardIdentifierProfile is a StandardIdentifier enum value
	StandardIdentifierProfile = "PROFILE"

	// StandardIdentifierAsset is a StandardIdentifier enum value
	StandardIdentifierAsset = "ASSET"

	// StandardIdentifierCase is a StandardIdentifier enum value
	StandardIdentifierCase = "CASE"

	// StandardIdentifierUnique is a StandardIdentifier enum value
	StandardIdentifierUnique = "UNIQUE"

	// StandardIdentifierSecondary is a StandardIdentifier enum value
	StandardIdentifierSecondary = "SECONDARY"

	// StandardIdentifierLookupOnly is a StandardIdentifier enum value
	StandardIdentifierLookupOnly = "LOOKUP_ONLY"

	// StandardIdentifierNewOnly is a StandardIdentifier enum value
	StandardIdentifierNewOnly = "NEW_ONLY"

	// StandardIdentifierOrder is a StandardIdentifier enum value
	StandardIdentifierOrder = "ORDER"
)
View Source
const (
	// StatisticFirstOccurrence is a Statistic enum value
	StatisticFirstOccurrence = "FIRST_OCCURRENCE"

	// StatisticLastOccurrence is a Statistic enum value
	StatisticLastOccurrence = "LAST_OCCURRENCE"

	// StatisticCount is a Statistic enum value
	StatisticCount = "COUNT"

	// StatisticSum is a Statistic enum value
	StatisticSum = "SUM"

	// StatisticMinimum is a Statistic enum value
	StatisticMinimum = "MINIMUM"

	// StatisticMaximum is a Statistic enum value
	StatisticMaximum = "MAXIMUM"

	// StatisticAverage is a Statistic enum value
	StatisticAverage = "AVERAGE"

	// StatisticMaxOccurrence is a Statistic enum value
	StatisticMaxOccurrence = "MAX_OCCURRENCE"
)
View Source
const (
	// StatusNotStarted is a Status enum value
	StatusNotStarted = "NOT_STARTED"

	// StatusInProgress is a Status enum value
	StatusInProgress = "IN_PROGRESS"

	// StatusComplete is a Status enum value
	StatusComplete = "COMPLETE"

	// StatusFailed is a Status enum value
	StatusFailed = "FAILED"

	// StatusSplit is a Status enum value
	StatusSplit = "SPLIT"

	// StatusRetry is a Status enum value
	StatusRetry = "RETRY"

	// StatusCancelled is a Status enum value
	StatusCancelled = "CANCELLED"
)
View Source
const (
	// TaskTypeArithmetic is a TaskType enum value
	TaskTypeArithmetic = "Arithmetic"

	// TaskTypeFilter is a TaskType enum value
	TaskTypeFilter = "Filter"

	// TaskTypeMap is a TaskType enum value
	TaskTypeMap = "Map"

	// TaskTypeMask is a TaskType enum value
	TaskTypeMask = "Mask"

	// TaskTypeMerge is a TaskType enum value
	TaskTypeMerge = "Merge"

	// TaskTypeTruncate is a TaskType enum value
	TaskTypeTruncate = "Truncate"

	// TaskTypeValidate is a TaskType enum value
	TaskTypeValidate = "Validate"
)
View Source
const (
	// TriggerTypeScheduled is a TriggerType enum value
	TriggerTypeScheduled = "Scheduled"

	// TriggerTypeEvent is a TriggerType enum value
	TriggerTypeEvent = "Event"

	// TriggerTypeOnDemand is a TriggerType enum value
	TriggerTypeOnDemand = "OnDemand"
)
View Source
const (
	// ZendeskConnectorOperatorProjection is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorProjection = "PROJECTION"

	// ZendeskConnectorOperatorGreaterThan is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorGreaterThan = "GREATER_THAN"

	// ZendeskConnectorOperatorAddition is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorAddition = "ADDITION"

	// ZendeskConnectorOperatorMultiplication is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorMultiplication = "MULTIPLICATION"

	// ZendeskConnectorOperatorDivision is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorDivision = "DIVISION"

	// ZendeskConnectorOperatorSubtraction is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorSubtraction = "SUBTRACTION"

	// ZendeskConnectorOperatorMaskAll is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorMaskAll = "MASK_ALL"

	// ZendeskConnectorOperatorMaskFirstN is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorMaskFirstN = "MASK_FIRST_N"

	// ZendeskConnectorOperatorMaskLastN is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorMaskLastN = "MASK_LAST_N"

	// ZendeskConnectorOperatorValidateNonNull is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorValidateNonNull = "VALIDATE_NON_NULL"

	// ZendeskConnectorOperatorValidateNonZero is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorValidateNonZero = "VALIDATE_NON_ZERO"

	// ZendeskConnectorOperatorValidateNonNegative is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorValidateNonNegative = "VALIDATE_NON_NEGATIVE"

	// ZendeskConnectorOperatorValidateNumeric is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorValidateNumeric = "VALIDATE_NUMERIC"

	// ZendeskConnectorOperatorNoOp is a ZendeskConnectorOperator enum value
	ZendeskConnectorOperatorNoOp = "NO_OP"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// You do not have sufficient access to perform this action.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeBadRequestException for service response error code
	// "BadRequestException".
	//
	// The input you provided is invalid.
	ErrCodeBadRequestException = "BadRequestException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// An internal service error occurred.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The requested resource does not exist, or access was denied.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// You exceeded the maximum number of requests.
	ErrCodeThrottlingException = "ThrottlingException"
)
View Source
const (
	ServiceName = "Customer Profiles" // Name of service.
	EndpointsID = "profile"           // ID to lookup a service endpoint with.
	ServiceID   = "Customer Profiles" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// UnitDays is a Unit enum value
	UnitDays = "DAYS"
)
View Source
const (
	// WorkflowTypeAppflowIntegration is a WorkflowType enum value
	WorkflowTypeAppflowIntegration = "APPFLOW_INTEGRATION"
)

Variables

This section is empty.

Functions

func AttributeMatchingModel_Values added in v1.44.308

func AttributeMatchingModel_Values() []string

AttributeMatchingModel_Values returns all elements of the AttributeMatchingModel enum

func ConflictResolvingModel_Values added in v1.42.12

func ConflictResolvingModel_Values() []string

ConflictResolvingModel_Values returns all elements of the ConflictResolvingModel enum

func DataPullMode_Values added in v1.38.7

func DataPullMode_Values() []string

DataPullMode_Values returns all elements of the DataPullMode enum

func EventStreamDestinationStatus_Values added in v1.44.278

func EventStreamDestinationStatus_Values() []string

EventStreamDestinationStatus_Values returns all elements of the EventStreamDestinationStatus enum

func EventStreamState_Values added in v1.44.278

func EventStreamState_Values() []string

EventStreamState_Values returns all elements of the EventStreamState enum

func FieldContentType_Values

func FieldContentType_Values() []string

FieldContentType_Values returns all elements of the FieldContentType enum

func Gender_Values

func Gender_Values() []string

Gender_Values returns all elements of the Gender enum

func IdentityResolutionJobStatus_Values added in v1.42.12

func IdentityResolutionJobStatus_Values() []string

IdentityResolutionJobStatus_Values returns all elements of the IdentityResolutionJobStatus enum

func JobScheduleDayOfTheWeek_Values added in v1.42.12

func JobScheduleDayOfTheWeek_Values() []string

JobScheduleDayOfTheWeek_Values returns all elements of the JobScheduleDayOfTheWeek enum

func LogicalOperator_Values added in v1.44.137

func LogicalOperator_Values() []string

LogicalOperator_Values returns all elements of the LogicalOperator enum

func MarketoConnectorOperator_Values added in v1.38.7

func MarketoConnectorOperator_Values() []string

MarketoConnectorOperator_Values returns all elements of the MarketoConnectorOperator enum

func MatchType_Values added in v1.44.308

func MatchType_Values() []string

MatchType_Values returns all elements of the MatchType enum

func OperatorPropertiesKeys_Values added in v1.38.7

func OperatorPropertiesKeys_Values() []string

OperatorPropertiesKeys_Values returns all elements of the OperatorPropertiesKeys enum

func Operator_Values added in v1.44.274

func Operator_Values() []string

Operator_Values returns all elements of the Operator enum

func PartyType_Values

func PartyType_Values() []string

PartyType_Values returns all elements of the PartyType enum

func RuleBasedMatchingStatus_Values added in v1.44.308

func RuleBasedMatchingStatus_Values() []string

RuleBasedMatchingStatus_Values returns all elements of the RuleBasedMatchingStatus enum

func S3ConnectorOperator_Values added in v1.38.7

func S3ConnectorOperator_Values() []string

S3ConnectorOperator_Values returns all elements of the S3ConnectorOperator enum

func SalesforceConnectorOperator_Values added in v1.38.7

func SalesforceConnectorOperator_Values() []string

SalesforceConnectorOperator_Values returns all elements of the SalesforceConnectorOperator enum

func ServiceNowConnectorOperator_Values added in v1.38.7

func ServiceNowConnectorOperator_Values() []string

ServiceNowConnectorOperator_Values returns all elements of the ServiceNowConnectorOperator enum

func SourceConnectorType_Values added in v1.38.7

func SourceConnectorType_Values() []string

SourceConnectorType_Values returns all elements of the SourceConnectorType enum

func StandardIdentifier_Values

func StandardIdentifier_Values() []string

StandardIdentifier_Values returns all elements of the StandardIdentifier enum

func Statistic_Values added in v1.44.274

func Statistic_Values() []string

Statistic_Values returns all elements of the Statistic enum

func Status_Values added in v1.43.3

func Status_Values() []string

Status_Values returns all elements of the Status enum

func TaskType_Values added in v1.38.7

func TaskType_Values() []string

TaskType_Values returns all elements of the TaskType enum

func TriggerType_Values added in v1.38.7

func TriggerType_Values() []string

TriggerType_Values returns all elements of the TriggerType enum

func Unit_Values added in v1.44.274

func Unit_Values() []string

Unit_Values returns all elements of the Unit enum

func WorkflowType_Values added in v1.43.3

func WorkflowType_Values() []string

WorkflowType_Values returns all elements of the WorkflowType enum

func ZendeskConnectorOperator_Values added in v1.38.7

func ZendeskConnectorOperator_Values() []string

ZendeskConnectorOperator_Values returns all elements of the ZendeskConnectorOperator enum

Types

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddProfileKeyInput

type AddProfileKeyInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// A searchable identifier of a customer profile. The predefined keys you can
	// use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName,
	// _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId,
	// _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId,
	// _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId,
	// _shopifyOrderId.
	//
	// KeyName is a required field
	KeyName *string `min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`

	// A list of key values.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (AddProfileKeyInput) GoString

func (s AddProfileKeyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddProfileKeyInput) SetDomainName

func (s *AddProfileKeyInput) SetDomainName(v string) *AddProfileKeyInput

SetDomainName sets the DomainName field's value.

func (*AddProfileKeyInput) SetKeyName

func (s *AddProfileKeyInput) SetKeyName(v string) *AddProfileKeyInput

SetKeyName sets the KeyName field's value.

func (*AddProfileKeyInput) SetProfileId

func (s *AddProfileKeyInput) SetProfileId(v string) *AddProfileKeyInput

SetProfileId sets the ProfileId field's value.

func (*AddProfileKeyInput) SetValues

func (s *AddProfileKeyInput) SetValues(v []*string) *AddProfileKeyInput

SetValues sets the Values field's value.

func (AddProfileKeyInput) String

func (s AddProfileKeyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddProfileKeyInput) Validate

func (s *AddProfileKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddProfileKeyOutput

type AddProfileKeyOutput struct {

	// A searchable identifier of a customer profile.
	KeyName *string `min:"1" type:"string"`

	// A list of key values.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (AddProfileKeyOutput) GoString

func (s AddProfileKeyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddProfileKeyOutput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*AddProfileKeyOutput) SetValues

func (s *AddProfileKeyOutput) SetValues(v []*string) *AddProfileKeyOutput

SetValues sets the Values field's value.

func (AddProfileKeyOutput) String

func (s AddProfileKeyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdditionalSearchKey added in v1.44.137

type AdditionalSearchKey struct {

	// A searchable identifier of a customer profile.
	//
	// KeyName is a required field
	KeyName *string `min:"1" type:"string" required:"true"`

	// A list of key values.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A data type pair that consists of a KeyName and Values list that is used in conjunction with the KeyName (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-KeyName) and Values (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-Values) parameters to search for profiles using the SearchProfiles (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) API.

func (AdditionalSearchKey) GoString added in v1.44.137

func (s AdditionalSearchKey) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdditionalSearchKey) SetKeyName added in v1.44.137

SetKeyName sets the KeyName field's value.

func (*AdditionalSearchKey) SetValues added in v1.44.137

func (s *AdditionalSearchKey) SetValues(v []*string) *AdditionalSearchKey

SetValues sets the Values field's value.

func (AdditionalSearchKey) String added in v1.44.137

func (s AdditionalSearchKey) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdditionalSearchKey) Validate added in v1.44.137

func (s *AdditionalSearchKey) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Address

type Address struct {

	// The first line of a customer address.
	Address1 *string `min:"1" type:"string"`

	// The second line of a customer address.
	Address2 *string `min:"1" type:"string"`

	// The third line of a customer address.
	Address3 *string `min:"1" type:"string"`

	// The fourth line of a customer address.
	Address4 *string `min:"1" type:"string"`

	// The city in which a customer lives.
	City *string `min:"1" type:"string"`

	// The country in which a customer lives.
	Country *string `min:"1" type:"string"`

	// The county in which a customer lives.
	County *string `min:"1" type:"string"`

	// The postal code of a customer address.
	PostalCode *string `min:"1" type:"string"`

	// The province in which a customer lives.
	Province *string `min:"1" type:"string"`

	// The state in which a customer lives.
	State *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A generic address associated with the customer that is not mailing, shipping, or billing.

func (Address) GoString

func (s Address) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Address) SetAddress1

func (s *Address) SetAddress1(v string) *Address

SetAddress1 sets the Address1 field's value.

func (*Address) SetAddress2

func (s *Address) SetAddress2(v string) *Address

SetAddress2 sets the Address2 field's value.

func (*Address) SetAddress3

func (s *Address) SetAddress3(v string) *Address

SetAddress3 sets the Address3 field's value.

func (*Address) SetAddress4

func (s *Address) SetAddress4(v string) *Address

SetAddress4 sets the Address4 field's value.

func (*Address) SetCity

func (s *Address) SetCity(v string) *Address

SetCity sets the City field's value.

func (*Address) SetCountry

func (s *Address) SetCountry(v string) *Address

SetCountry sets the Country field's value.

func (*Address) SetCounty

func (s *Address) SetCounty(v string) *Address

SetCounty sets the County field's value.

func (*Address) SetPostalCode

func (s *Address) SetPostalCode(v string) *Address

SetPostalCode sets the PostalCode field's value.

func (*Address) SetProvince

func (s *Address) SetProvince(v string) *Address

SetProvince sets the Province field's value.

func (*Address) SetState

func (s *Address) SetState(v string) *Address

SetState sets the State field's value.

func (Address) String

func (s Address) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Address) Validate

func (s *Address) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AppflowIntegration added in v1.43.3

type AppflowIntegration struct {

	// Batches in workflow of type APPFLOW_INTEGRATION.
	Batches []*Batch `type:"list"`

	// The configurations that control how Customer Profiles retrieves data from
	// the source, Amazon AppFlow. Customer Profiles uses this information to create
	// an AppFlow flow on behalf of customers.
	//
	// FlowDefinition is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by AppflowIntegration's
	// String and GoString methods.
	//
	// FlowDefinition is a required field
	FlowDefinition *FlowDefinition `type:"structure" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

Details for workflow of type APPFLOW_INTEGRATION.

func (AppflowIntegration) GoString added in v1.43.3

func (s AppflowIntegration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppflowIntegration) SetBatches added in v1.43.3

func (s *AppflowIntegration) SetBatches(v []*Batch) *AppflowIntegration

SetBatches sets the Batches field's value.

func (*AppflowIntegration) SetFlowDefinition added in v1.43.3

func (s *AppflowIntegration) SetFlowDefinition(v *FlowDefinition) *AppflowIntegration

SetFlowDefinition sets the FlowDefinition field's value.

func (AppflowIntegration) String added in v1.43.3

func (s AppflowIntegration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppflowIntegration) Validate added in v1.43.3

func (s *AppflowIntegration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AppflowIntegrationWorkflowAttributes added in v1.43.3

type AppflowIntegrationWorkflowAttributes struct {

	// The name of the AppFlow connector profile used for ingestion.
	//
	// ConnectorProfileName is a required field
	ConnectorProfileName *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes
	// this role to create resources on your behalf as part of workflow execution.
	RoleArn *string `min:"1" type:"string"`

	// Specifies the source connector type, such as Salesforce, ServiceNow, and
	// Marketo. Indicates source of ingestion.
	//
	// SourceConnectorType is a required field
	SourceConnectorType *string `type:"string" required:"true" enum:"SourceConnectorType"`
	// contains filtered or unexported fields
}

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

func (AppflowIntegrationWorkflowAttributes) GoString added in v1.43.3

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppflowIntegrationWorkflowAttributes) SetConnectorProfileName added in v1.43.3

SetConnectorProfileName sets the ConnectorProfileName field's value.

func (*AppflowIntegrationWorkflowAttributes) SetRoleArn added in v1.43.3

SetRoleArn sets the RoleArn field's value.

func (*AppflowIntegrationWorkflowAttributes) SetSourceConnectorType added in v1.43.3

SetSourceConnectorType sets the SourceConnectorType field's value.

func (AppflowIntegrationWorkflowAttributes) String added in v1.43.3

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AppflowIntegrationWorkflowMetrics added in v1.43.3

type AppflowIntegrationWorkflowMetrics struct {

	// Number of records processed in APPFLOW_INTEGRATION workflow.
	//
	// RecordsProcessed is a required field
	RecordsProcessed *int64 `type:"long" required:"true"`

	// Total steps completed in APPFLOW_INTEGRATION workflow.
	//
	// StepsCompleted is a required field
	StepsCompleted *int64 `type:"long" required:"true"`

	// Total steps in APPFLOW_INTEGRATION workflow.
	//
	// TotalSteps is a required field
	TotalSteps *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.

func (AppflowIntegrationWorkflowMetrics) GoString added in v1.43.3

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppflowIntegrationWorkflowMetrics) SetRecordsProcessed added in v1.43.3

SetRecordsProcessed sets the RecordsProcessed field's value.

func (*AppflowIntegrationWorkflowMetrics) SetStepsCompleted added in v1.43.3

SetStepsCompleted sets the StepsCompleted field's value.

func (*AppflowIntegrationWorkflowMetrics) SetTotalSteps added in v1.43.3

SetTotalSteps sets the TotalSteps field's value.

func (AppflowIntegrationWorkflowMetrics) String added in v1.43.3

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AppflowIntegrationWorkflowStep added in v1.43.3

type AppflowIntegrationWorkflowStep struct {

	// End datetime of records pulled in batch during execution of workflow step
	// for APPFLOW_INTEGRATION workflow.
	//
	// BatchRecordsEndTime is a required field
	BatchRecordsEndTime *string `min:"1" type:"string" required:"true"`

	// Start datetime of records pulled in batch during execution of workflow step
	// for APPFLOW_INTEGRATION workflow.
	//
	// BatchRecordsStartTime is a required field
	BatchRecordsStartTime *string `min:"1" type:"string" required:"true"`

	// Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.
	//
	// ExecutionMessage is a required field
	ExecutionMessage *string `min:"1" type:"string" required:"true"`

	// Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION
	// workflow type creates an appflow flow during workflow step execution on the
	// customers behalf.
	//
	// FlowName is a required field
	FlowName *string `type:"string" required:"true"`

	// Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION
	// workflow.
	//
	// RecordsProcessed is a required field
	RecordsProcessed *int64 `type:"long" required:"true"`

	// Workflow step status for APPFLOW_INTEGRATION workflow.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"Status"`
	// contains filtered or unexported fields
}

Workflow step details for APPFLOW_INTEGRATION workflow.

func (AppflowIntegrationWorkflowStep) GoString added in v1.43.3

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppflowIntegrationWorkflowStep) SetBatchRecordsEndTime added in v1.43.3

SetBatchRecordsEndTime sets the BatchRecordsEndTime field's value.

func (*AppflowIntegrationWorkflowStep) SetBatchRecordsStartTime added in v1.43.3

SetBatchRecordsStartTime sets the BatchRecordsStartTime field's value.

func (*AppflowIntegrationWorkflowStep) SetCreatedAt added in v1.43.3

SetCreatedAt sets the CreatedAt field's value.

func (*AppflowIntegrationWorkflowStep) SetExecutionMessage added in v1.43.3

SetExecutionMessage sets the ExecutionMessage field's value.

func (*AppflowIntegrationWorkflowStep) SetFlowName added in v1.43.3

SetFlowName sets the FlowName field's value.

func (*AppflowIntegrationWorkflowStep) SetLastUpdatedAt added in v1.43.3

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*AppflowIntegrationWorkflowStep) SetRecordsProcessed added in v1.43.3

SetRecordsProcessed sets the RecordsProcessed field's value.

func (*AppflowIntegrationWorkflowStep) SetStatus added in v1.43.3

SetStatus sets the Status field's value.

func (AppflowIntegrationWorkflowStep) String added in v1.43.3

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttributeDetails added in v1.44.274

type AttributeDetails struct {

	// A list of attribute items specified in the mathematical expression.
	//
	// Attributes is a required field
	Attributes []*AttributeItem `min:"1" type:"list" required:"true"`

	// Mathematical expression that is performed on attribute items provided in
	// the attribute list. Each element in the expression should follow the structure
	// of \"{ObjectTypeName.AttributeName}\".
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Mathematical expression and a list of attribute items specified in that expression.

func (AttributeDetails) GoString added in v1.44.274

func (s AttributeDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeDetails) SetAttributes added in v1.44.274

func (s *AttributeDetails) SetAttributes(v []*AttributeItem) *AttributeDetails

SetAttributes sets the Attributes field's value.

func (*AttributeDetails) SetExpression added in v1.44.274

func (s *AttributeDetails) SetExpression(v string) *AttributeDetails

SetExpression sets the Expression field's value.

func (AttributeDetails) String added in v1.44.274

func (s AttributeDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeDetails) Validate added in v1.44.274

func (s *AttributeDetails) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AttributeItem added in v1.44.274

type AttributeItem struct {

	// The name of an attribute defined in a profile object type.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The details of a single attribute item specified in the mathematical expression.

func (AttributeItem) GoString added in v1.44.274

func (s AttributeItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeItem) SetName added in v1.44.274

func (s *AttributeItem) SetName(v string) *AttributeItem

SetName sets the Name field's value.

func (AttributeItem) String added in v1.44.274

func (s AttributeItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeItem) Validate added in v1.44.274

func (s *AttributeItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AttributeTypesSelector added in v1.44.308

type AttributeTypesSelector struct {

	// The Address type. You can choose from Address, BusinessAddress, MaillingAddress,
	// and ShippingAddress.
	//
	// You only can use the Address type in the MatchingRule. For example, if you
	// want to match profile based on BusinessAddress.City or MaillingAddress.City,
	// you need to choose the BusinessAddress and the MaillingAddress to represent
	// the Address type and specify the Address.City on the matching rule.
	Address []*string `min:"1" type:"list"`

	// Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or
	// MANY_TO_MANY.
	//
	// AttributeMatchingModel is a required field
	AttributeMatchingModel *string `type:"string" required:"true" enum:"AttributeMatchingModel"`

	// The Email type. You can choose from EmailAddress, BusinessEmailAddress and
	// PersonalEmailAddress.
	//
	// You only can use the EmailAddress type in the MatchingRule. For example,
	// if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress,
	// you need to choose the PersonalEmailAddress and the BusinessEmailAddress
	// to represent the EmailAddress type and only specify the EmailAddress on the
	// matching rule.
	EmailAddress []*string `min:"1" type:"list"`

	// The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and
	// MobilePhoneNumber.
	//
	// You only can use the PhoneNumber type in the MatchingRule. For example, if
	// you want to match a profile based on Phone or HomePhone, you need to choose
	// the Phone and the HomePhone to represent the PhoneNumber type and only specify
	// the PhoneNumber on the matching rule.
	PhoneNumber []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Configuration information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles. You can choose how profiles are compared across attribute types and which attribute to use for matching from each type. There are three attribute types you can configure:

  • Email type You can choose from Email, BusinessEmail, and PersonalEmail

  • Phone number type You can choose from Phone, HomePhone, and MobilePhone

  • Address type You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress

You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match attribute across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email type. When choosing ONE_TO_ONE the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.

func (AttributeTypesSelector) GoString added in v1.44.308

func (s AttributeTypesSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeTypesSelector) SetAddress added in v1.44.308

SetAddress sets the Address field's value.

func (*AttributeTypesSelector) SetAttributeMatchingModel added in v1.44.308

func (s *AttributeTypesSelector) SetAttributeMatchingModel(v string) *AttributeTypesSelector

SetAttributeMatchingModel sets the AttributeMatchingModel field's value.

func (*AttributeTypesSelector) SetEmailAddress added in v1.44.308

func (s *AttributeTypesSelector) SetEmailAddress(v []*string) *AttributeTypesSelector

SetEmailAddress sets the EmailAddress field's value.

func (*AttributeTypesSelector) SetPhoneNumber added in v1.44.308

func (s *AttributeTypesSelector) SetPhoneNumber(v []*string) *AttributeTypesSelector

SetPhoneNumber sets the PhoneNumber field's value.

func (AttributeTypesSelector) String added in v1.44.308

func (s AttributeTypesSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttributeTypesSelector) Validate added in v1.44.308

func (s *AttributeTypesSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMerging added in v1.42.12

type AutoMerging struct {

	// How the auto-merging process should resolve conflicts between different profiles.
	// For example, if Profile A and Profile B have the same FirstName and LastName
	// (and that is the matching criteria), which EmailAddress should be used?
	ConflictResolution *ConflictResolution `type:"structure"`

	// A list of matching attributes that represent matching criteria. If two profiles
	// meet at least one of the requirements in the matching attributes list, they
	// will be merged.
	Consolidation *Consolidation `type:"structure"`

	// The flag that enables the auto-merging of duplicate profiles.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// A number between 0 and 1 that represents the minimum confidence score required
	// for profiles within a matching group to be merged during the auto-merge process.
	// A higher score means higher similarity required to merge profiles.
	MinAllowedConfidenceScoreForMerging *float64 `type:"double"`
	// contains filtered or unexported fields
}

Configuration settings for how to perform the auto-merging of profiles.

func (AutoMerging) GoString added in v1.42.12

func (s AutoMerging) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMerging) SetConflictResolution added in v1.42.12

func (s *AutoMerging) SetConflictResolution(v *ConflictResolution) *AutoMerging

SetConflictResolution sets the ConflictResolution field's value.

func (*AutoMerging) SetConsolidation added in v1.42.12

func (s *AutoMerging) SetConsolidation(v *Consolidation) *AutoMerging

SetConsolidation sets the Consolidation field's value.

func (*AutoMerging) SetEnabled added in v1.42.12

func (s *AutoMerging) SetEnabled(v bool) *AutoMerging

SetEnabled sets the Enabled field's value.

func (*AutoMerging) SetMinAllowedConfidenceScoreForMerging added in v1.44.46

func (s *AutoMerging) SetMinAllowedConfidenceScoreForMerging(v float64) *AutoMerging

SetMinAllowedConfidenceScoreForMerging sets the MinAllowedConfidenceScoreForMerging field's value.

func (AutoMerging) String added in v1.42.12

func (s AutoMerging) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMerging) Validate added in v1.42.12

func (s *AutoMerging) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BadRequestException

type BadRequestException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The input you provided is invalid.

func (*BadRequestException) Code

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Batch added in v1.43.3

type Batch struct {

	// End time of batch to split ingestion.
	//
	// EndTime is a required field
	EndTime *time.Time `type:"timestamp" required:"true"`

	// Start time of batch to split ingestion.
	//
	// StartTime is a required field
	StartTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.

func (Batch) GoString added in v1.43.3

func (s Batch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Batch) SetEndTime added in v1.43.3

func (s *Batch) SetEndTime(v time.Time) *Batch

SetEndTime sets the EndTime field's value.

func (*Batch) SetStartTime added in v1.43.3

func (s *Batch) SetStartTime(v time.Time) *Batch

SetStartTime sets the StartTime field's value.

func (Batch) String added in v1.43.3

func (s Batch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Batch) Validate added in v1.43.3

func (s *Batch) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Conditions added in v1.44.274

type Conditions struct {

	// The number of profile objects used for the calculated attribute.
	ObjectCount *int64 `min:"1" type:"integer"`

	// The relative time period over which data is included in the aggregation.
	Range *Range `type:"structure"`

	// The threshold for the calculated attribute.
	Threshold *Threshold `type:"structure"`
	// contains filtered or unexported fields
}

The conditions including range, object count, and threshold for the calculated attribute.

func (Conditions) GoString added in v1.44.274

func (s Conditions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Conditions) SetObjectCount added in v1.44.274

func (s *Conditions) SetObjectCount(v int64) *Conditions

SetObjectCount sets the ObjectCount field's value.

func (*Conditions) SetRange added in v1.44.274

func (s *Conditions) SetRange(v *Range) *Conditions

SetRange sets the Range field's value.

func (*Conditions) SetThreshold added in v1.44.274

func (s *Conditions) SetThreshold(v *Threshold) *Conditions

SetThreshold sets the Threshold field's value.

func (Conditions) String added in v1.44.274

func (s Conditions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Conditions) Validate added in v1.44.274

func (s *Conditions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictResolution added in v1.42.12

type ConflictResolution struct {

	// How the auto-merging process should resolve conflicts between different profiles.
	//
	//    * RECENCY: Uses the data that was most recently updated.
	//
	//    * SOURCE: Uses the data from a specific source. For example, if a company
	//    has been aquired or two departments have merged, data from the specified
	//    source is used. If two duplicate profiles are from the same source, then
	//    RECENCY is used again.
	//
	// ConflictResolvingModel is a required field
	ConflictResolvingModel *string `type:"string" required:"true" enum:"ConflictResolvingModel"`

	// The ObjectType name that is used to resolve profile merging conflicts when
	// choosing SOURCE as the ConflictResolvingModel.
	SourceName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

How the auto-merging process should resolve conflicts between different profiles.

func (ConflictResolution) GoString added in v1.42.12

func (s ConflictResolution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictResolution) SetConflictResolvingModel added in v1.42.12

func (s *ConflictResolution) SetConflictResolvingModel(v string) *ConflictResolution

SetConflictResolvingModel sets the ConflictResolvingModel field's value.

func (*ConflictResolution) SetSourceName added in v1.42.12

func (s *ConflictResolution) SetSourceName(v string) *ConflictResolution

SetSourceName sets the SourceName field's value.

func (ConflictResolution) String added in v1.42.12

func (s ConflictResolution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictResolution) Validate added in v1.42.12

func (s *ConflictResolution) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConnectorOperator added in v1.38.7

type ConnectorOperator struct {

	// The operation to be performed on the provided Marketo source fields.
	Marketo *string `type:"string" enum:"MarketoConnectorOperator"`

	// The operation to be performed on the provided Amazon S3 source fields.
	S3 *string `type:"string" enum:"S3ConnectorOperator"`

	// The operation to be performed on the provided Salesforce source fields.
	Salesforce *string `type:"string" enum:"SalesforceConnectorOperator"`

	// The operation to be performed on the provided ServiceNow source fields.
	ServiceNow *string `type:"string" enum:"ServiceNowConnectorOperator"`

	// The operation to be performed on the provided Zendesk source fields.
	Zendesk *string `type:"string" enum:"ZendeskConnectorOperator"`
	// contains filtered or unexported fields
}

The operation to be performed on the provided source fields.

func (ConnectorOperator) GoString added in v1.38.7

func (s ConnectorOperator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectorOperator) SetMarketo added in v1.38.7

func (s *ConnectorOperator) SetMarketo(v string) *ConnectorOperator

SetMarketo sets the Marketo field's value.

func (*ConnectorOperator) SetS3 added in v1.38.7

SetS3 sets the S3 field's value.

func (*ConnectorOperator) SetSalesforce added in v1.38.7

func (s *ConnectorOperator) SetSalesforce(v string) *ConnectorOperator

SetSalesforce sets the Salesforce field's value.

func (*ConnectorOperator) SetServiceNow added in v1.38.7

func (s *ConnectorOperator) SetServiceNow(v string) *ConnectorOperator

SetServiceNow sets the ServiceNow field's value.

func (*ConnectorOperator) SetZendesk added in v1.38.7

func (s *ConnectorOperator) SetZendesk(v string) *ConnectorOperator

SetZendesk sets the Zendesk field's value.

func (ConnectorOperator) String added in v1.38.7

func (s ConnectorOperator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Consolidation added in v1.42.12

type Consolidation struct {

	// A list of matching criteria.
	//
	// MatchingAttributesList is a required field
	MatchingAttributesList [][]*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The matching criteria to be used during the auto-merging process.

func (Consolidation) GoString added in v1.42.12

func (s Consolidation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Consolidation) SetMatchingAttributesList added in v1.42.12

func (s *Consolidation) SetMatchingAttributesList(v [][]*string) *Consolidation

SetMatchingAttributesList sets the MatchingAttributesList field's value.

func (Consolidation) String added in v1.42.12

func (s Consolidation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Consolidation) Validate added in v1.42.12

func (s *Consolidation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCalculatedAttributeDefinitionInput added in v1.44.274

type CreateCalculatedAttributeDefinitionInput struct {

	// Mathematical expression and a list of attribute items specified in that expression.
	//
	// AttributeDetails is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	//
	// AttributeDetails is a required field
	AttributeDetails *AttributeDetails `type:"structure" required:"true" sensitive:"true"`

	// The unique name of the calculated attribute.
	//
	// CalculatedAttributeName is a required field
	CalculatedAttributeName *string `location:"uri" locationName:"CalculatedAttributeName" min:"1" type:"string" required:"true"`

	// The conditions including range, object count, and threshold for the calculated
	// attribute.
	//
	// Conditions is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	Conditions *Conditions `type:"structure" sensitive:"true"`

	// The description of the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The aggregation operation to perform for the calculated attribute.
	//
	// Statistic is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	//
	// Statistic is a required field
	Statistic *string `type:"string" required:"true" enum:"Statistic" sensitive:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (CreateCalculatedAttributeDefinitionInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCalculatedAttributeDefinitionInput) SetAttributeDetails added in v1.44.274

SetAttributeDetails sets the AttributeDetails field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetConditions added in v1.44.274

SetConditions sets the Conditions field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetStatistic added in v1.44.274

SetStatistic sets the Statistic field's value.

func (*CreateCalculatedAttributeDefinitionInput) SetTags added in v1.44.274

SetTags sets the Tags field's value.

func (CreateCalculatedAttributeDefinitionInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCalculatedAttributeDefinitionInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type CreateCalculatedAttributeDefinitionOutput added in v1.44.274

type CreateCalculatedAttributeDefinitionOutput struct {

	// Mathematical expression and a list of attribute items specified in that expression.
	//
	// AttributeDetails is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	AttributeDetails *AttributeDetails `type:"structure" sensitive:"true"`

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The conditions including range, object count, and threshold for the calculated
	// attribute.
	//
	// Conditions is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Conditions *Conditions `type:"structure" sensitive:"true"`

	// The timestamp of when the calculated attribute definition was created.
	CreatedAt *time.Time `type:"timestamp"`

	// The description of the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The timestamp of when the calculated attribute definition was most recently
	// edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The aggregation operation to perform for the calculated attribute.
	//
	// Statistic is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Statistic *string `type:"string" enum:"Statistic" sensitive:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (CreateCalculatedAttributeDefinitionOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCalculatedAttributeDefinitionOutput) SetAttributeDetails added in v1.44.274

SetAttributeDetails sets the AttributeDetails field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetConditions added in v1.44.274

SetConditions sets the Conditions field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetCreatedAt added in v1.44.274

SetCreatedAt sets the CreatedAt field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetLastUpdatedAt added in v1.44.274

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetStatistic added in v1.44.274

SetStatistic sets the Statistic field's value.

func (*CreateCalculatedAttributeDefinitionOutput) SetTags added in v1.44.274

SetTags sets the Tags field's value.

func (CreateCalculatedAttributeDefinitionOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDomainInput

type CreateDomainInput struct {

	// The URL of the SQS dead letter queue, which is used for reporting errors
	// associated with ingesting data from third party applications. You must set
	// up a policy on the DeadLetterQueue for the SendMessage operation to enable
	// Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
	DeadLetterQueueUrl *string `type:"string"`

	// The default encryption key, which is an AWS managed key, is used when no
	// specific type of encryption key is specified. It is used to encrypt all data
	// before it is placed in permanent or semi-permanent storage.
	DefaultEncryptionKey *string `type:"string"`

	// The default number of days until the data within the domain expires.
	//
	// DefaultExpirationDays is a required field
	DefaultExpirationDays *int64 `min:"1" type:"integer" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The process of matching duplicate profiles. If Matching = true, Amazon Connect
	// Customer Profiles starts a weekly batch process called Identity Resolution
	// Job. If you do not specify a date and time for Identity Resolution Job to
	// run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles
	// in your domains.
	//
	// After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html)
	// API to return and review the results. Or, if you have configured ExportingConfig
	// in the MatchingRequest, you can download the results from S3.
	Matching *MatchingRequest `type:"structure"`

	// The process of matching duplicate profiles using the Rule-Based matching.
	// If RuleBasedMatching = true, Amazon Connect Customer Profiles will start
	// to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest.
	// You can use the ListRuleBasedMatches and GetSimilarProfiles API to return
	// and review the results. Also, if you have configured ExportingConfig in the
	// RuleBasedMatchingRequest, you can download the results from S3.
	RuleBasedMatching *RuleBasedMatchingRequest `type:"structure"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (CreateDomainInput) GoString

func (s CreateDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainInput) SetDeadLetterQueueUrl

func (s *CreateDomainInput) SetDeadLetterQueueUrl(v string) *CreateDomainInput

SetDeadLetterQueueUrl sets the DeadLetterQueueUrl field's value.

func (*CreateDomainInput) SetDefaultEncryptionKey

func (s *CreateDomainInput) SetDefaultEncryptionKey(v string) *CreateDomainInput

SetDefaultEncryptionKey sets the DefaultEncryptionKey field's value.

func (*CreateDomainInput) SetDefaultExpirationDays

func (s *CreateDomainInput) SetDefaultExpirationDays(v int64) *CreateDomainInput

SetDefaultExpirationDays sets the DefaultExpirationDays field's value.

func (*CreateDomainInput) SetDomainName

func (s *CreateDomainInput) SetDomainName(v string) *CreateDomainInput

SetDomainName sets the DomainName field's value.

func (*CreateDomainInput) SetMatching added in v1.38.30

SetMatching sets the Matching field's value.

func (*CreateDomainInput) SetRuleBasedMatching added in v1.44.308

func (s *CreateDomainInput) SetRuleBasedMatching(v *RuleBasedMatchingRequest) *CreateDomainInput

SetRuleBasedMatching sets the RuleBasedMatching field's value.

func (*CreateDomainInput) SetTags

func (s *CreateDomainInput) SetTags(v map[string]*string) *CreateDomainInput

SetTags sets the Tags field's value.

func (CreateDomainInput) String

func (s CreateDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainInput) Validate

func (s *CreateDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDomainOutput

type CreateDomainOutput struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The URL of the SQS dead letter queue, which is used for reporting errors
	// associated with ingesting data from third party applications.
	DeadLetterQueueUrl *string `type:"string"`

	// The default encryption key, which is an AWS managed key, is used when no
	// specific type of encryption key is specified. It is used to encrypt all data
	// before it is placed in permanent or semi-permanent storage.
	DefaultEncryptionKey *string `type:"string"`

	// The default number of days until the data within the domain expires.
	//
	// DefaultExpirationDays is a required field
	DefaultExpirationDays *int64 `min:"1" type:"integer" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The process of matching duplicate profiles. If Matching = true, Amazon Connect
	// Customer Profiles starts a weekly batch process called Identity Resolution
	// Job. If you do not specify a date and time for Identity Resolution Job to
	// run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles
	// in your domains.
	//
	// After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html)
	// API to return and review the results. Or, if you have configured ExportingConfig
	// in the MatchingRequest, you can download the results from S3.
	Matching *MatchingResponse `type:"structure"`

	// The process of matching duplicate profiles using the Rule-Based matching.
	// If RuleBasedMatching = true, Amazon Connect Customer Profiles will start
	// to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest.
	// You can use the ListRuleBasedMatches and GetSimilarProfiles API to return
	// and review the results. Also, if you have configured ExportingConfig in the
	// RuleBasedMatchingRequest, you can download the results from S3.
	RuleBasedMatching *RuleBasedMatchingResponse `type:"structure"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (CreateDomainOutput) GoString

func (s CreateDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainOutput) SetCreatedAt

func (s *CreateDomainOutput) SetCreatedAt(v time.Time) *CreateDomainOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateDomainOutput) SetDeadLetterQueueUrl

func (s *CreateDomainOutput) SetDeadLetterQueueUrl(v string) *CreateDomainOutput

SetDeadLetterQueueUrl sets the DeadLetterQueueUrl field's value.

func (*CreateDomainOutput) SetDefaultEncryptionKey

func (s *CreateDomainOutput) SetDefaultEncryptionKey(v string) *CreateDomainOutput

SetDefaultEncryptionKey sets the DefaultEncryptionKey field's value.

func (*CreateDomainOutput) SetDefaultExpirationDays

func (s *CreateDomainOutput) SetDefaultExpirationDays(v int64) *CreateDomainOutput

SetDefaultExpirationDays sets the DefaultExpirationDays field's value.

func (*CreateDomainOutput) SetDomainName

func (s *CreateDomainOutput) SetDomainName(v string) *CreateDomainOutput

SetDomainName sets the DomainName field's value.

func (*CreateDomainOutput) SetLastUpdatedAt

func (s *CreateDomainOutput) SetLastUpdatedAt(v time.Time) *CreateDomainOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateDomainOutput) SetMatching added in v1.38.30

SetMatching sets the Matching field's value.

func (*CreateDomainOutput) SetRuleBasedMatching added in v1.44.308

SetRuleBasedMatching sets the RuleBasedMatching field's value.

func (*CreateDomainOutput) SetTags

func (s *CreateDomainOutput) SetTags(v map[string]*string) *CreateDomainOutput

SetTags sets the Tags field's value.

func (CreateDomainOutput) String

func (s CreateDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEventStreamInput added in v1.44.278

type CreateEventStreamInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the event stream.
	//
	// EventStreamName is a required field
	EventStreamName *string `location:"uri" locationName:"EventStreamName" min:"1" type:"string" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The StreamARN of the destination to deliver profile events to. For example,
	// arn:aws:kinesis:region:account-id:stream/stream-name
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateEventStreamInput) GoString added in v1.44.278

func (s CreateEventStreamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventStreamInput) SetDomainName added in v1.44.278

SetDomainName sets the DomainName field's value.

func (*CreateEventStreamInput) SetEventStreamName added in v1.44.278

func (s *CreateEventStreamInput) SetEventStreamName(v string) *CreateEventStreamInput

SetEventStreamName sets the EventStreamName field's value.

func (*CreateEventStreamInput) SetTags added in v1.44.278

SetTags sets the Tags field's value.

func (*CreateEventStreamInput) SetUri added in v1.44.278

SetUri sets the Uri field's value.

func (CreateEventStreamInput) String added in v1.44.278

func (s CreateEventStreamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventStreamInput) Validate added in v1.44.278

func (s *CreateEventStreamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEventStreamOutput added in v1.44.278

type CreateEventStreamOutput struct {

	// A unique identifier for the event stream.
	//
	// EventStreamArn is a required field
	EventStreamArn *string `min:"1" type:"string" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (CreateEventStreamOutput) GoString added in v1.44.278

func (s CreateEventStreamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEventStreamOutput) SetEventStreamArn added in v1.44.278

func (s *CreateEventStreamOutput) SetEventStreamArn(v string) *CreateEventStreamOutput

SetEventStreamArn sets the EventStreamArn field's value.

func (*CreateEventStreamOutput) SetTags added in v1.44.278

SetTags sets the Tags field's value.

func (CreateEventStreamOutput) String added in v1.44.278

func (s CreateEventStreamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateIntegrationWorkflowInput added in v1.43.3

type CreateIntegrationWorkflowInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Configuration data for integration workflow.
	//
	// IntegrationConfig is a required field
	IntegrationConfig *IntegrationConfig `type:"structure" required:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes
	// this role to create resources on your behalf as part of workflow execution.
	//
	// RoleArn is a required field
	RoleArn *string `type:"string" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The type of workflow. The only supported value is APPFLOW_INTEGRATION.
	//
	// WorkflowType is a required field
	WorkflowType *string `type:"string" required:"true" enum:"WorkflowType"`
	// contains filtered or unexported fields
}

func (CreateIntegrationWorkflowInput) GoString added in v1.43.3

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntegrationWorkflowInput) SetDomainName added in v1.43.3

SetDomainName sets the DomainName field's value.

func (*CreateIntegrationWorkflowInput) SetIntegrationConfig added in v1.43.3

SetIntegrationConfig sets the IntegrationConfig field's value.

func (*CreateIntegrationWorkflowInput) SetObjectTypeName added in v1.43.3

SetObjectTypeName sets the ObjectTypeName field's value.

func (*CreateIntegrationWorkflowInput) SetRoleArn added in v1.43.3

SetRoleArn sets the RoleArn field's value.

func (*CreateIntegrationWorkflowInput) SetTags added in v1.43.3

SetTags sets the Tags field's value.

func (*CreateIntegrationWorkflowInput) SetWorkflowType added in v1.43.3

SetWorkflowType sets the WorkflowType field's value.

func (CreateIntegrationWorkflowInput) String added in v1.43.3

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntegrationWorkflowInput) Validate added in v1.43.3

func (s *CreateIntegrationWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateIntegrationWorkflowOutput added in v1.43.3

type CreateIntegrationWorkflowOutput struct {

	// A message indicating create request was received.
	//
	// Message is a required field
	Message *string `min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	//
	// WorkflowId is a required field
	WorkflowId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateIntegrationWorkflowOutput) GoString added in v1.43.3

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIntegrationWorkflowOutput) SetMessage added in v1.43.3

SetMessage sets the Message field's value.

func (*CreateIntegrationWorkflowOutput) SetWorkflowId added in v1.43.3

SetWorkflowId sets the WorkflowId field's value.

func (CreateIntegrationWorkflowOutput) String added in v1.43.3

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateProfileInput

type CreateProfileInput struct {

	// A unique account number that you have given to the customer.
	//
	// AccountNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	AccountNumber *string `min:"1" type:"string" sensitive:"true"`

	// Any additional information relevant to the customer’s profile.
	//
	// AdditionalInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	AdditionalInformation *string `min:"1" type:"string" sensitive:"true"`

	// A generic address associated with the customer that is not mailing, shipping,
	// or billing.
	//
	// Address is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	Address *Address `type:"structure" sensitive:"true"`

	// A key value pair of attributes of a customer profile.
	//
	// Attributes is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	Attributes map[string]*string `type:"map" sensitive:"true"`

	// The customer’s billing address.
	//
	// BillingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	BillingAddress *Address `type:"structure" sensitive:"true"`

	// The customer’s birth date.
	//
	// BirthDate is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	BirthDate *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s business email address.
	//
	// BusinessEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	BusinessEmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The name of the customer’s business.
	//
	// BusinessName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	BusinessName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s business phone number.
	//
	// BusinessPhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	BusinessPhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The customer’s email address, which has not been specified as a personal
	// or business address.
	//
	// EmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	EmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s first name.
	//
	// FirstName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	FirstName *string `min:"1" type:"string" sensitive:"true"`

	// The gender with which the customer identifies.
	//
	// Gender is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	Gender *string `deprecated:"true" type:"string" enum:"Gender" sensitive:"true"`

	// An alternative to Gender which accepts any string as input.
	//
	// GenderString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	GenderString *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s home phone number.
	//
	// HomePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	HomePhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s last name.
	//
	// LastName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	LastName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s mailing address.
	//
	// MailingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	MailingAddress *Address `type:"structure" sensitive:"true"`

	// The customer’s middle name.
	//
	// MiddleName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	MiddleName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s mobile phone number.
	//
	// MobilePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	MobilePhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The type of profile used to describe the customer.
	//
	// PartyType is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	PartyType *string `deprecated:"true" type:"string" enum:"PartyType" sensitive:"true"`

	// An alternative to PartyType which accepts any string as input.
	//
	// PartyTypeString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	PartyTypeString *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s personal email address.
	//
	// PersonalEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	PersonalEmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s phone number, which has not been specified as a mobile,
	// home, or business number.
	//
	// PhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	PhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s shipping address.
	//
	// ShippingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateProfileInput's
	// String and GoString methods.
	ShippingAddress *Address `type:"structure" sensitive:"true"`
	// contains filtered or unexported fields
}

func (CreateProfileInput) GoString

func (s CreateProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProfileInput) SetAccountNumber

func (s *CreateProfileInput) SetAccountNumber(v string) *CreateProfileInput

SetAccountNumber sets the AccountNumber field's value.

func (*CreateProfileInput) SetAdditionalInformation

func (s *CreateProfileInput) SetAdditionalInformation(v string) *CreateProfileInput

SetAdditionalInformation sets the AdditionalInformation field's value.

func (*CreateProfileInput) SetAddress

func (s *CreateProfileInput) SetAddress(v *Address) *CreateProfileInput

SetAddress sets the Address field's value.

func (*CreateProfileInput) SetAttributes

func (s *CreateProfileInput) SetAttributes(v map[string]*string) *CreateProfileInput

SetAttributes sets the Attributes field's value.

func (*CreateProfileInput) SetBillingAddress

func (s *CreateProfileInput) SetBillingAddress(v *Address) *CreateProfileInput

SetBillingAddress sets the BillingAddress field's value.

func (*CreateProfileInput) SetBirthDate

func (s *CreateProfileInput) SetBirthDate(v string) *CreateProfileInput

SetBirthDate sets the BirthDate field's value.

func (*CreateProfileInput) SetBusinessEmailAddress

func (s *CreateProfileInput) SetBusinessEmailAddress(v string) *CreateProfileInput

SetBusinessEmailAddress sets the BusinessEmailAddress field's value.

func (*CreateProfileInput) SetBusinessName

func (s *CreateProfileInput) SetBusinessName(v string) *CreateProfileInput

SetBusinessName sets the BusinessName field's value.

func (*CreateProfileInput) SetBusinessPhoneNumber

func (s *CreateProfileInput) SetBusinessPhoneNumber(v string) *CreateProfileInput

SetBusinessPhoneNumber sets the BusinessPhoneNumber field's value.

func (*CreateProfileInput) SetDomainName

func (s *CreateProfileInput) SetDomainName(v string) *CreateProfileInput

SetDomainName sets the DomainName field's value.

func (*CreateProfileInput) SetEmailAddress

func (s *CreateProfileInput) SetEmailAddress(v string) *CreateProfileInput

SetEmailAddress sets the EmailAddress field's value.

func (*CreateProfileInput) SetFirstName

func (s *CreateProfileInput) SetFirstName(v string) *CreateProfileInput

SetFirstName sets the FirstName field's value.

func (*CreateProfileInput) SetGender

func (s *CreateProfileInput) SetGender(v string) *CreateProfileInput

SetGender sets the Gender field's value.

func (*CreateProfileInput) SetGenderString added in v1.44.158

func (s *CreateProfileInput) SetGenderString(v string) *CreateProfileInput

SetGenderString sets the GenderString field's value.

func (*CreateProfileInput) SetHomePhoneNumber

func (s *CreateProfileInput) SetHomePhoneNumber(v string) *CreateProfileInput

SetHomePhoneNumber sets the HomePhoneNumber field's value.

func (*CreateProfileInput) SetLastName

func (s *CreateProfileInput) SetLastName(v string) *CreateProfileInput

SetLastName sets the LastName field's value.

func (*CreateProfileInput) SetMailingAddress

func (s *CreateProfileInput) SetMailingAddress(v *Address) *CreateProfileInput

SetMailingAddress sets the MailingAddress field's value.

func (*CreateProfileInput) SetMiddleName

func (s *CreateProfileInput) SetMiddleName(v string) *CreateProfileInput

SetMiddleName sets the MiddleName field's value.

func (*CreateProfileInput) SetMobilePhoneNumber

func (s *CreateProfileInput) SetMobilePhoneNumber(v string) *CreateProfileInput

SetMobilePhoneNumber sets the MobilePhoneNumber field's value.

func (*CreateProfileInput) SetPartyType

func (s *CreateProfileInput) SetPartyType(v string) *CreateProfileInput

SetPartyType sets the PartyType field's value.

func (*CreateProfileInput) SetPartyTypeString added in v1.44.158

func (s *CreateProfileInput) SetPartyTypeString(v string) *CreateProfileInput

SetPartyTypeString sets the PartyTypeString field's value.

func (*CreateProfileInput) SetPersonalEmailAddress

func (s *CreateProfileInput) SetPersonalEmailAddress(v string) *CreateProfileInput

SetPersonalEmailAddress sets the PersonalEmailAddress field's value.

func (*CreateProfileInput) SetPhoneNumber

func (s *CreateProfileInput) SetPhoneNumber(v string) *CreateProfileInput

SetPhoneNumber sets the PhoneNumber field's value.

func (*CreateProfileInput) SetShippingAddress

func (s *CreateProfileInput) SetShippingAddress(v *Address) *CreateProfileInput

SetShippingAddress sets the ShippingAddress field's value.

func (CreateProfileInput) String

func (s CreateProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProfileInput) Validate

func (s *CreateProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProfileOutput

type CreateProfileOutput struct {

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateProfileOutput) GoString

func (s CreateProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProfileOutput) SetProfileId

func (s *CreateProfileOutput) SetProfileId(v string) *CreateProfileOutput

SetProfileId sets the ProfileId field's value.

func (CreateProfileOutput) String

func (s CreateProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomerProfiles

type CustomerProfiles struct {
	*client.Client
}

CustomerProfiles provides the API operation methods for making requests to Amazon Connect Customer Profiles. See this package's package overview docs for details on the service.

CustomerProfiles methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New creates a new instance of the CustomerProfiles client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a CustomerProfiles client from just a session.
svc := customerprofiles.New(mySession)

// Create a CustomerProfiles client with additional configuration
svc := customerprofiles.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*CustomerProfiles) AddProfileKey

func (c *CustomerProfiles) AddProfileKey(input *AddProfileKeyInput) (*AddProfileKeyOutput, error)

AddProfileKey API operation for Amazon Connect Customer Profiles.

Associates a new key value with a specific profile, such as a Contact Record ContactId.

A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation AddProfileKey for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/AddProfileKey

func (*CustomerProfiles) AddProfileKeyRequest

func (c *CustomerProfiles) AddProfileKeyRequest(input *AddProfileKeyInput) (req *request.Request, output *AddProfileKeyOutput)

AddProfileKeyRequest generates a "aws/request.Request" representing the client's request for the AddProfileKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddProfileKey for more information on using the AddProfileKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddProfileKeyRequest method.
req, resp := client.AddProfileKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/AddProfileKey

func (*CustomerProfiles) AddProfileKeyWithContext

func (c *CustomerProfiles) AddProfileKeyWithContext(ctx aws.Context, input *AddProfileKeyInput, opts ...request.Option) (*AddProfileKeyOutput, error)

AddProfileKeyWithContext is the same as AddProfileKey with the addition of the ability to pass a context and additional request options.

See AddProfileKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) CreateCalculatedAttributeDefinition added in v1.44.274

CreateCalculatedAttributeDefinition API operation for Amazon Connect Customer Profiles.

Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles will be included in the calculated attribute, which can be retrieved for a profile using the GetCalculatedAttributeForProfile (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetCalculatedAttributeForProfile.html) API. Defining a calculated attribute makes it available for all profiles within a domain. Each calculated attribute can only reference one ObjectType and at most, two fields from that ObjectType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation CreateCalculatedAttributeDefinition for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateCalculatedAttributeDefinition

func (*CustomerProfiles) CreateCalculatedAttributeDefinitionRequest added in v1.44.274

func (c *CustomerProfiles) CreateCalculatedAttributeDefinitionRequest(input *CreateCalculatedAttributeDefinitionInput) (req *request.Request, output *CreateCalculatedAttributeDefinitionOutput)

CreateCalculatedAttributeDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateCalculatedAttributeDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateCalculatedAttributeDefinition for more information on using the CreateCalculatedAttributeDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateCalculatedAttributeDefinitionRequest method.
req, resp := client.CreateCalculatedAttributeDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateCalculatedAttributeDefinition

func (*CustomerProfiles) CreateCalculatedAttributeDefinitionWithContext added in v1.44.274

func (c *CustomerProfiles) CreateCalculatedAttributeDefinitionWithContext(ctx aws.Context, input *CreateCalculatedAttributeDefinitionInput, opts ...request.Option) (*CreateCalculatedAttributeDefinitionOutput, error)

CreateCalculatedAttributeDefinitionWithContext is the same as CreateCalculatedAttributeDefinition with the addition of the ability to pass a context and additional request options.

See CreateCalculatedAttributeDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) CreateDomain

func (c *CustomerProfiles) CreateDomain(input *CreateDomainInput) (*CreateDomainOutput, error)

CreateDomain API operation for Amazon Connect Customer Profiles.

Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations.

Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.

Use this API or UpdateDomain (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html) to enable identity resolution (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html): set Matching to true.

To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention (https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html) for sample policies that you should apply.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation CreateDomain for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateDomain

func (*CustomerProfiles) CreateDomainRequest

func (c *CustomerProfiles) CreateDomainRequest(input *CreateDomainInput) (req *request.Request, output *CreateDomainOutput)

CreateDomainRequest generates a "aws/request.Request" representing the client's request for the CreateDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDomain for more information on using the CreateDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDomainRequest method.
req, resp := client.CreateDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateDomain

func (*CustomerProfiles) CreateDomainWithContext

func (c *CustomerProfiles) CreateDomainWithContext(ctx aws.Context, input *CreateDomainInput, opts ...request.Option) (*CreateDomainOutput, error)

CreateDomainWithContext is the same as CreateDomain with the addition of the ability to pass a context and additional request options.

See CreateDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) CreateEventStream added in v1.44.278

func (c *CustomerProfiles) CreateEventStream(input *CreateEventStreamInput) (*CreateEventStreamOutput, error)

CreateEventStream API operation for Amazon Connect Customer Profiles.

Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.

Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation CreateEventStream for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateEventStream

func (*CustomerProfiles) CreateEventStreamRequest added in v1.44.278

func (c *CustomerProfiles) CreateEventStreamRequest(input *CreateEventStreamInput) (req *request.Request, output *CreateEventStreamOutput)

CreateEventStreamRequest generates a "aws/request.Request" representing the client's request for the CreateEventStream operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEventStream for more information on using the CreateEventStream API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEventStreamRequest method.
req, resp := client.CreateEventStreamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateEventStream

func (*CustomerProfiles) CreateEventStreamWithContext added in v1.44.278

func (c *CustomerProfiles) CreateEventStreamWithContext(ctx aws.Context, input *CreateEventStreamInput, opts ...request.Option) (*CreateEventStreamOutput, error)

CreateEventStreamWithContext is the same as CreateEventStream with the addition of the ability to pass a context and additional request options.

See CreateEventStream for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) CreateIntegrationWorkflow added in v1.43.3

CreateIntegrationWorkflow API operation for Amazon Connect Customer Profiles.

Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation CreateIntegrationWorkflow for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateIntegrationWorkflow

func (*CustomerProfiles) CreateIntegrationWorkflowRequest added in v1.43.3

func (c *CustomerProfiles) CreateIntegrationWorkflowRequest(input *CreateIntegrationWorkflowInput) (req *request.Request, output *CreateIntegrationWorkflowOutput)

CreateIntegrationWorkflowRequest generates a "aws/request.Request" representing the client's request for the CreateIntegrationWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateIntegrationWorkflow for more information on using the CreateIntegrationWorkflow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateIntegrationWorkflowRequest method.
req, resp := client.CreateIntegrationWorkflowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateIntegrationWorkflow

func (*CustomerProfiles) CreateIntegrationWorkflowWithContext added in v1.43.3

func (c *CustomerProfiles) CreateIntegrationWorkflowWithContext(ctx aws.Context, input *CreateIntegrationWorkflowInput, opts ...request.Option) (*CreateIntegrationWorkflowOutput, error)

CreateIntegrationWorkflowWithContext is the same as CreateIntegrationWorkflow with the addition of the ability to pass a context and additional request options.

See CreateIntegrationWorkflow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) CreateProfile

func (c *CustomerProfiles) CreateProfile(input *CreateProfileInput) (*CreateProfileOutput, error)

CreateProfile API operation for Amazon Connect Customer Profiles.

Creates a standard profile.

A standard profile represents the following attributes for a customer profile in a domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation CreateProfile for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateProfile

func (*CustomerProfiles) CreateProfileRequest

func (c *CustomerProfiles) CreateProfileRequest(input *CreateProfileInput) (req *request.Request, output *CreateProfileOutput)

CreateProfileRequest generates a "aws/request.Request" representing the client's request for the CreateProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProfile for more information on using the CreateProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProfileRequest method.
req, resp := client.CreateProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateProfile

func (*CustomerProfiles) CreateProfileWithContext

func (c *CustomerProfiles) CreateProfileWithContext(ctx aws.Context, input *CreateProfileInput, opts ...request.Option) (*CreateProfileOutput, error)

CreateProfileWithContext is the same as CreateProfile with the addition of the ability to pass a context and additional request options.

See CreateProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteCalculatedAttributeDefinition added in v1.44.274

DeleteCalculatedAttributeDefinition API operation for Amazon Connect Customer Profiles.

Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute is possible, however once deleted, you will be unable to undo that action and will need to recreate it on your own using the CreateCalculatedAttributeDefinition API if you want it back.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteCalculatedAttributeDefinition for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteCalculatedAttributeDefinition

func (*CustomerProfiles) DeleteCalculatedAttributeDefinitionRequest added in v1.44.274

func (c *CustomerProfiles) DeleteCalculatedAttributeDefinitionRequest(input *DeleteCalculatedAttributeDefinitionInput) (req *request.Request, output *DeleteCalculatedAttributeDefinitionOutput)

DeleteCalculatedAttributeDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteCalculatedAttributeDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteCalculatedAttributeDefinition for more information on using the DeleteCalculatedAttributeDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteCalculatedAttributeDefinitionRequest method.
req, resp := client.DeleteCalculatedAttributeDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteCalculatedAttributeDefinition

func (*CustomerProfiles) DeleteCalculatedAttributeDefinitionWithContext added in v1.44.274

func (c *CustomerProfiles) DeleteCalculatedAttributeDefinitionWithContext(ctx aws.Context, input *DeleteCalculatedAttributeDefinitionInput, opts ...request.Option) (*DeleteCalculatedAttributeDefinitionOutput, error)

DeleteCalculatedAttributeDefinitionWithContext is the same as DeleteCalculatedAttributeDefinition with the addition of the ability to pass a context and additional request options.

See DeleteCalculatedAttributeDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteDomain

func (c *CustomerProfiles) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error)

DeleteDomain API operation for Amazon Connect Customer Profiles.

Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteDomain for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteDomain

func (*CustomerProfiles) DeleteDomainRequest

func (c *CustomerProfiles) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput)

DeleteDomainRequest generates a "aws/request.Request" representing the client's request for the DeleteDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDomain for more information on using the DeleteDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDomainRequest method.
req, resp := client.DeleteDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteDomain

func (*CustomerProfiles) DeleteDomainWithContext

func (c *CustomerProfiles) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error)

DeleteDomainWithContext is the same as DeleteDomain with the addition of the ability to pass a context and additional request options.

See DeleteDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteEventStream added in v1.44.278

func (c *CustomerProfiles) DeleteEventStream(input *DeleteEventStreamInput) (*DeleteEventStreamOutput, error)

DeleteEventStream API operation for Amazon Connect Customer Profiles.

Disables and deletes the specified event stream.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteEventStream for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteEventStream

func (*CustomerProfiles) DeleteEventStreamRequest added in v1.44.278

func (c *CustomerProfiles) DeleteEventStreamRequest(input *DeleteEventStreamInput) (req *request.Request, output *DeleteEventStreamOutput)

DeleteEventStreamRequest generates a "aws/request.Request" representing the client's request for the DeleteEventStream operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEventStream for more information on using the DeleteEventStream API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEventStreamRequest method.
req, resp := client.DeleteEventStreamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteEventStream

func (*CustomerProfiles) DeleteEventStreamWithContext added in v1.44.278

func (c *CustomerProfiles) DeleteEventStreamWithContext(ctx aws.Context, input *DeleteEventStreamInput, opts ...request.Option) (*DeleteEventStreamOutput, error)

DeleteEventStreamWithContext is the same as DeleteEventStream with the addition of the ability to pass a context and additional request options.

See DeleteEventStream for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteIntegration

func (c *CustomerProfiles) DeleteIntegration(input *DeleteIntegrationInput) (*DeleteIntegrationOutput, error)

DeleteIntegration API operation for Amazon Connect Customer Profiles.

Removes an integration from a specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteIntegration for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteIntegration

func (*CustomerProfiles) DeleteIntegrationRequest

func (c *CustomerProfiles) DeleteIntegrationRequest(input *DeleteIntegrationInput) (req *request.Request, output *DeleteIntegrationOutput)

DeleteIntegrationRequest generates a "aws/request.Request" representing the client's request for the DeleteIntegration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteIntegration for more information on using the DeleteIntegration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteIntegrationRequest method.
req, resp := client.DeleteIntegrationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteIntegration

func (*CustomerProfiles) DeleteIntegrationWithContext

func (c *CustomerProfiles) DeleteIntegrationWithContext(ctx aws.Context, input *DeleteIntegrationInput, opts ...request.Option) (*DeleteIntegrationOutput, error)

DeleteIntegrationWithContext is the same as DeleteIntegration with the addition of the ability to pass a context and additional request options.

See DeleteIntegration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteProfile

func (c *CustomerProfiles) DeleteProfile(input *DeleteProfileInput) (*DeleteProfileOutput, error)

DeleteProfile API operation for Amazon Connect Customer Profiles.

Deletes the standard customer profile and all data pertaining to the profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteProfile for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfile

func (*CustomerProfiles) DeleteProfileKey

func (c *CustomerProfiles) DeleteProfileKey(input *DeleteProfileKeyInput) (*DeleteProfileKeyOutput, error)

DeleteProfileKey API operation for Amazon Connect Customer Profiles.

Removes a searchable key from a customer profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteProfileKey for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileKey

func (*CustomerProfiles) DeleteProfileKeyRequest

func (c *CustomerProfiles) DeleteProfileKeyRequest(input *DeleteProfileKeyInput) (req *request.Request, output *DeleteProfileKeyOutput)

DeleteProfileKeyRequest generates a "aws/request.Request" representing the client's request for the DeleteProfileKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProfileKey for more information on using the DeleteProfileKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProfileKeyRequest method.
req, resp := client.DeleteProfileKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileKey

func (*CustomerProfiles) DeleteProfileKeyWithContext

func (c *CustomerProfiles) DeleteProfileKeyWithContext(ctx aws.Context, input *DeleteProfileKeyInput, opts ...request.Option) (*DeleteProfileKeyOutput, error)

DeleteProfileKeyWithContext is the same as DeleteProfileKey with the addition of the ability to pass a context and additional request options.

See DeleteProfileKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteProfileObject

func (c *CustomerProfiles) DeleteProfileObject(input *DeleteProfileObjectInput) (*DeleteProfileObjectOutput, error)

DeleteProfileObject API operation for Amazon Connect Customer Profiles.

Removes an object associated with a profile of a given ProfileObjectType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteProfileObject for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileObject

func (*CustomerProfiles) DeleteProfileObjectRequest

func (c *CustomerProfiles) DeleteProfileObjectRequest(input *DeleteProfileObjectInput) (req *request.Request, output *DeleteProfileObjectOutput)

DeleteProfileObjectRequest generates a "aws/request.Request" representing the client's request for the DeleteProfileObject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProfileObject for more information on using the DeleteProfileObject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProfileObjectRequest method.
req, resp := client.DeleteProfileObjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileObject

func (*CustomerProfiles) DeleteProfileObjectType

DeleteProfileObjectType API operation for Amazon Connect Customer Profiles.

Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteProfileObjectType for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileObjectType

func (*CustomerProfiles) DeleteProfileObjectTypeRequest

func (c *CustomerProfiles) DeleteProfileObjectTypeRequest(input *DeleteProfileObjectTypeInput) (req *request.Request, output *DeleteProfileObjectTypeOutput)

DeleteProfileObjectTypeRequest generates a "aws/request.Request" representing the client's request for the DeleteProfileObjectType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProfileObjectType for more information on using the DeleteProfileObjectType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProfileObjectTypeRequest method.
req, resp := client.DeleteProfileObjectTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfileObjectType

func (*CustomerProfiles) DeleteProfileObjectTypeWithContext

func (c *CustomerProfiles) DeleteProfileObjectTypeWithContext(ctx aws.Context, input *DeleteProfileObjectTypeInput, opts ...request.Option) (*DeleteProfileObjectTypeOutput, error)

DeleteProfileObjectTypeWithContext is the same as DeleteProfileObjectType with the addition of the ability to pass a context and additional request options.

See DeleteProfileObjectType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteProfileObjectWithContext

func (c *CustomerProfiles) DeleteProfileObjectWithContext(ctx aws.Context, input *DeleteProfileObjectInput, opts ...request.Option) (*DeleteProfileObjectOutput, error)

DeleteProfileObjectWithContext is the same as DeleteProfileObject with the addition of the ability to pass a context and additional request options.

See DeleteProfileObject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteProfileRequest

func (c *CustomerProfiles) DeleteProfileRequest(input *DeleteProfileInput) (req *request.Request, output *DeleteProfileOutput)

DeleteProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProfile for more information on using the DeleteProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProfileRequest method.
req, resp := client.DeleteProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteProfile

func (*CustomerProfiles) DeleteProfileWithContext

func (c *CustomerProfiles) DeleteProfileWithContext(ctx aws.Context, input *DeleteProfileInput, opts ...request.Option) (*DeleteProfileOutput, error)

DeleteProfileWithContext is the same as DeleteProfile with the addition of the ability to pass a context and additional request options.

See DeleteProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DeleteWorkflow added in v1.43.3

func (c *CustomerProfiles) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error)

DeleteWorkflow API operation for Amazon Connect Customer Profiles.

Deletes the specified workflow and all its corresponding resources. This is an async process.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DeleteWorkflow for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteWorkflow

func (*CustomerProfiles) DeleteWorkflowRequest added in v1.43.3

func (c *CustomerProfiles) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput)

DeleteWorkflowRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkflow for more information on using the DeleteWorkflow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteWorkflowRequest method.
req, resp := client.DeleteWorkflowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteWorkflow

func (*CustomerProfiles) DeleteWorkflowWithContext added in v1.43.3

func (c *CustomerProfiles) DeleteWorkflowWithContext(ctx aws.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error)

DeleteWorkflowWithContext is the same as DeleteWorkflow with the addition of the ability to pass a context and additional request options.

See DeleteWorkflow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) DetectProfileObjectType added in v1.48.7

DetectProfileObjectType API operation for Amazon Connect Customer Profiles.

The process of detecting profile object type mapping by using given objects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation DetectProfileObjectType for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DetectProfileObjectType

func (*CustomerProfiles) DetectProfileObjectTypeRequest added in v1.48.7

func (c *CustomerProfiles) DetectProfileObjectTypeRequest(input *DetectProfileObjectTypeInput) (req *request.Request, output *DetectProfileObjectTypeOutput)

DetectProfileObjectTypeRequest generates a "aws/request.Request" representing the client's request for the DetectProfileObjectType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DetectProfileObjectType for more information on using the DetectProfileObjectType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DetectProfileObjectTypeRequest method.
req, resp := client.DetectProfileObjectTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DetectProfileObjectType

func (*CustomerProfiles) DetectProfileObjectTypeWithContext added in v1.48.7

func (c *CustomerProfiles) DetectProfileObjectTypeWithContext(ctx aws.Context, input *DetectProfileObjectTypeInput, opts ...request.Option) (*DetectProfileObjectTypeOutput, error)

DetectProfileObjectTypeWithContext is the same as DetectProfileObjectType with the addition of the ability to pass a context and additional request options.

See DetectProfileObjectType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetAutoMergingPreview added in v1.42.12

GetAutoMergingPreview API operation for Amazon Connect Customer Profiles.

Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list.

You can't view which profiles are matched and would be merged.

We strongly recommend you use this API to do a dry run of the automerging process before running the Identity Resolution Job. Include at least two matching attributes. If your matching list includes too few attributes (such as only FirstName or only LastName), there may be a large number of matches. This increases the chances of erroneous merges.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetAutoMergingPreview for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetAutoMergingPreview

func (*CustomerProfiles) GetAutoMergingPreviewRequest added in v1.42.12

func (c *CustomerProfiles) GetAutoMergingPreviewRequest(input *GetAutoMergingPreviewInput) (req *request.Request, output *GetAutoMergingPreviewOutput)

GetAutoMergingPreviewRequest generates a "aws/request.Request" representing the client's request for the GetAutoMergingPreview operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAutoMergingPreview for more information on using the GetAutoMergingPreview API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAutoMergingPreviewRequest method.
req, resp := client.GetAutoMergingPreviewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetAutoMergingPreview

func (*CustomerProfiles) GetAutoMergingPreviewWithContext added in v1.42.12

func (c *CustomerProfiles) GetAutoMergingPreviewWithContext(ctx aws.Context, input *GetAutoMergingPreviewInput, opts ...request.Option) (*GetAutoMergingPreviewOutput, error)

GetAutoMergingPreviewWithContext is the same as GetAutoMergingPreview with the addition of the ability to pass a context and additional request options.

See GetAutoMergingPreview for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetCalculatedAttributeDefinition added in v1.44.274

GetCalculatedAttributeDefinition API operation for Amazon Connect Customer Profiles.

Provides more information on a calculated attribute definition for Customer Profiles.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetCalculatedAttributeDefinition for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetCalculatedAttributeDefinition

func (*CustomerProfiles) GetCalculatedAttributeDefinitionRequest added in v1.44.274

func (c *CustomerProfiles) GetCalculatedAttributeDefinitionRequest(input *GetCalculatedAttributeDefinitionInput) (req *request.Request, output *GetCalculatedAttributeDefinitionOutput)

GetCalculatedAttributeDefinitionRequest generates a "aws/request.Request" representing the client's request for the GetCalculatedAttributeDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCalculatedAttributeDefinition for more information on using the GetCalculatedAttributeDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCalculatedAttributeDefinitionRequest method.
req, resp := client.GetCalculatedAttributeDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetCalculatedAttributeDefinition

func (*CustomerProfiles) GetCalculatedAttributeDefinitionWithContext added in v1.44.274

func (c *CustomerProfiles) GetCalculatedAttributeDefinitionWithContext(ctx aws.Context, input *GetCalculatedAttributeDefinitionInput, opts ...request.Option) (*GetCalculatedAttributeDefinitionOutput, error)

GetCalculatedAttributeDefinitionWithContext is the same as GetCalculatedAttributeDefinition with the addition of the ability to pass a context and additional request options.

See GetCalculatedAttributeDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetCalculatedAttributeForProfile added in v1.44.274

GetCalculatedAttributeForProfile API operation for Amazon Connect Customer Profiles.

Retrieve a calculated attribute for a customer profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetCalculatedAttributeForProfile for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetCalculatedAttributeForProfile

func (*CustomerProfiles) GetCalculatedAttributeForProfileRequest added in v1.44.274

func (c *CustomerProfiles) GetCalculatedAttributeForProfileRequest(input *GetCalculatedAttributeForProfileInput) (req *request.Request, output *GetCalculatedAttributeForProfileOutput)

GetCalculatedAttributeForProfileRequest generates a "aws/request.Request" representing the client's request for the GetCalculatedAttributeForProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCalculatedAttributeForProfile for more information on using the GetCalculatedAttributeForProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCalculatedAttributeForProfileRequest method.
req, resp := client.GetCalculatedAttributeForProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetCalculatedAttributeForProfile

func (*CustomerProfiles) GetCalculatedAttributeForProfileWithContext added in v1.44.274

func (c *CustomerProfiles) GetCalculatedAttributeForProfileWithContext(ctx aws.Context, input *GetCalculatedAttributeForProfileInput, opts ...request.Option) (*GetCalculatedAttributeForProfileOutput, error)

GetCalculatedAttributeForProfileWithContext is the same as GetCalculatedAttributeForProfile with the addition of the ability to pass a context and additional request options.

See GetCalculatedAttributeForProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetDomain

func (c *CustomerProfiles) GetDomain(input *GetDomainInput) (*GetDomainOutput, error)

GetDomain API operation for Amazon Connect Customer Profiles.

Returns information about a specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetDomain for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetDomain

func (*CustomerProfiles) GetDomainRequest

func (c *CustomerProfiles) GetDomainRequest(input *GetDomainInput) (req *request.Request, output *GetDomainOutput)

GetDomainRequest generates a "aws/request.Request" representing the client's request for the GetDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDomain for more information on using the GetDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDomainRequest method.
req, resp := client.GetDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetDomain

func (*CustomerProfiles) GetDomainWithContext

func (c *CustomerProfiles) GetDomainWithContext(ctx aws.Context, input *GetDomainInput, opts ...request.Option) (*GetDomainOutput, error)

GetDomainWithContext is the same as GetDomain with the addition of the ability to pass a context and additional request options.

See GetDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetEventStream added in v1.44.278

func (c *CustomerProfiles) GetEventStream(input *GetEventStreamInput) (*GetEventStreamOutput, error)

GetEventStream API operation for Amazon Connect Customer Profiles.

Returns information about the specified event stream in a specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetEventStream for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetEventStream

func (*CustomerProfiles) GetEventStreamRequest added in v1.44.278

func (c *CustomerProfiles) GetEventStreamRequest(input *GetEventStreamInput) (req *request.Request, output *GetEventStreamOutput)

GetEventStreamRequest generates a "aws/request.Request" representing the client's request for the GetEventStream operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetEventStream for more information on using the GetEventStream API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetEventStreamRequest method.
req, resp := client.GetEventStreamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetEventStream

func (*CustomerProfiles) GetEventStreamWithContext added in v1.44.278

func (c *CustomerProfiles) GetEventStreamWithContext(ctx aws.Context, input *GetEventStreamInput, opts ...request.Option) (*GetEventStreamOutput, error)

GetEventStreamWithContext is the same as GetEventStream with the addition of the ability to pass a context and additional request options.

See GetEventStream for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetIdentityResolutionJob added in v1.42.12

GetIdentityResolutionJob API operation for Amazon Connect Customer Profiles.

Returns information about an Identity Resolution Job in a specific domain.

Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles (https://docs.aws.amazon.com/connect/latest/adminguide/use-identity-resolution.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetIdentityResolutionJob for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIdentityResolutionJob

func (*CustomerProfiles) GetIdentityResolutionJobRequest added in v1.42.12

func (c *CustomerProfiles) GetIdentityResolutionJobRequest(input *GetIdentityResolutionJobInput) (req *request.Request, output *GetIdentityResolutionJobOutput)

GetIdentityResolutionJobRequest generates a "aws/request.Request" representing the client's request for the GetIdentityResolutionJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetIdentityResolutionJob for more information on using the GetIdentityResolutionJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetIdentityResolutionJobRequest method.
req, resp := client.GetIdentityResolutionJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIdentityResolutionJob

func (*CustomerProfiles) GetIdentityResolutionJobWithContext added in v1.42.12

func (c *CustomerProfiles) GetIdentityResolutionJobWithContext(ctx aws.Context, input *GetIdentityResolutionJobInput, opts ...request.Option) (*GetIdentityResolutionJobOutput, error)

GetIdentityResolutionJobWithContext is the same as GetIdentityResolutionJob with the addition of the ability to pass a context and additional request options.

See GetIdentityResolutionJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetIntegration

func (c *CustomerProfiles) GetIntegration(input *GetIntegrationInput) (*GetIntegrationOutput, error)

GetIntegration API operation for Amazon Connect Customer Profiles.

Returns an integration for a domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetIntegration for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegration

func (*CustomerProfiles) GetIntegrationRequest

func (c *CustomerProfiles) GetIntegrationRequest(input *GetIntegrationInput) (req *request.Request, output *GetIntegrationOutput)

GetIntegrationRequest generates a "aws/request.Request" representing the client's request for the GetIntegration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetIntegration for more information on using the GetIntegration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetIntegrationRequest method.
req, resp := client.GetIntegrationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegration

func (*CustomerProfiles) GetIntegrationWithContext

func (c *CustomerProfiles) GetIntegrationWithContext(ctx aws.Context, input *GetIntegrationInput, opts ...request.Option) (*GetIntegrationOutput, error)

GetIntegrationWithContext is the same as GetIntegration with the addition of the ability to pass a context and additional request options.

See GetIntegration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetMatches added in v1.38.30

func (c *CustomerProfiles) GetMatches(input *GetMatchesInput) (*GetMatchesOutput, error)

GetMatches API operation for Amazon Connect Customer Profiles.

Before calling this API, use CreateDomain (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html) or UpdateDomain (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html) to enable identity resolution: set Matching to true.

GetMatches returns potentially matching profiles, based on the results of the latest run of a machine learning process.

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html) API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

Amazon Connect uses the following profile attributes to identify matches:

  • PhoneNumber

  • HomePhoneNumber

  • BusinessPhoneNumber

  • MobilePhoneNumber

  • EmailAddress

  • PersonalEmailAddress

  • BusinessEmailAddress

  • FullName

For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as JOHN_DOE@ANYCOMPANY.COM and johndoe@anycompany.com, or different phone number formats such as 555-010-0000 and +1-555-010-0000—can be detected as belonging to the same customer John Doe and merged into a unified profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetMatches for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetMatches

func (*CustomerProfiles) GetMatchesRequest added in v1.38.30

func (c *CustomerProfiles) GetMatchesRequest(input *GetMatchesInput) (req *request.Request, output *GetMatchesOutput)

GetMatchesRequest generates a "aws/request.Request" representing the client's request for the GetMatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMatches for more information on using the GetMatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMatchesRequest method.
req, resp := client.GetMatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetMatches

func (*CustomerProfiles) GetMatchesWithContext added in v1.38.30

func (c *CustomerProfiles) GetMatchesWithContext(ctx aws.Context, input *GetMatchesInput, opts ...request.Option) (*GetMatchesOutput, error)

GetMatchesWithContext is the same as GetMatches with the addition of the ability to pass a context and additional request options.

See GetMatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetProfileObjectType

func (c *CustomerProfiles) GetProfileObjectType(input *GetProfileObjectTypeInput) (*GetProfileObjectTypeOutput, error)

GetProfileObjectType API operation for Amazon Connect Customer Profiles.

Returns the object types for a specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetProfileObjectType for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetProfileObjectType

func (*CustomerProfiles) GetProfileObjectTypeRequest

func (c *CustomerProfiles) GetProfileObjectTypeRequest(input *GetProfileObjectTypeInput) (req *request.Request, output *GetProfileObjectTypeOutput)

GetProfileObjectTypeRequest generates a "aws/request.Request" representing the client's request for the GetProfileObjectType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetProfileObjectType for more information on using the GetProfileObjectType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetProfileObjectTypeRequest method.
req, resp := client.GetProfileObjectTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetProfileObjectType

func (*CustomerProfiles) GetProfileObjectTypeTemplate

GetProfileObjectTypeTemplate API operation for Amazon Connect Customer Profiles.

Returns the template information for a specific object type.

A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetProfileObjectTypeTemplate for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetProfileObjectTypeTemplate

func (*CustomerProfiles) GetProfileObjectTypeTemplateRequest

func (c *CustomerProfiles) GetProfileObjectTypeTemplateRequest(input *GetProfileObjectTypeTemplateInput) (req *request.Request, output *GetProfileObjectTypeTemplateOutput)

GetProfileObjectTypeTemplateRequest generates a "aws/request.Request" representing the client's request for the GetProfileObjectTypeTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetProfileObjectTypeTemplate for more information on using the GetProfileObjectTypeTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetProfileObjectTypeTemplateRequest method.
req, resp := client.GetProfileObjectTypeTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetProfileObjectTypeTemplate

func (*CustomerProfiles) GetProfileObjectTypeTemplateWithContext

func (c *CustomerProfiles) GetProfileObjectTypeTemplateWithContext(ctx aws.Context, input *GetProfileObjectTypeTemplateInput, opts ...request.Option) (*GetProfileObjectTypeTemplateOutput, error)

GetProfileObjectTypeTemplateWithContext is the same as GetProfileObjectTypeTemplate with the addition of the ability to pass a context and additional request options.

See GetProfileObjectTypeTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetProfileObjectTypeWithContext

func (c *CustomerProfiles) GetProfileObjectTypeWithContext(ctx aws.Context, input *GetProfileObjectTypeInput, opts ...request.Option) (*GetProfileObjectTypeOutput, error)

GetProfileObjectTypeWithContext is the same as GetProfileObjectType with the addition of the ability to pass a context and additional request options.

See GetProfileObjectType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetSimilarProfiles added in v1.44.308

func (c *CustomerProfiles) GetSimilarProfiles(input *GetSimilarProfilesInput) (*GetSimilarProfilesOutput, error)

GetSimilarProfiles API operation for Amazon Connect Customer Profiles.

Returns a set of profiles that belong to the same matching group using the matchId or profileId. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING or ML_BASED_MATCHING.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetSimilarProfiles for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetSimilarProfiles

func (*CustomerProfiles) GetSimilarProfilesRequest added in v1.44.308

func (c *CustomerProfiles) GetSimilarProfilesRequest(input *GetSimilarProfilesInput) (req *request.Request, output *GetSimilarProfilesOutput)

GetSimilarProfilesRequest generates a "aws/request.Request" representing the client's request for the GetSimilarProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSimilarProfiles for more information on using the GetSimilarProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSimilarProfilesRequest method.
req, resp := client.GetSimilarProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetSimilarProfiles

func (*CustomerProfiles) GetSimilarProfilesWithContext added in v1.44.308

func (c *CustomerProfiles) GetSimilarProfilesWithContext(ctx aws.Context, input *GetSimilarProfilesInput, opts ...request.Option) (*GetSimilarProfilesOutput, error)

GetSimilarProfilesWithContext is the same as GetSimilarProfiles with the addition of the ability to pass a context and additional request options.

See GetSimilarProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetWorkflow added in v1.43.3

func (c *CustomerProfiles) GetWorkflow(input *GetWorkflowInput) (*GetWorkflowOutput, error)

GetWorkflow API operation for Amazon Connect Customer Profiles.

Get details of specified workflow.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetWorkflow for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetWorkflow

func (*CustomerProfiles) GetWorkflowRequest added in v1.43.3

func (c *CustomerProfiles) GetWorkflowRequest(input *GetWorkflowInput) (req *request.Request, output *GetWorkflowOutput)

GetWorkflowRequest generates a "aws/request.Request" representing the client's request for the GetWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetWorkflow for more information on using the GetWorkflow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetWorkflowRequest method.
req, resp := client.GetWorkflowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetWorkflow

func (*CustomerProfiles) GetWorkflowSteps added in v1.43.3

func (c *CustomerProfiles) GetWorkflowSteps(input *GetWorkflowStepsInput) (*GetWorkflowStepsOutput, error)

GetWorkflowSteps API operation for Amazon Connect Customer Profiles.

Get granular list of steps in workflow.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation GetWorkflowSteps for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetWorkflowSteps

func (*CustomerProfiles) GetWorkflowStepsRequest added in v1.43.3

func (c *CustomerProfiles) GetWorkflowStepsRequest(input *GetWorkflowStepsInput) (req *request.Request, output *GetWorkflowStepsOutput)

GetWorkflowStepsRequest generates a "aws/request.Request" representing the client's request for the GetWorkflowSteps operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetWorkflowSteps for more information on using the GetWorkflowSteps API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetWorkflowStepsRequest method.
req, resp := client.GetWorkflowStepsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetWorkflowSteps

func (*CustomerProfiles) GetWorkflowStepsWithContext added in v1.43.3

func (c *CustomerProfiles) GetWorkflowStepsWithContext(ctx aws.Context, input *GetWorkflowStepsInput, opts ...request.Option) (*GetWorkflowStepsOutput, error)

GetWorkflowStepsWithContext is the same as GetWorkflowSteps with the addition of the ability to pass a context and additional request options.

See GetWorkflowSteps for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) GetWorkflowWithContext added in v1.43.3

func (c *CustomerProfiles) GetWorkflowWithContext(ctx aws.Context, input *GetWorkflowInput, opts ...request.Option) (*GetWorkflowOutput, error)

GetWorkflowWithContext is the same as GetWorkflow with the addition of the ability to pass a context and additional request options.

See GetWorkflow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListAccountIntegrations

ListAccountIntegrations API operation for Amazon Connect Customer Profiles.

Lists all of the integrations associated to a specific URI in the AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListAccountIntegrations for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListAccountIntegrations

func (*CustomerProfiles) ListAccountIntegrationsRequest

func (c *CustomerProfiles) ListAccountIntegrationsRequest(input *ListAccountIntegrationsInput) (req *request.Request, output *ListAccountIntegrationsOutput)

ListAccountIntegrationsRequest generates a "aws/request.Request" representing the client's request for the ListAccountIntegrations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAccountIntegrations for more information on using the ListAccountIntegrations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAccountIntegrationsRequest method.
req, resp := client.ListAccountIntegrationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListAccountIntegrations

func (*CustomerProfiles) ListAccountIntegrationsWithContext

func (c *CustomerProfiles) ListAccountIntegrationsWithContext(ctx aws.Context, input *ListAccountIntegrationsInput, opts ...request.Option) (*ListAccountIntegrationsOutput, error)

ListAccountIntegrationsWithContext is the same as ListAccountIntegrations with the addition of the ability to pass a context and additional request options.

See ListAccountIntegrations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListCalculatedAttributeDefinitions added in v1.44.274

ListCalculatedAttributeDefinitions API operation for Amazon Connect Customer Profiles.

Lists calculated attribute definitions for Customer Profiles

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListCalculatedAttributeDefinitions for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListCalculatedAttributeDefinitions

func (*CustomerProfiles) ListCalculatedAttributeDefinitionsRequest added in v1.44.274

func (c *CustomerProfiles) ListCalculatedAttributeDefinitionsRequest(input *ListCalculatedAttributeDefinitionsInput) (req *request.Request, output *ListCalculatedAttributeDefinitionsOutput)

ListCalculatedAttributeDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListCalculatedAttributeDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCalculatedAttributeDefinitions for more information on using the ListCalculatedAttributeDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCalculatedAttributeDefinitionsRequest method.
req, resp := client.ListCalculatedAttributeDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListCalculatedAttributeDefinitions

func (*CustomerProfiles) ListCalculatedAttributeDefinitionsWithContext added in v1.44.274

func (c *CustomerProfiles) ListCalculatedAttributeDefinitionsWithContext(ctx aws.Context, input *ListCalculatedAttributeDefinitionsInput, opts ...request.Option) (*ListCalculatedAttributeDefinitionsOutput, error)

ListCalculatedAttributeDefinitionsWithContext is the same as ListCalculatedAttributeDefinitions with the addition of the ability to pass a context and additional request options.

See ListCalculatedAttributeDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListCalculatedAttributesForProfile added in v1.44.274

ListCalculatedAttributesForProfile API operation for Amazon Connect Customer Profiles.

Retrieve a list of calculated attributes for a customer profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListCalculatedAttributesForProfile for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListCalculatedAttributesForProfile

func (*CustomerProfiles) ListCalculatedAttributesForProfileRequest added in v1.44.274

func (c *CustomerProfiles) ListCalculatedAttributesForProfileRequest(input *ListCalculatedAttributesForProfileInput) (req *request.Request, output *ListCalculatedAttributesForProfileOutput)

ListCalculatedAttributesForProfileRequest generates a "aws/request.Request" representing the client's request for the ListCalculatedAttributesForProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCalculatedAttributesForProfile for more information on using the ListCalculatedAttributesForProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCalculatedAttributesForProfileRequest method.
req, resp := client.ListCalculatedAttributesForProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListCalculatedAttributesForProfile

func (*CustomerProfiles) ListCalculatedAttributesForProfileWithContext added in v1.44.274

func (c *CustomerProfiles) ListCalculatedAttributesForProfileWithContext(ctx aws.Context, input *ListCalculatedAttributesForProfileInput, opts ...request.Option) (*ListCalculatedAttributesForProfileOutput, error)

ListCalculatedAttributesForProfileWithContext is the same as ListCalculatedAttributesForProfile with the addition of the ability to pass a context and additional request options.

See ListCalculatedAttributesForProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListDomains

func (c *CustomerProfiles) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error)

ListDomains API operation for Amazon Connect Customer Profiles.

Returns a list of all the domains for an AWS account that have been created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListDomains for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListDomains

func (*CustomerProfiles) ListDomainsRequest

func (c *CustomerProfiles) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput)

ListDomainsRequest generates a "aws/request.Request" representing the client's request for the ListDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDomains for more information on using the ListDomains API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDomainsRequest method.
req, resp := client.ListDomainsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListDomains

func (*CustomerProfiles) ListDomainsWithContext

func (c *CustomerProfiles) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error)

ListDomainsWithContext is the same as ListDomains with the addition of the ability to pass a context and additional request options.

See ListDomains for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListEventStreams added in v1.44.278

func (c *CustomerProfiles) ListEventStreams(input *ListEventStreamsInput) (*ListEventStreamsOutput, error)

ListEventStreams API operation for Amazon Connect Customer Profiles.

Returns a list of all the event streams in a specific domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListEventStreams for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListEventStreams

func (*CustomerProfiles) ListEventStreamsPages added in v1.44.278

func (c *CustomerProfiles) ListEventStreamsPages(input *ListEventStreamsInput, fn func(*ListEventStreamsOutput, bool) bool) error

ListEventStreamsPages iterates over the pages of a ListEventStreams operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEventStreams method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEventStreams operation.
pageNum := 0
err := client.ListEventStreamsPages(params,
    func(page *customerprofiles.ListEventStreamsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CustomerProfiles) ListEventStreamsPagesWithContext added in v1.44.278

func (c *CustomerProfiles) ListEventStreamsPagesWithContext(ctx aws.Context, input *ListEventStreamsInput, fn func(*ListEventStreamsOutput, bool) bool, opts ...request.Option) error

ListEventStreamsPagesWithContext same as ListEventStreamsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListEventStreamsRequest added in v1.44.278

func (c *CustomerProfiles) ListEventStreamsRequest(input *ListEventStreamsInput) (req *request.Request, output *ListEventStreamsOutput)

ListEventStreamsRequest generates a "aws/request.Request" representing the client's request for the ListEventStreams operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEventStreams for more information on using the ListEventStreams API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEventStreamsRequest method.
req, resp := client.ListEventStreamsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListEventStreams

func (*CustomerProfiles) ListEventStreamsWithContext added in v1.44.278

func (c *CustomerProfiles) ListEventStreamsWithContext(ctx aws.Context, input *ListEventStreamsInput, opts ...request.Option) (*ListEventStreamsOutput, error)

ListEventStreamsWithContext is the same as ListEventStreams with the addition of the ability to pass a context and additional request options.

See ListEventStreams for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListIdentityResolutionJobs added in v1.42.12

ListIdentityResolutionJobs API operation for Amazon Connect Customer Profiles.

Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by JobStartTime.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListIdentityResolutionJobs for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIdentityResolutionJobs

func (*CustomerProfiles) ListIdentityResolutionJobsRequest added in v1.42.12

func (c *CustomerProfiles) ListIdentityResolutionJobsRequest(input *ListIdentityResolutionJobsInput) (req *request.Request, output *ListIdentityResolutionJobsOutput)

ListIdentityResolutionJobsRequest generates a "aws/request.Request" representing the client's request for the ListIdentityResolutionJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListIdentityResolutionJobs for more information on using the ListIdentityResolutionJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListIdentityResolutionJobsRequest method.
req, resp := client.ListIdentityResolutionJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIdentityResolutionJobs

func (*CustomerProfiles) ListIdentityResolutionJobsWithContext added in v1.42.12

func (c *CustomerProfiles) ListIdentityResolutionJobsWithContext(ctx aws.Context, input *ListIdentityResolutionJobsInput, opts ...request.Option) (*ListIdentityResolutionJobsOutput, error)

ListIdentityResolutionJobsWithContext is the same as ListIdentityResolutionJobs with the addition of the ability to pass a context and additional request options.

See ListIdentityResolutionJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListIntegrations

func (c *CustomerProfiles) ListIntegrations(input *ListIntegrationsInput) (*ListIntegrationsOutput, error)

ListIntegrations API operation for Amazon Connect Customer Profiles.

Lists all of the integrations in your domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListIntegrations for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrations

func (*CustomerProfiles) ListIntegrationsRequest

func (c *CustomerProfiles) ListIntegrationsRequest(input *ListIntegrationsInput) (req *request.Request, output *ListIntegrationsOutput)

ListIntegrationsRequest generates a "aws/request.Request" representing the client's request for the ListIntegrations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListIntegrations for more information on using the ListIntegrations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListIntegrationsRequest method.
req, resp := client.ListIntegrationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrations

func (*CustomerProfiles) ListIntegrationsWithContext

func (c *CustomerProfiles) ListIntegrationsWithContext(ctx aws.Context, input *ListIntegrationsInput, opts ...request.Option) (*ListIntegrationsOutput, error)

ListIntegrationsWithContext is the same as ListIntegrations with the addition of the ability to pass a context and additional request options.

See ListIntegrations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListProfileObjectTypeTemplates

ListProfileObjectTypeTemplates API operation for Amazon Connect Customer Profiles.

Lists all of the template information for object types.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListProfileObjectTypeTemplates for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectTypeTemplates

func (*CustomerProfiles) ListProfileObjectTypeTemplatesRequest

func (c *CustomerProfiles) ListProfileObjectTypeTemplatesRequest(input *ListProfileObjectTypeTemplatesInput) (req *request.Request, output *ListProfileObjectTypeTemplatesOutput)

ListProfileObjectTypeTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListProfileObjectTypeTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProfileObjectTypeTemplates for more information on using the ListProfileObjectTypeTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProfileObjectTypeTemplatesRequest method.
req, resp := client.ListProfileObjectTypeTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectTypeTemplates

func (*CustomerProfiles) ListProfileObjectTypeTemplatesWithContext

func (c *CustomerProfiles) ListProfileObjectTypeTemplatesWithContext(ctx aws.Context, input *ListProfileObjectTypeTemplatesInput, opts ...request.Option) (*ListProfileObjectTypeTemplatesOutput, error)

ListProfileObjectTypeTemplatesWithContext is the same as ListProfileObjectTypeTemplates with the addition of the ability to pass a context and additional request options.

See ListProfileObjectTypeTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListProfileObjectTypes

ListProfileObjectTypes API operation for Amazon Connect Customer Profiles.

Lists all of the templates available within the service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListProfileObjectTypes for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectTypes

func (*CustomerProfiles) ListProfileObjectTypesRequest

func (c *CustomerProfiles) ListProfileObjectTypesRequest(input *ListProfileObjectTypesInput) (req *request.Request, output *ListProfileObjectTypesOutput)

ListProfileObjectTypesRequest generates a "aws/request.Request" representing the client's request for the ListProfileObjectTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProfileObjectTypes for more information on using the ListProfileObjectTypes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProfileObjectTypesRequest method.
req, resp := client.ListProfileObjectTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectTypes

func (*CustomerProfiles) ListProfileObjectTypesWithContext

func (c *CustomerProfiles) ListProfileObjectTypesWithContext(ctx aws.Context, input *ListProfileObjectTypesInput, opts ...request.Option) (*ListProfileObjectTypesOutput, error)

ListProfileObjectTypesWithContext is the same as ListProfileObjectTypes with the addition of the ability to pass a context and additional request options.

See ListProfileObjectTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListProfileObjects

func (c *CustomerProfiles) ListProfileObjects(input *ListProfileObjectsInput) (*ListProfileObjectsOutput, error)

ListProfileObjects API operation for Amazon Connect Customer Profiles.

Returns a list of objects associated with a profile of a given ProfileObjectType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListProfileObjects for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjects

func (*CustomerProfiles) ListProfileObjectsRequest

func (c *CustomerProfiles) ListProfileObjectsRequest(input *ListProfileObjectsInput) (req *request.Request, output *ListProfileObjectsOutput)

ListProfileObjectsRequest generates a "aws/request.Request" representing the client's request for the ListProfileObjects operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProfileObjects for more information on using the ListProfileObjects API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProfileObjectsRequest method.
req, resp := client.ListProfileObjectsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjects

func (*CustomerProfiles) ListProfileObjectsWithContext

func (c *CustomerProfiles) ListProfileObjectsWithContext(ctx aws.Context, input *ListProfileObjectsInput, opts ...request.Option) (*ListProfileObjectsOutput, error)

ListProfileObjectsWithContext is the same as ListProfileObjects with the addition of the ability to pass a context and additional request options.

See ListProfileObjects for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListRuleBasedMatches added in v1.44.308

func (c *CustomerProfiles) ListRuleBasedMatches(input *ListRuleBasedMatchesInput) (*ListRuleBasedMatchesOutput, error)

ListRuleBasedMatches API operation for Amazon Connect Customer Profiles.

Returns a set of MatchIds that belong to the given domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListRuleBasedMatches for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListRuleBasedMatches

func (*CustomerProfiles) ListRuleBasedMatchesRequest added in v1.44.308

func (c *CustomerProfiles) ListRuleBasedMatchesRequest(input *ListRuleBasedMatchesInput) (req *request.Request, output *ListRuleBasedMatchesOutput)

ListRuleBasedMatchesRequest generates a "aws/request.Request" representing the client's request for the ListRuleBasedMatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRuleBasedMatches for more information on using the ListRuleBasedMatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRuleBasedMatchesRequest method.
req, resp := client.ListRuleBasedMatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListRuleBasedMatches

func (*CustomerProfiles) ListRuleBasedMatchesWithContext added in v1.44.308

func (c *CustomerProfiles) ListRuleBasedMatchesWithContext(ctx aws.Context, input *ListRuleBasedMatchesInput, opts ...request.Option) (*ListRuleBasedMatchesOutput, error)

ListRuleBasedMatchesWithContext is the same as ListRuleBasedMatches with the addition of the ability to pass a context and additional request options.

See ListRuleBasedMatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListTagsForResource

func (c *CustomerProfiles) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Connect Customer Profiles.

Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred.

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListTagsForResource

func (*CustomerProfiles) ListTagsForResourceRequest

func (c *CustomerProfiles) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListTagsForResource

func (*CustomerProfiles) ListTagsForResourceWithContext

func (c *CustomerProfiles) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) ListWorkflows added in v1.43.3

func (c *CustomerProfiles) ListWorkflows(input *ListWorkflowsInput) (*ListWorkflowsOutput, error)

ListWorkflows API operation for Amazon Connect Customer Profiles.

Query to list all workflows.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation ListWorkflows for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListWorkflows

func (*CustomerProfiles) ListWorkflowsRequest added in v1.43.3

func (c *CustomerProfiles) ListWorkflowsRequest(input *ListWorkflowsInput) (req *request.Request, output *ListWorkflowsOutput)

ListWorkflowsRequest generates a "aws/request.Request" representing the client's request for the ListWorkflows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListWorkflows for more information on using the ListWorkflows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListWorkflowsRequest method.
req, resp := client.ListWorkflowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListWorkflows

func (*CustomerProfiles) ListWorkflowsWithContext added in v1.43.3

func (c *CustomerProfiles) ListWorkflowsWithContext(ctx aws.Context, input *ListWorkflowsInput, opts ...request.Option) (*ListWorkflowsOutput, error)

ListWorkflowsWithContext is the same as ListWorkflows with the addition of the ability to pass a context and additional request options.

See ListWorkflows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) MergeProfiles added in v1.38.30

func (c *CustomerProfiles) MergeProfiles(input *MergeProfilesInput) (*MergeProfilesOutput, error)

MergeProfiles API operation for Amazon Connect Customer Profiles.

Runs an AWS Lambda job that does the following:

All the profileKeys in the ProfileToBeMerged will be moved to the main profile.

All the objects in the ProfileToBeMerged will be moved to the main profile.

All the ProfileToBeMerged will be deleted at the end.

All the profileKeys in the ProfileIdsToBeMerged will be moved to the main profile.

Standard fields are merged as follows:

Fields are always "union"-ed if there are no conflicts in standard fields or attributeKeys.

When there are conflicting fields:

If no SourceProfileIds entry is specified, the main Profile value is always taken.

If a SourceProfileIds entry is specified, the specified profileId is always taken, even if it is a NULL value.

You can use MergeProfiles together with GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html), which returns potentially matching profiles, or use it with the results of another matching system. After profiles have been merged, they cannot be separated (unmerged).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation MergeProfiles for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MergeProfiles

func (*CustomerProfiles) MergeProfilesRequest added in v1.38.30

func (c *CustomerProfiles) MergeProfilesRequest(input *MergeProfilesInput) (req *request.Request, output *MergeProfilesOutput)

MergeProfilesRequest generates a "aws/request.Request" representing the client's request for the MergeProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See MergeProfiles for more information on using the MergeProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the MergeProfilesRequest method.
req, resp := client.MergeProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MergeProfiles

func (*CustomerProfiles) MergeProfilesWithContext added in v1.38.30

func (c *CustomerProfiles) MergeProfilesWithContext(ctx aws.Context, input *MergeProfilesInput, opts ...request.Option) (*MergeProfilesOutput, error)

MergeProfilesWithContext is the same as MergeProfiles with the addition of the ability to pass a context and additional request options.

See MergeProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) PutIntegration

func (c *CustomerProfiles) PutIntegration(input *PutIntegrationInput) (*PutIntegrationOutput, error)

PutIntegration API operation for Amazon Connect Customer Profiles.

Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.

An integration can belong to only one domain.

To add or remove tags on an existing Integration, see TagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html)/ UntagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation PutIntegration for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegration

func (*CustomerProfiles) PutIntegrationRequest

func (c *CustomerProfiles) PutIntegrationRequest(input *PutIntegrationInput) (req *request.Request, output *PutIntegrationOutput)

PutIntegrationRequest generates a "aws/request.Request" representing the client's request for the PutIntegration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutIntegration for more information on using the PutIntegration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutIntegrationRequest method.
req, resp := client.PutIntegrationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegration

func (*CustomerProfiles) PutIntegrationWithContext

func (c *CustomerProfiles) PutIntegrationWithContext(ctx aws.Context, input *PutIntegrationInput, opts ...request.Option) (*PutIntegrationOutput, error)

PutIntegrationWithContext is the same as PutIntegration with the addition of the ability to pass a context and additional request options.

See PutIntegration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) PutProfileObject

func (c *CustomerProfiles) PutProfileObject(input *PutProfileObjectInput) (*PutProfileObjectOutput, error)

PutProfileObject API operation for Amazon Connect Customer Profiles.

Adds additional objects to customer profiles of a given ObjectType.

When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile.

When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.

PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation PutProfileObject for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutProfileObject

func (*CustomerProfiles) PutProfileObjectRequest

func (c *CustomerProfiles) PutProfileObjectRequest(input *PutProfileObjectInput) (req *request.Request, output *PutProfileObjectOutput)

PutProfileObjectRequest generates a "aws/request.Request" representing the client's request for the PutProfileObject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutProfileObject for more information on using the PutProfileObject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutProfileObjectRequest method.
req, resp := client.PutProfileObjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutProfileObject

func (*CustomerProfiles) PutProfileObjectType

func (c *CustomerProfiles) PutProfileObjectType(input *PutProfileObjectTypeInput) (*PutProfileObjectTypeOutput, error)

PutProfileObjectType API operation for Amazon Connect Customer Profiles.

Defines a ProfileObjectType.

To add or remove tags on an existing ObjectType, see TagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html)/UntagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation PutProfileObjectType for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutProfileObjectType

func (*CustomerProfiles) PutProfileObjectTypeRequest

func (c *CustomerProfiles) PutProfileObjectTypeRequest(input *PutProfileObjectTypeInput) (req *request.Request, output *PutProfileObjectTypeOutput)

PutProfileObjectTypeRequest generates a "aws/request.Request" representing the client's request for the PutProfileObjectType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutProfileObjectType for more information on using the PutProfileObjectType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutProfileObjectTypeRequest method.
req, resp := client.PutProfileObjectTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutProfileObjectType

func (*CustomerProfiles) PutProfileObjectTypeWithContext

func (c *CustomerProfiles) PutProfileObjectTypeWithContext(ctx aws.Context, input *PutProfileObjectTypeInput, opts ...request.Option) (*PutProfileObjectTypeOutput, error)

PutProfileObjectTypeWithContext is the same as PutProfileObjectType with the addition of the ability to pass a context and additional request options.

See PutProfileObjectType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) PutProfileObjectWithContext

func (c *CustomerProfiles) PutProfileObjectWithContext(ctx aws.Context, input *PutProfileObjectInput, opts ...request.Option) (*PutProfileObjectOutput, error)

PutProfileObjectWithContext is the same as PutProfileObject with the addition of the ability to pass a context and additional request options.

See PutProfileObject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) SearchProfiles

func (c *CustomerProfiles) SearchProfiles(input *SearchProfilesInput) (*SearchProfilesOutput, error)

SearchProfiles API operation for Amazon Connect Customer Profiles.

Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone, _email, _account, etc.) and/or custom-defined search keys. A search key is a data type pair that consists of a KeyName and Values list.

This operation supports searching for profiles with a minimum of 1 key-value(s) pair and up to 5 key-value(s) pairs using either AND or OR logic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation SearchProfiles for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SearchProfiles

func (*CustomerProfiles) SearchProfilesRequest

func (c *CustomerProfiles) SearchProfilesRequest(input *SearchProfilesInput) (req *request.Request, output *SearchProfilesOutput)

SearchProfilesRequest generates a "aws/request.Request" representing the client's request for the SearchProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchProfiles for more information on using the SearchProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchProfilesRequest method.
req, resp := client.SearchProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SearchProfiles

func (*CustomerProfiles) SearchProfilesWithContext

func (c *CustomerProfiles) SearchProfilesWithContext(ctx aws.Context, input *SearchProfilesInput, opts ...request.Option) (*SearchProfilesOutput, error)

SearchProfilesWithContext is the same as SearchProfiles with the addition of the ability to pass a context and additional request options.

See SearchProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) TagResource

func (c *CustomerProfiles) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon Connect Customer Profiles.

Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.

You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

You can associate as many as 50 tags with a resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation TagResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred.

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TagResource

func (*CustomerProfiles) TagResourceRequest

func (c *CustomerProfiles) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TagResource

func (*CustomerProfiles) TagResourceWithContext

func (c *CustomerProfiles) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) UntagResource

func (c *CustomerProfiles) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon Connect Customer Profiles.

Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation UntagResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred.

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UntagResource

func (*CustomerProfiles) UntagResourceRequest

func (c *CustomerProfiles) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UntagResource

func (*CustomerProfiles) UntagResourceWithContext

func (c *CustomerProfiles) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) UpdateCalculatedAttributeDefinition added in v1.44.274

UpdateCalculatedAttributeDefinition API operation for Amazon Connect Customer Profiles.

Updates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation UpdateCalculatedAttributeDefinition for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateCalculatedAttributeDefinition

func (*CustomerProfiles) UpdateCalculatedAttributeDefinitionRequest added in v1.44.274

func (c *CustomerProfiles) UpdateCalculatedAttributeDefinitionRequest(input *UpdateCalculatedAttributeDefinitionInput) (req *request.Request, output *UpdateCalculatedAttributeDefinitionOutput)

UpdateCalculatedAttributeDefinitionRequest generates a "aws/request.Request" representing the client's request for the UpdateCalculatedAttributeDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCalculatedAttributeDefinition for more information on using the UpdateCalculatedAttributeDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCalculatedAttributeDefinitionRequest method.
req, resp := client.UpdateCalculatedAttributeDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateCalculatedAttributeDefinition

func (*CustomerProfiles) UpdateCalculatedAttributeDefinitionWithContext added in v1.44.274

func (c *CustomerProfiles) UpdateCalculatedAttributeDefinitionWithContext(ctx aws.Context, input *UpdateCalculatedAttributeDefinitionInput, opts ...request.Option) (*UpdateCalculatedAttributeDefinitionOutput, error)

UpdateCalculatedAttributeDefinitionWithContext is the same as UpdateCalculatedAttributeDefinition with the addition of the ability to pass a context and additional request options.

See UpdateCalculatedAttributeDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) UpdateDomain

func (c *CustomerProfiles) UpdateDomain(input *UpdateDomainInput) (*UpdateDomainOutput, error)

UpdateDomain API operation for Amazon Connect Customer Profiles.

Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.

After a domain is created, the name can’t be changed.

Use this API or CreateDomain (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html) to enable identity resolution (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html): set Matching to true.

To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention (https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html) for sample policies that you should apply.

To add or remove tags on an existing Domain, see TagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html)/UntagResource (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation UpdateDomain for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateDomain

func (*CustomerProfiles) UpdateDomainRequest

func (c *CustomerProfiles) UpdateDomainRequest(input *UpdateDomainInput) (req *request.Request, output *UpdateDomainOutput)

UpdateDomainRequest generates a "aws/request.Request" representing the client's request for the UpdateDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDomain for more information on using the UpdateDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDomainRequest method.
req, resp := client.UpdateDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateDomain

func (*CustomerProfiles) UpdateDomainWithContext

func (c *CustomerProfiles) UpdateDomainWithContext(ctx aws.Context, input *UpdateDomainInput, opts ...request.Option) (*UpdateDomainOutput, error)

UpdateDomainWithContext is the same as UpdateDomain with the addition of the ability to pass a context and additional request options.

See UpdateDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CustomerProfiles) UpdateProfile

func (c *CustomerProfiles) UpdateProfile(input *UpdateProfileInput) (*UpdateProfileOutput, error)

UpdateProfile API operation for Amazon Connect Customer Profiles.

Updates the properties of a profile. The ProfileId is required for updating a customer profile.

When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Connect Customer Profiles's API operation UpdateProfile for usage and error information.

Returned Error Types:

  • BadRequestException The input you provided is invalid.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ResourceNotFoundException The requested resource does not exist, or access was denied.

  • ThrottlingException You exceeded the maximum number of requests.

  • InternalServerException An internal service error occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateProfile

func (*CustomerProfiles) UpdateProfileRequest

func (c *CustomerProfiles) UpdateProfileRequest(input *UpdateProfileInput) (req *request.Request, output *UpdateProfileOutput)

UpdateProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProfile for more information on using the UpdateProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProfileRequest method.
req, resp := client.UpdateProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateProfile

func (*CustomerProfiles) UpdateProfileWithContext

func (c *CustomerProfiles) UpdateProfileWithContext(ctx aws.Context, input *UpdateProfileInput, opts ...request.Option) (*UpdateProfileOutput, error)

UpdateProfileWithContext is the same as UpdateProfile with the addition of the ability to pass a context and additional request options.

See UpdateProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type DeleteCalculatedAttributeDefinitionInput added in v1.44.274

type DeleteCalculatedAttributeDefinitionInput struct {

	// The unique name of the calculated attribute.
	//
	// CalculatedAttributeName is a required field
	CalculatedAttributeName *string `location:"uri" locationName:"CalculatedAttributeName" min:"1" type:"string" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCalculatedAttributeDefinitionInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCalculatedAttributeDefinitionInput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*DeleteCalculatedAttributeDefinitionInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (DeleteCalculatedAttributeDefinitionInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCalculatedAttributeDefinitionInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type DeleteCalculatedAttributeDefinitionOutput added in v1.44.274

type DeleteCalculatedAttributeDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCalculatedAttributeDefinitionOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteCalculatedAttributeDefinitionOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDomainInput

type DeleteDomainInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDomainInput) GoString

func (s DeleteDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDomainInput) SetDomainName

func (s *DeleteDomainInput) SetDomainName(v string) *DeleteDomainInput

SetDomainName sets the DomainName field's value.

func (DeleteDomainInput) String

func (s DeleteDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDomainInput) Validate

func (s *DeleteDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDomainOutput

type DeleteDomainOutput struct {

	// A message that indicates the delete request is done.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDomainOutput) GoString

func (s DeleteDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDomainOutput) SetMessage

func (s *DeleteDomainOutput) SetMessage(v string) *DeleteDomainOutput

SetMessage sets the Message field's value.

func (DeleteDomainOutput) String

func (s DeleteDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEventStreamInput added in v1.44.278

type DeleteEventStreamInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the event stream
	//
	// EventStreamName is a required field
	EventStreamName *string `location:"uri" locationName:"EventStreamName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEventStreamInput) GoString added in v1.44.278

func (s DeleteEventStreamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEventStreamInput) SetDomainName added in v1.44.278

SetDomainName sets the DomainName field's value.

func (*DeleteEventStreamInput) SetEventStreamName added in v1.44.278

func (s *DeleteEventStreamInput) SetEventStreamName(v string) *DeleteEventStreamInput

SetEventStreamName sets the EventStreamName field's value.

func (DeleteEventStreamInput) String added in v1.44.278

func (s DeleteEventStreamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEventStreamInput) Validate added in v1.44.278

func (s *DeleteEventStreamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEventStreamOutput added in v1.44.278

type DeleteEventStreamOutput struct {
	// contains filtered or unexported fields
}

func (DeleteEventStreamOutput) GoString added in v1.44.278

func (s DeleteEventStreamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEventStreamOutput) String added in v1.44.278

func (s DeleteEventStreamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteIntegrationInput

type DeleteIntegrationInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteIntegrationInput) GoString

func (s DeleteIntegrationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIntegrationInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*DeleteIntegrationInput) SetUri

SetUri sets the Uri field's value.

func (DeleteIntegrationInput) String

func (s DeleteIntegrationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIntegrationInput) Validate

func (s *DeleteIntegrationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteIntegrationOutput

type DeleteIntegrationOutput struct {

	// A message that indicates the delete request is done.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteIntegrationOutput) GoString

func (s DeleteIntegrationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIntegrationOutput) SetMessage

SetMessage sets the Message field's value.

func (DeleteIntegrationOutput) String

func (s DeleteIntegrationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProfileInput

type DeleteProfileInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProfileInput) GoString

func (s DeleteProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileInput) SetDomainName

func (s *DeleteProfileInput) SetDomainName(v string) *DeleteProfileInput

SetDomainName sets the DomainName field's value.

func (*DeleteProfileInput) SetProfileId

func (s *DeleteProfileInput) SetProfileId(v string) *DeleteProfileInput

SetProfileId sets the ProfileId field's value.

func (DeleteProfileInput) String

func (s DeleteProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileInput) Validate

func (s *DeleteProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProfileKeyInput

type DeleteProfileKeyInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// A searchable identifier of a customer profile.
	//
	// KeyName is a required field
	KeyName *string `min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`

	// A list of key values.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProfileKeyInput) GoString

func (s DeleteProfileKeyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileKeyInput) SetDomainName

func (s *DeleteProfileKeyInput) SetDomainName(v string) *DeleteProfileKeyInput

SetDomainName sets the DomainName field's value.

func (*DeleteProfileKeyInput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*DeleteProfileKeyInput) SetProfileId

SetProfileId sets the ProfileId field's value.

func (*DeleteProfileKeyInput) SetValues

SetValues sets the Values field's value.

func (DeleteProfileKeyInput) String

func (s DeleteProfileKeyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileKeyInput) Validate

func (s *DeleteProfileKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProfileKeyOutput

type DeleteProfileKeyOutput struct {

	// A message that indicates the delete request is done.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteProfileKeyOutput) GoString

func (s DeleteProfileKeyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileKeyOutput) SetMessage

SetMessage sets the Message field's value.

func (DeleteProfileKeyOutput) String

func (s DeleteProfileKeyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProfileObjectInput

type DeleteProfileObjectInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`

	// The unique identifier of the profile object generated by the service.
	//
	// ProfileObjectUniqueKey is a required field
	ProfileObjectUniqueKey *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProfileObjectInput) GoString

func (s DeleteProfileObjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*DeleteProfileObjectInput) SetObjectTypeName

func (s *DeleteProfileObjectInput) SetObjectTypeName(v string) *DeleteProfileObjectInput

SetObjectTypeName sets the ObjectTypeName field's value.

func (*DeleteProfileObjectInput) SetProfileId

SetProfileId sets the ProfileId field's value.

func (*DeleteProfileObjectInput) SetProfileObjectUniqueKey

func (s *DeleteProfileObjectInput) SetProfileObjectUniqueKey(v string) *DeleteProfileObjectInput

SetProfileObjectUniqueKey sets the ProfileObjectUniqueKey field's value.

func (DeleteProfileObjectInput) String

func (s DeleteProfileObjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectInput) Validate

func (s *DeleteProfileObjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProfileObjectOutput

type DeleteProfileObjectOutput struct {

	// A message that indicates the delete request is done.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteProfileObjectOutput) GoString

func (s DeleteProfileObjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectOutput) SetMessage

SetMessage sets the Message field's value.

func (DeleteProfileObjectOutput) String

func (s DeleteProfileObjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProfileObjectTypeInput

type DeleteProfileObjectTypeInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `location:"uri" locationName:"ObjectTypeName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProfileObjectTypeInput) GoString

func (s DeleteProfileObjectTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectTypeInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*DeleteProfileObjectTypeInput) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (DeleteProfileObjectTypeInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectTypeInput) Validate

func (s *DeleteProfileObjectTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProfileObjectTypeOutput

type DeleteProfileObjectTypeOutput struct {

	// A message that indicates the delete request is done.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProfileObjectTypeOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileObjectTypeOutput) SetMessage

SetMessage sets the Message field's value.

func (DeleteProfileObjectTypeOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProfileOutput

type DeleteProfileOutput struct {

	// A message that indicates the delete request is done.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteProfileOutput) GoString

func (s DeleteProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProfileOutput) SetMessage

SetMessage sets the Message field's value.

func (DeleteProfileOutput) String

func (s DeleteProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkflowInput added in v1.43.3

type DeleteWorkflowInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	//
	// WorkflowId is a required field
	WorkflowId *string `location:"uri" locationName:"WorkflowId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkflowInput) GoString added in v1.43.3

func (s DeleteWorkflowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkflowInput) SetDomainName added in v1.43.3

func (s *DeleteWorkflowInput) SetDomainName(v string) *DeleteWorkflowInput

SetDomainName sets the DomainName field's value.

func (*DeleteWorkflowInput) SetWorkflowId added in v1.43.3

func (s *DeleteWorkflowInput) SetWorkflowId(v string) *DeleteWorkflowInput

SetWorkflowId sets the WorkflowId field's value.

func (DeleteWorkflowInput) String added in v1.43.3

func (s DeleteWorkflowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkflowInput) Validate added in v1.43.3

func (s *DeleteWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteWorkflowOutput added in v1.43.3

type DeleteWorkflowOutput struct {
	// contains filtered or unexported fields
}

func (DeleteWorkflowOutput) GoString added in v1.43.3

func (s DeleteWorkflowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteWorkflowOutput) String added in v1.43.3

func (s DeleteWorkflowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DestinationSummary added in v1.44.278

type DestinationSummary struct {

	// The status of enabling the Kinesis stream as a destination for export.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"EventStreamDestinationStatus"`

	// The timestamp when the status last changed to UNHEALHY.
	UnhealthySince *time.Time `type:"timestamp"`

	// The StreamARN of the destination to deliver profile events to. For example,
	// arn:aws:kinesis:region:account-id:stream/stream-name.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary information about the Kinesis data stream

func (DestinationSummary) GoString added in v1.44.278

func (s DestinationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationSummary) SetStatus added in v1.44.278

func (s *DestinationSummary) SetStatus(v string) *DestinationSummary

SetStatus sets the Status field's value.

func (*DestinationSummary) SetUnhealthySince added in v1.44.278

func (s *DestinationSummary) SetUnhealthySince(v time.Time) *DestinationSummary

SetUnhealthySince sets the UnhealthySince field's value.

func (*DestinationSummary) SetUri added in v1.44.278

SetUri sets the Uri field's value.

func (DestinationSummary) String added in v1.44.278

func (s DestinationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectProfileObjectTypeInput added in v1.48.7

type DetectProfileObjectTypeInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// A string that is serialized from a JSON object.
	//
	// Objects is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DetectProfileObjectTypeInput's
	// String and GoString methods.
	//
	// Objects is a required field
	Objects []*string `min:"1" type:"list" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

func (DetectProfileObjectTypeInput) GoString added in v1.48.7

func (s DetectProfileObjectTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProfileObjectTypeInput) SetDomainName added in v1.48.7

SetDomainName sets the DomainName field's value.

func (*DetectProfileObjectTypeInput) SetObjects added in v1.48.7

SetObjects sets the Objects field's value.

func (DetectProfileObjectTypeInput) String added in v1.48.7

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProfileObjectTypeInput) Validate added in v1.48.7

func (s *DetectProfileObjectTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectProfileObjectTypeOutput added in v1.48.7

type DetectProfileObjectTypeOutput struct {

	// Detected ProfileObjectType mappings from given objects. A maximum of one
	// mapping is supported.
	DetectedProfileObjectTypes []*DetectedProfileObjectType `type:"list"`
	// contains filtered or unexported fields
}

func (DetectProfileObjectTypeOutput) GoString added in v1.48.7

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProfileObjectTypeOutput) SetDetectedProfileObjectTypes added in v1.48.7

SetDetectedProfileObjectTypes sets the DetectedProfileObjectTypes field's value.

func (DetectProfileObjectTypeOutput) String added in v1.48.7

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectedProfileObjectType added in v1.48.7

type DetectedProfileObjectType struct {

	// A map of the name and the ObjectType field.
	//
	// Fields is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DetectedProfileObjectType's
	// String and GoString methods.
	Fields map[string]*ObjectTypeField `type:"map" sensitive:"true"`

	// A list of unique keys that can be used to map data to a profile.
	//
	// Keys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DetectedProfileObjectType's
	// String and GoString methods.
	Keys map[string][]*ObjectTypeKey `type:"map" sensitive:"true"`

	// The format of sourceLastUpdatedTimestamp that was detected in fields.
	SourceLastUpdatedTimestampFormat *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Contains ProfileObjectType mapping information from the model.

func (DetectedProfileObjectType) GoString added in v1.48.7

func (s DetectedProfileObjectType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectedProfileObjectType) SetFields added in v1.48.7

SetFields sets the Fields field's value.

func (*DetectedProfileObjectType) SetKeys added in v1.48.7

SetKeys sets the Keys field's value.

func (*DetectedProfileObjectType) SetSourceLastUpdatedTimestampFormat added in v1.48.7

func (s *DetectedProfileObjectType) SetSourceLastUpdatedTimestampFormat(v string) *DetectedProfileObjectType

SetSourceLastUpdatedTimestampFormat sets the SourceLastUpdatedTimestampFormat field's value.

func (DetectedProfileObjectType) String added in v1.48.7

func (s DetectedProfileObjectType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainStats

type DomainStats struct {

	// The number of profiles that you are currently paying for in the domain. If
	// you have more than 100 objects associated with a single profile, that profile
	// counts as two profiles. If you have more than 200 objects, that profile counts
	// as three, and so on.
	MeteringProfileCount *int64 `type:"long"`

	// The total number of objects in domain.
	ObjectCount *int64 `type:"long"`

	// The total number of profiles currently in the domain.
	ProfileCount *int64 `type:"long"`

	// The total size, in bytes, of all objects in the domain.
	TotalSize *int64 `type:"long"`
	// contains filtered or unexported fields
}

Usage-specific statistics about the domain.

func (DomainStats) GoString

func (s DomainStats) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainStats) SetMeteringProfileCount

func (s *DomainStats) SetMeteringProfileCount(v int64) *DomainStats

SetMeteringProfileCount sets the MeteringProfileCount field's value.

func (*DomainStats) SetObjectCount

func (s *DomainStats) SetObjectCount(v int64) *DomainStats

SetObjectCount sets the ObjectCount field's value.

func (*DomainStats) SetProfileCount

func (s *DomainStats) SetProfileCount(v int64) *DomainStats

SetProfileCount sets the ProfileCount field's value.

func (*DomainStats) SetTotalSize

func (s *DomainStats) SetTotalSize(v int64) *DomainStats

SetTotalSize sets the TotalSize field's value.

func (DomainStats) String

func (s DomainStats) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventStreamDestinationDetails added in v1.44.278

type EventStreamDestinationDetails struct {

	// The human-readable string that corresponds to the error or success while
	// enabling the streaming destination.
	Message *string `min:"1" type:"string"`

	// The status of enabling the Kinesis stream as a destination for export.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"EventStreamDestinationStatus"`

	// The timestamp when the status last changed to UNHEALHY.
	UnhealthySince *time.Time `type:"timestamp"`

	// The StreamARN of the destination to deliver profile events to. For example,
	// arn:aws:kinesis:region:account-id:stream/stream-name.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details of the destination being used for the EventStream.

func (EventStreamDestinationDetails) GoString added in v1.44.278

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventStreamDestinationDetails) SetMessage added in v1.44.278

SetMessage sets the Message field's value.

func (*EventStreamDestinationDetails) SetStatus added in v1.44.278

SetStatus sets the Status field's value.

func (*EventStreamDestinationDetails) SetUnhealthySince added in v1.44.278

SetUnhealthySince sets the UnhealthySince field's value.

func (*EventStreamDestinationDetails) SetUri added in v1.44.278

SetUri sets the Uri field's value.

func (EventStreamDestinationDetails) String added in v1.44.278

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventStreamSummary added in v1.44.278

type EventStreamSummary struct {

	// Summary information about the Kinesis data stream.
	DestinationSummary *DestinationSummary `type:"structure"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// A unique identifier for the event stream.
	//
	// EventStreamArn is a required field
	EventStreamArn *string `min:"1" type:"string" required:"true"`

	// The name of the event stream.
	//
	// EventStreamName is a required field
	EventStreamName *string `min:"1" type:"string" required:"true"`

	// The operational state of destination stream for export.
	//
	// State is a required field
	State *string `type:"string" required:"true" enum:"EventStreamState"`

	// The timestamp when the State changed to STOPPED.
	StoppedSince *time.Time `type:"timestamp"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

An instance of EventStream in a list of EventStreams.

func (EventStreamSummary) GoString added in v1.44.278

func (s EventStreamSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventStreamSummary) SetDestinationSummary added in v1.44.278

func (s *EventStreamSummary) SetDestinationSummary(v *DestinationSummary) *EventStreamSummary

SetDestinationSummary sets the DestinationSummary field's value.

func (*EventStreamSummary) SetDomainName added in v1.44.278

func (s *EventStreamSummary) SetDomainName(v string) *EventStreamSummary

SetDomainName sets the DomainName field's value.

func (*EventStreamSummary) SetEventStreamArn added in v1.44.278

func (s *EventStreamSummary) SetEventStreamArn(v string) *EventStreamSummary

SetEventStreamArn sets the EventStreamArn field's value.

func (*EventStreamSummary) SetEventStreamName added in v1.44.278

func (s *EventStreamSummary) SetEventStreamName(v string) *EventStreamSummary

SetEventStreamName sets the EventStreamName field's value.

func (*EventStreamSummary) SetState added in v1.44.278

SetState sets the State field's value.

func (*EventStreamSummary) SetStoppedSince added in v1.44.278

func (s *EventStreamSummary) SetStoppedSince(v time.Time) *EventStreamSummary

SetStoppedSince sets the StoppedSince field's value.

func (*EventStreamSummary) SetTags added in v1.44.278

func (s *EventStreamSummary) SetTags(v map[string]*string) *EventStreamSummary

SetTags sets the Tags field's value.

func (EventStreamSummary) String added in v1.44.278

func (s EventStreamSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportingConfig added in v1.42.12

type ExportingConfig struct {

	// The S3 location where Identity Resolution Jobs write result files.
	S3Exporting *S3ExportingConfig `type:"structure"`
	// contains filtered or unexported fields
}

Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.

You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention (https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html#customer-profiles-cross-service).

func (ExportingConfig) GoString added in v1.42.12

func (s ExportingConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportingConfig) SetS3Exporting added in v1.42.12

func (s *ExportingConfig) SetS3Exporting(v *S3ExportingConfig) *ExportingConfig

SetS3Exporting sets the S3Exporting field's value.

func (ExportingConfig) String added in v1.42.12

func (s ExportingConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportingConfig) Validate added in v1.42.12

func (s *ExportingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportingLocation added in v1.42.12

type ExportingLocation struct {

	// Information about the S3 location where Identity Resolution Jobs write result
	// files.
	S3Exporting *S3ExportingLocation `type:"structure"`
	// contains filtered or unexported fields
}

The S3 location where Identity Resolution Jobs write result files.

func (ExportingLocation) GoString added in v1.42.12

func (s ExportingLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportingLocation) SetS3Exporting added in v1.42.12

SetS3Exporting sets the S3Exporting field's value.

func (ExportingLocation) String added in v1.42.12

func (s ExportingLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FieldSourceProfileIds added in v1.38.30

type FieldSourceProfileIds struct {

	// A unique identifier for the account number field to be merged.
	AccountNumber *string `type:"string"`

	// A unique identifier for the additional information field to be merged.
	AdditionalInformation *string `type:"string"`

	// A unique identifier for the party type field to be merged.
	Address *string `type:"string"`

	// A unique identifier for the attributes field to be merged.
	Attributes map[string]*string `type:"map"`

	// A unique identifier for the billing type field to be merged.
	BillingAddress *string `type:"string"`

	// A unique identifier for the birthdate field to be merged.
	BirthDate *string `type:"string"`

	// A unique identifier for the party type field to be merged.
	BusinessEmailAddress *string `type:"string"`

	// A unique identifier for the business name field to be merged.
	BusinessName *string `type:"string"`

	// A unique identifier for the business phone number field to be merged.
	BusinessPhoneNumber *string `type:"string"`

	// A unique identifier for the email address field to be merged.
	EmailAddress *string `type:"string"`

	// A unique identifier for the first name field to be merged.
	FirstName *string `type:"string"`

	// A unique identifier for the gender field to be merged.
	Gender *string `type:"string"`

	// A unique identifier for the home phone number field to be merged.
	HomePhoneNumber *string `type:"string"`

	// A unique identifier for the last name field to be merged.
	LastName *string `type:"string"`

	// A unique identifier for the mailing address field to be merged.
	MailingAddress *string `type:"string"`

	// A unique identifier for the middle name field to be merged.
	MiddleName *string `type:"string"`

	// A unique identifier for the mobile phone number field to be merged.
	MobilePhoneNumber *string `type:"string"`

	// A unique identifier for the party type field to be merged.
	PartyType *string `type:"string"`

	// A unique identifier for the personal email address field to be merged.
	PersonalEmailAddress *string `type:"string"`

	// A unique identifier for the phone number field to be merged.
	PhoneNumber *string `type:"string"`

	// A unique identifier for the shipping address field to be merged.
	ShippingAddress *string `type:"string"`
	// contains filtered or unexported fields
}

A duplicate customer profile that is to be merged into a main profile.

func (FieldSourceProfileIds) GoString added in v1.38.30

func (s FieldSourceProfileIds) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FieldSourceProfileIds) SetAccountNumber added in v1.38.30

func (s *FieldSourceProfileIds) SetAccountNumber(v string) *FieldSourceProfileIds

SetAccountNumber sets the AccountNumber field's value.

func (*FieldSourceProfileIds) SetAdditionalInformation added in v1.38.30

func (s *FieldSourceProfileIds) SetAdditionalInformation(v string) *FieldSourceProfileIds

SetAdditionalInformation sets the AdditionalInformation field's value.

func (*FieldSourceProfileIds) SetAddress added in v1.38.30

SetAddress sets the Address field's value.

func (*FieldSourceProfileIds) SetAttributes added in v1.38.30

func (s *FieldSourceProfileIds) SetAttributes(v map[string]*string) *FieldSourceProfileIds

SetAttributes sets the Attributes field's value.

func (*FieldSourceProfileIds) SetBillingAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetBillingAddress(v string) *FieldSourceProfileIds

SetBillingAddress sets the BillingAddress field's value.

func (*FieldSourceProfileIds) SetBirthDate added in v1.38.30

SetBirthDate sets the BirthDate field's value.

func (*FieldSourceProfileIds) SetBusinessEmailAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetBusinessEmailAddress(v string) *FieldSourceProfileIds

SetBusinessEmailAddress sets the BusinessEmailAddress field's value.

func (*FieldSourceProfileIds) SetBusinessName added in v1.38.30

func (s *FieldSourceProfileIds) SetBusinessName(v string) *FieldSourceProfileIds

SetBusinessName sets the BusinessName field's value.

func (*FieldSourceProfileIds) SetBusinessPhoneNumber added in v1.38.30

func (s *FieldSourceProfileIds) SetBusinessPhoneNumber(v string) *FieldSourceProfileIds

SetBusinessPhoneNumber sets the BusinessPhoneNumber field's value.

func (*FieldSourceProfileIds) SetEmailAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetEmailAddress(v string) *FieldSourceProfileIds

SetEmailAddress sets the EmailAddress field's value.

func (*FieldSourceProfileIds) SetFirstName added in v1.38.30

SetFirstName sets the FirstName field's value.

func (*FieldSourceProfileIds) SetGender added in v1.38.30

SetGender sets the Gender field's value.

func (*FieldSourceProfileIds) SetHomePhoneNumber added in v1.38.30

func (s *FieldSourceProfileIds) SetHomePhoneNumber(v string) *FieldSourceProfileIds

SetHomePhoneNumber sets the HomePhoneNumber field's value.

func (*FieldSourceProfileIds) SetLastName added in v1.38.30

SetLastName sets the LastName field's value.

func (*FieldSourceProfileIds) SetMailingAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetMailingAddress(v string) *FieldSourceProfileIds

SetMailingAddress sets the MailingAddress field's value.

func (*FieldSourceProfileIds) SetMiddleName added in v1.38.30

func (s *FieldSourceProfileIds) SetMiddleName(v string) *FieldSourceProfileIds

SetMiddleName sets the MiddleName field's value.

func (*FieldSourceProfileIds) SetMobilePhoneNumber added in v1.38.30

func (s *FieldSourceProfileIds) SetMobilePhoneNumber(v string) *FieldSourceProfileIds

SetMobilePhoneNumber sets the MobilePhoneNumber field's value.

func (*FieldSourceProfileIds) SetPartyType added in v1.38.30

SetPartyType sets the PartyType field's value.

func (*FieldSourceProfileIds) SetPersonalEmailAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetPersonalEmailAddress(v string) *FieldSourceProfileIds

SetPersonalEmailAddress sets the PersonalEmailAddress field's value.

func (*FieldSourceProfileIds) SetPhoneNumber added in v1.38.30

func (s *FieldSourceProfileIds) SetPhoneNumber(v string) *FieldSourceProfileIds

SetPhoneNumber sets the PhoneNumber field's value.

func (*FieldSourceProfileIds) SetShippingAddress added in v1.38.30

func (s *FieldSourceProfileIds) SetShippingAddress(v string) *FieldSourceProfileIds

SetShippingAddress sets the ShippingAddress field's value.

func (FieldSourceProfileIds) String added in v1.38.30

func (s FieldSourceProfileIds) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FlowDefinition added in v1.38.7

type FlowDefinition struct {

	// A description of the flow you want to create.
	Description *string `type:"string"`

	// The specified name of the flow. Use underscores (_) or hyphens (-) only.
	// Spaces are not allowed.
	//
	// FlowName is a required field
	FlowName *string `type:"string" required:"true"`

	// The Amazon Resource Name of the AWS Key Management Service (KMS) key you
	// provide for encryption.
	//
	// KmsArn is a required field
	KmsArn *string `min:"20" type:"string" required:"true"`

	// The configuration that controls how Customer Profiles retrieves data from
	// the source.
	//
	// SourceFlowConfig is a required field
	SourceFlowConfig *SourceFlowConfig `type:"structure" required:"true"`

	// A list of tasks that Customer Profiles performs while transferring the data
	// in the flow run.
	//
	// Tasks is a required field
	Tasks []*Task `type:"list" required:"true"`

	// The trigger settings that determine how and when the flow runs.
	//
	// TriggerConfig is a required field
	TriggerConfig *TriggerConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of customers.

func (FlowDefinition) GoString added in v1.38.7

func (s FlowDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlowDefinition) SetDescription added in v1.38.7

func (s *FlowDefinition) SetDescription(v string) *FlowDefinition

SetDescription sets the Description field's value.

func (*FlowDefinition) SetFlowName added in v1.38.7

func (s *FlowDefinition) SetFlowName(v string) *FlowDefinition

SetFlowName sets the FlowName field's value.

func (*FlowDefinition) SetKmsArn added in v1.38.7

func (s *FlowDefinition) SetKmsArn(v string) *FlowDefinition

SetKmsArn sets the KmsArn field's value.

func (*FlowDefinition) SetSourceFlowConfig added in v1.38.7

func (s *FlowDefinition) SetSourceFlowConfig(v *SourceFlowConfig) *FlowDefinition

SetSourceFlowConfig sets the SourceFlowConfig field's value.

func (*FlowDefinition) SetTasks added in v1.38.7

func (s *FlowDefinition) SetTasks(v []*Task) *FlowDefinition

SetTasks sets the Tasks field's value.

func (*FlowDefinition) SetTriggerConfig added in v1.38.7

func (s *FlowDefinition) SetTriggerConfig(v *TriggerConfig) *FlowDefinition

SetTriggerConfig sets the TriggerConfig field's value.

func (FlowDefinition) String added in v1.38.7

func (s FlowDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlowDefinition) Validate added in v1.38.7

func (s *FlowDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FoundByKeyValue added in v1.44.137

type FoundByKeyValue struct {

	// A searchable identifier of a customer profile.
	KeyName *string `min:"1" type:"string"`

	// A list of key values.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

A data type pair that consists of a KeyName and Values list that were used to find a profile returned in response to a SearchProfiles (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) request.

func (FoundByKeyValue) GoString added in v1.44.137

func (s FoundByKeyValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FoundByKeyValue) SetKeyName added in v1.44.137

func (s *FoundByKeyValue) SetKeyName(v string) *FoundByKeyValue

SetKeyName sets the KeyName field's value.

func (*FoundByKeyValue) SetValues added in v1.44.137

func (s *FoundByKeyValue) SetValues(v []*string) *FoundByKeyValue

SetValues sets the Values field's value.

func (FoundByKeyValue) String added in v1.44.137

func (s FoundByKeyValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAutoMergingPreviewInput added in v1.42.12

type GetAutoMergingPreviewInput struct {

	// How the auto-merging process should resolve conflicts between different profiles.
	//
	// ConflictResolution is a required field
	ConflictResolution *ConflictResolution `type:"structure" required:"true"`

	// A list of matching attributes that represent matching criteria.
	//
	// Consolidation is a required field
	Consolidation *Consolidation `type:"structure" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Minimum confidence score required for profiles within a matching group to
	// be merged during the auto-merge process.
	MinAllowedConfidenceScoreForMerging *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (GetAutoMergingPreviewInput) GoString added in v1.42.12

func (s GetAutoMergingPreviewInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutoMergingPreviewInput) SetConflictResolution added in v1.42.12

SetConflictResolution sets the ConflictResolution field's value.

func (*GetAutoMergingPreviewInput) SetConsolidation added in v1.42.12

SetConsolidation sets the Consolidation field's value.

func (*GetAutoMergingPreviewInput) SetDomainName added in v1.42.12

SetDomainName sets the DomainName field's value.

func (*GetAutoMergingPreviewInput) SetMinAllowedConfidenceScoreForMerging added in v1.44.46

func (s *GetAutoMergingPreviewInput) SetMinAllowedConfidenceScoreForMerging(v float64) *GetAutoMergingPreviewInput

SetMinAllowedConfidenceScoreForMerging sets the MinAllowedConfidenceScoreForMerging field's value.

func (GetAutoMergingPreviewInput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutoMergingPreviewInput) Validate added in v1.42.12

func (s *GetAutoMergingPreviewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAutoMergingPreviewOutput added in v1.42.12

type GetAutoMergingPreviewOutput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// The number of match groups in the domain that have been reviewed in this
	// preview dry run.
	NumberOfMatchesInSample *int64 `type:"long"`

	// The number of profiles found in this preview dry run.
	NumberOfProfilesInSample *int64 `type:"long"`

	// The number of profiles that would be merged if this wasn't a preview dry
	// run.
	NumberOfProfilesWillBeMerged *int64 `type:"long"`
	// contains filtered or unexported fields
}

func (GetAutoMergingPreviewOutput) GoString added in v1.42.12

func (s GetAutoMergingPreviewOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutoMergingPreviewOutput) SetDomainName added in v1.42.12

SetDomainName sets the DomainName field's value.

func (*GetAutoMergingPreviewOutput) SetNumberOfMatchesInSample added in v1.42.12

func (s *GetAutoMergingPreviewOutput) SetNumberOfMatchesInSample(v int64) *GetAutoMergingPreviewOutput

SetNumberOfMatchesInSample sets the NumberOfMatchesInSample field's value.

func (*GetAutoMergingPreviewOutput) SetNumberOfProfilesInSample added in v1.42.12

func (s *GetAutoMergingPreviewOutput) SetNumberOfProfilesInSample(v int64) *GetAutoMergingPreviewOutput

SetNumberOfProfilesInSample sets the NumberOfProfilesInSample field's value.

func (*GetAutoMergingPreviewOutput) SetNumberOfProfilesWillBeMerged added in v1.42.12

func (s *GetAutoMergingPreviewOutput) SetNumberOfProfilesWillBeMerged(v int64) *GetAutoMergingPreviewOutput

SetNumberOfProfilesWillBeMerged sets the NumberOfProfilesWillBeMerged field's value.

func (GetAutoMergingPreviewOutput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCalculatedAttributeDefinitionInput added in v1.44.274

type GetCalculatedAttributeDefinitionInput struct {

	// The unique name of the calculated attribute.
	//
	// CalculatedAttributeName is a required field
	CalculatedAttributeName *string `location:"uri" locationName:"CalculatedAttributeName" min:"1" type:"string" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCalculatedAttributeDefinitionInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeDefinitionInput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*GetCalculatedAttributeDefinitionInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (GetCalculatedAttributeDefinitionInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeDefinitionInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type GetCalculatedAttributeDefinitionOutput added in v1.44.274

type GetCalculatedAttributeDefinitionOutput struct {

	// Mathematical expression and a list of attribute items specified in that expression.
	//
	// AttributeDetails is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	AttributeDetails *AttributeDetails `type:"structure" sensitive:"true"`

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The conditions including range, object count, and threshold for the calculated
	// attribute.
	//
	// Conditions is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Conditions *Conditions `type:"structure" sensitive:"true"`

	// The timestamp of when the calculated attribute definition was created.
	CreatedAt *time.Time `type:"timestamp"`

	// The description of the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The timestamp of when the calculated attribute definition was most recently
	// edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The aggregation operation to perform for the calculated attribute.
	//
	// Statistic is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Statistic *string `type:"string" enum:"Statistic" sensitive:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (GetCalculatedAttributeDefinitionOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeDefinitionOutput) SetAttributeDetails added in v1.44.274

SetAttributeDetails sets the AttributeDetails field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetConditions added in v1.44.274

SetConditions sets the Conditions field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetCreatedAt added in v1.44.274

SetCreatedAt sets the CreatedAt field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetLastUpdatedAt added in v1.44.274

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetStatistic added in v1.44.274

SetStatistic sets the Statistic field's value.

func (*GetCalculatedAttributeDefinitionOutput) SetTags added in v1.44.274

SetTags sets the Tags field's value.

func (GetCalculatedAttributeDefinitionOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCalculatedAttributeForProfileInput added in v1.44.274

type GetCalculatedAttributeForProfileInput struct {

	// The unique name of the calculated attribute.
	//
	// CalculatedAttributeName is a required field
	CalculatedAttributeName *string `location:"uri" locationName:"CalculatedAttributeName" min:"1" type:"string" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `location:"uri" locationName:"ProfileId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCalculatedAttributeForProfileInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeForProfileInput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*GetCalculatedAttributeForProfileInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (*GetCalculatedAttributeForProfileInput) SetProfileId added in v1.44.274

SetProfileId sets the ProfileId field's value.

func (GetCalculatedAttributeForProfileInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeForProfileInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type GetCalculatedAttributeForProfileOutput added in v1.44.274

type GetCalculatedAttributeForProfileOutput struct {

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// Indicates whether the calculated attribute’s value is based on partial
	// data. If data is partial, it is set to true.
	IsDataPartial *string `min:"1" type:"string"`

	// The value of the calculated attribute.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetCalculatedAttributeForProfileOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalculatedAttributeForProfileOutput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*GetCalculatedAttributeForProfileOutput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*GetCalculatedAttributeForProfileOutput) SetIsDataPartial added in v1.44.274

SetIsDataPartial sets the IsDataPartial field's value.

func (*GetCalculatedAttributeForProfileOutput) SetValue added in v1.44.274

SetValue sets the Value field's value.

func (GetCalculatedAttributeForProfileOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDomainInput

type GetDomainInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetDomainInput) GoString

func (s GetDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainInput) SetDomainName

func (s *GetDomainInput) SetDomainName(v string) *GetDomainInput

SetDomainName sets the DomainName field's value.

func (GetDomainInput) String

func (s GetDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainInput) Validate

func (s *GetDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDomainOutput

type GetDomainOutput struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The URL of the SQS dead letter queue, which is used for reporting errors
	// associated with ingesting data from third party applications.
	DeadLetterQueueUrl *string `type:"string"`

	// The default encryption key, which is an AWS managed key, is used when no
	// specific type of encryption key is specified. It is used to encrypt all data
	// before it is placed in permanent or semi-permanent storage.
	DefaultEncryptionKey *string `type:"string"`

	// The default number of days until the data within the domain expires.
	DefaultExpirationDays *int64 `min:"1" type:"integer"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The process of matching duplicate profiles. If Matching = true, Amazon Connect
	// Customer Profiles starts a weekly batch process called Identity Resolution
	// Job. If you do not specify a date and time for Identity Resolution Job to
	// run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles
	// in your domains.
	//
	// After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html)
	// API to return and review the results. Or, if you have configured ExportingConfig
	// in the MatchingRequest, you can download the results from S3.
	Matching *MatchingResponse `type:"structure"`

	// The process of matching duplicate profiles using the Rule-Based matching.
	// If RuleBasedMatching = true, Amazon Connect Customer Profiles will start
	// to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest.
	// You can use the ListRuleBasedMatches and GetSimilarProfiles API to return
	// and review the results. Also, if you have configured ExportingConfig in the
	// RuleBasedMatchingRequest, you can download the results from S3.
	RuleBasedMatching *RuleBasedMatchingResponse `type:"structure"`

	// Usage-specific statistics about the domain.
	Stats *DomainStats `type:"structure"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (GetDomainOutput) GoString

func (s GetDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDomainOutput) SetCreatedAt

func (s *GetDomainOutput) SetCreatedAt(v time.Time) *GetDomainOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetDomainOutput) SetDeadLetterQueueUrl

func (s *GetDomainOutput) SetDeadLetterQueueUrl(v string) *GetDomainOutput

SetDeadLetterQueueUrl sets the DeadLetterQueueUrl field's value.

func (*GetDomainOutput) SetDefaultEncryptionKey

func (s *GetDomainOutput) SetDefaultEncryptionKey(v string) *GetDomainOutput

SetDefaultEncryptionKey sets the DefaultEncryptionKey field's value.

func (*GetDomainOutput) SetDefaultExpirationDays

func (s *GetDomainOutput) SetDefaultExpirationDays(v int64) *GetDomainOutput

SetDefaultExpirationDays sets the DefaultExpirationDays field's value.

func (*GetDomainOutput) SetDomainName

func (s *GetDomainOutput) SetDomainName(v string) *GetDomainOutput

SetDomainName sets the DomainName field's value.

func (*GetDomainOutput) SetLastUpdatedAt

func (s *GetDomainOutput) SetLastUpdatedAt(v time.Time) *GetDomainOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetDomainOutput) SetMatching added in v1.38.30

func (s *GetDomainOutput) SetMatching(v *MatchingResponse) *GetDomainOutput

SetMatching sets the Matching field's value.

func (*GetDomainOutput) SetRuleBasedMatching added in v1.44.308

func (s *GetDomainOutput) SetRuleBasedMatching(v *RuleBasedMatchingResponse) *GetDomainOutput

SetRuleBasedMatching sets the RuleBasedMatching field's value.

func (*GetDomainOutput) SetStats

func (s *GetDomainOutput) SetStats(v *DomainStats) *GetDomainOutput

SetStats sets the Stats field's value.

func (*GetDomainOutput) SetTags

func (s *GetDomainOutput) SetTags(v map[string]*string) *GetDomainOutput

SetTags sets the Tags field's value.

func (GetDomainOutput) String

func (s GetDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEventStreamInput added in v1.44.278

type GetEventStreamInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the event stream provided during create operations.
	//
	// EventStreamName is a required field
	EventStreamName *string `location:"uri" locationName:"EventStreamName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetEventStreamInput) GoString added in v1.44.278

func (s GetEventStreamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEventStreamInput) SetDomainName added in v1.44.278

func (s *GetEventStreamInput) SetDomainName(v string) *GetEventStreamInput

SetDomainName sets the DomainName field's value.

func (*GetEventStreamInput) SetEventStreamName added in v1.44.278

func (s *GetEventStreamInput) SetEventStreamName(v string) *GetEventStreamInput

SetEventStreamName sets the EventStreamName field's value.

func (GetEventStreamInput) String added in v1.44.278

func (s GetEventStreamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEventStreamInput) Validate added in v1.44.278

func (s *GetEventStreamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetEventStreamOutput added in v1.44.278

type GetEventStreamOutput struct {

	// The timestamp of when the export was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// Details regarding the Kinesis stream.
	//
	// DestinationDetails is a required field
	DestinationDetails *EventStreamDestinationDetails `type:"structure" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// A unique identifier for the event stream.
	//
	// EventStreamArn is a required field
	EventStreamArn *string `min:"1" type:"string" required:"true"`

	// The operational state of destination stream for export.
	//
	// State is a required field
	State *string `type:"string" required:"true" enum:"EventStreamState"`

	// The timestamp when the State changed to STOPPED.
	StoppedSince *time.Time `type:"timestamp"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (GetEventStreamOutput) GoString added in v1.44.278

func (s GetEventStreamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEventStreamOutput) SetCreatedAt added in v1.44.278

func (s *GetEventStreamOutput) SetCreatedAt(v time.Time) *GetEventStreamOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetEventStreamOutput) SetDestinationDetails added in v1.44.278

SetDestinationDetails sets the DestinationDetails field's value.

func (*GetEventStreamOutput) SetDomainName added in v1.44.278

func (s *GetEventStreamOutput) SetDomainName(v string) *GetEventStreamOutput

SetDomainName sets the DomainName field's value.

func (*GetEventStreamOutput) SetEventStreamArn added in v1.44.278

func (s *GetEventStreamOutput) SetEventStreamArn(v string) *GetEventStreamOutput

SetEventStreamArn sets the EventStreamArn field's value.

func (*GetEventStreamOutput) SetState added in v1.44.278

SetState sets the State field's value.

func (*GetEventStreamOutput) SetStoppedSince added in v1.44.278

func (s *GetEventStreamOutput) SetStoppedSince(v time.Time) *GetEventStreamOutput

SetStoppedSince sets the StoppedSince field's value.

func (*GetEventStreamOutput) SetTags added in v1.44.278

SetTags sets the Tags field's value.

func (GetEventStreamOutput) String added in v1.44.278

func (s GetEventStreamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetIdentityResolutionJobInput added in v1.42.12

type GetIdentityResolutionJobInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The unique identifier of the Identity Resolution Job.
	//
	// JobId is a required field
	JobId *string `location:"uri" locationName:"JobId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetIdentityResolutionJobInput) GoString added in v1.42.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIdentityResolutionJobInput) SetDomainName added in v1.42.12

SetDomainName sets the DomainName field's value.

func (*GetIdentityResolutionJobInput) SetJobId added in v1.42.12

SetJobId sets the JobId field's value.

func (GetIdentityResolutionJobInput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIdentityResolutionJobInput) Validate added in v1.42.12

func (s *GetIdentityResolutionJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetIdentityResolutionJobOutput added in v1.42.12

type GetIdentityResolutionJobOutput struct {

	// Configuration settings for how to perform the auto-merging of profiles.
	AutoMerging *AutoMerging `type:"structure"`

	// The unique name of the domain.
	DomainName *string `min:"1" type:"string"`

	// The S3 location where the Identity Resolution Job writes result files.
	ExportingLocation *ExportingLocation `type:"structure"`

	// The timestamp of when the Identity Resolution Job was completed.
	JobEndTime *time.Time `type:"timestamp"`

	// The timestamp of when the Identity Resolution Job will expire.
	JobExpirationTime *time.Time `type:"timestamp"`

	// The unique identifier of the Identity Resolution Job.
	JobId *string `type:"string"`

	// The timestamp of when the Identity Resolution Job was started or will be
	// started.
	JobStartTime *time.Time `type:"timestamp"`

	// Statistics about the Identity Resolution Job.
	JobStats *JobStats `type:"structure"`

	// The timestamp of when the Identity Resolution Job was most recently edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The error messages that are generated when the Identity Resolution Job runs.
	Message *string `type:"string"`

	// The status of the Identity Resolution Job.
	//
	//    * PENDING: The Identity Resolution Job is scheduled but has not started
	//    yet. If you turn off the Identity Resolution feature in your domain, jobs
	//    in the PENDING state are deleted.
	//
	//    * PREPROCESSING: The Identity Resolution Job is loading your data.
	//
	//    * FIND_MATCHING: The Identity Resolution Job is using the machine learning
	//    model to identify profiles that belong to the same matching group.
	//
	//    * MERGING: The Identity Resolution Job is merging duplicate profiles.
	//
	//    * COMPLETED: The Identity Resolution Job completed successfully.
	//
	//    * PARTIAL_SUCCESS: There's a system error and not all of the data is merged.
	//    The Identity Resolution Job writes a message indicating the source of
	//    the problem.
	//
	//    * FAILED: The Identity Resolution Job did not merge any data. It writes
	//    a message indicating the source of the problem.
	Status *string `type:"string" enum:"IdentityResolutionJobStatus"`
	// contains filtered or unexported fields
}

func (GetIdentityResolutionJobOutput) GoString added in v1.42.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIdentityResolutionJobOutput) SetAutoMerging added in v1.42.12

SetAutoMerging sets the AutoMerging field's value.

func (*GetIdentityResolutionJobOutput) SetDomainName added in v1.42.12

SetDomainName sets the DomainName field's value.

func (*GetIdentityResolutionJobOutput) SetExportingLocation added in v1.42.12

SetExportingLocation sets the ExportingLocation field's value.

func (*GetIdentityResolutionJobOutput) SetJobEndTime added in v1.42.12

SetJobEndTime sets the JobEndTime field's value.

func (*GetIdentityResolutionJobOutput) SetJobExpirationTime added in v1.42.12

SetJobExpirationTime sets the JobExpirationTime field's value.

func (*GetIdentityResolutionJobOutput) SetJobId added in v1.42.12

SetJobId sets the JobId field's value.

func (*GetIdentityResolutionJobOutput) SetJobStartTime added in v1.42.12

SetJobStartTime sets the JobStartTime field's value.

func (*GetIdentityResolutionJobOutput) SetJobStats added in v1.42.12

SetJobStats sets the JobStats field's value.

func (*GetIdentityResolutionJobOutput) SetLastUpdatedAt added in v1.42.12

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetIdentityResolutionJobOutput) SetMessage added in v1.42.12

SetMessage sets the Message field's value.

func (*GetIdentityResolutionJobOutput) SetStatus added in v1.42.12

SetStatus sets the Status field's value.

func (GetIdentityResolutionJobOutput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetIntegrationInput

type GetIntegrationInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetIntegrationInput) GoString

func (s GetIntegrationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIntegrationInput) SetDomainName

func (s *GetIntegrationInput) SetDomainName(v string) *GetIntegrationInput

SetDomainName sets the DomainName field's value.

func (*GetIntegrationInput) SetUri

SetUri sets the Uri field's value.

func (GetIntegrationInput) String

func (s GetIntegrationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIntegrationInput) Validate

func (s *GetIntegrationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetIntegrationOutput

type GetIntegrationOutput struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// Boolean that shows if the Flow that's associated with the Integration is
	// created in Amazon Appflow, or with ObjectTypeName equals _unstructured via
	// API/CLI in flowDefinition.
	IsUnstructured *bool `type:"boolean"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The name of the profile object type.
	ObjectTypeName *string `min:"1" type:"string"`

	// A map in which each key is an event type from an external application such
	// as Segment or Shopify, and each value is an ObjectTypeName (template) used
	// to ingest the event. It supports the following event types: SegmentIdentify,
	// ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders,
	// ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.
	ObjectTypeNames map[string]*string `type:"map"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	WorkflowId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetIntegrationOutput) GoString

func (s GetIntegrationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetIntegrationOutput) SetCreatedAt

func (s *GetIntegrationOutput) SetCreatedAt(v time.Time) *GetIntegrationOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetIntegrationOutput) SetDomainName

func (s *GetIntegrationOutput) SetDomainName(v string) *GetIntegrationOutput

SetDomainName sets the DomainName field's value.

func (*GetIntegrationOutput) SetIsUnstructured added in v1.44.97

func (s *GetIntegrationOutput) SetIsUnstructured(v bool) *GetIntegrationOutput

SetIsUnstructured sets the IsUnstructured field's value.

func (*GetIntegrationOutput) SetLastUpdatedAt

func (s *GetIntegrationOutput) SetLastUpdatedAt(v time.Time) *GetIntegrationOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetIntegrationOutput) SetObjectTypeName

func (s *GetIntegrationOutput) SetObjectTypeName(v string) *GetIntegrationOutput

SetObjectTypeName sets the ObjectTypeName field's value.

func (*GetIntegrationOutput) SetObjectTypeNames added in v1.42.24

func (s *GetIntegrationOutput) SetObjectTypeNames(v map[string]*string) *GetIntegrationOutput

SetObjectTypeNames sets the ObjectTypeNames field's value.

func (*GetIntegrationOutput) SetTags

SetTags sets the Tags field's value.

func (*GetIntegrationOutput) SetUri

SetUri sets the Uri field's value.

func (*GetIntegrationOutput) SetWorkflowId added in v1.43.3

func (s *GetIntegrationOutput) SetWorkflowId(v string) *GetIntegrationOutput

SetWorkflowId sets the WorkflowId field's value.

func (GetIntegrationOutput) String

func (s GetIntegrationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMatchesInput added in v1.38.30

type GetMatchesInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of results to return per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results. Use the value returned in the previous
	// response in the next request to retrieve the next set of results.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetMatchesInput) GoString added in v1.38.30

func (s GetMatchesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMatchesInput) SetDomainName added in v1.38.30

func (s *GetMatchesInput) SetDomainName(v string) *GetMatchesInput

SetDomainName sets the DomainName field's value.

func (*GetMatchesInput) SetMaxResults added in v1.38.30

func (s *GetMatchesInput) SetMaxResults(v int64) *GetMatchesInput

SetMaxResults sets the MaxResults field's value.

func (*GetMatchesInput) SetNextToken added in v1.38.30

func (s *GetMatchesInput) SetNextToken(v string) *GetMatchesInput

SetNextToken sets the NextToken field's value.

func (GetMatchesInput) String added in v1.38.30

func (s GetMatchesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMatchesInput) Validate added in v1.38.30

func (s *GetMatchesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMatchesOutput added in v1.38.30

type GetMatchesOutput struct {

	// The timestamp this version of Match Result generated.
	MatchGenerationDate *time.Time `type:"timestamp"`

	// The list of matched profiles for this instance.
	Matches []*MatchItem `type:"list"`

	// If there are additional results, this is the token for the next set of results.
	NextToken *string `min:"1" type:"string"`

	// The number of potential matches found.
	PotentialMatches *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (GetMatchesOutput) GoString added in v1.38.30

func (s GetMatchesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMatchesOutput) SetMatchGenerationDate added in v1.38.30

func (s *GetMatchesOutput) SetMatchGenerationDate(v time.Time) *GetMatchesOutput

SetMatchGenerationDate sets the MatchGenerationDate field's value.

func (*GetMatchesOutput) SetMatches added in v1.38.30

func (s *GetMatchesOutput) SetMatches(v []*MatchItem) *GetMatchesOutput

SetMatches sets the Matches field's value.

func (*GetMatchesOutput) SetNextToken added in v1.38.30

func (s *GetMatchesOutput) SetNextToken(v string) *GetMatchesOutput

SetNextToken sets the NextToken field's value.

func (*GetMatchesOutput) SetPotentialMatches added in v1.38.30

func (s *GetMatchesOutput) SetPotentialMatches(v int64) *GetMatchesOutput

SetPotentialMatches sets the PotentialMatches field's value.

func (GetMatchesOutput) String added in v1.38.30

func (s GetMatchesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetProfileObjectTypeInput

type GetProfileObjectTypeInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `location:"uri" locationName:"ObjectTypeName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetProfileObjectTypeInput) GoString

func (s GetProfileObjectTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*GetProfileObjectTypeInput) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (GetProfileObjectTypeInput) String

func (s GetProfileObjectTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeInput) Validate

func (s *GetProfileObjectTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetProfileObjectTypeOutput

type GetProfileObjectTypeOutput struct {

	// Indicates whether a profile should be created when data is received if one
	// doesn’t exist for an object of this type. The default is FALSE. If the
	// AllowProfileCreation flag is set to FALSE, then the service tries to fetch
	// a standard profile and associate this object with the profile. If it is set
	// to TRUE, and if no match is found, then the service creates a new standard
	// profile.
	AllowProfileCreation *bool `type:"boolean"`

	// The timestamp of when the domain was created.
	CreatedAt *time.Time `type:"timestamp"`

	// The description of the profile object type.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetProfileObjectTypeOutput's
	// String and GoString methods.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The customer-provided key to encrypt the profile object that will be created
	// in this profile object type.
	EncryptionKey *string `type:"string"`

	// The number of days until the data in the object expires.
	ExpirationDays *int64 `min:"1" type:"integer"`

	// A map of the name and ObjectType field.
	//
	// Fields is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetProfileObjectTypeOutput's
	// String and GoString methods.
	Fields map[string]*ObjectTypeField `type:"map" sensitive:"true"`

	// A list of unique keys that can be used to map data to the profile.
	//
	// Keys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetProfileObjectTypeOutput's
	// String and GoString methods.
	Keys map[string][]*ObjectTypeKey `type:"map" sensitive:"true"`

	// The timestamp of when the domain was most recently edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat *string `min:"1" type:"string"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// A unique identifier for the object template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetProfileObjectTypeOutput) GoString

func (s GetProfileObjectTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeOutput) SetAllowProfileCreation

func (s *GetProfileObjectTypeOutput) SetAllowProfileCreation(v bool) *GetProfileObjectTypeOutput

SetAllowProfileCreation sets the AllowProfileCreation field's value.

func (*GetProfileObjectTypeOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*GetProfileObjectTypeOutput) SetDescription

SetDescription sets the Description field's value.

func (*GetProfileObjectTypeOutput) SetEncryptionKey

SetEncryptionKey sets the EncryptionKey field's value.

func (*GetProfileObjectTypeOutput) SetExpirationDays

SetExpirationDays sets the ExpirationDays field's value.

func (*GetProfileObjectTypeOutput) SetFields

SetFields sets the Fields field's value.

func (*GetProfileObjectTypeOutput) SetKeys

SetKeys sets the Keys field's value.

func (*GetProfileObjectTypeOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetProfileObjectTypeOutput) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (*GetProfileObjectTypeOutput) SetSourceLastUpdatedTimestampFormat added in v1.42.12

func (s *GetProfileObjectTypeOutput) SetSourceLastUpdatedTimestampFormat(v string) *GetProfileObjectTypeOutput

SetSourceLastUpdatedTimestampFormat sets the SourceLastUpdatedTimestampFormat field's value.

func (*GetProfileObjectTypeOutput) SetTags

SetTags sets the Tags field's value.

func (*GetProfileObjectTypeOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (GetProfileObjectTypeOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetProfileObjectTypeTemplateInput

type GetProfileObjectTypeTemplateInput struct {

	// A unique identifier for the object template.
	//
	// TemplateId is a required field
	TemplateId *string `location:"uri" locationName:"TemplateId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetProfileObjectTypeTemplateInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeTemplateInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (GetProfileObjectTypeTemplateInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeTemplateInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetProfileObjectTypeTemplateOutput

type GetProfileObjectTypeTemplateOutput struct {

	// Indicates whether a profile should be created when data is received if one
	// doesn’t exist for an object of this type. The default is FALSE. If the
	// AllowProfileCreation flag is set to FALSE, then the service tries to fetch
	// a standard profile and associate this object with the profile. If it is set
	// to TRUE, and if no match is found, then the service creates a new standard
	// profile.
	AllowProfileCreation *bool `type:"boolean"`

	// A map of the name and ObjectType field.
	//
	// Fields is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetProfileObjectTypeTemplateOutput's
	// String and GoString methods.
	Fields map[string]*ObjectTypeField `type:"map" sensitive:"true"`

	// A list of unique keys that can be used to map data to the profile.
	//
	// Keys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetProfileObjectTypeTemplateOutput's
	// String and GoString methods.
	Keys map[string][]*ObjectTypeKey `type:"map" sensitive:"true"`

	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat *string `min:"1" type:"string"`

	// The name of the source of the object template.
	SourceName *string `min:"1" type:"string"`

	// The source of the object template.
	SourceObject *string `min:"1" type:"string"`

	// A unique identifier for the object template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetProfileObjectTypeTemplateOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetProfileObjectTypeTemplateOutput) SetAllowProfileCreation

SetAllowProfileCreation sets the AllowProfileCreation field's value.

func (*GetProfileObjectTypeTemplateOutput) SetFields

SetFields sets the Fields field's value.

func (*GetProfileObjectTypeTemplateOutput) SetKeys

SetKeys sets the Keys field's value.

func (*GetProfileObjectTypeTemplateOutput) SetSourceLastUpdatedTimestampFormat added in v1.42.12

func (s *GetProfileObjectTypeTemplateOutput) SetSourceLastUpdatedTimestampFormat(v string) *GetProfileObjectTypeTemplateOutput

SetSourceLastUpdatedTimestampFormat sets the SourceLastUpdatedTimestampFormat field's value.

func (*GetProfileObjectTypeTemplateOutput) SetSourceName

SetSourceName sets the SourceName field's value.

func (*GetProfileObjectTypeTemplateOutput) SetSourceObject

SetSourceObject sets the SourceObject field's value.

func (*GetProfileObjectTypeTemplateOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (GetProfileObjectTypeTemplateOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSimilarProfilesInput added in v1.44.308

type GetSimilarProfilesInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Specify the type of matching to get similar profiles for.
	//
	// MatchType is a required field
	MatchType *string `type:"string" required:"true" enum:"MatchType"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous GetSimilarProfiles API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// The string indicating the search key to be used.
	//
	// SearchKey is a required field
	SearchKey *string `min:"1" type:"string" required:"true"`

	// The string based on SearchKey to be searched for similar profiles.
	//
	// SearchValue is a required field
	SearchValue *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetSimilarProfilesInput) GoString added in v1.44.308

func (s GetSimilarProfilesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSimilarProfilesInput) SetDomainName added in v1.44.308

SetDomainName sets the DomainName field's value.

func (*GetSimilarProfilesInput) SetMatchType added in v1.44.308

SetMatchType sets the MatchType field's value.

func (*GetSimilarProfilesInput) SetMaxResults added in v1.44.308

SetMaxResults sets the MaxResults field's value.

func (*GetSimilarProfilesInput) SetNextToken added in v1.44.308

SetNextToken sets the NextToken field's value.

func (*GetSimilarProfilesInput) SetSearchKey added in v1.44.308

SetSearchKey sets the SearchKey field's value.

func (*GetSimilarProfilesInput) SetSearchValue added in v1.44.308

SetSearchValue sets the SearchValue field's value.

func (GetSimilarProfilesInput) String added in v1.44.308

func (s GetSimilarProfilesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSimilarProfilesInput) Validate added in v1.44.308

func (s *GetSimilarProfilesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSimilarProfilesOutput added in v1.44.308

type GetSimilarProfilesOutput struct {

	// It only has value when the MatchType is ML_BASED_MATCHING.A number between
	// 0 and 1, where a higher score means higher similarity. Examining match confidence
	// scores lets you distinguish between groups of similar records in which the
	// system is highly confident (which you may decide to merge), groups of similar
	// records about which the system is uncertain (which you may decide to have
	// reviewed by a human), and groups of similar records that the system deems
	// to be unlikely (which you may decide to reject). Given confidence scores
	// vary as per the data input, it should not be used as an absolute measure
	// of matching quality.
	ConfidenceScore *float64 `type:"double"`

	// The string matchId that the similar profiles belong to.
	MatchId *string `min:"1" type:"string"`

	// Specify the type of matching to get similar profiles for.
	MatchType *string `type:"string" enum:"MatchType"`

	// The pagination token from the previous GetSimilarProfiles API call.
	NextToken *string `min:"1" type:"string"`

	// Set of profileIds that belong to the same matching group.
	ProfileIds []*string `type:"list"`

	// The integer rule level that the profiles matched on.
	RuleLevel *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

func (GetSimilarProfilesOutput) GoString added in v1.44.308

func (s GetSimilarProfilesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSimilarProfilesOutput) SetConfidenceScore added in v1.44.308

func (s *GetSimilarProfilesOutput) SetConfidenceScore(v float64) *GetSimilarProfilesOutput

SetConfidenceScore sets the ConfidenceScore field's value.

func (*GetSimilarProfilesOutput) SetMatchId added in v1.44.308

SetMatchId sets the MatchId field's value.

func (*GetSimilarProfilesOutput) SetMatchType added in v1.44.308

SetMatchType sets the MatchType field's value.

func (*GetSimilarProfilesOutput) SetNextToken added in v1.44.308

SetNextToken sets the NextToken field's value.

func (*GetSimilarProfilesOutput) SetProfileIds added in v1.44.308

SetProfileIds sets the ProfileIds field's value.

func (*GetSimilarProfilesOutput) SetRuleLevel added in v1.44.308

SetRuleLevel sets the RuleLevel field's value.

func (GetSimilarProfilesOutput) String added in v1.44.308

func (s GetSimilarProfilesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetWorkflowInput added in v1.43.3

type GetWorkflowInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	//
	// WorkflowId is a required field
	WorkflowId *string `location:"uri" locationName:"WorkflowId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetWorkflowInput) GoString added in v1.43.3

func (s GetWorkflowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowInput) SetDomainName added in v1.43.3

func (s *GetWorkflowInput) SetDomainName(v string) *GetWorkflowInput

SetDomainName sets the DomainName field's value.

func (*GetWorkflowInput) SetWorkflowId added in v1.43.3

func (s *GetWorkflowInput) SetWorkflowId(v string) *GetWorkflowInput

SetWorkflowId sets the WorkflowId field's value.

func (GetWorkflowInput) String added in v1.43.3

func (s GetWorkflowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowInput) Validate added in v1.43.3

func (s *GetWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetWorkflowOutput added in v1.43.3

type GetWorkflowOutput struct {

	// Attributes provided for workflow execution.
	Attributes *WorkflowAttributes `type:"structure"`

	// Workflow error messages during execution (if any).
	ErrorDescription *string `min:"1" type:"string"`

	// The timestamp that represents when workflow execution last updated.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// Workflow specific execution metrics.
	Metrics *WorkflowMetrics `type:"structure"`

	// The timestamp that represents when workflow execution started.
	StartDate *time.Time `type:"timestamp"`

	// Status of workflow execution.
	Status *string `type:"string" enum:"Status"`

	// Unique identifier for the workflow.
	WorkflowId *string `type:"string"`

	// The type of workflow. The only supported value is APPFLOW_INTEGRATION.
	WorkflowType *string `type:"string" enum:"WorkflowType"`
	// contains filtered or unexported fields
}

func (GetWorkflowOutput) GoString added in v1.43.3

func (s GetWorkflowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowOutput) SetAttributes added in v1.43.3

SetAttributes sets the Attributes field's value.

func (*GetWorkflowOutput) SetErrorDescription added in v1.43.3

func (s *GetWorkflowOutput) SetErrorDescription(v string) *GetWorkflowOutput

SetErrorDescription sets the ErrorDescription field's value.

func (*GetWorkflowOutput) SetLastUpdatedAt added in v1.43.3

func (s *GetWorkflowOutput) SetLastUpdatedAt(v time.Time) *GetWorkflowOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*GetWorkflowOutput) SetMetrics added in v1.43.3

SetMetrics sets the Metrics field's value.

func (*GetWorkflowOutput) SetStartDate added in v1.43.3

func (s *GetWorkflowOutput) SetStartDate(v time.Time) *GetWorkflowOutput

SetStartDate sets the StartDate field's value.

func (*GetWorkflowOutput) SetStatus added in v1.43.3

func (s *GetWorkflowOutput) SetStatus(v string) *GetWorkflowOutput

SetStatus sets the Status field's value.

func (*GetWorkflowOutput) SetWorkflowId added in v1.43.3

func (s *GetWorkflowOutput) SetWorkflowId(v string) *GetWorkflowOutput

SetWorkflowId sets the WorkflowId field's value.

func (*GetWorkflowOutput) SetWorkflowType added in v1.43.3

func (s *GetWorkflowOutput) SetWorkflowType(v string) *GetWorkflowOutput

SetWorkflowType sets the WorkflowType field's value.

func (GetWorkflowOutput) String added in v1.43.3

func (s GetWorkflowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetWorkflowStepsInput added in v1.43.3

type GetWorkflowStepsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of results to return per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results. Use the value returned in the previous
	// response in the next request to retrieve the next set of results.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// Unique identifier for the workflow.
	//
	// WorkflowId is a required field
	WorkflowId *string `location:"uri" locationName:"WorkflowId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetWorkflowStepsInput) GoString added in v1.43.3

func (s GetWorkflowStepsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowStepsInput) SetDomainName added in v1.43.3

func (s *GetWorkflowStepsInput) SetDomainName(v string) *GetWorkflowStepsInput

SetDomainName sets the DomainName field's value.

func (*GetWorkflowStepsInput) SetMaxResults added in v1.43.3

func (s *GetWorkflowStepsInput) SetMaxResults(v int64) *GetWorkflowStepsInput

SetMaxResults sets the MaxResults field's value.

func (*GetWorkflowStepsInput) SetNextToken added in v1.43.3

SetNextToken sets the NextToken field's value.

func (*GetWorkflowStepsInput) SetWorkflowId added in v1.43.3

func (s *GetWorkflowStepsInput) SetWorkflowId(v string) *GetWorkflowStepsInput

SetWorkflowId sets the WorkflowId field's value.

func (GetWorkflowStepsInput) String added in v1.43.3

func (s GetWorkflowStepsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowStepsInput) Validate added in v1.43.3

func (s *GetWorkflowStepsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetWorkflowStepsOutput added in v1.43.3

type GetWorkflowStepsOutput struct {

	// List containing workflow step details.
	Items []*WorkflowStepItem `type:"list"`

	// If there are additional results, this is the token for the next set of results.
	NextToken *string `min:"1" type:"string"`

	// Unique identifier for the workflow.
	WorkflowId *string `type:"string"`

	// The type of workflow. The only supported value is APPFLOW_INTEGRATION.
	WorkflowType *string `type:"string" enum:"WorkflowType"`
	// contains filtered or unexported fields
}

func (GetWorkflowStepsOutput) GoString added in v1.43.3

func (s GetWorkflowStepsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetWorkflowStepsOutput) SetItems added in v1.43.3

SetItems sets the Items field's value.

func (*GetWorkflowStepsOutput) SetNextToken added in v1.43.3

SetNextToken sets the NextToken field's value.

func (*GetWorkflowStepsOutput) SetWorkflowId added in v1.43.3

SetWorkflowId sets the WorkflowId field's value.

func (*GetWorkflowStepsOutput) SetWorkflowType added in v1.43.3

func (s *GetWorkflowStepsOutput) SetWorkflowType(v string) *GetWorkflowStepsOutput

SetWorkflowType sets the WorkflowType field's value.

func (GetWorkflowStepsOutput) String added in v1.43.3

func (s GetWorkflowStepsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdentityResolutionJob added in v1.42.12

type IdentityResolutionJob struct {

	// The unique name of the domain.
	DomainName *string `min:"1" type:"string"`

	// The S3 location where the Identity Resolution Job writes result files.
	ExportingLocation *ExportingLocation `type:"structure"`

	// The timestamp of when the job was completed.
	JobEndTime *time.Time `type:"timestamp"`

	// The unique identifier of the Identity Resolution Job.
	JobId *string `type:"string"`

	// The timestamp of when the job was started or will be started.
	JobStartTime *time.Time `type:"timestamp"`

	// Statistics about an Identity Resolution Job.
	JobStats *JobStats `type:"structure"`

	// The error messages that are generated when the Identity Resolution Job runs.
	Message *string `type:"string"`

	// The status of the Identity Resolution Job.
	//
	//    * PENDING: The Identity Resolution Job is scheduled but has not started
	//    yet. If you turn off the Identity Resolution feature in your domain, jobs
	//    in the PENDING state are deleted.
	//
	//    * PREPROCESSING: The Identity Resolution Job is loading your data.
	//
	//    * FIND_MATCHING: The Identity Resolution Job is using the machine learning
	//    model to identify profiles that belong to the same matching group.
	//
	//    * MERGING: The Identity Resolution Job is merging duplicate profiles.
	//
	//    * COMPLETED: The Identity Resolution Job completed successfully.
	//
	//    * PARTIAL_SUCCESS: There's a system error and not all of the data is merged.
	//    The Identity Resolution Job writes a message indicating the source of
	//    the problem.
	//
	//    * FAILED: The Identity Resolution Job did not merge any data. It writes
	//    a message indicating the source of the problem.
	Status *string `type:"string" enum:"IdentityResolutionJobStatus"`
	// contains filtered or unexported fields
}

Information about the Identity Resolution Job.

func (IdentityResolutionJob) GoString added in v1.42.12

func (s IdentityResolutionJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdentityResolutionJob) SetDomainName added in v1.42.12

func (s *IdentityResolutionJob) SetDomainName(v string) *IdentityResolutionJob

SetDomainName sets the DomainName field's value.

func (*IdentityResolutionJob) SetExportingLocation added in v1.42.12

func (s *IdentityResolutionJob) SetExportingLocation(v *ExportingLocation) *IdentityResolutionJob

SetExportingLocation sets the ExportingLocation field's value.

func (*IdentityResolutionJob) SetJobEndTime added in v1.42.12

SetJobEndTime sets the JobEndTime field's value.

func (*IdentityResolutionJob) SetJobId added in v1.42.12

SetJobId sets the JobId field's value.

func (*IdentityResolutionJob) SetJobStartTime added in v1.42.12

func (s *IdentityResolutionJob) SetJobStartTime(v time.Time) *IdentityResolutionJob

SetJobStartTime sets the JobStartTime field's value.

func (*IdentityResolutionJob) SetJobStats added in v1.42.12

SetJobStats sets the JobStats field's value.

func (*IdentityResolutionJob) SetMessage added in v1.42.12

SetMessage sets the Message field's value.

func (*IdentityResolutionJob) SetStatus added in v1.42.12

SetStatus sets the Status field's value.

func (IdentityResolutionJob) String added in v1.42.12

func (s IdentityResolutionJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IncrementalPullConfig added in v1.38.7

type IncrementalPullConfig struct {

	// A field that specifies the date time or timestamp field as the criteria to
	// use when importing incremental records from the source.
	DatetimeTypeFieldName *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the configuration used when importing incremental records from the source.

func (IncrementalPullConfig) GoString added in v1.38.7

func (s IncrementalPullConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IncrementalPullConfig) SetDatetimeTypeFieldName added in v1.38.7

func (s *IncrementalPullConfig) SetDatetimeTypeFieldName(v string) *IncrementalPullConfig

SetDatetimeTypeFieldName sets the DatetimeTypeFieldName field's value.

func (IncrementalPullConfig) String added in v1.38.7

func (s IncrementalPullConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IntegrationConfig added in v1.43.3

type IntegrationConfig struct {

	// Configuration data for APPFLOW_INTEGRATION workflow type.
	AppflowIntegration *AppflowIntegration `type:"structure"`
	// contains filtered or unexported fields
}

Configuration data for integration workflow.

func (IntegrationConfig) GoString added in v1.43.3

func (s IntegrationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegrationConfig) SetAppflowIntegration added in v1.43.3

func (s *IntegrationConfig) SetAppflowIntegration(v *AppflowIntegration) *IntegrationConfig

SetAppflowIntegration sets the AppflowIntegration field's value.

func (IntegrationConfig) String added in v1.43.3

func (s IntegrationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegrationConfig) Validate added in v1.43.3

func (s *IntegrationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InternalServerException

type InternalServerException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

An internal service error occurred.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type JobSchedule added in v1.42.12

type JobSchedule struct {

	// The day when the Identity Resolution Job should run every week.
	//
	// DayOfTheWeek is a required field
	DayOfTheWeek *string `type:"string" required:"true" enum:"JobScheduleDayOfTheWeek"`

	// The time when the Identity Resolution Job should run every week.
	//
	// Time is a required field
	Time *string `min:"3" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The day and time when do you want to start the Identity Resolution Job every week.

func (JobSchedule) GoString added in v1.42.12

func (s JobSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JobSchedule) SetDayOfTheWeek added in v1.42.12

func (s *JobSchedule) SetDayOfTheWeek(v string) *JobSchedule

SetDayOfTheWeek sets the DayOfTheWeek field's value.

func (*JobSchedule) SetTime added in v1.42.12

func (s *JobSchedule) SetTime(v string) *JobSchedule

SetTime sets the Time field's value.

func (JobSchedule) String added in v1.42.12

func (s JobSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JobSchedule) Validate added in v1.42.12

func (s *JobSchedule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobStats added in v1.42.12

type JobStats struct {

	// The number of matches found.
	NumberOfMatchesFound *int64 `type:"long"`

	// The number of merges completed.
	NumberOfMergesDone *int64 `type:"long"`

	// The number of profiles reviewed.
	NumberOfProfilesReviewed *int64 `type:"long"`
	// contains filtered or unexported fields
}

Statistics about the Identity Resolution Job.

func (JobStats) GoString added in v1.42.12

func (s JobStats) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JobStats) SetNumberOfMatchesFound added in v1.42.12

func (s *JobStats) SetNumberOfMatchesFound(v int64) *JobStats

SetNumberOfMatchesFound sets the NumberOfMatchesFound field's value.

func (*JobStats) SetNumberOfMergesDone added in v1.42.12

func (s *JobStats) SetNumberOfMergesDone(v int64) *JobStats

SetNumberOfMergesDone sets the NumberOfMergesDone field's value.

func (*JobStats) SetNumberOfProfilesReviewed added in v1.42.12

func (s *JobStats) SetNumberOfProfilesReviewed(v int64) *JobStats

SetNumberOfProfilesReviewed sets the NumberOfProfilesReviewed field's value.

func (JobStats) String added in v1.42.12

func (s JobStats) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAccountIntegrationsInput

type ListAccountIntegrationsInput struct {

	// Boolean to indicate if hidden integration should be returned. Defaults to
	// False.
	IncludeHidden *bool `location:"querystring" locationName:"include-hidden" type:"boolean"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous ListAccountIntegrations API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListAccountIntegrationsInput) GoString

func (s ListAccountIntegrationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountIntegrationsInput) SetIncludeHidden added in v1.43.3

SetIncludeHidden sets the IncludeHidden field's value.

func (*ListAccountIntegrationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListAccountIntegrationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListAccountIntegrationsInput) SetUri

SetUri sets the Uri field's value.

func (ListAccountIntegrationsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountIntegrationsInput) Validate

func (s *ListAccountIntegrationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccountIntegrationsOutput

type ListAccountIntegrationsOutput struct {

	// The list of ListAccountIntegration instances.
	Items []*ListIntegrationItem `type:"list"`

	// The pagination token from the previous ListAccountIntegrations API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAccountIntegrationsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccountIntegrationsOutput) SetItems

SetItems sets the Items field's value.

func (*ListAccountIntegrationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAccountIntegrationsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCalculatedAttributeDefinitionItem added in v1.44.274

type ListCalculatedAttributeDefinitionItem struct {

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The threshold for the calculated attribute.
	CreatedAt *time.Time `type:"timestamp"`

	// The threshold for the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ListCalculatedAttributeDefinitionItem's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The timestamp of when the calculated attribute definition was most recently
	// edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

The details of a single calculated attribute definition.

func (ListCalculatedAttributeDefinitionItem) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributeDefinitionItem) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*ListCalculatedAttributeDefinitionItem) SetCreatedAt added in v1.44.274

SetCreatedAt sets the CreatedAt field's value.

func (*ListCalculatedAttributeDefinitionItem) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*ListCalculatedAttributeDefinitionItem) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*ListCalculatedAttributeDefinitionItem) SetLastUpdatedAt added in v1.44.274

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ListCalculatedAttributeDefinitionItem) SetTags added in v1.44.274

SetTags sets the Tags field's value.

func (ListCalculatedAttributeDefinitionItem) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCalculatedAttributeDefinitionsInput added in v1.44.274

type ListCalculatedAttributeDefinitionsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of calculated attribute definitions returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous call to ListCalculatedAttributeDefinitions.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListCalculatedAttributeDefinitionsInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributeDefinitionsInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (*ListCalculatedAttributeDefinitionsInput) SetMaxResults added in v1.44.274

SetMaxResults sets the MaxResults field's value.

func (*ListCalculatedAttributeDefinitionsInput) SetNextToken added in v1.44.274

SetNextToken sets the NextToken field's value.

func (ListCalculatedAttributeDefinitionsInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributeDefinitionsInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type ListCalculatedAttributeDefinitionsOutput added in v1.44.274

type ListCalculatedAttributeDefinitionsOutput struct {

	// The list of calculated attribute definitions.
	//
	// Items is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ListCalculatedAttributeDefinitionsOutput's
	// String and GoString methods.
	Items []*ListCalculatedAttributeDefinitionItem `type:"list" sensitive:"true"`

	// The pagination token from the previous call to ListCalculatedAttributeDefinitions.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListCalculatedAttributeDefinitionsOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributeDefinitionsOutput) SetItems added in v1.44.274

SetItems sets the Items field's value.

func (*ListCalculatedAttributeDefinitionsOutput) SetNextToken added in v1.44.274

SetNextToken sets the NextToken field's value.

func (ListCalculatedAttributeDefinitionsOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCalculatedAttributeForProfileItem added in v1.44.274

type ListCalculatedAttributeForProfileItem struct {

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// Indicates whether the calculated attribute’s value is based on partial
	// data. If data is partial, it is set to true.
	IsDataPartial *string `min:"1" type:"string"`

	// The value of the calculated attribute.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The details of a single calculated attribute for a profile.

func (ListCalculatedAttributeForProfileItem) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributeForProfileItem) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*ListCalculatedAttributeForProfileItem) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*ListCalculatedAttributeForProfileItem) SetIsDataPartial added in v1.44.274

SetIsDataPartial sets the IsDataPartial field's value.

func (*ListCalculatedAttributeForProfileItem) SetValue added in v1.44.274

SetValue sets the Value field's value.

func (ListCalculatedAttributeForProfileItem) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCalculatedAttributesForProfileInput added in v1.44.274

type ListCalculatedAttributesForProfileInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of calculated attributes returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous call to ListCalculatedAttributesForProfile.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `location:"uri" locationName:"ProfileId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListCalculatedAttributesForProfileInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributesForProfileInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (*ListCalculatedAttributesForProfileInput) SetMaxResults added in v1.44.274

SetMaxResults sets the MaxResults field's value.

func (*ListCalculatedAttributesForProfileInput) SetNextToken added in v1.44.274

SetNextToken sets the NextToken field's value.

func (*ListCalculatedAttributesForProfileInput) SetProfileId added in v1.44.274

SetProfileId sets the ProfileId field's value.

func (ListCalculatedAttributesForProfileInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributesForProfileInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type ListCalculatedAttributesForProfileOutput added in v1.44.274

type ListCalculatedAttributesForProfileOutput struct {

	// The list of calculated attributes.
	Items []*ListCalculatedAttributeForProfileItem `type:"list"`

	// The pagination token from the previous call to ListCalculatedAttributesForProfile.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListCalculatedAttributesForProfileOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCalculatedAttributesForProfileOutput) SetItems added in v1.44.274

SetItems sets the Items field's value.

func (*ListCalculatedAttributesForProfileOutput) SetNextToken added in v1.44.274

SetNextToken sets the NextToken field's value.

func (ListCalculatedAttributesForProfileOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainItem

type ListDomainItem struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

An object in a list that represents a domain.

func (ListDomainItem) GoString

func (s ListDomainItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainItem) SetCreatedAt

func (s *ListDomainItem) SetCreatedAt(v time.Time) *ListDomainItem

SetCreatedAt sets the CreatedAt field's value.

func (*ListDomainItem) SetDomainName

func (s *ListDomainItem) SetDomainName(v string) *ListDomainItem

SetDomainName sets the DomainName field's value.

func (*ListDomainItem) SetLastUpdatedAt

func (s *ListDomainItem) SetLastUpdatedAt(v time.Time) *ListDomainItem

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ListDomainItem) SetTags

func (s *ListDomainItem) SetTags(v map[string]*string) *ListDomainItem

SetTags sets the Tags field's value.

func (ListDomainItem) String

func (s ListDomainItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainsInput

type ListDomainsInput struct {

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous ListDomain API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListDomainsInput) GoString

func (s ListDomainsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsInput) SetMaxResults

func (s *ListDomainsInput) SetMaxResults(v int64) *ListDomainsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDomainsInput) SetNextToken

func (s *ListDomainsInput) SetNextToken(v string) *ListDomainsInput

SetNextToken sets the NextToken field's value.

func (ListDomainsInput) String

func (s ListDomainsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsInput) Validate

func (s *ListDomainsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDomainsOutput

type ListDomainsOutput struct {

	// The list of ListDomains instances.
	Items []*ListDomainItem `type:"list"`

	// The pagination token from the previous ListDomains API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListDomainsOutput) GoString

func (s ListDomainsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsOutput) SetItems

SetItems sets the Items field's value.

func (*ListDomainsOutput) SetNextToken

func (s *ListDomainsOutput) SetNextToken(v string) *ListDomainsOutput

SetNextToken sets the NextToken field's value.

func (ListDomainsOutput) String

func (s ListDomainsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEventStreamsInput added in v1.44.278

type ListEventStreamsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// Identifies the next page of results to return.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListEventStreamsInput) GoString added in v1.44.278

func (s ListEventStreamsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventStreamsInput) SetDomainName added in v1.44.278

func (s *ListEventStreamsInput) SetDomainName(v string) *ListEventStreamsInput

SetDomainName sets the DomainName field's value.

func (*ListEventStreamsInput) SetMaxResults added in v1.44.278

func (s *ListEventStreamsInput) SetMaxResults(v int64) *ListEventStreamsInput

SetMaxResults sets the MaxResults field's value.

func (*ListEventStreamsInput) SetNextToken added in v1.44.278

SetNextToken sets the NextToken field's value.

func (ListEventStreamsInput) String added in v1.44.278

func (s ListEventStreamsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventStreamsInput) Validate added in v1.44.278

func (s *ListEventStreamsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEventStreamsOutput added in v1.44.278

type ListEventStreamsOutput struct {

	// Contains summary information about an EventStream.
	Items []*EventStreamSummary `type:"list"`

	// Identifies the next page of results to return.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListEventStreamsOutput) GoString added in v1.44.278

func (s ListEventStreamsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventStreamsOutput) SetItems added in v1.44.278

SetItems sets the Items field's value.

func (*ListEventStreamsOutput) SetNextToken added in v1.44.278

SetNextToken sets the NextToken field's value.

func (ListEventStreamsOutput) String added in v1.44.278

func (s ListEventStreamsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIdentityResolutionJobsInput added in v1.42.12

type ListIdentityResolutionJobsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of results to return per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results. Use the value returned in the previous
	// response in the next request to retrieve the next set of results.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListIdentityResolutionJobsInput) GoString added in v1.42.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIdentityResolutionJobsInput) SetDomainName added in v1.42.12

SetDomainName sets the DomainName field's value.

func (*ListIdentityResolutionJobsInput) SetMaxResults added in v1.42.12

SetMaxResults sets the MaxResults field's value.

func (*ListIdentityResolutionJobsInput) SetNextToken added in v1.42.12

SetNextToken sets the NextToken field's value.

func (ListIdentityResolutionJobsInput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIdentityResolutionJobsInput) Validate added in v1.42.12

func (s *ListIdentityResolutionJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIdentityResolutionJobsOutput added in v1.42.12

type ListIdentityResolutionJobsOutput struct {

	// A list of Identity Resolution Jobs.
	IdentityResolutionJobsList []*IdentityResolutionJob `type:"list"`

	// If there are additional results, this is the token for the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListIdentityResolutionJobsOutput) GoString added in v1.42.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIdentityResolutionJobsOutput) SetIdentityResolutionJobsList added in v1.42.12

SetIdentityResolutionJobsList sets the IdentityResolutionJobsList field's value.

func (*ListIdentityResolutionJobsOutput) SetNextToken added in v1.42.12

SetNextToken sets the NextToken field's value.

func (ListIdentityResolutionJobsOutput) String added in v1.42.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIntegrationItem

type ListIntegrationItem struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// Boolean that shows if the Flow that's associated with the Integration is
	// created in Amazon Appflow, or with ObjectTypeName equals _unstructured via
	// API/CLI in flowDefinition.
	IsUnstructured *bool `type:"boolean"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The name of the profile object type.
	ObjectTypeName *string `min:"1" type:"string"`

	// A map in which each key is an event type from an external application such
	// as Segment or Shopify, and each value is an ObjectTypeName (template) used
	// to ingest the event. It supports the following event types: SegmentIdentify,
	// ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders,
	// ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.
	ObjectTypeNames map[string]*string `type:"map"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	WorkflowId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An integration in list of integrations.

func (ListIntegrationItem) GoString

func (s ListIntegrationItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIntegrationItem) SetCreatedAt

func (s *ListIntegrationItem) SetCreatedAt(v time.Time) *ListIntegrationItem

SetCreatedAt sets the CreatedAt field's value.

func (*ListIntegrationItem) SetDomainName

func (s *ListIntegrationItem) SetDomainName(v string) *ListIntegrationItem

SetDomainName sets the DomainName field's value.

func (*ListIntegrationItem) SetIsUnstructured added in v1.44.97

func (s *ListIntegrationItem) SetIsUnstructured(v bool) *ListIntegrationItem

SetIsUnstructured sets the IsUnstructured field's value.

func (*ListIntegrationItem) SetLastUpdatedAt

func (s *ListIntegrationItem) SetLastUpdatedAt(v time.Time) *ListIntegrationItem

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ListIntegrationItem) SetObjectTypeName

func (s *ListIntegrationItem) SetObjectTypeName(v string) *ListIntegrationItem

SetObjectTypeName sets the ObjectTypeName field's value.

func (*ListIntegrationItem) SetObjectTypeNames added in v1.42.24

func (s *ListIntegrationItem) SetObjectTypeNames(v map[string]*string) *ListIntegrationItem

SetObjectTypeNames sets the ObjectTypeNames field's value.

func (*ListIntegrationItem) SetTags

SetTags sets the Tags field's value.

func (*ListIntegrationItem) SetUri

SetUri sets the Uri field's value.

func (*ListIntegrationItem) SetWorkflowId added in v1.43.3

func (s *ListIntegrationItem) SetWorkflowId(v string) *ListIntegrationItem

SetWorkflowId sets the WorkflowId field's value.

func (ListIntegrationItem) String

func (s ListIntegrationItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListIntegrationsInput

type ListIntegrationsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// Boolean to indicate if hidden integration should be returned. Defaults to
	// False.
	IncludeHidden *bool `location:"querystring" locationName:"include-hidden" type:"boolean"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous ListIntegrations API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListIntegrationsInput) GoString

func (s ListIntegrationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIntegrationsInput) SetDomainName

func (s *ListIntegrationsInput) SetDomainName(v string) *ListIntegrationsInput

SetDomainName sets the DomainName field's value.

func (*ListIntegrationsInput) SetIncludeHidden added in v1.43.3

func (s *ListIntegrationsInput) SetIncludeHidden(v bool) *ListIntegrationsInput

SetIncludeHidden sets the IncludeHidden field's value.

func (*ListIntegrationsInput) SetMaxResults

func (s *ListIntegrationsInput) SetMaxResults(v int64) *ListIntegrationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListIntegrationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListIntegrationsInput) String

func (s ListIntegrationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIntegrationsInput) Validate

func (s *ListIntegrationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIntegrationsOutput

type ListIntegrationsOutput struct {

	// The list of ListIntegrations instances.
	Items []*ListIntegrationItem `type:"list"`

	// The pagination token from the previous ListIntegrations API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListIntegrationsOutput) GoString

func (s ListIntegrationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListIntegrationsOutput) SetItems

SetItems sets the Items field's value.

func (*ListIntegrationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListIntegrationsOutput) String

func (s ListIntegrationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectTypeItem

type ListProfileObjectTypeItem struct {

	// The timestamp of when the domain was created.
	CreatedAt *time.Time `type:"timestamp"`

	// Description of the profile object type.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true"`

	// The timestamp of when the domain was most recently edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

A ProfileObjectType instance.

func (ListProfileObjectTypeItem) GoString

func (s ListProfileObjectTypeItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypeItem) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*ListProfileObjectTypeItem) SetDescription

SetDescription sets the Description field's value.

func (*ListProfileObjectTypeItem) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ListProfileObjectTypeItem) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (*ListProfileObjectTypeItem) SetTags

SetTags sets the Tags field's value.

func (ListProfileObjectTypeItem) String

func (s ListProfileObjectTypeItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectTypeTemplateItem

type ListProfileObjectTypeTemplateItem struct {

	// The name of the source of the object template.
	SourceName *string `min:"1" type:"string"`

	// The source of the object template.
	SourceObject *string `min:"1" type:"string"`

	// A unique identifier for the object template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

func (ListProfileObjectTypeTemplateItem) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypeTemplateItem) SetSourceName

SetSourceName sets the SourceName field's value.

func (*ListProfileObjectTypeTemplateItem) SetSourceObject

SetSourceObject sets the SourceObject field's value.

func (*ListProfileObjectTypeTemplateItem) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (ListProfileObjectTypeTemplateItem) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectTypeTemplatesInput

type ListProfileObjectTypeTemplatesInput struct {

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous ListObjectTypeTemplates API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProfileObjectTypeTemplatesInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypeTemplatesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListProfileObjectTypeTemplatesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListProfileObjectTypeTemplatesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypeTemplatesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListProfileObjectTypeTemplatesOutput

type ListProfileObjectTypeTemplatesOutput struct {

	// The list of ListProfileObjectType template instances.
	Items []*ListProfileObjectTypeTemplateItem `type:"list"`

	// The pagination token from the previous ListObjectTypeTemplates API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProfileObjectTypeTemplatesOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypeTemplatesOutput) SetItems

SetItems sets the Items field's value.

func (*ListProfileObjectTypeTemplatesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListProfileObjectTypeTemplatesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectTypesInput

type ListProfileObjectTypesInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// Identifies the next page of results to return.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProfileObjectTypesInput) GoString

func (s ListProfileObjectTypesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypesInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*ListProfileObjectTypesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListProfileObjectTypesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListProfileObjectTypesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypesInput) Validate

func (s *ListProfileObjectTypesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProfileObjectTypesOutput

type ListProfileObjectTypesOutput struct {

	// The list of ListProfileObjectTypes instances.
	//
	// Items is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ListProfileObjectTypesOutput's
	// String and GoString methods.
	Items []*ListProfileObjectTypeItem `type:"list" sensitive:"true"`

	// Identifies the next page of results to return.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProfileObjectTypesOutput) GoString

func (s ListProfileObjectTypesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectTypesOutput) SetItems

SetItems sets the Items field's value.

func (*ListProfileObjectTypesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListProfileObjectTypesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectsInput

type ListProfileObjectsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of objects returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous call to ListProfileObjects.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// Applies a filter to the response to include profile objects with the specified
	// index values.
	ObjectFilter *ObjectFilter `type:"structure"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListProfileObjectsInput) GoString

func (s ListProfileObjectsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectsInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*ListProfileObjectsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListProfileObjectsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListProfileObjectsInput) SetObjectFilter added in v1.40.22

SetObjectFilter sets the ObjectFilter field's value.

func (*ListProfileObjectsInput) SetObjectTypeName

func (s *ListProfileObjectsInput) SetObjectTypeName(v string) *ListProfileObjectsInput

SetObjectTypeName sets the ObjectTypeName field's value.

func (*ListProfileObjectsInput) SetProfileId

SetProfileId sets the ProfileId field's value.

func (ListProfileObjectsInput) String

func (s ListProfileObjectsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectsInput) Validate

func (s *ListProfileObjectsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProfileObjectsItem

type ListProfileObjectsItem struct {

	// A JSON representation of a ProfileObject that belongs to a profile.
	//
	// Object is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ListProfileObjectsItem's
	// String and GoString methods.
	Object *string `min:"1" type:"string" sensitive:"true"`

	// Specifies the kind of object being added to a profile, such as "Salesforce-Account."
	ObjectTypeName *string `min:"1" type:"string"`

	// The unique identifier of the ProfileObject generated by the service.
	ProfileObjectUniqueKey *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A ProfileObject in a list of ProfileObjects.

func (ListProfileObjectsItem) GoString

func (s ListProfileObjectsItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectsItem) SetObject

SetObject sets the Object field's value.

func (*ListProfileObjectsItem) SetObjectTypeName

func (s *ListProfileObjectsItem) SetObjectTypeName(v string) *ListProfileObjectsItem

SetObjectTypeName sets the ObjectTypeName field's value.

func (*ListProfileObjectsItem) SetProfileObjectUniqueKey

func (s *ListProfileObjectsItem) SetProfileObjectUniqueKey(v string) *ListProfileObjectsItem

SetProfileObjectUniqueKey sets the ProfileObjectUniqueKey field's value.

func (ListProfileObjectsItem) String

func (s ListProfileObjectsItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProfileObjectsOutput

type ListProfileObjectsOutput struct {

	// The list of ListProfileObject instances.
	Items []*ListProfileObjectsItem `type:"list"`

	// The pagination token from the previous call to ListProfileObjects.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProfileObjectsOutput) GoString

func (s ListProfileObjectsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProfileObjectsOutput) SetItems

SetItems sets the Items field's value.

func (*ListProfileObjectsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListProfileObjectsOutput) String

func (s ListProfileObjectsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRuleBasedMatchesInput added in v1.44.308

type ListRuleBasedMatchesInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of MatchIds returned per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous ListRuleBasedMatches API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListRuleBasedMatchesInput) GoString added in v1.44.308

func (s ListRuleBasedMatchesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRuleBasedMatchesInput) SetDomainName added in v1.44.308

SetDomainName sets the DomainName field's value.

func (*ListRuleBasedMatchesInput) SetMaxResults added in v1.44.308

SetMaxResults sets the MaxResults field's value.

func (*ListRuleBasedMatchesInput) SetNextToken added in v1.44.308

SetNextToken sets the NextToken field's value.

func (ListRuleBasedMatchesInput) String added in v1.44.308

func (s ListRuleBasedMatchesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRuleBasedMatchesInput) Validate added in v1.44.308

func (s *ListRuleBasedMatchesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRuleBasedMatchesOutput added in v1.44.308

type ListRuleBasedMatchesOutput struct {

	// The list of MatchIds for the given domain.
	MatchIds []*string `type:"list"`

	// The pagination token from the previous ListRuleBasedMatches API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListRuleBasedMatchesOutput) GoString added in v1.44.308

func (s ListRuleBasedMatchesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRuleBasedMatchesOutput) SetMatchIds added in v1.44.308

SetMatchIds sets the MatchIds field's value.

func (*ListRuleBasedMatchesOutput) SetNextToken added in v1.44.308

SetNextToken sets the NextToken field's value.

func (ListRuleBasedMatchesOutput) String added in v1.44.308

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The ARN of the resource for which you want to view tags.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `locationName:"tags" min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkflowsInput added in v1.43.3

type ListWorkflowsInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The maximum number of results to return per page.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token for the next set of results. Use the value returned in the previous
	// response in the next request to retrieve the next set of results.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// Retrieve workflows ended after timestamp.
	QueryEndDate *time.Time `type:"timestamp"`

	// Retrieve workflows started after timestamp.
	QueryStartDate *time.Time `type:"timestamp"`

	// Status of workflow execution.
	Status *string `type:"string" enum:"Status"`

	// The type of workflow. The only supported value is APPFLOW_INTEGRATION.
	WorkflowType *string `type:"string" enum:"WorkflowType"`
	// contains filtered or unexported fields
}

func (ListWorkflowsInput) GoString added in v1.43.3

func (s ListWorkflowsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkflowsInput) SetDomainName added in v1.43.3

func (s *ListWorkflowsInput) SetDomainName(v string) *ListWorkflowsInput

SetDomainName sets the DomainName field's value.

func (*ListWorkflowsInput) SetMaxResults added in v1.43.3

func (s *ListWorkflowsInput) SetMaxResults(v int64) *ListWorkflowsInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkflowsInput) SetNextToken added in v1.43.3

func (s *ListWorkflowsInput) SetNextToken(v string) *ListWorkflowsInput

SetNextToken sets the NextToken field's value.

func (*ListWorkflowsInput) SetQueryEndDate added in v1.43.3

func (s *ListWorkflowsInput) SetQueryEndDate(v time.Time) *ListWorkflowsInput

SetQueryEndDate sets the QueryEndDate field's value.

func (*ListWorkflowsInput) SetQueryStartDate added in v1.43.3

func (s *ListWorkflowsInput) SetQueryStartDate(v time.Time) *ListWorkflowsInput

SetQueryStartDate sets the QueryStartDate field's value.

func (*ListWorkflowsInput) SetStatus added in v1.43.3

func (s *ListWorkflowsInput) SetStatus(v string) *ListWorkflowsInput

SetStatus sets the Status field's value.

func (*ListWorkflowsInput) SetWorkflowType added in v1.43.3

func (s *ListWorkflowsInput) SetWorkflowType(v string) *ListWorkflowsInput

SetWorkflowType sets the WorkflowType field's value.

func (ListWorkflowsInput) String added in v1.43.3

func (s ListWorkflowsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkflowsInput) Validate added in v1.43.3

func (s *ListWorkflowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkflowsItem added in v1.43.3

type ListWorkflowsItem struct {

	// Creation timestamp for workflow.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// Last updated timestamp for workflow.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// Status of workflow execution.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"Status"`

	// Description for workflow execution status.
	//
	// StatusDescription is a required field
	StatusDescription *string `min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	//
	// WorkflowId is a required field
	WorkflowId *string `min:"1" type:"string" required:"true"`

	// The type of workflow. The only supported value is APPFLOW_INTEGRATION.
	//
	// WorkflowType is a required field
	WorkflowType *string `type:"string" required:"true" enum:"WorkflowType"`
	// contains filtered or unexported fields
}

A workflow in list of workflows.

func (ListWorkflowsItem) GoString added in v1.43.3

func (s ListWorkflowsItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkflowsItem) SetCreatedAt added in v1.43.3

func (s *ListWorkflowsItem) SetCreatedAt(v time.Time) *ListWorkflowsItem

SetCreatedAt sets the CreatedAt field's value.

func (*ListWorkflowsItem) SetLastUpdatedAt added in v1.43.3

func (s *ListWorkflowsItem) SetLastUpdatedAt(v time.Time) *ListWorkflowsItem

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ListWorkflowsItem) SetStatus added in v1.43.3

func (s *ListWorkflowsItem) SetStatus(v string) *ListWorkflowsItem

SetStatus sets the Status field's value.

func (*ListWorkflowsItem) SetStatusDescription added in v1.43.3

func (s *ListWorkflowsItem) SetStatusDescription(v string) *ListWorkflowsItem

SetStatusDescription sets the StatusDescription field's value.

func (*ListWorkflowsItem) SetWorkflowId added in v1.43.3

func (s *ListWorkflowsItem) SetWorkflowId(v string) *ListWorkflowsItem

SetWorkflowId sets the WorkflowId field's value.

func (*ListWorkflowsItem) SetWorkflowType added in v1.43.3

func (s *ListWorkflowsItem) SetWorkflowType(v string) *ListWorkflowsItem

SetWorkflowType sets the WorkflowType field's value.

func (ListWorkflowsItem) String added in v1.43.3

func (s ListWorkflowsItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkflowsOutput added in v1.43.3

type ListWorkflowsOutput struct {

	// List containing workflow details.
	Items []*ListWorkflowsItem `type:"list"`

	// If there are additional results, this is the token for the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListWorkflowsOutput) GoString added in v1.43.3

func (s ListWorkflowsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkflowsOutput) SetItems added in v1.43.3

SetItems sets the Items field's value.

func (*ListWorkflowsOutput) SetNextToken added in v1.43.3

func (s *ListWorkflowsOutput) SetNextToken(v string) *ListWorkflowsOutput

SetNextToken sets the NextToken field's value.

func (ListWorkflowsOutput) String added in v1.43.3

func (s ListWorkflowsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MarketoSourceProperties added in v1.38.7

type MarketoSourceProperties struct {

	// The object specified in the Marketo flow source.
	//
	// Object is a required field
	Object *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The properties that are applied when Marketo is being used as a source.

func (MarketoSourceProperties) GoString added in v1.38.7

func (s MarketoSourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MarketoSourceProperties) SetObject added in v1.38.7

SetObject sets the Object field's value.

func (MarketoSourceProperties) String added in v1.38.7

func (s MarketoSourceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MarketoSourceProperties) Validate added in v1.38.7

func (s *MarketoSourceProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MatchItem added in v1.38.30

type MatchItem struct {

	// A number between 0 and 1, where a higher score means higher similarity. Examining
	// match confidence scores lets you distinguish between groups of similar records
	// in which the system is highly confident (which you may decide to merge),
	// groups of similar records about which the system is uncertain (which you
	// may decide to have reviewed by a human), and groups of similar records that
	// the system deems to be unlikely (which you may decide to reject). Given confidence
	// scores vary as per the data input, it should not be used an absolute measure
	// of matching quality.
	ConfidenceScore *float64 `type:"double"`

	// The unique identifiers for this group of profiles that match.
	MatchId *string `min:"1" type:"string"`

	// A list of identifiers for profiles that match.
	ProfileIds []*string `type:"list"`
	// contains filtered or unexported fields
}

The Match group object.

func (MatchItem) GoString added in v1.38.30

func (s MatchItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchItem) SetConfidenceScore added in v1.42.12

func (s *MatchItem) SetConfidenceScore(v float64) *MatchItem

SetConfidenceScore sets the ConfidenceScore field's value.

func (*MatchItem) SetMatchId added in v1.38.30

func (s *MatchItem) SetMatchId(v string) *MatchItem

SetMatchId sets the MatchId field's value.

func (*MatchItem) SetProfileIds added in v1.38.30

func (s *MatchItem) SetProfileIds(v []*string) *MatchItem

SetProfileIds sets the ProfileIds field's value.

func (MatchItem) String added in v1.38.30

func (s MatchItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MatchingRequest added in v1.38.30

type MatchingRequest struct {

	// Configuration information about the auto-merging process.
	AutoMerging *AutoMerging `type:"structure"`

	// The flag that enables the matching process of duplicate profiles.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Configuration information for exporting Identity Resolution results, for
	// example, to an S3 bucket.
	ExportingConfig *ExportingConfig `type:"structure"`

	// The day and time when do you want to start the Identity Resolution Job every
	// week.
	JobSchedule *JobSchedule `type:"structure"`
	// contains filtered or unexported fields
}

The flag that enables the matching process of duplicate profiles.

func (MatchingRequest) GoString added in v1.38.30

func (s MatchingRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchingRequest) SetAutoMerging added in v1.42.12

func (s *MatchingRequest) SetAutoMerging(v *AutoMerging) *MatchingRequest

SetAutoMerging sets the AutoMerging field's value.

func (*MatchingRequest) SetEnabled added in v1.38.30

func (s *MatchingRequest) SetEnabled(v bool) *MatchingRequest

SetEnabled sets the Enabled field's value.

func (*MatchingRequest) SetExportingConfig added in v1.42.12

func (s *MatchingRequest) SetExportingConfig(v *ExportingConfig) *MatchingRequest

SetExportingConfig sets the ExportingConfig field's value.

func (*MatchingRequest) SetJobSchedule added in v1.42.12

func (s *MatchingRequest) SetJobSchedule(v *JobSchedule) *MatchingRequest

SetJobSchedule sets the JobSchedule field's value.

func (MatchingRequest) String added in v1.38.30

func (s MatchingRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchingRequest) Validate added in v1.38.30

func (s *MatchingRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MatchingResponse added in v1.38.30

type MatchingResponse struct {

	// Configuration information about the auto-merging process.
	AutoMerging *AutoMerging `type:"structure"`

	// The flag that enables the matching process of duplicate profiles.
	Enabled *bool `type:"boolean"`

	// Configuration information for exporting Identity Resolution results, for
	// example, to an S3 bucket.
	ExportingConfig *ExportingConfig `type:"structure"`

	// The day and time when do you want to start the Identity Resolution Job every
	// week.
	JobSchedule *JobSchedule `type:"structure"`
	// contains filtered or unexported fields
}

The flag that enables the matching process of duplicate profiles.

func (MatchingResponse) GoString added in v1.38.30

func (s MatchingResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchingResponse) SetAutoMerging added in v1.42.12

func (s *MatchingResponse) SetAutoMerging(v *AutoMerging) *MatchingResponse

SetAutoMerging sets the AutoMerging field's value.

func (*MatchingResponse) SetEnabled added in v1.38.30

func (s *MatchingResponse) SetEnabled(v bool) *MatchingResponse

SetEnabled sets the Enabled field's value.

func (*MatchingResponse) SetExportingConfig added in v1.42.12

func (s *MatchingResponse) SetExportingConfig(v *ExportingConfig) *MatchingResponse

SetExportingConfig sets the ExportingConfig field's value.

func (*MatchingResponse) SetJobSchedule added in v1.42.12

func (s *MatchingResponse) SetJobSchedule(v *JobSchedule) *MatchingResponse

SetJobSchedule sets the JobSchedule field's value.

func (MatchingResponse) String added in v1.38.30

func (s MatchingResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MatchingRule added in v1.44.308

type MatchingRule struct {

	// A single rule level of the MatchRules. Configures how the rule-based matching
	// process should match profiles.
	//
	// Rule is a required field
	Rule []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Specifies how does the rule-based matching process should match profiles. You can choose from the following attributes to build the matching Rule:

  • AccountNumber

  • Address.Address

  • Address.City

  • Address.Country

  • Address.County

  • Address.PostalCode

  • Address.State

  • Address.Province

  • BirthDate

  • BusinessName

  • EmailAddress

  • FirstName

  • Gender

  • LastName

  • MiddleName

  • PhoneNumber

  • Any customized profile attributes that start with the Attributes

func (MatchingRule) GoString added in v1.44.308

func (s MatchingRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchingRule) SetRule added in v1.44.308

func (s *MatchingRule) SetRule(v []*string) *MatchingRule

SetRule sets the Rule field's value.

func (MatchingRule) String added in v1.44.308

func (s MatchingRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchingRule) Validate added in v1.44.308

func (s *MatchingRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MergeProfilesInput added in v1.38.30

type MergeProfilesInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The identifiers of the fields in the profile that has the information you
	// want to apply to the merge. For example, say you want to merge EmailAddress
	// from Profile1 into MainProfile. This would be the identifier of the EmailAddress
	// field in Profile1.
	FieldSourceProfileIds *FieldSourceProfileIds `type:"structure"`

	// The identifier of the profile to be taken.
	//
	// MainProfileId is a required field
	MainProfileId *string `type:"string" required:"true"`

	// The identifier of the profile to be merged into MainProfileId.
	//
	// ProfileIdsToBeMerged is a required field
	ProfileIdsToBeMerged []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (MergeProfilesInput) GoString added in v1.38.30

func (s MergeProfilesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MergeProfilesInput) SetDomainName added in v1.38.30

func (s *MergeProfilesInput) SetDomainName(v string) *MergeProfilesInput

SetDomainName sets the DomainName field's value.

func (*MergeProfilesInput) SetFieldSourceProfileIds added in v1.38.30

func (s *MergeProfilesInput) SetFieldSourceProfileIds(v *FieldSourceProfileIds) *MergeProfilesInput

SetFieldSourceProfileIds sets the FieldSourceProfileIds field's value.

func (*MergeProfilesInput) SetMainProfileId added in v1.38.30

func (s *MergeProfilesInput) SetMainProfileId(v string) *MergeProfilesInput

SetMainProfileId sets the MainProfileId field's value.

func (*MergeProfilesInput) SetProfileIdsToBeMerged added in v1.38.30

func (s *MergeProfilesInput) SetProfileIdsToBeMerged(v []*string) *MergeProfilesInput

SetProfileIdsToBeMerged sets the ProfileIdsToBeMerged field's value.

func (MergeProfilesInput) String added in v1.38.30

func (s MergeProfilesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MergeProfilesInput) Validate added in v1.38.30

func (s *MergeProfilesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MergeProfilesOutput added in v1.38.30

type MergeProfilesOutput struct {

	// A message that indicates the merge request is complete.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (MergeProfilesOutput) GoString added in v1.38.30

func (s MergeProfilesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MergeProfilesOutput) SetMessage added in v1.38.30

SetMessage sets the Message field's value.

func (MergeProfilesOutput) String added in v1.38.30

func (s MergeProfilesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ObjectFilter added in v1.40.22

type ObjectFilter struct {

	// A searchable identifier of a profile object. The predefined keys you can
	// use to search for _asset include: _assetId, _assetName, and _serialNumber.
	// The predefined keys you can use to search for _case include: _caseId. The
	// predefined keys you can use to search for _order include: _orderId.
	//
	// KeyName is a required field
	KeyName *string `min:"1" type:"string" required:"true"`

	// A list of key values.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The filter applied to ListProfileObjects response to include profile objects with the specified index values.

func (ObjectFilter) GoString added in v1.40.22

func (s ObjectFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectFilter) SetKeyName added in v1.40.22

func (s *ObjectFilter) SetKeyName(v string) *ObjectFilter

SetKeyName sets the KeyName field's value.

func (*ObjectFilter) SetValues added in v1.40.22

func (s *ObjectFilter) SetValues(v []*string) *ObjectFilter

SetValues sets the Values field's value.

func (ObjectFilter) String added in v1.40.22

func (s ObjectFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectFilter) Validate added in v1.40.22

func (s *ObjectFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ObjectTypeField

type ObjectTypeField struct {

	// The content type of the field. Used for determining equality when searching.
	ContentType *string `type:"string" enum:"FieldContentType"`

	// A field of a ProfileObject. For example: _source.FirstName, where “_source”
	// is a ProfileObjectType of a Zendesk user and “FirstName” is a field in
	// that ObjectType.
	Source *string `min:"1" type:"string"`

	// The location of the data in the standard ProfileObject model. For example:
	// _profile.Address.PostalCode.
	Target *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Represents a field in a ProfileObjectType.

func (ObjectTypeField) GoString

func (s ObjectTypeField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectTypeField) SetContentType

func (s *ObjectTypeField) SetContentType(v string) *ObjectTypeField

SetContentType sets the ContentType field's value.

func (*ObjectTypeField) SetSource

func (s *ObjectTypeField) SetSource(v string) *ObjectTypeField

SetSource sets the Source field's value.

func (*ObjectTypeField) SetTarget

func (s *ObjectTypeField) SetTarget(v string) *ObjectTypeField

SetTarget sets the Target field's value.

func (ObjectTypeField) String

func (s ObjectTypeField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectTypeField) Validate

func (s *ObjectTypeField) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ObjectTypeKey

type ObjectTypeKey struct {

	// The reference for the key name of the fields map.
	FieldNames []*string `type:"list"`

	// The types of keys that a ProfileObject can have. Each ProfileObject can have
	// only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER
	// means that this key can be used to tie an object to a PROFILE, ASSET, CASE,
	// or ORDER respectively. UNIQUE means that it can be used to uniquely identify
	// an object. If a key a is marked as SECONDARY, it will be used to search for
	// profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key
	// is only used to match a profile but is not persisted to be used for searching
	// of the profile. A NEW_ONLY key is only used if the profile does not already
	// exist before the object is ingested, otherwise it is only used for matching
	// objects to profiles.
	StandardIdentifiers []*string `type:"list" enum:"StandardIdentifier"`
	// contains filtered or unexported fields
}

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

func (ObjectTypeKey) GoString

func (s ObjectTypeKey) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectTypeKey) SetFieldNames

func (s *ObjectTypeKey) SetFieldNames(v []*string) *ObjectTypeKey

SetFieldNames sets the FieldNames field's value.

func (*ObjectTypeKey) SetStandardIdentifiers

func (s *ObjectTypeKey) SetStandardIdentifiers(v []*string) *ObjectTypeKey

SetStandardIdentifiers sets the StandardIdentifiers field's value.

func (ObjectTypeKey) String

func (s ObjectTypeKey) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Profile

type Profile struct {

	// A unique account number that you have given to the customer.
	//
	// AccountNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	AccountNumber *string `min:"1" type:"string" sensitive:"true"`

	// Any additional information relevant to the customer’s profile.
	//
	// AdditionalInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	AdditionalInformation *string `min:"1" type:"string" sensitive:"true"`

	// A generic address associated with the customer that is not mailing, shipping,
	// or billing.
	//
	// Address is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	Address *Address `type:"structure" sensitive:"true"`

	// A key value pair of attributes of a customer profile.
	//
	// Attributes is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	Attributes map[string]*string `type:"map" sensitive:"true"`

	// The customer’s billing address.
	//
	// BillingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	BillingAddress *Address `type:"structure" sensitive:"true"`

	// The customer’s birth date.
	//
	// BirthDate is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	BirthDate *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s business email address.
	//
	// BusinessEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	BusinessEmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The name of the customer’s business.
	//
	// BusinessName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	BusinessName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s home phone number.
	//
	// BusinessPhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	BusinessPhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s email address, which has not been specified as a personal
	// or business address.
	//
	// EmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	EmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s first name.
	//
	// FirstName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	FirstName *string `min:"1" type:"string" sensitive:"true"`

	// A list of items used to find a profile returned in a SearchProfiles (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html)
	// response. An item is a key-value(s) pair that matches an attribute in the
	// profile.
	//
	// If the optional AdditionalSearchKeys parameter was included in the SearchProfiles
	// (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html)
	// request, the FoundByItems list should be interpreted based on the LogicalOperator
	// used in the request:
	//
	//    * AND - The profile included in the response matched all of the search
	//    keys specified in the request. The FoundByItems will include all of the
	//    key-value(s) pairs that were specified in the request (as this is a requirement
	//    of AND search logic).
	//
	//    * OR - The profile included in the response matched at least one of the
	//    search keys specified in the request. The FoundByItems will include each
	//    of the key-value(s) pairs that the profile was found by.
	//
	// The OR relationship is the default behavior if the LogicalOperator parameter
	// is not included in the SearchProfiles (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html)
	// request.
	FoundByItems []*FoundByKeyValue `min:"1" type:"list"`

	// The gender with which the customer identifies.
	//
	// Gender is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	Gender *string `deprecated:"true" type:"string" enum:"Gender" sensitive:"true"`

	// An alternative to Gender which accepts any string as input.
	//
	// GenderString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	GenderString *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s home phone number.
	//
	// HomePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	HomePhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s last name.
	//
	// LastName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	LastName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s mailing address.
	//
	// MailingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	MailingAddress *Address `type:"structure" sensitive:"true"`

	// The customer’s middle name.
	//
	// MiddleName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	MiddleName *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s mobile phone number.
	//
	// MobilePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	MobilePhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The type of profile used to describe the customer.
	//
	// PartyType is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	PartyType *string `deprecated:"true" type:"string" enum:"PartyType" sensitive:"true"`

	// An alternative to PartyType which accepts any string as input.
	//
	// PartyTypeString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	PartyTypeString *string `min:"1" type:"string" sensitive:"true"`

	// The customer’s personal email address.
	//
	// PersonalEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	PersonalEmailAddress *string `min:"1" type:"string" sensitive:"true"`

	// The customer's phone number, which has not been specified as a mobile, home,
	// or business number.
	//
	// PhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	PhoneNumber *string `min:"1" type:"string" sensitive:"true"`

	// The unique identifier of a customer profile.
	ProfileId *string `type:"string"`

	// The customer’s shipping address.
	//
	// ShippingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Profile's
	// String and GoString methods.
	ShippingAddress *Address `type:"structure" sensitive:"true"`
	// contains filtered or unexported fields
}

The standard profile of a customer.

func (Profile) GoString

func (s Profile) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Profile) SetAccountNumber

func (s *Profile) SetAccountNumber(v string) *Profile

SetAccountNumber sets the AccountNumber field's value.

func (*Profile) SetAdditionalInformation

func (s *Profile) SetAdditionalInformation(v string) *Profile

SetAdditionalInformation sets the AdditionalInformation field's value.

func (*Profile) SetAddress

func (s *Profile) SetAddress(v *Address) *Profile

SetAddress sets the Address field's value.

func (*Profile) SetAttributes

func (s *Profile) SetAttributes(v map[string]*string) *Profile

SetAttributes sets the Attributes field's value.

func (*Profile) SetBillingAddress

func (s *Profile) SetBillingAddress(v *Address) *Profile

SetBillingAddress sets the BillingAddress field's value.

func (*Profile) SetBirthDate

func (s *Profile) SetBirthDate(v string) *Profile

SetBirthDate sets the BirthDate field's value.

func (*Profile) SetBusinessEmailAddress

func (s *Profile) SetBusinessEmailAddress(v string) *Profile

SetBusinessEmailAddress sets the BusinessEmailAddress field's value.

func (*Profile) SetBusinessName

func (s *Profile) SetBusinessName(v string) *Profile

SetBusinessName sets the BusinessName field's value.

func (*Profile) SetBusinessPhoneNumber

func (s *Profile) SetBusinessPhoneNumber(v string) *Profile

SetBusinessPhoneNumber sets the BusinessPhoneNumber field's value.

func (*Profile) SetEmailAddress

func (s *Profile) SetEmailAddress(v string) *Profile

SetEmailAddress sets the EmailAddress field's value.

func (*Profile) SetFirstName

func (s *Profile) SetFirstName(v string) *Profile

SetFirstName sets the FirstName field's value.

func (*Profile) SetFoundByItems added in v1.44.137

func (s *Profile) SetFoundByItems(v []*FoundByKeyValue) *Profile

SetFoundByItems sets the FoundByItems field's value.

func (*Profile) SetGender

func (s *Profile) SetGender(v string) *Profile

SetGender sets the Gender field's value.

func (*Profile) SetGenderString added in v1.44.195

func (s *Profile) SetGenderString(v string) *Profile

SetGenderString sets the GenderString field's value.

func (*Profile) SetHomePhoneNumber

func (s *Profile) SetHomePhoneNumber(v string) *Profile

SetHomePhoneNumber sets the HomePhoneNumber field's value.

func (*Profile) SetLastName

func (s *Profile) SetLastName(v string) *Profile

SetLastName sets the LastName field's value.

func (*Profile) SetMailingAddress

func (s *Profile) SetMailingAddress(v *Address) *Profile

SetMailingAddress sets the MailingAddress field's value.

func (*Profile) SetMiddleName

func (s *Profile) SetMiddleName(v string) *Profile

SetMiddleName sets the MiddleName field's value.

func (*Profile) SetMobilePhoneNumber

func (s *Profile) SetMobilePhoneNumber(v string) *Profile

SetMobilePhoneNumber sets the MobilePhoneNumber field's value.

func (*Profile) SetPartyType

func (s *Profile) SetPartyType(v string) *Profile

SetPartyType sets the PartyType field's value.

func (*Profile) SetPartyTypeString added in v1.44.195

func (s *Profile) SetPartyTypeString(v string) *Profile

SetPartyTypeString sets the PartyTypeString field's value.

func (*Profile) SetPersonalEmailAddress

func (s *Profile) SetPersonalEmailAddress(v string) *Profile

SetPersonalEmailAddress sets the PersonalEmailAddress field's value.

func (*Profile) SetPhoneNumber

func (s *Profile) SetPhoneNumber(v string) *Profile

SetPhoneNumber sets the PhoneNumber field's value.

func (*Profile) SetProfileId

func (s *Profile) SetProfileId(v string) *Profile

SetProfileId sets the ProfileId field's value.

func (*Profile) SetShippingAddress

func (s *Profile) SetShippingAddress(v *Address) *Profile

SetShippingAddress sets the ShippingAddress field's value.

func (Profile) String

func (s Profile) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutIntegrationInput

type PutIntegrationInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The configuration that controls how Customer Profiles retrieves data from
	// the source.
	//
	// FlowDefinition is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutIntegrationInput's
	// String and GoString methods.
	FlowDefinition *FlowDefinition `type:"structure" sensitive:"true"`

	// The name of the profile object type.
	ObjectTypeName *string `min:"1" type:"string"`

	// A map in which each key is an event type from an external application such
	// as Segment or Shopify, and each value is an ObjectTypeName (template) used
	// to ingest the event. It supports the following event types: SegmentIdentify,
	// ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders,
	// ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.
	ObjectTypeNames map[string]*string `type:"map"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The URI of the S3 bucket or any other type of data source.
	Uri *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutIntegrationInput) GoString

func (s PutIntegrationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutIntegrationInput) SetDomainName

func (s *PutIntegrationInput) SetDomainName(v string) *PutIntegrationInput

SetDomainName sets the DomainName field's value.

func (*PutIntegrationInput) SetFlowDefinition added in v1.38.7

func (s *PutIntegrationInput) SetFlowDefinition(v *FlowDefinition) *PutIntegrationInput

SetFlowDefinition sets the FlowDefinition field's value.

func (*PutIntegrationInput) SetObjectTypeName

func (s *PutIntegrationInput) SetObjectTypeName(v string) *PutIntegrationInput

SetObjectTypeName sets the ObjectTypeName field's value.

func (*PutIntegrationInput) SetObjectTypeNames added in v1.42.24

func (s *PutIntegrationInput) SetObjectTypeNames(v map[string]*string) *PutIntegrationInput

SetObjectTypeNames sets the ObjectTypeNames field's value.

func (*PutIntegrationInput) SetTags

SetTags sets the Tags field's value.

func (*PutIntegrationInput) SetUri

SetUri sets the Uri field's value.

func (PutIntegrationInput) String

func (s PutIntegrationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutIntegrationInput) Validate

func (s *PutIntegrationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutIntegrationOutput

type PutIntegrationOutput struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// Boolean that shows if the Flow that's associated with the Integration is
	// created in Amazon Appflow, or with ObjectTypeName equals _unstructured via
	// API/CLI in flowDefinition.
	IsUnstructured *bool `type:"boolean"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The name of the profile object type.
	ObjectTypeName *string `min:"1" type:"string"`

	// A map in which each key is an event type from an external application such
	// as Segment or Shopify, and each value is an ObjectTypeName (template) used
	// to ingest the event. It supports the following event types: SegmentIdentify,
	// ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders,
	// ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.
	ObjectTypeNames map[string]*string `type:"map"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// The URI of the S3 bucket or any other type of data source.
	//
	// Uri is a required field
	Uri *string `min:"1" type:"string" required:"true"`

	// Unique identifier for the workflow.
	WorkflowId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutIntegrationOutput) GoString

func (s PutIntegrationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutIntegrationOutput) SetCreatedAt

func (s *PutIntegrationOutput) SetCreatedAt(v time.Time) *PutIntegrationOutput

SetCreatedAt sets the CreatedAt field's value.

func (*PutIntegrationOutput) SetDomainName

func (s *PutIntegrationOutput) SetDomainName(v string) *PutIntegrationOutput

SetDomainName sets the DomainName field's value.

func (*PutIntegrationOutput) SetIsUnstructured added in v1.44.97

func (s *PutIntegrationOutput) SetIsUnstructured(v bool) *PutIntegrationOutput

SetIsUnstructured sets the IsUnstructured field's value.

func (*PutIntegrationOutput) SetLastUpdatedAt

func (s *PutIntegrationOutput) SetLastUpdatedAt(v time.Time) *PutIntegrationOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*PutIntegrationOutput) SetObjectTypeName

func (s *PutIntegrationOutput) SetObjectTypeName(v string) *PutIntegrationOutput

SetObjectTypeName sets the ObjectTypeName field's value.

func (*PutIntegrationOutput) SetObjectTypeNames added in v1.42.24

func (s *PutIntegrationOutput) SetObjectTypeNames(v map[string]*string) *PutIntegrationOutput

SetObjectTypeNames sets the ObjectTypeNames field's value.

func (*PutIntegrationOutput) SetTags

SetTags sets the Tags field's value.

func (*PutIntegrationOutput) SetUri

SetUri sets the Uri field's value.

func (*PutIntegrationOutput) SetWorkflowId added in v1.43.3

func (s *PutIntegrationOutput) SetWorkflowId(v string) *PutIntegrationOutput

SetWorkflowId sets the WorkflowId field's value.

func (PutIntegrationOutput) String

func (s PutIntegrationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutProfileObjectInput

type PutProfileObjectInput struct {

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// A string that is serialized from a JSON object.
	//
	// Object is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectInput's
	// String and GoString methods.
	//
	// Object is a required field
	Object *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutProfileObjectInput) GoString

func (s PutProfileObjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectInput) SetDomainName

func (s *PutProfileObjectInput) SetDomainName(v string) *PutProfileObjectInput

SetDomainName sets the DomainName field's value.

func (*PutProfileObjectInput) SetObject

SetObject sets the Object field's value.

func (*PutProfileObjectInput) SetObjectTypeName

func (s *PutProfileObjectInput) SetObjectTypeName(v string) *PutProfileObjectInput

SetObjectTypeName sets the ObjectTypeName field's value.

func (PutProfileObjectInput) String

func (s PutProfileObjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectInput) Validate

func (s *PutProfileObjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutProfileObjectOutput

type PutProfileObjectOutput struct {

	// The unique identifier of the profile object generated by the service.
	ProfileObjectUniqueKey *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutProfileObjectOutput) GoString

func (s PutProfileObjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectOutput) SetProfileObjectUniqueKey

func (s *PutProfileObjectOutput) SetProfileObjectUniqueKey(v string) *PutProfileObjectOutput

SetProfileObjectUniqueKey sets the ProfileObjectUniqueKey field's value.

func (PutProfileObjectOutput) String

func (s PutProfileObjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutProfileObjectTypeInput

type PutProfileObjectTypeInput struct {

	// Indicates whether a profile should be created when data is received if one
	// doesn’t exist for an object of this type. The default is FALSE. If the
	// AllowProfileCreation flag is set to FALSE, then the service tries to fetch
	// a standard profile and associate this object with the profile. If it is set
	// to TRUE, and if no match is found, then the service creates a new standard
	// profile.
	AllowProfileCreation *bool `type:"boolean"`

	// Description of the profile object type.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeInput's
	// String and GoString methods.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The customer-provided key to encrypt the profile object that will be created
	// in this profile object type.
	EncryptionKey *string `type:"string"`

	// The number of days until the data in the object expires.
	ExpirationDays *int64 `min:"1" type:"integer"`

	// A map of the name and ObjectType field.
	//
	// Fields is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeInput's
	// String and GoString methods.
	Fields map[string]*ObjectTypeField `type:"map" sensitive:"true"`

	// A list of unique keys that can be used to map data to the profile.
	//
	// Keys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeInput's
	// String and GoString methods.
	Keys map[string][]*ObjectTypeKey `type:"map" sensitive:"true"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `location:"uri" locationName:"ObjectTypeName" min:"1" type:"string" required:"true"`

	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat *string `min:"1" type:"string"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// A unique identifier for the object template. For some attributes in the request,
	// the service will use the default value from the object template when TemplateId
	// is present. If these attributes are present in the request, the service may
	// return a BadRequestException. These attributes include: AllowProfileCreation,
	// SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation
	// is set to true when TemplateId is set, the service may return a BadRequestException.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutProfileObjectTypeInput) GoString

func (s PutProfileObjectTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectTypeInput) SetAllowProfileCreation

func (s *PutProfileObjectTypeInput) SetAllowProfileCreation(v bool) *PutProfileObjectTypeInput

SetAllowProfileCreation sets the AllowProfileCreation field's value.

func (*PutProfileObjectTypeInput) SetDescription

SetDescription sets the Description field's value.

func (*PutProfileObjectTypeInput) SetDomainName

SetDomainName sets the DomainName field's value.

func (*PutProfileObjectTypeInput) SetEncryptionKey

SetEncryptionKey sets the EncryptionKey field's value.

func (*PutProfileObjectTypeInput) SetExpirationDays

SetExpirationDays sets the ExpirationDays field's value.

func (*PutProfileObjectTypeInput) SetFields

SetFields sets the Fields field's value.

func (*PutProfileObjectTypeInput) SetKeys

SetKeys sets the Keys field's value.

func (*PutProfileObjectTypeInput) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (*PutProfileObjectTypeInput) SetSourceLastUpdatedTimestampFormat added in v1.42.12

func (s *PutProfileObjectTypeInput) SetSourceLastUpdatedTimestampFormat(v string) *PutProfileObjectTypeInput

SetSourceLastUpdatedTimestampFormat sets the SourceLastUpdatedTimestampFormat field's value.

func (*PutProfileObjectTypeInput) SetTags

SetTags sets the Tags field's value.

func (*PutProfileObjectTypeInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (PutProfileObjectTypeInput) String

func (s PutProfileObjectTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectTypeInput) Validate

func (s *PutProfileObjectTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutProfileObjectTypeOutput

type PutProfileObjectTypeOutput struct {

	// Indicates whether a profile should be created when data is received if one
	// doesn’t exist for an object of this type. The default is FALSE. If the
	// AllowProfileCreation flag is set to FALSE, then the service tries to fetch
	// a standard profile and associate this object with the profile. If it is set
	// to TRUE, and if no match is found, then the service creates a new standard
	// profile.
	AllowProfileCreation *bool `type:"boolean"`

	// The timestamp of when the domain was created.
	CreatedAt *time.Time `type:"timestamp"`

	// Description of the profile object type.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeOutput's
	// String and GoString methods.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The customer-provided key to encrypt the profile object that will be created
	// in this profile object type.
	EncryptionKey *string `type:"string"`

	// The number of days until the data in the object expires.
	ExpirationDays *int64 `min:"1" type:"integer"`

	// A map of the name and ObjectType field.
	//
	// Fields is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeOutput's
	// String and GoString methods.
	Fields map[string]*ObjectTypeField `type:"map" sensitive:"true"`

	// A list of unique keys that can be used to map data to the profile.
	//
	// Keys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutProfileObjectTypeOutput's
	// String and GoString methods.
	Keys map[string][]*ObjectTypeKey `type:"map" sensitive:"true"`

	// The timestamp of when the domain was most recently edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The name of the profile object type.
	//
	// ObjectTypeName is a required field
	ObjectTypeName *string `min:"1" type:"string" required:"true"`

	// The format of your sourceLastUpdatedTimestamp that was previously set up
	// in fields that were parsed using SimpleDateFormat (https://docs.oracle.com/javase/10/docs/api/java/text/SimpleDateFormat.html).
	// If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.
	SourceLastUpdatedTimestampFormat *string `min:"1" type:"string"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`

	// A unique identifier for the object template.
	TemplateId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutProfileObjectTypeOutput) GoString

func (s PutProfileObjectTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutProfileObjectTypeOutput) SetAllowProfileCreation

func (s *PutProfileObjectTypeOutput) SetAllowProfileCreation(v bool) *PutProfileObjectTypeOutput

SetAllowProfileCreation sets the AllowProfileCreation field's value.

func (*PutProfileObjectTypeOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*PutProfileObjectTypeOutput) SetDescription

SetDescription sets the Description field's value.

func (*PutProfileObjectTypeOutput) SetEncryptionKey

SetEncryptionKey sets the EncryptionKey field's value.

func (*PutProfileObjectTypeOutput) SetExpirationDays

SetExpirationDays sets the ExpirationDays field's value.

func (*PutProfileObjectTypeOutput) SetFields

SetFields sets the Fields field's value.

func (*PutProfileObjectTypeOutput) SetKeys

SetKeys sets the Keys field's value.

func (*PutProfileObjectTypeOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*PutProfileObjectTypeOutput) SetObjectTypeName

SetObjectTypeName sets the ObjectTypeName field's value.

func (*PutProfileObjectTypeOutput) SetSourceLastUpdatedTimestampFormat added in v1.42.12

func (s *PutProfileObjectTypeOutput) SetSourceLastUpdatedTimestampFormat(v string) *PutProfileObjectTypeOutput

SetSourceLastUpdatedTimestampFormat sets the SourceLastUpdatedTimestampFormat field's value.

func (*PutProfileObjectTypeOutput) SetTags

SetTags sets the Tags field's value.

func (*PutProfileObjectTypeOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (PutProfileObjectTypeOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Range added in v1.44.274

type Range struct {

	// The unit of time.
	//
	// Unit is a required field
	Unit *string `type:"string" required:"true" enum:"Unit"`

	// The amount of time of the specified unit.
	//
	// Value is a required field
	Value *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The relative time period over which data is included in the aggregation.

func (Range) GoString added in v1.44.274

func (s Range) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Range) SetUnit added in v1.44.274

func (s *Range) SetUnit(v string) *Range

SetUnit sets the Unit field's value.

func (*Range) SetValue added in v1.44.274

func (s *Range) SetValue(v int64) *Range

SetValue sets the Value field's value.

func (Range) String added in v1.44.274

func (s Range) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Range) Validate added in v1.44.274

func (s *Range) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceNotFoundException

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The requested resource does not exist, or access was denied.

func (*ResourceNotFoundException) Code

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RuleBasedMatchingRequest added in v1.44.308

type RuleBasedMatchingRequest struct {

	// Configures information about the AttributeTypesSelector where the rule-based
	// identity resolution uses to match profiles.
	AttributeTypesSelector *AttributeTypesSelector `type:"structure"`

	// How the auto-merging process should resolve conflicts between different profiles.
	ConflictResolution *ConflictResolution `type:"structure"`

	// The flag that enables the rule-based matching process of duplicate profiles.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Configuration information about the S3 bucket where Identity Resolution Jobs
	// writes result files.
	//
	// You need to give Customer Profiles service principal write permission to
	// your S3 bucket. Otherwise, you'll get an exception in the API response. For
	// an example policy, see Amazon Connect Customer Profiles cross-service confused
	// deputy prevention (https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html#customer-profiles-cross-service).
	ExportingConfig *ExportingConfig `type:"structure"`

	// Configures how the rule-based matching process should match profiles. You
	// can have up to 15 MatchingRule in the MatchingRules.
	MatchingRules []*MatchingRule `min:"1" type:"list"`

	// Indicates the maximum allowed rule level.
	MaxAllowedRuleLevelForMatching *int64 `min:"1" type:"integer"`

	// MatchingRule (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_MatchingRule.html)
	MaxAllowedRuleLevelForMerging *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

The request to enable the rule-based matching.

func (RuleBasedMatchingRequest) GoString added in v1.44.308

func (s RuleBasedMatchingRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RuleBasedMatchingRequest) SetAttributeTypesSelector added in v1.44.308

SetAttributeTypesSelector sets the AttributeTypesSelector field's value.

func (*RuleBasedMatchingRequest) SetConflictResolution added in v1.44.308

SetConflictResolution sets the ConflictResolution field's value.

func (*RuleBasedMatchingRequest) SetEnabled added in v1.44.308

SetEnabled sets the Enabled field's value.

func (*RuleBasedMatchingRequest) SetExportingConfig added in v1.44.308

SetExportingConfig sets the ExportingConfig field's value.

func (*RuleBasedMatchingRequest) SetMatchingRules added in v1.44.308

SetMatchingRules sets the MatchingRules field's value.

func (*RuleBasedMatchingRequest) SetMaxAllowedRuleLevelForMatching added in v1.44.308

func (s *RuleBasedMatchingRequest) SetMaxAllowedRuleLevelForMatching(v int64) *RuleBasedMatchingRequest

SetMaxAllowedRuleLevelForMatching sets the MaxAllowedRuleLevelForMatching field's value.

func (*RuleBasedMatchingRequest) SetMaxAllowedRuleLevelForMerging added in v1.44.308

func (s *RuleBasedMatchingRequest) SetMaxAllowedRuleLevelForMerging(v int64) *RuleBasedMatchingRequest

SetMaxAllowedRuleLevelForMerging sets the MaxAllowedRuleLevelForMerging field's value.

func (RuleBasedMatchingRequest) String added in v1.44.308

func (s RuleBasedMatchingRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RuleBasedMatchingRequest) Validate added in v1.44.308

func (s *RuleBasedMatchingRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RuleBasedMatchingResponse added in v1.44.308

type RuleBasedMatchingResponse struct {

	// Configures information about the AttributeTypesSelector where the rule-based
	// identity resolution uses to match profiles.
	AttributeTypesSelector *AttributeTypesSelector `type:"structure"`

	// How the auto-merging process should resolve conflicts between different profiles.
	ConflictResolution *ConflictResolution `type:"structure"`

	// The flag that enables the rule-based matching process of duplicate profiles.
	Enabled *bool `type:"boolean"`

	// Configuration information about the S3 bucket where Identity Resolution Jobs
	// writes result files.
	//
	// You need to give Customer Profiles service principal write permission to
	// your S3 bucket. Otherwise, you'll get an exception in the API response. For
	// an example policy, see Amazon Connect Customer Profiles cross-service confused
	// deputy prevention (https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html#customer-profiles-cross-service).
	ExportingConfig *ExportingConfig `type:"structure"`

	// Configures how the rule-based matching process should match profiles. You
	// can have up to 15 MatchingRule in the MatchingRules.
	MatchingRules []*MatchingRule `min:"1" type:"list"`

	// Indicates the maximum allowed rule level.
	MaxAllowedRuleLevelForMatching *int64 `min:"1" type:"integer"`

	// MatchingRule (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_MatchingRule.html)
	MaxAllowedRuleLevelForMerging *int64 `min:"1" type:"integer"`

	// PENDING
	//
	//    * The first status after configuration a rule-based matching rule. If
	//    it is an existing domain, the rule-based Identity Resolution waits one
	//    hour before creating the matching rule. If it is a new domain, the system
	//    will skip the PENDING stage.
	//
	// IN_PROGRESS
	//
	//    * The system is creating the rule-based matching rule. Under this status,
	//    the system is evaluating the existing data and you can no longer change
	//    the Rule-based matching configuration.
	//
	// ACTIVE
	//
	//    * The rule is ready to use. You can change the rule a day after the status
	//    is in ACTIVE.
	Status *string `type:"string" enum:"RuleBasedMatchingStatus"`
	// contains filtered or unexported fields
}

The response of the Rule-based matching request.

func (RuleBasedMatchingResponse) GoString added in v1.44.308

func (s RuleBasedMatchingResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RuleBasedMatchingResponse) SetAttributeTypesSelector added in v1.44.308

SetAttributeTypesSelector sets the AttributeTypesSelector field's value.

func (*RuleBasedMatchingResponse) SetConflictResolution added in v1.44.308

SetConflictResolution sets the ConflictResolution field's value.

func (*RuleBasedMatchingResponse) SetEnabled added in v1.44.308

SetEnabled sets the Enabled field's value.

func (*RuleBasedMatchingResponse) SetExportingConfig added in v1.44.308

SetExportingConfig sets the ExportingConfig field's value.

func (*RuleBasedMatchingResponse) SetMatchingRules added in v1.44.308

SetMatchingRules sets the MatchingRules field's value.

func (*RuleBasedMatchingResponse) SetMaxAllowedRuleLevelForMatching added in v1.44.308

func (s *RuleBasedMatchingResponse) SetMaxAllowedRuleLevelForMatching(v int64) *RuleBasedMatchingResponse

SetMaxAllowedRuleLevelForMatching sets the MaxAllowedRuleLevelForMatching field's value.

func (*RuleBasedMatchingResponse) SetMaxAllowedRuleLevelForMerging added in v1.44.308

func (s *RuleBasedMatchingResponse) SetMaxAllowedRuleLevelForMerging(v int64) *RuleBasedMatchingResponse

SetMaxAllowedRuleLevelForMerging sets the MaxAllowedRuleLevelForMerging field's value.

func (*RuleBasedMatchingResponse) SetStatus added in v1.44.308

SetStatus sets the Status field's value.

func (RuleBasedMatchingResponse) String added in v1.44.308

func (s RuleBasedMatchingResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3ExportingConfig added in v1.42.12

type S3ExportingConfig struct {

	// The name of the S3 bucket where Identity Resolution Jobs write result files.
	//
	// S3BucketName is a required field
	S3BucketName *string `min:"3" type:"string" required:"true"`

	// The S3 key name of the location where Identity Resolution Jobs write result
	// files.
	S3KeyName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Configuration information about the S3 bucket where Identity Resolution Jobs write result files.

func (S3ExportingConfig) GoString added in v1.42.12

func (s S3ExportingConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ExportingConfig) SetS3BucketName added in v1.42.12

func (s *S3ExportingConfig) SetS3BucketName(v string) *S3ExportingConfig

SetS3BucketName sets the S3BucketName field's value.

func (*S3ExportingConfig) SetS3KeyName added in v1.42.12

func (s *S3ExportingConfig) SetS3KeyName(v string) *S3ExportingConfig

SetS3KeyName sets the S3KeyName field's value.

func (S3ExportingConfig) String added in v1.42.12

func (s S3ExportingConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ExportingConfig) Validate added in v1.42.12

func (s *S3ExportingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3ExportingLocation added in v1.42.12

type S3ExportingLocation struct {

	// The name of the S3 bucket name where Identity Resolution Jobs write result
	// files.
	S3BucketName *string `min:"3" type:"string"`

	// The S3 key name of the location where Identity Resolution Jobs write result
	// files.
	S3KeyName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The S3 location where Identity Resolution Jobs write result files.

func (S3ExportingLocation) GoString added in v1.42.12

func (s S3ExportingLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ExportingLocation) SetS3BucketName added in v1.42.12

func (s *S3ExportingLocation) SetS3BucketName(v string) *S3ExportingLocation

SetS3BucketName sets the S3BucketName field's value.

func (*S3ExportingLocation) SetS3KeyName added in v1.42.12

func (s *S3ExportingLocation) SetS3KeyName(v string) *S3ExportingLocation

SetS3KeyName sets the S3KeyName field's value.

func (S3ExportingLocation) String added in v1.42.12

func (s S3ExportingLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3SourceProperties added in v1.38.7

type S3SourceProperties struct {

	// The Amazon S3 bucket name where the source files are stored.
	//
	// BucketName is a required field
	BucketName *string `min:"3" type:"string" required:"true"`

	// The object key for the Amazon S3 bucket in which the source files are stored.
	BucketPrefix *string `type:"string"`
	// contains filtered or unexported fields
}

The properties that are applied when Amazon S3 is being used as the flow source.

func (S3SourceProperties) GoString added in v1.38.7

func (s S3SourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3SourceProperties) SetBucketName added in v1.38.7

func (s *S3SourceProperties) SetBucketName(v string) *S3SourceProperties

SetBucketName sets the BucketName field's value.

func (*S3SourceProperties) SetBucketPrefix added in v1.38.7

func (s *S3SourceProperties) SetBucketPrefix(v string) *S3SourceProperties

SetBucketPrefix sets the BucketPrefix field's value.

func (S3SourceProperties) String added in v1.38.7

func (s S3SourceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3SourceProperties) Validate added in v1.38.7

func (s *S3SourceProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SalesforceSourceProperties added in v1.38.7

type SalesforceSourceProperties struct {

	// The flag that enables dynamic fetching of new (recently added) fields in
	// the Salesforce objects while running a flow.
	EnableDynamicFieldUpdate *bool `type:"boolean"`

	// Indicates whether Amazon AppFlow includes deleted files in the flow run.
	IncludeDeletedRecords *bool `type:"boolean"`

	// The object specified in the Salesforce flow source.
	//
	// Object is a required field
	Object *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The properties that are applied when Salesforce is being used as a source.

func (SalesforceSourceProperties) GoString added in v1.38.7

func (s SalesforceSourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SalesforceSourceProperties) SetEnableDynamicFieldUpdate added in v1.38.7

func (s *SalesforceSourceProperties) SetEnableDynamicFieldUpdate(v bool) *SalesforceSourceProperties

SetEnableDynamicFieldUpdate sets the EnableDynamicFieldUpdate field's value.

func (*SalesforceSourceProperties) SetIncludeDeletedRecords added in v1.38.7

func (s *SalesforceSourceProperties) SetIncludeDeletedRecords(v bool) *SalesforceSourceProperties

SetIncludeDeletedRecords sets the IncludeDeletedRecords field's value.

func (*SalesforceSourceProperties) SetObject added in v1.38.7

SetObject sets the Object field's value.

func (SalesforceSourceProperties) String added in v1.38.7

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SalesforceSourceProperties) Validate added in v1.38.7

func (s *SalesforceSourceProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScheduledTriggerProperties added in v1.38.7

type ScheduledTriggerProperties struct {

	// Specifies whether a scheduled flow has an incremental data transfer or a
	// complete data transfer for each flow run.
	DataPullMode *string `type:"string" enum:"DataPullMode"`

	// Specifies the date range for the records to import from the connector in
	// the first flow run.
	FirstExecutionFrom *time.Time `type:"timestamp"`

	// Specifies the scheduled end time for a scheduled-trigger flow.
	ScheduleEndTime *time.Time `type:"timestamp"`

	// The scheduling expression that determines the rate at which the schedule
	// will run, for example rate (5 minutes).
	//
	// ScheduleExpression is a required field
	ScheduleExpression *string `type:"string" required:"true"`

	// Specifies the optional offset that is added to the time interval for a schedule-triggered
	// flow.
	ScheduleOffset *int64 `type:"long"`

	// Specifies the scheduled start time for a scheduled-trigger flow.
	ScheduleStartTime *time.Time `type:"timestamp"`

	// Specifies the time zone used when referring to the date and time of a scheduled-triggered
	// flow, such as America/New_York.
	Timezone *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.

func (ScheduledTriggerProperties) GoString added in v1.38.7

func (s ScheduledTriggerProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduledTriggerProperties) SetDataPullMode added in v1.38.7

SetDataPullMode sets the DataPullMode field's value.

func (*ScheduledTriggerProperties) SetFirstExecutionFrom added in v1.38.7

func (s *ScheduledTriggerProperties) SetFirstExecutionFrom(v time.Time) *ScheduledTriggerProperties

SetFirstExecutionFrom sets the FirstExecutionFrom field's value.

func (*ScheduledTriggerProperties) SetScheduleEndTime added in v1.38.7

SetScheduleEndTime sets the ScheduleEndTime field's value.

func (*ScheduledTriggerProperties) SetScheduleExpression added in v1.38.7

func (s *ScheduledTriggerProperties) SetScheduleExpression(v string) *ScheduledTriggerProperties

SetScheduleExpression sets the ScheduleExpression field's value.

func (*ScheduledTriggerProperties) SetScheduleOffset added in v1.38.7

SetScheduleOffset sets the ScheduleOffset field's value.

func (*ScheduledTriggerProperties) SetScheduleStartTime added in v1.38.7

func (s *ScheduledTriggerProperties) SetScheduleStartTime(v time.Time) *ScheduledTriggerProperties

SetScheduleStartTime sets the ScheduleStartTime field's value.

func (*ScheduledTriggerProperties) SetTimezone added in v1.38.7

SetTimezone sets the Timezone field's value.

func (ScheduledTriggerProperties) String added in v1.38.7

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduledTriggerProperties) Validate added in v1.38.7

func (s *ScheduledTriggerProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchProfilesInput

type SearchProfilesInput struct {

	// A list of AdditionalSearchKey objects that are each searchable identifiers
	// of a profile. Each AdditionalSearchKey object contains a KeyName and a list
	// of Values associated with that specific key (i.e., a key-value(s) pair).
	// These additional search keys will be used in conjunction with the LogicalOperator
	// and the required KeyName and Values parameters to search for profiles that
	// satisfy the search criteria.
	AdditionalSearchKeys []*AdditionalSearchKey `min:"1" type:"list"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// A searchable identifier of a customer profile. The predefined keys you can
	// use to search include: _account, _profileId, _assetId, _caseId, _orderId,
	// _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId,
	// _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId,
	// _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId,
	// _shopifyCustomerId, _shopifyOrderId.
	//
	// KeyName is a required field
	KeyName *string `min:"1" type:"string" required:"true"`

	// Relationship between all specified search keys that will be used to search
	// for profiles. This includes the required KeyName and Values parameters as
	// well as any key-value(s) pairs specified in the AdditionalSearchKeys list.
	//
	// This parameter influences which profiles will be returned in the response
	// in the following manner:
	//
	//    * AND - The response only includes profiles that match all of the search
	//    keys.
	//
	//    * OR - The response includes profiles that match at least one of the search
	//    keys.
	//
	// The OR relationship is the default behavior if this parameter is not included
	// in the request.
	LogicalOperator *string `type:"string" enum:"LogicalOperator"`

	// The maximum number of objects returned per page.
	//
	// The default is 20 if this parameter is not included in the request.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The pagination token from the previous SearchProfiles API call.
	NextToken *string `location:"querystring" locationName:"next-token" min:"1" type:"string"`

	// A list of key values.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (SearchProfilesInput) GoString

func (s SearchProfilesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchProfilesInput) SetAdditionalSearchKeys added in v1.44.137

func (s *SearchProfilesInput) SetAdditionalSearchKeys(v []*AdditionalSearchKey) *SearchProfilesInput

SetAdditionalSearchKeys sets the AdditionalSearchKeys field's value.

func (*SearchProfilesInput) SetDomainName

func (s *SearchProfilesInput) SetDomainName(v string) *SearchProfilesInput

SetDomainName sets the DomainName field's value.

func (*SearchProfilesInput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*SearchProfilesInput) SetLogicalOperator added in v1.44.137

func (s *SearchProfilesInput) SetLogicalOperator(v string) *SearchProfilesInput

SetLogicalOperator sets the LogicalOperator field's value.

func (*SearchProfilesInput) SetMaxResults

func (s *SearchProfilesInput) SetMaxResults(v int64) *SearchProfilesInput

SetMaxResults sets the MaxResults field's value.

func (*SearchProfilesInput) SetNextToken

func (s *SearchProfilesInput) SetNextToken(v string) *SearchProfilesInput

SetNextToken sets the NextToken field's value.

func (*SearchProfilesInput) SetValues

func (s *SearchProfilesInput) SetValues(v []*string) *SearchProfilesInput

SetValues sets the Values field's value.

func (SearchProfilesInput) String

func (s SearchProfilesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchProfilesInput) Validate

func (s *SearchProfilesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchProfilesOutput

type SearchProfilesOutput struct {

	// The list of Profiles matching the search criteria.
	Items []*Profile `type:"list"`

	// The pagination token from the previous SearchProfiles API call.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (SearchProfilesOutput) GoString

func (s SearchProfilesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchProfilesOutput) SetItems

SetItems sets the Items field's value.

func (*SearchProfilesOutput) SetNextToken

func (s *SearchProfilesOutput) SetNextToken(v string) *SearchProfilesOutput

SetNextToken sets the NextToken field's value.

func (SearchProfilesOutput) String

func (s SearchProfilesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceNowSourceProperties added in v1.38.7

type ServiceNowSourceProperties struct {

	// The object specified in the ServiceNow flow source.
	//
	// Object is a required field
	Object *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The properties that are applied when ServiceNow is being used as a source.

func (ServiceNowSourceProperties) GoString added in v1.38.7

func (s ServiceNowSourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceNowSourceProperties) SetObject added in v1.38.7

SetObject sets the Object field's value.

func (ServiceNowSourceProperties) String added in v1.38.7

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceNowSourceProperties) Validate added in v1.38.7

func (s *ServiceNowSourceProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceConnectorProperties added in v1.38.7

type SourceConnectorProperties struct {

	// The properties that are applied when Marketo is being used as a source.
	Marketo *MarketoSourceProperties `type:"structure"`

	// The properties that are applied when Amazon S3 is being used as the flow
	// source.
	S3 *S3SourceProperties `type:"structure"`

	// The properties that are applied when Salesforce is being used as a source.
	Salesforce *SalesforceSourceProperties `type:"structure"`

	// The properties that are applied when ServiceNow is being used as a source.
	ServiceNow *ServiceNowSourceProperties `type:"structure"`

	// The properties that are applied when using Zendesk as a flow source.
	Zendesk *ZendeskSourceProperties `type:"structure"`
	// contains filtered or unexported fields
}

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

func (SourceConnectorProperties) GoString added in v1.38.7

func (s SourceConnectorProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConnectorProperties) SetMarketo added in v1.38.7

SetMarketo sets the Marketo field's value.

func (*SourceConnectorProperties) SetS3 added in v1.38.7

SetS3 sets the S3 field's value.

func (*SourceConnectorProperties) SetSalesforce added in v1.38.7

SetSalesforce sets the Salesforce field's value.

func (*SourceConnectorProperties) SetServiceNow added in v1.38.7

SetServiceNow sets the ServiceNow field's value.

func (*SourceConnectorProperties) SetZendesk added in v1.38.7

SetZendesk sets the Zendesk field's value.

func (SourceConnectorProperties) String added in v1.38.7

func (s SourceConnectorProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConnectorProperties) Validate added in v1.38.7

func (s *SourceConnectorProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceFlowConfig added in v1.38.7

type SourceFlowConfig struct {

	// The name of the AppFlow connector profile. This name must be unique for each
	// connector profile in the AWS account.
	ConnectorProfileName *string `type:"string"`

	// The type of connector, such as Salesforce, Marketo, and so on.
	//
	// ConnectorType is a required field
	ConnectorType *string `type:"string" required:"true" enum:"SourceConnectorType"`

	// Defines the configuration for a scheduled incremental data pull. If a valid
	// configuration is provided, the fields specified in the configuration are
	// used when querying for the incremental data pull.
	IncrementalPullConfig *IncrementalPullConfig `type:"structure"`

	// Specifies the information that is required to query a particular source connector.
	//
	// SourceConnectorProperties is a required field
	SourceConnectorProperties *SourceConnectorProperties `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Contains information about the configuration of the source connector used in the flow.

func (SourceFlowConfig) GoString added in v1.38.7

func (s SourceFlowConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceFlowConfig) SetConnectorProfileName added in v1.38.7

func (s *SourceFlowConfig) SetConnectorProfileName(v string) *SourceFlowConfig

SetConnectorProfileName sets the ConnectorProfileName field's value.

func (*SourceFlowConfig) SetConnectorType added in v1.38.7

func (s *SourceFlowConfig) SetConnectorType(v string) *SourceFlowConfig

SetConnectorType sets the ConnectorType field's value.

func (*SourceFlowConfig) SetIncrementalPullConfig added in v1.38.7

func (s *SourceFlowConfig) SetIncrementalPullConfig(v *IncrementalPullConfig) *SourceFlowConfig

SetIncrementalPullConfig sets the IncrementalPullConfig field's value.

func (*SourceFlowConfig) SetSourceConnectorProperties added in v1.38.7

func (s *SourceFlowConfig) SetSourceConnectorProperties(v *SourceConnectorProperties) *SourceFlowConfig

SetSourceConnectorProperties sets the SourceConnectorProperties field's value.

func (SourceFlowConfig) String added in v1.38.7

func (s SourceFlowConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceFlowConfig) Validate added in v1.38.7

func (s *SourceFlowConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

	// The ARN of the resource that you're adding tags to.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

	// The tags used to organize, track, or control access for this resource.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" min:"1" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Task added in v1.38.7

type Task struct {

	// The operation to be performed on the provided source fields.
	ConnectorOperator *ConnectorOperator `type:"structure"`

	// A field in a destination connector, or a field value against which Amazon
	// AppFlow validates a source field.
	DestinationField *string `type:"string"`

	// The source fields to which a particular task is applied.
	//
	// SourceFields is a required field
	SourceFields []*string `type:"list" required:"true"`

	// A map used to store task-related information. The service looks for particular
	// information based on the TaskType.
	TaskProperties map[string]*string `type:"map"`

	// Specifies the particular task implementation that Amazon AppFlow performs.
	//
	// TaskType is a required field
	TaskType *string `type:"string" required:"true" enum:"TaskType"`
	// contains filtered or unexported fields
}

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

func (Task) GoString added in v1.38.7

func (s Task) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Task) SetConnectorOperator added in v1.38.7

func (s *Task) SetConnectorOperator(v *ConnectorOperator) *Task

SetConnectorOperator sets the ConnectorOperator field's value.

func (*Task) SetDestinationField added in v1.38.7

func (s *Task) SetDestinationField(v string) *Task

SetDestinationField sets the DestinationField field's value.

func (*Task) SetSourceFields added in v1.38.7

func (s *Task) SetSourceFields(v []*string) *Task

SetSourceFields sets the SourceFields field's value.

func (*Task) SetTaskProperties added in v1.38.7

func (s *Task) SetTaskProperties(v map[string]*string) *Task

SetTaskProperties sets the TaskProperties field's value.

func (*Task) SetTaskType added in v1.38.7

func (s *Task) SetTaskType(v string) *Task

SetTaskType sets the TaskType field's value.

func (Task) String added in v1.38.7

func (s Task) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Task) Validate added in v1.38.7

func (s *Task) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Threshold added in v1.44.274

type Threshold struct {

	// The operator of the threshold.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"Operator"`

	// The value of the threshold.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The threshold for the calculated attribute.

func (Threshold) GoString added in v1.44.274

func (s Threshold) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Threshold) SetOperator added in v1.44.274

func (s *Threshold) SetOperator(v string) *Threshold

SetOperator sets the Operator field's value.

func (*Threshold) SetValue added in v1.44.274

func (s *Threshold) SetValue(v string) *Threshold

SetValue sets the Value field's value.

func (Threshold) String added in v1.44.274

func (s Threshold) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Threshold) Validate added in v1.44.274

func (s *Threshold) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ThrottlingException

type ThrottlingException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

You exceeded the maximum number of requests.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TriggerConfig added in v1.38.7

type TriggerConfig struct {

	// Specifies the configuration details of a schedule-triggered flow that you
	// define. Currently, these settings only apply to the Scheduled trigger type.
	TriggerProperties *TriggerProperties `type:"structure"`

	// Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
	//
	// TriggerType is a required field
	TriggerType *string `type:"string" required:"true" enum:"TriggerType"`
	// contains filtered or unexported fields
}

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

func (TriggerConfig) GoString added in v1.38.7

func (s TriggerConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TriggerConfig) SetTriggerProperties added in v1.38.7

func (s *TriggerConfig) SetTriggerProperties(v *TriggerProperties) *TriggerConfig

SetTriggerProperties sets the TriggerProperties field's value.

func (*TriggerConfig) SetTriggerType added in v1.38.7

func (s *TriggerConfig) SetTriggerType(v string) *TriggerConfig

SetTriggerType sets the TriggerType field's value.

func (TriggerConfig) String added in v1.38.7

func (s TriggerConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TriggerConfig) Validate added in v1.38.7

func (s *TriggerConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TriggerProperties added in v1.38.7

type TriggerProperties struct {

	// Specifies the configuration details of a schedule-triggered flow that you
	// define.
	Scheduled *ScheduledTriggerProperties `type:"structure"`
	// contains filtered or unexported fields
}

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

func (TriggerProperties) GoString added in v1.38.7

func (s TriggerProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TriggerProperties) SetScheduled added in v1.38.7

SetScheduled sets the Scheduled field's value.

func (TriggerProperties) String added in v1.38.7

func (s TriggerProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TriggerProperties) Validate added in v1.38.7

func (s *TriggerProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput

type UntagResourceInput struct {

	// The ARN of the resource from which you are removing tags.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

	// The list of tag keys to remove from the resource.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAddress

type UpdateAddress struct {

	// The first line of a customer address.
	Address1 *string `type:"string"`

	// The second line of a customer address.
	Address2 *string `type:"string"`

	// The third line of a customer address.
	Address3 *string `type:"string"`

	// The fourth line of a customer address.
	Address4 *string `type:"string"`

	// The city in which a customer lives.
	City *string `type:"string"`

	// The country in which a customer lives.
	Country *string `type:"string"`

	// The county in which a customer lives.
	County *string `type:"string"`

	// The postal code of a customer address.
	PostalCode *string `type:"string"`

	// The province in which a customer lives.
	Province *string `type:"string"`

	// The state in which a customer lives.
	State *string `type:"string"`
	// contains filtered or unexported fields
}

Updates associated with the address properties of a customer profile.

func (UpdateAddress) GoString

func (s UpdateAddress) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAddress) SetAddress1

func (s *UpdateAddress) SetAddress1(v string) *UpdateAddress

SetAddress1 sets the Address1 field's value.

func (*UpdateAddress) SetAddress2

func (s *UpdateAddress) SetAddress2(v string) *UpdateAddress

SetAddress2 sets the Address2 field's value.

func (*UpdateAddress) SetAddress3

func (s *UpdateAddress) SetAddress3(v string) *UpdateAddress

SetAddress3 sets the Address3 field's value.

func (*UpdateAddress) SetAddress4

func (s *UpdateAddress) SetAddress4(v string) *UpdateAddress

SetAddress4 sets the Address4 field's value.

func (*UpdateAddress) SetCity

func (s *UpdateAddress) SetCity(v string) *UpdateAddress

SetCity sets the City field's value.

func (*UpdateAddress) SetCountry

func (s *UpdateAddress) SetCountry(v string) *UpdateAddress

SetCountry sets the Country field's value.

func (*UpdateAddress) SetCounty

func (s *UpdateAddress) SetCounty(v string) *UpdateAddress

SetCounty sets the County field's value.

func (*UpdateAddress) SetPostalCode

func (s *UpdateAddress) SetPostalCode(v string) *UpdateAddress

SetPostalCode sets the PostalCode field's value.

func (*UpdateAddress) SetProvince

func (s *UpdateAddress) SetProvince(v string) *UpdateAddress

SetProvince sets the Province field's value.

func (*UpdateAddress) SetState

func (s *UpdateAddress) SetState(v string) *UpdateAddress

SetState sets the State field's value.

func (UpdateAddress) String

func (s UpdateAddress) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateCalculatedAttributeDefinitionInput added in v1.44.274

type UpdateCalculatedAttributeDefinitionInput struct {

	// The unique name of the calculated attribute.
	//
	// CalculatedAttributeName is a required field
	CalculatedAttributeName *string `location:"uri" locationName:"CalculatedAttributeName" min:"1" type:"string" required:"true"`

	// The conditions including range, object count, and threshold for the calculated
	// attribute.
	//
	// Conditions is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	Conditions *Conditions `type:"structure" sensitive:"true"`

	// The description of the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateCalculatedAttributeDefinitionInput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCalculatedAttributeDefinitionInput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*UpdateCalculatedAttributeDefinitionInput) SetConditions added in v1.44.274

SetConditions sets the Conditions field's value.

func (*UpdateCalculatedAttributeDefinitionInput) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*UpdateCalculatedAttributeDefinitionInput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*UpdateCalculatedAttributeDefinitionInput) SetDomainName added in v1.44.274

SetDomainName sets the DomainName field's value.

func (UpdateCalculatedAttributeDefinitionInput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCalculatedAttributeDefinitionInput) Validate added in v1.44.274

Validate inspects the fields of the type to determine if they are valid.

type UpdateCalculatedAttributeDefinitionOutput added in v1.44.274

type UpdateCalculatedAttributeDefinitionOutput struct {

	// The mathematical expression and a list of attribute items specified in that
	// expression.
	//
	// AttributeDetails is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	AttributeDetails *AttributeDetails `type:"structure" sensitive:"true"`

	// The unique name of the calculated attribute.
	CalculatedAttributeName *string `min:"1" type:"string"`

	// The conditions including range, object count, and threshold for the calculated
	// attribute.
	//
	// Conditions is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Conditions *Conditions `type:"structure" sensitive:"true"`

	// The timestamp of when the calculated attribute definition was created.
	CreatedAt *time.Time `type:"timestamp"`

	// The description of the calculated attribute.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The display name of the calculated attribute.
	DisplayName *string `min:"1" type:"string"`

	// The timestamp of when the calculated attribute definition was most recently
	// edited.
	LastUpdatedAt *time.Time `type:"timestamp"`

	// The aggregation operation to perform for the calculated attribute.
	//
	// Statistic is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateCalculatedAttributeDefinitionOutput's
	// String and GoString methods.
	Statistic *string `type:"string" enum:"Statistic" sensitive:"true"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (UpdateCalculatedAttributeDefinitionOutput) GoString added in v1.44.274

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCalculatedAttributeDefinitionOutput) SetAttributeDetails added in v1.44.274

SetAttributeDetails sets the AttributeDetails field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetCalculatedAttributeName added in v1.44.274

SetCalculatedAttributeName sets the CalculatedAttributeName field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetConditions added in v1.44.274

SetConditions sets the Conditions field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetCreatedAt added in v1.44.274

SetCreatedAt sets the CreatedAt field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetDescription added in v1.44.274

SetDescription sets the Description field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetDisplayName added in v1.44.274

SetDisplayName sets the DisplayName field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetLastUpdatedAt added in v1.44.274

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetStatistic added in v1.44.274

SetStatistic sets the Statistic field's value.

func (*UpdateCalculatedAttributeDefinitionOutput) SetTags added in v1.44.274

SetTags sets the Tags field's value.

func (UpdateCalculatedAttributeDefinitionOutput) String added in v1.44.274

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDomainInput

type UpdateDomainInput struct {

	// The URL of the SQS dead letter queue, which is used for reporting errors
	// associated with ingesting data from third party applications. If specified
	// as an empty string, it will clear any existing value. You must set up a policy
	// on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect
	// Customer Profiles to send messages to the DeadLetterQueue.
	DeadLetterQueueUrl *string `type:"string"`

	// The default encryption key, which is an AWS managed key, is used when no
	// specific type of encryption key is specified. It is used to encrypt all data
	// before it is placed in permanent or semi-permanent storage. If specified
	// as an empty string, it will clear any existing value.
	DefaultEncryptionKey *string `type:"string"`

	// The default number of days until the data within the domain expires.
	DefaultExpirationDays *int64 `min:"1" type:"integer"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The process of matching duplicate profiles. If Matching = true, Amazon Connect
	// Customer Profiles starts a weekly batch process called Identity Resolution
	// Job. If you do not specify a date and time for Identity Resolution Job to
	// run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles
	// in your domains.
	//
	// After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html)
	// API to return and review the results. Or, if you have configured ExportingConfig
	// in the MatchingRequest, you can download the results from S3.
	Matching *MatchingRequest `type:"structure"`

	// The process of matching duplicate profiles using the rule-Based matching.
	// If RuleBasedMatching = true, Amazon Connect Customer Profiles will start
	// to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest.
	// You can use the ListRuleBasedMatches and GetSimilarProfiles API to return
	// and review the results. Also, if you have configured ExportingConfig in the
	// RuleBasedMatchingRequest, you can download the results from S3.
	RuleBasedMatching *RuleBasedMatchingRequest `type:"structure"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (UpdateDomainInput) GoString

func (s UpdateDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainInput) SetDeadLetterQueueUrl

func (s *UpdateDomainInput) SetDeadLetterQueueUrl(v string) *UpdateDomainInput

SetDeadLetterQueueUrl sets the DeadLetterQueueUrl field's value.

func (*UpdateDomainInput) SetDefaultEncryptionKey

func (s *UpdateDomainInput) SetDefaultEncryptionKey(v string) *UpdateDomainInput

SetDefaultEncryptionKey sets the DefaultEncryptionKey field's value.

func (*UpdateDomainInput) SetDefaultExpirationDays

func (s *UpdateDomainInput) SetDefaultExpirationDays(v int64) *UpdateDomainInput

SetDefaultExpirationDays sets the DefaultExpirationDays field's value.

func (*UpdateDomainInput) SetDomainName

func (s *UpdateDomainInput) SetDomainName(v string) *UpdateDomainInput

SetDomainName sets the DomainName field's value.

func (*UpdateDomainInput) SetMatching added in v1.38.30

SetMatching sets the Matching field's value.

func (*UpdateDomainInput) SetRuleBasedMatching added in v1.44.308

func (s *UpdateDomainInput) SetRuleBasedMatching(v *RuleBasedMatchingRequest) *UpdateDomainInput

SetRuleBasedMatching sets the RuleBasedMatching field's value.

func (*UpdateDomainInput) SetTags

func (s *UpdateDomainInput) SetTags(v map[string]*string) *UpdateDomainInput

SetTags sets the Tags field's value.

func (UpdateDomainInput) String

func (s UpdateDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainInput) Validate

func (s *UpdateDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDomainOutput

type UpdateDomainOutput struct {

	// The timestamp of when the domain was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The URL of the SQS dead letter queue, which is used for reporting errors
	// associated with ingesting data from third party applications.
	DeadLetterQueueUrl *string `type:"string"`

	// The default encryption key, which is an AWS managed key, is used when no
	// specific type of encryption key is specified. It is used to encrypt all data
	// before it is placed in permanent or semi-permanent storage.
	DefaultEncryptionKey *string `type:"string"`

	// The default number of days until the data within the domain expires.
	DefaultExpirationDays *int64 `min:"1" type:"integer"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// The timestamp of when the domain was most recently edited.
	//
	// LastUpdatedAt is a required field
	LastUpdatedAt *time.Time `type:"timestamp" required:"true"`

	// The process of matching duplicate profiles. If Matching = true, Amazon Connect
	// Customer Profiles starts a weekly batch process called Identity Resolution
	// Job. If you do not specify a date and time for Identity Resolution Job to
	// run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles
	// in your domains.
	//
	// After the Identity Resolution Job completes, use the GetMatches (https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html)
	// API to return and review the results. Or, if you have configured ExportingConfig
	// in the MatchingRequest, you can download the results from S3.
	Matching *MatchingResponse `type:"structure"`

	// The process of matching duplicate profiles using the rule-Based matching.
	// If RuleBasedMatching = true, Amazon Connect Customer Profiles will start
	// to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest.
	// You can use the ListRuleBasedMatches and GetSimilarProfiles API to return
	// and review the results. Also, if you have configured ExportingConfig in the
	// RuleBasedMatchingRequest, you can download the results from S3.
	RuleBasedMatching *RuleBasedMatchingResponse `type:"structure"`

	// The tags used to organize, track, or control access for this resource.
	Tags map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

func (UpdateDomainOutput) GoString

func (s UpdateDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainOutput) SetCreatedAt

func (s *UpdateDomainOutput) SetCreatedAt(v time.Time) *UpdateDomainOutput

SetCreatedAt sets the CreatedAt field's value.

func (*UpdateDomainOutput) SetDeadLetterQueueUrl

func (s *UpdateDomainOutput) SetDeadLetterQueueUrl(v string) *UpdateDomainOutput

SetDeadLetterQueueUrl sets the DeadLetterQueueUrl field's value.

func (*UpdateDomainOutput) SetDefaultEncryptionKey

func (s *UpdateDomainOutput) SetDefaultEncryptionKey(v string) *UpdateDomainOutput

SetDefaultEncryptionKey sets the DefaultEncryptionKey field's value.

func (*UpdateDomainOutput) SetDefaultExpirationDays

func (s *UpdateDomainOutput) SetDefaultExpirationDays(v int64) *UpdateDomainOutput

SetDefaultExpirationDays sets the DefaultExpirationDays field's value.

func (*UpdateDomainOutput) SetDomainName

func (s *UpdateDomainOutput) SetDomainName(v string) *UpdateDomainOutput

SetDomainName sets the DomainName field's value.

func (*UpdateDomainOutput) SetLastUpdatedAt

func (s *UpdateDomainOutput) SetLastUpdatedAt(v time.Time) *UpdateDomainOutput

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*UpdateDomainOutput) SetMatching added in v1.38.30

SetMatching sets the Matching field's value.

func (*UpdateDomainOutput) SetRuleBasedMatching added in v1.44.308

SetRuleBasedMatching sets the RuleBasedMatching field's value.

func (*UpdateDomainOutput) SetTags

func (s *UpdateDomainOutput) SetTags(v map[string]*string) *UpdateDomainOutput

SetTags sets the Tags field's value.

func (UpdateDomainOutput) String

func (s UpdateDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateProfileInput

type UpdateProfileInput struct {

	// A unique account number that you have given to the customer.
	//
	// AccountNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	AccountNumber *string `type:"string" sensitive:"true"`

	// Any additional information relevant to the customer’s profile.
	//
	// AdditionalInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	AdditionalInformation *string `type:"string" sensitive:"true"`

	// A generic address associated with the customer that is not mailing, shipping,
	// or billing.
	//
	// Address is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	Address *UpdateAddress `type:"structure" sensitive:"true"`

	// A key value pair of attributes of a customer profile.
	//
	// Attributes is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	Attributes map[string]*string `type:"map" sensitive:"true"`

	// The customer’s billing address.
	//
	// BillingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	BillingAddress *UpdateAddress `type:"structure" sensitive:"true"`

	// The customer’s birth date.
	//
	// BirthDate is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	BirthDate *string `type:"string" sensitive:"true"`

	// The customer’s business email address.
	//
	// BusinessEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	BusinessEmailAddress *string `type:"string" sensitive:"true"`

	// The name of the customer’s business.
	//
	// BusinessName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	BusinessName *string `type:"string" sensitive:"true"`

	// The customer’s business phone number.
	//
	// BusinessPhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	BusinessPhoneNumber *string `type:"string" sensitive:"true"`

	// The unique name of the domain.
	//
	// DomainName is a required field
	DomainName *string `location:"uri" locationName:"DomainName" min:"1" type:"string" required:"true"`

	// The customer’s email address, which has not been specified as a personal
	// or business address.
	//
	// EmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	EmailAddress *string `type:"string" sensitive:"true"`

	// The customer’s first name.
	//
	// FirstName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	FirstName *string `type:"string" sensitive:"true"`

	// The gender with which the customer identifies.
	//
	// Gender is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	Gender *string `deprecated:"true" type:"string" enum:"Gender" sensitive:"true"`

	// An alternative to Gender which accepts any string as input.
	//
	// GenderString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	GenderString *string `type:"string" sensitive:"true"`

	// The customer’s home phone number.
	//
	// HomePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	HomePhoneNumber *string `type:"string" sensitive:"true"`

	// The customer’s last name.
	//
	// LastName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	LastName *string `type:"string" sensitive:"true"`

	// The customer’s mailing address.
	//
	// MailingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	MailingAddress *UpdateAddress `type:"structure" sensitive:"true"`

	// The customer’s middle name.
	//
	// MiddleName is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	MiddleName *string `type:"string" sensitive:"true"`

	// The customer’s mobile phone number.
	//
	// MobilePhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	MobilePhoneNumber *string `type:"string" sensitive:"true"`

	// The type of profile used to describe the customer.
	//
	// PartyType is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	PartyType *string `deprecated:"true" type:"string" enum:"PartyType" sensitive:"true"`

	// An alternative to PartyType which accepts any string as input.
	//
	// PartyTypeString is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	PartyTypeString *string `type:"string" sensitive:"true"`

	// The customer’s personal email address.
	//
	// PersonalEmailAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	PersonalEmailAddress *string `type:"string" sensitive:"true"`

	// The customer’s phone number, which has not been specified as a mobile,
	// home, or business number.
	//
	// PhoneNumber is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	PhoneNumber *string `type:"string" sensitive:"true"`

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`

	// The customer’s shipping address.
	//
	// ShippingAddress is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateProfileInput's
	// String and GoString methods.
	ShippingAddress *UpdateAddress `type:"structure" sensitive:"true"`
	// contains filtered or unexported fields
}

func (UpdateProfileInput) GoString

func (s UpdateProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProfileInput) SetAccountNumber

func (s *UpdateProfileInput) SetAccountNumber(v string) *UpdateProfileInput

SetAccountNumber sets the AccountNumber field's value.

func (*UpdateProfileInput) SetAdditionalInformation

func (s *UpdateProfileInput) SetAdditionalInformation(v string) *UpdateProfileInput

SetAdditionalInformation sets the AdditionalInformation field's value.

func (*UpdateProfileInput) SetAddress

SetAddress sets the Address field's value.

func (*UpdateProfileInput) SetAttributes

func (s *UpdateProfileInput) SetAttributes(v map[string]*string) *UpdateProfileInput

SetAttributes sets the Attributes field's value.

func (*UpdateProfileInput) SetBillingAddress

func (s *UpdateProfileInput) SetBillingAddress(v *UpdateAddress) *UpdateProfileInput

SetBillingAddress sets the BillingAddress field's value.

func (*UpdateProfileInput) SetBirthDate

func (s *UpdateProfileInput) SetBirthDate(v string) *UpdateProfileInput

SetBirthDate sets the BirthDate field's value.

func (*UpdateProfileInput) SetBusinessEmailAddress

func (s *UpdateProfileInput) SetBusinessEmailAddress(v string) *UpdateProfileInput

SetBusinessEmailAddress sets the BusinessEmailAddress field's value.

func (*UpdateProfileInput) SetBusinessName

func (s *UpdateProfileInput) SetBusinessName(v string) *UpdateProfileInput

SetBusinessName sets the BusinessName field's value.

func (*UpdateProfileInput) SetBusinessPhoneNumber

func (s *UpdateProfileInput) SetBusinessPhoneNumber(v string) *UpdateProfileInput

SetBusinessPhoneNumber sets the BusinessPhoneNumber field's value.

func (*UpdateProfileInput) SetDomainName

func (s *UpdateProfileInput) SetDomainName(v string) *UpdateProfileInput

SetDomainName sets the DomainName field's value.

func (*UpdateProfileInput) SetEmailAddress

func (s *UpdateProfileInput) SetEmailAddress(v string) *UpdateProfileInput

SetEmailAddress sets the EmailAddress field's value.

func (*UpdateProfileInput) SetFirstName

func (s *UpdateProfileInput) SetFirstName(v string) *UpdateProfileInput

SetFirstName sets the FirstName field's value.

func (*UpdateProfileInput) SetGender

func (s *UpdateProfileInput) SetGender(v string) *UpdateProfileInput

SetGender sets the Gender field's value.

func (*UpdateProfileInput) SetGenderString added in v1.44.158

func (s *UpdateProfileInput) SetGenderString(v string) *UpdateProfileInput

SetGenderString sets the GenderString field's value.

func (*UpdateProfileInput) SetHomePhoneNumber

func (s *UpdateProfileInput) SetHomePhoneNumber(v string) *UpdateProfileInput

SetHomePhoneNumber sets the HomePhoneNumber field's value.

func (*UpdateProfileInput) SetLastName

func (s *UpdateProfileInput) SetLastName(v string) *UpdateProfileInput

SetLastName sets the LastName field's value.

func (*UpdateProfileInput) SetMailingAddress

func (s *UpdateProfileInput) SetMailingAddress(v *UpdateAddress) *UpdateProfileInput

SetMailingAddress sets the MailingAddress field's value.

func (*UpdateProfileInput) SetMiddleName

func (s *UpdateProfileInput) SetMiddleName(v string) *UpdateProfileInput

SetMiddleName sets the MiddleName field's value.

func (*UpdateProfileInput) SetMobilePhoneNumber

func (s *UpdateProfileInput) SetMobilePhoneNumber(v string) *UpdateProfileInput

SetMobilePhoneNumber sets the MobilePhoneNumber field's value.

func (*UpdateProfileInput) SetPartyType

func (s *UpdateProfileInput) SetPartyType(v string) *UpdateProfileInput

SetPartyType sets the PartyType field's value.

func (*UpdateProfileInput) SetPartyTypeString added in v1.44.158

func (s *UpdateProfileInput) SetPartyTypeString(v string) *UpdateProfileInput

SetPartyTypeString sets the PartyTypeString field's value.

func (*UpdateProfileInput) SetPersonalEmailAddress

func (s *UpdateProfileInput) SetPersonalEmailAddress(v string) *UpdateProfileInput

SetPersonalEmailAddress sets the PersonalEmailAddress field's value.

func (*UpdateProfileInput) SetPhoneNumber

func (s *UpdateProfileInput) SetPhoneNumber(v string) *UpdateProfileInput

SetPhoneNumber sets the PhoneNumber field's value.

func (*UpdateProfileInput) SetProfileId

func (s *UpdateProfileInput) SetProfileId(v string) *UpdateProfileInput

SetProfileId sets the ProfileId field's value.

func (*UpdateProfileInput) SetShippingAddress

func (s *UpdateProfileInput) SetShippingAddress(v *UpdateAddress) *UpdateProfileInput

SetShippingAddress sets the ShippingAddress field's value.

func (UpdateProfileInput) String

func (s UpdateProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProfileInput) Validate

func (s *UpdateProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProfileOutput

type UpdateProfileOutput struct {

	// The unique identifier of a customer profile.
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProfileOutput) GoString

func (s UpdateProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProfileOutput) SetProfileId

func (s *UpdateProfileOutput) SetProfileId(v string) *UpdateProfileOutput

SetProfileId sets the ProfileId field's value.

func (UpdateProfileOutput) String

func (s UpdateProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkflowAttributes added in v1.43.3

type WorkflowAttributes struct {

	// Workflow attributes specific to APPFLOW_INTEGRATION workflow.
	AppflowIntegration *AppflowIntegrationWorkflowAttributes `type:"structure"`
	// contains filtered or unexported fields
}

Structure to hold workflow attributes.

func (WorkflowAttributes) GoString added in v1.43.3

func (s WorkflowAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkflowAttributes) SetAppflowIntegration added in v1.43.3

SetAppflowIntegration sets the AppflowIntegration field's value.

func (WorkflowAttributes) String added in v1.43.3

func (s WorkflowAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkflowMetrics added in v1.43.3

type WorkflowMetrics struct {

	// Workflow execution metrics for APPFLOW_INTEGRATION workflow.
	AppflowIntegration *AppflowIntegrationWorkflowMetrics `type:"structure"`
	// contains filtered or unexported fields
}

Generic object containing workflow execution metrics.

func (WorkflowMetrics) GoString added in v1.43.3

func (s WorkflowMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkflowMetrics) SetAppflowIntegration added in v1.43.3

SetAppflowIntegration sets the AppflowIntegration field's value.

func (WorkflowMetrics) String added in v1.43.3

func (s WorkflowMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkflowStepItem added in v1.43.3

type WorkflowStepItem struct {

	// Workflow step information specific to APPFLOW_INTEGRATION workflow.
	AppflowIntegration *AppflowIntegrationWorkflowStep `type:"structure"`
	// contains filtered or unexported fields
}

List containing steps in workflow.

func (WorkflowStepItem) GoString added in v1.43.3

func (s WorkflowStepItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkflowStepItem) SetAppflowIntegration added in v1.43.3

SetAppflowIntegration sets the AppflowIntegration field's value.

func (WorkflowStepItem) String added in v1.43.3

func (s WorkflowStepItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ZendeskSourceProperties added in v1.38.7

type ZendeskSourceProperties struct {

	// The object specified in the Zendesk flow source.
	//
	// Object is a required field
	Object *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The properties that are applied when using Zendesk as a flow source.

func (ZendeskSourceProperties) GoString added in v1.38.7

func (s ZendeskSourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZendeskSourceProperties) SetObject added in v1.38.7

SetObject sets the Object field's value.

func (ZendeskSourceProperties) String added in v1.38.7

func (s ZendeskSourceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZendeskSourceProperties) Validate added in v1.38.7

func (s *ZendeskSourceProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

Directories

Path Synopsis
Package customerprofilesiface provides an interface to enable mocking the Amazon Connect Customer Profiles service client for testing your code.
Package customerprofilesiface provides an interface to enable mocking the Amazon Connect Customer Profiles service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL