cleanrooms

package
v1.51.23 Latest Latest
Warning

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

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

Documentation

Overview

Package cleanrooms provides the client and types for making API requests to AWS Clean Rooms Service.

Welcome to the Clean Rooms API Reference.

Clean Rooms is an Amazon Web Services service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the collective datasets without either party getting access to the other party's raw data.

To learn more about Clean Rooms concepts, procedures, and best practices, see the Clean Rooms User Guide (https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html).

To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the Clean Rooms SQL Reference (https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html).

See https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17 for more information on this service.

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

Using the Client

To contact AWS Clean Rooms Service 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 AWS Clean Rooms Service client CleanRooms for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cleanrooms/#New

Index

Constants

View Source
const (
	// AggregateFunctionNameSum is a AggregateFunctionName enum value
	AggregateFunctionNameSum = "SUM"

	// AggregateFunctionNameSumDistinct is a AggregateFunctionName enum value
	AggregateFunctionNameSumDistinct = "SUM_DISTINCT"

	// AggregateFunctionNameCount is a AggregateFunctionName enum value
	AggregateFunctionNameCount = "COUNT"

	// AggregateFunctionNameCountDistinct is a AggregateFunctionName enum value
	AggregateFunctionNameCountDistinct = "COUNT_DISTINCT"

	// AggregateFunctionNameAvg is a AggregateFunctionName enum value
	AggregateFunctionNameAvg = "AVG"
)
View Source
const (
	// AnalysisRuleTypeAggregation is a AnalysisRuleType enum value
	AnalysisRuleTypeAggregation = "AGGREGATION"

	// AnalysisRuleTypeList is a AnalysisRuleType enum value
	AnalysisRuleTypeList = "LIST"

	// AnalysisRuleTypeCustom is a AnalysisRuleType enum value
	AnalysisRuleTypeCustom = "CUSTOM"
)
View Source
const (
	// AnalysisTemplateValidationStatusValid is a AnalysisTemplateValidationStatus enum value
	AnalysisTemplateValidationStatusValid = "VALID"

	// AnalysisTemplateValidationStatusInvalid is a AnalysisTemplateValidationStatus enum value
	AnalysisTemplateValidationStatusInvalid = "INVALID"

	// AnalysisTemplateValidationStatusUnableToValidate is a AnalysisTemplateValidationStatus enum value
	AnalysisTemplateValidationStatusUnableToValidate = "UNABLE_TO_VALIDATE"
)
View Source
const (
	// CollaborationQueryLogStatusEnabled is a CollaborationQueryLogStatus enum value
	CollaborationQueryLogStatusEnabled = "ENABLED"

	// CollaborationQueryLogStatusDisabled is a CollaborationQueryLogStatus enum value
	CollaborationQueryLogStatusDisabled = "DISABLED"
)
View Source
const (
	// ConfiguredTableAnalysisRuleTypeAggregation is a ConfiguredTableAnalysisRuleType enum value
	ConfiguredTableAnalysisRuleTypeAggregation = "AGGREGATION"

	// ConfiguredTableAnalysisRuleTypeList is a ConfiguredTableAnalysisRuleType enum value
	ConfiguredTableAnalysisRuleTypeList = "LIST"

	// ConfiguredTableAnalysisRuleTypeCustom is a ConfiguredTableAnalysisRuleType enum value
	ConfiguredTableAnalysisRuleTypeCustom = "CUSTOM"
)
View Source
const (
	// ConflictExceptionReasonAlreadyExists is a ConflictExceptionReason enum value
	ConflictExceptionReasonAlreadyExists = "ALREADY_EXISTS"

	// ConflictExceptionReasonSubresourcesExist is a ConflictExceptionReason enum value
	ConflictExceptionReasonSubresourcesExist = "SUBRESOURCES_EXIST"

	// ConflictExceptionReasonInvalidState is a ConflictExceptionReason enum value
	ConflictExceptionReasonInvalidState = "INVALID_STATE"
)
View Source
const (
	// DifferentialPrivacyAggregationTypeAvg is a DifferentialPrivacyAggregationType enum value
	DifferentialPrivacyAggregationTypeAvg = "AVG"

	// DifferentialPrivacyAggregationTypeCount is a DifferentialPrivacyAggregationType enum value
	DifferentialPrivacyAggregationTypeCount = "COUNT"

	// DifferentialPrivacyAggregationTypeCountDistinct is a DifferentialPrivacyAggregationType enum value
	DifferentialPrivacyAggregationTypeCountDistinct = "COUNT_DISTINCT"

	// DifferentialPrivacyAggregationTypeSum is a DifferentialPrivacyAggregationType enum value
	DifferentialPrivacyAggregationTypeSum = "SUM"

	// DifferentialPrivacyAggregationTypeStddev is a DifferentialPrivacyAggregationType enum value
	DifferentialPrivacyAggregationTypeStddev = "STDDEV"
)
View Source
const (
	// FilterableMemberStatusInvited is a FilterableMemberStatus enum value
	FilterableMemberStatusInvited = "INVITED"

	// FilterableMemberStatusActive is a FilterableMemberStatus enum value
	FilterableMemberStatusActive = "ACTIVE"
)
View Source
const (
	// JoinOperatorOr is a JoinOperator enum value
	JoinOperatorOr = "OR"

	// JoinOperatorAnd is a JoinOperator enum value
	JoinOperatorAnd = "AND"
)
View Source
const (
	// MemberAbilityCanQuery is a MemberAbility enum value
	MemberAbilityCanQuery = "CAN_QUERY"

	// MemberAbilityCanReceiveResults is a MemberAbility enum value
	MemberAbilityCanReceiveResults = "CAN_RECEIVE_RESULTS"
)
View Source
const (
	// MemberStatusInvited is a MemberStatus enum value
	MemberStatusInvited = "INVITED"

	// MemberStatusActive is a MemberStatus enum value
	MemberStatusActive = "ACTIVE"

	// MemberStatusLeft is a MemberStatus enum value
	MemberStatusLeft = "LEFT"

	// MemberStatusRemoved is a MemberStatus enum value
	MemberStatusRemoved = "REMOVED"
)
View Source
const (
	// MembershipQueryLogStatusEnabled is a MembershipQueryLogStatus enum value
	MembershipQueryLogStatusEnabled = "ENABLED"

	// MembershipQueryLogStatusDisabled is a MembershipQueryLogStatus enum value
	MembershipQueryLogStatusDisabled = "DISABLED"
)
View Source
const (
	// MembershipStatusActive is a MembershipStatus enum value
	MembershipStatusActive = "ACTIVE"

	// MembershipStatusRemoved is a MembershipStatus enum value
	MembershipStatusRemoved = "REMOVED"

	// MembershipStatusCollaborationDeleted is a MembershipStatus enum value
	MembershipStatusCollaborationDeleted = "COLLABORATION_DELETED"
)
View Source
const (
	// ParameterTypeSmallint is a ParameterType enum value
	ParameterTypeSmallint = "SMALLINT"

	// ParameterTypeInteger is a ParameterType enum value
	ParameterTypeInteger = "INTEGER"

	// ParameterTypeBigint is a ParameterType enum value
	ParameterTypeBigint = "BIGINT"

	// ParameterTypeDecimal is a ParameterType enum value
	ParameterTypeDecimal = "DECIMAL"

	// ParameterTypeReal is a ParameterType enum value
	ParameterTypeReal = "REAL"

	// ParameterTypeDoublePrecision is a ParameterType enum value
	ParameterTypeDoublePrecision = "DOUBLE_PRECISION"

	// ParameterTypeBoolean is a ParameterType enum value
	ParameterTypeBoolean = "BOOLEAN"

	// ParameterTypeChar is a ParameterType enum value
	ParameterTypeChar = "CHAR"

	// ParameterTypeVarchar is a ParameterType enum value
	ParameterTypeVarchar = "VARCHAR"

	// ParameterTypeDate is a ParameterType enum value
	ParameterTypeDate = "DATE"

	// ParameterTypeTimestamp is a ParameterType enum value
	ParameterTypeTimestamp = "TIMESTAMP"

	// ParameterTypeTimestamptz is a ParameterType enum value
	ParameterTypeTimestamptz = "TIMESTAMPTZ"

	// ParameterTypeTime is a ParameterType enum value
	ParameterTypeTime = "TIME"

	// ParameterTypeTimetz is a ParameterType enum value
	ParameterTypeTimetz = "TIMETZ"

	// ParameterTypeVarbyte is a ParameterType enum value
	ParameterTypeVarbyte = "VARBYTE"
)
View Source
const (
	// PrivacyBudgetTemplateAutoRefreshCalendarMonth is a PrivacyBudgetTemplateAutoRefresh enum value
	PrivacyBudgetTemplateAutoRefreshCalendarMonth = "CALENDAR_MONTH"

	// PrivacyBudgetTemplateAutoRefreshNone is a PrivacyBudgetTemplateAutoRefresh enum value
	PrivacyBudgetTemplateAutoRefreshNone = "NONE"
)
View Source
const (
	// ProtectedQueryStatusSubmitted is a ProtectedQueryStatus enum value
	ProtectedQueryStatusSubmitted = "SUBMITTED"

	// ProtectedQueryStatusStarted is a ProtectedQueryStatus enum value
	ProtectedQueryStatusStarted = "STARTED"

	// ProtectedQueryStatusCancelled is a ProtectedQueryStatus enum value
	ProtectedQueryStatusCancelled = "CANCELLED"

	// ProtectedQueryStatusCancelling is a ProtectedQueryStatus enum value
	ProtectedQueryStatusCancelling = "CANCELLING"

	// ProtectedQueryStatusFailed is a ProtectedQueryStatus enum value
	ProtectedQueryStatusFailed = "FAILED"

	// ProtectedQueryStatusSuccess is a ProtectedQueryStatus enum value
	ProtectedQueryStatusSuccess = "SUCCESS"

	// ProtectedQueryStatusTimedOut is a ProtectedQueryStatus enum value
	ProtectedQueryStatusTimedOut = "TIMED_OUT"
)
View Source
const (
	// ResourceTypeConfiguredTable is a ResourceType enum value
	ResourceTypeConfiguredTable = "CONFIGURED_TABLE"

	// ResourceTypeCollaboration is a ResourceType enum value
	ResourceTypeCollaboration = "COLLABORATION"

	// ResourceTypeMembership is a ResourceType enum value
	ResourceTypeMembership = "MEMBERSHIP"

	// ResourceTypeConfiguredTableAssociation is a ResourceType enum value
	ResourceTypeConfiguredTableAssociation = "CONFIGURED_TABLE_ASSOCIATION"
)
View Source
const (
	// ResultFormatCsv is a ResultFormat enum value
	ResultFormatCsv = "CSV"

	// ResultFormatParquet is a ResultFormat enum value
	ResultFormatParquet = "PARQUET"
)
View Source
const (
	// ScalarFunctionsAbs is a ScalarFunctions enum value
	ScalarFunctionsAbs = "ABS"

	// ScalarFunctionsCast is a ScalarFunctions enum value
	ScalarFunctionsCast = "CAST"

	// ScalarFunctionsCeiling is a ScalarFunctions enum value
	ScalarFunctionsCeiling = "CEILING"

	// ScalarFunctionsCoalesce is a ScalarFunctions enum value
	ScalarFunctionsCoalesce = "COALESCE"

	// ScalarFunctionsConvert is a ScalarFunctions enum value
	ScalarFunctionsConvert = "CONVERT"

	// ScalarFunctionsCurrentDate is a ScalarFunctions enum value
	ScalarFunctionsCurrentDate = "CURRENT_DATE"

	// ScalarFunctionsDateadd is a ScalarFunctions enum value
	ScalarFunctionsDateadd = "DATEADD"

	// ScalarFunctionsExtract is a ScalarFunctions enum value
	ScalarFunctionsExtract = "EXTRACT"

	// ScalarFunctionsFloor is a ScalarFunctions enum value
	ScalarFunctionsFloor = "FLOOR"

	// ScalarFunctionsGetdate is a ScalarFunctions enum value
	ScalarFunctionsGetdate = "GETDATE"

	// ScalarFunctionsLn is a ScalarFunctions enum value
	ScalarFunctionsLn = "LN"

	// ScalarFunctionsLog is a ScalarFunctions enum value
	ScalarFunctionsLog = "LOG"

	// ScalarFunctionsLower is a ScalarFunctions enum value
	ScalarFunctionsLower = "LOWER"

	// ScalarFunctionsRound is a ScalarFunctions enum value
	ScalarFunctionsRound = "ROUND"

	// ScalarFunctionsRtrim is a ScalarFunctions enum value
	ScalarFunctionsRtrim = "RTRIM"

	// ScalarFunctionsSqrt is a ScalarFunctions enum value
	ScalarFunctionsSqrt = "SQRT"

	// ScalarFunctionsSubstring is a ScalarFunctions enum value
	ScalarFunctionsSubstring = "SUBSTRING"

	// ScalarFunctionsToChar is a ScalarFunctions enum value
	ScalarFunctionsToChar = "TO_CHAR"

	// ScalarFunctionsToDate is a ScalarFunctions enum value
	ScalarFunctionsToDate = "TO_DATE"

	// ScalarFunctionsToNumber is a ScalarFunctions enum value
	ScalarFunctionsToNumber = "TO_NUMBER"

	// ScalarFunctionsToTimestamp is a ScalarFunctions enum value
	ScalarFunctionsToTimestamp = "TO_TIMESTAMP"

	// ScalarFunctionsTrim is a ScalarFunctions enum value
	ScalarFunctionsTrim = "TRIM"

	// ScalarFunctionsTrunc is a ScalarFunctions enum value
	ScalarFunctionsTrunc = "TRUNC"

	// ScalarFunctionsUpper is a ScalarFunctions enum value
	ScalarFunctionsUpper = "UPPER"
)
View Source
const (
	// SchemaStatusReady is a SchemaStatus enum value
	SchemaStatusReady = "READY"

	// SchemaStatusNotReady is a SchemaStatus enum value
	SchemaStatusNotReady = "NOT_READY"
)
View Source
const (
	// SchemaStatusReasonCodeAnalysisRuleMissing is a SchemaStatusReasonCode enum value
	SchemaStatusReasonCodeAnalysisRuleMissing = "ANALYSIS_RULE_MISSING"

	// SchemaStatusReasonCodeAnalysisTemplatesNotConfigured is a SchemaStatusReasonCode enum value
	SchemaStatusReasonCodeAnalysisTemplatesNotConfigured = "ANALYSIS_TEMPLATES_NOT_CONFIGURED"

	// SchemaStatusReasonCodeAnalysisProvidersNotConfigured is a SchemaStatusReasonCode enum value
	SchemaStatusReasonCodeAnalysisProvidersNotConfigured = "ANALYSIS_PROVIDERS_NOT_CONFIGURED"

	// SchemaStatusReasonCodeDifferentialPrivacyPolicyNotConfigured is a SchemaStatusReasonCode enum value
	SchemaStatusReasonCodeDifferentialPrivacyPolicyNotConfigured = "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"
)
View Source
const (
	// ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value
	ValidationExceptionReasonFieldValidationFailed = "FIELD_VALIDATION_FAILED"

	// ValidationExceptionReasonInvalidConfiguration is a ValidationExceptionReason enum value
	ValidationExceptionReasonInvalidConfiguration = "INVALID_CONFIGURATION"

	// ValidationExceptionReasonInvalidQuery is a ValidationExceptionReason enum value
	ValidationExceptionReasonInvalidQuery = "INVALID_QUERY"

	// ValidationExceptionReasonIamSynchronizationDelay is a ValidationExceptionReason enum value
	ValidationExceptionReasonIamSynchronizationDelay = "IAM_SYNCHRONIZATION_DELAY"
)
View Source
const (

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

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// Updating or deleting a resource can cause an inconsistent state.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// Unexpected error during processing of request.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// Request references a resource which does not exist.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeServiceQuotaExceededException for service response error code
	// "ServiceQuotaExceededException".
	//
	// Request denied because service quota has been exceeded.
	ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// Request was denied due to request throttling.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// The input fails to satisfy the specified constraints.
	ErrCodeValidationException = "ValidationException"
)
View Source
const (
	ServiceName = "CleanRooms" // Name of service.
	EndpointsID = "cleanrooms" // ID to lookup a service endpoint with.
	ServiceID   = "CleanRooms" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// AccessDeniedExceptionReasonInsufficientPermissions is a AccessDeniedExceptionReason enum value
	AccessDeniedExceptionReasonInsufficientPermissions = "INSUFFICIENT_PERMISSIONS"
)
View Source
const (
	// AggregationTypeCountDistinct is a AggregationType enum value
	AggregationTypeCountDistinct = "COUNT_DISTINCT"
)
View Source
const (
	// AnalysisFormatSql is a AnalysisFormat enum value
	AnalysisFormatSql = "SQL"
)
View Source
const (
	// AnalysisMethodDirectQuery is a AnalysisMethod enum value
	AnalysisMethodDirectQuery = "DIRECT_QUERY"
)
View Source
const (
	// AnalysisTemplateValidationTypeDifferentialPrivacy is a AnalysisTemplateValidationType enum value
	AnalysisTemplateValidationTypeDifferentialPrivacy = "DIFFERENTIAL_PRIVACY"
)
View Source
const (
	// JoinRequiredOptionQueryRunner is a JoinRequiredOption enum value
	JoinRequiredOptionQueryRunner = "QUERY_RUNNER"
)
View Source
const (
	// PrivacyBudgetTypeDifferentialPrivacy is a PrivacyBudgetType enum value
	PrivacyBudgetTypeDifferentialPrivacy = "DIFFERENTIAL_PRIVACY"
)
View Source
const (
	// ProtectedQueryTypeSql is a ProtectedQueryType enum value
	ProtectedQueryTypeSql = "SQL"
)
View Source
const (
	// SchemaConfigurationDifferentialPrivacy is a SchemaConfiguration enum value
	SchemaConfigurationDifferentialPrivacy = "DIFFERENTIAL_PRIVACY"
)
View Source
const (
	// SchemaTypeTable is a SchemaType enum value
	SchemaTypeTable = "TABLE"
)
View Source
const (
	// TargetProtectedQueryStatusCancelled is a TargetProtectedQueryStatus enum value
	TargetProtectedQueryStatusCancelled = "CANCELLED"
)

Variables

This section is empty.

Functions

func AccessDeniedExceptionReason_Values

func AccessDeniedExceptionReason_Values() []string

AccessDeniedExceptionReason_Values returns all elements of the AccessDeniedExceptionReason enum

func AggregateFunctionName_Values

func AggregateFunctionName_Values() []string

AggregateFunctionName_Values returns all elements of the AggregateFunctionName enum

func AggregationType_Values

func AggregationType_Values() []string

AggregationType_Values returns all elements of the AggregationType enum

func AnalysisFormat_Values added in v1.44.313

func AnalysisFormat_Values() []string

AnalysisFormat_Values returns all elements of the AnalysisFormat enum

func AnalysisMethod_Values

func AnalysisMethod_Values() []string

AnalysisMethod_Values returns all elements of the AnalysisMethod enum

func AnalysisRuleType_Values

func AnalysisRuleType_Values() []string

AnalysisRuleType_Values returns all elements of the AnalysisRuleType enum

func AnalysisTemplateValidationStatus_Values added in v1.51.19

func AnalysisTemplateValidationStatus_Values() []string

AnalysisTemplateValidationStatus_Values returns all elements of the AnalysisTemplateValidationStatus enum

func AnalysisTemplateValidationType_Values added in v1.51.19

func AnalysisTemplateValidationType_Values() []string

AnalysisTemplateValidationType_Values returns all elements of the AnalysisTemplateValidationType enum

func CollaborationQueryLogStatus_Values

func CollaborationQueryLogStatus_Values() []string

CollaborationQueryLogStatus_Values returns all elements of the CollaborationQueryLogStatus enum

func ConfiguredTableAnalysisRuleType_Values

func ConfiguredTableAnalysisRuleType_Values() []string

ConfiguredTableAnalysisRuleType_Values returns all elements of the ConfiguredTableAnalysisRuleType enum

func ConflictExceptionReason_Values

func ConflictExceptionReason_Values() []string

ConflictExceptionReason_Values returns all elements of the ConflictExceptionReason enum

func DifferentialPrivacyAggregationType_Values added in v1.48.8

func DifferentialPrivacyAggregationType_Values() []string

DifferentialPrivacyAggregationType_Values returns all elements of the DifferentialPrivacyAggregationType enum

func FilterableMemberStatus_Values

func FilterableMemberStatus_Values() []string

FilterableMemberStatus_Values returns all elements of the FilterableMemberStatus enum

func JoinOperator_Values added in v1.44.293

func JoinOperator_Values() []string

JoinOperator_Values returns all elements of the JoinOperator enum

func JoinRequiredOption_Values

func JoinRequiredOption_Values() []string

JoinRequiredOption_Values returns all elements of the JoinRequiredOption enum

func MemberAbility_Values

func MemberAbility_Values() []string

MemberAbility_Values returns all elements of the MemberAbility enum

func MemberStatus_Values

func MemberStatus_Values() []string

MemberStatus_Values returns all elements of the MemberStatus enum

func MembershipQueryLogStatus_Values

func MembershipQueryLogStatus_Values() []string

MembershipQueryLogStatus_Values returns all elements of the MembershipQueryLogStatus enum

func MembershipStatus_Values

func MembershipStatus_Values() []string

MembershipStatus_Values returns all elements of the MembershipStatus enum

func ParameterType_Values added in v1.44.313

func ParameterType_Values() []string

ParameterType_Values returns all elements of the ParameterType enum

func PrivacyBudgetTemplateAutoRefresh_Values added in v1.48.8

func PrivacyBudgetTemplateAutoRefresh_Values() []string

PrivacyBudgetTemplateAutoRefresh_Values returns all elements of the PrivacyBudgetTemplateAutoRefresh enum

func PrivacyBudgetType_Values added in v1.48.8

func PrivacyBudgetType_Values() []string

PrivacyBudgetType_Values returns all elements of the PrivacyBudgetType enum

func ProtectedQueryStatus_Values

func ProtectedQueryStatus_Values() []string

ProtectedQueryStatus_Values returns all elements of the ProtectedQueryStatus enum

func ProtectedQueryType_Values

func ProtectedQueryType_Values() []string

ProtectedQueryType_Values returns all elements of the ProtectedQueryType enum

func ResourceType_Values

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ResultFormat_Values

func ResultFormat_Values() []string

ResultFormat_Values returns all elements of the ResultFormat enum

func ScalarFunctions_Values

func ScalarFunctions_Values() []string

ScalarFunctions_Values returns all elements of the ScalarFunctions enum

func SchemaConfiguration_Values added in v1.51.15

func SchemaConfiguration_Values() []string

SchemaConfiguration_Values returns all elements of the SchemaConfiguration enum

func SchemaStatusReasonCode_Values added in v1.51.15

func SchemaStatusReasonCode_Values() []string

SchemaStatusReasonCode_Values returns all elements of the SchemaStatusReasonCode enum

func SchemaStatus_Values added in v1.51.15

func SchemaStatus_Values() []string

SchemaStatus_Values returns all elements of the SchemaStatus enum

func SchemaType_Values

func SchemaType_Values() []string

SchemaType_Values returns all elements of the SchemaType enum

func TargetProtectedQueryStatus_Values

func TargetProtectedQueryStatus_Values() []string

TargetProtectedQueryStatus_Values returns all elements of the TargetProtectedQueryStatus enum

func ValidationExceptionReason_Values

func ValidationExceptionReason_Values() []string

ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum

Types

type AccessDeniedException

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

	Message_ *string `locationName:"message" type:"string"`

	// A reason code for the exception.
	Reason *string `locationName:"reason" type:"string" enum:"AccessDeniedExceptionReason"`
	// contains filtered or unexported fields
}

Caller does 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 AggregateColumn

type AggregateColumn struct {

	// Column names in configured table of aggregate columns.
	//
	// ColumnNames is a required field
	ColumnNames []*string `locationName:"columnNames" min:"1" type:"list" required:"true"`

	// Aggregation function that can be applied to aggregate column in query.
	//
	// Function is a required field
	Function *string `locationName:"function" type:"string" required:"true" enum:"AggregateFunctionName"`
	// contains filtered or unexported fields
}

Column in configured table that can be used in aggregate function in query.

func (AggregateColumn) GoString

func (s AggregateColumn) 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 (*AggregateColumn) SetColumnNames

func (s *AggregateColumn) SetColumnNames(v []*string) *AggregateColumn

SetColumnNames sets the ColumnNames field's value.

func (*AggregateColumn) SetFunction

func (s *AggregateColumn) SetFunction(v string) *AggregateColumn

SetFunction sets the Function field's value.

func (AggregateColumn) String

func (s AggregateColumn) 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 (*AggregateColumn) Validate

func (s *AggregateColumn) Validate() error

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

type AggregationConstraint

type AggregationConstraint struct {

	// Column in aggregation constraint for which there must be a minimum number
	// of distinct values in an output row for it to be in the query output.
	//
	// ColumnName is a required field
	ColumnName *string `locationName:"columnName" min:"1" type:"string" required:"true"`

	// The minimum number of distinct values that an output row must be an aggregation
	// of. Minimum threshold of distinct values for a specified column that must
	// exist in an output row for it to be in the query output.
	//
	// Minimum is a required field
	Minimum *int64 `locationName:"minimum" min:"2" type:"integer" required:"true"`

	// The type of aggregation the constraint allows. The only valid value is currently
	// `COUNT_DISTINCT`.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"AggregationType"`
	// contains filtered or unexported fields
}

Constraint on query output removing output rows that do not meet a minimum number of distinct values of a specified column.

func (AggregationConstraint) GoString

func (s AggregationConstraint) 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 (*AggregationConstraint) SetColumnName

func (s *AggregationConstraint) SetColumnName(v string) *AggregationConstraint

SetColumnName sets the ColumnName field's value.

func (*AggregationConstraint) SetMinimum

SetMinimum sets the Minimum field's value.

func (*AggregationConstraint) SetType

SetType sets the Type field's value.

func (AggregationConstraint) String

func (s AggregationConstraint) 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 (*AggregationConstraint) Validate

func (s *AggregationConstraint) Validate() error

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

type AnalysisParameter added in v1.44.313

type AnalysisParameter struct {

	// Optional. The default value that is applied in the analysis template. The
	// member who can query can override this value in the query editor.
	DefaultValue *string `locationName:"defaultValue" type:"string"`

	// The name of the parameter. The name must use only alphanumeric, underscore
	// (_), or hyphen (-) characters but cannot start or end with a hyphen.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The type of parameter.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"ParameterType"`
	// contains filtered or unexported fields
}

Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.

func (AnalysisParameter) GoString added in v1.44.313

func (s AnalysisParameter) 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 (*AnalysisParameter) SetDefaultValue added in v1.44.313

func (s *AnalysisParameter) SetDefaultValue(v string) *AnalysisParameter

SetDefaultValue sets the DefaultValue field's value.

func (*AnalysisParameter) SetName added in v1.44.313

SetName sets the Name field's value.

func (*AnalysisParameter) SetType added in v1.44.313

SetType sets the Type field's value.

func (AnalysisParameter) String added in v1.44.313

func (s AnalysisParameter) 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 (*AnalysisParameter) Validate added in v1.44.313

func (s *AnalysisParameter) Validate() error

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

type AnalysisRule

type AnalysisRule struct {

	// The unique ID for the associated collaboration.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time the analysis rule was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The name for the analysis rule.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// A policy that describes the associated data usage limitations.
	//
	// Policy is a required field
	Policy *AnalysisRulePolicy `locationName:"policy" type:"structure" required:"true"`

	// The type of analysis rule.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"AnalysisRuleType"`

	// The time the analysis rule was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A specification about how data from the configured table can be used in a query.

func (AnalysisRule) GoString

func (s AnalysisRule) 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 (*AnalysisRule) SetCollaborationId

func (s *AnalysisRule) SetCollaborationId(v string) *AnalysisRule

SetCollaborationId sets the CollaborationId field's value.

func (*AnalysisRule) SetCreateTime

func (s *AnalysisRule) SetCreateTime(v time.Time) *AnalysisRule

SetCreateTime sets the CreateTime field's value.

func (*AnalysisRule) SetName

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

SetName sets the Name field's value.

func (*AnalysisRule) SetPolicy

func (s *AnalysisRule) SetPolicy(v *AnalysisRulePolicy) *AnalysisRule

SetPolicy sets the Policy field's value.

func (*AnalysisRule) SetType

func (s *AnalysisRule) SetType(v string) *AnalysisRule

SetType sets the Type field's value.

func (*AnalysisRule) SetUpdateTime

func (s *AnalysisRule) SetUpdateTime(v time.Time) *AnalysisRule

SetUpdateTime sets the UpdateTime field's value.

func (AnalysisRule) String

func (s AnalysisRule) 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 AnalysisRuleAggregation

type AnalysisRuleAggregation struct {

	// The columns that query runners are allowed to use in aggregation queries.
	//
	// AggregateColumns is a required field
	AggregateColumns []*AggregateColumn `locationName:"aggregateColumns" min:"1" type:"list" required:"true"`

	// Which logical operators (if any) are to be used in an INNER JOIN match condition.
	// Default is AND.
	AllowedJoinOperators []*string `locationName:"allowedJoinOperators" type:"list" enum:"JoinOperator"`

	// The columns that query runners are allowed to select, group by, or filter
	// by.
	//
	// DimensionColumns is a required field
	DimensionColumns []*string `locationName:"dimensionColumns" type:"list" required:"true"`

	// Columns in configured table that can be used in join statements and/or as
	// aggregate columns. They can never be outputted directly.
	//
	// JoinColumns is a required field
	JoinColumns []*string `locationName:"joinColumns" type:"list" required:"true"`

	// Control that requires member who runs query to do a join with their configured
	// table and/or other configured table in query.
	JoinRequired *string `locationName:"joinRequired" type:"string" enum:"JoinRequiredOption"`

	// Columns that must meet a specific threshold value (after an aggregation function
	// is applied to it) for each output row to be returned.
	//
	// OutputConstraints is a required field
	OutputConstraints []*AggregationConstraint `locationName:"outputConstraints" min:"1" type:"list" required:"true"`

	// Set of scalar functions that are allowed to be used on dimension columns
	// and the output of aggregation of metrics.
	//
	// ScalarFunctions is a required field
	ScalarFunctions []*string `locationName:"scalarFunctions" type:"list" required:"true" enum:"ScalarFunctions"`
	// contains filtered or unexported fields
}

A type of analysis rule that enables query structure and specified queries that produce aggregate statistics.

func (AnalysisRuleAggregation) GoString

func (s AnalysisRuleAggregation) 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 (*AnalysisRuleAggregation) SetAggregateColumns

func (s *AnalysisRuleAggregation) SetAggregateColumns(v []*AggregateColumn) *AnalysisRuleAggregation

SetAggregateColumns sets the AggregateColumns field's value.

func (*AnalysisRuleAggregation) SetAllowedJoinOperators added in v1.44.293

func (s *AnalysisRuleAggregation) SetAllowedJoinOperators(v []*string) *AnalysisRuleAggregation

SetAllowedJoinOperators sets the AllowedJoinOperators field's value.

func (*AnalysisRuleAggregation) SetDimensionColumns

func (s *AnalysisRuleAggregation) SetDimensionColumns(v []*string) *AnalysisRuleAggregation

SetDimensionColumns sets the DimensionColumns field's value.

func (*AnalysisRuleAggregation) SetJoinColumns

func (s *AnalysisRuleAggregation) SetJoinColumns(v []*string) *AnalysisRuleAggregation

SetJoinColumns sets the JoinColumns field's value.

func (*AnalysisRuleAggregation) SetJoinRequired

SetJoinRequired sets the JoinRequired field's value.

func (*AnalysisRuleAggregation) SetOutputConstraints

SetOutputConstraints sets the OutputConstraints field's value.

func (*AnalysisRuleAggregation) SetScalarFunctions

func (s *AnalysisRuleAggregation) SetScalarFunctions(v []*string) *AnalysisRuleAggregation

SetScalarFunctions sets the ScalarFunctions field's value.

func (AnalysisRuleAggregation) String

func (s AnalysisRuleAggregation) 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 (*AnalysisRuleAggregation) Validate

func (s *AnalysisRuleAggregation) Validate() error

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

type AnalysisRuleCustom added in v1.44.313

type AnalysisRuleCustom struct {

	// The ARN of the analysis templates that are allowed by the custom analysis
	// rule.
	//
	// AllowedAnalyses is a required field
	AllowedAnalyses []*string `locationName:"allowedAnalyses" type:"list" required:"true"`

	// The IDs of the Amazon Web Services accounts that are allowed to query by
	// the custom analysis rule. Required when allowedAnalyses is ANY_QUERY.
	AllowedAnalysisProviders []*string `locationName:"allowedAnalysisProviders" type:"list"`

	// The differential privacy configuration.
	DifferentialPrivacy *DifferentialPrivacyConfiguration `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.

func (AnalysisRuleCustom) GoString added in v1.44.313

func (s AnalysisRuleCustom) 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 (*AnalysisRuleCustom) SetAllowedAnalyses added in v1.44.313

func (s *AnalysisRuleCustom) SetAllowedAnalyses(v []*string) *AnalysisRuleCustom

SetAllowedAnalyses sets the AllowedAnalyses field's value.

func (*AnalysisRuleCustom) SetAllowedAnalysisProviders added in v1.44.313

func (s *AnalysisRuleCustom) SetAllowedAnalysisProviders(v []*string) *AnalysisRuleCustom

SetAllowedAnalysisProviders sets the AllowedAnalysisProviders field's value.

func (*AnalysisRuleCustom) SetDifferentialPrivacy added in v1.48.8

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (AnalysisRuleCustom) String added in v1.44.313

func (s AnalysisRuleCustom) 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 (*AnalysisRuleCustom) Validate added in v1.44.313

func (s *AnalysisRuleCustom) Validate() error

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

type AnalysisRuleList

type AnalysisRuleList struct {

	// The logical operators (if any) that are to be used in an INNER JOIN match
	// condition. Default is AND.
	AllowedJoinOperators []*string `locationName:"allowedJoinOperators" type:"list" enum:"JoinOperator"`

	// Columns that can be used to join a configured table with the table of the
	// member who can query and other members' configured tables.
	//
	// JoinColumns is a required field
	JoinColumns []*string `locationName:"joinColumns" min:"1" type:"list" required:"true"`

	// Columns that can be listed in the output.
	//
	// ListColumns is a required field
	ListColumns []*string `locationName:"listColumns" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A type of analysis rule that enables row-level analysis.

func (AnalysisRuleList) GoString

func (s AnalysisRuleList) 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 (*AnalysisRuleList) SetAllowedJoinOperators added in v1.44.293

func (s *AnalysisRuleList) SetAllowedJoinOperators(v []*string) *AnalysisRuleList

SetAllowedJoinOperators sets the AllowedJoinOperators field's value.

func (*AnalysisRuleList) SetJoinColumns

func (s *AnalysisRuleList) SetJoinColumns(v []*string) *AnalysisRuleList

SetJoinColumns sets the JoinColumns field's value.

func (*AnalysisRuleList) SetListColumns

func (s *AnalysisRuleList) SetListColumns(v []*string) *AnalysisRuleList

SetListColumns sets the ListColumns field's value.

func (AnalysisRuleList) String

func (s AnalysisRuleList) 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 (*AnalysisRuleList) Validate

func (s *AnalysisRuleList) Validate() error

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

type AnalysisRulePolicy

type AnalysisRulePolicy struct {

	// Controls on the query specifications that can be run on configured table.
	V1 *AnalysisRulePolicyV1 `locationName:"v1" type:"structure"`
	// contains filtered or unexported fields
}

Controls on the query specifications that can be run on configured table.

func (AnalysisRulePolicy) GoString

func (s AnalysisRulePolicy) 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 (*AnalysisRulePolicy) SetV1

SetV1 sets the V1 field's value.

func (AnalysisRulePolicy) String

func (s AnalysisRulePolicy) 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 AnalysisRulePolicyV1

type AnalysisRulePolicyV1 struct {

	// Analysis rule type that enables only aggregation queries on a configured
	// table.
	Aggregation *AnalysisRuleAggregation `locationName:"aggregation" type:"structure"`

	// Analysis rule type that enables custom SQL queries on a configured table.
	Custom *AnalysisRuleCustom `locationName:"custom" type:"structure"`

	// Analysis rule type that enables only list queries on a configured table.
	List *AnalysisRuleList `locationName:"list" type:"structure"`
	// contains filtered or unexported fields
}

Controls on the query specifications that can be run on configured table.

func (AnalysisRulePolicyV1) GoString

func (s AnalysisRulePolicyV1) 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 (*AnalysisRulePolicyV1) SetAggregation

SetAggregation sets the Aggregation field's value.

func (*AnalysisRulePolicyV1) SetCustom added in v1.44.313

SetCustom sets the Custom field's value.

func (*AnalysisRulePolicyV1) SetList

SetList sets the List field's value.

func (AnalysisRulePolicyV1) String

func (s AnalysisRulePolicyV1) 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 AnalysisSchema added in v1.44.313

type AnalysisSchema struct {

	// The tables referenced in the analysis schema.
	ReferencedTables []*string `locationName:"referencedTables" type:"list"`
	// contains filtered or unexported fields
}

A relation within an analysis.

func (AnalysisSchema) GoString added in v1.44.313

func (s AnalysisSchema) 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 (*AnalysisSchema) SetReferencedTables added in v1.44.313

func (s *AnalysisSchema) SetReferencedTables(v []*string) *AnalysisSchema

SetReferencedTables sets the ReferencedTables field's value.

func (AnalysisSchema) String added in v1.44.313

func (s AnalysisSchema) 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 AnalysisSource added in v1.44.313

type AnalysisSource struct {

	// The query text.
	Text *string `locationName:"text" type:"string"`
	// contains filtered or unexported fields
}

The structure that defines the body of the analysis template.

func (AnalysisSource) GoString added in v1.44.313

func (s AnalysisSource) 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 (*AnalysisSource) SetText added in v1.44.313

func (s *AnalysisSource) SetText(v string) *AnalysisSource

SetText sets the Text field's value.

func (AnalysisSource) String added in v1.44.313

func (s AnalysisSource) 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 AnalysisTemplate added in v1.44.313

type AnalysisTemplate struct {

	// The parameters of the analysis template.
	AnalysisParameters []*AnalysisParameter `locationName:"analysisParameters" type:"list"`

	// The Amazon Resource Name (ARN) of the analysis template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the analysis template’s associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique ID for the associated collaboration of the analysis template.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time that the analysis template was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The description of the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The format of the analysis template.
	//
	// Format is a required field
	Format *string `locationName:"format" type:"string" required:"true" enum:"AnalysisFormat"`

	// The identifier for the analysis template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the member who created the analysis template.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier of a member who created the analysis template.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the analysis template.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The entire schema object.
	//
	// Schema is a required field
	Schema *AnalysisSchema `locationName:"schema" type:"structure" required:"true"`

	// The source of the analysis template.
	//
	// Source is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by AnalysisTemplate's
	// String and GoString methods.
	//
	// Source is a required field
	Source *AnalysisSource `locationName:"source" type:"structure" required:"true" sensitive:"true"`

	// The time that the analysis template was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`

	// Information about the validations performed on the analysis template.
	Validations []*AnalysisTemplateValidationStatusDetail `locationName:"validations" type:"list"`
	// contains filtered or unexported fields
}

The analysis template.

func (AnalysisTemplate) GoString added in v1.44.313

func (s AnalysisTemplate) 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 (*AnalysisTemplate) SetAnalysisParameters added in v1.44.313

func (s *AnalysisTemplate) SetAnalysisParameters(v []*AnalysisParameter) *AnalysisTemplate

SetAnalysisParameters sets the AnalysisParameters field's value.

func (*AnalysisTemplate) SetArn added in v1.44.313

SetArn sets the Arn field's value.

func (*AnalysisTemplate) SetCollaborationArn added in v1.44.313

func (s *AnalysisTemplate) SetCollaborationArn(v string) *AnalysisTemplate

SetCollaborationArn sets the CollaborationArn field's value.

func (*AnalysisTemplate) SetCollaborationId added in v1.44.313

func (s *AnalysisTemplate) SetCollaborationId(v string) *AnalysisTemplate

SetCollaborationId sets the CollaborationId field's value.

func (*AnalysisTemplate) SetCreateTime added in v1.44.313

func (s *AnalysisTemplate) SetCreateTime(v time.Time) *AnalysisTemplate

SetCreateTime sets the CreateTime field's value.

func (*AnalysisTemplate) SetDescription added in v1.44.313

func (s *AnalysisTemplate) SetDescription(v string) *AnalysisTemplate

SetDescription sets the Description field's value.

func (*AnalysisTemplate) SetFormat added in v1.44.313

func (s *AnalysisTemplate) SetFormat(v string) *AnalysisTemplate

SetFormat sets the Format field's value.

func (*AnalysisTemplate) SetId added in v1.44.313

SetId sets the Id field's value.

func (*AnalysisTemplate) SetMembershipArn added in v1.44.313

func (s *AnalysisTemplate) SetMembershipArn(v string) *AnalysisTemplate

SetMembershipArn sets the MembershipArn field's value.

func (*AnalysisTemplate) SetMembershipId added in v1.44.313

func (s *AnalysisTemplate) SetMembershipId(v string) *AnalysisTemplate

SetMembershipId sets the MembershipId field's value.

func (*AnalysisTemplate) SetName added in v1.44.313

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

SetName sets the Name field's value.

func (*AnalysisTemplate) SetSchema added in v1.44.313

SetSchema sets the Schema field's value.

func (*AnalysisTemplate) SetSource added in v1.44.313

SetSource sets the Source field's value.

func (*AnalysisTemplate) SetUpdateTime added in v1.44.313

func (s *AnalysisTemplate) SetUpdateTime(v time.Time) *AnalysisTemplate

SetUpdateTime sets the UpdateTime field's value.

func (*AnalysisTemplate) SetValidations added in v1.51.19

SetValidations sets the Validations field's value.

func (AnalysisTemplate) String added in v1.44.313

func (s AnalysisTemplate) 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 AnalysisTemplateSummary added in v1.44.313

type AnalysisTemplateSummary struct {

	// The Amazon Resource Name (ARN) of the analysis template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the analysis template summary’s associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the analysis template summary
	// belongs to. Currently accepts collaboration ID.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time that the analysis template summary was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The description of the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The identifier of the analysis template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the member who created the analysis template.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the analysis template.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The time that the analysis template summary was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The metadata of the analysis template.

func (AnalysisTemplateSummary) GoString added in v1.44.313

func (s AnalysisTemplateSummary) 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 (*AnalysisTemplateSummary) SetArn added in v1.44.313

SetArn sets the Arn field's value.

func (*AnalysisTemplateSummary) SetCollaborationArn added in v1.44.313

func (s *AnalysisTemplateSummary) SetCollaborationArn(v string) *AnalysisTemplateSummary

SetCollaborationArn sets the CollaborationArn field's value.

func (*AnalysisTemplateSummary) SetCollaborationId added in v1.44.313

func (s *AnalysisTemplateSummary) SetCollaborationId(v string) *AnalysisTemplateSummary

SetCollaborationId sets the CollaborationId field's value.

func (*AnalysisTemplateSummary) SetCreateTime added in v1.44.313

SetCreateTime sets the CreateTime field's value.

func (*AnalysisTemplateSummary) SetDescription added in v1.44.313

SetDescription sets the Description field's value.

func (*AnalysisTemplateSummary) SetId added in v1.44.313

SetId sets the Id field's value.

func (*AnalysisTemplateSummary) SetMembershipArn added in v1.44.313

func (s *AnalysisTemplateSummary) SetMembershipArn(v string) *AnalysisTemplateSummary

SetMembershipArn sets the MembershipArn field's value.

func (*AnalysisTemplateSummary) SetMembershipId added in v1.44.313

SetMembershipId sets the MembershipId field's value.

func (*AnalysisTemplateSummary) SetName added in v1.44.313

SetName sets the Name field's value.

func (*AnalysisTemplateSummary) SetUpdateTime added in v1.44.313

SetUpdateTime sets the UpdateTime field's value.

func (AnalysisTemplateSummary) String added in v1.44.313

func (s AnalysisTemplateSummary) 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 AnalysisTemplateValidationStatusDetail added in v1.51.19

type AnalysisTemplateValidationStatusDetail struct {

	// The reasons for the validation results.
	Reasons []*AnalysisTemplateValidationStatusReason `locationName:"reasons" type:"list"`

	// The status of the validation.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"AnalysisTemplateValidationStatus"`

	// The type of validation that was performed.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"AnalysisTemplateValidationType"`
	// contains filtered or unexported fields
}

The status details of the analysis template validation. Clean Rooms Differential Privacy uses a general-purpose query structure to support complex SQL queries and validates whether an analysis template fits that general-purpose query structure. Validation is performed when analysis templates are created and fetched. Because analysis templates are immutable by design, we recommend that you create analysis templates after you associate the configured tables with their analysis rule to your collaboration.

For more information, see https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy (https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy).

func (AnalysisTemplateValidationStatusDetail) GoString added in v1.51.19

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 (*AnalysisTemplateValidationStatusDetail) SetReasons added in v1.51.19

SetReasons sets the Reasons field's value.

func (*AnalysisTemplateValidationStatusDetail) SetStatus added in v1.51.19

SetStatus sets the Status field's value.

func (*AnalysisTemplateValidationStatusDetail) SetType added in v1.51.19

SetType sets the Type field's value.

func (AnalysisTemplateValidationStatusDetail) String added in v1.51.19

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 AnalysisTemplateValidationStatusReason added in v1.51.19

type AnalysisTemplateValidationStatusReason struct {

	// The validation message.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The reasons for the validation results.

func (AnalysisTemplateValidationStatusReason) GoString added in v1.51.19

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 (*AnalysisTemplateValidationStatusReason) SetMessage added in v1.51.19

SetMessage sets the Message field's value.

func (AnalysisTemplateValidationStatusReason) String added in v1.51.19

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 BatchGetCollaborationAnalysisTemplateError added in v1.44.313

type BatchGetCollaborationAnalysisTemplateError struct {

	// The Amazon Resource Name (ARN) of the analysis template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// An error code for the error.
	//
	// Code is a required field
	Code *string `locationName:"code" type:"string" required:"true"`

	// A description of why the call failed.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.

func (BatchGetCollaborationAnalysisTemplateError) GoString added in v1.44.313

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 (*BatchGetCollaborationAnalysisTemplateError) SetArn added in v1.44.313

SetArn sets the Arn field's value.

func (*BatchGetCollaborationAnalysisTemplateError) SetCode added in v1.44.313

SetCode sets the Code field's value.

func (*BatchGetCollaborationAnalysisTemplateError) SetMessage added in v1.44.313

SetMessage sets the Message field's value.

func (BatchGetCollaborationAnalysisTemplateError) String added in v1.44.313

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 BatchGetCollaborationAnalysisTemplateInput added in v1.44.313

type BatchGetCollaborationAnalysisTemplateInput struct {

	// The Amazon Resource Name (ARN) associated with the analysis template within
	// a collaboration.
	//
	// AnalysisTemplateArns is a required field
	AnalysisTemplateArns []*string `locationName:"analysisTemplateArns" min:"1" type:"list" required:"true"`

	// A unique identifier for the collaboration that the analysis templates belong
	// to. Currently accepts collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetCollaborationAnalysisTemplateInput) GoString added in v1.44.313

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 (*BatchGetCollaborationAnalysisTemplateInput) SetAnalysisTemplateArns added in v1.44.313

SetAnalysisTemplateArns sets the AnalysisTemplateArns field's value.

func (*BatchGetCollaborationAnalysisTemplateInput) SetCollaborationIdentifier added in v1.44.313

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (BatchGetCollaborationAnalysisTemplateInput) String added in v1.44.313

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 (*BatchGetCollaborationAnalysisTemplateInput) Validate added in v1.44.313

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

type BatchGetCollaborationAnalysisTemplateOutput added in v1.44.313

type BatchGetCollaborationAnalysisTemplateOutput struct {

	// The retrieved list of analysis templates within a collaboration.
	//
	// CollaborationAnalysisTemplates is a required field
	CollaborationAnalysisTemplates []*CollaborationAnalysisTemplate `locationName:"collaborationAnalysisTemplates" type:"list" required:"true"`

	// Error reasons for collaboration analysis templates that could not be retrieved.
	// One error is returned for every collaboration analysis template that could
	// not be retrieved.
	//
	// Errors is a required field
	Errors []*BatchGetCollaborationAnalysisTemplateError `locationName:"errors" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetCollaborationAnalysisTemplateOutput) GoString added in v1.44.313

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 (*BatchGetCollaborationAnalysisTemplateOutput) SetCollaborationAnalysisTemplates added in v1.44.313

SetCollaborationAnalysisTemplates sets the CollaborationAnalysisTemplates field's value.

func (*BatchGetCollaborationAnalysisTemplateOutput) SetErrors added in v1.44.313

SetErrors sets the Errors field's value.

func (BatchGetCollaborationAnalysisTemplateOutput) String added in v1.44.313

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 BatchGetSchemaAnalysisRuleError added in v1.51.15

type BatchGetSchemaAnalysisRuleError struct {

	// An error code for the error.
	//
	// Code is a required field
	Code *string `locationName:"code" type:"string" required:"true"`

	// A description of why the call failed.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`

	// An error name for the error.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The analysis rule type.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"AnalysisRuleType"`
	// contains filtered or unexported fields
}

An error that describes why a schema could not be fetched.

func (BatchGetSchemaAnalysisRuleError) GoString added in v1.51.15

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 (*BatchGetSchemaAnalysisRuleError) SetCode added in v1.51.15

SetCode sets the Code field's value.

func (*BatchGetSchemaAnalysisRuleError) SetMessage added in v1.51.15

SetMessage sets the Message field's value.

func (*BatchGetSchemaAnalysisRuleError) SetName added in v1.51.15

SetName sets the Name field's value.

func (*BatchGetSchemaAnalysisRuleError) SetType added in v1.51.15

SetType sets the Type field's value.

func (BatchGetSchemaAnalysisRuleError) String added in v1.51.15

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 BatchGetSchemaAnalysisRuleInput added in v1.51.15

type BatchGetSchemaAnalysisRuleInput struct {

	// The unique identifier of the collaboration that contains the schema analysis
	// rule.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The information that's necessary to retrieve a schema analysis rule.
	//
	// SchemaAnalysisRuleRequests is a required field
	SchemaAnalysisRuleRequests []*SchemaAnalysisRuleRequest `locationName:"schemaAnalysisRuleRequests" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetSchemaAnalysisRuleInput) GoString added in v1.51.15

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 (*BatchGetSchemaAnalysisRuleInput) SetCollaborationIdentifier added in v1.51.15

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*BatchGetSchemaAnalysisRuleInput) SetSchemaAnalysisRuleRequests added in v1.51.15

SetSchemaAnalysisRuleRequests sets the SchemaAnalysisRuleRequests field's value.

func (BatchGetSchemaAnalysisRuleInput) String added in v1.51.15

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 (*BatchGetSchemaAnalysisRuleInput) Validate added in v1.51.15

func (s *BatchGetSchemaAnalysisRuleInput) Validate() error

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

type BatchGetSchemaAnalysisRuleOutput added in v1.51.15

type BatchGetSchemaAnalysisRuleOutput struct {

	// The retrieved list of analysis rules.
	//
	// AnalysisRules is a required field
	AnalysisRules []*AnalysisRule `locationName:"analysisRules" type:"list" required:"true"`

	// Error reasons for schemas that could not be retrieved. One error is returned
	// for every schema that could not be retrieved.
	//
	// Errors is a required field
	Errors []*BatchGetSchemaAnalysisRuleError `locationName:"errors" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetSchemaAnalysisRuleOutput) GoString added in v1.51.15

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 (*BatchGetSchemaAnalysisRuleOutput) SetAnalysisRules added in v1.51.15

SetAnalysisRules sets the AnalysisRules field's value.

func (*BatchGetSchemaAnalysisRuleOutput) SetErrors added in v1.51.15

SetErrors sets the Errors field's value.

func (BatchGetSchemaAnalysisRuleOutput) String added in v1.51.15

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 BatchGetSchemaError

type BatchGetSchemaError struct {

	// An error code for the error.
	//
	// Code is a required field
	Code *string `locationName:"code" type:"string" required:"true"`

	// An error message for the error.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`

	// An error name for the error.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An error describing why a schema could not be fetched.

func (BatchGetSchemaError) GoString

func (s BatchGetSchemaError) 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 (*BatchGetSchemaError) SetCode

SetCode sets the Code field's value.

func (*BatchGetSchemaError) SetMessage

SetMessage sets the Message field's value.

func (*BatchGetSchemaError) SetName

SetName sets the Name field's value.

func (BatchGetSchemaError) String

func (s BatchGetSchemaError) 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 BatchGetSchemaInput

type BatchGetSchemaInput struct {

	// A unique identifier for the collaboration that the schemas belong to. Currently
	// accepts collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The names for the schema objects to retrieve.
	//
	// Names is a required field
	Names []*string `locationName:"names" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetSchemaInput) GoString

func (s BatchGetSchemaInput) 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 (*BatchGetSchemaInput) SetCollaborationIdentifier

func (s *BatchGetSchemaInput) SetCollaborationIdentifier(v string) *BatchGetSchemaInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*BatchGetSchemaInput) SetNames

func (s *BatchGetSchemaInput) SetNames(v []*string) *BatchGetSchemaInput

SetNames sets the Names field's value.

func (BatchGetSchemaInput) String

func (s BatchGetSchemaInput) 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 (*BatchGetSchemaInput) Validate

func (s *BatchGetSchemaInput) Validate() error

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

type BatchGetSchemaOutput

type BatchGetSchemaOutput struct {

	// Error reasons for schemas that could not be retrieved. One error is returned
	// for every schema that could not be retrieved.
	//
	// Errors is a required field
	Errors []*BatchGetSchemaError `locationName:"errors" type:"list" required:"true"`

	// The retrieved list of schemas.
	//
	// Schemas is a required field
	Schemas []*Schema `locationName:"schemas" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetSchemaOutput) GoString

func (s BatchGetSchemaOutput) 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 (*BatchGetSchemaOutput) SetErrors

SetErrors sets the Errors field's value.

func (*BatchGetSchemaOutput) SetSchemas

func (s *BatchGetSchemaOutput) SetSchemas(v []*Schema) *BatchGetSchemaOutput

SetSchemas sets the Schemas field's value.

func (BatchGetSchemaOutput) String

func (s BatchGetSchemaOutput) 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 CleanRooms

type CleanRooms struct {
	*client.Client
}

CleanRooms provides the API operation methods for making requests to AWS Clean Rooms Service. See this package's package overview docs for details on the service.

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

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *CleanRooms

New creates a new instance of the CleanRooms 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 CleanRooms client from just a session.
svc := cleanrooms.New(mySession)

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

func (*CleanRooms) BatchGetCollaborationAnalysisTemplate added in v1.44.313

BatchGetCollaborationAnalysisTemplate API operation for AWS Clean Rooms Service.

Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs).

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 AWS Clean Rooms Service's API operation BatchGetCollaborationAnalysisTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetCollaborationAnalysisTemplate

func (*CleanRooms) BatchGetCollaborationAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) BatchGetCollaborationAnalysisTemplateRequest(input *BatchGetCollaborationAnalysisTemplateInput) (req *request.Request, output *BatchGetCollaborationAnalysisTemplateOutput)

BatchGetCollaborationAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the BatchGetCollaborationAnalysisTemplate 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 BatchGetCollaborationAnalysisTemplate for more information on using the BatchGetCollaborationAnalysisTemplate 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 BatchGetCollaborationAnalysisTemplateRequest method.
req, resp := client.BatchGetCollaborationAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetCollaborationAnalysisTemplate

func (*CleanRooms) BatchGetCollaborationAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) BatchGetCollaborationAnalysisTemplateWithContext(ctx aws.Context, input *BatchGetCollaborationAnalysisTemplateInput, opts ...request.Option) (*BatchGetCollaborationAnalysisTemplateOutput, error)

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

See BatchGetCollaborationAnalysisTemplate 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 (*CleanRooms) BatchGetSchema

func (c *CleanRooms) BatchGetSchema(input *BatchGetSchemaInput) (*BatchGetSchemaOutput, error)

BatchGetSchema API operation for AWS Clean Rooms Service.

Retrieves multiple schemas by their identifiers.

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 AWS Clean Rooms Service's API operation BatchGetSchema for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetSchema

func (*CleanRooms) BatchGetSchemaAnalysisRule added in v1.51.15

func (c *CleanRooms) BatchGetSchemaAnalysisRule(input *BatchGetSchemaAnalysisRuleInput) (*BatchGetSchemaAnalysisRuleOutput, error)

BatchGetSchemaAnalysisRule API operation for AWS Clean Rooms Service.

Retrieves multiple analysis rule schemas.

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 AWS Clean Rooms Service's API operation BatchGetSchemaAnalysisRule for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetSchemaAnalysisRule

func (*CleanRooms) BatchGetSchemaAnalysisRuleRequest added in v1.51.15

func (c *CleanRooms) BatchGetSchemaAnalysisRuleRequest(input *BatchGetSchemaAnalysisRuleInput) (req *request.Request, output *BatchGetSchemaAnalysisRuleOutput)

BatchGetSchemaAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the BatchGetSchemaAnalysisRule 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 BatchGetSchemaAnalysisRule for more information on using the BatchGetSchemaAnalysisRule 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 BatchGetSchemaAnalysisRuleRequest method.
req, resp := client.BatchGetSchemaAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetSchemaAnalysisRule

func (*CleanRooms) BatchGetSchemaAnalysisRuleWithContext added in v1.51.15

func (c *CleanRooms) BatchGetSchemaAnalysisRuleWithContext(ctx aws.Context, input *BatchGetSchemaAnalysisRuleInput, opts ...request.Option) (*BatchGetSchemaAnalysisRuleOutput, error)

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

See BatchGetSchemaAnalysisRule 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 (*CleanRooms) BatchGetSchemaRequest

func (c *CleanRooms) BatchGetSchemaRequest(input *BatchGetSchemaInput) (req *request.Request, output *BatchGetSchemaOutput)

BatchGetSchemaRequest generates a "aws/request.Request" representing the client's request for the BatchGetSchema 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 BatchGetSchema for more information on using the BatchGetSchema 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 BatchGetSchemaRequest method.
req, resp := client.BatchGetSchemaRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/BatchGetSchema

func (*CleanRooms) BatchGetSchemaWithContext

func (c *CleanRooms) BatchGetSchemaWithContext(ctx aws.Context, input *BatchGetSchemaInput, opts ...request.Option) (*BatchGetSchemaOutput, error)

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

See BatchGetSchema 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 (*CleanRooms) CreateAnalysisTemplate added in v1.44.313

func (c *CleanRooms) CreateAnalysisTemplate(input *CreateAnalysisTemplateInput) (*CreateAnalysisTemplateOutput, error)

CreateAnalysisTemplate API operation for AWS Clean Rooms Service.

Creates a new analysis 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 AWS Clean Rooms Service's API operation CreateAnalysisTemplate for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateAnalysisTemplate

func (*CleanRooms) CreateAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) CreateAnalysisTemplateRequest(input *CreateAnalysisTemplateInput) (req *request.Request, output *CreateAnalysisTemplateOutput)

CreateAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateAnalysisTemplate 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 CreateAnalysisTemplate for more information on using the CreateAnalysisTemplate 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 CreateAnalysisTemplateRequest method.
req, resp := client.CreateAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateAnalysisTemplate

func (*CleanRooms) CreateAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) CreateAnalysisTemplateWithContext(ctx aws.Context, input *CreateAnalysisTemplateInput, opts ...request.Option) (*CreateAnalysisTemplateOutput, error)

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

See CreateAnalysisTemplate 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 (*CleanRooms) CreateCollaboration

func (c *CleanRooms) CreateCollaboration(input *CreateCollaborationInput) (*CreateCollaborationOutput, error)

CreateCollaboration API operation for AWS Clean Rooms Service.

Creates a new collaboration.

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 AWS Clean Rooms Service's API operation CreateCollaboration for usage and error information.

Returned Error Types:

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateCollaboration

func (*CleanRooms) CreateCollaborationRequest

func (c *CleanRooms) CreateCollaborationRequest(input *CreateCollaborationInput) (req *request.Request, output *CreateCollaborationOutput)

CreateCollaborationRequest generates a "aws/request.Request" representing the client's request for the CreateCollaboration 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 CreateCollaboration for more information on using the CreateCollaboration 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 CreateCollaborationRequest method.
req, resp := client.CreateCollaborationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateCollaboration

func (*CleanRooms) CreateCollaborationWithContext

func (c *CleanRooms) CreateCollaborationWithContext(ctx aws.Context, input *CreateCollaborationInput, opts ...request.Option) (*CreateCollaborationOutput, error)

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

See CreateCollaboration 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 (*CleanRooms) CreateConfiguredAudienceModelAssociation added in v1.48.8

CreateConfiguredAudienceModelAssociation API operation for AWS Clean Rooms Service.

Provides the details necessary to create a configured audience model association.

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 AWS Clean Rooms Service's API operation CreateConfiguredAudienceModelAssociation for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredAudienceModelAssociation

func (*CleanRooms) CreateConfiguredAudienceModelAssociationRequest added in v1.48.8

func (c *CleanRooms) CreateConfiguredAudienceModelAssociationRequest(input *CreateConfiguredAudienceModelAssociationInput) (req *request.Request, output *CreateConfiguredAudienceModelAssociationOutput)

CreateConfiguredAudienceModelAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateConfiguredAudienceModelAssociation 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 CreateConfiguredAudienceModelAssociation for more information on using the CreateConfiguredAudienceModelAssociation 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 CreateConfiguredAudienceModelAssociationRequest method.
req, resp := client.CreateConfiguredAudienceModelAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredAudienceModelAssociation

func (*CleanRooms) CreateConfiguredAudienceModelAssociationWithContext added in v1.48.8

func (c *CleanRooms) CreateConfiguredAudienceModelAssociationWithContext(ctx aws.Context, input *CreateConfiguredAudienceModelAssociationInput, opts ...request.Option) (*CreateConfiguredAudienceModelAssociationOutput, error)

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

See CreateConfiguredAudienceModelAssociation 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 (*CleanRooms) CreateConfiguredTable

func (c *CleanRooms) CreateConfiguredTable(input *CreateConfiguredTableInput) (*CreateConfiguredTableOutput, error)

CreateConfiguredTable API operation for AWS Clean Rooms Service.

Creates a new configured table 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 AWS Clean Rooms Service's API operation CreateConfiguredTable for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTable

func (*CleanRooms) CreateConfiguredTableAnalysisRule

CreateConfiguredTableAnalysisRule API operation for AWS Clean Rooms Service.

Creates a new analysis rule for a configured table. Currently, only one analysis rule can be created for a given configured table.

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 AWS Clean Rooms Service's API operation CreateConfiguredTableAnalysisRule for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTableAnalysisRule

func (*CleanRooms) CreateConfiguredTableAnalysisRuleRequest

func (c *CleanRooms) CreateConfiguredTableAnalysisRuleRequest(input *CreateConfiguredTableAnalysisRuleInput) (req *request.Request, output *CreateConfiguredTableAnalysisRuleOutput)

CreateConfiguredTableAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the CreateConfiguredTableAnalysisRule 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 CreateConfiguredTableAnalysisRule for more information on using the CreateConfiguredTableAnalysisRule 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 CreateConfiguredTableAnalysisRuleRequest method.
req, resp := client.CreateConfiguredTableAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTableAnalysisRule

func (*CleanRooms) CreateConfiguredTableAnalysisRuleWithContext

func (c *CleanRooms) CreateConfiguredTableAnalysisRuleWithContext(ctx aws.Context, input *CreateConfiguredTableAnalysisRuleInput, opts ...request.Option) (*CreateConfiguredTableAnalysisRuleOutput, error)

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

See CreateConfiguredTableAnalysisRule 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 (*CleanRooms) CreateConfiguredTableAssociation

func (c *CleanRooms) CreateConfiguredTableAssociation(input *CreateConfiguredTableAssociationInput) (*CreateConfiguredTableAssociationOutput, error)

CreateConfiguredTableAssociation API operation for AWS Clean Rooms Service.

Creates a configured table association. A configured table association links a configured table with a collaboration.

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 AWS Clean Rooms Service's API operation CreateConfiguredTableAssociation for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTableAssociation

func (*CleanRooms) CreateConfiguredTableAssociationRequest

func (c *CleanRooms) CreateConfiguredTableAssociationRequest(input *CreateConfiguredTableAssociationInput) (req *request.Request, output *CreateConfiguredTableAssociationOutput)

CreateConfiguredTableAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateConfiguredTableAssociation 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 CreateConfiguredTableAssociation for more information on using the CreateConfiguredTableAssociation 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 CreateConfiguredTableAssociationRequest method.
req, resp := client.CreateConfiguredTableAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTableAssociation

func (*CleanRooms) CreateConfiguredTableAssociationWithContext

func (c *CleanRooms) CreateConfiguredTableAssociationWithContext(ctx aws.Context, input *CreateConfiguredTableAssociationInput, opts ...request.Option) (*CreateConfiguredTableAssociationOutput, error)

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

See CreateConfiguredTableAssociation 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 (*CleanRooms) CreateConfiguredTableRequest

func (c *CleanRooms) CreateConfiguredTableRequest(input *CreateConfiguredTableInput) (req *request.Request, output *CreateConfiguredTableOutput)

CreateConfiguredTableRequest generates a "aws/request.Request" representing the client's request for the CreateConfiguredTable 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 CreateConfiguredTable for more information on using the CreateConfiguredTable 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 CreateConfiguredTableRequest method.
req, resp := client.CreateConfiguredTableRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTable

func (*CleanRooms) CreateConfiguredTableWithContext

func (c *CleanRooms) CreateConfiguredTableWithContext(ctx aws.Context, input *CreateConfiguredTableInput, opts ...request.Option) (*CreateConfiguredTableOutput, error)

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

See CreateConfiguredTable 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 (*CleanRooms) CreateMembership

func (c *CleanRooms) CreateMembership(input *CreateMembershipInput) (*CreateMembershipOutput, error)

CreateMembership API operation for AWS Clean Rooms Service.

Creates a membership for a specific collaboration identifier and joins the collaboration.

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 AWS Clean Rooms Service's API operation CreateMembership for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateMembership

func (*CleanRooms) CreateMembershipRequest

func (c *CleanRooms) CreateMembershipRequest(input *CreateMembershipInput) (req *request.Request, output *CreateMembershipOutput)

CreateMembershipRequest generates a "aws/request.Request" representing the client's request for the CreateMembership 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 CreateMembership for more information on using the CreateMembership 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 CreateMembershipRequest method.
req, resp := client.CreateMembershipRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateMembership

func (*CleanRooms) CreateMembershipWithContext

func (c *CleanRooms) CreateMembershipWithContext(ctx aws.Context, input *CreateMembershipInput, opts ...request.Option) (*CreateMembershipOutput, error)

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

See CreateMembership 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 (*CleanRooms) CreatePrivacyBudgetTemplate added in v1.48.8

func (c *CleanRooms) CreatePrivacyBudgetTemplate(input *CreatePrivacyBudgetTemplateInput) (*CreatePrivacyBudgetTemplateOutput, error)

CreatePrivacyBudgetTemplate API operation for AWS Clean Rooms Service.

Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the UpdatePrivacyBudgetTemplate operation.

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 AWS Clean Rooms Service's API operation CreatePrivacyBudgetTemplate for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreatePrivacyBudgetTemplate

func (*CleanRooms) CreatePrivacyBudgetTemplateRequest added in v1.48.8

func (c *CleanRooms) CreatePrivacyBudgetTemplateRequest(input *CreatePrivacyBudgetTemplateInput) (req *request.Request, output *CreatePrivacyBudgetTemplateOutput)

CreatePrivacyBudgetTemplateRequest generates a "aws/request.Request" representing the client's request for the CreatePrivacyBudgetTemplate 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 CreatePrivacyBudgetTemplate for more information on using the CreatePrivacyBudgetTemplate 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 CreatePrivacyBudgetTemplateRequest method.
req, resp := client.CreatePrivacyBudgetTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreatePrivacyBudgetTemplate

func (*CleanRooms) CreatePrivacyBudgetTemplateWithContext added in v1.48.8

func (c *CleanRooms) CreatePrivacyBudgetTemplateWithContext(ctx aws.Context, input *CreatePrivacyBudgetTemplateInput, opts ...request.Option) (*CreatePrivacyBudgetTemplateOutput, error)

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

See CreatePrivacyBudgetTemplate 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 (*CleanRooms) DeleteAnalysisTemplate added in v1.44.313

func (c *CleanRooms) DeleteAnalysisTemplate(input *DeleteAnalysisTemplateInput) (*DeleteAnalysisTemplateOutput, error)

DeleteAnalysisTemplate API operation for AWS Clean Rooms Service.

Deletes an analysis 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 AWS Clean Rooms Service's API operation DeleteAnalysisTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteAnalysisTemplate

func (*CleanRooms) DeleteAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) DeleteAnalysisTemplateRequest(input *DeleteAnalysisTemplateInput) (req *request.Request, output *DeleteAnalysisTemplateOutput)

DeleteAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteAnalysisTemplate 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 DeleteAnalysisTemplate for more information on using the DeleteAnalysisTemplate 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 DeleteAnalysisTemplateRequest method.
req, resp := client.DeleteAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteAnalysisTemplate

func (*CleanRooms) DeleteAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) DeleteAnalysisTemplateWithContext(ctx aws.Context, input *DeleteAnalysisTemplateInput, opts ...request.Option) (*DeleteAnalysisTemplateOutput, error)

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

See DeleteAnalysisTemplate 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 (*CleanRooms) DeleteCollaboration

func (c *CleanRooms) DeleteCollaboration(input *DeleteCollaborationInput) (*DeleteCollaborationOutput, error)

DeleteCollaboration API operation for AWS Clean Rooms Service.

Deletes a collaboration. It can only be called by the collaboration owner.

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 AWS Clean Rooms Service's API operation DeleteCollaboration for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteCollaboration

func (*CleanRooms) DeleteCollaborationRequest

func (c *CleanRooms) DeleteCollaborationRequest(input *DeleteCollaborationInput) (req *request.Request, output *DeleteCollaborationOutput)

DeleteCollaborationRequest generates a "aws/request.Request" representing the client's request for the DeleteCollaboration 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 DeleteCollaboration for more information on using the DeleteCollaboration 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 DeleteCollaborationRequest method.
req, resp := client.DeleteCollaborationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteCollaboration

func (*CleanRooms) DeleteCollaborationWithContext

func (c *CleanRooms) DeleteCollaborationWithContext(ctx aws.Context, input *DeleteCollaborationInput, opts ...request.Option) (*DeleteCollaborationOutput, error)

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

See DeleteCollaboration 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 (*CleanRooms) DeleteConfiguredAudienceModelAssociation added in v1.48.8

DeleteConfiguredAudienceModelAssociation API operation for AWS Clean Rooms Service.

Provides the information necessary to delete a configured audience model association.

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 AWS Clean Rooms Service's API operation DeleteConfiguredAudienceModelAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredAudienceModelAssociation

func (*CleanRooms) DeleteConfiguredAudienceModelAssociationRequest added in v1.48.8

func (c *CleanRooms) DeleteConfiguredAudienceModelAssociationRequest(input *DeleteConfiguredAudienceModelAssociationInput) (req *request.Request, output *DeleteConfiguredAudienceModelAssociationOutput)

DeleteConfiguredAudienceModelAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteConfiguredAudienceModelAssociation 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 DeleteConfiguredAudienceModelAssociation for more information on using the DeleteConfiguredAudienceModelAssociation 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 DeleteConfiguredAudienceModelAssociationRequest method.
req, resp := client.DeleteConfiguredAudienceModelAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredAudienceModelAssociation

func (*CleanRooms) DeleteConfiguredAudienceModelAssociationWithContext added in v1.48.8

func (c *CleanRooms) DeleteConfiguredAudienceModelAssociationWithContext(ctx aws.Context, input *DeleteConfiguredAudienceModelAssociationInput, opts ...request.Option) (*DeleteConfiguredAudienceModelAssociationOutput, error)

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

See DeleteConfiguredAudienceModelAssociation 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 (*CleanRooms) DeleteConfiguredTable

func (c *CleanRooms) DeleteConfiguredTable(input *DeleteConfiguredTableInput) (*DeleteConfiguredTableOutput, error)

DeleteConfiguredTable API operation for AWS Clean Rooms Service.

Deletes a configured table.

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 AWS Clean Rooms Service's API operation DeleteConfiguredTable for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTable

func (*CleanRooms) DeleteConfiguredTableAnalysisRule

DeleteConfiguredTableAnalysisRule API operation for AWS Clean Rooms Service.

Deletes a configured table analysis rule.

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 AWS Clean Rooms Service's API operation DeleteConfiguredTableAnalysisRule for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAnalysisRule

func (*CleanRooms) DeleteConfiguredTableAnalysisRuleRequest

func (c *CleanRooms) DeleteConfiguredTableAnalysisRuleRequest(input *DeleteConfiguredTableAnalysisRuleInput) (req *request.Request, output *DeleteConfiguredTableAnalysisRuleOutput)

DeleteConfiguredTableAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteConfiguredTableAnalysisRule 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 DeleteConfiguredTableAnalysisRule for more information on using the DeleteConfiguredTableAnalysisRule 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 DeleteConfiguredTableAnalysisRuleRequest method.
req, resp := client.DeleteConfiguredTableAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAnalysisRule

func (*CleanRooms) DeleteConfiguredTableAnalysisRuleWithContext

func (c *CleanRooms) DeleteConfiguredTableAnalysisRuleWithContext(ctx aws.Context, input *DeleteConfiguredTableAnalysisRuleInput, opts ...request.Option) (*DeleteConfiguredTableAnalysisRuleOutput, error)

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

See DeleteConfiguredTableAnalysisRule 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 (*CleanRooms) DeleteConfiguredTableAssociation

func (c *CleanRooms) DeleteConfiguredTableAssociation(input *DeleteConfiguredTableAssociationInput) (*DeleteConfiguredTableAssociationOutput, error)

DeleteConfiguredTableAssociation API operation for AWS Clean Rooms Service.

Deletes a configured table association.

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 AWS Clean Rooms Service's API operation DeleteConfiguredTableAssociation for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAssociation

func (*CleanRooms) DeleteConfiguredTableAssociationRequest

func (c *CleanRooms) DeleteConfiguredTableAssociationRequest(input *DeleteConfiguredTableAssociationInput) (req *request.Request, output *DeleteConfiguredTableAssociationOutput)

DeleteConfiguredTableAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteConfiguredTableAssociation 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 DeleteConfiguredTableAssociation for more information on using the DeleteConfiguredTableAssociation 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 DeleteConfiguredTableAssociationRequest method.
req, resp := client.DeleteConfiguredTableAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAssociation

func (*CleanRooms) DeleteConfiguredTableAssociationWithContext

func (c *CleanRooms) DeleteConfiguredTableAssociationWithContext(ctx aws.Context, input *DeleteConfiguredTableAssociationInput, opts ...request.Option) (*DeleteConfiguredTableAssociationOutput, error)

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

See DeleteConfiguredTableAssociation 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 (*CleanRooms) DeleteConfiguredTableRequest

func (c *CleanRooms) DeleteConfiguredTableRequest(input *DeleteConfiguredTableInput) (req *request.Request, output *DeleteConfiguredTableOutput)

DeleteConfiguredTableRequest generates a "aws/request.Request" representing the client's request for the DeleteConfiguredTable 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 DeleteConfiguredTable for more information on using the DeleteConfiguredTable 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 DeleteConfiguredTableRequest method.
req, resp := client.DeleteConfiguredTableRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTable

func (*CleanRooms) DeleteConfiguredTableWithContext

func (c *CleanRooms) DeleteConfiguredTableWithContext(ctx aws.Context, input *DeleteConfiguredTableInput, opts ...request.Option) (*DeleteConfiguredTableOutput, error)

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

See DeleteConfiguredTable 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 (*CleanRooms) DeleteMember

func (c *CleanRooms) DeleteMember(input *DeleteMemberInput) (*DeleteMemberOutput, error)

DeleteMember API operation for AWS Clean Rooms Service.

Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.

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 AWS Clean Rooms Service's API operation DeleteMember for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteMember

func (*CleanRooms) DeleteMemberRequest

func (c *CleanRooms) DeleteMemberRequest(input *DeleteMemberInput) (req *request.Request, output *DeleteMemberOutput)

DeleteMemberRequest generates a "aws/request.Request" representing the client's request for the DeleteMember 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 DeleteMember for more information on using the DeleteMember 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 DeleteMemberRequest method.
req, resp := client.DeleteMemberRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteMember

func (*CleanRooms) DeleteMemberWithContext

func (c *CleanRooms) DeleteMemberWithContext(ctx aws.Context, input *DeleteMemberInput, opts ...request.Option) (*DeleteMemberOutput, error)

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

See DeleteMember 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 (*CleanRooms) DeleteMembership

func (c *CleanRooms) DeleteMembership(input *DeleteMembershipInput) (*DeleteMembershipOutput, error)

DeleteMembership API operation for AWS Clean Rooms Service.

Deletes a specified membership. All resources under a membership must be deleted.

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 AWS Clean Rooms Service's API operation DeleteMembership for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteMembership

func (*CleanRooms) DeleteMembershipRequest

func (c *CleanRooms) DeleteMembershipRequest(input *DeleteMembershipInput) (req *request.Request, output *DeleteMembershipOutput)

DeleteMembershipRequest generates a "aws/request.Request" representing the client's request for the DeleteMembership 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 DeleteMembership for more information on using the DeleteMembership 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 DeleteMembershipRequest method.
req, resp := client.DeleteMembershipRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteMembership

func (*CleanRooms) DeleteMembershipWithContext

func (c *CleanRooms) DeleteMembershipWithContext(ctx aws.Context, input *DeleteMembershipInput, opts ...request.Option) (*DeleteMembershipOutput, error)

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

See DeleteMembership 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 (*CleanRooms) DeletePrivacyBudgetTemplate added in v1.48.8

func (c *CleanRooms) DeletePrivacyBudgetTemplate(input *DeletePrivacyBudgetTemplateInput) (*DeletePrivacyBudgetTemplateOutput, error)

DeletePrivacyBudgetTemplate API operation for AWS Clean Rooms Service.

Deletes a privacy budget template for a specified membership.

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 AWS Clean Rooms Service's API operation DeletePrivacyBudgetTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeletePrivacyBudgetTemplate

func (*CleanRooms) DeletePrivacyBudgetTemplateRequest added in v1.48.8

func (c *CleanRooms) DeletePrivacyBudgetTemplateRequest(input *DeletePrivacyBudgetTemplateInput) (req *request.Request, output *DeletePrivacyBudgetTemplateOutput)

DeletePrivacyBudgetTemplateRequest generates a "aws/request.Request" representing the client's request for the DeletePrivacyBudgetTemplate 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 DeletePrivacyBudgetTemplate for more information on using the DeletePrivacyBudgetTemplate 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 DeletePrivacyBudgetTemplateRequest method.
req, resp := client.DeletePrivacyBudgetTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeletePrivacyBudgetTemplate

func (*CleanRooms) DeletePrivacyBudgetTemplateWithContext added in v1.48.8

func (c *CleanRooms) DeletePrivacyBudgetTemplateWithContext(ctx aws.Context, input *DeletePrivacyBudgetTemplateInput, opts ...request.Option) (*DeletePrivacyBudgetTemplateOutput, error)

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

See DeletePrivacyBudgetTemplate 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 (*CleanRooms) GetAnalysisTemplate added in v1.44.313

func (c *CleanRooms) GetAnalysisTemplate(input *GetAnalysisTemplateInput) (*GetAnalysisTemplateOutput, error)

GetAnalysisTemplate API operation for AWS Clean Rooms Service.

Retrieves an analysis 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 AWS Clean Rooms Service's API operation GetAnalysisTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetAnalysisTemplate

func (*CleanRooms) GetAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) GetAnalysisTemplateRequest(input *GetAnalysisTemplateInput) (req *request.Request, output *GetAnalysisTemplateOutput)

GetAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the GetAnalysisTemplate 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 GetAnalysisTemplate for more information on using the GetAnalysisTemplate 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 GetAnalysisTemplateRequest method.
req, resp := client.GetAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetAnalysisTemplate

func (*CleanRooms) GetAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) GetAnalysisTemplateWithContext(ctx aws.Context, input *GetAnalysisTemplateInput, opts ...request.Option) (*GetAnalysisTemplateOutput, error)

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

See GetAnalysisTemplate 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 (*CleanRooms) GetCollaboration

func (c *CleanRooms) GetCollaboration(input *GetCollaborationInput) (*GetCollaborationOutput, error)

GetCollaboration API operation for AWS Clean Rooms Service.

Returns metadata about a collaboration.

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 AWS Clean Rooms Service's API operation GetCollaboration for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaboration

func (*CleanRooms) GetCollaborationAnalysisTemplate added in v1.44.313

func (c *CleanRooms) GetCollaborationAnalysisTemplate(input *GetCollaborationAnalysisTemplateInput) (*GetCollaborationAnalysisTemplateOutput, error)

GetCollaborationAnalysisTemplate API operation for AWS Clean Rooms Service.

Retrieves an analysis template within a collaboration.

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 AWS Clean Rooms Service's API operation GetCollaborationAnalysisTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationAnalysisTemplate

func (*CleanRooms) GetCollaborationAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) GetCollaborationAnalysisTemplateRequest(input *GetCollaborationAnalysisTemplateInput) (req *request.Request, output *GetCollaborationAnalysisTemplateOutput)

GetCollaborationAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the GetCollaborationAnalysisTemplate 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 GetCollaborationAnalysisTemplate for more information on using the GetCollaborationAnalysisTemplate 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 GetCollaborationAnalysisTemplateRequest method.
req, resp := client.GetCollaborationAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationAnalysisTemplate

func (*CleanRooms) GetCollaborationAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) GetCollaborationAnalysisTemplateWithContext(ctx aws.Context, input *GetCollaborationAnalysisTemplateInput, opts ...request.Option) (*GetCollaborationAnalysisTemplateOutput, error)

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

See GetCollaborationAnalysisTemplate 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 (*CleanRooms) GetCollaborationConfiguredAudienceModelAssociation added in v1.48.8

GetCollaborationConfiguredAudienceModelAssociation API operation for AWS Clean Rooms Service.

Retrieves a configured audience model association within a collaboration.

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 AWS Clean Rooms Service's API operation GetCollaborationConfiguredAudienceModelAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationConfiguredAudienceModelAssociation

func (*CleanRooms) GetCollaborationConfiguredAudienceModelAssociationRequest added in v1.48.8

func (c *CleanRooms) GetCollaborationConfiguredAudienceModelAssociationRequest(input *GetCollaborationConfiguredAudienceModelAssociationInput) (req *request.Request, output *GetCollaborationConfiguredAudienceModelAssociationOutput)

GetCollaborationConfiguredAudienceModelAssociationRequest generates a "aws/request.Request" representing the client's request for the GetCollaborationConfiguredAudienceModelAssociation 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 GetCollaborationConfiguredAudienceModelAssociation for more information on using the GetCollaborationConfiguredAudienceModelAssociation 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 GetCollaborationConfiguredAudienceModelAssociationRequest method.
req, resp := client.GetCollaborationConfiguredAudienceModelAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationConfiguredAudienceModelAssociation

func (*CleanRooms) GetCollaborationConfiguredAudienceModelAssociationWithContext added in v1.48.8

func (c *CleanRooms) GetCollaborationConfiguredAudienceModelAssociationWithContext(ctx aws.Context, input *GetCollaborationConfiguredAudienceModelAssociationInput, opts ...request.Option) (*GetCollaborationConfiguredAudienceModelAssociationOutput, error)

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

See GetCollaborationConfiguredAudienceModelAssociation 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 (*CleanRooms) GetCollaborationPrivacyBudgetTemplate added in v1.48.8

GetCollaborationPrivacyBudgetTemplate API operation for AWS Clean Rooms Service.

Returns details about a specified privacy budget 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 AWS Clean Rooms Service's API operation GetCollaborationPrivacyBudgetTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationPrivacyBudgetTemplate

func (*CleanRooms) GetCollaborationPrivacyBudgetTemplateRequest added in v1.48.8

func (c *CleanRooms) GetCollaborationPrivacyBudgetTemplateRequest(input *GetCollaborationPrivacyBudgetTemplateInput) (req *request.Request, output *GetCollaborationPrivacyBudgetTemplateOutput)

GetCollaborationPrivacyBudgetTemplateRequest generates a "aws/request.Request" representing the client's request for the GetCollaborationPrivacyBudgetTemplate 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 GetCollaborationPrivacyBudgetTemplate for more information on using the GetCollaborationPrivacyBudgetTemplate 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 GetCollaborationPrivacyBudgetTemplateRequest method.
req, resp := client.GetCollaborationPrivacyBudgetTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationPrivacyBudgetTemplate

func (*CleanRooms) GetCollaborationPrivacyBudgetTemplateWithContext added in v1.48.8

func (c *CleanRooms) GetCollaborationPrivacyBudgetTemplateWithContext(ctx aws.Context, input *GetCollaborationPrivacyBudgetTemplateInput, opts ...request.Option) (*GetCollaborationPrivacyBudgetTemplateOutput, error)

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

See GetCollaborationPrivacyBudgetTemplate 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 (*CleanRooms) GetCollaborationRequest

func (c *CleanRooms) GetCollaborationRequest(input *GetCollaborationInput) (req *request.Request, output *GetCollaborationOutput)

GetCollaborationRequest generates a "aws/request.Request" representing the client's request for the GetCollaboration 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 GetCollaboration for more information on using the GetCollaboration 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 GetCollaborationRequest method.
req, resp := client.GetCollaborationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaboration

func (*CleanRooms) GetCollaborationWithContext

func (c *CleanRooms) GetCollaborationWithContext(ctx aws.Context, input *GetCollaborationInput, opts ...request.Option) (*GetCollaborationOutput, error)

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

See GetCollaboration 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 (*CleanRooms) GetConfiguredAudienceModelAssociation added in v1.48.8

GetConfiguredAudienceModelAssociation API operation for AWS Clean Rooms Service.

Returns information about a configured audience model association.

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 AWS Clean Rooms Service's API operation GetConfiguredAudienceModelAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredAudienceModelAssociation

func (*CleanRooms) GetConfiguredAudienceModelAssociationRequest added in v1.48.8

func (c *CleanRooms) GetConfiguredAudienceModelAssociationRequest(input *GetConfiguredAudienceModelAssociationInput) (req *request.Request, output *GetConfiguredAudienceModelAssociationOutput)

GetConfiguredAudienceModelAssociationRequest generates a "aws/request.Request" representing the client's request for the GetConfiguredAudienceModelAssociation 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 GetConfiguredAudienceModelAssociation for more information on using the GetConfiguredAudienceModelAssociation 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 GetConfiguredAudienceModelAssociationRequest method.
req, resp := client.GetConfiguredAudienceModelAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredAudienceModelAssociation

func (*CleanRooms) GetConfiguredAudienceModelAssociationWithContext added in v1.48.8

func (c *CleanRooms) GetConfiguredAudienceModelAssociationWithContext(ctx aws.Context, input *GetConfiguredAudienceModelAssociationInput, opts ...request.Option) (*GetConfiguredAudienceModelAssociationOutput, error)

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

See GetConfiguredAudienceModelAssociation 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 (*CleanRooms) GetConfiguredTable

func (c *CleanRooms) GetConfiguredTable(input *GetConfiguredTableInput) (*GetConfiguredTableOutput, error)

GetConfiguredTable API operation for AWS Clean Rooms Service.

Retrieves a configured table.

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 AWS Clean Rooms Service's API operation GetConfiguredTable for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTable

func (*CleanRooms) GetConfiguredTableAnalysisRule

func (c *CleanRooms) GetConfiguredTableAnalysisRule(input *GetConfiguredTableAnalysisRuleInput) (*GetConfiguredTableAnalysisRuleOutput, error)

GetConfiguredTableAnalysisRule API operation for AWS Clean Rooms Service.

Retrieves a configured table analysis rule.

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 AWS Clean Rooms Service's API operation GetConfiguredTableAnalysisRule for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTableAnalysisRule

func (*CleanRooms) GetConfiguredTableAnalysisRuleRequest

func (c *CleanRooms) GetConfiguredTableAnalysisRuleRequest(input *GetConfiguredTableAnalysisRuleInput) (req *request.Request, output *GetConfiguredTableAnalysisRuleOutput)

GetConfiguredTableAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the GetConfiguredTableAnalysisRule 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 GetConfiguredTableAnalysisRule for more information on using the GetConfiguredTableAnalysisRule 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 GetConfiguredTableAnalysisRuleRequest method.
req, resp := client.GetConfiguredTableAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTableAnalysisRule

func (*CleanRooms) GetConfiguredTableAnalysisRuleWithContext

func (c *CleanRooms) GetConfiguredTableAnalysisRuleWithContext(ctx aws.Context, input *GetConfiguredTableAnalysisRuleInput, opts ...request.Option) (*GetConfiguredTableAnalysisRuleOutput, error)

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

See GetConfiguredTableAnalysisRule 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 (*CleanRooms) GetConfiguredTableAssociation

func (c *CleanRooms) GetConfiguredTableAssociation(input *GetConfiguredTableAssociationInput) (*GetConfiguredTableAssociationOutput, error)

GetConfiguredTableAssociation API operation for AWS Clean Rooms Service.

Retrieves a configured table association.

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 AWS Clean Rooms Service's API operation GetConfiguredTableAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTableAssociation

func (*CleanRooms) GetConfiguredTableAssociationRequest

func (c *CleanRooms) GetConfiguredTableAssociationRequest(input *GetConfiguredTableAssociationInput) (req *request.Request, output *GetConfiguredTableAssociationOutput)

GetConfiguredTableAssociationRequest generates a "aws/request.Request" representing the client's request for the GetConfiguredTableAssociation 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 GetConfiguredTableAssociation for more information on using the GetConfiguredTableAssociation 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 GetConfiguredTableAssociationRequest method.
req, resp := client.GetConfiguredTableAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTableAssociation

func (*CleanRooms) GetConfiguredTableAssociationWithContext

func (c *CleanRooms) GetConfiguredTableAssociationWithContext(ctx aws.Context, input *GetConfiguredTableAssociationInput, opts ...request.Option) (*GetConfiguredTableAssociationOutput, error)

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

See GetConfiguredTableAssociation 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 (*CleanRooms) GetConfiguredTableRequest

func (c *CleanRooms) GetConfiguredTableRequest(input *GetConfiguredTableInput) (req *request.Request, output *GetConfiguredTableOutput)

GetConfiguredTableRequest generates a "aws/request.Request" representing the client's request for the GetConfiguredTable 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 GetConfiguredTable for more information on using the GetConfiguredTable 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 GetConfiguredTableRequest method.
req, resp := client.GetConfiguredTableRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTable

func (*CleanRooms) GetConfiguredTableWithContext

func (c *CleanRooms) GetConfiguredTableWithContext(ctx aws.Context, input *GetConfiguredTableInput, opts ...request.Option) (*GetConfiguredTableOutput, error)

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

See GetConfiguredTable 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 (*CleanRooms) GetMembership

func (c *CleanRooms) GetMembership(input *GetMembershipInput) (*GetMembershipOutput, error)

GetMembership API operation for AWS Clean Rooms Service.

Retrieves a specified membership for an identifier.

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 AWS Clean Rooms Service's API operation GetMembership for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetMembership

func (*CleanRooms) GetMembershipRequest

func (c *CleanRooms) GetMembershipRequest(input *GetMembershipInput) (req *request.Request, output *GetMembershipOutput)

GetMembershipRequest generates a "aws/request.Request" representing the client's request for the GetMembership 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 GetMembership for more information on using the GetMembership 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 GetMembershipRequest method.
req, resp := client.GetMembershipRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetMembership

func (*CleanRooms) GetMembershipWithContext

func (c *CleanRooms) GetMembershipWithContext(ctx aws.Context, input *GetMembershipInput, opts ...request.Option) (*GetMembershipOutput, error)

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

See GetMembership 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 (*CleanRooms) GetPrivacyBudgetTemplate added in v1.48.8

func (c *CleanRooms) GetPrivacyBudgetTemplate(input *GetPrivacyBudgetTemplateInput) (*GetPrivacyBudgetTemplateOutput, error)

GetPrivacyBudgetTemplate API operation for AWS Clean Rooms Service.

Returns details for a specified privacy budget 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 AWS Clean Rooms Service's API operation GetPrivacyBudgetTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetPrivacyBudgetTemplate

func (*CleanRooms) GetPrivacyBudgetTemplateRequest added in v1.48.8

func (c *CleanRooms) GetPrivacyBudgetTemplateRequest(input *GetPrivacyBudgetTemplateInput) (req *request.Request, output *GetPrivacyBudgetTemplateOutput)

GetPrivacyBudgetTemplateRequest generates a "aws/request.Request" representing the client's request for the GetPrivacyBudgetTemplate 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 GetPrivacyBudgetTemplate for more information on using the GetPrivacyBudgetTemplate 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 GetPrivacyBudgetTemplateRequest method.
req, resp := client.GetPrivacyBudgetTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetPrivacyBudgetTemplate

func (*CleanRooms) GetPrivacyBudgetTemplateWithContext added in v1.48.8

func (c *CleanRooms) GetPrivacyBudgetTemplateWithContext(ctx aws.Context, input *GetPrivacyBudgetTemplateInput, opts ...request.Option) (*GetPrivacyBudgetTemplateOutput, error)

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

See GetPrivacyBudgetTemplate 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 (*CleanRooms) GetProtectedQuery

func (c *CleanRooms) GetProtectedQuery(input *GetProtectedQueryInput) (*GetProtectedQueryOutput, error)

GetProtectedQuery API operation for AWS Clean Rooms Service.

Returns query processing metadata.

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 AWS Clean Rooms Service's API operation GetProtectedQuery for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetProtectedQuery

func (*CleanRooms) GetProtectedQueryRequest

func (c *CleanRooms) GetProtectedQueryRequest(input *GetProtectedQueryInput) (req *request.Request, output *GetProtectedQueryOutput)

GetProtectedQueryRequest generates a "aws/request.Request" representing the client's request for the GetProtectedQuery 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 GetProtectedQuery for more information on using the GetProtectedQuery 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 GetProtectedQueryRequest method.
req, resp := client.GetProtectedQueryRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetProtectedQuery

func (*CleanRooms) GetProtectedQueryWithContext

func (c *CleanRooms) GetProtectedQueryWithContext(ctx aws.Context, input *GetProtectedQueryInput, opts ...request.Option) (*GetProtectedQueryOutput, error)

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

See GetProtectedQuery 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 (*CleanRooms) GetSchema

func (c *CleanRooms) GetSchema(input *GetSchemaInput) (*GetSchemaOutput, error)

GetSchema API operation for AWS Clean Rooms Service.

Retrieves the schema for a relation within a collaboration.

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 AWS Clean Rooms Service's API operation GetSchema for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetSchema

func (*CleanRooms) GetSchemaAnalysisRule

func (c *CleanRooms) GetSchemaAnalysisRule(input *GetSchemaAnalysisRuleInput) (*GetSchemaAnalysisRuleOutput, error)

GetSchemaAnalysisRule API operation for AWS Clean Rooms Service.

Retrieves a schema analysis rule.

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 AWS Clean Rooms Service's API operation GetSchemaAnalysisRule for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetSchemaAnalysisRule

func (*CleanRooms) GetSchemaAnalysisRuleRequest

func (c *CleanRooms) GetSchemaAnalysisRuleRequest(input *GetSchemaAnalysisRuleInput) (req *request.Request, output *GetSchemaAnalysisRuleOutput)

GetSchemaAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the GetSchemaAnalysisRule 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 GetSchemaAnalysisRule for more information on using the GetSchemaAnalysisRule 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 GetSchemaAnalysisRuleRequest method.
req, resp := client.GetSchemaAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetSchemaAnalysisRule

func (*CleanRooms) GetSchemaAnalysisRuleWithContext

func (c *CleanRooms) GetSchemaAnalysisRuleWithContext(ctx aws.Context, input *GetSchemaAnalysisRuleInput, opts ...request.Option) (*GetSchemaAnalysisRuleOutput, error)

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

See GetSchemaAnalysisRule 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 (*CleanRooms) GetSchemaRequest

func (c *CleanRooms) GetSchemaRequest(input *GetSchemaInput) (req *request.Request, output *GetSchemaOutput)

GetSchemaRequest generates a "aws/request.Request" representing the client's request for the GetSchema 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 GetSchema for more information on using the GetSchema 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 GetSchemaRequest method.
req, resp := client.GetSchemaRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetSchema

func (*CleanRooms) GetSchemaWithContext

func (c *CleanRooms) GetSchemaWithContext(ctx aws.Context, input *GetSchemaInput, opts ...request.Option) (*GetSchemaOutput, error)

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

See GetSchema 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 (*CleanRooms) ListAnalysisTemplates added in v1.44.313

func (c *CleanRooms) ListAnalysisTemplates(input *ListAnalysisTemplatesInput) (*ListAnalysisTemplatesOutput, error)

ListAnalysisTemplates API operation for AWS Clean Rooms Service.

Lists analysis templates that the caller owns.

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 AWS Clean Rooms Service's API operation ListAnalysisTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListAnalysisTemplates

func (*CleanRooms) ListAnalysisTemplatesPages added in v1.44.313

func (c *CleanRooms) ListAnalysisTemplatesPages(input *ListAnalysisTemplatesInput, fn func(*ListAnalysisTemplatesOutput, bool) bool) error

ListAnalysisTemplatesPages iterates over the pages of a ListAnalysisTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAnalysisTemplates 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 ListAnalysisTemplates operation.
pageNum := 0
err := client.ListAnalysisTemplatesPages(params,
    func(page *cleanrooms.ListAnalysisTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListAnalysisTemplatesPagesWithContext added in v1.44.313

func (c *CleanRooms) ListAnalysisTemplatesPagesWithContext(ctx aws.Context, input *ListAnalysisTemplatesInput, fn func(*ListAnalysisTemplatesOutput, bool) bool, opts ...request.Option) error

ListAnalysisTemplatesPagesWithContext same as ListAnalysisTemplatesPages 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 (*CleanRooms) ListAnalysisTemplatesRequest added in v1.44.313

func (c *CleanRooms) ListAnalysisTemplatesRequest(input *ListAnalysisTemplatesInput) (req *request.Request, output *ListAnalysisTemplatesOutput)

ListAnalysisTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListAnalysisTemplates 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 ListAnalysisTemplates for more information on using the ListAnalysisTemplates 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 ListAnalysisTemplatesRequest method.
req, resp := client.ListAnalysisTemplatesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListAnalysisTemplates

func (*CleanRooms) ListAnalysisTemplatesWithContext added in v1.44.313

func (c *CleanRooms) ListAnalysisTemplatesWithContext(ctx aws.Context, input *ListAnalysisTemplatesInput, opts ...request.Option) (*ListAnalysisTemplatesOutput, error)

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

See ListAnalysisTemplates 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 (*CleanRooms) ListCollaborationAnalysisTemplates added in v1.44.313

ListCollaborationAnalysisTemplates API operation for AWS Clean Rooms Service.

Lists analysis templates within a collaboration.

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 AWS Clean Rooms Service's API operation ListCollaborationAnalysisTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationAnalysisTemplates

func (*CleanRooms) ListCollaborationAnalysisTemplatesPages added in v1.44.313

func (c *CleanRooms) ListCollaborationAnalysisTemplatesPages(input *ListCollaborationAnalysisTemplatesInput, fn func(*ListCollaborationAnalysisTemplatesOutput, bool) bool) error

ListCollaborationAnalysisTemplatesPages iterates over the pages of a ListCollaborationAnalysisTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCollaborationAnalysisTemplates 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 ListCollaborationAnalysisTemplates operation.
pageNum := 0
err := client.ListCollaborationAnalysisTemplatesPages(params,
    func(page *cleanrooms.ListCollaborationAnalysisTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListCollaborationAnalysisTemplatesPagesWithContext added in v1.44.313

func (c *CleanRooms) ListCollaborationAnalysisTemplatesPagesWithContext(ctx aws.Context, input *ListCollaborationAnalysisTemplatesInput, fn func(*ListCollaborationAnalysisTemplatesOutput, bool) bool, opts ...request.Option) error

ListCollaborationAnalysisTemplatesPagesWithContext same as ListCollaborationAnalysisTemplatesPages 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 (*CleanRooms) ListCollaborationAnalysisTemplatesRequest added in v1.44.313

func (c *CleanRooms) ListCollaborationAnalysisTemplatesRequest(input *ListCollaborationAnalysisTemplatesInput) (req *request.Request, output *ListCollaborationAnalysisTemplatesOutput)

ListCollaborationAnalysisTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListCollaborationAnalysisTemplates 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 ListCollaborationAnalysisTemplates for more information on using the ListCollaborationAnalysisTemplates 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 ListCollaborationAnalysisTemplatesRequest method.
req, resp := client.ListCollaborationAnalysisTemplatesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationAnalysisTemplates

func (*CleanRooms) ListCollaborationAnalysisTemplatesWithContext added in v1.44.313

func (c *CleanRooms) ListCollaborationAnalysisTemplatesWithContext(ctx aws.Context, input *ListCollaborationAnalysisTemplatesInput, opts ...request.Option) (*ListCollaborationAnalysisTemplatesOutput, error)

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

See ListCollaborationAnalysisTemplates 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 (*CleanRooms) ListCollaborationConfiguredAudienceModelAssociations added in v1.48.8

ListCollaborationConfiguredAudienceModelAssociations API operation for AWS Clean Rooms Service.

Lists configured audience model associations within a collaboration.

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 AWS Clean Rooms Service's API operation ListCollaborationConfiguredAudienceModelAssociations for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationConfiguredAudienceModelAssociations

func (*CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsPages added in v1.48.8

func (c *CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsPages(input *ListCollaborationConfiguredAudienceModelAssociationsInput, fn func(*ListCollaborationConfiguredAudienceModelAssociationsOutput, bool) bool) error

ListCollaborationConfiguredAudienceModelAssociationsPages iterates over the pages of a ListCollaborationConfiguredAudienceModelAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCollaborationConfiguredAudienceModelAssociations 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 ListCollaborationConfiguredAudienceModelAssociations operation.
pageNum := 0
err := client.ListCollaborationConfiguredAudienceModelAssociationsPages(params,
    func(page *cleanrooms.ListCollaborationConfiguredAudienceModelAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsPagesWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsPagesWithContext(ctx aws.Context, input *ListCollaborationConfiguredAudienceModelAssociationsInput, fn func(*ListCollaborationConfiguredAudienceModelAssociationsOutput, bool) bool, opts ...request.Option) error

ListCollaborationConfiguredAudienceModelAssociationsPagesWithContext same as ListCollaborationConfiguredAudienceModelAssociationsPages 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 (*CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsRequest added in v1.48.8

func (c *CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsRequest(input *ListCollaborationConfiguredAudienceModelAssociationsInput) (req *request.Request, output *ListCollaborationConfiguredAudienceModelAssociationsOutput)

ListCollaborationConfiguredAudienceModelAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListCollaborationConfiguredAudienceModelAssociations 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 ListCollaborationConfiguredAudienceModelAssociations for more information on using the ListCollaborationConfiguredAudienceModelAssociations 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 ListCollaborationConfiguredAudienceModelAssociationsRequest method.
req, resp := client.ListCollaborationConfiguredAudienceModelAssociationsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationConfiguredAudienceModelAssociations

func (*CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationConfiguredAudienceModelAssociationsWithContext(ctx aws.Context, input *ListCollaborationConfiguredAudienceModelAssociationsInput, opts ...request.Option) (*ListCollaborationConfiguredAudienceModelAssociationsOutput, error)

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

See ListCollaborationConfiguredAudienceModelAssociations 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 (*CleanRooms) ListCollaborationPrivacyBudgetTemplates added in v1.48.8

ListCollaborationPrivacyBudgetTemplates API operation for AWS Clean Rooms Service.

Returns an array that summarizes each privacy budget template in a specified collaboration.

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 AWS Clean Rooms Service's API operation ListCollaborationPrivacyBudgetTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationPrivacyBudgetTemplates

func (*CleanRooms) ListCollaborationPrivacyBudgetTemplatesPages added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetTemplatesPages(input *ListCollaborationPrivacyBudgetTemplatesInput, fn func(*ListCollaborationPrivacyBudgetTemplatesOutput, bool) bool) error

ListCollaborationPrivacyBudgetTemplatesPages iterates over the pages of a ListCollaborationPrivacyBudgetTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCollaborationPrivacyBudgetTemplates 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 ListCollaborationPrivacyBudgetTemplates operation.
pageNum := 0
err := client.ListCollaborationPrivacyBudgetTemplatesPages(params,
    func(page *cleanrooms.ListCollaborationPrivacyBudgetTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListCollaborationPrivacyBudgetTemplatesPagesWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetTemplatesPagesWithContext(ctx aws.Context, input *ListCollaborationPrivacyBudgetTemplatesInput, fn func(*ListCollaborationPrivacyBudgetTemplatesOutput, bool) bool, opts ...request.Option) error

ListCollaborationPrivacyBudgetTemplatesPagesWithContext same as ListCollaborationPrivacyBudgetTemplatesPages 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 (*CleanRooms) ListCollaborationPrivacyBudgetTemplatesRequest added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetTemplatesRequest(input *ListCollaborationPrivacyBudgetTemplatesInput) (req *request.Request, output *ListCollaborationPrivacyBudgetTemplatesOutput)

ListCollaborationPrivacyBudgetTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListCollaborationPrivacyBudgetTemplates 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 ListCollaborationPrivacyBudgetTemplates for more information on using the ListCollaborationPrivacyBudgetTemplates 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 ListCollaborationPrivacyBudgetTemplatesRequest method.
req, resp := client.ListCollaborationPrivacyBudgetTemplatesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationPrivacyBudgetTemplates

func (*CleanRooms) ListCollaborationPrivacyBudgetTemplatesWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetTemplatesWithContext(ctx aws.Context, input *ListCollaborationPrivacyBudgetTemplatesInput, opts ...request.Option) (*ListCollaborationPrivacyBudgetTemplatesOutput, error)

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

See ListCollaborationPrivacyBudgetTemplates 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 (*CleanRooms) ListCollaborationPrivacyBudgets added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgets(input *ListCollaborationPrivacyBudgetsInput) (*ListCollaborationPrivacyBudgetsOutput, error)

ListCollaborationPrivacyBudgets API operation for AWS Clean Rooms Service.

Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.

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 AWS Clean Rooms Service's API operation ListCollaborationPrivacyBudgets for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationPrivacyBudgets

func (*CleanRooms) ListCollaborationPrivacyBudgetsPages added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetsPages(input *ListCollaborationPrivacyBudgetsInput, fn func(*ListCollaborationPrivacyBudgetsOutput, bool) bool) error

ListCollaborationPrivacyBudgetsPages iterates over the pages of a ListCollaborationPrivacyBudgets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCollaborationPrivacyBudgets 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 ListCollaborationPrivacyBudgets operation.
pageNum := 0
err := client.ListCollaborationPrivacyBudgetsPages(params,
    func(page *cleanrooms.ListCollaborationPrivacyBudgetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListCollaborationPrivacyBudgetsPagesWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetsPagesWithContext(ctx aws.Context, input *ListCollaborationPrivacyBudgetsInput, fn func(*ListCollaborationPrivacyBudgetsOutput, bool) bool, opts ...request.Option) error

ListCollaborationPrivacyBudgetsPagesWithContext same as ListCollaborationPrivacyBudgetsPages 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 (*CleanRooms) ListCollaborationPrivacyBudgetsRequest added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetsRequest(input *ListCollaborationPrivacyBudgetsInput) (req *request.Request, output *ListCollaborationPrivacyBudgetsOutput)

ListCollaborationPrivacyBudgetsRequest generates a "aws/request.Request" representing the client's request for the ListCollaborationPrivacyBudgets 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 ListCollaborationPrivacyBudgets for more information on using the ListCollaborationPrivacyBudgets 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 ListCollaborationPrivacyBudgetsRequest method.
req, resp := client.ListCollaborationPrivacyBudgetsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationPrivacyBudgets

func (*CleanRooms) ListCollaborationPrivacyBudgetsWithContext added in v1.48.8

func (c *CleanRooms) ListCollaborationPrivacyBudgetsWithContext(ctx aws.Context, input *ListCollaborationPrivacyBudgetsInput, opts ...request.Option) (*ListCollaborationPrivacyBudgetsOutput, error)

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

See ListCollaborationPrivacyBudgets 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 (*CleanRooms) ListCollaborations

func (c *CleanRooms) ListCollaborations(input *ListCollaborationsInput) (*ListCollaborationsOutput, error)

ListCollaborations API operation for AWS Clean Rooms Service.

Lists collaborations the caller owns, is active in, or has been invited 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 AWS Clean Rooms Service's API operation ListCollaborations for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborations

func (*CleanRooms) ListCollaborationsPages

func (c *CleanRooms) ListCollaborationsPages(input *ListCollaborationsInput, fn func(*ListCollaborationsOutput, bool) bool) error

ListCollaborationsPages iterates over the pages of a ListCollaborations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCollaborations 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 ListCollaborations operation.
pageNum := 0
err := client.ListCollaborationsPages(params,
    func(page *cleanrooms.ListCollaborationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListCollaborationsPagesWithContext

func (c *CleanRooms) ListCollaborationsPagesWithContext(ctx aws.Context, input *ListCollaborationsInput, fn func(*ListCollaborationsOutput, bool) bool, opts ...request.Option) error

ListCollaborationsPagesWithContext same as ListCollaborationsPages 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 (*CleanRooms) ListCollaborationsRequest

func (c *CleanRooms) ListCollaborationsRequest(input *ListCollaborationsInput) (req *request.Request, output *ListCollaborationsOutput)

ListCollaborationsRequest generates a "aws/request.Request" representing the client's request for the ListCollaborations 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 ListCollaborations for more information on using the ListCollaborations 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 ListCollaborationsRequest method.
req, resp := client.ListCollaborationsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborations

func (*CleanRooms) ListCollaborationsWithContext

func (c *CleanRooms) ListCollaborationsWithContext(ctx aws.Context, input *ListCollaborationsInput, opts ...request.Option) (*ListCollaborationsOutput, error)

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

See ListCollaborations 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 (*CleanRooms) ListConfiguredAudienceModelAssociations added in v1.48.8

ListConfiguredAudienceModelAssociations API operation for AWS Clean Rooms Service.

Lists information about requested configured audience model associations.

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 AWS Clean Rooms Service's API operation ListConfiguredAudienceModelAssociations for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredAudienceModelAssociations

func (*CleanRooms) ListConfiguredAudienceModelAssociationsPages added in v1.48.8

func (c *CleanRooms) ListConfiguredAudienceModelAssociationsPages(input *ListConfiguredAudienceModelAssociationsInput, fn func(*ListConfiguredAudienceModelAssociationsOutput, bool) bool) error

ListConfiguredAudienceModelAssociationsPages iterates over the pages of a ListConfiguredAudienceModelAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConfiguredAudienceModelAssociations 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 ListConfiguredAudienceModelAssociations operation.
pageNum := 0
err := client.ListConfiguredAudienceModelAssociationsPages(params,
    func(page *cleanrooms.ListConfiguredAudienceModelAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListConfiguredAudienceModelAssociationsPagesWithContext added in v1.48.8

func (c *CleanRooms) ListConfiguredAudienceModelAssociationsPagesWithContext(ctx aws.Context, input *ListConfiguredAudienceModelAssociationsInput, fn func(*ListConfiguredAudienceModelAssociationsOutput, bool) bool, opts ...request.Option) error

ListConfiguredAudienceModelAssociationsPagesWithContext same as ListConfiguredAudienceModelAssociationsPages 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 (*CleanRooms) ListConfiguredAudienceModelAssociationsRequest added in v1.48.8

func (c *CleanRooms) ListConfiguredAudienceModelAssociationsRequest(input *ListConfiguredAudienceModelAssociationsInput) (req *request.Request, output *ListConfiguredAudienceModelAssociationsOutput)

ListConfiguredAudienceModelAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListConfiguredAudienceModelAssociations 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 ListConfiguredAudienceModelAssociations for more information on using the ListConfiguredAudienceModelAssociations 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 ListConfiguredAudienceModelAssociationsRequest method.
req, resp := client.ListConfiguredAudienceModelAssociationsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredAudienceModelAssociations

func (*CleanRooms) ListConfiguredAudienceModelAssociationsWithContext added in v1.48.8

func (c *CleanRooms) ListConfiguredAudienceModelAssociationsWithContext(ctx aws.Context, input *ListConfiguredAudienceModelAssociationsInput, opts ...request.Option) (*ListConfiguredAudienceModelAssociationsOutput, error)

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

See ListConfiguredAudienceModelAssociations 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 (*CleanRooms) ListConfiguredTableAssociations

func (c *CleanRooms) ListConfiguredTableAssociations(input *ListConfiguredTableAssociationsInput) (*ListConfiguredTableAssociationsOutput, error)

ListConfiguredTableAssociations API operation for AWS Clean Rooms Service.

Lists configured table associations for a membership.

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 AWS Clean Rooms Service's API operation ListConfiguredTableAssociations for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredTableAssociations

func (*CleanRooms) ListConfiguredTableAssociationsPages

func (c *CleanRooms) ListConfiguredTableAssociationsPages(input *ListConfiguredTableAssociationsInput, fn func(*ListConfiguredTableAssociationsOutput, bool) bool) error

ListConfiguredTableAssociationsPages iterates over the pages of a ListConfiguredTableAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConfiguredTableAssociations 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 ListConfiguredTableAssociations operation.
pageNum := 0
err := client.ListConfiguredTableAssociationsPages(params,
    func(page *cleanrooms.ListConfiguredTableAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListConfiguredTableAssociationsPagesWithContext

func (c *CleanRooms) ListConfiguredTableAssociationsPagesWithContext(ctx aws.Context, input *ListConfiguredTableAssociationsInput, fn func(*ListConfiguredTableAssociationsOutput, bool) bool, opts ...request.Option) error

ListConfiguredTableAssociationsPagesWithContext same as ListConfiguredTableAssociationsPages 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 (*CleanRooms) ListConfiguredTableAssociationsRequest

func (c *CleanRooms) ListConfiguredTableAssociationsRequest(input *ListConfiguredTableAssociationsInput) (req *request.Request, output *ListConfiguredTableAssociationsOutput)

ListConfiguredTableAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListConfiguredTableAssociations 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 ListConfiguredTableAssociations for more information on using the ListConfiguredTableAssociations 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 ListConfiguredTableAssociationsRequest method.
req, resp := client.ListConfiguredTableAssociationsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredTableAssociations

func (*CleanRooms) ListConfiguredTableAssociationsWithContext

func (c *CleanRooms) ListConfiguredTableAssociationsWithContext(ctx aws.Context, input *ListConfiguredTableAssociationsInput, opts ...request.Option) (*ListConfiguredTableAssociationsOutput, error)

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

See ListConfiguredTableAssociations 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 (*CleanRooms) ListConfiguredTables

func (c *CleanRooms) ListConfiguredTables(input *ListConfiguredTablesInput) (*ListConfiguredTablesOutput, error)

ListConfiguredTables API operation for AWS Clean Rooms Service.

Lists configured tables.

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 AWS Clean Rooms Service's API operation ListConfiguredTables for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredTables

func (*CleanRooms) ListConfiguredTablesPages

func (c *CleanRooms) ListConfiguredTablesPages(input *ListConfiguredTablesInput, fn func(*ListConfiguredTablesOutput, bool) bool) error

ListConfiguredTablesPages iterates over the pages of a ListConfiguredTables operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConfiguredTables 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 ListConfiguredTables operation.
pageNum := 0
err := client.ListConfiguredTablesPages(params,
    func(page *cleanrooms.ListConfiguredTablesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListConfiguredTablesPagesWithContext

func (c *CleanRooms) ListConfiguredTablesPagesWithContext(ctx aws.Context, input *ListConfiguredTablesInput, fn func(*ListConfiguredTablesOutput, bool) bool, opts ...request.Option) error

ListConfiguredTablesPagesWithContext same as ListConfiguredTablesPages 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 (*CleanRooms) ListConfiguredTablesRequest

func (c *CleanRooms) ListConfiguredTablesRequest(input *ListConfiguredTablesInput) (req *request.Request, output *ListConfiguredTablesOutput)

ListConfiguredTablesRequest generates a "aws/request.Request" representing the client's request for the ListConfiguredTables 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 ListConfiguredTables for more information on using the ListConfiguredTables 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 ListConfiguredTablesRequest method.
req, resp := client.ListConfiguredTablesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListConfiguredTables

func (*CleanRooms) ListConfiguredTablesWithContext

func (c *CleanRooms) ListConfiguredTablesWithContext(ctx aws.Context, input *ListConfiguredTablesInput, opts ...request.Option) (*ListConfiguredTablesOutput, error)

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

See ListConfiguredTables 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 (*CleanRooms) ListMembers

func (c *CleanRooms) ListMembers(input *ListMembersInput) (*ListMembersOutput, error)

ListMembers API operation for AWS Clean Rooms Service.

Lists all members within a collaboration.

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 AWS Clean Rooms Service's API operation ListMembers for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMembers

func (*CleanRooms) ListMembersPages

func (c *CleanRooms) ListMembersPages(input *ListMembersInput, fn func(*ListMembersOutput, bool) bool) error

ListMembersPages iterates over the pages of a ListMembers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMembers 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 ListMembers operation.
pageNum := 0
err := client.ListMembersPages(params,
    func(page *cleanrooms.ListMembersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListMembersPagesWithContext

func (c *CleanRooms) ListMembersPagesWithContext(ctx aws.Context, input *ListMembersInput, fn func(*ListMembersOutput, bool) bool, opts ...request.Option) error

ListMembersPagesWithContext same as ListMembersPages 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 (*CleanRooms) ListMembersRequest

func (c *CleanRooms) ListMembersRequest(input *ListMembersInput) (req *request.Request, output *ListMembersOutput)

ListMembersRequest generates a "aws/request.Request" representing the client's request for the ListMembers 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 ListMembers for more information on using the ListMembers 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 ListMembersRequest method.
req, resp := client.ListMembersRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMembers

func (*CleanRooms) ListMembersWithContext

func (c *CleanRooms) ListMembersWithContext(ctx aws.Context, input *ListMembersInput, opts ...request.Option) (*ListMembersOutput, error)

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

See ListMembers 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 (*CleanRooms) ListMemberships

func (c *CleanRooms) ListMemberships(input *ListMembershipsInput) (*ListMembershipsOutput, error)

ListMemberships API operation for AWS Clean Rooms Service.

Lists all memberships resources within the caller's 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 AWS Clean Rooms Service's API operation ListMemberships for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMemberships

func (*CleanRooms) ListMembershipsPages

func (c *CleanRooms) ListMembershipsPages(input *ListMembershipsInput, fn func(*ListMembershipsOutput, bool) bool) error

ListMembershipsPages iterates over the pages of a ListMemberships operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMemberships 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 ListMemberships operation.
pageNum := 0
err := client.ListMembershipsPages(params,
    func(page *cleanrooms.ListMembershipsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListMembershipsPagesWithContext

func (c *CleanRooms) ListMembershipsPagesWithContext(ctx aws.Context, input *ListMembershipsInput, fn func(*ListMembershipsOutput, bool) bool, opts ...request.Option) error

ListMembershipsPagesWithContext same as ListMembershipsPages 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 (*CleanRooms) ListMembershipsRequest

func (c *CleanRooms) ListMembershipsRequest(input *ListMembershipsInput) (req *request.Request, output *ListMembershipsOutput)

ListMembershipsRequest generates a "aws/request.Request" representing the client's request for the ListMemberships 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 ListMemberships for more information on using the ListMemberships 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 ListMembershipsRequest method.
req, resp := client.ListMembershipsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMemberships

func (*CleanRooms) ListMembershipsWithContext

func (c *CleanRooms) ListMembershipsWithContext(ctx aws.Context, input *ListMembershipsInput, opts ...request.Option) (*ListMembershipsOutput, error)

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

See ListMemberships 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 (*CleanRooms) ListPrivacyBudgetTemplates added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetTemplates(input *ListPrivacyBudgetTemplatesInput) (*ListPrivacyBudgetTemplatesOutput, error)

ListPrivacyBudgetTemplates API operation for AWS Clean Rooms Service.

Returns detailed information about the privacy budget templates in a specified membership.

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 AWS Clean Rooms Service's API operation ListPrivacyBudgetTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListPrivacyBudgetTemplates

func (*CleanRooms) ListPrivacyBudgetTemplatesPages added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetTemplatesPages(input *ListPrivacyBudgetTemplatesInput, fn func(*ListPrivacyBudgetTemplatesOutput, bool) bool) error

ListPrivacyBudgetTemplatesPages iterates over the pages of a ListPrivacyBudgetTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPrivacyBudgetTemplates 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 ListPrivacyBudgetTemplates operation.
pageNum := 0
err := client.ListPrivacyBudgetTemplatesPages(params,
    func(page *cleanrooms.ListPrivacyBudgetTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListPrivacyBudgetTemplatesPagesWithContext added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetTemplatesPagesWithContext(ctx aws.Context, input *ListPrivacyBudgetTemplatesInput, fn func(*ListPrivacyBudgetTemplatesOutput, bool) bool, opts ...request.Option) error

ListPrivacyBudgetTemplatesPagesWithContext same as ListPrivacyBudgetTemplatesPages 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 (*CleanRooms) ListPrivacyBudgetTemplatesRequest added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetTemplatesRequest(input *ListPrivacyBudgetTemplatesInput) (req *request.Request, output *ListPrivacyBudgetTemplatesOutput)

ListPrivacyBudgetTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListPrivacyBudgetTemplates 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 ListPrivacyBudgetTemplates for more information on using the ListPrivacyBudgetTemplates 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 ListPrivacyBudgetTemplatesRequest method.
req, resp := client.ListPrivacyBudgetTemplatesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListPrivacyBudgetTemplates

func (*CleanRooms) ListPrivacyBudgetTemplatesWithContext added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetTemplatesWithContext(ctx aws.Context, input *ListPrivacyBudgetTemplatesInput, opts ...request.Option) (*ListPrivacyBudgetTemplatesOutput, error)

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

See ListPrivacyBudgetTemplates 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 (*CleanRooms) ListPrivacyBudgets added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgets(input *ListPrivacyBudgetsInput) (*ListPrivacyBudgetsOutput, error)

ListPrivacyBudgets API operation for AWS Clean Rooms Service.

Returns detailed information about the privacy budgets in a specified membership.

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 AWS Clean Rooms Service's API operation ListPrivacyBudgets for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListPrivacyBudgets

func (*CleanRooms) ListPrivacyBudgetsPages added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetsPages(input *ListPrivacyBudgetsInput, fn func(*ListPrivacyBudgetsOutput, bool) bool) error

ListPrivacyBudgetsPages iterates over the pages of a ListPrivacyBudgets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPrivacyBudgets 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 ListPrivacyBudgets operation.
pageNum := 0
err := client.ListPrivacyBudgetsPages(params,
    func(page *cleanrooms.ListPrivacyBudgetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListPrivacyBudgetsPagesWithContext added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetsPagesWithContext(ctx aws.Context, input *ListPrivacyBudgetsInput, fn func(*ListPrivacyBudgetsOutput, bool) bool, opts ...request.Option) error

ListPrivacyBudgetsPagesWithContext same as ListPrivacyBudgetsPages 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 (*CleanRooms) ListPrivacyBudgetsRequest added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetsRequest(input *ListPrivacyBudgetsInput) (req *request.Request, output *ListPrivacyBudgetsOutput)

ListPrivacyBudgetsRequest generates a "aws/request.Request" representing the client's request for the ListPrivacyBudgets 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 ListPrivacyBudgets for more information on using the ListPrivacyBudgets 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 ListPrivacyBudgetsRequest method.
req, resp := client.ListPrivacyBudgetsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListPrivacyBudgets

func (*CleanRooms) ListPrivacyBudgetsWithContext added in v1.48.8

func (c *CleanRooms) ListPrivacyBudgetsWithContext(ctx aws.Context, input *ListPrivacyBudgetsInput, opts ...request.Option) (*ListPrivacyBudgetsOutput, error)

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

See ListPrivacyBudgets 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 (*CleanRooms) ListProtectedQueries

func (c *CleanRooms) ListProtectedQueries(input *ListProtectedQueriesInput) (*ListProtectedQueriesOutput, error)

ListProtectedQueries API operation for AWS Clean Rooms Service.

Lists protected queries, sorted by the most recent query.

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 AWS Clean Rooms Service's API operation ListProtectedQueries for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListProtectedQueries

func (*CleanRooms) ListProtectedQueriesPages

func (c *CleanRooms) ListProtectedQueriesPages(input *ListProtectedQueriesInput, fn func(*ListProtectedQueriesOutput, bool) bool) error

ListProtectedQueriesPages iterates over the pages of a ListProtectedQueries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProtectedQueries 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 ListProtectedQueries operation.
pageNum := 0
err := client.ListProtectedQueriesPages(params,
    func(page *cleanrooms.ListProtectedQueriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListProtectedQueriesPagesWithContext

func (c *CleanRooms) ListProtectedQueriesPagesWithContext(ctx aws.Context, input *ListProtectedQueriesInput, fn func(*ListProtectedQueriesOutput, bool) bool, opts ...request.Option) error

ListProtectedQueriesPagesWithContext same as ListProtectedQueriesPages 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 (*CleanRooms) ListProtectedQueriesRequest

func (c *CleanRooms) ListProtectedQueriesRequest(input *ListProtectedQueriesInput) (req *request.Request, output *ListProtectedQueriesOutput)

ListProtectedQueriesRequest generates a "aws/request.Request" representing the client's request for the ListProtectedQueries 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 ListProtectedQueries for more information on using the ListProtectedQueries 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 ListProtectedQueriesRequest method.
req, resp := client.ListProtectedQueriesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListProtectedQueries

func (*CleanRooms) ListProtectedQueriesWithContext

func (c *CleanRooms) ListProtectedQueriesWithContext(ctx aws.Context, input *ListProtectedQueriesInput, opts ...request.Option) (*ListProtectedQueriesOutput, error)

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

See ListProtectedQueries 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 (*CleanRooms) ListSchemas

func (c *CleanRooms) ListSchemas(input *ListSchemasInput) (*ListSchemasOutput, error)

ListSchemas API operation for AWS Clean Rooms Service.

Lists the schemas for relations within a collaboration.

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 AWS Clean Rooms Service's API operation ListSchemas for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListSchemas

func (*CleanRooms) ListSchemasPages

func (c *CleanRooms) ListSchemasPages(input *ListSchemasInput, fn func(*ListSchemasOutput, bool) bool) error

ListSchemasPages iterates over the pages of a ListSchemas operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSchemas 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 ListSchemas operation.
pageNum := 0
err := client.ListSchemasPages(params,
    func(page *cleanrooms.ListSchemasOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CleanRooms) ListSchemasPagesWithContext

func (c *CleanRooms) ListSchemasPagesWithContext(ctx aws.Context, input *ListSchemasInput, fn func(*ListSchemasOutput, bool) bool, opts ...request.Option) error

ListSchemasPagesWithContext same as ListSchemasPages 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 (*CleanRooms) ListSchemasRequest

func (c *CleanRooms) ListSchemasRequest(input *ListSchemasInput) (req *request.Request, output *ListSchemasOutput)

ListSchemasRequest generates a "aws/request.Request" representing the client's request for the ListSchemas 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 ListSchemas for more information on using the ListSchemas 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 ListSchemasRequest method.
req, resp := client.ListSchemasRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListSchemas

func (*CleanRooms) ListSchemasWithContext

func (c *CleanRooms) ListSchemasWithContext(ctx aws.Context, input *ListSchemasInput, opts ...request.Option) (*ListSchemasOutput, error)

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

See ListSchemas 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 (*CleanRooms) ListTagsForResource added in v1.44.226

func (c *CleanRooms) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Clean Rooms Service.

Lists all of the tags that have been added to 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 AWS Clean Rooms Service's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • ValidationException The input fails to satisfy the specified constraints.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListTagsForResource

func (*CleanRooms) ListTagsForResourceRequest added in v1.44.226

func (c *CleanRooms) 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/cleanrooms-2022-02-17/ListTagsForResource

func (*CleanRooms) ListTagsForResourceWithContext added in v1.44.226

func (c *CleanRooms) 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 (*CleanRooms) PreviewPrivacyImpact added in v1.48.8

func (c *CleanRooms) PreviewPrivacyImpact(input *PreviewPrivacyImpactInput) (*PreviewPrivacyImpactOutput, error)

PreviewPrivacyImpact API operation for AWS Clean Rooms Service.

An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.

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 AWS Clean Rooms Service's API operation PreviewPrivacyImpact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/PreviewPrivacyImpact

func (*CleanRooms) PreviewPrivacyImpactRequest added in v1.48.8

func (c *CleanRooms) PreviewPrivacyImpactRequest(input *PreviewPrivacyImpactInput) (req *request.Request, output *PreviewPrivacyImpactOutput)

PreviewPrivacyImpactRequest generates a "aws/request.Request" representing the client's request for the PreviewPrivacyImpact 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 PreviewPrivacyImpact for more information on using the PreviewPrivacyImpact 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 PreviewPrivacyImpactRequest method.
req, resp := client.PreviewPrivacyImpactRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/PreviewPrivacyImpact

func (*CleanRooms) PreviewPrivacyImpactWithContext added in v1.48.8

func (c *CleanRooms) PreviewPrivacyImpactWithContext(ctx aws.Context, input *PreviewPrivacyImpactInput, opts ...request.Option) (*PreviewPrivacyImpactOutput, error)

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

See PreviewPrivacyImpact 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 (*CleanRooms) StartProtectedQuery

func (c *CleanRooms) StartProtectedQuery(input *StartProtectedQueryInput) (*StartProtectedQueryOutput, error)

StartProtectedQuery API operation for AWS Clean Rooms Service.

Creates a protected query that is started by Clean Rooms.

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 AWS Clean Rooms Service's API operation StartProtectedQuery for usage and error information.

Returned Error Types:

  • ServiceQuotaExceededException Request denied because service quota has been exceeded.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartProtectedQuery

func (*CleanRooms) StartProtectedQueryRequest

func (c *CleanRooms) StartProtectedQueryRequest(input *StartProtectedQueryInput) (req *request.Request, output *StartProtectedQueryOutput)

StartProtectedQueryRequest generates a "aws/request.Request" representing the client's request for the StartProtectedQuery 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 StartProtectedQuery for more information on using the StartProtectedQuery 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 StartProtectedQueryRequest method.
req, resp := client.StartProtectedQueryRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartProtectedQuery

func (*CleanRooms) StartProtectedQueryWithContext

func (c *CleanRooms) StartProtectedQueryWithContext(ctx aws.Context, input *StartProtectedQueryInput, opts ...request.Option) (*StartProtectedQueryOutput, error)

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

See StartProtectedQuery 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 (*CleanRooms) TagResource added in v1.44.226

func (c *CleanRooms) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS Clean Rooms Service.

Tags 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 AWS Clean Rooms Service's API operation TagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • ValidationException The input fails to satisfy the specified constraints.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/TagResource

func (*CleanRooms) TagResourceRequest added in v1.44.226

func (c *CleanRooms) 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/cleanrooms-2022-02-17/TagResource

func (*CleanRooms) TagResourceWithContext added in v1.44.226

func (c *CleanRooms) 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 (*CleanRooms) UntagResource added in v1.44.226

func (c *CleanRooms) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS Clean Rooms Service.

Removes a tag or list of tags from 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 AWS Clean Rooms Service's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • ValidationException The input fails to satisfy the specified constraints.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UntagResource

func (*CleanRooms) UntagResourceRequest added in v1.44.226

func (c *CleanRooms) 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/cleanrooms-2022-02-17/UntagResource

func (*CleanRooms) UntagResourceWithContext added in v1.44.226

func (c *CleanRooms) 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 (*CleanRooms) UpdateAnalysisTemplate added in v1.44.313

func (c *CleanRooms) UpdateAnalysisTemplate(input *UpdateAnalysisTemplateInput) (*UpdateAnalysisTemplateOutput, error)

UpdateAnalysisTemplate API operation for AWS Clean Rooms Service.

Updates the analysis template metadata.

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 AWS Clean Rooms Service's API operation UpdateAnalysisTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateAnalysisTemplate

func (*CleanRooms) UpdateAnalysisTemplateRequest added in v1.44.313

func (c *CleanRooms) UpdateAnalysisTemplateRequest(input *UpdateAnalysisTemplateInput) (req *request.Request, output *UpdateAnalysisTemplateOutput)

UpdateAnalysisTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateAnalysisTemplate 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 UpdateAnalysisTemplate for more information on using the UpdateAnalysisTemplate 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 UpdateAnalysisTemplateRequest method.
req, resp := client.UpdateAnalysisTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateAnalysisTemplate

func (*CleanRooms) UpdateAnalysisTemplateWithContext added in v1.44.313

func (c *CleanRooms) UpdateAnalysisTemplateWithContext(ctx aws.Context, input *UpdateAnalysisTemplateInput, opts ...request.Option) (*UpdateAnalysisTemplateOutput, error)

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

See UpdateAnalysisTemplate 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 (*CleanRooms) UpdateCollaboration

func (c *CleanRooms) UpdateCollaboration(input *UpdateCollaborationInput) (*UpdateCollaborationOutput, error)

UpdateCollaboration API operation for AWS Clean Rooms Service.

Updates collaboration metadata and can only be called by the collaboration owner.

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 AWS Clean Rooms Service's API operation UpdateCollaboration for usage and error information.

Returned Error Types:

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateCollaboration

func (*CleanRooms) UpdateCollaborationRequest

func (c *CleanRooms) UpdateCollaborationRequest(input *UpdateCollaborationInput) (req *request.Request, output *UpdateCollaborationOutput)

UpdateCollaborationRequest generates a "aws/request.Request" representing the client's request for the UpdateCollaboration 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 UpdateCollaboration for more information on using the UpdateCollaboration 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 UpdateCollaborationRequest method.
req, resp := client.UpdateCollaborationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateCollaboration

func (*CleanRooms) UpdateCollaborationWithContext

func (c *CleanRooms) UpdateCollaborationWithContext(ctx aws.Context, input *UpdateCollaborationInput, opts ...request.Option) (*UpdateCollaborationOutput, error)

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

See UpdateCollaboration 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 (*CleanRooms) UpdateConfiguredAudienceModelAssociation added in v1.48.8

UpdateConfiguredAudienceModelAssociation API operation for AWS Clean Rooms Service.

Provides the details necessary to update a configured audience model association.

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 AWS Clean Rooms Service's API operation UpdateConfiguredAudienceModelAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredAudienceModelAssociation

func (*CleanRooms) UpdateConfiguredAudienceModelAssociationRequest added in v1.48.8

func (c *CleanRooms) UpdateConfiguredAudienceModelAssociationRequest(input *UpdateConfiguredAudienceModelAssociationInput) (req *request.Request, output *UpdateConfiguredAudienceModelAssociationOutput)

UpdateConfiguredAudienceModelAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateConfiguredAudienceModelAssociation 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 UpdateConfiguredAudienceModelAssociation for more information on using the UpdateConfiguredAudienceModelAssociation 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 UpdateConfiguredAudienceModelAssociationRequest method.
req, resp := client.UpdateConfiguredAudienceModelAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredAudienceModelAssociation

func (*CleanRooms) UpdateConfiguredAudienceModelAssociationWithContext added in v1.48.8

func (c *CleanRooms) UpdateConfiguredAudienceModelAssociationWithContext(ctx aws.Context, input *UpdateConfiguredAudienceModelAssociationInput, opts ...request.Option) (*UpdateConfiguredAudienceModelAssociationOutput, error)

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

See UpdateConfiguredAudienceModelAssociation 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 (*CleanRooms) UpdateConfiguredTable

func (c *CleanRooms) UpdateConfiguredTable(input *UpdateConfiguredTableInput) (*UpdateConfiguredTableOutput, error)

UpdateConfiguredTable API operation for AWS Clean Rooms Service.

Updates a configured table.

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 AWS Clean Rooms Service's API operation UpdateConfiguredTable for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTable

func (*CleanRooms) UpdateConfiguredTableAnalysisRule

UpdateConfiguredTableAnalysisRule API operation for AWS Clean Rooms Service.

Updates a configured table analysis rule.

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 AWS Clean Rooms Service's API operation UpdateConfiguredTableAnalysisRule for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTableAnalysisRule

func (*CleanRooms) UpdateConfiguredTableAnalysisRuleRequest

func (c *CleanRooms) UpdateConfiguredTableAnalysisRuleRequest(input *UpdateConfiguredTableAnalysisRuleInput) (req *request.Request, output *UpdateConfiguredTableAnalysisRuleOutput)

UpdateConfiguredTableAnalysisRuleRequest generates a "aws/request.Request" representing the client's request for the UpdateConfiguredTableAnalysisRule 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 UpdateConfiguredTableAnalysisRule for more information on using the UpdateConfiguredTableAnalysisRule 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 UpdateConfiguredTableAnalysisRuleRequest method.
req, resp := client.UpdateConfiguredTableAnalysisRuleRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTableAnalysisRule

func (*CleanRooms) UpdateConfiguredTableAnalysisRuleWithContext

func (c *CleanRooms) UpdateConfiguredTableAnalysisRuleWithContext(ctx aws.Context, input *UpdateConfiguredTableAnalysisRuleInput, opts ...request.Option) (*UpdateConfiguredTableAnalysisRuleOutput, error)

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

See UpdateConfiguredTableAnalysisRule 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 (*CleanRooms) UpdateConfiguredTableAssociation

func (c *CleanRooms) UpdateConfiguredTableAssociation(input *UpdateConfiguredTableAssociationInput) (*UpdateConfiguredTableAssociationOutput, error)

UpdateConfiguredTableAssociation API operation for AWS Clean Rooms Service.

Updates a configured table association.

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 AWS Clean Rooms Service's API operation UpdateConfiguredTableAssociation for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTableAssociation

func (*CleanRooms) UpdateConfiguredTableAssociationRequest

func (c *CleanRooms) UpdateConfiguredTableAssociationRequest(input *UpdateConfiguredTableAssociationInput) (req *request.Request, output *UpdateConfiguredTableAssociationOutput)

UpdateConfiguredTableAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateConfiguredTableAssociation 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 UpdateConfiguredTableAssociation for more information on using the UpdateConfiguredTableAssociation 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 UpdateConfiguredTableAssociationRequest method.
req, resp := client.UpdateConfiguredTableAssociationRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTableAssociation

func (*CleanRooms) UpdateConfiguredTableAssociationWithContext

func (c *CleanRooms) UpdateConfiguredTableAssociationWithContext(ctx aws.Context, input *UpdateConfiguredTableAssociationInput, opts ...request.Option) (*UpdateConfiguredTableAssociationOutput, error)

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

See UpdateConfiguredTableAssociation 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 (*CleanRooms) UpdateConfiguredTableRequest

func (c *CleanRooms) UpdateConfiguredTableRequest(input *UpdateConfiguredTableInput) (req *request.Request, output *UpdateConfiguredTableOutput)

UpdateConfiguredTableRequest generates a "aws/request.Request" representing the client's request for the UpdateConfiguredTable 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 UpdateConfiguredTable for more information on using the UpdateConfiguredTable 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 UpdateConfiguredTableRequest method.
req, resp := client.UpdateConfiguredTableRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTable

func (*CleanRooms) UpdateConfiguredTableWithContext

func (c *CleanRooms) UpdateConfiguredTableWithContext(ctx aws.Context, input *UpdateConfiguredTableInput, opts ...request.Option) (*UpdateConfiguredTableOutput, error)

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

See UpdateConfiguredTable 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 (*CleanRooms) UpdateMembership

func (c *CleanRooms) UpdateMembership(input *UpdateMembershipInput) (*UpdateMembershipOutput, error)

UpdateMembership API operation for AWS Clean Rooms Service.

Updates a membership.

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 AWS Clean Rooms Service's API operation UpdateMembership for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateMembership

func (*CleanRooms) UpdateMembershipRequest

func (c *CleanRooms) UpdateMembershipRequest(input *UpdateMembershipInput) (req *request.Request, output *UpdateMembershipOutput)

UpdateMembershipRequest generates a "aws/request.Request" representing the client's request for the UpdateMembership 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 UpdateMembership for more information on using the UpdateMembership 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 UpdateMembershipRequest method.
req, resp := client.UpdateMembershipRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateMembership

func (*CleanRooms) UpdateMembershipWithContext

func (c *CleanRooms) UpdateMembershipWithContext(ctx aws.Context, input *UpdateMembershipInput, opts ...request.Option) (*UpdateMembershipOutput, error)

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

See UpdateMembership 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 (*CleanRooms) UpdatePrivacyBudgetTemplate added in v1.48.8

func (c *CleanRooms) UpdatePrivacyBudgetTemplate(input *UpdatePrivacyBudgetTemplateInput) (*UpdatePrivacyBudgetTemplateOutput, error)

UpdatePrivacyBudgetTemplate API operation for AWS Clean Rooms Service.

Updates the privacy budget template for the specified membership.

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 AWS Clean Rooms Service's API operation UpdatePrivacyBudgetTemplate for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdatePrivacyBudgetTemplate

func (*CleanRooms) UpdatePrivacyBudgetTemplateRequest added in v1.48.8

func (c *CleanRooms) UpdatePrivacyBudgetTemplateRequest(input *UpdatePrivacyBudgetTemplateInput) (req *request.Request, output *UpdatePrivacyBudgetTemplateOutput)

UpdatePrivacyBudgetTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdatePrivacyBudgetTemplate 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 UpdatePrivacyBudgetTemplate for more information on using the UpdatePrivacyBudgetTemplate 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 UpdatePrivacyBudgetTemplateRequest method.
req, resp := client.UpdatePrivacyBudgetTemplateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdatePrivacyBudgetTemplate

func (*CleanRooms) UpdatePrivacyBudgetTemplateWithContext added in v1.48.8

func (c *CleanRooms) UpdatePrivacyBudgetTemplateWithContext(ctx aws.Context, input *UpdatePrivacyBudgetTemplateInput, opts ...request.Option) (*UpdatePrivacyBudgetTemplateOutput, error)

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

See UpdatePrivacyBudgetTemplate 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 (*CleanRooms) UpdateProtectedQuery

func (c *CleanRooms) UpdateProtectedQuery(input *UpdateProtectedQueryInput) (*UpdateProtectedQueryOutput, error)

UpdateProtectedQuery API operation for AWS Clean Rooms Service.

Updates the processing of a currently running query.

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 AWS Clean Rooms Service's API operation UpdateProtectedQuery for usage and error information.

Returned Error Types:

  • ConflictException Updating or deleting a resource can cause an inconsistent state.

  • ResourceNotFoundException Request references a resource which does not exist.

  • InternalServerException Unexpected error during processing of request.

  • ValidationException The input fails to satisfy the specified constraints.

  • ThrottlingException Request was denied due to request throttling.

  • AccessDeniedException Caller does not have sufficient access to perform this action.

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateProtectedQuery

func (*CleanRooms) UpdateProtectedQueryRequest

func (c *CleanRooms) UpdateProtectedQueryRequest(input *UpdateProtectedQueryInput) (req *request.Request, output *UpdateProtectedQueryOutput)

UpdateProtectedQueryRequest generates a "aws/request.Request" representing the client's request for the UpdateProtectedQuery 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 UpdateProtectedQuery for more information on using the UpdateProtectedQuery 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 UpdateProtectedQueryRequest method.
req, resp := client.UpdateProtectedQueryRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateProtectedQuery

func (*CleanRooms) UpdateProtectedQueryWithContext

func (c *CleanRooms) UpdateProtectedQueryWithContext(ctx aws.Context, input *UpdateProtectedQueryInput, opts ...request.Option) (*UpdateProtectedQueryOutput, error)

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

See UpdateProtectedQuery 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 Collaboration

type Collaboration struct {

	// The unique ARN for the collaboration.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The time when the collaboration was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// A display name of the collaboration creator.
	//
	// CreatorDisplayName is a required field
	CreatorDisplayName *string `locationName:"creatorDisplayName" min:"1" type:"string" required:"true"`

	// The settings for client-side encryption for cryptographic computing.
	DataEncryptionMetadata *DataEncryptionMetadata `locationName:"dataEncryptionMetadata" type:"structure"`

	// A description of the collaboration provided by the collaboration owner.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The unique ID for the collaboration.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The status of a member in a collaboration.
	//
	// MemberStatus is a required field
	MemberStatus *string `locationName:"memberStatus" type:"string" required:"true" enum:"MemberStatus"`

	// The unique ARN for your membership within the collaboration.
	MembershipArn *string `locationName:"membershipArn" type:"string"`

	// The unique ID for your membership within the collaboration.
	MembershipId *string `locationName:"membershipId" min:"36" type:"string"`

	// A human-readable identifier provided by the collaboration owner. Display
	// names are not unique.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// An indicator as to whether query logging has been enabled or disabled for
	// the collaboration.
	//
	// QueryLogStatus is a required field
	QueryLogStatus *string `locationName:"queryLogStatus" type:"string" required:"true" enum:"CollaborationQueryLogStatus"`

	// The time the collaboration metadata was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The multi-party data share environment. The collaboration contains metadata about its purpose and participants.

func (Collaboration) GoString

func (s Collaboration) 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 (*Collaboration) SetArn

func (s *Collaboration) SetArn(v string) *Collaboration

SetArn sets the Arn field's value.

func (*Collaboration) SetCreateTime

func (s *Collaboration) SetCreateTime(v time.Time) *Collaboration

SetCreateTime sets the CreateTime field's value.

func (*Collaboration) SetCreatorAccountId

func (s *Collaboration) SetCreatorAccountId(v string) *Collaboration

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*Collaboration) SetCreatorDisplayName

func (s *Collaboration) SetCreatorDisplayName(v string) *Collaboration

SetCreatorDisplayName sets the CreatorDisplayName field's value.

func (*Collaboration) SetDataEncryptionMetadata

func (s *Collaboration) SetDataEncryptionMetadata(v *DataEncryptionMetadata) *Collaboration

SetDataEncryptionMetadata sets the DataEncryptionMetadata field's value.

func (*Collaboration) SetDescription

func (s *Collaboration) SetDescription(v string) *Collaboration

SetDescription sets the Description field's value.

func (*Collaboration) SetId

func (s *Collaboration) SetId(v string) *Collaboration

SetId sets the Id field's value.

func (*Collaboration) SetMemberStatus

func (s *Collaboration) SetMemberStatus(v string) *Collaboration

SetMemberStatus sets the MemberStatus field's value.

func (*Collaboration) SetMembershipArn

func (s *Collaboration) SetMembershipArn(v string) *Collaboration

SetMembershipArn sets the MembershipArn field's value.

func (*Collaboration) SetMembershipId

func (s *Collaboration) SetMembershipId(v string) *Collaboration

SetMembershipId sets the MembershipId field's value.

func (*Collaboration) SetName

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

SetName sets the Name field's value.

func (*Collaboration) SetQueryLogStatus

func (s *Collaboration) SetQueryLogStatus(v string) *Collaboration

SetQueryLogStatus sets the QueryLogStatus field's value.

func (*Collaboration) SetUpdateTime

func (s *Collaboration) SetUpdateTime(v time.Time) *Collaboration

SetUpdateTime sets the UpdateTime field's value.

func (Collaboration) String

func (s Collaboration) 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 CollaborationAnalysisTemplate added in v1.44.313

type CollaborationAnalysisTemplate struct {

	// The analysis parameters that have been specified in the analysis template.
	AnalysisParameters []*AnalysisParameter `locationName:"analysisParameters" type:"list"`

	// The Amazon Resource Name (ARN) of the analysis template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the analysis template’s associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the analysis templates belong
	// to. Currently accepts collaboration ID.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time that the analysis template within a collaboration was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The description of the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The format of the analysis template in the collaboration.
	//
	// Format is a required field
	Format *string `locationName:"format" type:"string" required:"true" enum:"AnalysisFormat"`

	// The identifier of the analysis template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The name of the analysis template.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The entire schema object.
	//
	// Schema is a required field
	Schema *AnalysisSchema `locationName:"schema" type:"structure" required:"true"`

	// The source of the analysis template within a collaboration.
	//
	// Source is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CollaborationAnalysisTemplate's
	// String and GoString methods.
	//
	// Source is a required field
	Source *AnalysisSource `locationName:"source" type:"structure" required:"true" sensitive:"true"`

	// The time that the analysis template in the collaboration was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`

	// The validations that were performed.
	Validations []*AnalysisTemplateValidationStatusDetail `locationName:"validations" type:"list"`
	// contains filtered or unexported fields
}

The analysis template within a collaboration.

func (CollaborationAnalysisTemplate) GoString added in v1.44.313

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 (*CollaborationAnalysisTemplate) SetAnalysisParameters added in v1.44.313

SetAnalysisParameters sets the AnalysisParameters field's value.

func (*CollaborationAnalysisTemplate) SetArn added in v1.44.313

SetArn sets the Arn field's value.

func (*CollaborationAnalysisTemplate) SetCollaborationArn added in v1.44.313

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationAnalysisTemplate) SetCollaborationId added in v1.44.313

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationAnalysisTemplate) SetCreateTime added in v1.44.313

SetCreateTime sets the CreateTime field's value.

func (*CollaborationAnalysisTemplate) SetCreatorAccountId added in v1.44.313

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationAnalysisTemplate) SetDescription added in v1.44.313

SetDescription sets the Description field's value.

func (*CollaborationAnalysisTemplate) SetFormat added in v1.44.313

SetFormat sets the Format field's value.

func (*CollaborationAnalysisTemplate) SetId added in v1.44.313

SetId sets the Id field's value.

func (*CollaborationAnalysisTemplate) SetName added in v1.44.313

SetName sets the Name field's value.

func (*CollaborationAnalysisTemplate) SetSchema added in v1.44.313

SetSchema sets the Schema field's value.

func (*CollaborationAnalysisTemplate) SetSource added in v1.44.313

SetSource sets the Source field's value.

func (*CollaborationAnalysisTemplate) SetUpdateTime added in v1.44.313

SetUpdateTime sets the UpdateTime field's value.

func (*CollaborationAnalysisTemplate) SetValidations added in v1.51.19

SetValidations sets the Validations field's value.

func (CollaborationAnalysisTemplate) String added in v1.44.313

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 CollaborationAnalysisTemplateSummary added in v1.44.313

type CollaborationAnalysisTemplateSummary struct {

	// The Amazon Resource Name (ARN) of the analysis template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the analysis template’s associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the analysis templates belong
	// to. Currently accepts collaboration ID.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time that the summary of the analysis template in a collaboration was
	// created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The description of the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The identifier of the analysis template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The name of the analysis template.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The time that the summary of the analysis template in the collaboration was
	// last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The metadata of the analysis template within a collaboration.

func (CollaborationAnalysisTemplateSummary) GoString added in v1.44.313

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 (*CollaborationAnalysisTemplateSummary) SetArn added in v1.44.313

SetArn sets the Arn field's value.

func (*CollaborationAnalysisTemplateSummary) SetCollaborationArn added in v1.44.313

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationAnalysisTemplateSummary) SetCollaborationId added in v1.44.313

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationAnalysisTemplateSummary) SetCreateTime added in v1.44.313

SetCreateTime sets the CreateTime field's value.

func (*CollaborationAnalysisTemplateSummary) SetCreatorAccountId added in v1.44.313

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationAnalysisTemplateSummary) SetDescription added in v1.44.313

SetDescription sets the Description field's value.

func (*CollaborationAnalysisTemplateSummary) SetId added in v1.44.313

SetId sets the Id field's value.

func (*CollaborationAnalysisTemplateSummary) SetName added in v1.44.313

SetName sets the Name field's value.

func (*CollaborationAnalysisTemplateSummary) SetUpdateTime added in v1.44.313

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationAnalysisTemplateSummary) String added in v1.44.313

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 CollaborationConfiguredAudienceModelAssociation added in v1.48.8

type CollaborationConfiguredAudienceModelAssociation struct {

	// The Amazon Resource Name (ARN) of the configured audience model association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the configured audience model's associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the configured audience model
	// associations belong to. Accepts collaboration ID.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the configure audience model.
	//
	// ConfiguredAudienceModelArn is a required field
	ConfiguredAudienceModelArn *string `locationName:"configuredAudienceModelArn" min:"20" type:"string" required:"true"`

	// The time at which the configured audience model association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Only supports
	// AWS account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The description of the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// The identifier of the configured audience model association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The name of the configured audience model association.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The most recent time at which the configured audience model association was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The configured audience model association within a collaboration.

func (CollaborationConfiguredAudienceModelAssociation) GoString added in v1.48.8

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 (*CollaborationConfiguredAudienceModelAssociation) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetConfiguredAudienceModelArn added in v1.48.8

SetConfiguredAudienceModelArn sets the ConfiguredAudienceModelArn field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetCreatorAccountId added in v1.48.8

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetId added in v1.48.8

SetId sets the Id field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetName added in v1.48.8

SetName sets the Name field's value.

func (*CollaborationConfiguredAudienceModelAssociation) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationConfiguredAudienceModelAssociation) String added in v1.48.8

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 CollaborationConfiguredAudienceModelAssociationSummary added in v1.48.8

type CollaborationConfiguredAudienceModelAssociationSummary struct {

	// The Amazon Resource Name (ARN) of the configured audience model association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the configured audience model's associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the configured audience model
	// associations belong to. Accepts collaboration ID.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the configured audience model association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Only supports
	// AWS account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The description of the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// The identifier of the configured audience model association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The name of the configured audience model association.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The most recent time at which the configured audience model association was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A summary of the configured audience model association in the collaboration.

func (CollaborationConfiguredAudienceModelAssociationSummary) GoString added in v1.48.8

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 (*CollaborationConfiguredAudienceModelAssociationSummary) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetCreatorAccountId added in v1.48.8

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetName added in v1.48.8

SetName sets the Name field's value.

func (*CollaborationConfiguredAudienceModelAssociationSummary) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationConfiguredAudienceModelAssociationSummary) String added in v1.48.8

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 CollaborationPrivacyBudgetSummary added in v1.48.8

type CollaborationPrivacyBudgetSummary struct {

	// The includes epsilon provided and utility in terms of aggregations.
	//
	// Budget is a required field
	Budget *PrivacyBudget `locationName:"budget" type:"structure" required:"true"`

	// The ARN of the collaboration that includes this privacy budget.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique identifier of the collaboration that includes this privacy budget.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the privacy budget was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the account that created this privacy budget.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The unique identifier of the collaboration privacy budget.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The ARN of the collaboration privacy budget template.
	//
	// PrivacyBudgetTemplateArn is a required field
	PrivacyBudgetTemplateArn *string `locationName:"privacyBudgetTemplateArn" type:"string" required:"true"`

	// The unique identifier of the collaboration privacy budget template.
	//
	// PrivacyBudgetTemplateId is a required field
	PrivacyBudgetTemplateId *string `locationName:"privacyBudgetTemplateId" min:"36" type:"string" required:"true"`

	// The type of privacy budget template.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the privacy budget was updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.

func (CollaborationPrivacyBudgetSummary) GoString added in v1.48.8

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 (*CollaborationPrivacyBudgetSummary) SetBudget added in v1.48.8

SetBudget sets the Budget field's value.

func (*CollaborationPrivacyBudgetSummary) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationPrivacyBudgetSummary) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationPrivacyBudgetSummary) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*CollaborationPrivacyBudgetSummary) SetCreatorAccountId added in v1.48.8

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationPrivacyBudgetSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*CollaborationPrivacyBudgetSummary) SetPrivacyBudgetTemplateArn added in v1.48.8

SetPrivacyBudgetTemplateArn sets the PrivacyBudgetTemplateArn field's value.

func (*CollaborationPrivacyBudgetSummary) SetPrivacyBudgetTemplateId added in v1.48.8

SetPrivacyBudgetTemplateId sets the PrivacyBudgetTemplateId field's value.

func (*CollaborationPrivacyBudgetSummary) SetType added in v1.48.8

SetType sets the Type field's value.

func (*CollaborationPrivacyBudgetSummary) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationPrivacyBudgetSummary) String added in v1.48.8

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 CollaborationPrivacyBudgetTemplate added in v1.48.8

type CollaborationPrivacyBudgetTemplate struct {

	// The ARN of the collaboration privacy budget template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// How often the privacy budget refreshes.
	//
	// If you plan to regularly bring new data into the collaboration, use CALENDAR_MONTH
	// to automatically get a new privacy budget for the collaboration every calendar
	// month. Choosing this option allows arbitrary amounts of information to be
	// revealed about rows of the data when repeatedly queried across refreshes.
	// Avoid choosing this if the same rows will be repeatedly queried between privacy
	// budget refreshes.
	//
	// AutoRefresh is a required field
	AutoRefresh *string `locationName:"autoRefresh" type:"string" required:"true" enum:"PrivacyBudgetTemplateAutoRefresh"`

	// The ARN of the collaboration that includes this collaboration privacy budget
	// template.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique identifier of the collaboration that includes this collaboration
	// privacy budget template.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the collaboration privacy budget template was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the account that created this collaboration privacy
	// budget template.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The unique identifier of the collaboration privacy budget template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// Specifies the epsilon and noise parameters for the privacy budget template.
	//
	// Parameters is a required field
	Parameters *PrivacyBudgetTemplateParametersOutput_ `locationName:"parameters" type:"structure" required:"true"`

	// The type of privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the collaboration privacy budget template was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

An array that specifies the information for a collaboration's privacy budget template.

func (CollaborationPrivacyBudgetTemplate) GoString added in v1.48.8

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 (*CollaborationPrivacyBudgetTemplate) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*CollaborationPrivacyBudgetTemplate) SetAutoRefresh added in v1.48.8

SetAutoRefresh sets the AutoRefresh field's value.

func (*CollaborationPrivacyBudgetTemplate) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationPrivacyBudgetTemplate) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationPrivacyBudgetTemplate) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*CollaborationPrivacyBudgetTemplate) SetCreatorAccountId added in v1.48.8

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationPrivacyBudgetTemplate) SetId added in v1.48.8

SetId sets the Id field's value.

func (*CollaborationPrivacyBudgetTemplate) SetParameters added in v1.48.8

SetParameters sets the Parameters field's value.

func (*CollaborationPrivacyBudgetTemplate) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (*CollaborationPrivacyBudgetTemplate) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationPrivacyBudgetTemplate) String added in v1.48.8

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 CollaborationPrivacyBudgetTemplateSummary added in v1.48.8

type CollaborationPrivacyBudgetTemplateSummary struct {

	// The ARN of the collaboration privacy budget template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The ARN of the collaboration that contains this collaboration privacy budget
	// template.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique identifier of the collaboration that contains this collaboration
	// privacy budget template.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the collaboration privacy budget template was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the account that created this collaboration privacy
	// budget template.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The unique identifier of the collaboration privacy budget template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The type of the privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the collaboration privacy budget template was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A summary of the collaboration's privacy budget template. This summary includes information about who created the privacy budget template and what collaborations it belongs to.

func (CollaborationPrivacyBudgetTemplateSummary) GoString added in v1.48.8

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 (*CollaborationPrivacyBudgetTemplateSummary) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetCreatorAccountId added in v1.48.8

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (*CollaborationPrivacyBudgetTemplateSummary) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationPrivacyBudgetTemplateSummary) String added in v1.48.8

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 CollaborationSummary

type CollaborationSummary struct {

	// The ARN of the collaboration.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The time when the collaboration was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The display name of the collaboration creator.
	//
	// CreatorDisplayName is a required field
	CreatorDisplayName *string `locationName:"creatorDisplayName" min:"1" type:"string" required:"true"`

	// The identifier for the collaboration.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The status of a member in a collaboration.
	//
	// MemberStatus is a required field
	MemberStatus *string `locationName:"memberStatus" type:"string" required:"true" enum:"MemberStatus"`

	// The ARN of a member in a collaboration.
	MembershipArn *string `locationName:"membershipArn" type:"string"`

	// The identifier of a member in a collaboration.
	MembershipId *string `locationName:"membershipId" min:"36" type:"string"`

	// A human-readable identifier provided by the collaboration owner. Display
	// names are not unique.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The time the collaboration metadata was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The metadata of the collaboration.

func (CollaborationSummary) GoString

func (s CollaborationSummary) 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 (*CollaborationSummary) SetArn

SetArn sets the Arn field's value.

func (*CollaborationSummary) SetCreateTime

func (s *CollaborationSummary) SetCreateTime(v time.Time) *CollaborationSummary

SetCreateTime sets the CreateTime field's value.

func (*CollaborationSummary) SetCreatorAccountId

func (s *CollaborationSummary) SetCreatorAccountId(v string) *CollaborationSummary

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*CollaborationSummary) SetCreatorDisplayName

func (s *CollaborationSummary) SetCreatorDisplayName(v string) *CollaborationSummary

SetCreatorDisplayName sets the CreatorDisplayName field's value.

func (*CollaborationSummary) SetId

SetId sets the Id field's value.

func (*CollaborationSummary) SetMemberStatus

func (s *CollaborationSummary) SetMemberStatus(v string) *CollaborationSummary

SetMemberStatus sets the MemberStatus field's value.

func (*CollaborationSummary) SetMembershipArn

func (s *CollaborationSummary) SetMembershipArn(v string) *CollaborationSummary

SetMembershipArn sets the MembershipArn field's value.

func (*CollaborationSummary) SetMembershipId

func (s *CollaborationSummary) SetMembershipId(v string) *CollaborationSummary

SetMembershipId sets the MembershipId field's value.

func (*CollaborationSummary) SetName

SetName sets the Name field's value.

func (*CollaborationSummary) SetUpdateTime

func (s *CollaborationSummary) SetUpdateTime(v time.Time) *CollaborationSummary

SetUpdateTime sets the UpdateTime field's value.

func (CollaborationSummary) String

func (s CollaborationSummary) 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 Column

type Column struct {

	// The name of the column.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The type of the column.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A column within a schema relation, derived from the underlying Glue table.

func (Column) GoString

func (s Column) 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 (*Column) SetName

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

SetName sets the Name field's value.

func (*Column) SetType

func (s *Column) SetType(v string) *Column

SetType sets the Type field's value.

func (Column) String

func (s Column) 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 ConfiguredAudienceModelAssociation added in v1.48.8

type ConfiguredAudienceModelAssociation struct {

	// The Amazon Resource Name (ARN) of the configured audience model association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the collaboration that contains this configured
	// audience model association.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier of the collaboration that contains this configured audience
	// model association.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the configured audience model that was
	// used for this configured audience model association.
	//
	// ConfiguredAudienceModelArn is a required field
	ConfiguredAudienceModelArn *string `locationName:"configuredAudienceModelArn" min:"20" type:"string" required:"true"`

	// The time at which the configured audience model association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The description of the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// A unique identifier of the configured audience model association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// When TRUE, indicates that the resource policy for the configured audience
	// model resource being associated is configured for Clean Rooms to manage permissions
	// related to the given collaboration. When FALSE, indicates that the configured
	// audience model resource owner will manage permissions related to the given
	// collaboration.
	//
	// ManageResourcePolicies is a required field
	ManageResourcePolicies *bool `locationName:"manageResourcePolicies" type:"boolean" required:"true"`

	// The Amazon Resource Name (ARN) of the membership that contains this configured
	// audience model association.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// A unique identifier for the membership that contains this configured audience
	// model association.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the configured audience model association.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The most recent time at which the configured audience model association was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Details about the configured audience model association.

func (ConfiguredAudienceModelAssociation) GoString added in v1.48.8

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 (*ConfiguredAudienceModelAssociation) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*ConfiguredAudienceModelAssociation) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*ConfiguredAudienceModelAssociation) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*ConfiguredAudienceModelAssociation) SetConfiguredAudienceModelArn added in v1.48.8

SetConfiguredAudienceModelArn sets the ConfiguredAudienceModelArn field's value.

func (*ConfiguredAudienceModelAssociation) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredAudienceModelAssociation) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*ConfiguredAudienceModelAssociation) SetId added in v1.48.8

SetId sets the Id field's value.

func (*ConfiguredAudienceModelAssociation) SetManageResourcePolicies added in v1.48.8

SetManageResourcePolicies sets the ManageResourcePolicies field's value.

func (*ConfiguredAudienceModelAssociation) SetMembershipArn added in v1.48.8

SetMembershipArn sets the MembershipArn field's value.

func (*ConfiguredAudienceModelAssociation) SetMembershipId added in v1.48.8

SetMembershipId sets the MembershipId field's value.

func (*ConfiguredAudienceModelAssociation) SetName added in v1.48.8

SetName sets the Name field's value.

func (*ConfiguredAudienceModelAssociation) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredAudienceModelAssociation) String added in v1.48.8

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 ConfiguredAudienceModelAssociationSummary added in v1.48.8

type ConfiguredAudienceModelAssociationSummary struct {

	// The Amazon Resource Name (ARN) of the configured audience model association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the collaboration that contains the configured
	// audience model association.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// A unique identifier of the collaboration that configured audience model is
	// associated with.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the configured audience model that was
	// used for this configured audience model association.
	//
	// ConfiguredAudienceModelArn is a required field
	ConfiguredAudienceModelArn *string `locationName:"configuredAudienceModelArn" min:"20" type:"string" required:"true"`

	// The time at which the configured audience model association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The description of the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// A unique identifier of the configured audience model association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the membership that contains the configured
	// audience model association.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// A unique identifier of the membership that contains the configured audience
	// model association.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the configured audience model association.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The most recent time at which the configured audience model association was
	// updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A summary of the configured audience model association.

func (ConfiguredAudienceModelAssociationSummary) GoString added in v1.48.8

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 (*ConfiguredAudienceModelAssociationSummary) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetConfiguredAudienceModelArn added in v1.48.8

SetConfiguredAudienceModelArn sets the ConfiguredAudienceModelArn field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetMembershipArn added in v1.48.8

SetMembershipArn sets the MembershipArn field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetMembershipId added in v1.48.8

SetMembershipId sets the MembershipId field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetName added in v1.48.8

SetName sets the Name field's value.

func (*ConfiguredAudienceModelAssociationSummary) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredAudienceModelAssociationSummary) String added in v1.48.8

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 ConfiguredTable

type ConfiguredTable struct {

	// The columns within the underlying Glue table that can be utilized within
	// collaborations.
	//
	// AllowedColumns is a required field
	AllowedColumns []*string `locationName:"allowedColumns" min:"1" type:"list" required:"true"`

	// The analysis method for the configured table. The only valid value is currently
	// `DIRECT_QUERY`.
	//
	// AnalysisMethod is a required field
	AnalysisMethod *string `locationName:"analysisMethod" type:"string" required:"true" enum:"AnalysisMethod"`

	// The types of analysis rules associated with this configured table. Currently,
	// only one analysis rule may be associated with a configured table.
	//
	// AnalysisRuleTypes is a required field
	AnalysisRuleTypes []*string `locationName:"analysisRuleTypes" type:"list" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The unique ARN for the configured table.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The time the configured table was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// A description for the configured table.
	Description *string `locationName:"description" type:"string"`

	// The unique ID for the configured table.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// A name for the configured table.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The Glue table that this configured table represents.
	//
	// TableReference is a required field
	TableReference *TableReference `locationName:"tableReference" type:"structure" required:"true"`

	// The time the configured table was last updated
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A table that has been configured for use in a collaboration.

func (ConfiguredTable) GoString

func (s ConfiguredTable) 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 (*ConfiguredTable) SetAllowedColumns

func (s *ConfiguredTable) SetAllowedColumns(v []*string) *ConfiguredTable

SetAllowedColumns sets the AllowedColumns field's value.

func (*ConfiguredTable) SetAnalysisMethod

func (s *ConfiguredTable) SetAnalysisMethod(v string) *ConfiguredTable

SetAnalysisMethod sets the AnalysisMethod field's value.

func (*ConfiguredTable) SetAnalysisRuleTypes

func (s *ConfiguredTable) SetAnalysisRuleTypes(v []*string) *ConfiguredTable

SetAnalysisRuleTypes sets the AnalysisRuleTypes field's value.

func (*ConfiguredTable) SetArn

func (s *ConfiguredTable) SetArn(v string) *ConfiguredTable

SetArn sets the Arn field's value.

func (*ConfiguredTable) SetCreateTime

func (s *ConfiguredTable) SetCreateTime(v time.Time) *ConfiguredTable

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredTable) SetDescription

func (s *ConfiguredTable) SetDescription(v string) *ConfiguredTable

SetDescription sets the Description field's value.

func (*ConfiguredTable) SetId

func (s *ConfiguredTable) SetId(v string) *ConfiguredTable

SetId sets the Id field's value.

func (*ConfiguredTable) SetName

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

SetName sets the Name field's value.

func (*ConfiguredTable) SetTableReference

func (s *ConfiguredTable) SetTableReference(v *TableReference) *ConfiguredTable

SetTableReference sets the TableReference field's value.

func (*ConfiguredTable) SetUpdateTime

func (s *ConfiguredTable) SetUpdateTime(v time.Time) *ConfiguredTable

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredTable) String

func (s ConfiguredTable) 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 ConfiguredTableAnalysisRule

type ConfiguredTableAnalysisRule struct {

	// The unique ARN for the configured table.
	//
	// ConfiguredTableArn is a required field
	ConfiguredTableArn *string `locationName:"configuredTableArn" type:"string" required:"true"`

	// The unique ID for the configured table.
	//
	// ConfiguredTableId is a required field
	ConfiguredTableId *string `locationName:"configuredTableId" min:"36" type:"string" required:"true"`

	// The time the configured table analysis rule was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The policy that controls SQL query rules.
	//
	// Policy is a required field
	Policy *ConfiguredTableAnalysisRulePolicy `locationName:"policy" type:"structure" required:"true"`

	// The type of configured table analysis rule.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The time the configured table analysis rule was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A configured table analysis rule, which limits how data for this table can be used.

func (ConfiguredTableAnalysisRule) GoString

func (s ConfiguredTableAnalysisRule) 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 (*ConfiguredTableAnalysisRule) SetConfiguredTableArn

func (s *ConfiguredTableAnalysisRule) SetConfiguredTableArn(v string) *ConfiguredTableAnalysisRule

SetConfiguredTableArn sets the ConfiguredTableArn field's value.

func (*ConfiguredTableAnalysisRule) SetConfiguredTableId

SetConfiguredTableId sets the ConfiguredTableId field's value.

func (*ConfiguredTableAnalysisRule) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredTableAnalysisRule) SetPolicy

SetPolicy sets the Policy field's value.

func (*ConfiguredTableAnalysisRule) SetType

SetType sets the Type field's value.

func (*ConfiguredTableAnalysisRule) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredTableAnalysisRule) 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 ConfiguredTableAnalysisRulePolicy

type ConfiguredTableAnalysisRulePolicy struct {

	// Controls on the query specifications that can be run on a configured table.
	V1 *ConfiguredTableAnalysisRulePolicyV1 `locationName:"v1" type:"structure"`
	// contains filtered or unexported fields
}

Controls on the query specifications that can be run on a configured table.

func (ConfiguredTableAnalysisRulePolicy) 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 (*ConfiguredTableAnalysisRulePolicy) SetV1

SetV1 sets the V1 field's value.

func (ConfiguredTableAnalysisRulePolicy) 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 (*ConfiguredTableAnalysisRulePolicy) Validate

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

type ConfiguredTableAnalysisRulePolicyV1

type ConfiguredTableAnalysisRulePolicyV1 struct {

	// Analysis rule type that enables only aggregation queries on a configured
	// table.
	Aggregation *AnalysisRuleAggregation `locationName:"aggregation" type:"structure"`

	// A type of analysis rule that enables the table owner to approve custom SQL
	// queries on their configured tables. It supports differential privacy.
	Custom *AnalysisRuleCustom `locationName:"custom" type:"structure"`

	// Analysis rule type that enables only list queries on a configured table.
	List *AnalysisRuleList `locationName:"list" type:"structure"`
	// contains filtered or unexported fields
}

Controls on the query specifications that can be run on a configured table.

func (ConfiguredTableAnalysisRulePolicyV1) 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 (*ConfiguredTableAnalysisRulePolicyV1) SetAggregation

SetAggregation sets the Aggregation field's value.

func (*ConfiguredTableAnalysisRulePolicyV1) SetCustom added in v1.44.313

SetCustom sets the Custom field's value.

func (*ConfiguredTableAnalysisRulePolicyV1) SetList

SetList sets the List field's value.

func (ConfiguredTableAnalysisRulePolicyV1) 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 (*ConfiguredTableAnalysisRulePolicyV1) Validate

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

type ConfiguredTableAssociation

type ConfiguredTableAssociation struct {

	// The unique ARN for the configured table association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the configured table that the association refers to.
	//
	// ConfiguredTableArn is a required field
	ConfiguredTableArn *string `locationName:"configuredTableArn" type:"string" required:"true"`

	// The unique ID for the configured table that the association refers to.
	//
	// ConfiguredTableId is a required field
	ConfiguredTableId *string `locationName:"configuredTableId" min:"36" type:"string" required:"true"`

	// The time the configured table association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// A description of the configured table association.
	Description *string `locationName:"description" type:"string"`

	// The unique ID for the configured table association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The unique ARN for the membership this configured table association belongs
	// to.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The unique ID for the membership this configured table association belongs
	// to.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the configured table association, in lowercase. The table is
	// identified by this name when running protected queries against the underlying
	// data.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The service will assume this role to access catalog metadata and query the
	// table.
	//
	// RoleArn is a required field
	RoleArn *string `locationName:"roleArn" min:"32" type:"string" required:"true"`

	// The time the configured table association was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A configured table association links a configured table to a collaboration.

func (ConfiguredTableAssociation) GoString

func (s ConfiguredTableAssociation) 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 (*ConfiguredTableAssociation) SetArn

SetArn sets the Arn field's value.

func (*ConfiguredTableAssociation) SetConfiguredTableArn

func (s *ConfiguredTableAssociation) SetConfiguredTableArn(v string) *ConfiguredTableAssociation

SetConfiguredTableArn sets the ConfiguredTableArn field's value.

func (*ConfiguredTableAssociation) SetConfiguredTableId

func (s *ConfiguredTableAssociation) SetConfiguredTableId(v string) *ConfiguredTableAssociation

SetConfiguredTableId sets the ConfiguredTableId field's value.

func (*ConfiguredTableAssociation) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredTableAssociation) SetDescription

SetDescription sets the Description field's value.

func (*ConfiguredTableAssociation) SetId

SetId sets the Id field's value.

func (*ConfiguredTableAssociation) SetMembershipArn

SetMembershipArn sets the MembershipArn field's value.

func (*ConfiguredTableAssociation) SetMembershipId

SetMembershipId sets the MembershipId field's value.

func (*ConfiguredTableAssociation) SetName

SetName sets the Name field's value.

func (*ConfiguredTableAssociation) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*ConfiguredTableAssociation) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredTableAssociation) 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 ConfiguredTableAssociationSummary

type ConfiguredTableAssociationSummary struct {

	// The unique ARN for the configured table association.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique configured table ID that this configured table association refers
	// to.
	//
	// ConfiguredTableId is a required field
	ConfiguredTableId *string `locationName:"configuredTableId" min:"36" type:"string" required:"true"`

	// The time the configured table association was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique ID for the configured table association.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The unique ARN for the membership that the configured table association belongs
	// to.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The unique ID for the membership that the configured table association belongs
	// to.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The name of the configured table association. The table is identified by
	// this name when running Protected Queries against the underlying data.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The time the configured table association was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The configured table association summary for the objects listed by the request.

func (ConfiguredTableAssociationSummary) 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 (*ConfiguredTableAssociationSummary) SetArn

SetArn sets the Arn field's value.

func (*ConfiguredTableAssociationSummary) SetConfiguredTableId

SetConfiguredTableId sets the ConfiguredTableId field's value.

func (*ConfiguredTableAssociationSummary) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredTableAssociationSummary) SetId

SetId sets the Id field's value.

func (*ConfiguredTableAssociationSummary) SetMembershipArn

SetMembershipArn sets the MembershipArn field's value.

func (*ConfiguredTableAssociationSummary) SetMembershipId

SetMembershipId sets the MembershipId field's value.

func (*ConfiguredTableAssociationSummary) SetName

SetName sets the Name field's value.

func (*ConfiguredTableAssociationSummary) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredTableAssociationSummary) 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 ConfiguredTableSummary

type ConfiguredTableSummary struct {

	// The analysis method for the configured tables. The only valid value is currently
	// `DIRECT_QUERY`.
	//
	// AnalysisMethod is a required field
	AnalysisMethod *string `locationName:"analysisMethod" type:"string" required:"true" enum:"AnalysisMethod"`

	// The types of analysis rules associated with this configured table.
	//
	// AnalysisRuleTypes is a required field
	AnalysisRuleTypes []*string `locationName:"analysisRuleTypes" type:"list" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The unique ARN of the configured table.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The time the configured table was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique ID of the configured table.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The name of the configured table.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The time the configured table was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The configured table summary for the objects listed by the request.

func (ConfiguredTableSummary) GoString

func (s ConfiguredTableSummary) 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 (*ConfiguredTableSummary) SetAnalysisMethod

func (s *ConfiguredTableSummary) SetAnalysisMethod(v string) *ConfiguredTableSummary

SetAnalysisMethod sets the AnalysisMethod field's value.

func (*ConfiguredTableSummary) SetAnalysisRuleTypes

func (s *ConfiguredTableSummary) SetAnalysisRuleTypes(v []*string) *ConfiguredTableSummary

SetAnalysisRuleTypes sets the AnalysisRuleTypes field's value.

func (*ConfiguredTableSummary) SetArn

SetArn sets the Arn field's value.

func (*ConfiguredTableSummary) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConfiguredTableSummary) SetId

SetId sets the Id field's value.

func (*ConfiguredTableSummary) SetName

SetName sets the Name field's value.

func (*ConfiguredTableSummary) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ConfiguredTableSummary) String

func (s ConfiguredTableSummary) 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 ConflictException

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

	Message_ *string `locationName:"message" type:"string"`

	// A reason code for the exception.
	Reason *string `locationName:"reason" type:"string" enum:"ConflictExceptionReason"`

	// The ID of the conflicting resource.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The type of the conflicting resource.
	ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"`
	// contains filtered or unexported fields
}

Updating or deleting a resource can cause an inconsistent state.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) 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 (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

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

func (ConflictException) String

func (s ConflictException) 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 CreateAnalysisTemplateInput added in v1.44.313

type CreateAnalysisTemplateInput struct {

	// The parameters of the analysis template.
	AnalysisParameters []*AnalysisParameter `locationName:"analysisParameters" type:"list"`

	// The description of the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The format of the analysis template.
	//
	// Format is a required field
	Format *string `locationName:"format" type:"string" required:"true" enum:"AnalysisFormat"`

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The name of the analysis template.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The information in the analysis template. Currently supports text, the query
	// text for the analysis template.
	//
	// Source is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateAnalysisTemplateInput's
	// String and GoString methods.
	//
	// Source is a required field
	Source *AnalysisSource `locationName:"source" type:"structure" required:"true" sensitive:"true"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateAnalysisTemplateInput) GoString added in v1.44.313

func (s CreateAnalysisTemplateInput) 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 (*CreateAnalysisTemplateInput) SetAnalysisParameters added in v1.44.313

SetAnalysisParameters sets the AnalysisParameters field's value.

func (*CreateAnalysisTemplateInput) SetDescription added in v1.44.313

SetDescription sets the Description field's value.

func (*CreateAnalysisTemplateInput) SetFormat added in v1.44.313

SetFormat sets the Format field's value.

func (*CreateAnalysisTemplateInput) SetMembershipIdentifier added in v1.44.313

func (s *CreateAnalysisTemplateInput) SetMembershipIdentifier(v string) *CreateAnalysisTemplateInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*CreateAnalysisTemplateInput) SetName added in v1.44.313

SetName sets the Name field's value.

func (*CreateAnalysisTemplateInput) SetSource added in v1.44.313

SetSource sets the Source field's value.

func (*CreateAnalysisTemplateInput) SetTags added in v1.44.313

SetTags sets the Tags field's value.

func (CreateAnalysisTemplateInput) String added in v1.44.313

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 (*CreateAnalysisTemplateInput) Validate added in v1.44.313

func (s *CreateAnalysisTemplateInput) Validate() error

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

type CreateAnalysisTemplateOutput added in v1.44.313

type CreateAnalysisTemplateOutput struct {

	// The analysis template.
	//
	// AnalysisTemplate is a required field
	AnalysisTemplate *AnalysisTemplate `locationName:"analysisTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAnalysisTemplateOutput) GoString added in v1.44.313

func (s CreateAnalysisTemplateOutput) 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 (*CreateAnalysisTemplateOutput) SetAnalysisTemplate added in v1.44.313

SetAnalysisTemplate sets the AnalysisTemplate field's value.

func (CreateAnalysisTemplateOutput) String added in v1.44.313

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 CreateCollaborationInput

type CreateCollaborationInput struct {

	// The display name of the collaboration creator.
	//
	// CreatorDisplayName is a required field
	CreatorDisplayName *string `locationName:"creatorDisplayName" min:"1" type:"string" required:"true"`

	// The abilities granted to the collaboration creator.
	//
	// CreatorMemberAbilities is a required field
	CreatorMemberAbilities []*string `locationName:"creatorMemberAbilities" type:"list" required:"true" enum:"MemberAbility"`

	// The collaboration creator's payment responsibilities set by the collaboration
	// creator.
	//
	// If the collaboration creator hasn't specified anyone as the member paying
	// for query compute costs, then the member who can query is the default payer.
	CreatorPaymentConfiguration *PaymentConfiguration `locationName:"creatorPaymentConfiguration" type:"structure"`

	// The settings for client-side encryption with Cryptographic Computing for
	// Clean Rooms.
	DataEncryptionMetadata *DataEncryptionMetadata `locationName:"dataEncryptionMetadata" type:"structure"`

	// A description of the collaboration provided by the collaboration owner.
	//
	// Description is a required field
	Description *string `locationName:"description" min:"1" type:"string" required:"true"`

	// A list of initial members, not including the creator. This list is immutable.
	//
	// Members is a required field
	Members []*MemberSpecification `locationName:"members" type:"list" required:"true"`

	// The display name for a collaboration.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// An indicator as to whether query logging has been enabled or disabled for
	// the collaboration.
	//
	// QueryLogStatus is a required field
	QueryLogStatus *string `locationName:"queryLogStatus" type:"string" required:"true" enum:"CollaborationQueryLogStatus"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateCollaborationInput) GoString

func (s CreateCollaborationInput) 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 (*CreateCollaborationInput) SetCreatorDisplayName

func (s *CreateCollaborationInput) SetCreatorDisplayName(v string) *CreateCollaborationInput

SetCreatorDisplayName sets the CreatorDisplayName field's value.

func (*CreateCollaborationInput) SetCreatorMemberAbilities

func (s *CreateCollaborationInput) SetCreatorMemberAbilities(v []*string) *CreateCollaborationInput

SetCreatorMemberAbilities sets the CreatorMemberAbilities field's value.

func (*CreateCollaborationInput) SetCreatorPaymentConfiguration added in v1.47.11

func (s *CreateCollaborationInput) SetCreatorPaymentConfiguration(v *PaymentConfiguration) *CreateCollaborationInput

SetCreatorPaymentConfiguration sets the CreatorPaymentConfiguration field's value.

func (*CreateCollaborationInput) SetDataEncryptionMetadata

SetDataEncryptionMetadata sets the DataEncryptionMetadata field's value.

func (*CreateCollaborationInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateCollaborationInput) SetMembers

SetMembers sets the Members field's value.

func (*CreateCollaborationInput) SetName

SetName sets the Name field's value.

func (*CreateCollaborationInput) SetQueryLogStatus

func (s *CreateCollaborationInput) SetQueryLogStatus(v string) *CreateCollaborationInput

SetQueryLogStatus sets the QueryLogStatus field's value.

func (*CreateCollaborationInput) SetTags added in v1.44.226

SetTags sets the Tags field's value.

func (CreateCollaborationInput) String

func (s CreateCollaborationInput) 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 (*CreateCollaborationInput) Validate

func (s *CreateCollaborationInput) Validate() error

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

type CreateCollaborationOutput

type CreateCollaborationOutput struct {

	// The entire created collaboration object.
	//
	// Collaboration is a required field
	Collaboration *Collaboration `locationName:"collaboration" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateCollaborationOutput) GoString

func (s CreateCollaborationOutput) 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 (*CreateCollaborationOutput) SetCollaboration

SetCollaboration sets the Collaboration field's value.

func (CreateCollaborationOutput) String

func (s CreateCollaborationOutput) 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 CreateConfiguredAudienceModelAssociationInput added in v1.48.8

type CreateConfiguredAudienceModelAssociationInput struct {

	// A unique identifier for the configured audience model that you want to associate.
	//
	// ConfiguredAudienceModelArn is a required field
	ConfiguredAudienceModelArn *string `locationName:"configuredAudienceModelArn" min:"20" type:"string" required:"true"`

	// The name of the configured audience model association.
	//
	// ConfiguredAudienceModelAssociationName is a required field
	ConfiguredAudienceModelAssociationName *string `locationName:"configuredAudienceModelAssociationName" min:"1" type:"string" required:"true"`

	// A description of the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// When TRUE, indicates that the resource policy for the configured audience
	// model resource being associated is configured for Clean Rooms to manage permissions
	// related to the given collaboration. When FALSE, indicates that the configured
	// audience model resource owner will manage permissions related to the given
	// collaboration.
	//
	// Setting this to TRUE requires you to have permissions to create, update,
	// and delete the resource policy for the cleanrooms-ml resource when you call
	// the DeleteConfiguredAudienceModelAssociation resource. In addition, if you
	// are the collaboration creator and specify TRUE, you must have the same permissions
	// when you call the DeleteMember and DeleteCollaboration APIs.
	//
	// ManageResourcePolicies is a required field
	ManageResourcePolicies *bool `locationName:"manageResourcePolicies" type:"boolean" required:"true"`

	// A unique identifier for one of your memberships for a collaboration. The
	// configured audience model is associated to the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateConfiguredAudienceModelAssociationInput) GoString added in v1.48.8

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 (*CreateConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelArn added in v1.48.8

SetConfiguredAudienceModelArn sets the ConfiguredAudienceModelArn field's value.

func (*CreateConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationName added in v1.48.8

SetConfiguredAudienceModelAssociationName sets the ConfiguredAudienceModelAssociationName field's value.

func (*CreateConfiguredAudienceModelAssociationInput) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*CreateConfiguredAudienceModelAssociationInput) SetManageResourcePolicies added in v1.48.8

SetManageResourcePolicies sets the ManageResourcePolicies field's value.

func (*CreateConfiguredAudienceModelAssociationInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*CreateConfiguredAudienceModelAssociationInput) SetTags added in v1.48.8

SetTags sets the Tags field's value.

func (CreateConfiguredAudienceModelAssociationInput) String added in v1.48.8

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 (*CreateConfiguredAudienceModelAssociationInput) Validate added in v1.48.8

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

type CreateConfiguredAudienceModelAssociationOutput added in v1.48.8

type CreateConfiguredAudienceModelAssociationOutput struct {

	// Information about the configured audience model association.
	//
	// ConfiguredAudienceModelAssociation is a required field
	ConfiguredAudienceModelAssociation *ConfiguredAudienceModelAssociation `locationName:"configuredAudienceModelAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConfiguredAudienceModelAssociationOutput) GoString added in v1.48.8

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 (*CreateConfiguredAudienceModelAssociationOutput) SetConfiguredAudienceModelAssociation added in v1.48.8

SetConfiguredAudienceModelAssociation sets the ConfiguredAudienceModelAssociation field's value.

func (CreateConfiguredAudienceModelAssociationOutput) String added in v1.48.8

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 CreateConfiguredTableAnalysisRuleInput

type CreateConfiguredTableAnalysisRuleInput struct {

	// The entire created configured table analysis rule object.
	//
	// AnalysisRulePolicy is a required field
	AnalysisRulePolicy *ConfiguredTableAnalysisRulePolicy `locationName:"analysisRulePolicy" type:"structure" required:"true"`

	// The type of analysis rule.
	//
	// AnalysisRuleType is a required field
	AnalysisRuleType *string `locationName:"analysisRuleType" type:"string" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The identifier for the configured table to create the analysis rule for.
	// Currently accepts the configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableAnalysisRuleInput) 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 (*CreateConfiguredTableAnalysisRuleInput) SetAnalysisRulePolicy

SetAnalysisRulePolicy sets the AnalysisRulePolicy field's value.

func (*CreateConfiguredTableAnalysisRuleInput) SetAnalysisRuleType

SetAnalysisRuleType sets the AnalysisRuleType field's value.

func (*CreateConfiguredTableAnalysisRuleInput) SetConfiguredTableIdentifier

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (CreateConfiguredTableAnalysisRuleInput) 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 (*CreateConfiguredTableAnalysisRuleInput) Validate

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

type CreateConfiguredTableAnalysisRuleOutput

type CreateConfiguredTableAnalysisRuleOutput struct {

	// The entire created analysis rule.
	//
	// AnalysisRule is a required field
	AnalysisRule *ConfiguredTableAnalysisRule `locationName:"analysisRule" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableAnalysisRuleOutput) 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 (*CreateConfiguredTableAnalysisRuleOutput) SetAnalysisRule

SetAnalysisRule sets the AnalysisRule field's value.

func (CreateConfiguredTableAnalysisRuleOutput) 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 CreateConfiguredTableAssociationInput

type CreateConfiguredTableAssociationInput struct {

	// A unique identifier for the configured table to be associated to. Currently
	// accepts a configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`

	// A description for the configured table association.
	Description *string `locationName:"description" type:"string"`

	// A unique identifier for one of your memberships for a collaboration. The
	// configured table is associated to the collaboration that this membership
	// belongs to. Currently accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The name of the configured table association. This name is used to query
	// the underlying configured table.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The service will assume this role to access catalog metadata and query the
	// table.
	//
	// RoleArn is a required field
	RoleArn *string `locationName:"roleArn" min:"32" type:"string" required:"true"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableAssociationInput) 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 (*CreateConfiguredTableAssociationInput) SetConfiguredTableIdentifier

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (*CreateConfiguredTableAssociationInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateConfiguredTableAssociationInput) SetMembershipIdentifier

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*CreateConfiguredTableAssociationInput) SetName

SetName sets the Name field's value.

func (*CreateConfiguredTableAssociationInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateConfiguredTableAssociationInput) SetTags added in v1.44.226

SetTags sets the Tags field's value.

func (CreateConfiguredTableAssociationInput) 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 (*CreateConfiguredTableAssociationInput) Validate

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

type CreateConfiguredTableAssociationOutput

type CreateConfiguredTableAssociationOutput struct {

	// The entire configured table association object.
	//
	// ConfiguredTableAssociation is a required field
	ConfiguredTableAssociation *ConfiguredTableAssociation `locationName:"configuredTableAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableAssociationOutput) 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 (*CreateConfiguredTableAssociationOutput) SetConfiguredTableAssociation

SetConfiguredTableAssociation sets the ConfiguredTableAssociation field's value.

func (CreateConfiguredTableAssociationOutput) 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 CreateConfiguredTableInput

type CreateConfiguredTableInput struct {

	// The columns of the underlying table that can be used by collaborations or
	// analysis rules.
	//
	// AllowedColumns is a required field
	AllowedColumns []*string `locationName:"allowedColumns" min:"1" type:"list" required:"true"`

	// The analysis method for the configured tables. The only valid value is currently
	// `DIRECT_QUERY`.
	//
	// AnalysisMethod is a required field
	AnalysisMethod *string `locationName:"analysisMethod" type:"string" required:"true" enum:"AnalysisMethod"`

	// A description for the configured table.
	Description *string `locationName:"description" type:"string"`

	// The name of the configured table.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// A reference to the Glue table being configured.
	//
	// TableReference is a required field
	TableReference *TableReference `locationName:"tableReference" type:"structure" required:"true"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableInput) GoString

func (s CreateConfiguredTableInput) 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 (*CreateConfiguredTableInput) SetAllowedColumns

func (s *CreateConfiguredTableInput) SetAllowedColumns(v []*string) *CreateConfiguredTableInput

SetAllowedColumns sets the AllowedColumns field's value.

func (*CreateConfiguredTableInput) SetAnalysisMethod

SetAnalysisMethod sets the AnalysisMethod field's value.

func (*CreateConfiguredTableInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateConfiguredTableInput) SetName

SetName sets the Name field's value.

func (*CreateConfiguredTableInput) SetTableReference

SetTableReference sets the TableReference field's value.

func (*CreateConfiguredTableInput) SetTags added in v1.44.226

SetTags sets the Tags field's value.

func (CreateConfiguredTableInput) 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 (*CreateConfiguredTableInput) Validate

func (s *CreateConfiguredTableInput) Validate() error

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

type CreateConfiguredTableOutput

type CreateConfiguredTableOutput struct {

	// The created configured table.
	//
	// ConfiguredTable is a required field
	ConfiguredTable *ConfiguredTable `locationName:"configuredTable" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConfiguredTableOutput) GoString

func (s CreateConfiguredTableOutput) 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 (*CreateConfiguredTableOutput) SetConfiguredTable

SetConfiguredTable sets the ConfiguredTable field's value.

func (CreateConfiguredTableOutput) 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 CreateMembershipInput

type CreateMembershipInput struct {

	// The unique ID for the associated collaboration.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The default protected query result configuration as specified by the member
	// who can receive results.
	DefaultResultConfiguration *MembershipProtectedQueryResultConfiguration `locationName:"defaultResultConfiguration" type:"structure"`

	// The payment responsibilities accepted by the collaboration member.
	//
	// Not required if the collaboration member has the member ability to run queries.
	//
	// Required if the collaboration member doesn't have the member ability to run
	// queries but is configured as a payer by the collaboration creator.
	PaymentConfiguration *MembershipPaymentConfiguration `locationName:"paymentConfiguration" type:"structure"`

	// An indicator as to whether query logging has been enabled or disabled for
	// the membership.
	//
	// QueryLogStatus is a required field
	QueryLogStatus *string `locationName:"queryLogStatus" type:"string" required:"true" enum:"MembershipQueryLogStatus"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateMembershipInput) GoString

func (s CreateMembershipInput) 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 (*CreateMembershipInput) SetCollaborationIdentifier

func (s *CreateMembershipInput) SetCollaborationIdentifier(v string) *CreateMembershipInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*CreateMembershipInput) SetDefaultResultConfiguration added in v1.45.0

SetDefaultResultConfiguration sets the DefaultResultConfiguration field's value.

func (*CreateMembershipInput) SetPaymentConfiguration added in v1.47.11

SetPaymentConfiguration sets the PaymentConfiguration field's value.

func (*CreateMembershipInput) SetQueryLogStatus

func (s *CreateMembershipInput) SetQueryLogStatus(v string) *CreateMembershipInput

SetQueryLogStatus sets the QueryLogStatus field's value.

func (*CreateMembershipInput) SetTags added in v1.44.226

SetTags sets the Tags field's value.

func (CreateMembershipInput) String

func (s CreateMembershipInput) 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 (*CreateMembershipInput) Validate

func (s *CreateMembershipInput) Validate() error

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

type CreateMembershipOutput

type CreateMembershipOutput struct {

	// The membership that was created.
	//
	// Membership is a required field
	Membership *Membership `locationName:"membership" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateMembershipOutput) GoString

func (s CreateMembershipOutput) 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 (*CreateMembershipOutput) SetMembership

SetMembership sets the Membership field's value.

func (CreateMembershipOutput) String

func (s CreateMembershipOutput) 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 CreatePrivacyBudgetTemplateInput added in v1.48.8

type CreatePrivacyBudgetTemplateInput struct {

	// How often the privacy budget refreshes.
	//
	// If you plan to regularly bring new data into the collaboration, you can use
	// CALENDAR_MONTH to automatically get a new privacy budget for the collaboration
	// every calendar month. Choosing this option allows arbitrary amounts of information
	// to be revealed about rows of the data when repeatedly queries across refreshes.
	// Avoid choosing this if the same rows will be repeatedly queried between privacy
	// budget refreshes.
	//
	// AutoRefresh is a required field
	AutoRefresh *string `locationName:"autoRefresh" type:"string" required:"true" enum:"PrivacyBudgetTemplateAutoRefresh"`

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget template is created in the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// Specifies your parameters for the privacy budget template.
	//
	// Parameters is a required field
	Parameters *PrivacyBudgetTemplateParametersInput_ `locationName:"parameters" type:"structure" required:"true"`

	// Specifies the type of the privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// An optional label that you can assign to a resource when you create it. Each
	// tag consists of a key and an optional value, both of which you define. When
	// you use tagging, you can also use tag-based access control in IAM policies
	// to control access to this resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreatePrivacyBudgetTemplateInput) GoString added in v1.48.8

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 (*CreatePrivacyBudgetTemplateInput) SetAutoRefresh added in v1.48.8

SetAutoRefresh sets the AutoRefresh field's value.

func (*CreatePrivacyBudgetTemplateInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*CreatePrivacyBudgetTemplateInput) SetParameters added in v1.48.8

SetParameters sets the Parameters field's value.

func (*CreatePrivacyBudgetTemplateInput) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (*CreatePrivacyBudgetTemplateInput) SetTags added in v1.48.8

SetTags sets the Tags field's value.

func (CreatePrivacyBudgetTemplateInput) String added in v1.48.8

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 (*CreatePrivacyBudgetTemplateInput) Validate added in v1.48.8

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

type CreatePrivacyBudgetTemplateOutput added in v1.48.8

type CreatePrivacyBudgetTemplateOutput struct {

	// A summary of the elements in the privacy budget template.
	//
	// PrivacyBudgetTemplate is a required field
	PrivacyBudgetTemplate *PrivacyBudgetTemplate `locationName:"privacyBudgetTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreatePrivacyBudgetTemplateOutput) GoString added in v1.48.8

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 (*CreatePrivacyBudgetTemplateOutput) SetPrivacyBudgetTemplate added in v1.48.8

SetPrivacyBudgetTemplate sets the PrivacyBudgetTemplate field's value.

func (CreatePrivacyBudgetTemplateOutput) String added in v1.48.8

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 DataEncryptionMetadata

type DataEncryptionMetadata struct {

	// Indicates whether encrypted tables can contain cleartext data (TRUE) or are
	// to cryptographically process every column (FALSE).
	//
	// AllowCleartext is a required field
	AllowCleartext *bool `locationName:"allowCleartext" type:"boolean" required:"true"`

	// Indicates whether Fingerprint columns can contain duplicate entries (TRUE)
	// or are to contain only non-repeated values (FALSE).
	//
	// AllowDuplicates is a required field
	AllowDuplicates *bool `locationName:"allowDuplicates" type:"boolean" required:"true"`

	// Indicates whether Fingerprint columns can be joined on any other Fingerprint
	// column with a different name (TRUE) or can only be joined on Fingerprint
	// columns of the same name (FALSE).
	//
	// AllowJoinsOnColumnsWithDifferentNames is a required field
	AllowJoinsOnColumnsWithDifferentNames *bool `locationName:"allowJoinsOnColumnsWithDifferentNames" type:"boolean" required:"true"`

	// Indicates whether NULL values are to be copied as NULL to encrypted tables
	// (TRUE) or cryptographically processed (FALSE).
	//
	// PreserveNulls is a required field
	PreserveNulls *bool `locationName:"preserveNulls" type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

The settings for client-side encryption for cryptographic computing.

func (DataEncryptionMetadata) GoString

func (s DataEncryptionMetadata) 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 (*DataEncryptionMetadata) SetAllowCleartext

func (s *DataEncryptionMetadata) SetAllowCleartext(v bool) *DataEncryptionMetadata

SetAllowCleartext sets the AllowCleartext field's value.

func (*DataEncryptionMetadata) SetAllowDuplicates

func (s *DataEncryptionMetadata) SetAllowDuplicates(v bool) *DataEncryptionMetadata

SetAllowDuplicates sets the AllowDuplicates field's value.

func (*DataEncryptionMetadata) SetAllowJoinsOnColumnsWithDifferentNames

func (s *DataEncryptionMetadata) SetAllowJoinsOnColumnsWithDifferentNames(v bool) *DataEncryptionMetadata

SetAllowJoinsOnColumnsWithDifferentNames sets the AllowJoinsOnColumnsWithDifferentNames field's value.

func (*DataEncryptionMetadata) SetPreserveNulls

func (s *DataEncryptionMetadata) SetPreserveNulls(v bool) *DataEncryptionMetadata

SetPreserveNulls sets the PreserveNulls field's value.

func (DataEncryptionMetadata) String

func (s DataEncryptionMetadata) 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 (*DataEncryptionMetadata) Validate

func (s *DataEncryptionMetadata) Validate() error

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

type DeleteAnalysisTemplateInput added in v1.44.313

type DeleteAnalysisTemplateInput struct {

	// The identifier for the analysis template resource.
	//
	// AnalysisTemplateIdentifier is a required field
	AnalysisTemplateIdentifier *string `location:"uri" locationName:"analysisTemplateIdentifier" min:"36" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAnalysisTemplateInput) GoString added in v1.44.313

func (s DeleteAnalysisTemplateInput) 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 (*DeleteAnalysisTemplateInput) SetAnalysisTemplateIdentifier added in v1.44.313

func (s *DeleteAnalysisTemplateInput) SetAnalysisTemplateIdentifier(v string) *DeleteAnalysisTemplateInput

SetAnalysisTemplateIdentifier sets the AnalysisTemplateIdentifier field's value.

func (*DeleteAnalysisTemplateInput) SetMembershipIdentifier added in v1.44.313

func (s *DeleteAnalysisTemplateInput) SetMembershipIdentifier(v string) *DeleteAnalysisTemplateInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (DeleteAnalysisTemplateInput) String added in v1.44.313

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 (*DeleteAnalysisTemplateInput) Validate added in v1.44.313

func (s *DeleteAnalysisTemplateInput) Validate() error

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

type DeleteAnalysisTemplateOutput added in v1.44.313

type DeleteAnalysisTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAnalysisTemplateOutput) GoString added in v1.44.313

func (s DeleteAnalysisTemplateOutput) 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 (DeleteAnalysisTemplateOutput) String added in v1.44.313

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 DeleteCollaborationInput

type DeleteCollaborationInput struct {

	// The identifier for the collaboration.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCollaborationInput) GoString

func (s DeleteCollaborationInput) 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 (*DeleteCollaborationInput) SetCollaborationIdentifier

func (s *DeleteCollaborationInput) SetCollaborationIdentifier(v string) *DeleteCollaborationInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (DeleteCollaborationInput) String

func (s DeleteCollaborationInput) 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 (*DeleteCollaborationInput) Validate

func (s *DeleteCollaborationInput) Validate() error

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

type DeleteCollaborationOutput

type DeleteCollaborationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCollaborationOutput) GoString

func (s DeleteCollaborationOutput) 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 (DeleteCollaborationOutput) String

func (s DeleteCollaborationOutput) 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 DeleteConfiguredAudienceModelAssociationInput added in v1.48.8

type DeleteConfiguredAudienceModelAssociationInput struct {

	// A unique identifier of the configured audience model association that you
	// want to delete.
	//
	// ConfiguredAudienceModelAssociationIdentifier is a required field
	ConfiguredAudienceModelAssociationIdentifier *string `location:"uri" locationName:"configuredAudienceModelAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier of the membership that contains the audience model association
	// that you want to delete.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConfiguredAudienceModelAssociationInput) GoString added in v1.48.8

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 (*DeleteConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier added in v1.48.8

func (s *DeleteConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier(v string) *DeleteConfiguredAudienceModelAssociationInput

SetConfiguredAudienceModelAssociationIdentifier sets the ConfiguredAudienceModelAssociationIdentifier field's value.

func (*DeleteConfiguredAudienceModelAssociationInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (DeleteConfiguredAudienceModelAssociationInput) String added in v1.48.8

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 (*DeleteConfiguredAudienceModelAssociationInput) Validate added in v1.48.8

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

type DeleteConfiguredAudienceModelAssociationOutput added in v1.48.8

type DeleteConfiguredAudienceModelAssociationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteConfiguredAudienceModelAssociationOutput) GoString added in v1.48.8

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 (DeleteConfiguredAudienceModelAssociationOutput) String added in v1.48.8

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 DeleteConfiguredTableAnalysisRuleInput

type DeleteConfiguredTableAnalysisRuleInput struct {

	// The analysis rule type to be deleted. Configured table analysis rules are
	// uniquely identified by their configured table identifier and analysis rule
	// type.
	//
	// AnalysisRuleType is a required field
	AnalysisRuleType *string `location:"uri" locationName:"analysisRuleType" type:"string" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The unique identifier for the configured table that the analysis rule applies
	// to. Currently accepts the configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConfiguredTableAnalysisRuleInput) 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 (*DeleteConfiguredTableAnalysisRuleInput) SetAnalysisRuleType

SetAnalysisRuleType sets the AnalysisRuleType field's value.

func (*DeleteConfiguredTableAnalysisRuleInput) SetConfiguredTableIdentifier

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (DeleteConfiguredTableAnalysisRuleInput) 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 (*DeleteConfiguredTableAnalysisRuleInput) Validate

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

type DeleteConfiguredTableAnalysisRuleOutput

type DeleteConfiguredTableAnalysisRuleOutput struct {
	// contains filtered or unexported fields
}

An empty response that indicates a successful delete.

func (DeleteConfiguredTableAnalysisRuleOutput) 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 (DeleteConfiguredTableAnalysisRuleOutput) 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 DeleteConfiguredTableAssociationInput

type DeleteConfiguredTableAssociationInput struct {

	// The unique ID for the configured table association to be deleted. Currently
	// accepts the configured table ID.
	//
	// ConfiguredTableAssociationIdentifier is a required field
	ConfiguredTableAssociationIdentifier *string `location:"uri" locationName:"configuredTableAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for the membership that the configured table association
	// belongs to. Currently accepts the membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConfiguredTableAssociationInput) 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 (*DeleteConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier

func (s *DeleteConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier(v string) *DeleteConfiguredTableAssociationInput

SetConfiguredTableAssociationIdentifier sets the ConfiguredTableAssociationIdentifier field's value.

func (*DeleteConfiguredTableAssociationInput) SetMembershipIdentifier

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (DeleteConfiguredTableAssociationInput) 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 (*DeleteConfiguredTableAssociationInput) Validate

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

type DeleteConfiguredTableAssociationOutput

type DeleteConfiguredTableAssociationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteConfiguredTableAssociationOutput) 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 (DeleteConfiguredTableAssociationOutput) 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 DeleteConfiguredTableInput

type DeleteConfiguredTableInput struct {

	// The unique ID for the configured table to delete.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConfiguredTableInput) GoString

func (s DeleteConfiguredTableInput) 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 (*DeleteConfiguredTableInput) SetConfiguredTableIdentifier

func (s *DeleteConfiguredTableInput) SetConfiguredTableIdentifier(v string) *DeleteConfiguredTableInput

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (DeleteConfiguredTableInput) 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 (*DeleteConfiguredTableInput) Validate

func (s *DeleteConfiguredTableInput) Validate() error

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

type DeleteConfiguredTableOutput

type DeleteConfiguredTableOutput struct {
	// contains filtered or unexported fields
}

The empty output for a successful deletion.

func (DeleteConfiguredTableOutput) GoString

func (s DeleteConfiguredTableOutput) 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 (DeleteConfiguredTableOutput) 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 DeleteMemberInput

type DeleteMemberInput struct {

	// The account ID of the member to remove.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" min:"12" type:"string" required:"true"`

	// The unique identifier for the associated collaboration.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteMemberInput) GoString

func (s DeleteMemberInput) 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 (*DeleteMemberInput) SetAccountId

func (s *DeleteMemberInput) SetAccountId(v string) *DeleteMemberInput

SetAccountId sets the AccountId field's value.

func (*DeleteMemberInput) SetCollaborationIdentifier

func (s *DeleteMemberInput) SetCollaborationIdentifier(v string) *DeleteMemberInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (DeleteMemberInput) String

func (s DeleteMemberInput) 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 (*DeleteMemberInput) Validate

func (s *DeleteMemberInput) Validate() error

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

type DeleteMemberOutput

type DeleteMemberOutput struct {
	// contains filtered or unexported fields
}

func (DeleteMemberOutput) GoString

func (s DeleteMemberOutput) 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 (DeleteMemberOutput) String

func (s DeleteMemberOutput) 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 DeleteMembershipInput

type DeleteMembershipInput struct {

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteMembershipInput) GoString

func (s DeleteMembershipInput) 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 (*DeleteMembershipInput) SetMembershipIdentifier

func (s *DeleteMembershipInput) SetMembershipIdentifier(v string) *DeleteMembershipInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (DeleteMembershipInput) String

func (s DeleteMembershipInput) 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 (*DeleteMembershipInput) Validate

func (s *DeleteMembershipInput) Validate() error

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

type DeleteMembershipOutput

type DeleteMembershipOutput struct {
	// contains filtered or unexported fields
}

func (DeleteMembershipOutput) GoString

func (s DeleteMembershipOutput) 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 (DeleteMembershipOutput) String

func (s DeleteMembershipOutput) 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 DeletePrivacyBudgetTemplateInput added in v1.48.8

type DeletePrivacyBudgetTemplateInput struct {

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget template is deleted from the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for your privacy budget template.
	//
	// PrivacyBudgetTemplateIdentifier is a required field
	PrivacyBudgetTemplateIdentifier *string `location:"uri" locationName:"privacyBudgetTemplateIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePrivacyBudgetTemplateInput) GoString added in v1.48.8

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 (*DeletePrivacyBudgetTemplateInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*DeletePrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier added in v1.48.8

func (s *DeletePrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier(v string) *DeletePrivacyBudgetTemplateInput

SetPrivacyBudgetTemplateIdentifier sets the PrivacyBudgetTemplateIdentifier field's value.

func (DeletePrivacyBudgetTemplateInput) String added in v1.48.8

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 (*DeletePrivacyBudgetTemplateInput) Validate added in v1.48.8

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

type DeletePrivacyBudgetTemplateOutput added in v1.48.8

type DeletePrivacyBudgetTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeletePrivacyBudgetTemplateOutput) GoString added in v1.48.8

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 (DeletePrivacyBudgetTemplateOutput) String added in v1.48.8

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 DifferentialPrivacyColumn added in v1.48.8

type DifferentialPrivacyColumn struct {

	// The name of the column, such as user_id, that contains the unique identifier
	// of your users, whose privacy you want to protect. If you want to turn on
	// differential privacy for two or more tables in a collaboration, you must
	// configure the same column as the user identifier column in both analysis
	// rules.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.

func (DifferentialPrivacyColumn) GoString added in v1.48.8

func (s DifferentialPrivacyColumn) 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 (*DifferentialPrivacyColumn) SetName added in v1.48.8

SetName sets the Name field's value.

func (DifferentialPrivacyColumn) String added in v1.48.8

func (s DifferentialPrivacyColumn) 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 (*DifferentialPrivacyColumn) Validate added in v1.48.8

func (s *DifferentialPrivacyColumn) Validate() error

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

type DifferentialPrivacyConfiguration added in v1.48.8

type DifferentialPrivacyConfiguration struct {

	// The name of the column (such as user_id) that contains the unique identifier
	// of your users whose privacy you want to protect. If you want to turn on differential
	// privacy for two or more tables in a collaboration, you must configure the
	// same column as the user identifier column in both analysis rules.
	//
	// Columns is a required field
	Columns []*DifferentialPrivacyColumn `locationName:"columns" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Specifies the unique identifier for your users.

func (DifferentialPrivacyConfiguration) GoString added in v1.48.8

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 (*DifferentialPrivacyConfiguration) SetColumns added in v1.48.8

SetColumns sets the Columns field's value.

func (DifferentialPrivacyConfiguration) String added in v1.48.8

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 (*DifferentialPrivacyConfiguration) Validate added in v1.48.8

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

type DifferentialPrivacyParameters added in v1.48.8

type DifferentialPrivacyParameters struct {

	// Provides the sensitivity parameters that you can use to better understand
	// the total amount of noise in query results.
	//
	// SensitivityParameters is a required field
	SensitivityParameters []*DifferentialPrivacySensitivityParameters `locationName:"sensitivityParameters" type:"list" required:"true"`
	// contains filtered or unexported fields
}

An array that contains the sensitivity parameters.

func (DifferentialPrivacyParameters) GoString added in v1.48.8

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 (*DifferentialPrivacyParameters) SetSensitivityParameters added in v1.48.8

SetSensitivityParameters sets the SensitivityParameters field's value.

func (DifferentialPrivacyParameters) String added in v1.48.8

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 DifferentialPrivacyPreviewAggregation added in v1.48.8

type DifferentialPrivacyPreviewAggregation struct {

	// The maximum number of aggregations that the member who can query can run
	// given the epsilon and noise parameters.
	//
	// MaxCount is a required field
	MaxCount *int64 `locationName:"maxCount" type:"integer" required:"true"`

	// The type of aggregation function.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"DifferentialPrivacyAggregationType"`
	// contains filtered or unexported fields
}

Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.

func (DifferentialPrivacyPreviewAggregation) GoString added in v1.48.8

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 (*DifferentialPrivacyPreviewAggregation) SetMaxCount added in v1.48.8

SetMaxCount sets the MaxCount field's value.

func (*DifferentialPrivacyPreviewAggregation) SetType added in v1.48.8

SetType sets the Type field's value.

func (DifferentialPrivacyPreviewAggregation) String added in v1.48.8

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 DifferentialPrivacyPreviewParametersInput_ added in v1.48.8

type DifferentialPrivacyPreviewParametersInput_ struct {

	// The epsilon value that you want to preview.
	//
	// Epsilon is a required field
	Epsilon *int64 `locationName:"epsilon" min:"1" type:"integer" required:"true"`

	// Noise added per query is measured in terms of the number of users whose contributions
	// you want to obscure. This value governs the rate at which the privacy budget
	// is depleted.
	//
	// UsersNoisePerQuery is a required field
	UsersNoisePerQuery *int64 `locationName:"usersNoisePerQuery" min:"10" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The epsilon and noise parameters that you want to preview.

func (DifferentialPrivacyPreviewParametersInput_) GoString added in v1.48.8

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 (*DifferentialPrivacyPreviewParametersInput_) SetEpsilon added in v1.48.8

SetEpsilon sets the Epsilon field's value.

func (*DifferentialPrivacyPreviewParametersInput_) SetUsersNoisePerQuery added in v1.48.8

SetUsersNoisePerQuery sets the UsersNoisePerQuery field's value.

func (DifferentialPrivacyPreviewParametersInput_) String added in v1.48.8

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 (*DifferentialPrivacyPreviewParametersInput_) Validate added in v1.48.8

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

type DifferentialPrivacyPrivacyBudget added in v1.48.8

type DifferentialPrivacyPrivacyBudget struct {

	// This information includes the configured epsilon value and the utility in
	// terms of total aggregations, as well as the remaining aggregations.
	//
	// Aggregations is a required field
	Aggregations []*DifferentialPrivacyPrivacyBudgetAggregation `locationName:"aggregations" type:"list" required:"true"`

	// The epsilon value that you configured.
	//
	// Epsilon is a required field
	Epsilon *int64 `locationName:"epsilon" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.

func (DifferentialPrivacyPrivacyBudget) GoString added in v1.48.8

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 (*DifferentialPrivacyPrivacyBudget) SetAggregations added in v1.48.8

SetAggregations sets the Aggregations field's value.

func (*DifferentialPrivacyPrivacyBudget) SetEpsilon added in v1.48.8

SetEpsilon sets the Epsilon field's value.

func (DifferentialPrivacyPrivacyBudget) String added in v1.48.8

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 DifferentialPrivacyPrivacyBudgetAggregation added in v1.48.8

type DifferentialPrivacyPrivacyBudgetAggregation struct {

	// The maximum number of aggregation functions that you can perform with the
	// given privacy budget.
	//
	// MaxCount is a required field
	MaxCount *int64 `locationName:"maxCount" type:"integer" required:"true"`

	// The remaining number of aggregation functions that can be run with the available
	// privacy budget.
	//
	// RemainingCount is a required field
	RemainingCount *int64 `locationName:"remainingCount" type:"integer" required:"true"`

	// The different types of aggregation functions that you can perform.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"DifferentialPrivacyAggregationType"`
	// contains filtered or unexported fields
}

Information about the total number of aggregations, as well as the remaining aggregations.

func (DifferentialPrivacyPrivacyBudgetAggregation) GoString added in v1.48.8

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 (*DifferentialPrivacyPrivacyBudgetAggregation) SetMaxCount added in v1.48.8

SetMaxCount sets the MaxCount field's value.

func (*DifferentialPrivacyPrivacyBudgetAggregation) SetRemainingCount added in v1.48.8

SetRemainingCount sets the RemainingCount field's value.

func (*DifferentialPrivacyPrivacyBudgetAggregation) SetType added in v1.48.8

SetType sets the Type field's value.

func (DifferentialPrivacyPrivacyBudgetAggregation) String added in v1.48.8

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 DifferentialPrivacyPrivacyImpact added in v1.48.8

type DifferentialPrivacyPrivacyImpact struct {

	// The number of aggregation functions that you can perform.
	//
	// Aggregations is a required field
	Aggregations []*DifferentialPrivacyPreviewAggregation `locationName:"aggregations" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Information about the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.

func (DifferentialPrivacyPrivacyImpact) GoString added in v1.48.8

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 (*DifferentialPrivacyPrivacyImpact) SetAggregations added in v1.48.8

SetAggregations sets the Aggregations field's value.

func (DifferentialPrivacyPrivacyImpact) String added in v1.48.8

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 DifferentialPrivacySensitivityParameters added in v1.48.8

type DifferentialPrivacySensitivityParameters struct {

	// The aggregation expression that was run.
	//
	// AggregationExpression is a required field
	AggregationExpression *string `locationName:"aggregationExpression" min:"1" type:"string" required:"true"`

	// The type of aggregation function that was run.
	//
	// AggregationType is a required field
	AggregationType *string `locationName:"aggregationType" type:"string" required:"true" enum:"DifferentialPrivacyAggregationType"`

	// The upper bound of the aggregation expression.
	MaxColumnValue *float64 `locationName:"maxColumnValue" type:"float"`

	// The lower bound of the aggregation expression.
	MinColumnValue *float64 `locationName:"minColumnValue" type:"float"`

	// The maximum number of rows contributed by a user in a SQL query.
	//
	// UserContributionLimit is a required field
	UserContributionLimit *int64 `locationName:"userContributionLimit" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Provides the sensitivity parameters.

func (DifferentialPrivacySensitivityParameters) GoString added in v1.48.8

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 (*DifferentialPrivacySensitivityParameters) SetAggregationExpression added in v1.48.8

SetAggregationExpression sets the AggregationExpression field's value.

func (*DifferentialPrivacySensitivityParameters) SetAggregationType added in v1.48.8

SetAggregationType sets the AggregationType field's value.

func (*DifferentialPrivacySensitivityParameters) SetMaxColumnValue added in v1.48.8

SetMaxColumnValue sets the MaxColumnValue field's value.

func (*DifferentialPrivacySensitivityParameters) SetMinColumnValue added in v1.48.8

SetMinColumnValue sets the MinColumnValue field's value.

func (*DifferentialPrivacySensitivityParameters) SetUserContributionLimit added in v1.48.8

SetUserContributionLimit sets the UserContributionLimit field's value.

func (DifferentialPrivacySensitivityParameters) String added in v1.48.8

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 DifferentialPrivacyTemplateParametersInput_ added in v1.48.8

type DifferentialPrivacyTemplateParametersInput_ struct {

	// The epsilon value that you want to use.
	//
	// Epsilon is a required field
	Epsilon *int64 `locationName:"epsilon" min:"1" type:"integer" required:"true"`

	// Noise added per query is measured in terms of the number of users whose contributions
	// you want to obscure. This value governs the rate at which the privacy budget
	// is depleted.
	//
	// UsersNoisePerQuery is a required field
	UsersNoisePerQuery *int64 `locationName:"usersNoisePerQuery" min:"10" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The epsilon and noise parameter values that you want to use for the differential privacy template.

func (DifferentialPrivacyTemplateParametersInput_) GoString added in v1.48.8

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 (*DifferentialPrivacyTemplateParametersInput_) SetEpsilon added in v1.48.8

SetEpsilon sets the Epsilon field's value.

func (*DifferentialPrivacyTemplateParametersInput_) SetUsersNoisePerQuery added in v1.48.8

SetUsersNoisePerQuery sets the UsersNoisePerQuery field's value.

func (DifferentialPrivacyTemplateParametersInput_) String added in v1.48.8

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 (*DifferentialPrivacyTemplateParametersInput_) Validate added in v1.48.8

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

type DifferentialPrivacyTemplateParametersOutput_ added in v1.48.8

type DifferentialPrivacyTemplateParametersOutput_ struct {

	// The epsilon value that you specified.
	//
	// Epsilon is a required field
	Epsilon *int64 `locationName:"epsilon" min:"1" type:"integer" required:"true"`

	// Noise added per query is measured in terms of the number of users whose contributions
	// you want to obscure. This value governs the rate at which the privacy budget
	// is depleted.
	//
	// UsersNoisePerQuery is a required field
	UsersNoisePerQuery *int64 `locationName:"usersNoisePerQuery" min:"10" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The epsilon and noise parameter values that were used for the differential privacy template.

func (DifferentialPrivacyTemplateParametersOutput_) GoString added in v1.48.8

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 (*DifferentialPrivacyTemplateParametersOutput_) SetEpsilon added in v1.48.8

SetEpsilon sets the Epsilon field's value.

func (*DifferentialPrivacyTemplateParametersOutput_) SetUsersNoisePerQuery added in v1.48.8

SetUsersNoisePerQuery sets the UsersNoisePerQuery field's value.

func (DifferentialPrivacyTemplateParametersOutput_) String added in v1.48.8

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 DifferentialPrivacyTemplateUpdateParameters added in v1.48.8

type DifferentialPrivacyTemplateUpdateParameters struct {

	// The updated epsilon value that you want to use.
	Epsilon *int64 `locationName:"epsilon" min:"1" type:"integer"`

	// The updated value of noise added per query. It is measured in terms of the
	// number of users whose contributions you want to obscure. This value governs
	// the rate at which the privacy budget is depleted.
	UsersNoisePerQuery *int64 `locationName:"usersNoisePerQuery" min:"10" type:"integer"`
	// contains filtered or unexported fields
}

The epsilon and noise parameter values that you want to update in the differential privacy template.

func (DifferentialPrivacyTemplateUpdateParameters) GoString added in v1.48.8

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 (*DifferentialPrivacyTemplateUpdateParameters) SetEpsilon added in v1.48.8

SetEpsilon sets the Epsilon field's value.

func (*DifferentialPrivacyTemplateUpdateParameters) SetUsersNoisePerQuery added in v1.48.8

SetUsersNoisePerQuery sets the UsersNoisePerQuery field's value.

func (DifferentialPrivacyTemplateUpdateParameters) String added in v1.48.8

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 (*DifferentialPrivacyTemplateUpdateParameters) Validate added in v1.48.8

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

type GetAnalysisTemplateInput added in v1.44.313

type GetAnalysisTemplateInput struct {

	// The identifier for the analysis template resource.
	//
	// AnalysisTemplateIdentifier is a required field
	AnalysisTemplateIdentifier *string `location:"uri" locationName:"analysisTemplateIdentifier" min:"36" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAnalysisTemplateInput) GoString added in v1.44.313

func (s GetAnalysisTemplateInput) 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 (*GetAnalysisTemplateInput) SetAnalysisTemplateIdentifier added in v1.44.313

func (s *GetAnalysisTemplateInput) SetAnalysisTemplateIdentifier(v string) *GetAnalysisTemplateInput

SetAnalysisTemplateIdentifier sets the AnalysisTemplateIdentifier field's value.

func (*GetAnalysisTemplateInput) SetMembershipIdentifier added in v1.44.313

func (s *GetAnalysisTemplateInput) SetMembershipIdentifier(v string) *GetAnalysisTemplateInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (GetAnalysisTemplateInput) String added in v1.44.313

func (s GetAnalysisTemplateInput) 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 (*GetAnalysisTemplateInput) Validate added in v1.44.313

func (s *GetAnalysisTemplateInput) Validate() error

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

type GetAnalysisTemplateOutput added in v1.44.313

type GetAnalysisTemplateOutput struct {

	// The analysis template.
	//
	// AnalysisTemplate is a required field
	AnalysisTemplate *AnalysisTemplate `locationName:"analysisTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetAnalysisTemplateOutput) GoString added in v1.44.313

func (s GetAnalysisTemplateOutput) 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 (*GetAnalysisTemplateOutput) SetAnalysisTemplate added in v1.44.313

SetAnalysisTemplate sets the AnalysisTemplate field's value.

func (GetAnalysisTemplateOutput) String added in v1.44.313

func (s GetAnalysisTemplateOutput) 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 GetCollaborationAnalysisTemplateInput added in v1.44.313

type GetCollaborationAnalysisTemplateInput struct {

	// The Amazon Resource Name (ARN) associated with the analysis template within
	// a collaboration.
	//
	// AnalysisTemplateArn is a required field
	AnalysisTemplateArn *string `location:"uri" locationName:"analysisTemplateArn" type:"string" required:"true"`

	// A unique identifier for the collaboration that the analysis templates belong
	// to. Currently accepts collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationAnalysisTemplateInput) GoString added in v1.44.313

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 (*GetCollaborationAnalysisTemplateInput) SetAnalysisTemplateArn added in v1.44.313

SetAnalysisTemplateArn sets the AnalysisTemplateArn field's value.

func (*GetCollaborationAnalysisTemplateInput) SetCollaborationIdentifier added in v1.44.313

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (GetCollaborationAnalysisTemplateInput) String added in v1.44.313

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 (*GetCollaborationAnalysisTemplateInput) Validate added in v1.44.313

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

type GetCollaborationAnalysisTemplateOutput added in v1.44.313

type GetCollaborationAnalysisTemplateOutput struct {

	// The analysis template within a collaboration.
	//
	// CollaborationAnalysisTemplate is a required field
	CollaborationAnalysisTemplate *CollaborationAnalysisTemplate `locationName:"collaborationAnalysisTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationAnalysisTemplateOutput) GoString added in v1.44.313

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 (*GetCollaborationAnalysisTemplateOutput) SetCollaborationAnalysisTemplate added in v1.44.313

SetCollaborationAnalysisTemplate sets the CollaborationAnalysisTemplate field's value.

func (GetCollaborationAnalysisTemplateOutput) String added in v1.44.313

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 GetCollaborationConfiguredAudienceModelAssociationInput added in v1.48.8

type GetCollaborationConfiguredAudienceModelAssociationInput struct {

	// A unique identifier for the collaboration that the configured audience model
	// association belongs to. Accepts a collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for the configured audience model association that you
	// want to retrieve.
	//
	// ConfiguredAudienceModelAssociationIdentifier is a required field
	ConfiguredAudienceModelAssociationIdentifier *string `location:"uri" locationName:"configuredAudienceModelAssociationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationConfiguredAudienceModelAssociationInput) GoString added in v1.48.8

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 (*GetCollaborationConfiguredAudienceModelAssociationInput) SetCollaborationIdentifier added in v1.48.8

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*GetCollaborationConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier added in v1.48.8

SetConfiguredAudienceModelAssociationIdentifier sets the ConfiguredAudienceModelAssociationIdentifier field's value.

func (GetCollaborationConfiguredAudienceModelAssociationInput) String added in v1.48.8

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 (*GetCollaborationConfiguredAudienceModelAssociationInput) Validate added in v1.48.8

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

type GetCollaborationConfiguredAudienceModelAssociationOutput added in v1.48.8

type GetCollaborationConfiguredAudienceModelAssociationOutput struct {

	// The metadata of the configured audience model association.
	//
	// CollaborationConfiguredAudienceModelAssociation is a required field
	CollaborationConfiguredAudienceModelAssociation *CollaborationConfiguredAudienceModelAssociation `locationName:"collaborationConfiguredAudienceModelAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationConfiguredAudienceModelAssociationOutput) GoString added in v1.48.8

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 (*GetCollaborationConfiguredAudienceModelAssociationOutput) SetCollaborationConfiguredAudienceModelAssociation added in v1.48.8

SetCollaborationConfiguredAudienceModelAssociation sets the CollaborationConfiguredAudienceModelAssociation field's value.

func (GetCollaborationConfiguredAudienceModelAssociationOutput) String added in v1.48.8

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 GetCollaborationInput

type GetCollaborationInput struct {

	// The identifier for the collaboration.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationInput) GoString

func (s GetCollaborationInput) 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 (*GetCollaborationInput) SetCollaborationIdentifier

func (s *GetCollaborationInput) SetCollaborationIdentifier(v string) *GetCollaborationInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (GetCollaborationInput) String

func (s GetCollaborationInput) 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 (*GetCollaborationInput) Validate

func (s *GetCollaborationInput) Validate() error

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

type GetCollaborationOutput

type GetCollaborationOutput struct {

	// The entire collaboration for this identifier.
	//
	// Collaboration is a required field
	Collaboration *Collaboration `locationName:"collaboration" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationOutput) GoString

func (s GetCollaborationOutput) 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 (*GetCollaborationOutput) SetCollaboration

SetCollaboration sets the Collaboration field's value.

func (GetCollaborationOutput) String

func (s GetCollaborationOutput) 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 GetCollaborationPrivacyBudgetTemplateInput added in v1.48.8

type GetCollaborationPrivacyBudgetTemplateInput struct {

	// A unique identifier for one of your collaborations.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for one of your privacy budget templates.
	//
	// PrivacyBudgetTemplateIdentifier is a required field
	PrivacyBudgetTemplateIdentifier *string `location:"uri" locationName:"privacyBudgetTemplateIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationPrivacyBudgetTemplateInput) GoString added in v1.48.8

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 (*GetCollaborationPrivacyBudgetTemplateInput) SetCollaborationIdentifier added in v1.48.8

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*GetCollaborationPrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier added in v1.48.8

SetPrivacyBudgetTemplateIdentifier sets the PrivacyBudgetTemplateIdentifier field's value.

func (GetCollaborationPrivacyBudgetTemplateInput) String added in v1.48.8

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 (*GetCollaborationPrivacyBudgetTemplateInput) Validate added in v1.48.8

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

type GetCollaborationPrivacyBudgetTemplateOutput added in v1.48.8

type GetCollaborationPrivacyBudgetTemplateOutput struct {

	// Returns the details of the privacy budget template that you requested.
	//
	// CollaborationPrivacyBudgetTemplate is a required field
	CollaborationPrivacyBudgetTemplate *CollaborationPrivacyBudgetTemplate `locationName:"collaborationPrivacyBudgetTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetCollaborationPrivacyBudgetTemplateOutput) GoString added in v1.48.8

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 (*GetCollaborationPrivacyBudgetTemplateOutput) SetCollaborationPrivacyBudgetTemplate added in v1.48.8

SetCollaborationPrivacyBudgetTemplate sets the CollaborationPrivacyBudgetTemplate field's value.

func (GetCollaborationPrivacyBudgetTemplateOutput) String added in v1.48.8

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 GetConfiguredAudienceModelAssociationInput added in v1.48.8

type GetConfiguredAudienceModelAssociationInput struct {

	// A unique identifier for the configured audience model association that you
	// want to retrieve.
	//
	// ConfiguredAudienceModelAssociationIdentifier is a required field
	ConfiguredAudienceModelAssociationIdentifier *string `location:"uri" locationName:"configuredAudienceModelAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for the membership that contains the configured audience
	// model association that you want to retrieve.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredAudienceModelAssociationInput) GoString added in v1.48.8

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 (*GetConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier added in v1.48.8

func (s *GetConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier(v string) *GetConfiguredAudienceModelAssociationInput

SetConfiguredAudienceModelAssociationIdentifier sets the ConfiguredAudienceModelAssociationIdentifier field's value.

func (*GetConfiguredAudienceModelAssociationInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (GetConfiguredAudienceModelAssociationInput) String added in v1.48.8

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 (*GetConfiguredAudienceModelAssociationInput) Validate added in v1.48.8

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

type GetConfiguredAudienceModelAssociationOutput added in v1.48.8

type GetConfiguredAudienceModelAssociationOutput struct {

	// Information about the configured audience model association that you requested.
	//
	// ConfiguredAudienceModelAssociation is a required field
	ConfiguredAudienceModelAssociation *ConfiguredAudienceModelAssociation `locationName:"configuredAudienceModelAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredAudienceModelAssociationOutput) GoString added in v1.48.8

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 (*GetConfiguredAudienceModelAssociationOutput) SetConfiguredAudienceModelAssociation added in v1.48.8

SetConfiguredAudienceModelAssociation sets the ConfiguredAudienceModelAssociation field's value.

func (GetConfiguredAudienceModelAssociationOutput) String added in v1.48.8

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 GetConfiguredTableAnalysisRuleInput

type GetConfiguredTableAnalysisRuleInput struct {

	// The analysis rule to be retrieved. Configured table analysis rules are uniquely
	// identified by their configured table identifier and analysis rule type.
	//
	// AnalysisRuleType is a required field
	AnalysisRuleType *string `location:"uri" locationName:"analysisRuleType" type:"string" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The unique identifier for the configured table to retrieve. Currently accepts
	// the configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableAnalysisRuleInput) 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 (*GetConfiguredTableAnalysisRuleInput) SetAnalysisRuleType

SetAnalysisRuleType sets the AnalysisRuleType field's value.

func (*GetConfiguredTableAnalysisRuleInput) SetConfiguredTableIdentifier

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (GetConfiguredTableAnalysisRuleInput) 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 (*GetConfiguredTableAnalysisRuleInput) Validate

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

type GetConfiguredTableAnalysisRuleOutput

type GetConfiguredTableAnalysisRuleOutput struct {

	// The entire analysis rule output.
	//
	// AnalysisRule is a required field
	AnalysisRule *ConfiguredTableAnalysisRule `locationName:"analysisRule" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableAnalysisRuleOutput) 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 (*GetConfiguredTableAnalysisRuleOutput) SetAnalysisRule

SetAnalysisRule sets the AnalysisRule field's value.

func (GetConfiguredTableAnalysisRuleOutput) 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 GetConfiguredTableAssociationInput

type GetConfiguredTableAssociationInput struct {

	// The unique ID for the configured table association to retrieve. Currently
	// accepts the configured table ID.
	//
	// ConfiguredTableAssociationIdentifier is a required field
	ConfiguredTableAssociationIdentifier *string `location:"uri" locationName:"configuredTableAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for the membership that the configured table association
	// belongs to. Currently accepts the membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableAssociationInput) 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 (*GetConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier

func (s *GetConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier(v string) *GetConfiguredTableAssociationInput

SetConfiguredTableAssociationIdentifier sets the ConfiguredTableAssociationIdentifier field's value.

func (*GetConfiguredTableAssociationInput) SetMembershipIdentifier

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (GetConfiguredTableAssociationInput) 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 (*GetConfiguredTableAssociationInput) Validate

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

type GetConfiguredTableAssociationOutput

type GetConfiguredTableAssociationOutput struct {

	// The entire configured table association object.
	//
	// ConfiguredTableAssociation is a required field
	ConfiguredTableAssociation *ConfiguredTableAssociation `locationName:"configuredTableAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableAssociationOutput) 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 (*GetConfiguredTableAssociationOutput) SetConfiguredTableAssociation

SetConfiguredTableAssociation sets the ConfiguredTableAssociation field's value.

func (GetConfiguredTableAssociationOutput) 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 GetConfiguredTableInput

type GetConfiguredTableInput struct {

	// The unique ID for the configured table to retrieve.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableInput) GoString

func (s GetConfiguredTableInput) 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 (*GetConfiguredTableInput) SetConfiguredTableIdentifier

func (s *GetConfiguredTableInput) SetConfiguredTableIdentifier(v string) *GetConfiguredTableInput

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (GetConfiguredTableInput) String

func (s GetConfiguredTableInput) 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 (*GetConfiguredTableInput) Validate

func (s *GetConfiguredTableInput) Validate() error

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

type GetConfiguredTableOutput

type GetConfiguredTableOutput struct {

	// The retrieved configured table.
	//
	// ConfiguredTable is a required field
	ConfiguredTable *ConfiguredTable `locationName:"configuredTable" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetConfiguredTableOutput) GoString

func (s GetConfiguredTableOutput) 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 (*GetConfiguredTableOutput) SetConfiguredTable

SetConfiguredTable sets the ConfiguredTable field's value.

func (GetConfiguredTableOutput) String

func (s GetConfiguredTableOutput) 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 GetMembershipInput

type GetMembershipInput struct {

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMembershipInput) GoString

func (s GetMembershipInput) 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 (*GetMembershipInput) SetMembershipIdentifier

func (s *GetMembershipInput) SetMembershipIdentifier(v string) *GetMembershipInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (GetMembershipInput) String

func (s GetMembershipInput) 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 (*GetMembershipInput) Validate

func (s *GetMembershipInput) Validate() error

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

type GetMembershipOutput

type GetMembershipOutput struct {

	// The membership retrieved for the provided identifier.
	//
	// Membership is a required field
	Membership *Membership `locationName:"membership" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetMembershipOutput) GoString

func (s GetMembershipOutput) 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 (*GetMembershipOutput) SetMembership

func (s *GetMembershipOutput) SetMembership(v *Membership) *GetMembershipOutput

SetMembership sets the Membership field's value.

func (GetMembershipOutput) String

func (s GetMembershipOutput) 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 GetPrivacyBudgetTemplateInput added in v1.48.8

type GetPrivacyBudgetTemplateInput struct {

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget template is retrieved from the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// A unique identifier for your privacy budget template.
	//
	// PrivacyBudgetTemplateIdentifier is a required field
	PrivacyBudgetTemplateIdentifier *string `location:"uri" locationName:"privacyBudgetTemplateIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPrivacyBudgetTemplateInput) GoString added in v1.48.8

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 (*GetPrivacyBudgetTemplateInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*GetPrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier added in v1.48.8

func (s *GetPrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier(v string) *GetPrivacyBudgetTemplateInput

SetPrivacyBudgetTemplateIdentifier sets the PrivacyBudgetTemplateIdentifier field's value.

func (GetPrivacyBudgetTemplateInput) String added in v1.48.8

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 (*GetPrivacyBudgetTemplateInput) Validate added in v1.48.8

func (s *GetPrivacyBudgetTemplateInput) Validate() error

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

type GetPrivacyBudgetTemplateOutput added in v1.48.8

type GetPrivacyBudgetTemplateOutput struct {

	// Returns the details of the privacy budget template that you requested.
	//
	// PrivacyBudgetTemplate is a required field
	PrivacyBudgetTemplate *PrivacyBudgetTemplate `locationName:"privacyBudgetTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetPrivacyBudgetTemplateOutput) GoString added in v1.48.8

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 (*GetPrivacyBudgetTemplateOutput) SetPrivacyBudgetTemplate added in v1.48.8

SetPrivacyBudgetTemplate sets the PrivacyBudgetTemplate field's value.

func (GetPrivacyBudgetTemplateOutput) String added in v1.48.8

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 GetProtectedQueryInput

type GetProtectedQueryInput struct {

	// The identifier for a membership in a protected query instance.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The identifier for a protected query instance.
	//
	// ProtectedQueryIdentifier is a required field
	ProtectedQueryIdentifier *string `location:"uri" locationName:"protectedQueryIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetProtectedQueryInput) GoString

func (s GetProtectedQueryInput) 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 (*GetProtectedQueryInput) SetMembershipIdentifier

func (s *GetProtectedQueryInput) SetMembershipIdentifier(v string) *GetProtectedQueryInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*GetProtectedQueryInput) SetProtectedQueryIdentifier

func (s *GetProtectedQueryInput) SetProtectedQueryIdentifier(v string) *GetProtectedQueryInput

SetProtectedQueryIdentifier sets the ProtectedQueryIdentifier field's value.

func (GetProtectedQueryInput) String

func (s GetProtectedQueryInput) 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 (*GetProtectedQueryInput) Validate

func (s *GetProtectedQueryInput) Validate() error

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

type GetProtectedQueryOutput

type GetProtectedQueryOutput struct {

	// The query processing metadata.
	//
	// ProtectedQuery is a required field
	ProtectedQuery *ProtectedQuery `locationName:"protectedQuery" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetProtectedQueryOutput) GoString

func (s GetProtectedQueryOutput) 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 (*GetProtectedQueryOutput) SetProtectedQuery

SetProtectedQuery sets the ProtectedQuery field's value.

func (GetProtectedQueryOutput) String

func (s GetProtectedQueryOutput) 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 GetSchemaAnalysisRuleInput

type GetSchemaAnalysisRuleInput struct {

	// A unique identifier for the collaboration that the schema belongs to. Currently
	// accepts a collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The name of the schema to retrieve the analysis rule for.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`

	// The type of the schema analysis rule to retrieve. Schema analysis rules are
	// uniquely identified by a combination of the collaboration, the schema name,
	// and their type.
	//
	// Type is a required field
	Type *string `location:"uri" locationName:"type" type:"string" required:"true" enum:"AnalysisRuleType"`
	// contains filtered or unexported fields
}

func (GetSchemaAnalysisRuleInput) GoString

func (s GetSchemaAnalysisRuleInput) 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 (*GetSchemaAnalysisRuleInput) SetCollaborationIdentifier

func (s *GetSchemaAnalysisRuleInput) SetCollaborationIdentifier(v string) *GetSchemaAnalysisRuleInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*GetSchemaAnalysisRuleInput) SetName

SetName sets the Name field's value.

func (*GetSchemaAnalysisRuleInput) SetType

SetType sets the Type field's value.

func (GetSchemaAnalysisRuleInput) 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 (*GetSchemaAnalysisRuleInput) Validate

func (s *GetSchemaAnalysisRuleInput) Validate() error

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

type GetSchemaAnalysisRuleOutput

type GetSchemaAnalysisRuleOutput struct {

	// A specification about how data from the configured table can be used.
	//
	// AnalysisRule is a required field
	AnalysisRule *AnalysisRule `locationName:"analysisRule" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetSchemaAnalysisRuleOutput) GoString

func (s GetSchemaAnalysisRuleOutput) 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 (*GetSchemaAnalysisRuleOutput) SetAnalysisRule

SetAnalysisRule sets the AnalysisRule field's value.

func (GetSchemaAnalysisRuleOutput) 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 GetSchemaInput

type GetSchemaInput struct {

	// A unique identifier for the collaboration that the schema belongs to. Currently
	// accepts a collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The name of the relation to retrieve the schema for.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetSchemaInput) GoString

func (s GetSchemaInput) 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 (*GetSchemaInput) SetCollaborationIdentifier

func (s *GetSchemaInput) SetCollaborationIdentifier(v string) *GetSchemaInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*GetSchemaInput) SetName

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

SetName sets the Name field's value.

func (GetSchemaInput) String

func (s GetSchemaInput) 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 (*GetSchemaInput) Validate

func (s *GetSchemaInput) Validate() error

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

type GetSchemaOutput

type GetSchemaOutput struct {

	// The entire schema object.
	//
	// Schema is a required field
	Schema *Schema `locationName:"schema" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetSchemaOutput) GoString

func (s GetSchemaOutput) 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 (*GetSchemaOutput) SetSchema

func (s *GetSchemaOutput) SetSchema(v *Schema) *GetSchemaOutput

SetSchema sets the Schema field's value.

func (GetSchemaOutput) String

func (s GetSchemaOutput) 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 GlueTableReference

type GlueTableReference struct {

	// The name of the database the Glue table belongs to.
	//
	// DatabaseName is a required field
	DatabaseName *string `locationName:"databaseName" type:"string" required:"true"`

	// The name of the Glue table.
	//
	// TableName is a required field
	TableName *string `locationName:"tableName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A reference to a table within an Glue data catalog.

func (GlueTableReference) GoString

func (s GlueTableReference) 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 (*GlueTableReference) SetDatabaseName

func (s *GlueTableReference) SetDatabaseName(v string) *GlueTableReference

SetDatabaseName sets the DatabaseName field's value.

func (*GlueTableReference) SetTableName

func (s *GlueTableReference) SetTableName(v string) *GlueTableReference

SetTableName sets the TableName field's value.

func (GlueTableReference) String

func (s GlueTableReference) 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 (*GlueTableReference) Validate

func (s *GlueTableReference) 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
}

Unexpected error during processing of request.

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 ListAnalysisTemplatesInput added in v1.44.313

type ListAnalysisTemplatesInput struct {

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListAnalysisTemplatesInput) GoString added in v1.44.313

func (s ListAnalysisTemplatesInput) 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 (*ListAnalysisTemplatesInput) SetMaxResults added in v1.44.313

SetMaxResults sets the MaxResults field's value.

func (*ListAnalysisTemplatesInput) SetMembershipIdentifier added in v1.44.313

func (s *ListAnalysisTemplatesInput) SetMembershipIdentifier(v string) *ListAnalysisTemplatesInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListAnalysisTemplatesInput) SetNextToken added in v1.44.313

SetNextToken sets the NextToken field's value.

func (ListAnalysisTemplatesInput) String added in v1.44.313

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 (*ListAnalysisTemplatesInput) Validate added in v1.44.313

func (s *ListAnalysisTemplatesInput) Validate() error

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

type ListAnalysisTemplatesOutput added in v1.44.313

type ListAnalysisTemplatesOutput struct {

	// Lists analysis template metadata.
	//
	// AnalysisTemplateSummaries is a required field
	AnalysisTemplateSummaries []*AnalysisTemplateSummary `locationName:"analysisTemplateSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListAnalysisTemplatesOutput) GoString added in v1.44.313

func (s ListAnalysisTemplatesOutput) 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 (*ListAnalysisTemplatesOutput) SetAnalysisTemplateSummaries added in v1.44.313

SetAnalysisTemplateSummaries sets the AnalysisTemplateSummaries field's value.

func (*ListAnalysisTemplatesOutput) SetNextToken added in v1.44.313

SetNextToken sets the NextToken field's value.

func (ListAnalysisTemplatesOutput) String added in v1.44.313

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 ListCollaborationAnalysisTemplatesInput added in v1.44.313

type ListCollaborationAnalysisTemplatesInput struct {

	// A unique identifier for the collaboration that the analysis templates belong
	// to. Currently accepts collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationAnalysisTemplatesInput) GoString added in v1.44.313

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 (*ListCollaborationAnalysisTemplatesInput) SetCollaborationIdentifier added in v1.44.313

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListCollaborationAnalysisTemplatesInput) SetMaxResults added in v1.44.313

SetMaxResults sets the MaxResults field's value.

func (*ListCollaborationAnalysisTemplatesInput) SetNextToken added in v1.44.313

SetNextToken sets the NextToken field's value.

func (ListCollaborationAnalysisTemplatesInput) String added in v1.44.313

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 (*ListCollaborationAnalysisTemplatesInput) Validate added in v1.44.313

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

type ListCollaborationAnalysisTemplatesOutput added in v1.44.313

type ListCollaborationAnalysisTemplatesOutput struct {

	// The metadata of the analysis template within a collaboration.
	//
	// CollaborationAnalysisTemplateSummaries is a required field
	CollaborationAnalysisTemplateSummaries []*CollaborationAnalysisTemplateSummary `locationName:"collaborationAnalysisTemplateSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationAnalysisTemplatesOutput) GoString added in v1.44.313

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 (*ListCollaborationAnalysisTemplatesOutput) SetCollaborationAnalysisTemplateSummaries added in v1.44.313

SetCollaborationAnalysisTemplateSummaries sets the CollaborationAnalysisTemplateSummaries field's value.

func (*ListCollaborationAnalysisTemplatesOutput) SetNextToken added in v1.44.313

SetNextToken sets the NextToken field's value.

func (ListCollaborationAnalysisTemplatesOutput) String added in v1.44.313

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 ListCollaborationConfiguredAudienceModelAssociationsInput added in v1.48.8

type ListCollaborationConfiguredAudienceModelAssociationsInput struct {

	// A unique identifier for the collaboration that the configured audience model
	// association belongs to. Accepts a collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationConfiguredAudienceModelAssociationsInput) GoString added in v1.48.8

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 (*ListCollaborationConfiguredAudienceModelAssociationsInput) SetCollaborationIdentifier added in v1.48.8

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListCollaborationConfiguredAudienceModelAssociationsInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListCollaborationConfiguredAudienceModelAssociationsInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListCollaborationConfiguredAudienceModelAssociationsInput) String added in v1.48.8

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 (*ListCollaborationConfiguredAudienceModelAssociationsInput) Validate added in v1.48.8

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

type ListCollaborationConfiguredAudienceModelAssociationsOutput added in v1.48.8

type ListCollaborationConfiguredAudienceModelAssociationsOutput struct {

	// The metadata of the configured audience model association within a collaboration.
	//
	// CollaborationConfiguredAudienceModelAssociationSummaries is a required field
	CollaborationConfiguredAudienceModelAssociationSummaries []*CollaborationConfiguredAudienceModelAssociationSummary `locationName:"collaborationConfiguredAudienceModelAssociationSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationConfiguredAudienceModelAssociationsOutput) GoString added in v1.48.8

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 (*ListCollaborationConfiguredAudienceModelAssociationsOutput) SetCollaborationConfiguredAudienceModelAssociationSummaries added in v1.48.8

SetCollaborationConfiguredAudienceModelAssociationSummaries sets the CollaborationConfiguredAudienceModelAssociationSummaries field's value.

func (*ListCollaborationConfiguredAudienceModelAssociationsOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListCollaborationConfiguredAudienceModelAssociationsOutput) String added in v1.48.8

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 ListCollaborationPrivacyBudgetTemplatesInput added in v1.48.8

type ListCollaborationPrivacyBudgetTemplatesInput struct {

	// A unique identifier for one of your collaborations.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationPrivacyBudgetTemplatesInput) GoString added in v1.48.8

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 (*ListCollaborationPrivacyBudgetTemplatesInput) SetCollaborationIdentifier added in v1.48.8

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListCollaborationPrivacyBudgetTemplatesInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListCollaborationPrivacyBudgetTemplatesInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListCollaborationPrivacyBudgetTemplatesInput) String added in v1.48.8

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 (*ListCollaborationPrivacyBudgetTemplatesInput) Validate added in v1.48.8

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

type ListCollaborationPrivacyBudgetTemplatesOutput added in v1.48.8

type ListCollaborationPrivacyBudgetTemplatesOutput struct {

	// An array that summarizes the collaboration privacy budget templates. The
	// summary includes collaboration information, creation information, the privacy
	// budget type.
	//
	// CollaborationPrivacyBudgetTemplateSummaries is a required field
	CollaborationPrivacyBudgetTemplateSummaries []*CollaborationPrivacyBudgetTemplateSummary `locationName:"collaborationPrivacyBudgetTemplateSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationPrivacyBudgetTemplatesOutput) GoString added in v1.48.8

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 (*ListCollaborationPrivacyBudgetTemplatesOutput) SetCollaborationPrivacyBudgetTemplateSummaries added in v1.48.8

SetCollaborationPrivacyBudgetTemplateSummaries sets the CollaborationPrivacyBudgetTemplateSummaries field's value.

func (*ListCollaborationPrivacyBudgetTemplatesOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListCollaborationPrivacyBudgetTemplatesOutput) String added in v1.48.8

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 ListCollaborationPrivacyBudgetsInput added in v1.48.8

type ListCollaborationPrivacyBudgetsInput struct {

	// A unique identifier for one of your collaborations.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// Specifies the type of the privacy budget.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `location:"querystring" locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`
	// contains filtered or unexported fields
}

func (ListCollaborationPrivacyBudgetsInput) GoString added in v1.48.8

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 (*ListCollaborationPrivacyBudgetsInput) SetCollaborationIdentifier added in v1.48.8

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListCollaborationPrivacyBudgetsInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListCollaborationPrivacyBudgetsInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (*ListCollaborationPrivacyBudgetsInput) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (ListCollaborationPrivacyBudgetsInput) String added in v1.48.8

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 (*ListCollaborationPrivacyBudgetsInput) Validate added in v1.48.8

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

type ListCollaborationPrivacyBudgetsOutput added in v1.48.8

type ListCollaborationPrivacyBudgetsOutput struct {

	// Summaries of the collaboration privacy budgets.
	//
	// CollaborationPrivacyBudgetSummaries is a required field
	CollaborationPrivacyBudgetSummaries []*CollaborationPrivacyBudgetSummary `locationName:"collaborationPrivacyBudgetSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationPrivacyBudgetsOutput) GoString added in v1.48.8

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 (*ListCollaborationPrivacyBudgetsOutput) SetCollaborationPrivacyBudgetSummaries added in v1.48.8

SetCollaborationPrivacyBudgetSummaries sets the CollaborationPrivacyBudgetSummaries field's value.

func (*ListCollaborationPrivacyBudgetsOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListCollaborationPrivacyBudgetsOutput) String added in v1.48.8

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 ListCollaborationsInput

type ListCollaborationsInput struct {

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The caller's status in a collaboration.
	MemberStatus *string `location:"querystring" locationName:"memberStatus" type:"string" enum:"FilterableMemberStatus"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationsInput) GoString

func (s ListCollaborationsInput) 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 (*ListCollaborationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListCollaborationsInput) SetMemberStatus

SetMemberStatus sets the MemberStatus field's value.

func (*ListCollaborationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListCollaborationsInput) String

func (s ListCollaborationsInput) 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 (*ListCollaborationsInput) Validate

func (s *ListCollaborationsInput) Validate() error

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

type ListCollaborationsOutput

type ListCollaborationsOutput struct {

	// The list of collaborations.
	//
	// CollaborationList is a required field
	CollaborationList []*CollaborationSummary `locationName:"collaborationList" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListCollaborationsOutput) GoString

func (s ListCollaborationsOutput) 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 (*ListCollaborationsOutput) SetCollaborationList

SetCollaborationList sets the CollaborationList field's value.

func (*ListCollaborationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListCollaborationsOutput) String

func (s ListCollaborationsOutput) 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 ListConfiguredAudienceModelAssociationsInput added in v1.48.8

type ListConfiguredAudienceModelAssociationsInput struct {

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// A unique identifier for a membership that contains the configured audience
	// model associations that you want to retrieve.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredAudienceModelAssociationsInput) GoString added in v1.48.8

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 (*ListConfiguredAudienceModelAssociationsInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListConfiguredAudienceModelAssociationsInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListConfiguredAudienceModelAssociationsInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListConfiguredAudienceModelAssociationsInput) String added in v1.48.8

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 (*ListConfiguredAudienceModelAssociationsInput) Validate added in v1.48.8

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

type ListConfiguredAudienceModelAssociationsOutput added in v1.48.8

type ListConfiguredAudienceModelAssociationsOutput struct {

	// Summaries of the configured audience model associations that you requested.
	//
	// ConfiguredAudienceModelAssociationSummaries is a required field
	ConfiguredAudienceModelAssociationSummaries []*ConfiguredAudienceModelAssociationSummary `locationName:"configuredAudienceModelAssociationSummaries" type:"list" required:"true"`

	// The token value provided to access the next page of results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredAudienceModelAssociationsOutput) GoString added in v1.48.8

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 (*ListConfiguredAudienceModelAssociationsOutput) SetConfiguredAudienceModelAssociationSummaries added in v1.48.8

SetConfiguredAudienceModelAssociationSummaries sets the ConfiguredAudienceModelAssociationSummaries field's value.

func (*ListConfiguredAudienceModelAssociationsOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListConfiguredAudienceModelAssociationsOutput) String added in v1.48.8

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 ListConfiguredTableAssociationsInput

type ListConfiguredTableAssociationsInput struct {

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// A unique identifier for the membership to list configured table associations
	// for. Currently accepts the membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredTableAssociationsInput) 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 (*ListConfiguredTableAssociationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListConfiguredTableAssociationsInput) SetMembershipIdentifier

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListConfiguredTableAssociationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListConfiguredTableAssociationsInput) 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 (*ListConfiguredTableAssociationsInput) Validate

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

type ListConfiguredTableAssociationsOutput

type ListConfiguredTableAssociationsOutput struct {

	// The retrieved list of configured table associations.
	//
	// ConfiguredTableAssociationSummaries is a required field
	ConfiguredTableAssociationSummaries []*ConfiguredTableAssociationSummary `locationName:"configuredTableAssociationSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredTableAssociationsOutput) 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 (*ListConfiguredTableAssociationsOutput) SetConfiguredTableAssociationSummaries

SetConfiguredTableAssociationSummaries sets the ConfiguredTableAssociationSummaries field's value.

func (*ListConfiguredTableAssociationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListConfiguredTableAssociationsOutput) 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 ListConfiguredTablesInput

type ListConfiguredTablesInput struct {

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredTablesInput) GoString

func (s ListConfiguredTablesInput) 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 (*ListConfiguredTablesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListConfiguredTablesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListConfiguredTablesInput) String

func (s ListConfiguredTablesInput) 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 (*ListConfiguredTablesInput) Validate

func (s *ListConfiguredTablesInput) Validate() error

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

type ListConfiguredTablesOutput

type ListConfiguredTablesOutput struct {

	// The configured tables listed by the request.
	//
	// ConfiguredTableSummaries is a required field
	ConfiguredTableSummaries []*ConfiguredTableSummary `locationName:"configuredTableSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListConfiguredTablesOutput) GoString

func (s ListConfiguredTablesOutput) 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 (*ListConfiguredTablesOutput) SetConfiguredTableSummaries

SetConfiguredTableSummaries sets the ConfiguredTableSummaries field's value.

func (*ListConfiguredTablesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListConfiguredTablesOutput) 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 ListMembersInput

type ListMembersInput struct {

	// The identifier of the collaboration in which the members are listed.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListMembersInput) GoString

func (s ListMembersInput) 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 (*ListMembersInput) SetCollaborationIdentifier

func (s *ListMembersInput) SetCollaborationIdentifier(v string) *ListMembersInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListMembersInput) SetMaxResults

func (s *ListMembersInput) SetMaxResults(v int64) *ListMembersInput

SetMaxResults sets the MaxResults field's value.

func (*ListMembersInput) SetNextToken

func (s *ListMembersInput) SetNextToken(v string) *ListMembersInput

SetNextToken sets the NextToken field's value.

func (ListMembersInput) String

func (s ListMembersInput) 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 (*ListMembersInput) Validate

func (s *ListMembersInput) Validate() error

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

type ListMembersOutput

type ListMembersOutput struct {

	// The list of members returned by the ListMembers operation.
	//
	// MemberSummaries is a required field
	MemberSummaries []*MemberSummary `locationName:"memberSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListMembersOutput) GoString

func (s ListMembersOutput) 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 (*ListMembersOutput) SetMemberSummaries

func (s *ListMembersOutput) SetMemberSummaries(v []*MemberSummary) *ListMembersOutput

SetMemberSummaries sets the MemberSummaries field's value.

func (*ListMembersOutput) SetNextToken

func (s *ListMembersOutput) SetNextToken(v string) *ListMembersOutput

SetNextToken sets the NextToken field's value.

func (ListMembersOutput) String

func (s ListMembersOutput) 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 ListMembershipsInput

type ListMembershipsInput struct {

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// A filter which will return only memberships in the specified status.
	Status *string `location:"querystring" locationName:"status" type:"string" enum:"MembershipStatus"`
	// contains filtered or unexported fields
}

func (ListMembershipsInput) GoString

func (s ListMembershipsInput) 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 (*ListMembershipsInput) SetMaxResults

func (s *ListMembershipsInput) SetMaxResults(v int64) *ListMembershipsInput

SetMaxResults sets the MaxResults field's value.

func (*ListMembershipsInput) SetNextToken

func (s *ListMembershipsInput) SetNextToken(v string) *ListMembershipsInput

SetNextToken sets the NextToken field's value.

func (*ListMembershipsInput) SetStatus

SetStatus sets the Status field's value.

func (ListMembershipsInput) String

func (s ListMembershipsInput) 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 (*ListMembershipsInput) Validate

func (s *ListMembershipsInput) Validate() error

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

type ListMembershipsOutput

type ListMembershipsOutput struct {

	// The list of memberships returned from the ListMemberships operation.
	//
	// MembershipSummaries is a required field
	MembershipSummaries []*MembershipSummary `locationName:"membershipSummaries" type:"list" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListMembershipsOutput) GoString

func (s ListMembershipsOutput) 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 (*ListMembershipsOutput) SetMembershipSummaries

func (s *ListMembershipsOutput) SetMembershipSummaries(v []*MembershipSummary) *ListMembershipsOutput

SetMembershipSummaries sets the MembershipSummaries field's value.

func (*ListMembershipsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListMembershipsOutput) String

func (s ListMembershipsOutput) 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 ListPrivacyBudgetTemplatesInput added in v1.48.8

type ListPrivacyBudgetTemplatesInput struct {

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget templates are retrieved from the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListPrivacyBudgetTemplatesInput) GoString added in v1.48.8

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 (*ListPrivacyBudgetTemplatesInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListPrivacyBudgetTemplatesInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListPrivacyBudgetTemplatesInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (ListPrivacyBudgetTemplatesInput) String added in v1.48.8

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 (*ListPrivacyBudgetTemplatesInput) Validate added in v1.48.8

func (s *ListPrivacyBudgetTemplatesInput) Validate() error

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

type ListPrivacyBudgetTemplatesOutput added in v1.48.8

type ListPrivacyBudgetTemplatesOutput struct {

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`

	// An array that summarizes the privacy budget templates. The summary includes
	// collaboration information, creation information, and privacy budget type.
	//
	// PrivacyBudgetTemplateSummaries is a required field
	PrivacyBudgetTemplateSummaries []*PrivacyBudgetTemplateSummary `locationName:"privacyBudgetTemplateSummaries" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListPrivacyBudgetTemplatesOutput) GoString added in v1.48.8

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 (*ListPrivacyBudgetTemplatesOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (*ListPrivacyBudgetTemplatesOutput) SetPrivacyBudgetTemplateSummaries added in v1.48.8

SetPrivacyBudgetTemplateSummaries sets the PrivacyBudgetTemplateSummaries field's value.

func (ListPrivacyBudgetTemplatesOutput) String added in v1.48.8

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 ListPrivacyBudgetsInput added in v1.48.8

type ListPrivacyBudgetsInput struct {

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service may return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget is retrieved from the collaboration that this membership belongs
	// to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// The privacy budget type.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `location:"querystring" locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`
	// contains filtered or unexported fields
}

func (ListPrivacyBudgetsInput) GoString added in v1.48.8

func (s ListPrivacyBudgetsInput) 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 (*ListPrivacyBudgetsInput) SetMaxResults added in v1.48.8

SetMaxResults sets the MaxResults field's value.

func (*ListPrivacyBudgetsInput) SetMembershipIdentifier added in v1.48.8

func (s *ListPrivacyBudgetsInput) SetMembershipIdentifier(v string) *ListPrivacyBudgetsInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListPrivacyBudgetsInput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (*ListPrivacyBudgetsInput) SetPrivacyBudgetType added in v1.48.8

func (s *ListPrivacyBudgetsInput) SetPrivacyBudgetType(v string) *ListPrivacyBudgetsInput

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (ListPrivacyBudgetsInput) String added in v1.48.8

func (s ListPrivacyBudgetsInput) 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 (*ListPrivacyBudgetsInput) Validate added in v1.48.8

func (s *ListPrivacyBudgetsInput) Validate() error

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

type ListPrivacyBudgetsOutput added in v1.48.8

type ListPrivacyBudgetsOutput struct {

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`

	// An array that summarizes the privacy budgets. The summary includes collaboration
	// information, membership information, privacy budget template information,
	// and privacy budget details.
	//
	// PrivacyBudgetSummaries is a required field
	PrivacyBudgetSummaries []*PrivacyBudgetSummary `locationName:"privacyBudgetSummaries" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListPrivacyBudgetsOutput) GoString added in v1.48.8

func (s ListPrivacyBudgetsOutput) 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 (*ListPrivacyBudgetsOutput) SetNextToken added in v1.48.8

SetNextToken sets the NextToken field's value.

func (*ListPrivacyBudgetsOutput) SetPrivacyBudgetSummaries added in v1.48.8

func (s *ListPrivacyBudgetsOutput) SetPrivacyBudgetSummaries(v []*PrivacyBudgetSummary) *ListPrivacyBudgetsOutput

SetPrivacyBudgetSummaries sets the PrivacyBudgetSummaries field's value.

func (ListPrivacyBudgetsOutput) String added in v1.48.8

func (s ListPrivacyBudgetsOutput) 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 ListProtectedQueriesInput

type ListProtectedQueriesInput struct {

	// The maximum size of the results that is returned per call. Service chooses
	// a default if it has not been set. Service can return a nextToken even if
	// the maximum results has not been met.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The identifier for the membership in the collaboration.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// A filter on the status of the protected query.
	Status *string `location:"querystring" locationName:"status" type:"string" enum:"ProtectedQueryStatus"`
	// contains filtered or unexported fields
}

func (ListProtectedQueriesInput) GoString

func (s ListProtectedQueriesInput) 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 (*ListProtectedQueriesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListProtectedQueriesInput) SetMembershipIdentifier

func (s *ListProtectedQueriesInput) SetMembershipIdentifier(v string) *ListProtectedQueriesInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*ListProtectedQueriesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListProtectedQueriesInput) SetStatus

SetStatus sets the Status field's value.

func (ListProtectedQueriesInput) String

func (s ListProtectedQueriesInput) 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 (*ListProtectedQueriesInput) Validate

func (s *ListProtectedQueriesInput) Validate() error

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

type ListProtectedQueriesOutput

type ListProtectedQueriesOutput struct {

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`

	// A list of protected queries.
	//
	// ProtectedQueries is a required field
	ProtectedQueries []*ProtectedQuerySummary `locationName:"protectedQueries" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListProtectedQueriesOutput) GoString

func (s ListProtectedQueriesOutput) 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 (*ListProtectedQueriesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListProtectedQueriesOutput) SetProtectedQueries

SetProtectedQueries sets the ProtectedQueries field's value.

func (ListProtectedQueriesOutput) 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 ListSchemasInput

type ListSchemasInput struct {

	// A unique identifier for the collaboration that the schema belongs to. Currently
	// accepts a collaboration ID.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// The maximum size of the results that is returned per call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// If present, filter schemas by schema type. The only valid schema type is
	// currently `TABLE`.
	SchemaType *string `location:"querystring" locationName:"schemaType" type:"string" enum:"SchemaType"`
	// contains filtered or unexported fields
}

func (ListSchemasInput) GoString

func (s ListSchemasInput) 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 (*ListSchemasInput) SetCollaborationIdentifier

func (s *ListSchemasInput) SetCollaborationIdentifier(v string) *ListSchemasInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*ListSchemasInput) SetMaxResults

func (s *ListSchemasInput) SetMaxResults(v int64) *ListSchemasInput

SetMaxResults sets the MaxResults field's value.

func (*ListSchemasInput) SetNextToken

func (s *ListSchemasInput) SetNextToken(v string) *ListSchemasInput

SetNextToken sets the NextToken field's value.

func (*ListSchemasInput) SetSchemaType

func (s *ListSchemasInput) SetSchemaType(v string) *ListSchemasInput

SetSchemaType sets the SchemaType field's value.

func (ListSchemasInput) String

func (s ListSchemasInput) 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 (*ListSchemasInput) Validate

func (s *ListSchemasInput) Validate() error

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

type ListSchemasOutput

type ListSchemasOutput struct {

	// The token value retrieved from a previous call to access the next page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The retrieved list of schemas.
	//
	// SchemaSummaries is a required field
	SchemaSummaries []*SchemaSummary `locationName:"schemaSummaries" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListSchemasOutput) GoString

func (s ListSchemasOutput) 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 (*ListSchemasOutput) SetNextToken

func (s *ListSchemasOutput) SetNextToken(v string) *ListSchemasOutput

SetNextToken sets the NextToken field's value.

func (*ListSchemasOutput) SetSchemaSummaries

func (s *ListSchemasOutput) SetSchemaSummaries(v []*SchemaSummary) *ListSchemasOutput

SetSchemaSummaries sets the SchemaSummaries field's value.

func (ListSchemasOutput) String

func (s ListSchemasOutput) 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 ListTagsForResourceInput added in v1.44.226

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) associated with the resource you want to list
	// tags on.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString added in v1.44.226

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 added in v1.44.226

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String added in v1.44.226

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 added in v1.44.226

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput added in v1.44.226

type ListTagsForResourceOutput struct {

	// A map of objects specifying each key name and value.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString added in v1.44.226

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 added in v1.44.226

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String added in v1.44.226

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 MemberSpecification

type MemberSpecification struct {

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// AccountId is a required field
	AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"`

	// The member's display name.
	//
	// DisplayName is a required field
	DisplayName *string `locationName:"displayName" min:"1" type:"string" required:"true"`

	// The abilities granted to the collaboration member.
	//
	// MemberAbilities is a required field
	MemberAbilities []*string `locationName:"memberAbilities" type:"list" required:"true" enum:"MemberAbility"`

	// The collaboration member's payment responsibilities set by the collaboration
	// creator.
	//
	// If the collaboration creator hasn't specified anyone as the member paying
	// for query compute costs, then the member who can query is the default payer.
	PaymentConfiguration *PaymentConfiguration `locationName:"paymentConfiguration" type:"structure"`
	// contains filtered or unexported fields
}

Basic metadata used to construct a new member.

func (MemberSpecification) GoString

func (s MemberSpecification) 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 (*MemberSpecification) SetAccountId

func (s *MemberSpecification) SetAccountId(v string) *MemberSpecification

SetAccountId sets the AccountId field's value.

func (*MemberSpecification) SetDisplayName

func (s *MemberSpecification) SetDisplayName(v string) *MemberSpecification

SetDisplayName sets the DisplayName field's value.

func (*MemberSpecification) SetMemberAbilities

func (s *MemberSpecification) SetMemberAbilities(v []*string) *MemberSpecification

SetMemberAbilities sets the MemberAbilities field's value.

func (*MemberSpecification) SetPaymentConfiguration added in v1.47.11

func (s *MemberSpecification) SetPaymentConfiguration(v *PaymentConfiguration) *MemberSpecification

SetPaymentConfiguration sets the PaymentConfiguration field's value.

func (MemberSpecification) String

func (s MemberSpecification) 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 (*MemberSpecification) Validate

func (s *MemberSpecification) Validate() error

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

type MemberSummary

type MemberSummary struct {

	// The abilities granted to the collaboration member.
	//
	// Abilities is a required field
	Abilities []*string `locationName:"abilities" type:"list" required:"true" enum:"MemberAbility"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// AccountId is a required field
	AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"`

	// The time when the member was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The member's display name.
	//
	// DisplayName is a required field
	DisplayName *string `locationName:"displayName" min:"1" type:"string" required:"true"`

	// The unique ARN for the member's associated membership, if present.
	MembershipArn *string `locationName:"membershipArn" type:"string"`

	// The unique ID for the member's associated membership, if present.
	MembershipId *string `locationName:"membershipId" min:"36" type:"string"`

	// The collaboration member's payment responsibilities set by the collaboration
	// creator.
	//
	// PaymentConfiguration is a required field
	PaymentConfiguration *PaymentConfiguration `locationName:"paymentConfiguration" type:"structure" required:"true"`

	// The status of the member.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"MemberStatus"`

	// The time the member metadata was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The member object listed by the request.

func (MemberSummary) GoString

func (s MemberSummary) 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 (*MemberSummary) SetAbilities

func (s *MemberSummary) SetAbilities(v []*string) *MemberSummary

SetAbilities sets the Abilities field's value.

func (*MemberSummary) SetAccountId

func (s *MemberSummary) SetAccountId(v string) *MemberSummary

SetAccountId sets the AccountId field's value.

func (*MemberSummary) SetCreateTime

func (s *MemberSummary) SetCreateTime(v time.Time) *MemberSummary

SetCreateTime sets the CreateTime field's value.

func (*MemberSummary) SetDisplayName

func (s *MemberSummary) SetDisplayName(v string) *MemberSummary

SetDisplayName sets the DisplayName field's value.

func (*MemberSummary) SetMembershipArn

func (s *MemberSummary) SetMembershipArn(v string) *MemberSummary

SetMembershipArn sets the MembershipArn field's value.

func (*MemberSummary) SetMembershipId

func (s *MemberSummary) SetMembershipId(v string) *MemberSummary

SetMembershipId sets the MembershipId field's value.

func (*MemberSummary) SetPaymentConfiguration added in v1.47.11

func (s *MemberSummary) SetPaymentConfiguration(v *PaymentConfiguration) *MemberSummary

SetPaymentConfiguration sets the PaymentConfiguration field's value.

func (*MemberSummary) SetStatus

func (s *MemberSummary) SetStatus(v string) *MemberSummary

SetStatus sets the Status field's value.

func (*MemberSummary) SetUpdateTime

func (s *MemberSummary) SetUpdateTime(v time.Time) *MemberSummary

SetUpdateTime sets the UpdateTime field's value.

func (MemberSummary) String

func (s MemberSummary) 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 Membership

type Membership struct {

	// The unique ARN for the membership.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the membership's associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The identifier used to reference members of the collaboration. Currently
	// only supports Amazon Web Services account ID.
	//
	// CollaborationCreatorAccountId is a required field
	CollaborationCreatorAccountId *string `locationName:"collaborationCreatorAccountId" min:"12" type:"string" required:"true"`

	// The display name of the collaboration creator.
	//
	// CollaborationCreatorDisplayName is a required field
	CollaborationCreatorDisplayName *string `locationName:"collaborationCreatorDisplayName" min:"1" type:"string" required:"true"`

	// The unique ID for the membership's collaboration.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The name of the membership's collaboration.
	//
	// CollaborationName is a required field
	CollaborationName *string `locationName:"collaborationName" min:"1" type:"string" required:"true"`

	// The time when the membership was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The default protected query result configuration as specified by the member
	// who can receive results.
	DefaultResultConfiguration *MembershipProtectedQueryResultConfiguration `locationName:"defaultResultConfiguration" type:"structure"`

	// The unique ID of the membership.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The abilities granted to the collaboration member.
	//
	// MemberAbilities is a required field
	MemberAbilities []*string `locationName:"memberAbilities" type:"list" required:"true" enum:"MemberAbility"`

	// The payment responsibilities accepted by the collaboration member.
	//
	// PaymentConfiguration is a required field
	PaymentConfiguration *MembershipPaymentConfiguration `locationName:"paymentConfiguration" type:"structure" required:"true"`

	// An indicator as to whether query logging has been enabled or disabled for
	// the membership.
	//
	// QueryLogStatus is a required field
	QueryLogStatus *string `locationName:"queryLogStatus" type:"string" required:"true" enum:"MembershipQueryLogStatus"`

	// The status of the membership.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"MembershipStatus"`

	// The time the membership metadata was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The membership object.

func (Membership) GoString

func (s Membership) 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 (*Membership) SetArn

func (s *Membership) SetArn(v string) *Membership

SetArn sets the Arn field's value.

func (*Membership) SetCollaborationArn

func (s *Membership) SetCollaborationArn(v string) *Membership

SetCollaborationArn sets the CollaborationArn field's value.

func (*Membership) SetCollaborationCreatorAccountId

func (s *Membership) SetCollaborationCreatorAccountId(v string) *Membership

SetCollaborationCreatorAccountId sets the CollaborationCreatorAccountId field's value.

func (*Membership) SetCollaborationCreatorDisplayName

func (s *Membership) SetCollaborationCreatorDisplayName(v string) *Membership

SetCollaborationCreatorDisplayName sets the CollaborationCreatorDisplayName field's value.

func (*Membership) SetCollaborationId

func (s *Membership) SetCollaborationId(v string) *Membership

SetCollaborationId sets the CollaborationId field's value.

func (*Membership) SetCollaborationName

func (s *Membership) SetCollaborationName(v string) *Membership

SetCollaborationName sets the CollaborationName field's value.

func (*Membership) SetCreateTime

func (s *Membership) SetCreateTime(v time.Time) *Membership

SetCreateTime sets the CreateTime field's value.

func (*Membership) SetDefaultResultConfiguration added in v1.45.0

func (s *Membership) SetDefaultResultConfiguration(v *MembershipProtectedQueryResultConfiguration) *Membership

SetDefaultResultConfiguration sets the DefaultResultConfiguration field's value.

func (*Membership) SetId

func (s *Membership) SetId(v string) *Membership

SetId sets the Id field's value.

func (*Membership) SetMemberAbilities

func (s *Membership) SetMemberAbilities(v []*string) *Membership

SetMemberAbilities sets the MemberAbilities field's value.

func (*Membership) SetPaymentConfiguration added in v1.47.11

func (s *Membership) SetPaymentConfiguration(v *MembershipPaymentConfiguration) *Membership

SetPaymentConfiguration sets the PaymentConfiguration field's value.

func (*Membership) SetQueryLogStatus

func (s *Membership) SetQueryLogStatus(v string) *Membership

SetQueryLogStatus sets the QueryLogStatus field's value.

func (*Membership) SetStatus

func (s *Membership) SetStatus(v string) *Membership

SetStatus sets the Status field's value.

func (*Membership) SetUpdateTime

func (s *Membership) SetUpdateTime(v time.Time) *Membership

SetUpdateTime sets the UpdateTime field's value.

func (Membership) String

func (s Membership) 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 MembershipPaymentConfiguration added in v1.47.11

type MembershipPaymentConfiguration struct {

	// The payment responsibilities accepted by the collaboration member for query
	// compute costs.
	//
	// QueryCompute is a required field
	QueryCompute *MembershipQueryComputePaymentConfig `locationName:"queryCompute" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An object representing the payment responsibilities accepted by the collaboration member.

func (MembershipPaymentConfiguration) GoString added in v1.47.11

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 (*MembershipPaymentConfiguration) SetQueryCompute added in v1.47.11

SetQueryCompute sets the QueryCompute field's value.

func (MembershipPaymentConfiguration) String added in v1.47.11

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 (*MembershipPaymentConfiguration) Validate added in v1.47.11

func (s *MembershipPaymentConfiguration) Validate() error

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

type MembershipProtectedQueryOutputConfiguration added in v1.45.0

type MembershipProtectedQueryOutputConfiguration struct {

	// Contains the configuration to write the query results to S3.
	S3 *ProtectedQueryS3OutputConfiguration `locationName:"s3" type:"structure"`
	// contains filtered or unexported fields
}

Contains configurations for protected query results.

func (MembershipProtectedQueryOutputConfiguration) GoString added in v1.45.0

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 (*MembershipProtectedQueryOutputConfiguration) SetS3 added in v1.45.0

SetS3 sets the S3 field's value.

func (MembershipProtectedQueryOutputConfiguration) String added in v1.45.0

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 (*MembershipProtectedQueryOutputConfiguration) Validate added in v1.45.0

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

type MembershipProtectedQueryResultConfiguration added in v1.45.0

type MembershipProtectedQueryResultConfiguration struct {

	// Configuration for protected query results.
	//
	// OutputConfiguration is a required field
	OutputConfiguration *MembershipProtectedQueryOutputConfiguration `locationName:"outputConfiguration" type:"structure" required:"true"`

	// The unique ARN for an IAM role that is used by Clean Rooms to write protected
	// query results to the result location, given by the member who can receive
	// results.
	RoleArn *string `locationName:"roleArn" min:"32" type:"string"`
	// contains filtered or unexported fields
}

Contains configurations for protected query results.

func (MembershipProtectedQueryResultConfiguration) GoString added in v1.45.0

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 (*MembershipProtectedQueryResultConfiguration) SetOutputConfiguration added in v1.45.0

SetOutputConfiguration sets the OutputConfiguration field's value.

func (*MembershipProtectedQueryResultConfiguration) SetRoleArn added in v1.45.0

SetRoleArn sets the RoleArn field's value.

func (MembershipProtectedQueryResultConfiguration) String added in v1.45.0

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 (*MembershipProtectedQueryResultConfiguration) Validate added in v1.45.0

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

type MembershipQueryComputePaymentConfig added in v1.47.11

type MembershipQueryComputePaymentConfig struct {

	// Indicates whether the collaboration member has accepted to pay for query
	// compute costs (TRUE) or has not accepted to pay for query compute costs (FALSE).
	//
	// If the collaboration creator has not specified anyone to pay for query compute
	// costs, then the member who can query is the default payer.
	//
	// An error message is returned for the following reasons:
	//
	//    * If you set the value to FALSE but you are responsible to pay for query
	//    compute costs.
	//
	//    * If you set the value to TRUE but you are not responsible to pay for
	//    query compute costs.
	//
	// IsResponsible is a required field
	IsResponsible *bool `locationName:"isResponsible" type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

An object representing the payment responsibilities accepted by the collaboration member for query compute costs.

func (MembershipQueryComputePaymentConfig) GoString added in v1.47.11

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 (*MembershipQueryComputePaymentConfig) SetIsResponsible added in v1.47.11

SetIsResponsible sets the IsResponsible field's value.

func (MembershipQueryComputePaymentConfig) String added in v1.47.11

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 (*MembershipQueryComputePaymentConfig) Validate added in v1.47.11

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

type MembershipSummary

type MembershipSummary struct {

	// The unique ARN for the membership.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The unique ARN for the membership's associated collaboration.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The identifier of the Amazon Web Services principal that created the collaboration.
	// Currently only supports Amazon Web Services account ID.
	//
	// CollaborationCreatorAccountId is a required field
	CollaborationCreatorAccountId *string `locationName:"collaborationCreatorAccountId" min:"12" type:"string" required:"true"`

	// The display name of the collaboration creator.
	//
	// CollaborationCreatorDisplayName is a required field
	CollaborationCreatorDisplayName *string `locationName:"collaborationCreatorDisplayName" min:"1" type:"string" required:"true"`

	// The unique ID for the membership's collaboration.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The name for the membership's collaboration.
	//
	// CollaborationName is a required field
	CollaborationName *string `locationName:"collaborationName" min:"1" type:"string" required:"true"`

	// The time when the membership was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique ID for the membership's collaboration.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The abilities granted to the collaboration member.
	//
	// MemberAbilities is a required field
	MemberAbilities []*string `locationName:"memberAbilities" type:"list" required:"true" enum:"MemberAbility"`

	// The payment responsibilities accepted by the collaboration member.
	//
	// PaymentConfiguration is a required field
	PaymentConfiguration *MembershipPaymentConfiguration `locationName:"paymentConfiguration" type:"structure" required:"true"`

	// The status of the membership.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"MembershipStatus"`

	// The time the membership metadata was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The membership object listed by the request.

func (MembershipSummary) GoString

func (s MembershipSummary) 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 (*MembershipSummary) SetArn

SetArn sets the Arn field's value.

func (*MembershipSummary) SetCollaborationArn

func (s *MembershipSummary) SetCollaborationArn(v string) *MembershipSummary

SetCollaborationArn sets the CollaborationArn field's value.

func (*MembershipSummary) SetCollaborationCreatorAccountId

func (s *MembershipSummary) SetCollaborationCreatorAccountId(v string) *MembershipSummary

SetCollaborationCreatorAccountId sets the CollaborationCreatorAccountId field's value.

func (*MembershipSummary) SetCollaborationCreatorDisplayName

func (s *MembershipSummary) SetCollaborationCreatorDisplayName(v string) *MembershipSummary

SetCollaborationCreatorDisplayName sets the CollaborationCreatorDisplayName field's value.

func (*MembershipSummary) SetCollaborationId

func (s *MembershipSummary) SetCollaborationId(v string) *MembershipSummary

SetCollaborationId sets the CollaborationId field's value.

func (*MembershipSummary) SetCollaborationName

func (s *MembershipSummary) SetCollaborationName(v string) *MembershipSummary

SetCollaborationName sets the CollaborationName field's value.

func (*MembershipSummary) SetCreateTime

func (s *MembershipSummary) SetCreateTime(v time.Time) *MembershipSummary

SetCreateTime sets the CreateTime field's value.

func (*MembershipSummary) SetId

SetId sets the Id field's value.

func (*MembershipSummary) SetMemberAbilities

func (s *MembershipSummary) SetMemberAbilities(v []*string) *MembershipSummary

SetMemberAbilities sets the MemberAbilities field's value.

func (*MembershipSummary) SetPaymentConfiguration added in v1.47.11

func (s *MembershipSummary) SetPaymentConfiguration(v *MembershipPaymentConfiguration) *MembershipSummary

SetPaymentConfiguration sets the PaymentConfiguration field's value.

func (*MembershipSummary) SetStatus

func (s *MembershipSummary) SetStatus(v string) *MembershipSummary

SetStatus sets the Status field's value.

func (*MembershipSummary) SetUpdateTime

func (s *MembershipSummary) SetUpdateTime(v time.Time) *MembershipSummary

SetUpdateTime sets the UpdateTime field's value.

func (MembershipSummary) String

func (s MembershipSummary) 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 PaymentConfiguration added in v1.47.11

type PaymentConfiguration struct {

	// The collaboration member's payment responsibilities set by the collaboration
	// creator for query compute costs.
	//
	// QueryCompute is a required field
	QueryCompute *QueryComputePaymentConfig `locationName:"queryCompute" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An object representing the collaboration member's payment responsibilities set by the collaboration creator.

func (PaymentConfiguration) GoString added in v1.47.11

func (s PaymentConfiguration) 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 (*PaymentConfiguration) SetQueryCompute added in v1.47.11

SetQueryCompute sets the QueryCompute field's value.

func (PaymentConfiguration) String added in v1.47.11

func (s PaymentConfiguration) 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 (*PaymentConfiguration) Validate added in v1.47.11

func (s *PaymentConfiguration) Validate() error

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

type PreviewPrivacyImpactInput added in v1.48.8

type PreviewPrivacyImpactInput struct {

	// A unique identifier for one of your memberships for a collaboration. Accepts
	// a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// Specifies the desired epsilon and noise parameters to preview.
	//
	// Parameters is a required field
	Parameters *PreviewPrivacyImpactParametersInput_ `locationName:"parameters" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (PreviewPrivacyImpactInput) GoString added in v1.48.8

func (s PreviewPrivacyImpactInput) 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 (*PreviewPrivacyImpactInput) SetMembershipIdentifier added in v1.48.8

func (s *PreviewPrivacyImpactInput) SetMembershipIdentifier(v string) *PreviewPrivacyImpactInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*PreviewPrivacyImpactInput) SetParameters added in v1.48.8

SetParameters sets the Parameters field's value.

func (PreviewPrivacyImpactInput) String added in v1.48.8

func (s PreviewPrivacyImpactInput) 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 (*PreviewPrivacyImpactInput) Validate added in v1.48.8

func (s *PreviewPrivacyImpactInput) Validate() error

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

type PreviewPrivacyImpactOutput added in v1.48.8

type PreviewPrivacyImpactOutput struct {

	// An estimate of the number of aggregation functions that the member who can
	// query can run given the epsilon and noise parameters. This does not change
	// the privacy budget.
	//
	// PrivacyImpact is a required field
	PrivacyImpact *PrivacyImpact `locationName:"privacyImpact" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (PreviewPrivacyImpactOutput) GoString added in v1.48.8

func (s PreviewPrivacyImpactOutput) 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 (*PreviewPrivacyImpactOutput) SetPrivacyImpact added in v1.48.8

SetPrivacyImpact sets the PrivacyImpact field's value.

func (PreviewPrivacyImpactOutput) String added in v1.48.8

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 PreviewPrivacyImpactParametersInput_ added in v1.48.8

type PreviewPrivacyImpactParametersInput_ struct {

	// An array that specifies the epsilon and noise parameters.
	DifferentialPrivacy *DifferentialPrivacyPreviewParametersInput_ `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

Specifies the updated epsilon and noise parameters to preview. The preview allows you to see how the maximum number of each type of aggregation function would change with the new parameters.

func (PreviewPrivacyImpactParametersInput_) GoString added in v1.48.8

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 (*PreviewPrivacyImpactParametersInput_) SetDifferentialPrivacy added in v1.48.8

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PreviewPrivacyImpactParametersInput_) String added in v1.48.8

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 (*PreviewPrivacyImpactParametersInput_) Validate added in v1.48.8

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

type PrivacyBudget added in v1.48.8

type PrivacyBudget struct {

	// An object that specifies the epsilon parameter and the utility in terms of
	// total aggregations, as well as the remaining aggregations available.
	DifferentialPrivacy *DifferentialPrivacyPrivacyBudget `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

The epsilon parameter value and number of each aggregation function that you can perform.

func (PrivacyBudget) GoString added in v1.48.8

func (s PrivacyBudget) 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 (*PrivacyBudget) SetDifferentialPrivacy added in v1.48.8

func (s *PrivacyBudget) SetDifferentialPrivacy(v *DifferentialPrivacyPrivacyBudget) *PrivacyBudget

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PrivacyBudget) String added in v1.48.8

func (s PrivacyBudget) 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 PrivacyBudgetSummary added in v1.48.8

type PrivacyBudgetSummary struct {

	// The provided privacy budget.
	//
	// Budget is a required field
	Budget *PrivacyBudget `locationName:"budget" type:"structure" required:"true"`

	// The ARN of the collaboration that contains this privacy budget.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique identifier of the collaboration that contains this privacy budget.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the privacy budget was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the privacy budget.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the member who created the privacy budget
	// summary.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The ARN of the privacy budget template.
	//
	// PrivacyBudgetTemplateArn is a required field
	PrivacyBudgetTemplateArn *string `locationName:"privacyBudgetTemplateArn" type:"string" required:"true"`

	// The unique identifier of the privacy budget template.
	//
	// PrivacyBudgetTemplateId is a required field
	PrivacyBudgetTemplateId *string `locationName:"privacyBudgetTemplateId" min:"36" type:"string" required:"true"`

	// Specifies the type of the privacy budget.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the privacy budget was updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

An array that summaries the specified privacy budget. This summary includes collaboration information, creation information, membership information, and privacy budget information.

func (PrivacyBudgetSummary) GoString added in v1.48.8

func (s PrivacyBudgetSummary) 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 (*PrivacyBudgetSummary) SetBudget added in v1.48.8

SetBudget sets the Budget field's value.

func (*PrivacyBudgetSummary) SetCollaborationArn added in v1.48.8

func (s *PrivacyBudgetSummary) SetCollaborationArn(v string) *PrivacyBudgetSummary

SetCollaborationArn sets the CollaborationArn field's value.

func (*PrivacyBudgetSummary) SetCollaborationId added in v1.48.8

func (s *PrivacyBudgetSummary) SetCollaborationId(v string) *PrivacyBudgetSummary

SetCollaborationId sets the CollaborationId field's value.

func (*PrivacyBudgetSummary) SetCreateTime added in v1.48.8

func (s *PrivacyBudgetSummary) SetCreateTime(v time.Time) *PrivacyBudgetSummary

SetCreateTime sets the CreateTime field's value.

func (*PrivacyBudgetSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*PrivacyBudgetSummary) SetMembershipArn added in v1.48.8

func (s *PrivacyBudgetSummary) SetMembershipArn(v string) *PrivacyBudgetSummary

SetMembershipArn sets the MembershipArn field's value.

func (*PrivacyBudgetSummary) SetMembershipId added in v1.48.8

func (s *PrivacyBudgetSummary) SetMembershipId(v string) *PrivacyBudgetSummary

SetMembershipId sets the MembershipId field's value.

func (*PrivacyBudgetSummary) SetPrivacyBudgetTemplateArn added in v1.48.8

func (s *PrivacyBudgetSummary) SetPrivacyBudgetTemplateArn(v string) *PrivacyBudgetSummary

SetPrivacyBudgetTemplateArn sets the PrivacyBudgetTemplateArn field's value.

func (*PrivacyBudgetSummary) SetPrivacyBudgetTemplateId added in v1.48.8

func (s *PrivacyBudgetSummary) SetPrivacyBudgetTemplateId(v string) *PrivacyBudgetSummary

SetPrivacyBudgetTemplateId sets the PrivacyBudgetTemplateId field's value.

func (*PrivacyBudgetSummary) SetType added in v1.48.8

SetType sets the Type field's value.

func (*PrivacyBudgetSummary) SetUpdateTime added in v1.48.8

func (s *PrivacyBudgetSummary) SetUpdateTime(v time.Time) *PrivacyBudgetSummary

SetUpdateTime sets the UpdateTime field's value.

func (PrivacyBudgetSummary) String added in v1.48.8

func (s PrivacyBudgetSummary) 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 PrivacyBudgetTemplate added in v1.48.8

type PrivacyBudgetTemplate struct {

	// The ARN of the privacy budget template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// How often the privacy budget refreshes.
	//
	// If you plan to regularly bring new data into the collaboration, use CALENDAR_MONTH
	// to automatically get a new privacy budget for the collaboration every calendar
	// month. Choosing this option allows arbitrary amounts of information to be
	// revealed about rows of the data when repeatedly queried across refreshes.
	// Avoid choosing this if the same rows will be repeatedly queried between privacy
	// budget refreshes.
	//
	// AutoRefresh is a required field
	AutoRefresh *string `locationName:"autoRefresh" type:"string" required:"true" enum:"PrivacyBudgetTemplateAutoRefresh"`

	// The ARN of the collaboration that contains this privacy budget template.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique ID of the collaboration that contains this privacy budget template.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the privacy budget template was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the privacy budget template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the member who created the privacy budget
	// template.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// Specifies the epislon and noise parameters for the privacy budget template.
	//
	// Parameters is a required field
	Parameters *PrivacyBudgetTemplateParametersOutput_ `locationName:"parameters" type:"structure" required:"true"`

	// Specifies the type of the privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the privacy budget template was updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

An object that defines the privacy budget template.

func (PrivacyBudgetTemplate) GoString added in v1.48.8

func (s PrivacyBudgetTemplate) 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 (*PrivacyBudgetTemplate) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*PrivacyBudgetTemplate) SetAutoRefresh added in v1.48.8

func (s *PrivacyBudgetTemplate) SetAutoRefresh(v string) *PrivacyBudgetTemplate

SetAutoRefresh sets the AutoRefresh field's value.

func (*PrivacyBudgetTemplate) SetCollaborationArn added in v1.48.8

func (s *PrivacyBudgetTemplate) SetCollaborationArn(v string) *PrivacyBudgetTemplate

SetCollaborationArn sets the CollaborationArn field's value.

func (*PrivacyBudgetTemplate) SetCollaborationId added in v1.48.8

func (s *PrivacyBudgetTemplate) SetCollaborationId(v string) *PrivacyBudgetTemplate

SetCollaborationId sets the CollaborationId field's value.

func (*PrivacyBudgetTemplate) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*PrivacyBudgetTemplate) SetId added in v1.48.8

SetId sets the Id field's value.

func (*PrivacyBudgetTemplate) SetMembershipArn added in v1.48.8

func (s *PrivacyBudgetTemplate) SetMembershipArn(v string) *PrivacyBudgetTemplate

SetMembershipArn sets the MembershipArn field's value.

func (*PrivacyBudgetTemplate) SetMembershipId added in v1.48.8

func (s *PrivacyBudgetTemplate) SetMembershipId(v string) *PrivacyBudgetTemplate

SetMembershipId sets the MembershipId field's value.

func (*PrivacyBudgetTemplate) SetParameters added in v1.48.8

SetParameters sets the Parameters field's value.

func (*PrivacyBudgetTemplate) SetPrivacyBudgetType added in v1.48.8

func (s *PrivacyBudgetTemplate) SetPrivacyBudgetType(v string) *PrivacyBudgetTemplate

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (*PrivacyBudgetTemplate) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (PrivacyBudgetTemplate) String added in v1.48.8

func (s PrivacyBudgetTemplate) 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 PrivacyBudgetTemplateParametersInput_ added in v1.48.8

type PrivacyBudgetTemplateParametersInput_ struct {

	// An object that specifies the epsilon and noise parameters.
	DifferentialPrivacy *DifferentialPrivacyTemplateParametersInput_ `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

The epsilon and noise parameters that you want to use for the privacy budget template.

func (PrivacyBudgetTemplateParametersInput_) GoString added in v1.48.8

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 (*PrivacyBudgetTemplateParametersInput_) SetDifferentialPrivacy added in v1.48.8

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PrivacyBudgetTemplateParametersInput_) String added in v1.48.8

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 (*PrivacyBudgetTemplateParametersInput_) Validate added in v1.48.8

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

type PrivacyBudgetTemplateParametersOutput_ added in v1.48.8

type PrivacyBudgetTemplateParametersOutput_ struct {

	// The epsilon and noise parameters.
	DifferentialPrivacy *DifferentialPrivacyTemplateParametersOutput_ `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

The epsilon and noise parameters that were used in the privacy budget template.

func (PrivacyBudgetTemplateParametersOutput_) GoString added in v1.48.8

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 (*PrivacyBudgetTemplateParametersOutput_) SetDifferentialPrivacy added in v1.48.8

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PrivacyBudgetTemplateParametersOutput_) String added in v1.48.8

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 PrivacyBudgetTemplateSummary added in v1.48.8

type PrivacyBudgetTemplateSummary struct {

	// The ARN of the privacy budget template.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The ARN of the collaboration that contains this privacy budget template.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique ID of the collaboration that contains this privacy budget template.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time at which the privacy budget template was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique identifier of the privacy budget template.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the member who created the privacy budget
	// template.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier for a membership resource.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The type of the privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`

	// The most recent time at which the privacy budget template was updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.

func (PrivacyBudgetTemplateSummary) GoString added in v1.48.8

func (s PrivacyBudgetTemplateSummary) 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 (*PrivacyBudgetTemplateSummary) SetArn added in v1.48.8

SetArn sets the Arn field's value.

func (*PrivacyBudgetTemplateSummary) SetCollaborationArn added in v1.48.8

SetCollaborationArn sets the CollaborationArn field's value.

func (*PrivacyBudgetTemplateSummary) SetCollaborationId added in v1.48.8

SetCollaborationId sets the CollaborationId field's value.

func (*PrivacyBudgetTemplateSummary) SetCreateTime added in v1.48.8

SetCreateTime sets the CreateTime field's value.

func (*PrivacyBudgetTemplateSummary) SetId added in v1.48.8

SetId sets the Id field's value.

func (*PrivacyBudgetTemplateSummary) SetMembershipArn added in v1.48.8

SetMembershipArn sets the MembershipArn field's value.

func (*PrivacyBudgetTemplateSummary) SetMembershipId added in v1.48.8

SetMembershipId sets the MembershipId field's value.

func (*PrivacyBudgetTemplateSummary) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (*PrivacyBudgetTemplateSummary) SetUpdateTime added in v1.48.8

SetUpdateTime sets the UpdateTime field's value.

func (PrivacyBudgetTemplateSummary) String added in v1.48.8

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 PrivacyBudgetTemplateUpdateParameters added in v1.48.8

type PrivacyBudgetTemplateUpdateParameters struct {

	// An object that specifies the new values for the epsilon and noise parameters.
	DifferentialPrivacy *DifferentialPrivacyTemplateUpdateParameters `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

The epsilon and noise parameters that you want to update in the privacy budget template.

func (PrivacyBudgetTemplateUpdateParameters) GoString added in v1.48.8

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 (*PrivacyBudgetTemplateUpdateParameters) SetDifferentialPrivacy added in v1.48.8

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PrivacyBudgetTemplateUpdateParameters) String added in v1.48.8

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 (*PrivacyBudgetTemplateUpdateParameters) Validate added in v1.48.8

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

type PrivacyImpact added in v1.48.8

type PrivacyImpact struct {

	// An object that lists the number and type of aggregation functions you can
	// perform.
	DifferentialPrivacy *DifferentialPrivacyPrivacyImpact `locationName:"differentialPrivacy" type:"structure"`
	// contains filtered or unexported fields
}

Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.

func (PrivacyImpact) GoString added in v1.48.8

func (s PrivacyImpact) 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 (*PrivacyImpact) SetDifferentialPrivacy added in v1.48.8

func (s *PrivacyImpact) SetDifferentialPrivacy(v *DifferentialPrivacyPrivacyImpact) *PrivacyImpact

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (PrivacyImpact) String added in v1.48.8

func (s PrivacyImpact) 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 ProtectedQuery

type ProtectedQuery struct {

	// The time at which the protected query was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The sensitivity parameters of the differential privacy results of the protected
	// query.
	DifferentialPrivacy *DifferentialPrivacyParameters `locationName:"differentialPrivacy" type:"structure"`

	// An error thrown by the protected query.
	Error *ProtectedQueryError `locationName:"error" type:"structure"`

	// The identifier for a protected query instance.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The ARN of the membership.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The identifier for the membership.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The result of the protected query.
	Result *ProtectedQueryResult `locationName:"result" type:"structure"`

	// Contains any details needed to write the query results.
	ResultConfiguration *ProtectedQueryResultConfiguration `locationName:"resultConfiguration" type:"structure"`

	// The protected query SQL parameters.
	//
	// SqlParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ProtectedQuery's
	// String and GoString methods.
	SqlParameters *ProtectedQuerySQLParameters `locationName:"sqlParameters" type:"structure" sensitive:"true"`

	// Statistics about protected query execution.
	Statistics *ProtectedQueryStatistics `locationName:"statistics" type:"structure"`

	// The status of the query.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"ProtectedQueryStatus"`
	// contains filtered or unexported fields
}

The parameters for an Clean Rooms protected query.

func (ProtectedQuery) GoString

func (s ProtectedQuery) 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 (*ProtectedQuery) SetCreateTime

func (s *ProtectedQuery) SetCreateTime(v time.Time) *ProtectedQuery

SetCreateTime sets the CreateTime field's value.

func (*ProtectedQuery) SetDifferentialPrivacy added in v1.48.8

func (s *ProtectedQuery) SetDifferentialPrivacy(v *DifferentialPrivacyParameters) *ProtectedQuery

SetDifferentialPrivacy sets the DifferentialPrivacy field's value.

func (*ProtectedQuery) SetError

SetError sets the Error field's value.

func (*ProtectedQuery) SetId

func (s *ProtectedQuery) SetId(v string) *ProtectedQuery

SetId sets the Id field's value.

func (*ProtectedQuery) SetMembershipArn

func (s *ProtectedQuery) SetMembershipArn(v string) *ProtectedQuery

SetMembershipArn sets the MembershipArn field's value.

func (*ProtectedQuery) SetMembershipId

func (s *ProtectedQuery) SetMembershipId(v string) *ProtectedQuery

SetMembershipId sets the MembershipId field's value.

func (*ProtectedQuery) SetResult

SetResult sets the Result field's value.

func (*ProtectedQuery) SetResultConfiguration

func (s *ProtectedQuery) SetResultConfiguration(v *ProtectedQueryResultConfiguration) *ProtectedQuery

SetResultConfiguration sets the ResultConfiguration field's value.

func (*ProtectedQuery) SetSqlParameters

SetSqlParameters sets the SqlParameters field's value.

func (*ProtectedQuery) SetStatistics

SetStatistics sets the Statistics field's value.

func (*ProtectedQuery) SetStatus

func (s *ProtectedQuery) SetStatus(v string) *ProtectedQuery

SetStatus sets the Status field's value.

func (ProtectedQuery) String

func (s ProtectedQuery) 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 ProtectedQueryError

type ProtectedQueryError struct {

	// An error code for the error.
	//
	// Code is a required field
	Code *string `locationName:"code" type:"string" required:"true"`

	// A description of why the query failed.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details of errors thrown by the protected query.

func (ProtectedQueryError) GoString

func (s ProtectedQueryError) 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 (*ProtectedQueryError) SetCode

SetCode sets the Code field's value.

func (*ProtectedQueryError) SetMessage

SetMessage sets the Message field's value.

func (ProtectedQueryError) String

func (s ProtectedQueryError) 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 ProtectedQueryOutputConfiguration

type ProtectedQueryOutputConfiguration struct {

	// Required configuration for a protected query with an `S3` output type.
	S3 *ProtectedQueryS3OutputConfiguration `locationName:"s3" type:"structure"`
	// contains filtered or unexported fields
}

Contains configuration details for protected query output.

func (ProtectedQueryOutputConfiguration) 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 (*ProtectedQueryOutputConfiguration) SetS3

SetS3 sets the S3 field's value.

func (ProtectedQueryOutputConfiguration) 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 (*ProtectedQueryOutputConfiguration) Validate

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

type ProtectedQueryOutput_

type ProtectedQueryOutput_ struct {

	// The list of member Amazon Web Services account(s) that received the results
	// of the query.
	MemberList []*ProtectedQuerySingleMemberOutput_ `locationName:"memberList" type:"list"`

	// If present, the output for a protected query with an `S3` output type.
	S3 *ProtectedQueryS3Output_ `locationName:"s3" type:"structure"`
	// contains filtered or unexported fields
}

Contains details about the protected query output.

func (ProtectedQueryOutput_) GoString

func (s ProtectedQueryOutput_) 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 (*ProtectedQueryOutput_) SetMemberList added in v1.45.0

SetMemberList sets the MemberList field's value.

func (*ProtectedQueryOutput_) SetS3

SetS3 sets the S3 field's value.

func (ProtectedQueryOutput_) String

func (s ProtectedQueryOutput_) 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 ProtectedQueryResult

type ProtectedQueryResult struct {

	// The output of the protected query.
	//
	// Output is a required field
	Output *ProtectedQueryOutput_ `locationName:"output" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Details about the query results.

func (ProtectedQueryResult) GoString

func (s ProtectedQueryResult) 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 (*ProtectedQueryResult) SetOutput

SetOutput sets the Output field's value.

func (ProtectedQueryResult) String

func (s ProtectedQueryResult) 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 ProtectedQueryResultConfiguration

type ProtectedQueryResultConfiguration struct {

	// Configuration for protected query results.
	//
	// OutputConfiguration is a required field
	OutputConfiguration *ProtectedQueryOutputConfiguration `locationName:"outputConfiguration" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Contains configurations for protected query results.

func (ProtectedQueryResultConfiguration) 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 (*ProtectedQueryResultConfiguration) SetOutputConfiguration

SetOutputConfiguration sets the OutputConfiguration field's value.

func (ProtectedQueryResultConfiguration) 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 (*ProtectedQueryResultConfiguration) Validate

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

type ProtectedQueryS3OutputConfiguration

type ProtectedQueryS3OutputConfiguration struct {

	// The S3 bucket to unload the protected query results.
	//
	// Bucket is a required field
	Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"`

	// The S3 prefix to unload the protected query results.
	KeyPrefix *string `locationName:"keyPrefix" type:"string"`

	// Intended file format of the result.
	//
	// ResultFormat is a required field
	ResultFormat *string `locationName:"resultFormat" type:"string" required:"true" enum:"ResultFormat"`
	// contains filtered or unexported fields
}

Contains the configuration to write the query results to S3.

func (ProtectedQueryS3OutputConfiguration) 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 (*ProtectedQueryS3OutputConfiguration) SetBucket

SetBucket sets the Bucket field's value.

func (*ProtectedQueryS3OutputConfiguration) SetKeyPrefix

SetKeyPrefix sets the KeyPrefix field's value.

func (*ProtectedQueryS3OutputConfiguration) SetResultFormat

SetResultFormat sets the ResultFormat field's value.

func (ProtectedQueryS3OutputConfiguration) 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 (*ProtectedQueryS3OutputConfiguration) Validate

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

type ProtectedQueryS3Output_

type ProtectedQueryS3Output_ struct {

	// The S3 location of the result.
	//
	// Location is a required field
	Location *string `locationName:"location" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains output information for protected queries with an S3 output type.

func (ProtectedQueryS3Output_) GoString

func (s ProtectedQueryS3Output_) 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 (*ProtectedQueryS3Output_) SetLocation

SetLocation sets the Location field's value.

func (ProtectedQueryS3Output_) String

func (s ProtectedQueryS3Output_) 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 ProtectedQuerySQLParameters

type ProtectedQuerySQLParameters struct {

	// The Amazon Resource Name (ARN) associated with the analysis template within
	// a collaboration.
	AnalysisTemplateArn *string `locationName:"analysisTemplateArn" type:"string"`

	// The protected query SQL parameters.
	Parameters map[string]*string `locationName:"parameters" type:"map"`

	// The query string to be submitted.
	QueryString *string `locationName:"queryString" type:"string"`
	// contains filtered or unexported fields
}

The parameters for the SQL type Protected Query.

func (ProtectedQuerySQLParameters) GoString

func (s ProtectedQuerySQLParameters) 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 (*ProtectedQuerySQLParameters) SetAnalysisTemplateArn added in v1.44.313

func (s *ProtectedQuerySQLParameters) SetAnalysisTemplateArn(v string) *ProtectedQuerySQLParameters

SetAnalysisTemplateArn sets the AnalysisTemplateArn field's value.

func (*ProtectedQuerySQLParameters) SetParameters added in v1.44.313

SetParameters sets the Parameters field's value.

func (*ProtectedQuerySQLParameters) SetQueryString

SetQueryString sets the QueryString field's value.

func (ProtectedQuerySQLParameters) 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 ProtectedQuerySingleMemberOutput_ added in v1.45.0

type ProtectedQuerySingleMemberOutput_ struct {

	// The Amazon Web Services account ID of the member in the collaboration who
	// can receive results for the query.
	//
	// AccountId is a required field
	AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details about the member who received the query result.

func (ProtectedQuerySingleMemberOutput_) GoString added in v1.45.0

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 (*ProtectedQuerySingleMemberOutput_) SetAccountId added in v1.45.0

SetAccountId sets the AccountId field's value.

func (ProtectedQuerySingleMemberOutput_) String added in v1.45.0

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 ProtectedQueryStatistics

type ProtectedQueryStatistics struct {

	// The duration of the Protected Query, from creation until query completion.
	TotalDurationInMillis *int64 `locationName:"totalDurationInMillis" type:"long"`
	// contains filtered or unexported fields
}

Contains statistics about the execution of the protected query.

func (ProtectedQueryStatistics) GoString

func (s ProtectedQueryStatistics) 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 (*ProtectedQueryStatistics) SetTotalDurationInMillis

func (s *ProtectedQueryStatistics) SetTotalDurationInMillis(v int64) *ProtectedQueryStatistics

SetTotalDurationInMillis sets the TotalDurationInMillis field's value.

func (ProtectedQueryStatistics) String

func (s ProtectedQueryStatistics) 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 ProtectedQuerySummary

type ProtectedQuerySummary struct {

	// The time the protected query was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique ID of the protected query.
	//
	// Id is a required field
	Id *string `locationName:"id" min:"36" type:"string" required:"true"`

	// The unique ARN for the membership that initiated the protected query.
	//
	// MembershipArn is a required field
	MembershipArn *string `locationName:"membershipArn" type:"string" required:"true"`

	// The unique ID for the membership that initiated the protected query.
	//
	// MembershipId is a required field
	MembershipId *string `locationName:"membershipId" min:"36" type:"string" required:"true"`

	// The status of the protected query. Value values are `SUBMITTED`, `STARTED`,
	// `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"ProtectedQueryStatus"`
	// contains filtered or unexported fields
}

The protected query summary for the objects listed by the request.

func (ProtectedQuerySummary) GoString

func (s ProtectedQuerySummary) 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 (*ProtectedQuerySummary) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ProtectedQuerySummary) SetId

SetId sets the Id field's value.

func (*ProtectedQuerySummary) SetMembershipArn

func (s *ProtectedQuerySummary) SetMembershipArn(v string) *ProtectedQuerySummary

SetMembershipArn sets the MembershipArn field's value.

func (*ProtectedQuerySummary) SetMembershipId

func (s *ProtectedQuerySummary) SetMembershipId(v string) *ProtectedQuerySummary

SetMembershipId sets the MembershipId field's value.

func (*ProtectedQuerySummary) SetStatus

SetStatus sets the Status field's value.

func (ProtectedQuerySummary) String

func (s ProtectedQuerySummary) 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 QueryComputePaymentConfig added in v1.47.11

type QueryComputePaymentConfig struct {

	// Indicates whether the collaboration creator has configured the collaboration
	// member to pay for query compute costs (TRUE) or has not configured the collaboration
	// member to pay for query compute costs (FALSE).
	//
	// Exactly one member can be configured to pay for query compute costs. An error
	// is returned if the collaboration creator sets a TRUE value for more than
	// one member in the collaboration.
	//
	// If the collaboration creator hasn't specified anyone as the member paying
	// for query compute costs, then the member who can query is the default payer.
	// An error is returned if the collaboration creator sets a FALSE value for
	// the member who can query.
	//
	// IsResponsible is a required field
	IsResponsible *bool `locationName:"isResponsible" type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

An object representing the collaboration member's payment responsibilities set by the collaboration creator for query compute costs.

func (QueryComputePaymentConfig) GoString added in v1.47.11

func (s QueryComputePaymentConfig) 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 (*QueryComputePaymentConfig) SetIsResponsible added in v1.47.11

SetIsResponsible sets the IsResponsible field's value.

func (QueryComputePaymentConfig) String added in v1.47.11

func (s QueryComputePaymentConfig) 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 (*QueryComputePaymentConfig) Validate added in v1.47.11

func (s *QueryComputePaymentConfig) 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"`

	// The Id of the missing resource.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The type of the missing resource.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true" enum:"ResourceType"`
	// contains filtered or unexported fields
}

Request references a resource which does not exist.

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 Schema

type Schema struct {

	// The analysis method for the schema. The only valid value is currently DIRECT_QUERY.
	AnalysisMethod *string `locationName:"analysisMethod" type:"string" enum:"AnalysisMethod"`

	// The analysis rule types associated with the schema. Currently, only one entry
	// is present.
	//
	// AnalysisRuleTypes is a required field
	AnalysisRuleTypes []*string `locationName:"analysisRuleTypes" type:"list" required:"true" enum:"AnalysisRuleType"`

	// The unique ARN for the collaboration that the schema belongs to.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique ID for the collaboration that the schema belongs to.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The columns for the relation this schema represents.
	//
	// Columns is a required field
	Columns []*Column `locationName:"columns" type:"list" required:"true"`

	// The time the schema was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique account ID for the Amazon Web Services account that owns the schema.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// A description for the schema.
	//
	// Description is a required field
	Description *string `locationName:"description" type:"string" required:"true"`

	// A name for the schema. The schema relation is referred to by this name when
	// queried by a protected query.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The partition keys for the dataset underlying this schema.
	//
	// PartitionKeys is a required field
	PartitionKeys []*Column `locationName:"partitionKeys" type:"list" required:"true"`

	// Details about the status of the schema. Currently, only one entry is present.
	//
	// SchemaStatusDetails is a required field
	SchemaStatusDetails []*SchemaStatusDetail `locationName:"schemaStatusDetails" type:"list" required:"true"`

	// The type of schema. The only valid value is currently `TABLE`.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"SchemaType"`

	// The time the schema was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A schema is a relation within a collaboration.

func (Schema) GoString

func (s Schema) 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 (*Schema) SetAnalysisMethod

func (s *Schema) SetAnalysisMethod(v string) *Schema

SetAnalysisMethod sets the AnalysisMethod field's value.

func (*Schema) SetAnalysisRuleTypes

func (s *Schema) SetAnalysisRuleTypes(v []*string) *Schema

SetAnalysisRuleTypes sets the AnalysisRuleTypes field's value.

func (*Schema) SetCollaborationArn

func (s *Schema) SetCollaborationArn(v string) *Schema

SetCollaborationArn sets the CollaborationArn field's value.

func (*Schema) SetCollaborationId

func (s *Schema) SetCollaborationId(v string) *Schema

SetCollaborationId sets the CollaborationId field's value.

func (*Schema) SetColumns

func (s *Schema) SetColumns(v []*Column) *Schema

SetColumns sets the Columns field's value.

func (*Schema) SetCreateTime

func (s *Schema) SetCreateTime(v time.Time) *Schema

SetCreateTime sets the CreateTime field's value.

func (*Schema) SetCreatorAccountId

func (s *Schema) SetCreatorAccountId(v string) *Schema

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*Schema) SetDescription

func (s *Schema) SetDescription(v string) *Schema

SetDescription sets the Description field's value.

func (*Schema) SetName

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

SetName sets the Name field's value.

func (*Schema) SetPartitionKeys

func (s *Schema) SetPartitionKeys(v []*Column) *Schema

SetPartitionKeys sets the PartitionKeys field's value.

func (*Schema) SetSchemaStatusDetails added in v1.51.15

func (s *Schema) SetSchemaStatusDetails(v []*SchemaStatusDetail) *Schema

SetSchemaStatusDetails sets the SchemaStatusDetails field's value.

func (*Schema) SetType

func (s *Schema) SetType(v string) *Schema

SetType sets the Type field's value.

func (*Schema) SetUpdateTime

func (s *Schema) SetUpdateTime(v time.Time) *Schema

SetUpdateTime sets the UpdateTime field's value.

func (Schema) String

func (s Schema) 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 SchemaAnalysisRuleRequest added in v1.51.15

type SchemaAnalysisRuleRequest struct {

	// The name of the analysis rule schema that you are requesting.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The type of analysis rule schema that you are requesting.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"AnalysisRuleType"`
	// contains filtered or unexported fields
}

Defines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identified by a combination of the schema name and the analysis rule type for a given collaboration.

func (SchemaAnalysisRuleRequest) GoString added in v1.51.15

func (s SchemaAnalysisRuleRequest) 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 (*SchemaAnalysisRuleRequest) SetName added in v1.51.15

SetName sets the Name field's value.

func (*SchemaAnalysisRuleRequest) SetType added in v1.51.15

SetType sets the Type field's value.

func (SchemaAnalysisRuleRequest) String added in v1.51.15

func (s SchemaAnalysisRuleRequest) 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 (*SchemaAnalysisRuleRequest) Validate added in v1.51.15

func (s *SchemaAnalysisRuleRequest) Validate() error

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

type SchemaStatusDetail added in v1.51.15

type SchemaStatusDetail struct {

	// The analysis rule type for which the schema status has been evaluated.
	AnalysisRuleType *string `locationName:"analysisRuleType" type:"string" enum:"AnalysisRuleType"`

	// The configuration details of the schema analysis rule for the given type.
	Configurations []*string `locationName:"configurations" type:"list" enum:"SchemaConfiguration"`

	// The reasons why the schema status is set to its current state.
	Reasons []*SchemaStatusReason `locationName:"reasons" type:"list"`

	// The status of the schema.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"SchemaStatus"`
	// contains filtered or unexported fields
}

Information about the schema status.

A status of READY means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.

func (SchemaStatusDetail) GoString added in v1.51.15

func (s SchemaStatusDetail) 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 (*SchemaStatusDetail) SetAnalysisRuleType added in v1.51.15

func (s *SchemaStatusDetail) SetAnalysisRuleType(v string) *SchemaStatusDetail

SetAnalysisRuleType sets the AnalysisRuleType field's value.

func (*SchemaStatusDetail) SetConfigurations added in v1.51.15

func (s *SchemaStatusDetail) SetConfigurations(v []*string) *SchemaStatusDetail

SetConfigurations sets the Configurations field's value.

func (*SchemaStatusDetail) SetReasons added in v1.51.15

SetReasons sets the Reasons field's value.

func (*SchemaStatusDetail) SetStatus added in v1.51.15

func (s *SchemaStatusDetail) SetStatus(v string) *SchemaStatusDetail

SetStatus sets the Status field's value.

func (SchemaStatusDetail) String added in v1.51.15

func (s SchemaStatusDetail) 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 SchemaStatusReason added in v1.51.15

type SchemaStatusReason struct {

	// The schema status reason code.
	//
	// Code is a required field
	Code *string `locationName:"code" type:"string" required:"true" enum:"SchemaStatusReasonCode"`

	// An explanation of the schema status reason code.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A reason why the schema status is set to its current value.

func (SchemaStatusReason) GoString added in v1.51.15

func (s SchemaStatusReason) 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 (*SchemaStatusReason) SetCode added in v1.51.15

SetCode sets the Code field's value.

func (*SchemaStatusReason) SetMessage added in v1.51.15

func (s *SchemaStatusReason) SetMessage(v string) *SchemaStatusReason

SetMessage sets the Message field's value.

func (SchemaStatusReason) String added in v1.51.15

func (s SchemaStatusReason) 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 SchemaSummary

type SchemaSummary struct {

	// The analysis method for the associated schema. The only valid value is currently
	// `DIRECT_QUERY`.
	AnalysisMethod *string `locationName:"analysisMethod" type:"string" enum:"AnalysisMethod"`

	// The types of analysis rules that are associated with this schema object.
	//
	// AnalysisRuleTypes is a required field
	AnalysisRuleTypes []*string `locationName:"analysisRuleTypes" type:"list" required:"true" enum:"AnalysisRuleType"`

	// The unique ARN for the collaboration that the schema belongs to.
	//
	// CollaborationArn is a required field
	CollaborationArn *string `locationName:"collaborationArn" type:"string" required:"true"`

	// The unique ID for the collaboration that the schema belongs to.
	//
	// CollaborationId is a required field
	CollaborationId *string `locationName:"collaborationId" min:"36" type:"string" required:"true"`

	// The time the schema object was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `locationName:"createTime" type:"timestamp" required:"true"`

	// The unique account ID for the Amazon Web Services account that owns the schema.
	//
	// CreatorAccountId is a required field
	CreatorAccountId *string `locationName:"creatorAccountId" min:"12" type:"string" required:"true"`

	// The name for the schema object.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// The type of schema object. The only valid schema type is currently `TABLE`.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"SchemaType"`

	// The time the schema object was last updated.
	//
	// UpdateTime is a required field
	UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The schema summary for the objects listed by the request.

func (SchemaSummary) GoString

func (s SchemaSummary) 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 (*SchemaSummary) SetAnalysisMethod

func (s *SchemaSummary) SetAnalysisMethod(v string) *SchemaSummary

SetAnalysisMethod sets the AnalysisMethod field's value.

func (*SchemaSummary) SetAnalysisRuleTypes

func (s *SchemaSummary) SetAnalysisRuleTypes(v []*string) *SchemaSummary

SetAnalysisRuleTypes sets the AnalysisRuleTypes field's value.

func (*SchemaSummary) SetCollaborationArn

func (s *SchemaSummary) SetCollaborationArn(v string) *SchemaSummary

SetCollaborationArn sets the CollaborationArn field's value.

func (*SchemaSummary) SetCollaborationId

func (s *SchemaSummary) SetCollaborationId(v string) *SchemaSummary

SetCollaborationId sets the CollaborationId field's value.

func (*SchemaSummary) SetCreateTime

func (s *SchemaSummary) SetCreateTime(v time.Time) *SchemaSummary

SetCreateTime sets the CreateTime field's value.

func (*SchemaSummary) SetCreatorAccountId

func (s *SchemaSummary) SetCreatorAccountId(v string) *SchemaSummary

SetCreatorAccountId sets the CreatorAccountId field's value.

func (*SchemaSummary) SetName

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

SetName sets the Name field's value.

func (*SchemaSummary) SetType

func (s *SchemaSummary) SetType(v string) *SchemaSummary

SetType sets the Type field's value.

func (*SchemaSummary) SetUpdateTime

func (s *SchemaSummary) SetUpdateTime(v time.Time) *SchemaSummary

SetUpdateTime sets the UpdateTime field's value.

func (SchemaSummary) String

func (s SchemaSummary) 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 ServiceQuotaExceededException

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

	Message_ *string `locationName:"message" type:"string"`

	// The name of the quota.
	//
	// QuotaName is a required field
	QuotaName *string `locationName:"quotaName" type:"string" required:"true"`

	// The value of the quota.
	//
	// QuotaValue is a required field
	QuotaValue *float64 `locationName:"quotaValue" type:"double" required:"true"`
	// contains filtered or unexported fields
}

Request denied because service quota has been exceeded.

func (*ServiceQuotaExceededException) Code

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (ServiceQuotaExceededException) 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 (*ServiceQuotaExceededException) Message

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

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

func (ServiceQuotaExceededException) 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 StartProtectedQueryInput

type StartProtectedQueryInput struct {

	// A unique identifier for the membership to run this query against. Currently
	// accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The details needed to write the query results.
	ResultConfiguration *ProtectedQueryResultConfiguration `locationName:"resultConfiguration" type:"structure"`

	// The protected SQL query parameters.
	//
	// SqlParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by StartProtectedQueryInput's
	// String and GoString methods.
	//
	// SqlParameters is a required field
	SqlParameters *ProtectedQuerySQLParameters `locationName:"sqlParameters" type:"structure" required:"true" sensitive:"true"`

	// The type of the protected query to be started.
	//
	// Type is a required field
	Type *string `locationName:"type" type:"string" required:"true" enum:"ProtectedQueryType"`
	// contains filtered or unexported fields
}

func (StartProtectedQueryInput) GoString

func (s StartProtectedQueryInput) 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 (*StartProtectedQueryInput) SetMembershipIdentifier

func (s *StartProtectedQueryInput) SetMembershipIdentifier(v string) *StartProtectedQueryInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*StartProtectedQueryInput) SetResultConfiguration

SetResultConfiguration sets the ResultConfiguration field's value.

func (*StartProtectedQueryInput) SetSqlParameters

SetSqlParameters sets the SqlParameters field's value.

func (*StartProtectedQueryInput) SetType

SetType sets the Type field's value.

func (StartProtectedQueryInput) String

func (s StartProtectedQueryInput) 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 (*StartProtectedQueryInput) Validate

func (s *StartProtectedQueryInput) Validate() error

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

type StartProtectedQueryOutput

type StartProtectedQueryOutput struct {

	// The protected query.
	//
	// ProtectedQuery is a required field
	ProtectedQuery *ProtectedQuery `locationName:"protectedQuery" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (StartProtectedQueryOutput) GoString

func (s StartProtectedQueryOutput) 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 (*StartProtectedQueryOutput) SetProtectedQuery

SetProtectedQuery sets the ProtectedQuery field's value.

func (StartProtectedQueryOutput) String

func (s StartProtectedQueryOutput) 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 TableReference

type TableReference struct {

	// If present, a reference to the Glue table referred to by this table reference.
	Glue *GlueTableReference `locationName:"glue" type:"structure"`
	// contains filtered or unexported fields
}

A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.

func (TableReference) GoString

func (s TableReference) 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 (*TableReference) SetGlue

SetGlue sets the Glue field's value.

func (TableReference) String

func (s TableReference) 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 (*TableReference) Validate

func (s *TableReference) Validate() error

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

type TagResourceInput added in v1.44.226

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) associated with the resource you want to tag.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

	// A map of objects specifying each key name and value.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString added in v1.44.226

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 added in v1.44.226

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags added in v1.44.226

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

SetTags sets the Tags field's value.

func (TagResourceInput) String added in v1.44.226

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 added in v1.44.226

func (s *TagResourceInput) Validate() error

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

type TagResourceOutput added in v1.44.226

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString added in v1.44.226

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 added in v1.44.226

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 ThrottlingException

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

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

Request was denied due to request throttling.

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 UntagResourceInput added in v1.44.226

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) associated with the resource you want to remove
	// the tag from.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

	// A list of key names of tags to be removed.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString added in v1.44.226

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 added in v1.44.226

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys added in v1.44.226

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String added in v1.44.226

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 added in v1.44.226

func (s *UntagResourceInput) Validate() error

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

type UntagResourceOutput added in v1.44.226

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString added in v1.44.226

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 added in v1.44.226

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 UpdateAnalysisTemplateInput added in v1.44.313

type UpdateAnalysisTemplateInput struct {

	// The identifier for the analysis template resource.
	//
	// AnalysisTemplateIdentifier is a required field
	AnalysisTemplateIdentifier *string `location:"uri" locationName:"analysisTemplateIdentifier" min:"36" type:"string" required:"true"`

	// A new description for the analysis template.
	Description *string `locationName:"description" type:"string"`

	// The identifier for a membership resource.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisTemplateInput) GoString added in v1.44.313

func (s UpdateAnalysisTemplateInput) 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 (*UpdateAnalysisTemplateInput) SetAnalysisTemplateIdentifier added in v1.44.313

func (s *UpdateAnalysisTemplateInput) SetAnalysisTemplateIdentifier(v string) *UpdateAnalysisTemplateInput

SetAnalysisTemplateIdentifier sets the AnalysisTemplateIdentifier field's value.

func (*UpdateAnalysisTemplateInput) SetDescription added in v1.44.313

SetDescription sets the Description field's value.

func (*UpdateAnalysisTemplateInput) SetMembershipIdentifier added in v1.44.313

func (s *UpdateAnalysisTemplateInput) SetMembershipIdentifier(v string) *UpdateAnalysisTemplateInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (UpdateAnalysisTemplateInput) String added in v1.44.313

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 (*UpdateAnalysisTemplateInput) Validate added in v1.44.313

func (s *UpdateAnalysisTemplateInput) Validate() error

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

type UpdateAnalysisTemplateOutput added in v1.44.313

type UpdateAnalysisTemplateOutput struct {

	// The analysis template.
	//
	// AnalysisTemplate is a required field
	AnalysisTemplate *AnalysisTemplate `locationName:"analysisTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAnalysisTemplateOutput) GoString added in v1.44.313

func (s UpdateAnalysisTemplateOutput) 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 (*UpdateAnalysisTemplateOutput) SetAnalysisTemplate added in v1.44.313

SetAnalysisTemplate sets the AnalysisTemplate field's value.

func (UpdateAnalysisTemplateOutput) String added in v1.44.313

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 UpdateCollaborationInput

type UpdateCollaborationInput struct {

	// The identifier for the collaboration.
	//
	// CollaborationIdentifier is a required field
	CollaborationIdentifier *string `location:"uri" locationName:"collaborationIdentifier" min:"36" type:"string" required:"true"`

	// A description of the collaboration.
	Description *string `locationName:"description" min:"1" type:"string"`

	// A human-readable identifier provided by the collaboration owner. Display
	// names are not unique.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateCollaborationInput) GoString

func (s UpdateCollaborationInput) 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 (*UpdateCollaborationInput) SetCollaborationIdentifier

func (s *UpdateCollaborationInput) SetCollaborationIdentifier(v string) *UpdateCollaborationInput

SetCollaborationIdentifier sets the CollaborationIdentifier field's value.

func (*UpdateCollaborationInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateCollaborationInput) SetName

SetName sets the Name field's value.

func (UpdateCollaborationInput) String

func (s UpdateCollaborationInput) 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 (*UpdateCollaborationInput) Validate

func (s *UpdateCollaborationInput) Validate() error

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

type UpdateCollaborationOutput

type UpdateCollaborationOutput struct {

	// The entire collaboration that has been updated.
	//
	// Collaboration is a required field
	Collaboration *Collaboration `locationName:"collaboration" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateCollaborationOutput) GoString

func (s UpdateCollaborationOutput) 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 (*UpdateCollaborationOutput) SetCollaboration

SetCollaboration sets the Collaboration field's value.

func (UpdateCollaborationOutput) String

func (s UpdateCollaborationOutput) 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 UpdateConfiguredAudienceModelAssociationInput added in v1.48.8

type UpdateConfiguredAudienceModelAssociationInput struct {

	// A unique identifier for the configured audience model association that you
	// want to update.
	//
	// ConfiguredAudienceModelAssociationIdentifier is a required field
	ConfiguredAudienceModelAssociationIdentifier *string `location:"uri" locationName:"configuredAudienceModelAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A new description for the configured audience model association.
	Description *string `locationName:"description" type:"string"`

	// A unique identifier of the membership that contains the configured audience
	// model association that you want to update.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// A new name for the configured audience model association.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredAudienceModelAssociationInput) GoString added in v1.48.8

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 (*UpdateConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier added in v1.48.8

func (s *UpdateConfiguredAudienceModelAssociationInput) SetConfiguredAudienceModelAssociationIdentifier(v string) *UpdateConfiguredAudienceModelAssociationInput

SetConfiguredAudienceModelAssociationIdentifier sets the ConfiguredAudienceModelAssociationIdentifier field's value.

func (*UpdateConfiguredAudienceModelAssociationInput) SetDescription added in v1.48.8

SetDescription sets the Description field's value.

func (*UpdateConfiguredAudienceModelAssociationInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*UpdateConfiguredAudienceModelAssociationInput) SetName added in v1.48.8

SetName sets the Name field's value.

func (UpdateConfiguredAudienceModelAssociationInput) String added in v1.48.8

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 (*UpdateConfiguredAudienceModelAssociationInput) Validate added in v1.48.8

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

type UpdateConfiguredAudienceModelAssociationOutput added in v1.48.8

type UpdateConfiguredAudienceModelAssociationOutput struct {

	// Details about the configured audience model association that you updated.
	//
	// ConfiguredAudienceModelAssociation is a required field
	ConfiguredAudienceModelAssociation *ConfiguredAudienceModelAssociation `locationName:"configuredAudienceModelAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredAudienceModelAssociationOutput) GoString added in v1.48.8

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 (*UpdateConfiguredAudienceModelAssociationOutput) SetConfiguredAudienceModelAssociation added in v1.48.8

SetConfiguredAudienceModelAssociation sets the ConfiguredAudienceModelAssociation field's value.

func (UpdateConfiguredAudienceModelAssociationOutput) String added in v1.48.8

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 UpdateConfiguredTableAnalysisRuleInput

type UpdateConfiguredTableAnalysisRuleInput struct {

	// The new analysis rule policy for the configured table analysis rule.
	//
	// AnalysisRulePolicy is a required field
	AnalysisRulePolicy *ConfiguredTableAnalysisRulePolicy `locationName:"analysisRulePolicy" type:"structure" required:"true"`

	// The analysis rule type to be updated. Configured table analysis rules are
	// uniquely identified by their configured table identifier and analysis rule
	// type.
	//
	// AnalysisRuleType is a required field
	AnalysisRuleType *string `location:"uri" locationName:"analysisRuleType" type:"string" required:"true" enum:"ConfiguredTableAnalysisRuleType"`

	// The unique identifier for the configured table that the analysis rule applies
	// to. Currently accepts the configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableAnalysisRuleInput) 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 (*UpdateConfiguredTableAnalysisRuleInput) SetAnalysisRulePolicy

SetAnalysisRulePolicy sets the AnalysisRulePolicy field's value.

func (*UpdateConfiguredTableAnalysisRuleInput) SetAnalysisRuleType

SetAnalysisRuleType sets the AnalysisRuleType field's value.

func (*UpdateConfiguredTableAnalysisRuleInput) SetConfiguredTableIdentifier

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (UpdateConfiguredTableAnalysisRuleInput) 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 (*UpdateConfiguredTableAnalysisRuleInput) Validate

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

type UpdateConfiguredTableAnalysisRuleOutput

type UpdateConfiguredTableAnalysisRuleOutput struct {

	// The entire updated analysis rule.
	//
	// AnalysisRule is a required field
	AnalysisRule *ConfiguredTableAnalysisRule `locationName:"analysisRule" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableAnalysisRuleOutput) 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 (*UpdateConfiguredTableAnalysisRuleOutput) SetAnalysisRule

SetAnalysisRule sets the AnalysisRule field's value.

func (UpdateConfiguredTableAnalysisRuleOutput) 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 UpdateConfiguredTableAssociationInput

type UpdateConfiguredTableAssociationInput struct {

	// The unique identifier for the configured table association to update. Currently
	// accepts the configured table association ID.
	//
	// ConfiguredTableAssociationIdentifier is a required field
	ConfiguredTableAssociationIdentifier *string `location:"uri" locationName:"configuredTableAssociationIdentifier" min:"36" type:"string" required:"true"`

	// A new description for the configured table association.
	Description *string `locationName:"description" type:"string"`

	// The unique ID for the membership that the configured table association belongs
	// to.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The service will assume this role to access catalog metadata and query the
	// table.
	RoleArn *string `locationName:"roleArn" min:"32" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableAssociationInput) 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 (*UpdateConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier

func (s *UpdateConfiguredTableAssociationInput) SetConfiguredTableAssociationIdentifier(v string) *UpdateConfiguredTableAssociationInput

SetConfiguredTableAssociationIdentifier sets the ConfiguredTableAssociationIdentifier field's value.

func (*UpdateConfiguredTableAssociationInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateConfiguredTableAssociationInput) SetMembershipIdentifier

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*UpdateConfiguredTableAssociationInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (UpdateConfiguredTableAssociationInput) 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 (*UpdateConfiguredTableAssociationInput) Validate

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

type UpdateConfiguredTableAssociationOutput

type UpdateConfiguredTableAssociationOutput struct {

	// The entire updated configured table association.
	//
	// ConfiguredTableAssociation is a required field
	ConfiguredTableAssociation *ConfiguredTableAssociation `locationName:"configuredTableAssociation" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableAssociationOutput) 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 (*UpdateConfiguredTableAssociationOutput) SetConfiguredTableAssociation

SetConfiguredTableAssociation sets the ConfiguredTableAssociation field's value.

func (UpdateConfiguredTableAssociationOutput) 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 UpdateConfiguredTableInput

type UpdateConfiguredTableInput struct {

	// The identifier for the configured table to update. Currently accepts the
	// configured table ID.
	//
	// ConfiguredTableIdentifier is a required field
	ConfiguredTableIdentifier *string `location:"uri" locationName:"configuredTableIdentifier" min:"36" type:"string" required:"true"`

	// A new description for the configured table.
	Description *string `locationName:"description" type:"string"`

	// A new name for the configured table.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableInput) GoString

func (s UpdateConfiguredTableInput) 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 (*UpdateConfiguredTableInput) SetConfiguredTableIdentifier

func (s *UpdateConfiguredTableInput) SetConfiguredTableIdentifier(v string) *UpdateConfiguredTableInput

SetConfiguredTableIdentifier sets the ConfiguredTableIdentifier field's value.

func (*UpdateConfiguredTableInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateConfiguredTableInput) SetName

SetName sets the Name field's value.

func (UpdateConfiguredTableInput) 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 (*UpdateConfiguredTableInput) Validate

func (s *UpdateConfiguredTableInput) Validate() error

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

type UpdateConfiguredTableOutput

type UpdateConfiguredTableOutput struct {

	// The updated configured table.
	//
	// ConfiguredTable is a required field
	ConfiguredTable *ConfiguredTable `locationName:"configuredTable" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateConfiguredTableOutput) GoString

func (s UpdateConfiguredTableOutput) 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 (*UpdateConfiguredTableOutput) SetConfiguredTable

SetConfiguredTable sets the ConfiguredTable field's value.

func (UpdateConfiguredTableOutput) 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 UpdateMembershipInput

type UpdateMembershipInput struct {

	// The default protected query result configuration as specified by the member
	// who can receive results.
	DefaultResultConfiguration *MembershipProtectedQueryResultConfiguration `locationName:"defaultResultConfiguration" type:"structure"`

	// The unique identifier of the membership.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// An indicator as to whether query logging has been enabled or disabled for
	// the membership.
	QueryLogStatus *string `locationName:"queryLogStatus" type:"string" enum:"MembershipQueryLogStatus"`
	// contains filtered or unexported fields
}

func (UpdateMembershipInput) GoString

func (s UpdateMembershipInput) 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 (*UpdateMembershipInput) SetDefaultResultConfiguration added in v1.45.0

SetDefaultResultConfiguration sets the DefaultResultConfiguration field's value.

func (*UpdateMembershipInput) SetMembershipIdentifier

func (s *UpdateMembershipInput) SetMembershipIdentifier(v string) *UpdateMembershipInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*UpdateMembershipInput) SetQueryLogStatus

func (s *UpdateMembershipInput) SetQueryLogStatus(v string) *UpdateMembershipInput

SetQueryLogStatus sets the QueryLogStatus field's value.

func (UpdateMembershipInput) String

func (s UpdateMembershipInput) 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 (*UpdateMembershipInput) Validate

func (s *UpdateMembershipInput) Validate() error

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

type UpdateMembershipOutput

type UpdateMembershipOutput struct {

	// The membership object.
	//
	// Membership is a required field
	Membership *Membership `locationName:"membership" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMembershipOutput) GoString

func (s UpdateMembershipOutput) 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 (*UpdateMembershipOutput) SetMembership

SetMembership sets the Membership field's value.

func (UpdateMembershipOutput) String

func (s UpdateMembershipOutput) 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 UpdatePrivacyBudgetTemplateInput added in v1.48.8

type UpdatePrivacyBudgetTemplateInput struct {

	// A unique identifier for one of your memberships for a collaboration. The
	// privacy budget template is updated in the collaboration that this membership
	// belongs to. Accepts a membership ID.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// Specifies the epsilon and noise parameters for the privacy budget template.
	Parameters *PrivacyBudgetTemplateUpdateParameters `locationName:"parameters" type:"structure"`

	// A unique identifier for your privacy budget template that you want to update.
	//
	// PrivacyBudgetTemplateIdentifier is a required field
	PrivacyBudgetTemplateIdentifier *string `location:"uri" locationName:"privacyBudgetTemplateIdentifier" min:"36" type:"string" required:"true"`

	// Specifies the type of the privacy budget template.
	//
	// PrivacyBudgetType is a required field
	PrivacyBudgetType *string `locationName:"privacyBudgetType" type:"string" required:"true" enum:"PrivacyBudgetType"`
	// contains filtered or unexported fields
}

func (UpdatePrivacyBudgetTemplateInput) GoString added in v1.48.8

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 (*UpdatePrivacyBudgetTemplateInput) SetMembershipIdentifier added in v1.48.8

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*UpdatePrivacyBudgetTemplateInput) SetParameters added in v1.48.8

SetParameters sets the Parameters field's value.

func (*UpdatePrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier added in v1.48.8

func (s *UpdatePrivacyBudgetTemplateInput) SetPrivacyBudgetTemplateIdentifier(v string) *UpdatePrivacyBudgetTemplateInput

SetPrivacyBudgetTemplateIdentifier sets the PrivacyBudgetTemplateIdentifier field's value.

func (*UpdatePrivacyBudgetTemplateInput) SetPrivacyBudgetType added in v1.48.8

SetPrivacyBudgetType sets the PrivacyBudgetType field's value.

func (UpdatePrivacyBudgetTemplateInput) String added in v1.48.8

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 (*UpdatePrivacyBudgetTemplateInput) Validate added in v1.48.8

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

type UpdatePrivacyBudgetTemplateOutput added in v1.48.8

type UpdatePrivacyBudgetTemplateOutput struct {

	// Summary of the privacy budget template.
	//
	// PrivacyBudgetTemplate is a required field
	PrivacyBudgetTemplate *PrivacyBudgetTemplate `locationName:"privacyBudgetTemplate" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdatePrivacyBudgetTemplateOutput) GoString added in v1.48.8

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 (*UpdatePrivacyBudgetTemplateOutput) SetPrivacyBudgetTemplate added in v1.48.8

SetPrivacyBudgetTemplate sets the PrivacyBudgetTemplate field's value.

func (UpdatePrivacyBudgetTemplateOutput) String added in v1.48.8

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 UpdateProtectedQueryInput

type UpdateProtectedQueryInput struct {

	// The identifier for a member of a protected query instance.
	//
	// MembershipIdentifier is a required field
	MembershipIdentifier *string `location:"uri" locationName:"membershipIdentifier" min:"36" type:"string" required:"true"`

	// The identifier for a protected query instance.
	//
	// ProtectedQueryIdentifier is a required field
	ProtectedQueryIdentifier *string `location:"uri" locationName:"protectedQueryIdentifier" min:"36" type:"string" required:"true"`

	// The target status of a query. Used to update the execution status of a currently
	// running query.
	//
	// TargetStatus is a required field
	TargetStatus *string `locationName:"targetStatus" type:"string" required:"true" enum:"TargetProtectedQueryStatus"`
	// contains filtered or unexported fields
}

func (UpdateProtectedQueryInput) GoString

func (s UpdateProtectedQueryInput) 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 (*UpdateProtectedQueryInput) SetMembershipIdentifier

func (s *UpdateProtectedQueryInput) SetMembershipIdentifier(v string) *UpdateProtectedQueryInput

SetMembershipIdentifier sets the MembershipIdentifier field's value.

func (*UpdateProtectedQueryInput) SetProtectedQueryIdentifier

func (s *UpdateProtectedQueryInput) SetProtectedQueryIdentifier(v string) *UpdateProtectedQueryInput

SetProtectedQueryIdentifier sets the ProtectedQueryIdentifier field's value.

func (*UpdateProtectedQueryInput) SetTargetStatus

SetTargetStatus sets the TargetStatus field's value.

func (UpdateProtectedQueryInput) String

func (s UpdateProtectedQueryInput) 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 (*UpdateProtectedQueryInput) Validate

func (s *UpdateProtectedQueryInput) Validate() error

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

type UpdateProtectedQueryOutput

type UpdateProtectedQueryOutput struct {

	// The protected query output.
	//
	// ProtectedQuery is a required field
	ProtectedQuery *ProtectedQuery `locationName:"protectedQuery" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProtectedQueryOutput) GoString

func (s UpdateProtectedQueryOutput) 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 (*UpdateProtectedQueryOutput) SetProtectedQuery

SetProtectedQuery sets the ProtectedQuery field's value.

func (UpdateProtectedQueryOutput) 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 ValidationException

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

	// Validation errors for specific input parameters.
	FieldList []*ValidationExceptionField `locationName:"fieldList" type:"list"`

	Message_ *string `locationName:"message" type:"string"`

	// A reason code for the exception.
	Reason *string `locationName:"reason" type:"string" enum:"ValidationExceptionReason"`
	// contains filtered or unexported fields
}

The input fails to satisfy the specified constraints.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) 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 (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

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

func (ValidationException) String

func (s ValidationException) 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 ValidationExceptionField

type ValidationExceptionField struct {

	// A message for the input validation error.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`

	// The name of the input parameter.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes validation errors for specific input parameters.

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) 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 (*ValidationExceptionField) SetMessage

SetMessage sets the Message field's value.

func (*ValidationExceptionField) SetName

SetName sets the Name field's value.

func (ValidationExceptionField) String

func (s ValidationExceptionField) 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".

Directories

Path Synopsis
Package cleanroomsiface provides an interface to enable mocking the AWS Clean Rooms Service service client for testing your code.
Package cleanroomsiface provides an interface to enable mocking the AWS Clean Rooms Service service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL