Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AnalyticsModeDisable + const AnalyticsModeEnable + const CompressionFormatBrotli + const CompressionFormatBzip2 + const CompressionFormatDeflate + const CompressionFormatGzip + const CompressionFormatLz4 + const CompressionFormatLzo + const CompressionFormatSnappy + const CompressionFormatZlib + const CompressionFormatZstd + const DatabaseOutputModeNewTable + const EncryptionModeSseKms + const EncryptionModeSseS3 + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeValidationException + const InputFormatCsv + const InputFormatExcel + const InputFormatJson + const InputFormatOrc + const InputFormatParquet + const JobRunStateFailed + const JobRunStateRunning + const JobRunStateStarting + const JobRunStateStopped + const JobRunStateStopping + const JobRunStateSucceeded + const JobRunStateTimeout + const JobTypeProfile + const JobTypeRecipe + const LogSubscriptionDisable + const LogSubscriptionEnable + const OrderAscending + const OrderDescending + const OrderedByLastModifiedDate + const OutputFormatAvro + const OutputFormatCsv + const OutputFormatGlueparquet + const OutputFormatJson + const OutputFormatOrc + const OutputFormatParquet + const OutputFormatTableauhyper + const OutputFormatXml + const ParameterTypeDatetime + const ParameterTypeNumber + const ParameterTypeString + const SampleModeCustomRows + const SampleModeFullDataset + const SampleTypeFirstN + const SampleTypeLastN + const SampleTypeRandom + const ServiceID + const ServiceName + const SessionStatusAssigned + const SessionStatusFailed + const SessionStatusInitializing + const SessionStatusProvisioning + const SessionStatusReady + const SessionStatusRecycling + const SessionStatusRotating + const SessionStatusTerminated + const SessionStatusTerminating + const SessionStatusUpdating + const SourceDataCatalog + const SourceDatabase + const SourceS3 + const ThresholdTypeGreaterThan + const ThresholdTypeGreaterThanOrEqual + const ThresholdTypeLessThan + const ThresholdTypeLessThanOrEqual + const ThresholdUnitCount + const ThresholdUnitPercentage + const ValidationModeCheckAll + func AnalyticsMode_Values() []string + func CompressionFormat_Values() []string + func DatabaseOutputMode_Values() []string + func EncryptionMode_Values() []string + func InputFormat_Values() []string + func JobRunState_Values() []string + func JobType_Values() []string + func LogSubscription_Values() []string + func Order_Values() []string + func OrderedBy_Values() []string + func OutputFormat_Values() []string + func ParameterType_Values() []string + func SampleMode_Values() []string + func SampleType_Values() []string + func SessionStatus_Values() []string + func Source_Values() []string + func ThresholdType_Values() []string + func ThresholdUnit_Values() []string + func ValidationMode_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AllowedStatistics struct + Statistics []*string + func (s *AllowedStatistics) SetStatistics(v []*string) *AllowedStatistics + func (s *AllowedStatistics) Validate() error + func (s AllowedStatistics) GoString() string + func (s AllowedStatistics) String() string + type BatchDeleteRecipeVersionInput struct + Name *string + RecipeVersions []*string + func (s *BatchDeleteRecipeVersionInput) SetName(v string) *BatchDeleteRecipeVersionInput + func (s *BatchDeleteRecipeVersionInput) SetRecipeVersions(v []*string) *BatchDeleteRecipeVersionInput + func (s *BatchDeleteRecipeVersionInput) Validate() error + func (s BatchDeleteRecipeVersionInput) GoString() string + func (s BatchDeleteRecipeVersionInput) String() string + type BatchDeleteRecipeVersionOutput struct + Errors []*RecipeVersionErrorDetail + Name *string + func (s *BatchDeleteRecipeVersionOutput) SetErrors(v []*RecipeVersionErrorDetail) *BatchDeleteRecipeVersionOutput + func (s *BatchDeleteRecipeVersionOutput) SetName(v string) *BatchDeleteRecipeVersionOutput + func (s BatchDeleteRecipeVersionOutput) GoString() string + func (s BatchDeleteRecipeVersionOutput) String() string + type ColumnSelector struct + Name *string + Regex *string + func (s *ColumnSelector) SetName(v string) *ColumnSelector + func (s *ColumnSelector) SetRegex(v string) *ColumnSelector + func (s *ColumnSelector) Validate() error + func (s ColumnSelector) GoString() string + func (s ColumnSelector) String() string + type ColumnStatisticsConfiguration struct + Selectors []*ColumnSelector + Statistics *StatisticsConfiguration + func (s *ColumnStatisticsConfiguration) SetSelectors(v []*ColumnSelector) *ColumnStatisticsConfiguration + func (s *ColumnStatisticsConfiguration) SetStatistics(v *StatisticsConfiguration) *ColumnStatisticsConfiguration + func (s *ColumnStatisticsConfiguration) Validate() error + func (s ColumnStatisticsConfiguration) GoString() string + func (s ColumnStatisticsConfiguration) String() string + type ConditionExpression struct + Condition *string + TargetColumn *string + Value *string + func (s *ConditionExpression) SetCondition(v string) *ConditionExpression + func (s *ConditionExpression) SetTargetColumn(v string) *ConditionExpression + func (s *ConditionExpression) SetValue(v string) *ConditionExpression + func (s *ConditionExpression) Validate() error + func (s ConditionExpression) GoString() string + func (s ConditionExpression) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateDatasetInput struct + Format *string + FormatOptions *FormatOptions + Input *Input + Name *string + PathOptions *PathOptions + Tags map[string]*string + func (s *CreateDatasetInput) SetFormat(v string) *CreateDatasetInput + func (s *CreateDatasetInput) SetFormatOptions(v *FormatOptions) *CreateDatasetInput + func (s *CreateDatasetInput) SetInput(v *Input) *CreateDatasetInput + func (s *CreateDatasetInput) SetName(v string) *CreateDatasetInput + func (s *CreateDatasetInput) SetPathOptions(v *PathOptions) *CreateDatasetInput + func (s *CreateDatasetInput) SetTags(v map[string]*string) *CreateDatasetInput + func (s *CreateDatasetInput) Validate() error + func (s CreateDatasetInput) GoString() string + func (s CreateDatasetInput) String() string + type CreateDatasetOutput struct + Name *string + func (s *CreateDatasetOutput) SetName(v string) *CreateDatasetOutput + func (s CreateDatasetOutput) GoString() string + func (s CreateDatasetOutput) String() string + type CreateProfileJobInput struct + Configuration *ProfileConfiguration + DatasetName *string + EncryptionKeyArn *string + EncryptionMode *string + JobSample *JobSample + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + OutputLocation *S3Location + RoleArn *string + Tags map[string]*string + Timeout *int64 + ValidationConfigurations []*ValidationConfiguration + func (s *CreateProfileJobInput) SetConfiguration(v *ProfileConfiguration) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetDatasetName(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetEncryptionKeyArn(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetEncryptionMode(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetJobSample(v *JobSample) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetLogSubscription(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetMaxCapacity(v int64) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetMaxRetries(v int64) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetName(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetOutputLocation(v *S3Location) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetRoleArn(v string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetTags(v map[string]*string) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetTimeout(v int64) *CreateProfileJobInput + func (s *CreateProfileJobInput) SetValidationConfigurations(v []*ValidationConfiguration) *CreateProfileJobInput + func (s *CreateProfileJobInput) Validate() error + func (s CreateProfileJobInput) GoString() string + func (s CreateProfileJobInput) String() string + type CreateProfileJobOutput struct + Name *string + func (s *CreateProfileJobOutput) SetName(v string) *CreateProfileJobOutput + func (s CreateProfileJobOutput) GoString() string + func (s CreateProfileJobOutput) String() string + type CreateProjectInput struct + DatasetName *string + Name *string + RecipeName *string + RoleArn *string + Sample *Sample + Tags map[string]*string + func (s *CreateProjectInput) SetDatasetName(v string) *CreateProjectInput + func (s *CreateProjectInput) SetName(v string) *CreateProjectInput + func (s *CreateProjectInput) SetRecipeName(v string) *CreateProjectInput + func (s *CreateProjectInput) SetRoleArn(v string) *CreateProjectInput + func (s *CreateProjectInput) SetSample(v *Sample) *CreateProjectInput + func (s *CreateProjectInput) SetTags(v map[string]*string) *CreateProjectInput + func (s *CreateProjectInput) Validate() error + func (s CreateProjectInput) GoString() string + func (s CreateProjectInput) String() string + type CreateProjectOutput struct + Name *string + func (s *CreateProjectOutput) SetName(v string) *CreateProjectOutput + func (s CreateProjectOutput) GoString() string + func (s CreateProjectOutput) String() string + type CreateRecipeInput struct + Description *string + Name *string + Steps []*RecipeStep + Tags map[string]*string + func (s *CreateRecipeInput) SetDescription(v string) *CreateRecipeInput + func (s *CreateRecipeInput) SetName(v string) *CreateRecipeInput + func (s *CreateRecipeInput) SetSteps(v []*RecipeStep) *CreateRecipeInput + func (s *CreateRecipeInput) SetTags(v map[string]*string) *CreateRecipeInput + func (s *CreateRecipeInput) Validate() error + func (s CreateRecipeInput) GoString() string + func (s CreateRecipeInput) String() string + type CreateRecipeJobInput struct + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + DatasetName *string + EncryptionKeyArn *string + EncryptionMode *string + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + Outputs []*Output + ProjectName *string + RecipeReference *RecipeReference + RoleArn *string + Tags map[string]*string + Timeout *int64 + func (s *CreateRecipeJobInput) SetDataCatalogOutputs(v []*DataCatalogOutput_) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetDatabaseOutputs(v []*DatabaseOutput_) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetDatasetName(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetEncryptionKeyArn(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetEncryptionMode(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetLogSubscription(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetMaxCapacity(v int64) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetMaxRetries(v int64) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetName(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetOutputs(v []*Output) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetProjectName(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetRecipeReference(v *RecipeReference) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetRoleArn(v string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetTags(v map[string]*string) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) SetTimeout(v int64) *CreateRecipeJobInput + func (s *CreateRecipeJobInput) Validate() error + func (s CreateRecipeJobInput) GoString() string + func (s CreateRecipeJobInput) String() string + type CreateRecipeJobOutput struct + Name *string + func (s *CreateRecipeJobOutput) SetName(v string) *CreateRecipeJobOutput + func (s CreateRecipeJobOutput) GoString() string + func (s CreateRecipeJobOutput) String() string + type CreateRecipeOutput struct + Name *string + func (s *CreateRecipeOutput) SetName(v string) *CreateRecipeOutput + func (s CreateRecipeOutput) GoString() string + func (s CreateRecipeOutput) String() string + type CreateRulesetInput struct + Description *string + Name *string + Rules []*Rule + Tags map[string]*string + TargetArn *string + func (s *CreateRulesetInput) SetDescription(v string) *CreateRulesetInput + func (s *CreateRulesetInput) SetName(v string) *CreateRulesetInput + func (s *CreateRulesetInput) SetRules(v []*Rule) *CreateRulesetInput + func (s *CreateRulesetInput) SetTags(v map[string]*string) *CreateRulesetInput + func (s *CreateRulesetInput) SetTargetArn(v string) *CreateRulesetInput + func (s *CreateRulesetInput) Validate() error + func (s CreateRulesetInput) GoString() string + func (s CreateRulesetInput) String() string + type CreateRulesetOutput struct + Name *string + func (s *CreateRulesetOutput) SetName(v string) *CreateRulesetOutput + func (s CreateRulesetOutput) GoString() string + func (s CreateRulesetOutput) String() string + type CreateScheduleInput struct + CronExpression *string + JobNames []*string + Name *string + Tags map[string]*string + func (s *CreateScheduleInput) SetCronExpression(v string) *CreateScheduleInput + func (s *CreateScheduleInput) SetJobNames(v []*string) *CreateScheduleInput + func (s *CreateScheduleInput) SetName(v string) *CreateScheduleInput + func (s *CreateScheduleInput) SetTags(v map[string]*string) *CreateScheduleInput + func (s *CreateScheduleInput) Validate() error + func (s CreateScheduleInput) GoString() string + func (s CreateScheduleInput) String() string + type CreateScheduleOutput struct + Name *string + func (s *CreateScheduleOutput) SetName(v string) *CreateScheduleOutput + func (s CreateScheduleOutput) GoString() string + func (s CreateScheduleOutput) String() string + type CsvOptions struct + Delimiter *string + HeaderRow *bool + func (s *CsvOptions) SetDelimiter(v string) *CsvOptions + func (s *CsvOptions) SetHeaderRow(v bool) *CsvOptions + func (s *CsvOptions) Validate() error + func (s CsvOptions) GoString() string + func (s CsvOptions) String() string + type CsvOutputOptions struct + Delimiter *string + func (s *CsvOutputOptions) SetDelimiter(v string) *CsvOutputOptions + func (s *CsvOutputOptions) Validate() error + func (s CsvOutputOptions) GoString() string + func (s CsvOutputOptions) String() string + type DataCatalogInputDefinition struct + CatalogId *string + DatabaseName *string + TableName *string + TempDirectory *S3Location + func (s *DataCatalogInputDefinition) SetCatalogId(v string) *DataCatalogInputDefinition + func (s *DataCatalogInputDefinition) SetDatabaseName(v string) *DataCatalogInputDefinition + func (s *DataCatalogInputDefinition) SetTableName(v string) *DataCatalogInputDefinition + func (s *DataCatalogInputDefinition) SetTempDirectory(v *S3Location) *DataCatalogInputDefinition + func (s *DataCatalogInputDefinition) Validate() error + func (s DataCatalogInputDefinition) GoString() string + func (s DataCatalogInputDefinition) String() string + type DataCatalogOutput_ struct + CatalogId *string + DatabaseName *string + DatabaseOptions *DatabaseTableOutputOptions + Overwrite *bool + S3Options *S3TableOutputOptions + TableName *string + func (s *DataCatalogOutput_) SetCatalogId(v string) *DataCatalogOutput_ + func (s *DataCatalogOutput_) SetDatabaseName(v string) *DataCatalogOutput_ + func (s *DataCatalogOutput_) SetDatabaseOptions(v *DatabaseTableOutputOptions) *DataCatalogOutput_ + func (s *DataCatalogOutput_) SetOverwrite(v bool) *DataCatalogOutput_ + func (s *DataCatalogOutput_) SetS3Options(v *S3TableOutputOptions) *DataCatalogOutput_ + func (s *DataCatalogOutput_) SetTableName(v string) *DataCatalogOutput_ + func (s *DataCatalogOutput_) Validate() error + func (s DataCatalogOutput_) GoString() string + func (s DataCatalogOutput_) String() string + type DatabaseInputDefinition struct + DatabaseTableName *string + GlueConnectionName *string + QueryString *string + TempDirectory *S3Location + func (s *DatabaseInputDefinition) SetDatabaseTableName(v string) *DatabaseInputDefinition + func (s *DatabaseInputDefinition) SetGlueConnectionName(v string) *DatabaseInputDefinition + func (s *DatabaseInputDefinition) SetQueryString(v string) *DatabaseInputDefinition + func (s *DatabaseInputDefinition) SetTempDirectory(v *S3Location) *DatabaseInputDefinition + func (s *DatabaseInputDefinition) Validate() error + func (s DatabaseInputDefinition) GoString() string + func (s DatabaseInputDefinition) String() string + type DatabaseOutput_ struct + DatabaseOptions *DatabaseTableOutputOptions + DatabaseOutputMode *string + GlueConnectionName *string + func (s *DatabaseOutput_) SetDatabaseOptions(v *DatabaseTableOutputOptions) *DatabaseOutput_ + func (s *DatabaseOutput_) SetDatabaseOutputMode(v string) *DatabaseOutput_ + func (s *DatabaseOutput_) SetGlueConnectionName(v string) *DatabaseOutput_ + func (s *DatabaseOutput_) Validate() error + func (s DatabaseOutput_) GoString() string + func (s DatabaseOutput_) String() string + type DatabaseTableOutputOptions struct + TableName *string + TempDirectory *S3Location + func (s *DatabaseTableOutputOptions) SetTableName(v string) *DatabaseTableOutputOptions + func (s *DatabaseTableOutputOptions) SetTempDirectory(v *S3Location) *DatabaseTableOutputOptions + func (s *DatabaseTableOutputOptions) Validate() error + func (s DatabaseTableOutputOptions) GoString() string + func (s DatabaseTableOutputOptions) String() string + type Dataset struct + AccountId *string + CreateDate *time.Time + CreatedBy *string + Format *string + FormatOptions *FormatOptions + Input *Input + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + PathOptions *PathOptions + ResourceArn *string + Source *string + Tags map[string]*string + func (s *Dataset) SetAccountId(v string) *Dataset + func (s *Dataset) SetCreateDate(v time.Time) *Dataset + func (s *Dataset) SetCreatedBy(v string) *Dataset + func (s *Dataset) SetFormat(v string) *Dataset + func (s *Dataset) SetFormatOptions(v *FormatOptions) *Dataset + func (s *Dataset) SetInput(v *Input) *Dataset + func (s *Dataset) SetLastModifiedBy(v string) *Dataset + func (s *Dataset) SetLastModifiedDate(v time.Time) *Dataset + func (s *Dataset) SetName(v string) *Dataset + func (s *Dataset) SetPathOptions(v *PathOptions) *Dataset + func (s *Dataset) SetResourceArn(v string) *Dataset + func (s *Dataset) SetSource(v string) *Dataset + func (s *Dataset) SetTags(v map[string]*string) *Dataset + func (s Dataset) GoString() string + func (s Dataset) String() string + type DatasetParameter struct + CreateColumn *bool + DatetimeOptions *DatetimeOptions + Filter *FilterExpression + Name *string + Type *string + func (s *DatasetParameter) SetCreateColumn(v bool) *DatasetParameter + func (s *DatasetParameter) SetDatetimeOptions(v *DatetimeOptions) *DatasetParameter + func (s *DatasetParameter) SetFilter(v *FilterExpression) *DatasetParameter + func (s *DatasetParameter) SetName(v string) *DatasetParameter + func (s *DatasetParameter) SetType(v string) *DatasetParameter + func (s *DatasetParameter) Validate() error + func (s DatasetParameter) GoString() string + func (s DatasetParameter) String() string + type DatetimeOptions struct + Format *string + LocaleCode *string + TimezoneOffset *string + func (s *DatetimeOptions) SetFormat(v string) *DatetimeOptions + func (s *DatetimeOptions) SetLocaleCode(v string) *DatetimeOptions + func (s *DatetimeOptions) SetTimezoneOffset(v string) *DatetimeOptions + func (s *DatetimeOptions) Validate() error + func (s DatetimeOptions) GoString() string + func (s DatetimeOptions) String() string + type DeleteDatasetInput struct + Name *string + func (s *DeleteDatasetInput) SetName(v string) *DeleteDatasetInput + func (s *DeleteDatasetInput) Validate() error + func (s DeleteDatasetInput) GoString() string + func (s DeleteDatasetInput) String() string + type DeleteDatasetOutput struct + Name *string + func (s *DeleteDatasetOutput) SetName(v string) *DeleteDatasetOutput + func (s DeleteDatasetOutput) GoString() string + func (s DeleteDatasetOutput) String() string + type DeleteJobInput struct + Name *string + func (s *DeleteJobInput) SetName(v string) *DeleteJobInput + func (s *DeleteJobInput) Validate() error + func (s DeleteJobInput) GoString() string + func (s DeleteJobInput) String() string + type DeleteJobOutput struct + Name *string + func (s *DeleteJobOutput) SetName(v string) *DeleteJobOutput + func (s DeleteJobOutput) GoString() string + func (s DeleteJobOutput) String() string + type DeleteProjectInput struct + Name *string + func (s *DeleteProjectInput) SetName(v string) *DeleteProjectInput + func (s *DeleteProjectInput) Validate() error + func (s DeleteProjectInput) GoString() string + func (s DeleteProjectInput) String() string + type DeleteProjectOutput struct + Name *string + func (s *DeleteProjectOutput) SetName(v string) *DeleteProjectOutput + func (s DeleteProjectOutput) GoString() string + func (s DeleteProjectOutput) String() string + type DeleteRecipeVersionInput struct + Name *string + RecipeVersion *string + func (s *DeleteRecipeVersionInput) SetName(v string) *DeleteRecipeVersionInput + func (s *DeleteRecipeVersionInput) SetRecipeVersion(v string) *DeleteRecipeVersionInput + func (s *DeleteRecipeVersionInput) Validate() error + func (s DeleteRecipeVersionInput) GoString() string + func (s DeleteRecipeVersionInput) String() string + type DeleteRecipeVersionOutput struct + Name *string + RecipeVersion *string + func (s *DeleteRecipeVersionOutput) SetName(v string) *DeleteRecipeVersionOutput + func (s *DeleteRecipeVersionOutput) SetRecipeVersion(v string) *DeleteRecipeVersionOutput + func (s DeleteRecipeVersionOutput) GoString() string + func (s DeleteRecipeVersionOutput) String() string + type DeleteRulesetInput struct + Name *string + func (s *DeleteRulesetInput) SetName(v string) *DeleteRulesetInput + func (s *DeleteRulesetInput) Validate() error + func (s DeleteRulesetInput) GoString() string + func (s DeleteRulesetInput) String() string + type DeleteRulesetOutput struct + Name *string + func (s *DeleteRulesetOutput) SetName(v string) *DeleteRulesetOutput + func (s DeleteRulesetOutput) GoString() string + func (s DeleteRulesetOutput) String() string + type DeleteScheduleInput struct + Name *string + func (s *DeleteScheduleInput) SetName(v string) *DeleteScheduleInput + func (s *DeleteScheduleInput) Validate() error + func (s DeleteScheduleInput) GoString() string + func (s DeleteScheduleInput) String() string + type DeleteScheduleOutput struct + Name *string + func (s *DeleteScheduleOutput) SetName(v string) *DeleteScheduleOutput + func (s DeleteScheduleOutput) GoString() string + func (s DeleteScheduleOutput) String() string + type DescribeDatasetInput struct + Name *string + func (s *DescribeDatasetInput) SetName(v string) *DescribeDatasetInput + func (s *DescribeDatasetInput) Validate() error + func (s DescribeDatasetInput) GoString() string + func (s DescribeDatasetInput) String() string + type DescribeDatasetOutput struct + CreateDate *time.Time + CreatedBy *string + Format *string + FormatOptions *FormatOptions + Input *Input + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + PathOptions *PathOptions + ResourceArn *string + Source *string + Tags map[string]*string + func (s *DescribeDatasetOutput) SetCreateDate(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetCreatedBy(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetFormat(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetFormatOptions(v *FormatOptions) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetInput(v *Input) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetLastModifiedBy(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetLastModifiedDate(v time.Time) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetName(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetPathOptions(v *PathOptions) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetResourceArn(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetSource(v string) *DescribeDatasetOutput + func (s *DescribeDatasetOutput) SetTags(v map[string]*string) *DescribeDatasetOutput + func (s DescribeDatasetOutput) GoString() string + func (s DescribeDatasetOutput) String() string + type DescribeJobInput struct + Name *string + func (s *DescribeJobInput) SetName(v string) *DescribeJobInput + func (s *DescribeJobInput) Validate() error + func (s DescribeJobInput) GoString() string + func (s DescribeJobInput) String() string + type DescribeJobOutput struct + CreateDate *time.Time + CreatedBy *string + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + DatasetName *string + EncryptionKeyArn *string + EncryptionMode *string + JobSample *JobSample + LastModifiedBy *string + LastModifiedDate *time.Time + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + Outputs []*Output + ProfileConfiguration *ProfileConfiguration + ProjectName *string + RecipeReference *RecipeReference + ResourceArn *string + RoleArn *string + Tags map[string]*string + Timeout *int64 + Type *string + ValidationConfigurations []*ValidationConfiguration + func (s *DescribeJobOutput) SetCreateDate(v time.Time) *DescribeJobOutput + func (s *DescribeJobOutput) SetCreatedBy(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetDataCatalogOutputs(v []*DataCatalogOutput_) *DescribeJobOutput + func (s *DescribeJobOutput) SetDatabaseOutputs(v []*DatabaseOutput_) *DescribeJobOutput + func (s *DescribeJobOutput) SetDatasetName(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetEncryptionKeyArn(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetEncryptionMode(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetJobSample(v *JobSample) *DescribeJobOutput + func (s *DescribeJobOutput) SetLastModifiedBy(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetLastModifiedDate(v time.Time) *DescribeJobOutput + func (s *DescribeJobOutput) SetLogSubscription(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetMaxCapacity(v int64) *DescribeJobOutput + func (s *DescribeJobOutput) SetMaxRetries(v int64) *DescribeJobOutput + func (s *DescribeJobOutput) SetName(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetOutputs(v []*Output) *DescribeJobOutput + func (s *DescribeJobOutput) SetProfileConfiguration(v *ProfileConfiguration) *DescribeJobOutput + func (s *DescribeJobOutput) SetProjectName(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetRecipeReference(v *RecipeReference) *DescribeJobOutput + func (s *DescribeJobOutput) SetResourceArn(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetRoleArn(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetTags(v map[string]*string) *DescribeJobOutput + func (s *DescribeJobOutput) SetTimeout(v int64) *DescribeJobOutput + func (s *DescribeJobOutput) SetType(v string) *DescribeJobOutput + func (s *DescribeJobOutput) SetValidationConfigurations(v []*ValidationConfiguration) *DescribeJobOutput + func (s DescribeJobOutput) GoString() string + func (s DescribeJobOutput) String() string + type DescribeJobRunInput struct + Name *string + RunId *string + func (s *DescribeJobRunInput) SetName(v string) *DescribeJobRunInput + func (s *DescribeJobRunInput) SetRunId(v string) *DescribeJobRunInput + func (s *DescribeJobRunInput) Validate() error + func (s DescribeJobRunInput) GoString() string + func (s DescribeJobRunInput) String() string + type DescribeJobRunOutput struct + Attempt *int64 + CompletedOn *time.Time + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + DatasetName *string + ErrorMessage *string + ExecutionTime *int64 + JobName *string + JobSample *JobSample + LogGroupName *string + LogSubscription *string + Outputs []*Output + ProfileConfiguration *ProfileConfiguration + RecipeReference *RecipeReference + RunId *string + StartedBy *string + StartedOn *time.Time + State *string + ValidationConfigurations []*ValidationConfiguration + func (s *DescribeJobRunOutput) SetAttempt(v int64) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetCompletedOn(v time.Time) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetDataCatalogOutputs(v []*DataCatalogOutput_) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetDatabaseOutputs(v []*DatabaseOutput_) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetDatasetName(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetErrorMessage(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetExecutionTime(v int64) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetJobName(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetJobSample(v *JobSample) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetLogGroupName(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetLogSubscription(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetOutputs(v []*Output) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetProfileConfiguration(v *ProfileConfiguration) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetRecipeReference(v *RecipeReference) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetRunId(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetStartedBy(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetStartedOn(v time.Time) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetState(v string) *DescribeJobRunOutput + func (s *DescribeJobRunOutput) SetValidationConfigurations(v []*ValidationConfiguration) *DescribeJobRunOutput + func (s DescribeJobRunOutput) GoString() string + func (s DescribeJobRunOutput) String() string + type DescribeProjectInput struct + Name *string + func (s *DescribeProjectInput) SetName(v string) *DescribeProjectInput + func (s *DescribeProjectInput) Validate() error + func (s DescribeProjectInput) GoString() string + func (s DescribeProjectInput) String() string + type DescribeProjectOutput struct + CreateDate *time.Time + CreatedBy *string + DatasetName *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + OpenDate *time.Time + OpenedBy *string + RecipeName *string + ResourceArn *string + RoleArn *string + Sample *Sample + SessionStatus *string + Tags map[string]*string + func (s *DescribeProjectOutput) SetCreateDate(v time.Time) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetCreatedBy(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetDatasetName(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetLastModifiedBy(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetLastModifiedDate(v time.Time) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetName(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetOpenDate(v time.Time) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetOpenedBy(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetRecipeName(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetResourceArn(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetRoleArn(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetSample(v *Sample) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetSessionStatus(v string) *DescribeProjectOutput + func (s *DescribeProjectOutput) SetTags(v map[string]*string) *DescribeProjectOutput + func (s DescribeProjectOutput) GoString() string + func (s DescribeProjectOutput) String() string + type DescribeRecipeInput struct + Name *string + RecipeVersion *string + func (s *DescribeRecipeInput) SetName(v string) *DescribeRecipeInput + func (s *DescribeRecipeInput) SetRecipeVersion(v string) *DescribeRecipeInput + func (s *DescribeRecipeInput) Validate() error + func (s DescribeRecipeInput) GoString() string + func (s DescribeRecipeInput) String() string + type DescribeRecipeOutput struct + CreateDate *time.Time + CreatedBy *string + Description *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ProjectName *string + PublishedBy *string + PublishedDate *time.Time + RecipeVersion *string + ResourceArn *string + Steps []*RecipeStep + Tags map[string]*string + func (s *DescribeRecipeOutput) SetCreateDate(v time.Time) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetCreatedBy(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetDescription(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetLastModifiedBy(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetLastModifiedDate(v time.Time) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetName(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetProjectName(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetPublishedBy(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetPublishedDate(v time.Time) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetRecipeVersion(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetResourceArn(v string) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetSteps(v []*RecipeStep) *DescribeRecipeOutput + func (s *DescribeRecipeOutput) SetTags(v map[string]*string) *DescribeRecipeOutput + func (s DescribeRecipeOutput) GoString() string + func (s DescribeRecipeOutput) String() string + type DescribeRulesetInput struct + Name *string + func (s *DescribeRulesetInput) SetName(v string) *DescribeRulesetInput + func (s *DescribeRulesetInput) Validate() error + func (s DescribeRulesetInput) GoString() string + func (s DescribeRulesetInput) String() string + type DescribeRulesetOutput struct + CreateDate *time.Time + CreatedBy *string + Description *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ResourceArn *string + Rules []*Rule + Tags map[string]*string + TargetArn *string + func (s *DescribeRulesetOutput) SetCreateDate(v time.Time) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetCreatedBy(v string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetDescription(v string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetLastModifiedBy(v string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetLastModifiedDate(v time.Time) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetName(v string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetResourceArn(v string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetRules(v []*Rule) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetTags(v map[string]*string) *DescribeRulesetOutput + func (s *DescribeRulesetOutput) SetTargetArn(v string) *DescribeRulesetOutput + func (s DescribeRulesetOutput) GoString() string + func (s DescribeRulesetOutput) String() string + type DescribeScheduleInput struct + Name *string + func (s *DescribeScheduleInput) SetName(v string) *DescribeScheduleInput + func (s *DescribeScheduleInput) Validate() error + func (s DescribeScheduleInput) GoString() string + func (s DescribeScheduleInput) String() string + type DescribeScheduleOutput struct + CreateDate *time.Time + CreatedBy *string + CronExpression *string + JobNames []*string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ResourceArn *string + Tags map[string]*string + func (s *DescribeScheduleOutput) SetCreateDate(v time.Time) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetCreatedBy(v string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetCronExpression(v string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetJobNames(v []*string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetLastModifiedBy(v string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetLastModifiedDate(v time.Time) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetName(v string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetResourceArn(v string) *DescribeScheduleOutput + func (s *DescribeScheduleOutput) SetTags(v map[string]*string) *DescribeScheduleOutput + func (s DescribeScheduleOutput) GoString() string + func (s DescribeScheduleOutput) String() string + type EntityDetectorConfiguration struct + AllowedStatistics []*AllowedStatistics + EntityTypes []*string + func (s *EntityDetectorConfiguration) SetAllowedStatistics(v []*AllowedStatistics) *EntityDetectorConfiguration + func (s *EntityDetectorConfiguration) SetEntityTypes(v []*string) *EntityDetectorConfiguration + func (s *EntityDetectorConfiguration) Validate() error + func (s EntityDetectorConfiguration) GoString() string + func (s EntityDetectorConfiguration) String() string + type ExcelOptions struct + HeaderRow *bool + SheetIndexes []*int64 + SheetNames []*string + func (s *ExcelOptions) SetHeaderRow(v bool) *ExcelOptions + func (s *ExcelOptions) SetSheetIndexes(v []*int64) *ExcelOptions + func (s *ExcelOptions) SetSheetNames(v []*string) *ExcelOptions + func (s *ExcelOptions) Validate() error + func (s ExcelOptions) GoString() string + func (s ExcelOptions) String() string + type FilesLimit struct + MaxFiles *int64 + Order *string + OrderedBy *string + func (s *FilesLimit) SetMaxFiles(v int64) *FilesLimit + func (s *FilesLimit) SetOrder(v string) *FilesLimit + func (s *FilesLimit) SetOrderedBy(v string) *FilesLimit + func (s *FilesLimit) Validate() error + func (s FilesLimit) GoString() string + func (s FilesLimit) String() string + type FilterExpression struct + Expression *string + ValuesMap map[string]*string + func (s *FilterExpression) SetExpression(v string) *FilterExpression + func (s *FilterExpression) SetValuesMap(v map[string]*string) *FilterExpression + func (s *FilterExpression) Validate() error + func (s FilterExpression) GoString() string + func (s FilterExpression) String() string + type FormatOptions struct + Csv *CsvOptions + Excel *ExcelOptions + Json *JsonOptions + func (s *FormatOptions) SetCsv(v *CsvOptions) *FormatOptions + func (s *FormatOptions) SetExcel(v *ExcelOptions) *FormatOptions + func (s *FormatOptions) SetJson(v *JsonOptions) *FormatOptions + func (s *FormatOptions) Validate() error + func (s FormatOptions) GoString() string + func (s FormatOptions) String() string + type GlueDataBrew struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *GlueDataBrew + func (c *GlueDataBrew) BatchDeleteRecipeVersion(input *BatchDeleteRecipeVersionInput) (*BatchDeleteRecipeVersionOutput, error) + func (c *GlueDataBrew) BatchDeleteRecipeVersionRequest(input *BatchDeleteRecipeVersionInput) (req *request.Request, output *BatchDeleteRecipeVersionOutput) + func (c *GlueDataBrew) BatchDeleteRecipeVersionWithContext(ctx aws.Context, input *BatchDeleteRecipeVersionInput, opts ...request.Option) (*BatchDeleteRecipeVersionOutput, error) + func (c *GlueDataBrew) CreateDataset(input *CreateDatasetInput) (*CreateDatasetOutput, error) + func (c *GlueDataBrew) CreateDatasetRequest(input *CreateDatasetInput) (req *request.Request, output *CreateDatasetOutput) + func (c *GlueDataBrew) CreateDatasetWithContext(ctx aws.Context, input *CreateDatasetInput, opts ...request.Option) (*CreateDatasetOutput, error) + func (c *GlueDataBrew) CreateProfileJob(input *CreateProfileJobInput) (*CreateProfileJobOutput, error) + func (c *GlueDataBrew) CreateProfileJobRequest(input *CreateProfileJobInput) (req *request.Request, output *CreateProfileJobOutput) + func (c *GlueDataBrew) CreateProfileJobWithContext(ctx aws.Context, input *CreateProfileJobInput, opts ...request.Option) (*CreateProfileJobOutput, error) + func (c *GlueDataBrew) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error) + func (c *GlueDataBrew) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput) + func (c *GlueDataBrew) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error) + func (c *GlueDataBrew) CreateRecipe(input *CreateRecipeInput) (*CreateRecipeOutput, error) + func (c *GlueDataBrew) CreateRecipeJob(input *CreateRecipeJobInput) (*CreateRecipeJobOutput, error) + func (c *GlueDataBrew) CreateRecipeJobRequest(input *CreateRecipeJobInput) (req *request.Request, output *CreateRecipeJobOutput) + func (c *GlueDataBrew) CreateRecipeJobWithContext(ctx aws.Context, input *CreateRecipeJobInput, opts ...request.Option) (*CreateRecipeJobOutput, error) + func (c *GlueDataBrew) CreateRecipeRequest(input *CreateRecipeInput) (req *request.Request, output *CreateRecipeOutput) + func (c *GlueDataBrew) CreateRecipeWithContext(ctx aws.Context, input *CreateRecipeInput, opts ...request.Option) (*CreateRecipeOutput, error) + func (c *GlueDataBrew) CreateRuleset(input *CreateRulesetInput) (*CreateRulesetOutput, error) + func (c *GlueDataBrew) CreateRulesetRequest(input *CreateRulesetInput) (req *request.Request, output *CreateRulesetOutput) + func (c *GlueDataBrew) CreateRulesetWithContext(ctx aws.Context, input *CreateRulesetInput, opts ...request.Option) (*CreateRulesetOutput, error) + func (c *GlueDataBrew) CreateSchedule(input *CreateScheduleInput) (*CreateScheduleOutput, error) + func (c *GlueDataBrew) CreateScheduleRequest(input *CreateScheduleInput) (req *request.Request, output *CreateScheduleOutput) + func (c *GlueDataBrew) CreateScheduleWithContext(ctx aws.Context, input *CreateScheduleInput, opts ...request.Option) (*CreateScheduleOutput, error) + func (c *GlueDataBrew) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error) + func (c *GlueDataBrew) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput) + func (c *GlueDataBrew) DeleteDatasetWithContext(ctx aws.Context, input *DeleteDatasetInput, opts ...request.Option) (*DeleteDatasetOutput, error) + func (c *GlueDataBrew) DeleteJob(input *DeleteJobInput) (*DeleteJobOutput, error) + func (c *GlueDataBrew) DeleteJobRequest(input *DeleteJobInput) (req *request.Request, output *DeleteJobOutput) + func (c *GlueDataBrew) DeleteJobWithContext(ctx aws.Context, input *DeleteJobInput, opts ...request.Option) (*DeleteJobOutput, error) + func (c *GlueDataBrew) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error) + func (c *GlueDataBrew) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput) + func (c *GlueDataBrew) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error) + func (c *GlueDataBrew) DeleteRecipeVersion(input *DeleteRecipeVersionInput) (*DeleteRecipeVersionOutput, error) + func (c *GlueDataBrew) DeleteRecipeVersionRequest(input *DeleteRecipeVersionInput) (req *request.Request, output *DeleteRecipeVersionOutput) + func (c *GlueDataBrew) DeleteRecipeVersionWithContext(ctx aws.Context, input *DeleteRecipeVersionInput, opts ...request.Option) (*DeleteRecipeVersionOutput, error) + func (c *GlueDataBrew) DeleteRuleset(input *DeleteRulesetInput) (*DeleteRulesetOutput, error) + func (c *GlueDataBrew) DeleteRulesetRequest(input *DeleteRulesetInput) (req *request.Request, output *DeleteRulesetOutput) + func (c *GlueDataBrew) DeleteRulesetWithContext(ctx aws.Context, input *DeleteRulesetInput, opts ...request.Option) (*DeleteRulesetOutput, error) + func (c *GlueDataBrew) DeleteSchedule(input *DeleteScheduleInput) (*DeleteScheduleOutput, error) + func (c *GlueDataBrew) DeleteScheduleRequest(input *DeleteScheduleInput) (req *request.Request, output *DeleteScheduleOutput) + func (c *GlueDataBrew) DeleteScheduleWithContext(ctx aws.Context, input *DeleteScheduleInput, opts ...request.Option) (*DeleteScheduleOutput, error) + func (c *GlueDataBrew) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error) + func (c *GlueDataBrew) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput) + func (c *GlueDataBrew) DescribeDatasetWithContext(ctx aws.Context, input *DescribeDatasetInput, opts ...request.Option) (*DescribeDatasetOutput, error) + func (c *GlueDataBrew) DescribeJob(input *DescribeJobInput) (*DescribeJobOutput, error) + func (c *GlueDataBrew) DescribeJobRequest(input *DescribeJobInput) (req *request.Request, output *DescribeJobOutput) + func (c *GlueDataBrew) DescribeJobRun(input *DescribeJobRunInput) (*DescribeJobRunOutput, error) + func (c *GlueDataBrew) DescribeJobRunRequest(input *DescribeJobRunInput) (req *request.Request, output *DescribeJobRunOutput) + func (c *GlueDataBrew) DescribeJobRunWithContext(ctx aws.Context, input *DescribeJobRunInput, opts ...request.Option) (*DescribeJobRunOutput, error) + func (c *GlueDataBrew) DescribeJobWithContext(ctx aws.Context, input *DescribeJobInput, opts ...request.Option) (*DescribeJobOutput, error) + func (c *GlueDataBrew) DescribeProject(input *DescribeProjectInput) (*DescribeProjectOutput, error) + func (c *GlueDataBrew) DescribeProjectRequest(input *DescribeProjectInput) (req *request.Request, output *DescribeProjectOutput) + func (c *GlueDataBrew) DescribeProjectWithContext(ctx aws.Context, input *DescribeProjectInput, opts ...request.Option) (*DescribeProjectOutput, error) + func (c *GlueDataBrew) DescribeRecipe(input *DescribeRecipeInput) (*DescribeRecipeOutput, error) + func (c *GlueDataBrew) DescribeRecipeRequest(input *DescribeRecipeInput) (req *request.Request, output *DescribeRecipeOutput) + func (c *GlueDataBrew) DescribeRecipeWithContext(ctx aws.Context, input *DescribeRecipeInput, opts ...request.Option) (*DescribeRecipeOutput, error) + func (c *GlueDataBrew) DescribeRuleset(input *DescribeRulesetInput) (*DescribeRulesetOutput, error) + func (c *GlueDataBrew) DescribeRulesetRequest(input *DescribeRulesetInput) (req *request.Request, output *DescribeRulesetOutput) + func (c *GlueDataBrew) DescribeRulesetWithContext(ctx aws.Context, input *DescribeRulesetInput, opts ...request.Option) (*DescribeRulesetOutput, error) + func (c *GlueDataBrew) DescribeSchedule(input *DescribeScheduleInput) (*DescribeScheduleOutput, error) + func (c *GlueDataBrew) DescribeScheduleRequest(input *DescribeScheduleInput) (req *request.Request, output *DescribeScheduleOutput) + func (c *GlueDataBrew) DescribeScheduleWithContext(ctx aws.Context, input *DescribeScheduleInput, opts ...request.Option) (*DescribeScheduleOutput, error) + func (c *GlueDataBrew) ListDatasets(input *ListDatasetsInput) (*ListDatasetsOutput, error) + func (c *GlueDataBrew) ListDatasetsPages(input *ListDatasetsInput, fn func(*ListDatasetsOutput, bool) bool) error + func (c *GlueDataBrew) ListDatasetsPagesWithContext(ctx aws.Context, input *ListDatasetsInput, ...) error + func (c *GlueDataBrew) ListDatasetsRequest(input *ListDatasetsInput) (req *request.Request, output *ListDatasetsOutput) + func (c *GlueDataBrew) ListDatasetsWithContext(ctx aws.Context, input *ListDatasetsInput, opts ...request.Option) (*ListDatasetsOutput, error) + func (c *GlueDataBrew) ListJobRuns(input *ListJobRunsInput) (*ListJobRunsOutput, error) + func (c *GlueDataBrew) ListJobRunsPages(input *ListJobRunsInput, fn func(*ListJobRunsOutput, bool) bool) error + func (c *GlueDataBrew) ListJobRunsPagesWithContext(ctx aws.Context, input *ListJobRunsInput, ...) error + func (c *GlueDataBrew) ListJobRunsRequest(input *ListJobRunsInput) (req *request.Request, output *ListJobRunsOutput) + func (c *GlueDataBrew) ListJobRunsWithContext(ctx aws.Context, input *ListJobRunsInput, opts ...request.Option) (*ListJobRunsOutput, error) + func (c *GlueDataBrew) ListJobs(input *ListJobsInput) (*ListJobsOutput, error) + func (c *GlueDataBrew) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error + func (c *GlueDataBrew) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, ...) error + func (c *GlueDataBrew) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput) + func (c *GlueDataBrew) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error) + func (c *GlueDataBrew) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error) + func (c *GlueDataBrew) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error + func (c *GlueDataBrew) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, ...) error + func (c *GlueDataBrew) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput) + func (c *GlueDataBrew) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error) + func (c *GlueDataBrew) ListRecipeVersions(input *ListRecipeVersionsInput) (*ListRecipeVersionsOutput, error) + func (c *GlueDataBrew) ListRecipeVersionsPages(input *ListRecipeVersionsInput, fn func(*ListRecipeVersionsOutput, bool) bool) error + func (c *GlueDataBrew) ListRecipeVersionsPagesWithContext(ctx aws.Context, input *ListRecipeVersionsInput, ...) error + func (c *GlueDataBrew) ListRecipeVersionsRequest(input *ListRecipeVersionsInput) (req *request.Request, output *ListRecipeVersionsOutput) + func (c *GlueDataBrew) ListRecipeVersionsWithContext(ctx aws.Context, input *ListRecipeVersionsInput, opts ...request.Option) (*ListRecipeVersionsOutput, error) + func (c *GlueDataBrew) ListRecipes(input *ListRecipesInput) (*ListRecipesOutput, error) + func (c *GlueDataBrew) ListRecipesPages(input *ListRecipesInput, fn func(*ListRecipesOutput, bool) bool) error + func (c *GlueDataBrew) ListRecipesPagesWithContext(ctx aws.Context, input *ListRecipesInput, ...) error + func (c *GlueDataBrew) ListRecipesRequest(input *ListRecipesInput) (req *request.Request, output *ListRecipesOutput) + func (c *GlueDataBrew) ListRecipesWithContext(ctx aws.Context, input *ListRecipesInput, opts ...request.Option) (*ListRecipesOutput, error) + func (c *GlueDataBrew) ListRulesets(input *ListRulesetsInput) (*ListRulesetsOutput, error) + func (c *GlueDataBrew) ListRulesetsPages(input *ListRulesetsInput, fn func(*ListRulesetsOutput, bool) bool) error + func (c *GlueDataBrew) ListRulesetsPagesWithContext(ctx aws.Context, input *ListRulesetsInput, ...) error + func (c *GlueDataBrew) ListRulesetsRequest(input *ListRulesetsInput) (req *request.Request, output *ListRulesetsOutput) + func (c *GlueDataBrew) ListRulesetsWithContext(ctx aws.Context, input *ListRulesetsInput, opts ...request.Option) (*ListRulesetsOutput, error) + func (c *GlueDataBrew) ListSchedules(input *ListSchedulesInput) (*ListSchedulesOutput, error) + func (c *GlueDataBrew) ListSchedulesPages(input *ListSchedulesInput, fn func(*ListSchedulesOutput, bool) bool) error + func (c *GlueDataBrew) ListSchedulesPagesWithContext(ctx aws.Context, input *ListSchedulesInput, ...) error + func (c *GlueDataBrew) ListSchedulesRequest(input *ListSchedulesInput) (req *request.Request, output *ListSchedulesOutput) + func (c *GlueDataBrew) ListSchedulesWithContext(ctx aws.Context, input *ListSchedulesInput, opts ...request.Option) (*ListSchedulesOutput, error) + func (c *GlueDataBrew) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *GlueDataBrew) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *GlueDataBrew) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *GlueDataBrew) PublishRecipe(input *PublishRecipeInput) (*PublishRecipeOutput, error) + func (c *GlueDataBrew) PublishRecipeRequest(input *PublishRecipeInput) (req *request.Request, output *PublishRecipeOutput) + func (c *GlueDataBrew) PublishRecipeWithContext(ctx aws.Context, input *PublishRecipeInput, opts ...request.Option) (*PublishRecipeOutput, error) + func (c *GlueDataBrew) SendProjectSessionAction(input *SendProjectSessionActionInput) (*SendProjectSessionActionOutput, error) + func (c *GlueDataBrew) SendProjectSessionActionRequest(input *SendProjectSessionActionInput) (req *request.Request, output *SendProjectSessionActionOutput) + func (c *GlueDataBrew) SendProjectSessionActionWithContext(ctx aws.Context, input *SendProjectSessionActionInput, opts ...request.Option) (*SendProjectSessionActionOutput, error) + func (c *GlueDataBrew) StartJobRun(input *StartJobRunInput) (*StartJobRunOutput, error) + func (c *GlueDataBrew) StartJobRunRequest(input *StartJobRunInput) (req *request.Request, output *StartJobRunOutput) + func (c *GlueDataBrew) StartJobRunWithContext(ctx aws.Context, input *StartJobRunInput, opts ...request.Option) (*StartJobRunOutput, error) + func (c *GlueDataBrew) StartProjectSession(input *StartProjectSessionInput) (*StartProjectSessionOutput, error) + func (c *GlueDataBrew) StartProjectSessionRequest(input *StartProjectSessionInput) (req *request.Request, output *StartProjectSessionOutput) + func (c *GlueDataBrew) StartProjectSessionWithContext(ctx aws.Context, input *StartProjectSessionInput, opts ...request.Option) (*StartProjectSessionOutput, error) + func (c *GlueDataBrew) StopJobRun(input *StopJobRunInput) (*StopJobRunOutput, error) + func (c *GlueDataBrew) StopJobRunRequest(input *StopJobRunInput) (req *request.Request, output *StopJobRunOutput) + func (c *GlueDataBrew) StopJobRunWithContext(ctx aws.Context, input *StopJobRunInput, opts ...request.Option) (*StopJobRunOutput, error) + func (c *GlueDataBrew) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *GlueDataBrew) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *GlueDataBrew) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *GlueDataBrew) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *GlueDataBrew) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *GlueDataBrew) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *GlueDataBrew) UpdateDataset(input *UpdateDatasetInput) (*UpdateDatasetOutput, error) + func (c *GlueDataBrew) UpdateDatasetRequest(input *UpdateDatasetInput) (req *request.Request, output *UpdateDatasetOutput) + func (c *GlueDataBrew) UpdateDatasetWithContext(ctx aws.Context, input *UpdateDatasetInput, opts ...request.Option) (*UpdateDatasetOutput, error) + func (c *GlueDataBrew) UpdateProfileJob(input *UpdateProfileJobInput) (*UpdateProfileJobOutput, error) + func (c *GlueDataBrew) UpdateProfileJobRequest(input *UpdateProfileJobInput) (req *request.Request, output *UpdateProfileJobOutput) + func (c *GlueDataBrew) UpdateProfileJobWithContext(ctx aws.Context, input *UpdateProfileJobInput, opts ...request.Option) (*UpdateProfileJobOutput, error) + func (c *GlueDataBrew) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error) + func (c *GlueDataBrew) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput) + func (c *GlueDataBrew) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error) + func (c *GlueDataBrew) UpdateRecipe(input *UpdateRecipeInput) (*UpdateRecipeOutput, error) + func (c *GlueDataBrew) UpdateRecipeJob(input *UpdateRecipeJobInput) (*UpdateRecipeJobOutput, error) + func (c *GlueDataBrew) UpdateRecipeJobRequest(input *UpdateRecipeJobInput) (req *request.Request, output *UpdateRecipeJobOutput) + func (c *GlueDataBrew) UpdateRecipeJobWithContext(ctx aws.Context, input *UpdateRecipeJobInput, opts ...request.Option) (*UpdateRecipeJobOutput, error) + func (c *GlueDataBrew) UpdateRecipeRequest(input *UpdateRecipeInput) (req *request.Request, output *UpdateRecipeOutput) + func (c *GlueDataBrew) UpdateRecipeWithContext(ctx aws.Context, input *UpdateRecipeInput, opts ...request.Option) (*UpdateRecipeOutput, error) + func (c *GlueDataBrew) UpdateRuleset(input *UpdateRulesetInput) (*UpdateRulesetOutput, error) + func (c *GlueDataBrew) UpdateRulesetRequest(input *UpdateRulesetInput) (req *request.Request, output *UpdateRulesetOutput) + func (c *GlueDataBrew) UpdateRulesetWithContext(ctx aws.Context, input *UpdateRulesetInput, opts ...request.Option) (*UpdateRulesetOutput, error) + func (c *GlueDataBrew) UpdateSchedule(input *UpdateScheduleInput) (*UpdateScheduleOutput, error) + func (c *GlueDataBrew) UpdateScheduleRequest(input *UpdateScheduleInput) (req *request.Request, output *UpdateScheduleOutput) + func (c *GlueDataBrew) UpdateScheduleWithContext(ctx aws.Context, input *UpdateScheduleInput, opts ...request.Option) (*UpdateScheduleOutput, error) + type Input struct + DataCatalogInputDefinition *DataCatalogInputDefinition + DatabaseInputDefinition *DatabaseInputDefinition + Metadata *Metadata + S3InputDefinition *S3Location + func (s *Input) SetDataCatalogInputDefinition(v *DataCatalogInputDefinition) *Input + func (s *Input) SetDatabaseInputDefinition(v *DatabaseInputDefinition) *Input + func (s *Input) SetMetadata(v *Metadata) *Input + func (s *Input) SetS3InputDefinition(v *S3Location) *Input + func (s *Input) Validate() error + func (s Input) GoString() string + func (s Input) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type Job struct + AccountId *string + CreateDate *time.Time + CreatedBy *string + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + DatasetName *string + EncryptionKeyArn *string + EncryptionMode *string + JobSample *JobSample + LastModifiedBy *string + LastModifiedDate *time.Time + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + Outputs []*Output + ProjectName *string + RecipeReference *RecipeReference + ResourceArn *string + RoleArn *string + Tags map[string]*string + Timeout *int64 + Type *string + ValidationConfigurations []*ValidationConfiguration + func (s *Job) SetAccountId(v string) *Job + func (s *Job) SetCreateDate(v time.Time) *Job + func (s *Job) SetCreatedBy(v string) *Job + func (s *Job) SetDataCatalogOutputs(v []*DataCatalogOutput_) *Job + func (s *Job) SetDatabaseOutputs(v []*DatabaseOutput_) *Job + func (s *Job) SetDatasetName(v string) *Job + func (s *Job) SetEncryptionKeyArn(v string) *Job + func (s *Job) SetEncryptionMode(v string) *Job + func (s *Job) SetJobSample(v *JobSample) *Job + func (s *Job) SetLastModifiedBy(v string) *Job + func (s *Job) SetLastModifiedDate(v time.Time) *Job + func (s *Job) SetLogSubscription(v string) *Job + func (s *Job) SetMaxCapacity(v int64) *Job + func (s *Job) SetMaxRetries(v int64) *Job + func (s *Job) SetName(v string) *Job + func (s *Job) SetOutputs(v []*Output) *Job + func (s *Job) SetProjectName(v string) *Job + func (s *Job) SetRecipeReference(v *RecipeReference) *Job + func (s *Job) SetResourceArn(v string) *Job + func (s *Job) SetRoleArn(v string) *Job + func (s *Job) SetTags(v map[string]*string) *Job + func (s *Job) SetTimeout(v int64) *Job + func (s *Job) SetType(v string) *Job + func (s *Job) SetValidationConfigurations(v []*ValidationConfiguration) *Job + func (s Job) GoString() string + func (s Job) String() string + type JobRun struct + Attempt *int64 + CompletedOn *time.Time + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + DatasetName *string + ErrorMessage *string + ExecutionTime *int64 + JobName *string + JobSample *JobSample + LogGroupName *string + LogSubscription *string + Outputs []*Output + RecipeReference *RecipeReference + RunId *string + StartedBy *string + StartedOn *time.Time + State *string + ValidationConfigurations []*ValidationConfiguration + func (s *JobRun) SetAttempt(v int64) *JobRun + func (s *JobRun) SetCompletedOn(v time.Time) *JobRun + func (s *JobRun) SetDataCatalogOutputs(v []*DataCatalogOutput_) *JobRun + func (s *JobRun) SetDatabaseOutputs(v []*DatabaseOutput_) *JobRun + func (s *JobRun) SetDatasetName(v string) *JobRun + func (s *JobRun) SetErrorMessage(v string) *JobRun + func (s *JobRun) SetExecutionTime(v int64) *JobRun + func (s *JobRun) SetJobName(v string) *JobRun + func (s *JobRun) SetJobSample(v *JobSample) *JobRun + func (s *JobRun) SetLogGroupName(v string) *JobRun + func (s *JobRun) SetLogSubscription(v string) *JobRun + func (s *JobRun) SetOutputs(v []*Output) *JobRun + func (s *JobRun) SetRecipeReference(v *RecipeReference) *JobRun + func (s *JobRun) SetRunId(v string) *JobRun + func (s *JobRun) SetStartedBy(v string) *JobRun + func (s *JobRun) SetStartedOn(v time.Time) *JobRun + func (s *JobRun) SetState(v string) *JobRun + func (s *JobRun) SetValidationConfigurations(v []*ValidationConfiguration) *JobRun + func (s JobRun) GoString() string + func (s JobRun) String() string + type JobSample struct + Mode *string + Size *int64 + func (s *JobSample) SetMode(v string) *JobSample + func (s *JobSample) SetSize(v int64) *JobSample + func (s JobSample) GoString() string + func (s JobSample) String() string + type JsonOptions struct + MultiLine *bool + func (s *JsonOptions) SetMultiLine(v bool) *JsonOptions + func (s JsonOptions) GoString() string + func (s JsonOptions) String() string + type ListDatasetsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDatasetsInput) SetMaxResults(v int64) *ListDatasetsInput + func (s *ListDatasetsInput) SetNextToken(v string) *ListDatasetsInput + func (s *ListDatasetsInput) Validate() error + func (s ListDatasetsInput) GoString() string + func (s ListDatasetsInput) String() string + type ListDatasetsOutput struct + Datasets []*Dataset + NextToken *string + func (s *ListDatasetsOutput) SetDatasets(v []*Dataset) *ListDatasetsOutput + func (s *ListDatasetsOutput) SetNextToken(v string) *ListDatasetsOutput + func (s ListDatasetsOutput) GoString() string + func (s ListDatasetsOutput) String() string + type ListJobRunsInput struct + MaxResults *int64 + Name *string + NextToken *string + func (s *ListJobRunsInput) SetMaxResults(v int64) *ListJobRunsInput + func (s *ListJobRunsInput) SetName(v string) *ListJobRunsInput + func (s *ListJobRunsInput) SetNextToken(v string) *ListJobRunsInput + func (s *ListJobRunsInput) Validate() error + func (s ListJobRunsInput) GoString() string + func (s ListJobRunsInput) String() string + type ListJobRunsOutput struct + JobRuns []*JobRun + NextToken *string + func (s *ListJobRunsOutput) SetJobRuns(v []*JobRun) *ListJobRunsOutput + func (s *ListJobRunsOutput) SetNextToken(v string) *ListJobRunsOutput + func (s ListJobRunsOutput) GoString() string + func (s ListJobRunsOutput) String() string + type ListJobsInput struct + DatasetName *string + MaxResults *int64 + NextToken *string + ProjectName *string + func (s *ListJobsInput) SetDatasetName(v string) *ListJobsInput + func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput + func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput + func (s *ListJobsInput) SetProjectName(v string) *ListJobsInput + func (s *ListJobsInput) Validate() error + func (s ListJobsInput) GoString() string + func (s ListJobsInput) String() string + type ListJobsOutput struct + Jobs []*Job + NextToken *string + func (s *ListJobsOutput) SetJobs(v []*Job) *ListJobsOutput + func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput + func (s ListJobsOutput) GoString() string + func (s ListJobsOutput) String() string + type ListProjectsInput struct + MaxResults *int64 + NextToken *string + func (s *ListProjectsInput) SetMaxResults(v int64) *ListProjectsInput + func (s *ListProjectsInput) SetNextToken(v string) *ListProjectsInput + func (s *ListProjectsInput) Validate() error + func (s ListProjectsInput) GoString() string + func (s ListProjectsInput) String() string + type ListProjectsOutput struct + NextToken *string + Projects []*Project + func (s *ListProjectsOutput) SetNextToken(v string) *ListProjectsOutput + func (s *ListProjectsOutput) SetProjects(v []*Project) *ListProjectsOutput + func (s ListProjectsOutput) GoString() string + func (s ListProjectsOutput) String() string + type ListRecipeVersionsInput struct + MaxResults *int64 + Name *string + NextToken *string + func (s *ListRecipeVersionsInput) SetMaxResults(v int64) *ListRecipeVersionsInput + func (s *ListRecipeVersionsInput) SetName(v string) *ListRecipeVersionsInput + func (s *ListRecipeVersionsInput) SetNextToken(v string) *ListRecipeVersionsInput + func (s *ListRecipeVersionsInput) Validate() error + func (s ListRecipeVersionsInput) GoString() string + func (s ListRecipeVersionsInput) String() string + type ListRecipeVersionsOutput struct + NextToken *string + Recipes []*Recipe + func (s *ListRecipeVersionsOutput) SetNextToken(v string) *ListRecipeVersionsOutput + func (s *ListRecipeVersionsOutput) SetRecipes(v []*Recipe) *ListRecipeVersionsOutput + func (s ListRecipeVersionsOutput) GoString() string + func (s ListRecipeVersionsOutput) String() string + type ListRecipesInput struct + MaxResults *int64 + NextToken *string + RecipeVersion *string + func (s *ListRecipesInput) SetMaxResults(v int64) *ListRecipesInput + func (s *ListRecipesInput) SetNextToken(v string) *ListRecipesInput + func (s *ListRecipesInput) SetRecipeVersion(v string) *ListRecipesInput + func (s *ListRecipesInput) Validate() error + func (s ListRecipesInput) GoString() string + func (s ListRecipesInput) String() string + type ListRecipesOutput struct + NextToken *string + Recipes []*Recipe + func (s *ListRecipesOutput) SetNextToken(v string) *ListRecipesOutput + func (s *ListRecipesOutput) SetRecipes(v []*Recipe) *ListRecipesOutput + func (s ListRecipesOutput) GoString() string + func (s ListRecipesOutput) String() string + type ListRulesetsInput struct + MaxResults *int64 + NextToken *string + TargetArn *string + func (s *ListRulesetsInput) SetMaxResults(v int64) *ListRulesetsInput + func (s *ListRulesetsInput) SetNextToken(v string) *ListRulesetsInput + func (s *ListRulesetsInput) SetTargetArn(v string) *ListRulesetsInput + func (s *ListRulesetsInput) Validate() error + func (s ListRulesetsInput) GoString() string + func (s ListRulesetsInput) String() string + type ListRulesetsOutput struct + NextToken *string + Rulesets []*RulesetItem + func (s *ListRulesetsOutput) SetNextToken(v string) *ListRulesetsOutput + func (s *ListRulesetsOutput) SetRulesets(v []*RulesetItem) *ListRulesetsOutput + func (s ListRulesetsOutput) GoString() string + func (s ListRulesetsOutput) String() string + type ListSchedulesInput struct + JobName *string + MaxResults *int64 + NextToken *string + func (s *ListSchedulesInput) SetJobName(v string) *ListSchedulesInput + func (s *ListSchedulesInput) SetMaxResults(v int64) *ListSchedulesInput + func (s *ListSchedulesInput) SetNextToken(v string) *ListSchedulesInput + func (s *ListSchedulesInput) Validate() error + func (s ListSchedulesInput) GoString() string + func (s ListSchedulesInput) String() string + type ListSchedulesOutput struct + NextToken *string + Schedules []*Schedule + func (s *ListSchedulesOutput) SetNextToken(v string) *ListSchedulesOutput + func (s *ListSchedulesOutput) SetSchedules(v []*Schedule) *ListSchedulesOutput + func (s ListSchedulesOutput) GoString() string + func (s ListSchedulesOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type Metadata struct + SourceArn *string + func (s *Metadata) SetSourceArn(v string) *Metadata + func (s *Metadata) Validate() error + func (s Metadata) GoString() string + func (s Metadata) String() string + type Output struct + CompressionFormat *string + Format *string + FormatOptions *OutputFormatOptions + Location *S3Location + MaxOutputFiles *int64 + Overwrite *bool + PartitionColumns []*string + func (s *Output) SetCompressionFormat(v string) *Output + func (s *Output) SetFormat(v string) *Output + func (s *Output) SetFormatOptions(v *OutputFormatOptions) *Output + func (s *Output) SetLocation(v *S3Location) *Output + func (s *Output) SetMaxOutputFiles(v int64) *Output + func (s *Output) SetOverwrite(v bool) *Output + func (s *Output) SetPartitionColumns(v []*string) *Output + func (s *Output) Validate() error + func (s Output) GoString() string + func (s Output) String() string + type OutputFormatOptions struct + Csv *CsvOutputOptions + func (s *OutputFormatOptions) SetCsv(v *CsvOutputOptions) *OutputFormatOptions + func (s *OutputFormatOptions) Validate() error + func (s OutputFormatOptions) GoString() string + func (s OutputFormatOptions) String() string + type PathOptions struct + FilesLimit *FilesLimit + LastModifiedDateCondition *FilterExpression + Parameters map[string]*DatasetParameter + func (s *PathOptions) SetFilesLimit(v *FilesLimit) *PathOptions + func (s *PathOptions) SetLastModifiedDateCondition(v *FilterExpression) *PathOptions + func (s *PathOptions) SetParameters(v map[string]*DatasetParameter) *PathOptions + func (s *PathOptions) Validate() error + func (s PathOptions) GoString() string + func (s PathOptions) String() string + type ProfileConfiguration struct + ColumnStatisticsConfigurations []*ColumnStatisticsConfiguration + DatasetStatisticsConfiguration *StatisticsConfiguration + EntityDetectorConfiguration *EntityDetectorConfiguration + ProfileColumns []*ColumnSelector + func (s *ProfileConfiguration) SetColumnStatisticsConfigurations(v []*ColumnStatisticsConfiguration) *ProfileConfiguration + func (s *ProfileConfiguration) SetDatasetStatisticsConfiguration(v *StatisticsConfiguration) *ProfileConfiguration + func (s *ProfileConfiguration) SetEntityDetectorConfiguration(v *EntityDetectorConfiguration) *ProfileConfiguration + func (s *ProfileConfiguration) SetProfileColumns(v []*ColumnSelector) *ProfileConfiguration + func (s *ProfileConfiguration) Validate() error + func (s ProfileConfiguration) GoString() string + func (s ProfileConfiguration) String() string + type Project struct + AccountId *string + CreateDate *time.Time + CreatedBy *string + DatasetName *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + OpenDate *time.Time + OpenedBy *string + RecipeName *string + ResourceArn *string + RoleArn *string + Sample *Sample + Tags map[string]*string + func (s *Project) SetAccountId(v string) *Project + func (s *Project) SetCreateDate(v time.Time) *Project + func (s *Project) SetCreatedBy(v string) *Project + func (s *Project) SetDatasetName(v string) *Project + func (s *Project) SetLastModifiedBy(v string) *Project + func (s *Project) SetLastModifiedDate(v time.Time) *Project + func (s *Project) SetName(v string) *Project + func (s *Project) SetOpenDate(v time.Time) *Project + func (s *Project) SetOpenedBy(v string) *Project + func (s *Project) SetRecipeName(v string) *Project + func (s *Project) SetResourceArn(v string) *Project + func (s *Project) SetRoleArn(v string) *Project + func (s *Project) SetSample(v *Sample) *Project + func (s *Project) SetTags(v map[string]*string) *Project + func (s Project) GoString() string + func (s Project) String() string + type PublishRecipeInput struct + Description *string + Name *string + func (s *PublishRecipeInput) SetDescription(v string) *PublishRecipeInput + func (s *PublishRecipeInput) SetName(v string) *PublishRecipeInput + func (s *PublishRecipeInput) Validate() error + func (s PublishRecipeInput) GoString() string + func (s PublishRecipeInput) String() string + type PublishRecipeOutput struct + Name *string + func (s *PublishRecipeOutput) SetName(v string) *PublishRecipeOutput + func (s PublishRecipeOutput) GoString() string + func (s PublishRecipeOutput) String() string + type Recipe struct + CreateDate *time.Time + CreatedBy *string + Description *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ProjectName *string + PublishedBy *string + PublishedDate *time.Time + RecipeVersion *string + ResourceArn *string + Steps []*RecipeStep + Tags map[string]*string + func (s *Recipe) SetCreateDate(v time.Time) *Recipe + func (s *Recipe) SetCreatedBy(v string) *Recipe + func (s *Recipe) SetDescription(v string) *Recipe + func (s *Recipe) SetLastModifiedBy(v string) *Recipe + func (s *Recipe) SetLastModifiedDate(v time.Time) *Recipe + func (s *Recipe) SetName(v string) *Recipe + func (s *Recipe) SetProjectName(v string) *Recipe + func (s *Recipe) SetPublishedBy(v string) *Recipe + func (s *Recipe) SetPublishedDate(v time.Time) *Recipe + func (s *Recipe) SetRecipeVersion(v string) *Recipe + func (s *Recipe) SetResourceArn(v string) *Recipe + func (s *Recipe) SetSteps(v []*RecipeStep) *Recipe + func (s *Recipe) SetTags(v map[string]*string) *Recipe + func (s Recipe) GoString() string + func (s Recipe) String() string + type RecipeAction struct + Operation *string + Parameters map[string]*string + func (s *RecipeAction) SetOperation(v string) *RecipeAction + func (s *RecipeAction) SetParameters(v map[string]*string) *RecipeAction + func (s *RecipeAction) Validate() error + func (s RecipeAction) GoString() string + func (s RecipeAction) String() string + type RecipeReference struct + Name *string + RecipeVersion *string + func (s *RecipeReference) SetName(v string) *RecipeReference + func (s *RecipeReference) SetRecipeVersion(v string) *RecipeReference + func (s *RecipeReference) Validate() error + func (s RecipeReference) GoString() string + func (s RecipeReference) String() string + type RecipeStep struct + Action *RecipeAction + ConditionExpressions []*ConditionExpression + func (s *RecipeStep) SetAction(v *RecipeAction) *RecipeStep + func (s *RecipeStep) SetConditionExpressions(v []*ConditionExpression) *RecipeStep + func (s *RecipeStep) Validate() error + func (s RecipeStep) GoString() string + func (s RecipeStep) String() string + type RecipeVersionErrorDetail struct + ErrorCode *string + ErrorMessage *string + RecipeVersion *string + func (s *RecipeVersionErrorDetail) SetErrorCode(v string) *RecipeVersionErrorDetail + func (s *RecipeVersionErrorDetail) SetErrorMessage(v string) *RecipeVersionErrorDetail + func (s *RecipeVersionErrorDetail) SetRecipeVersion(v string) *RecipeVersionErrorDetail + func (s RecipeVersionErrorDetail) GoString() string + func (s RecipeVersionErrorDetail) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type Rule struct + CheckExpression *string + ColumnSelectors []*ColumnSelector + Disabled *bool + Name *string + SubstitutionMap map[string]*string + Threshold *Threshold + func (s *Rule) SetCheckExpression(v string) *Rule + func (s *Rule) SetColumnSelectors(v []*ColumnSelector) *Rule + func (s *Rule) SetDisabled(v bool) *Rule + func (s *Rule) SetName(v string) *Rule + func (s *Rule) SetSubstitutionMap(v map[string]*string) *Rule + func (s *Rule) SetThreshold(v *Threshold) *Rule + func (s *Rule) Validate() error + func (s Rule) GoString() string + func (s Rule) String() string + type RulesetItem struct + AccountId *string + CreateDate *time.Time + CreatedBy *string + Description *string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ResourceArn *string + RuleCount *int64 + Tags map[string]*string + TargetArn *string + func (s *RulesetItem) SetAccountId(v string) *RulesetItem + func (s *RulesetItem) SetCreateDate(v time.Time) *RulesetItem + func (s *RulesetItem) SetCreatedBy(v string) *RulesetItem + func (s *RulesetItem) SetDescription(v string) *RulesetItem + func (s *RulesetItem) SetLastModifiedBy(v string) *RulesetItem + func (s *RulesetItem) SetLastModifiedDate(v time.Time) *RulesetItem + func (s *RulesetItem) SetName(v string) *RulesetItem + func (s *RulesetItem) SetResourceArn(v string) *RulesetItem + func (s *RulesetItem) SetRuleCount(v int64) *RulesetItem + func (s *RulesetItem) SetTags(v map[string]*string) *RulesetItem + func (s *RulesetItem) SetTargetArn(v string) *RulesetItem + func (s RulesetItem) GoString() string + func (s RulesetItem) String() string + type S3Location struct + Bucket *string + BucketOwner *string + Key *string + func (s *S3Location) SetBucket(v string) *S3Location + func (s *S3Location) SetBucketOwner(v string) *S3Location + func (s *S3Location) SetKey(v string) *S3Location + func (s *S3Location) Validate() error + func (s S3Location) GoString() string + func (s S3Location) String() string + type S3TableOutputOptions struct + Location *S3Location + func (s *S3TableOutputOptions) SetLocation(v *S3Location) *S3TableOutputOptions + func (s *S3TableOutputOptions) Validate() error + func (s S3TableOutputOptions) GoString() string + func (s S3TableOutputOptions) String() string + type Sample struct + Size *int64 + Type *string + func (s *Sample) SetSize(v int64) *Sample + func (s *Sample) SetType(v string) *Sample + func (s *Sample) Validate() error + func (s Sample) GoString() string + func (s Sample) String() string + type Schedule struct + AccountId *string + CreateDate *time.Time + CreatedBy *string + CronExpression *string + JobNames []*string + LastModifiedBy *string + LastModifiedDate *time.Time + Name *string + ResourceArn *string + Tags map[string]*string + func (s *Schedule) SetAccountId(v string) *Schedule + func (s *Schedule) SetCreateDate(v time.Time) *Schedule + func (s *Schedule) SetCreatedBy(v string) *Schedule + func (s *Schedule) SetCronExpression(v string) *Schedule + func (s *Schedule) SetJobNames(v []*string) *Schedule + func (s *Schedule) SetLastModifiedBy(v string) *Schedule + func (s *Schedule) SetLastModifiedDate(v time.Time) *Schedule + func (s *Schedule) SetName(v string) *Schedule + func (s *Schedule) SetResourceArn(v string) *Schedule + func (s *Schedule) SetTags(v map[string]*string) *Schedule + func (s Schedule) GoString() string + func (s Schedule) String() string + type SendProjectSessionActionInput struct + ClientSessionId *string + Name *string + Preview *bool + RecipeStep *RecipeStep + StepIndex *int64 + ViewFrame *ViewFrame + func (s *SendProjectSessionActionInput) SetClientSessionId(v string) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) SetName(v string) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) SetPreview(v bool) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) SetRecipeStep(v *RecipeStep) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) SetStepIndex(v int64) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) SetViewFrame(v *ViewFrame) *SendProjectSessionActionInput + func (s *SendProjectSessionActionInput) Validate() error + func (s SendProjectSessionActionInput) GoString() string + func (s SendProjectSessionActionInput) String() string + type SendProjectSessionActionOutput struct + ActionId *int64 + Name *string + Result *string + func (s *SendProjectSessionActionOutput) SetActionId(v int64) *SendProjectSessionActionOutput + func (s *SendProjectSessionActionOutput) SetName(v string) *SendProjectSessionActionOutput + func (s *SendProjectSessionActionOutput) SetResult(v string) *SendProjectSessionActionOutput + func (s SendProjectSessionActionOutput) GoString() string + func (s SendProjectSessionActionOutput) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StartJobRunInput struct + Name *string + func (s *StartJobRunInput) SetName(v string) *StartJobRunInput + func (s *StartJobRunInput) Validate() error + func (s StartJobRunInput) GoString() string + func (s StartJobRunInput) String() string + type StartJobRunOutput struct + RunId *string + func (s *StartJobRunOutput) SetRunId(v string) *StartJobRunOutput + func (s StartJobRunOutput) GoString() string + func (s StartJobRunOutput) String() string + type StartProjectSessionInput struct + AssumeControl *bool + Name *string + func (s *StartProjectSessionInput) SetAssumeControl(v bool) *StartProjectSessionInput + func (s *StartProjectSessionInput) SetName(v string) *StartProjectSessionInput + func (s *StartProjectSessionInput) Validate() error + func (s StartProjectSessionInput) GoString() string + func (s StartProjectSessionInput) String() string + type StartProjectSessionOutput struct + ClientSessionId *string + Name *string + func (s *StartProjectSessionOutput) SetClientSessionId(v string) *StartProjectSessionOutput + func (s *StartProjectSessionOutput) SetName(v string) *StartProjectSessionOutput + func (s StartProjectSessionOutput) GoString() string + func (s StartProjectSessionOutput) String() string + type StatisticOverride struct + Parameters map[string]*string + Statistic *string + func (s *StatisticOverride) SetParameters(v map[string]*string) *StatisticOverride + func (s *StatisticOverride) SetStatistic(v string) *StatisticOverride + func (s *StatisticOverride) Validate() error + func (s StatisticOverride) GoString() string + func (s StatisticOverride) String() string + type StatisticsConfiguration struct + IncludedStatistics []*string + Overrides []*StatisticOverride + func (s *StatisticsConfiguration) SetIncludedStatistics(v []*string) *StatisticsConfiguration + func (s *StatisticsConfiguration) SetOverrides(v []*StatisticOverride) *StatisticsConfiguration + func (s *StatisticsConfiguration) Validate() error + func (s StatisticsConfiguration) GoString() string + func (s StatisticsConfiguration) String() string + type StopJobRunInput struct + Name *string + RunId *string + func (s *StopJobRunInput) SetName(v string) *StopJobRunInput + func (s *StopJobRunInput) SetRunId(v string) *StopJobRunInput + func (s *StopJobRunInput) Validate() error + func (s StopJobRunInput) GoString() string + func (s StopJobRunInput) String() string + type StopJobRunOutput struct + RunId *string + func (s *StopJobRunOutput) SetRunId(v string) *StopJobRunOutput + func (s StopJobRunOutput) GoString() string + func (s StopJobRunOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type Threshold struct + Type *string + Unit *string + Value *float64 + func (s *Threshold) SetType(v string) *Threshold + func (s *Threshold) SetUnit(v string) *Threshold + func (s *Threshold) SetValue(v float64) *Threshold + func (s *Threshold) Validate() error + func (s Threshold) GoString() string + func (s Threshold) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateDatasetInput struct + Format *string + FormatOptions *FormatOptions + Input *Input + Name *string + PathOptions *PathOptions + func (s *UpdateDatasetInput) SetFormat(v string) *UpdateDatasetInput + func (s *UpdateDatasetInput) SetFormatOptions(v *FormatOptions) *UpdateDatasetInput + func (s *UpdateDatasetInput) SetInput(v *Input) *UpdateDatasetInput + func (s *UpdateDatasetInput) SetName(v string) *UpdateDatasetInput + func (s *UpdateDatasetInput) SetPathOptions(v *PathOptions) *UpdateDatasetInput + func (s *UpdateDatasetInput) Validate() error + func (s UpdateDatasetInput) GoString() string + func (s UpdateDatasetInput) String() string + type UpdateDatasetOutput struct + Name *string + func (s *UpdateDatasetOutput) SetName(v string) *UpdateDatasetOutput + func (s UpdateDatasetOutput) GoString() string + func (s UpdateDatasetOutput) String() string + type UpdateProfileJobInput struct + Configuration *ProfileConfiguration + EncryptionKeyArn *string + EncryptionMode *string + JobSample *JobSample + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + OutputLocation *S3Location + RoleArn *string + Timeout *int64 + ValidationConfigurations []*ValidationConfiguration + func (s *UpdateProfileJobInput) SetConfiguration(v *ProfileConfiguration) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetEncryptionKeyArn(v string) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetEncryptionMode(v string) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetJobSample(v *JobSample) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetLogSubscription(v string) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetMaxCapacity(v int64) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetMaxRetries(v int64) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetName(v string) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetOutputLocation(v *S3Location) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetRoleArn(v string) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetTimeout(v int64) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) SetValidationConfigurations(v []*ValidationConfiguration) *UpdateProfileJobInput + func (s *UpdateProfileJobInput) Validate() error + func (s UpdateProfileJobInput) GoString() string + func (s UpdateProfileJobInput) String() string + type UpdateProfileJobOutput struct + Name *string + func (s *UpdateProfileJobOutput) SetName(v string) *UpdateProfileJobOutput + func (s UpdateProfileJobOutput) GoString() string + func (s UpdateProfileJobOutput) String() string + type UpdateProjectInput struct + Name *string + RoleArn *string + Sample *Sample + func (s *UpdateProjectInput) SetName(v string) *UpdateProjectInput + func (s *UpdateProjectInput) SetRoleArn(v string) *UpdateProjectInput + func (s *UpdateProjectInput) SetSample(v *Sample) *UpdateProjectInput + func (s *UpdateProjectInput) Validate() error + func (s UpdateProjectInput) GoString() string + func (s UpdateProjectInput) String() string + type UpdateProjectOutput struct + LastModifiedDate *time.Time + Name *string + func (s *UpdateProjectOutput) SetLastModifiedDate(v time.Time) *UpdateProjectOutput + func (s *UpdateProjectOutput) SetName(v string) *UpdateProjectOutput + func (s UpdateProjectOutput) GoString() string + func (s UpdateProjectOutput) String() string + type UpdateRecipeInput struct + Description *string + Name *string + Steps []*RecipeStep + func (s *UpdateRecipeInput) SetDescription(v string) *UpdateRecipeInput + func (s *UpdateRecipeInput) SetName(v string) *UpdateRecipeInput + func (s *UpdateRecipeInput) SetSteps(v []*RecipeStep) *UpdateRecipeInput + func (s *UpdateRecipeInput) Validate() error + func (s UpdateRecipeInput) GoString() string + func (s UpdateRecipeInput) String() string + type UpdateRecipeJobInput struct + DataCatalogOutputs []*DataCatalogOutput_ + DatabaseOutputs []*DatabaseOutput_ + EncryptionKeyArn *string + EncryptionMode *string + LogSubscription *string + MaxCapacity *int64 + MaxRetries *int64 + Name *string + Outputs []*Output + RoleArn *string + Timeout *int64 + func (s *UpdateRecipeJobInput) SetDataCatalogOutputs(v []*DataCatalogOutput_) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetDatabaseOutputs(v []*DatabaseOutput_) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetEncryptionKeyArn(v string) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetEncryptionMode(v string) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetLogSubscription(v string) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetMaxCapacity(v int64) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetMaxRetries(v int64) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetName(v string) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetOutputs(v []*Output) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetRoleArn(v string) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) SetTimeout(v int64) *UpdateRecipeJobInput + func (s *UpdateRecipeJobInput) Validate() error + func (s UpdateRecipeJobInput) GoString() string + func (s UpdateRecipeJobInput) String() string + type UpdateRecipeJobOutput struct + Name *string + func (s *UpdateRecipeJobOutput) SetName(v string) *UpdateRecipeJobOutput + func (s UpdateRecipeJobOutput) GoString() string + func (s UpdateRecipeJobOutput) String() string + type UpdateRecipeOutput struct + Name *string + func (s *UpdateRecipeOutput) SetName(v string) *UpdateRecipeOutput + func (s UpdateRecipeOutput) GoString() string + func (s UpdateRecipeOutput) String() string + type UpdateRulesetInput struct + Description *string + Name *string + Rules []*Rule + func (s *UpdateRulesetInput) SetDescription(v string) *UpdateRulesetInput + func (s *UpdateRulesetInput) SetName(v string) *UpdateRulesetInput + func (s *UpdateRulesetInput) SetRules(v []*Rule) *UpdateRulesetInput + func (s *UpdateRulesetInput) Validate() error + func (s UpdateRulesetInput) GoString() string + func (s UpdateRulesetInput) String() string + type UpdateRulesetOutput struct + Name *string + func (s *UpdateRulesetOutput) SetName(v string) *UpdateRulesetOutput + func (s UpdateRulesetOutput) GoString() string + func (s UpdateRulesetOutput) String() string + type UpdateScheduleInput struct + CronExpression *string + JobNames []*string + Name *string + func (s *UpdateScheduleInput) SetCronExpression(v string) *UpdateScheduleInput + func (s *UpdateScheduleInput) SetJobNames(v []*string) *UpdateScheduleInput + func (s *UpdateScheduleInput) SetName(v string) *UpdateScheduleInput + func (s *UpdateScheduleInput) Validate() error + func (s UpdateScheduleInput) GoString() string + func (s UpdateScheduleInput) String() string + type UpdateScheduleOutput struct + Name *string + func (s *UpdateScheduleOutput) SetName(v string) *UpdateScheduleOutput + func (s UpdateScheduleOutput) GoString() string + func (s UpdateScheduleOutput) String() string + type ValidationConfiguration struct + RulesetArn *string + ValidationMode *string + func (s *ValidationConfiguration) SetRulesetArn(v string) *ValidationConfiguration + func (s *ValidationConfiguration) SetValidationMode(v string) *ValidationConfiguration + func (s *ValidationConfiguration) Validate() error + func (s ValidationConfiguration) GoString() string + func (s ValidationConfiguration) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ViewFrame struct + Analytics *string + ColumnRange *int64 + HiddenColumns []*string + RowRange *int64 + StartColumnIndex *int64 + StartRowIndex *int64 + func (s *ViewFrame) SetAnalytics(v string) *ViewFrame + func (s *ViewFrame) SetColumnRange(v int64) *ViewFrame + func (s *ViewFrame) SetHiddenColumns(v []*string) *ViewFrame + func (s *ViewFrame) SetRowRange(v int64) *ViewFrame + func (s *ViewFrame) SetStartColumnIndex(v int64) *ViewFrame + func (s *ViewFrame) SetStartRowIndex(v int64) *ViewFrame + func (s *ViewFrame) Validate() error + func (s ViewFrame) GoString() string + func (s ViewFrame) String() string