Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const ConnectionPropertyKeyConfigFiles + const ConnectionPropertyKeyHost + const ConnectionPropertyKeyInstanceId + const ConnectionPropertyKeyJdbcConnectionUrl + const ConnectionPropertyKeyJdbcDriverClassName + const ConnectionPropertyKeyJdbcDriverJarUri + const ConnectionPropertyKeyJdbcEngine + const ConnectionPropertyKeyJdbcEngineVersion + const ConnectionPropertyKeyPassword + const ConnectionPropertyKeyPort + const ConnectionPropertyKeyUsername + const ConnectionTypeJdbc + const ConnectionTypeSftp + const CrawlerStateReady + const CrawlerStateRunning + const CrawlerStateStopping + const DeleteBehaviorDeleteFromDatabase + const DeleteBehaviorDeprecateInDatabase + const DeleteBehaviorLog + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeAlreadyExistsException + const ErrCodeConcurrentModificationException + const ErrCodeConcurrentRunsExceededException + const ErrCodeCrawlerNotRunningException + const ErrCodeCrawlerRunningException + const ErrCodeCrawlerStoppingException + const ErrCodeEntityNotFoundException + const ErrCodeIdempotentParameterMismatchException + const ErrCodeInternalServiceException + const ErrCodeInvalidInputException + const ErrCodeNoScheduleException + const ErrCodeOperationTimeoutException + const ErrCodeResourceNumberLimitExceededException + const ErrCodeSchedulerNotRunningException + const ErrCodeSchedulerRunningException + const ErrCodeSchedulerTransitioningException + const ErrCodeValidationException + const ErrCodeVersionMismatchException + const JobRunStateFailed + const JobRunStateRunning + const JobRunStateStarting + const JobRunStateStopped + const JobRunStateStopping + const JobRunStateSucceeded + const LastCrawlStatusCancelled + const LastCrawlStatusFailed + const LastCrawlStatusSucceeded + const LogicalAnd + const LogicalOperatorEquals + const PrincipalTypeGroup + const PrincipalTypeRole + const PrincipalTypeUser + const ResourceTypeArchive + const ResourceTypeFile + const ResourceTypeJar + const ScheduleStateNotScheduled + const ScheduleStateScheduled + const ScheduleStateTransitioning + const ServiceName + const TriggerStateActivated + const TriggerStateActivating + const TriggerStateCreated + const TriggerStateCreating + const TriggerStateDeactivated + const TriggerStateDeactivating + const TriggerStateDeleting + const TriggerStateUpdating + const TriggerTypeConditional + const TriggerTypeOnDemand + const TriggerTypeScheduled + const UpdateBehaviorLog + const UpdateBehaviorUpdateInDatabase + type Action struct + Arguments map[string]*string + JobName *string + func (s *Action) SetArguments(v map[string]*string) *Action + func (s *Action) SetJobName(v string) *Action + func (s *Action) Validate() error + func (s Action) GoString() string + func (s Action) String() string + type BatchCreatePartitionInput struct + CatalogId *string + DatabaseName *string + PartitionInputList []*PartitionInput + TableName *string + func (s *BatchCreatePartitionInput) SetCatalogId(v string) *BatchCreatePartitionInput + func (s *BatchCreatePartitionInput) SetDatabaseName(v string) *BatchCreatePartitionInput + func (s *BatchCreatePartitionInput) SetPartitionInputList(v []*PartitionInput) *BatchCreatePartitionInput + func (s *BatchCreatePartitionInput) SetTableName(v string) *BatchCreatePartitionInput + func (s *BatchCreatePartitionInput) Validate() error + func (s BatchCreatePartitionInput) GoString() string + func (s BatchCreatePartitionInput) String() string + type BatchCreatePartitionOutput struct + Errors []*PartitionError + func (s *BatchCreatePartitionOutput) SetErrors(v []*PartitionError) *BatchCreatePartitionOutput + func (s BatchCreatePartitionOutput) GoString() string + func (s BatchCreatePartitionOutput) String() string + type BatchDeleteConnectionInput struct + CatalogId *string + ConnectionNameList []*string + func (s *BatchDeleteConnectionInput) SetCatalogId(v string) *BatchDeleteConnectionInput + func (s *BatchDeleteConnectionInput) SetConnectionNameList(v []*string) *BatchDeleteConnectionInput + func (s *BatchDeleteConnectionInput) Validate() error + func (s BatchDeleteConnectionInput) GoString() string + func (s BatchDeleteConnectionInput) String() string + type BatchDeleteConnectionOutput struct + Errors map[string]*ErrorDetail + Succeeded []*string + func (s *BatchDeleteConnectionOutput) SetErrors(v map[string]*ErrorDetail) *BatchDeleteConnectionOutput + func (s *BatchDeleteConnectionOutput) SetSucceeded(v []*string) *BatchDeleteConnectionOutput + func (s BatchDeleteConnectionOutput) GoString() string + func (s BatchDeleteConnectionOutput) String() string + type BatchDeletePartitionInput struct + CatalogId *string + DatabaseName *string + PartitionsToDelete []*PartitionValueList + TableName *string + func (s *BatchDeletePartitionInput) SetCatalogId(v string) *BatchDeletePartitionInput + func (s *BatchDeletePartitionInput) SetDatabaseName(v string) *BatchDeletePartitionInput + func (s *BatchDeletePartitionInput) SetPartitionsToDelete(v []*PartitionValueList) *BatchDeletePartitionInput + func (s *BatchDeletePartitionInput) SetTableName(v string) *BatchDeletePartitionInput + func (s *BatchDeletePartitionInput) Validate() error + func (s BatchDeletePartitionInput) GoString() string + func (s BatchDeletePartitionInput) String() string + type BatchDeletePartitionOutput struct + Errors []*PartitionError + func (s *BatchDeletePartitionOutput) SetErrors(v []*PartitionError) *BatchDeletePartitionOutput + func (s BatchDeletePartitionOutput) GoString() string + func (s BatchDeletePartitionOutput) String() string + type BatchDeleteTableInput struct + CatalogId *string + DatabaseName *string + TablesToDelete []*string + func (s *BatchDeleteTableInput) SetCatalogId(v string) *BatchDeleteTableInput + func (s *BatchDeleteTableInput) SetDatabaseName(v string) *BatchDeleteTableInput + func (s *BatchDeleteTableInput) SetTablesToDelete(v []*string) *BatchDeleteTableInput + func (s *BatchDeleteTableInput) Validate() error + func (s BatchDeleteTableInput) GoString() string + func (s BatchDeleteTableInput) String() string + type BatchDeleteTableOutput struct + Errors []*TableError + func (s *BatchDeleteTableOutput) SetErrors(v []*TableError) *BatchDeleteTableOutput + func (s BatchDeleteTableOutput) GoString() string + func (s BatchDeleteTableOutput) String() string + type BatchGetPartitionInput struct + CatalogId *string + DatabaseName *string + PartitionsToGet []*PartitionValueList + TableName *string + func (s *BatchGetPartitionInput) SetCatalogId(v string) *BatchGetPartitionInput + func (s *BatchGetPartitionInput) SetDatabaseName(v string) *BatchGetPartitionInput + func (s *BatchGetPartitionInput) SetPartitionsToGet(v []*PartitionValueList) *BatchGetPartitionInput + func (s *BatchGetPartitionInput) SetTableName(v string) *BatchGetPartitionInput + func (s *BatchGetPartitionInput) Validate() error + func (s BatchGetPartitionInput) GoString() string + func (s BatchGetPartitionInput) String() string + type BatchGetPartitionOutput struct + Partitions []*Partition + UnprocessedKeys []*PartitionValueList + func (s *BatchGetPartitionOutput) SetPartitions(v []*Partition) *BatchGetPartitionOutput + func (s *BatchGetPartitionOutput) SetUnprocessedKeys(v []*PartitionValueList) *BatchGetPartitionOutput + func (s BatchGetPartitionOutput) GoString() string + func (s BatchGetPartitionOutput) String() string + type CatalogEntry struct + DatabaseName *string + TableName *string + func (s *CatalogEntry) SetDatabaseName(v string) *CatalogEntry + func (s *CatalogEntry) SetTableName(v string) *CatalogEntry + func (s *CatalogEntry) Validate() error + func (s CatalogEntry) GoString() string + func (s CatalogEntry) String() string + type CatalogImportStatus struct + ImportCompleted *bool + ImportTime *time.Time + ImportedBy *string + func (s *CatalogImportStatus) SetImportCompleted(v bool) *CatalogImportStatus + func (s *CatalogImportStatus) SetImportTime(v time.Time) *CatalogImportStatus + func (s *CatalogImportStatus) SetImportedBy(v string) *CatalogImportStatus + func (s CatalogImportStatus) GoString() string + func (s CatalogImportStatus) String() string + type Classifier struct + GrokClassifier *GrokClassifier + func (s *Classifier) SetGrokClassifier(v *GrokClassifier) *Classifier + func (s Classifier) GoString() string + func (s Classifier) String() string + type CodeGenEdge struct + Source *string + Target *string + TargetParameter *string + func (s *CodeGenEdge) SetSource(v string) *CodeGenEdge + func (s *CodeGenEdge) SetTarget(v string) *CodeGenEdge + func (s *CodeGenEdge) SetTargetParameter(v string) *CodeGenEdge + func (s *CodeGenEdge) Validate() error + func (s CodeGenEdge) GoString() string + func (s CodeGenEdge) String() string + type CodeGenNode struct + Args []*CodeGenNodeArg + Id *string + LineNumber *int64 + NodeType *string + func (s *CodeGenNode) SetArgs(v []*CodeGenNodeArg) *CodeGenNode + func (s *CodeGenNode) SetId(v string) *CodeGenNode + func (s *CodeGenNode) SetLineNumber(v int64) *CodeGenNode + func (s *CodeGenNode) SetNodeType(v string) *CodeGenNode + func (s *CodeGenNode) Validate() error + func (s CodeGenNode) GoString() string + func (s CodeGenNode) String() string + type CodeGenNodeArg struct + Name *string + Param *bool + Value *string + func (s *CodeGenNodeArg) SetName(v string) *CodeGenNodeArg + func (s *CodeGenNodeArg) SetParam(v bool) *CodeGenNodeArg + func (s *CodeGenNodeArg) SetValue(v string) *CodeGenNodeArg + func (s *CodeGenNodeArg) Validate() error + func (s CodeGenNodeArg) GoString() string + func (s CodeGenNodeArg) String() string + type Column struct + Comment *string + Name *string + Type *string + func (s *Column) SetComment(v string) *Column + func (s *Column) SetName(v string) *Column + func (s *Column) SetType(v string) *Column + func (s *Column) Validate() error + func (s Column) GoString() string + func (s Column) String() string + type Condition struct + JobName *string + LogicalOperator *string + State *string + func (s *Condition) SetJobName(v string) *Condition + func (s *Condition) SetLogicalOperator(v string) *Condition + func (s *Condition) SetState(v string) *Condition + func (s *Condition) Validate() error + func (s Condition) GoString() string + func (s Condition) String() string + type Connection struct + ConnectionProperties map[string]*string + ConnectionType *string + CreationTime *time.Time + Description *string + LastUpdatedBy *string + LastUpdatedTime *time.Time + MatchCriteria []*string + Name *string + PhysicalConnectionRequirements *PhysicalConnectionRequirements + func (s *Connection) SetConnectionProperties(v map[string]*string) *Connection + func (s *Connection) SetConnectionType(v string) *Connection + func (s *Connection) SetCreationTime(v time.Time) *Connection + func (s *Connection) SetDescription(v string) *Connection + func (s *Connection) SetLastUpdatedBy(v string) *Connection + func (s *Connection) SetLastUpdatedTime(v time.Time) *Connection + func (s *Connection) SetMatchCriteria(v []*string) *Connection + func (s *Connection) SetName(v string) *Connection + func (s *Connection) SetPhysicalConnectionRequirements(v *PhysicalConnectionRequirements) *Connection + func (s Connection) GoString() string + func (s Connection) String() string + type ConnectionInput struct + ConnectionProperties map[string]*string + ConnectionType *string + Description *string + MatchCriteria []*string + Name *string + PhysicalConnectionRequirements *PhysicalConnectionRequirements + func (s *ConnectionInput) SetConnectionProperties(v map[string]*string) *ConnectionInput + func (s *ConnectionInput) SetConnectionType(v string) *ConnectionInput + func (s *ConnectionInput) SetDescription(v string) *ConnectionInput + func (s *ConnectionInput) SetMatchCriteria(v []*string) *ConnectionInput + func (s *ConnectionInput) SetName(v string) *ConnectionInput + func (s *ConnectionInput) SetPhysicalConnectionRequirements(v *PhysicalConnectionRequirements) *ConnectionInput + func (s *ConnectionInput) Validate() error + func (s ConnectionInput) GoString() string + func (s ConnectionInput) String() string + type ConnectionsList struct + Connections []*string + func (s *ConnectionsList) SetConnections(v []*string) *ConnectionsList + func (s ConnectionsList) GoString() string + func (s ConnectionsList) String() string + type Crawler struct + Classifiers []*string + CrawlElapsedTime *int64 + CreationTime *time.Time + DatabaseName *string + Description *string + LastCrawl *LastCrawlInfo + LastUpdated *time.Time + Name *string + Role *string + Schedule *Schedule + SchemaChangePolicy *SchemaChangePolicy + State *string + TablePrefix *string + Targets *CrawlerTargets + Version *int64 + func (s *Crawler) SetClassifiers(v []*string) *Crawler + func (s *Crawler) SetCrawlElapsedTime(v int64) *Crawler + func (s *Crawler) SetCreationTime(v time.Time) *Crawler + func (s *Crawler) SetDatabaseName(v string) *Crawler + func (s *Crawler) SetDescription(v string) *Crawler + func (s *Crawler) SetLastCrawl(v *LastCrawlInfo) *Crawler + func (s *Crawler) SetLastUpdated(v time.Time) *Crawler + func (s *Crawler) SetName(v string) *Crawler + func (s *Crawler) SetRole(v string) *Crawler + func (s *Crawler) SetSchedule(v *Schedule) *Crawler + func (s *Crawler) SetSchemaChangePolicy(v *SchemaChangePolicy) *Crawler + func (s *Crawler) SetState(v string) *Crawler + func (s *Crawler) SetTablePrefix(v string) *Crawler + func (s *Crawler) SetTargets(v *CrawlerTargets) *Crawler + func (s *Crawler) SetVersion(v int64) *Crawler + func (s Crawler) GoString() string + func (s Crawler) String() string + type CrawlerMetrics struct + CrawlerName *string + LastRuntimeSeconds *float64 + MedianRuntimeSeconds *float64 + StillEstimating *bool + TablesCreated *int64 + TablesDeleted *int64 + TablesUpdated *int64 + TimeLeftSeconds *float64 + func (s *CrawlerMetrics) SetCrawlerName(v string) *CrawlerMetrics + func (s *CrawlerMetrics) SetLastRuntimeSeconds(v float64) *CrawlerMetrics + func (s *CrawlerMetrics) SetMedianRuntimeSeconds(v float64) *CrawlerMetrics + func (s *CrawlerMetrics) SetStillEstimating(v bool) *CrawlerMetrics + func (s *CrawlerMetrics) SetTablesCreated(v int64) *CrawlerMetrics + func (s *CrawlerMetrics) SetTablesDeleted(v int64) *CrawlerMetrics + func (s *CrawlerMetrics) SetTablesUpdated(v int64) *CrawlerMetrics + func (s *CrawlerMetrics) SetTimeLeftSeconds(v float64) *CrawlerMetrics + func (s CrawlerMetrics) GoString() string + func (s CrawlerMetrics) String() string + type CrawlerTargets struct + JdbcTargets []*JdbcTarget + S3Targets []*S3Target + func (s *CrawlerTargets) SetJdbcTargets(v []*JdbcTarget) *CrawlerTargets + func (s *CrawlerTargets) SetS3Targets(v []*S3Target) *CrawlerTargets + func (s CrawlerTargets) GoString() string + func (s CrawlerTargets) String() string + type CreateClassifierInput struct + GrokClassifier *CreateGrokClassifierRequest + func (s *CreateClassifierInput) SetGrokClassifier(v *CreateGrokClassifierRequest) *CreateClassifierInput + func (s *CreateClassifierInput) Validate() error + func (s CreateClassifierInput) GoString() string + func (s CreateClassifierInput) String() string + type CreateClassifierOutput struct + func (s CreateClassifierOutput) GoString() string + func (s CreateClassifierOutput) String() string + type CreateConnectionInput struct + CatalogId *string + ConnectionInput *ConnectionInput + func (s *CreateConnectionInput) SetCatalogId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetConnectionInput(v *ConnectionInput) *CreateConnectionInput + func (s *CreateConnectionInput) Validate() error + func (s CreateConnectionInput) GoString() string + func (s CreateConnectionInput) String() string + type CreateConnectionOutput struct + func (s CreateConnectionOutput) GoString() string + func (s CreateConnectionOutput) String() string + type CreateCrawlerInput struct + Classifiers []*string + DatabaseName *string + Description *string + Name *string + Role *string + Schedule *string + SchemaChangePolicy *SchemaChangePolicy + TablePrefix *string + Targets *CrawlerTargets + func (s *CreateCrawlerInput) SetClassifiers(v []*string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetDatabaseName(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetDescription(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetName(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetRole(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetSchedule(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetSchemaChangePolicy(v *SchemaChangePolicy) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetTablePrefix(v string) *CreateCrawlerInput + func (s *CreateCrawlerInput) SetTargets(v *CrawlerTargets) *CreateCrawlerInput + func (s *CreateCrawlerInput) Validate() error + func (s CreateCrawlerInput) GoString() string + func (s CreateCrawlerInput) String() string + type CreateCrawlerOutput struct + func (s CreateCrawlerOutput) GoString() string + func (s CreateCrawlerOutput) String() string + type CreateDatabaseInput struct + CatalogId *string + DatabaseInput *DatabaseInput + func (s *CreateDatabaseInput) SetCatalogId(v string) *CreateDatabaseInput + func (s *CreateDatabaseInput) SetDatabaseInput(v *DatabaseInput) *CreateDatabaseInput + func (s *CreateDatabaseInput) Validate() error + func (s CreateDatabaseInput) GoString() string + func (s CreateDatabaseInput) String() string + type CreateDatabaseOutput struct + func (s CreateDatabaseOutput) GoString() string + func (s CreateDatabaseOutput) String() string + type CreateDevEndpointInput struct + EndpointName *string + ExtraJarsS3Path *string + ExtraPythonLibsS3Path *string + NumberOfNodes *int64 + PublicKey *string + RoleArn *string + SecurityGroupIds []*string + SubnetId *string + func (s *CreateDevEndpointInput) SetEndpointName(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetExtraJarsS3Path(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetExtraPythonLibsS3Path(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetNumberOfNodes(v int64) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetPublicKey(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetRoleArn(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetSecurityGroupIds(v []*string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) SetSubnetId(v string) *CreateDevEndpointInput + func (s *CreateDevEndpointInput) Validate() error + func (s CreateDevEndpointInput) GoString() string + func (s CreateDevEndpointInput) String() string + type CreateDevEndpointOutput struct + AvailabilityZone *string + CreatedTimestamp *time.Time + EndpointName *string + ExtraJarsS3Path *string + ExtraPythonLibsS3Path *string + FailureReason *string + NumberOfNodes *int64 + RoleArn *string + SecurityGroupIds []*string + Status *string + SubnetId *string + VpcId *string + YarnEndpointAddress *string + func (s *CreateDevEndpointOutput) SetAvailabilityZone(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetCreatedTimestamp(v time.Time) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetEndpointName(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetExtraJarsS3Path(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetExtraPythonLibsS3Path(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetFailureReason(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetNumberOfNodes(v int64) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetRoleArn(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetSecurityGroupIds(v []*string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetStatus(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetSubnetId(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetVpcId(v string) *CreateDevEndpointOutput + func (s *CreateDevEndpointOutput) SetYarnEndpointAddress(v string) *CreateDevEndpointOutput + func (s CreateDevEndpointOutput) GoString() string + func (s CreateDevEndpointOutput) String() string + type CreateGrokClassifierRequest struct + Classification *string + CustomPatterns *string + GrokPattern *string + Name *string + func (s *CreateGrokClassifierRequest) SetClassification(v string) *CreateGrokClassifierRequest + func (s *CreateGrokClassifierRequest) SetCustomPatterns(v string) *CreateGrokClassifierRequest + func (s *CreateGrokClassifierRequest) SetGrokPattern(v string) *CreateGrokClassifierRequest + func (s *CreateGrokClassifierRequest) SetName(v string) *CreateGrokClassifierRequest + func (s *CreateGrokClassifierRequest) Validate() error + func (s CreateGrokClassifierRequest) GoString() string + func (s CreateGrokClassifierRequest) String() string + type CreateJobInput struct + AllocatedCapacity *int64 + Command *JobCommand + Connections *ConnectionsList + DefaultArguments map[string]*string + Description *string + ExecutionProperty *ExecutionProperty + LogUri *string + MaxRetries *int64 + Name *string + Role *string + func (s *CreateJobInput) SetAllocatedCapacity(v int64) *CreateJobInput + func (s *CreateJobInput) SetCommand(v *JobCommand) *CreateJobInput + func (s *CreateJobInput) SetConnections(v *ConnectionsList) *CreateJobInput + func (s *CreateJobInput) SetDefaultArguments(v map[string]*string) *CreateJobInput + func (s *CreateJobInput) SetDescription(v string) *CreateJobInput + func (s *CreateJobInput) SetExecutionProperty(v *ExecutionProperty) *CreateJobInput + func (s *CreateJobInput) SetLogUri(v string) *CreateJobInput + func (s *CreateJobInput) SetMaxRetries(v int64) *CreateJobInput + func (s *CreateJobInput) SetName(v string) *CreateJobInput + func (s *CreateJobInput) SetRole(v string) *CreateJobInput + func (s *CreateJobInput) Validate() error + func (s CreateJobInput) GoString() string + func (s CreateJobInput) String() string + type CreateJobOutput struct + Name *string + func (s *CreateJobOutput) SetName(v string) *CreateJobOutput + func (s CreateJobOutput) GoString() string + func (s CreateJobOutput) String() string + type CreatePartitionInput struct + CatalogId *string + DatabaseName *string + PartitionInput *PartitionInput + TableName *string + func (s *CreatePartitionInput) SetCatalogId(v string) *CreatePartitionInput + func (s *CreatePartitionInput) SetDatabaseName(v string) *CreatePartitionInput + func (s *CreatePartitionInput) SetPartitionInput(v *PartitionInput) *CreatePartitionInput + func (s *CreatePartitionInput) SetTableName(v string) *CreatePartitionInput + func (s *CreatePartitionInput) Validate() error + func (s CreatePartitionInput) GoString() string + func (s CreatePartitionInput) String() string + type CreatePartitionOutput struct + func (s CreatePartitionOutput) GoString() string + func (s CreatePartitionOutput) String() string + type CreateScriptInput struct + DagEdges []*CodeGenEdge + DagNodes []*CodeGenNode + func (s *CreateScriptInput) SetDagEdges(v []*CodeGenEdge) *CreateScriptInput + func (s *CreateScriptInput) SetDagNodes(v []*CodeGenNode) *CreateScriptInput + func (s *CreateScriptInput) Validate() error + func (s CreateScriptInput) GoString() string + func (s CreateScriptInput) String() string + type CreateScriptOutput struct + PythonScript *string + func (s *CreateScriptOutput) SetPythonScript(v string) *CreateScriptOutput + func (s CreateScriptOutput) GoString() string + func (s CreateScriptOutput) String() string + type CreateTableInput struct + CatalogId *string + DatabaseName *string + TableInput *TableInput + func (s *CreateTableInput) SetCatalogId(v string) *CreateTableInput + func (s *CreateTableInput) SetDatabaseName(v string) *CreateTableInput + func (s *CreateTableInput) SetTableInput(v *TableInput) *CreateTableInput + func (s *CreateTableInput) Validate() error + func (s CreateTableInput) GoString() string + func (s CreateTableInput) String() string + type CreateTableOutput struct + func (s CreateTableOutput) GoString() string + func (s CreateTableOutput) String() string + type CreateTriggerInput struct + Actions []*Action + Description *string + Name *string + Predicate *Predicate + Schedule *string + Type *string + func (s *CreateTriggerInput) SetActions(v []*Action) *CreateTriggerInput + func (s *CreateTriggerInput) SetDescription(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetName(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetPredicate(v *Predicate) *CreateTriggerInput + func (s *CreateTriggerInput) SetSchedule(v string) *CreateTriggerInput + func (s *CreateTriggerInput) SetType(v string) *CreateTriggerInput + func (s *CreateTriggerInput) Validate() error + func (s CreateTriggerInput) GoString() string + func (s CreateTriggerInput) String() string + type CreateTriggerOutput struct + Name *string + func (s *CreateTriggerOutput) SetName(v string) *CreateTriggerOutput + func (s CreateTriggerOutput) GoString() string + func (s CreateTriggerOutput) String() string + type CreateUserDefinedFunctionInput struct + CatalogId *string + DatabaseName *string + FunctionInput *UserDefinedFunctionInput + func (s *CreateUserDefinedFunctionInput) SetCatalogId(v string) *CreateUserDefinedFunctionInput + func (s *CreateUserDefinedFunctionInput) SetDatabaseName(v string) *CreateUserDefinedFunctionInput + func (s *CreateUserDefinedFunctionInput) SetFunctionInput(v *UserDefinedFunctionInput) *CreateUserDefinedFunctionInput + func (s *CreateUserDefinedFunctionInput) Validate() error + func (s CreateUserDefinedFunctionInput) GoString() string + func (s CreateUserDefinedFunctionInput) String() string + type CreateUserDefinedFunctionOutput struct + func (s CreateUserDefinedFunctionOutput) GoString() string + func (s CreateUserDefinedFunctionOutput) String() string + type Database struct + CreateTime *time.Time + Description *string + LocationUri *string + Name *string + Parameters map[string]*string + func (s *Database) SetCreateTime(v time.Time) *Database + func (s *Database) SetDescription(v string) *Database + func (s *Database) SetLocationUri(v string) *Database + func (s *Database) SetName(v string) *Database + func (s *Database) SetParameters(v map[string]*string) *Database + func (s Database) GoString() string + func (s Database) String() string + type DatabaseInput struct + Description *string + LocationUri *string + Name *string + Parameters map[string]*string + func (s *DatabaseInput) SetDescription(v string) *DatabaseInput + func (s *DatabaseInput) SetLocationUri(v string) *DatabaseInput + func (s *DatabaseInput) SetName(v string) *DatabaseInput + func (s *DatabaseInput) SetParameters(v map[string]*string) *DatabaseInput + func (s *DatabaseInput) Validate() error + func (s DatabaseInput) GoString() string + func (s DatabaseInput) String() string + type DeleteClassifierInput struct + Name *string + func (s *DeleteClassifierInput) SetName(v string) *DeleteClassifierInput + func (s *DeleteClassifierInput) Validate() error + func (s DeleteClassifierInput) GoString() string + func (s DeleteClassifierInput) String() string + type DeleteClassifierOutput struct + func (s DeleteClassifierOutput) GoString() string + func (s DeleteClassifierOutput) String() string + type DeleteConnectionInput struct + CatalogId *string + ConnectionName *string + func (s *DeleteConnectionInput) SetCatalogId(v string) *DeleteConnectionInput + func (s *DeleteConnectionInput) SetConnectionName(v string) *DeleteConnectionInput + func (s *DeleteConnectionInput) Validate() error + func (s DeleteConnectionInput) GoString() string + func (s DeleteConnectionInput) String() string + type DeleteConnectionOutput struct + func (s DeleteConnectionOutput) GoString() string + func (s DeleteConnectionOutput) String() string + type DeleteCrawlerInput struct + Name *string + func (s *DeleteCrawlerInput) SetName(v string) *DeleteCrawlerInput + func (s *DeleteCrawlerInput) Validate() error + func (s DeleteCrawlerInput) GoString() string + func (s DeleteCrawlerInput) String() string + type DeleteCrawlerOutput struct + func (s DeleteCrawlerOutput) GoString() string + func (s DeleteCrawlerOutput) String() string + type DeleteDatabaseInput struct + CatalogId *string + Name *string + func (s *DeleteDatabaseInput) SetCatalogId(v string) *DeleteDatabaseInput + func (s *DeleteDatabaseInput) SetName(v string) *DeleteDatabaseInput + func (s *DeleteDatabaseInput) Validate() error + func (s DeleteDatabaseInput) GoString() string + func (s DeleteDatabaseInput) String() string + type DeleteDatabaseOutput struct + func (s DeleteDatabaseOutput) GoString() string + func (s DeleteDatabaseOutput) String() string + type DeleteDevEndpointInput struct + EndpointName *string + func (s *DeleteDevEndpointInput) SetEndpointName(v string) *DeleteDevEndpointInput + func (s *DeleteDevEndpointInput) Validate() error + func (s DeleteDevEndpointInput) GoString() string + func (s DeleteDevEndpointInput) String() string + type DeleteDevEndpointOutput struct + func (s DeleteDevEndpointOutput) GoString() string + func (s DeleteDevEndpointOutput) String() string + type DeleteJobInput struct + JobName *string + func (s *DeleteJobInput) SetJobName(v string) *DeleteJobInput + func (s *DeleteJobInput) Validate() error + func (s DeleteJobInput) GoString() string + func (s DeleteJobInput) String() string + type DeleteJobOutput struct + JobName *string + func (s *DeleteJobOutput) SetJobName(v string) *DeleteJobOutput + func (s DeleteJobOutput) GoString() string + func (s DeleteJobOutput) String() string + type DeletePartitionInput struct + CatalogId *string + DatabaseName *string + PartitionValues []*string + TableName *string + func (s *DeletePartitionInput) SetCatalogId(v string) *DeletePartitionInput + func (s *DeletePartitionInput) SetDatabaseName(v string) *DeletePartitionInput + func (s *DeletePartitionInput) SetPartitionValues(v []*string) *DeletePartitionInput + func (s *DeletePartitionInput) SetTableName(v string) *DeletePartitionInput + func (s *DeletePartitionInput) Validate() error + func (s DeletePartitionInput) GoString() string + func (s DeletePartitionInput) String() string + type DeletePartitionOutput struct + func (s DeletePartitionOutput) GoString() string + func (s DeletePartitionOutput) String() string + type DeleteTableInput struct + CatalogId *string + DatabaseName *string + Name *string + func (s *DeleteTableInput) SetCatalogId(v string) *DeleteTableInput + func (s *DeleteTableInput) SetDatabaseName(v string) *DeleteTableInput + func (s *DeleteTableInput) SetName(v string) *DeleteTableInput + func (s *DeleteTableInput) Validate() error + func (s DeleteTableInput) GoString() string + func (s DeleteTableInput) String() string + type DeleteTableOutput struct + func (s DeleteTableOutput) GoString() string + func (s DeleteTableOutput) String() string + type DeleteTriggerInput struct + Name *string + func (s *DeleteTriggerInput) SetName(v string) *DeleteTriggerInput + func (s *DeleteTriggerInput) Validate() error + func (s DeleteTriggerInput) GoString() string + func (s DeleteTriggerInput) String() string + type DeleteTriggerOutput struct + Name *string + func (s *DeleteTriggerOutput) SetName(v string) *DeleteTriggerOutput + func (s DeleteTriggerOutput) GoString() string + func (s DeleteTriggerOutput) String() string + type DeleteUserDefinedFunctionInput struct + CatalogId *string + DatabaseName *string + FunctionName *string + func (s *DeleteUserDefinedFunctionInput) SetCatalogId(v string) *DeleteUserDefinedFunctionInput + func (s *DeleteUserDefinedFunctionInput) SetDatabaseName(v string) *DeleteUserDefinedFunctionInput + func (s *DeleteUserDefinedFunctionInput) SetFunctionName(v string) *DeleteUserDefinedFunctionInput + func (s *DeleteUserDefinedFunctionInput) Validate() error + func (s DeleteUserDefinedFunctionInput) GoString() string + func (s DeleteUserDefinedFunctionInput) String() string + type DeleteUserDefinedFunctionOutput struct + func (s DeleteUserDefinedFunctionOutput) GoString() string + func (s DeleteUserDefinedFunctionOutput) String() string + type DevEndpoint struct + AvailabilityZone *string + CreatedTimestamp *time.Time + EndpointName *string + ExtraJarsS3Path *string + ExtraPythonLibsS3Path *string + FailureReason *string + LastModifiedTimestamp *time.Time + LastUpdateStatus *string + NumberOfNodes *int64 + PublicAddress *string + PublicKey *string + RoleArn *string + SecurityGroupIds []*string + Status *string + SubnetId *string + VpcId *string + YarnEndpointAddress *string + func (s *DevEndpoint) SetAvailabilityZone(v string) *DevEndpoint + func (s *DevEndpoint) SetCreatedTimestamp(v time.Time) *DevEndpoint + func (s *DevEndpoint) SetEndpointName(v string) *DevEndpoint + func (s *DevEndpoint) SetExtraJarsS3Path(v string) *DevEndpoint + func (s *DevEndpoint) SetExtraPythonLibsS3Path(v string) *DevEndpoint + func (s *DevEndpoint) SetFailureReason(v string) *DevEndpoint + func (s *DevEndpoint) SetLastModifiedTimestamp(v time.Time) *DevEndpoint + func (s *DevEndpoint) SetLastUpdateStatus(v string) *DevEndpoint + func (s *DevEndpoint) SetNumberOfNodes(v int64) *DevEndpoint + func (s *DevEndpoint) SetPublicAddress(v string) *DevEndpoint + func (s *DevEndpoint) SetPublicKey(v string) *DevEndpoint + func (s *DevEndpoint) SetRoleArn(v string) *DevEndpoint + func (s *DevEndpoint) SetSecurityGroupIds(v []*string) *DevEndpoint + func (s *DevEndpoint) SetStatus(v string) *DevEndpoint + func (s *DevEndpoint) SetSubnetId(v string) *DevEndpoint + func (s *DevEndpoint) SetVpcId(v string) *DevEndpoint + func (s *DevEndpoint) SetYarnEndpointAddress(v string) *DevEndpoint + func (s DevEndpoint) GoString() string + func (s DevEndpoint) String() string + type DevEndpointCustomLibraries struct + ExtraJarsS3Path *string + ExtraPythonLibsS3Path *string + func (s *DevEndpointCustomLibraries) SetExtraJarsS3Path(v string) *DevEndpointCustomLibraries + func (s *DevEndpointCustomLibraries) SetExtraPythonLibsS3Path(v string) *DevEndpointCustomLibraries + func (s DevEndpointCustomLibraries) GoString() string + func (s DevEndpointCustomLibraries) String() string + type ErrorDetail struct + ErrorCode *string + ErrorMessage *string + func (s *ErrorDetail) SetErrorCode(v string) *ErrorDetail + func (s *ErrorDetail) SetErrorMessage(v string) *ErrorDetail + func (s ErrorDetail) GoString() string + func (s ErrorDetail) String() string + type ExecutionProperty struct + MaxConcurrentRuns *int64 + func (s *ExecutionProperty) SetMaxConcurrentRuns(v int64) *ExecutionProperty + func (s ExecutionProperty) GoString() string + func (s ExecutionProperty) String() string + type GetCatalogImportStatusInput struct + CatalogId *string + func (s *GetCatalogImportStatusInput) SetCatalogId(v string) *GetCatalogImportStatusInput + func (s *GetCatalogImportStatusInput) Validate() error + func (s GetCatalogImportStatusInput) GoString() string + func (s GetCatalogImportStatusInput) String() string + type GetCatalogImportStatusOutput struct + ImportStatus *CatalogImportStatus + func (s *GetCatalogImportStatusOutput) SetImportStatus(v *CatalogImportStatus) *GetCatalogImportStatusOutput + func (s GetCatalogImportStatusOutput) GoString() string + func (s GetCatalogImportStatusOutput) String() string + type GetClassifierInput struct + Name *string + func (s *GetClassifierInput) SetName(v string) *GetClassifierInput + func (s *GetClassifierInput) Validate() error + func (s GetClassifierInput) GoString() string + func (s GetClassifierInput) String() string + type GetClassifierOutput struct + Classifier *Classifier + func (s *GetClassifierOutput) SetClassifier(v *Classifier) *GetClassifierOutput + func (s GetClassifierOutput) GoString() string + func (s GetClassifierOutput) String() string + type GetClassifiersInput struct + MaxResults *int64 + NextToken *string + func (s *GetClassifiersInput) SetMaxResults(v int64) *GetClassifiersInput + func (s *GetClassifiersInput) SetNextToken(v string) *GetClassifiersInput + func (s *GetClassifiersInput) Validate() error + func (s GetClassifiersInput) GoString() string + func (s GetClassifiersInput) String() string + type GetClassifiersOutput struct + Classifiers []*Classifier + NextToken *string + func (s *GetClassifiersOutput) SetClassifiers(v []*Classifier) *GetClassifiersOutput + func (s *GetClassifiersOutput) SetNextToken(v string) *GetClassifiersOutput + func (s GetClassifiersOutput) GoString() string + func (s GetClassifiersOutput) String() string + type GetConnectionInput struct + CatalogId *string + Name *string + func (s *GetConnectionInput) SetCatalogId(v string) *GetConnectionInput + func (s *GetConnectionInput) SetName(v string) *GetConnectionInput + func (s *GetConnectionInput) Validate() error + func (s GetConnectionInput) GoString() string + func (s GetConnectionInput) String() string + type GetConnectionOutput struct + Connection *Connection + func (s *GetConnectionOutput) SetConnection(v *Connection) *GetConnectionOutput + func (s GetConnectionOutput) GoString() string + func (s GetConnectionOutput) String() string + type GetConnectionsFilter struct + ConnectionType *string + MatchCriteria []*string + func (s *GetConnectionsFilter) SetConnectionType(v string) *GetConnectionsFilter + func (s *GetConnectionsFilter) SetMatchCriteria(v []*string) *GetConnectionsFilter + func (s GetConnectionsFilter) GoString() string + func (s GetConnectionsFilter) String() string + type GetConnectionsInput struct + CatalogId *string + Filter *GetConnectionsFilter + MaxResults *int64 + NextToken *string + func (s *GetConnectionsInput) SetCatalogId(v string) *GetConnectionsInput + func (s *GetConnectionsInput) SetFilter(v *GetConnectionsFilter) *GetConnectionsInput + func (s *GetConnectionsInput) SetMaxResults(v int64) *GetConnectionsInput + func (s *GetConnectionsInput) SetNextToken(v string) *GetConnectionsInput + func (s *GetConnectionsInput) Validate() error + func (s GetConnectionsInput) GoString() string + func (s GetConnectionsInput) String() string + type GetConnectionsOutput struct + ConnectionList []*Connection + NextToken *string + func (s *GetConnectionsOutput) SetConnectionList(v []*Connection) *GetConnectionsOutput + func (s *GetConnectionsOutput) SetNextToken(v string) *GetConnectionsOutput + func (s GetConnectionsOutput) GoString() string + func (s GetConnectionsOutput) String() string + type GetCrawlerInput struct + Name *string + func (s *GetCrawlerInput) SetName(v string) *GetCrawlerInput + func (s *GetCrawlerInput) Validate() error + func (s GetCrawlerInput) GoString() string + func (s GetCrawlerInput) String() string + type GetCrawlerMetricsInput struct + CrawlerNameList []*string + MaxResults *int64 + NextToken *string + func (s *GetCrawlerMetricsInput) SetCrawlerNameList(v []*string) *GetCrawlerMetricsInput + func (s *GetCrawlerMetricsInput) SetMaxResults(v int64) *GetCrawlerMetricsInput + func (s *GetCrawlerMetricsInput) SetNextToken(v string) *GetCrawlerMetricsInput + func (s *GetCrawlerMetricsInput) Validate() error + func (s GetCrawlerMetricsInput) GoString() string + func (s GetCrawlerMetricsInput) String() string + type GetCrawlerMetricsOutput struct + CrawlerMetricsList []*CrawlerMetrics + NextToken *string + func (s *GetCrawlerMetricsOutput) SetCrawlerMetricsList(v []*CrawlerMetrics) *GetCrawlerMetricsOutput + func (s *GetCrawlerMetricsOutput) SetNextToken(v string) *GetCrawlerMetricsOutput + func (s GetCrawlerMetricsOutput) GoString() string + func (s GetCrawlerMetricsOutput) String() string + type GetCrawlerOutput struct + Crawler *Crawler + func (s *GetCrawlerOutput) SetCrawler(v *Crawler) *GetCrawlerOutput + func (s GetCrawlerOutput) GoString() string + func (s GetCrawlerOutput) String() string + type GetCrawlersInput struct + MaxResults *int64 + NextToken *string + func (s *GetCrawlersInput) SetMaxResults(v int64) *GetCrawlersInput + func (s *GetCrawlersInput) SetNextToken(v string) *GetCrawlersInput + func (s *GetCrawlersInput) Validate() error + func (s GetCrawlersInput) GoString() string + func (s GetCrawlersInput) String() string + type GetCrawlersOutput struct + Crawlers []*Crawler + NextToken *string + func (s *GetCrawlersOutput) SetCrawlers(v []*Crawler) *GetCrawlersOutput + func (s *GetCrawlersOutput) SetNextToken(v string) *GetCrawlersOutput + func (s GetCrawlersOutput) GoString() string + func (s GetCrawlersOutput) String() string + type GetDatabaseInput struct + CatalogId *string + Name *string + func (s *GetDatabaseInput) SetCatalogId(v string) *GetDatabaseInput + func (s *GetDatabaseInput) SetName(v string) *GetDatabaseInput + func (s *GetDatabaseInput) Validate() error + func (s GetDatabaseInput) GoString() string + func (s GetDatabaseInput) String() string + type GetDatabaseOutput struct + Database *Database + func (s *GetDatabaseOutput) SetDatabase(v *Database) *GetDatabaseOutput + func (s GetDatabaseOutput) GoString() string + func (s GetDatabaseOutput) String() string + type GetDatabasesInput struct + CatalogId *string + MaxResults *int64 + NextToken *string + func (s *GetDatabasesInput) SetCatalogId(v string) *GetDatabasesInput + func (s *GetDatabasesInput) SetMaxResults(v int64) *GetDatabasesInput + func (s *GetDatabasesInput) SetNextToken(v string) *GetDatabasesInput + func (s *GetDatabasesInput) Validate() error + func (s GetDatabasesInput) GoString() string + func (s GetDatabasesInput) String() string + type GetDatabasesOutput struct + DatabaseList []*Database + NextToken *string + func (s *GetDatabasesOutput) SetDatabaseList(v []*Database) *GetDatabasesOutput + func (s *GetDatabasesOutput) SetNextToken(v string) *GetDatabasesOutput + func (s GetDatabasesOutput) GoString() string + func (s GetDatabasesOutput) String() string + type GetDataflowGraphInput struct + PythonScript *string + func (s *GetDataflowGraphInput) SetPythonScript(v string) *GetDataflowGraphInput + func (s GetDataflowGraphInput) GoString() string + func (s GetDataflowGraphInput) String() string + type GetDataflowGraphOutput struct + DagEdges []*CodeGenEdge + DagNodes []*CodeGenNode + func (s *GetDataflowGraphOutput) SetDagEdges(v []*CodeGenEdge) *GetDataflowGraphOutput + func (s *GetDataflowGraphOutput) SetDagNodes(v []*CodeGenNode) *GetDataflowGraphOutput + func (s GetDataflowGraphOutput) GoString() string + func (s GetDataflowGraphOutput) String() string + type GetDevEndpointInput struct + EndpointName *string + func (s *GetDevEndpointInput) SetEndpointName(v string) *GetDevEndpointInput + func (s *GetDevEndpointInput) Validate() error + func (s GetDevEndpointInput) GoString() string + func (s GetDevEndpointInput) String() string + type GetDevEndpointOutput struct + DevEndpoint *DevEndpoint + func (s *GetDevEndpointOutput) SetDevEndpoint(v *DevEndpoint) *GetDevEndpointOutput + func (s GetDevEndpointOutput) GoString() string + func (s GetDevEndpointOutput) String() string + type GetDevEndpointsInput struct + MaxResults *int64 + NextToken *string + func (s *GetDevEndpointsInput) SetMaxResults(v int64) *GetDevEndpointsInput + func (s *GetDevEndpointsInput) SetNextToken(v string) *GetDevEndpointsInput + func (s *GetDevEndpointsInput) Validate() error + func (s GetDevEndpointsInput) GoString() string + func (s GetDevEndpointsInput) String() string + type GetDevEndpointsOutput struct + DevEndpoints []*DevEndpoint + NextToken *string + func (s *GetDevEndpointsOutput) SetDevEndpoints(v []*DevEndpoint) *GetDevEndpointsOutput + func (s *GetDevEndpointsOutput) SetNextToken(v string) *GetDevEndpointsOutput + func (s GetDevEndpointsOutput) GoString() string + func (s GetDevEndpointsOutput) String() string + type GetJobInput struct + JobName *string + func (s *GetJobInput) SetJobName(v string) *GetJobInput + func (s *GetJobInput) Validate() error + func (s GetJobInput) GoString() string + func (s GetJobInput) String() string + type GetJobOutput struct + Job *Job + func (s *GetJobOutput) SetJob(v *Job) *GetJobOutput + func (s GetJobOutput) GoString() string + func (s GetJobOutput) String() string + type GetJobRunInput struct + JobName *string + PredecessorsIncluded *bool + RunId *string + func (s *GetJobRunInput) SetJobName(v string) *GetJobRunInput + func (s *GetJobRunInput) SetPredecessorsIncluded(v bool) *GetJobRunInput + func (s *GetJobRunInput) SetRunId(v string) *GetJobRunInput + func (s *GetJobRunInput) Validate() error + func (s GetJobRunInput) GoString() string + func (s GetJobRunInput) String() string + type GetJobRunOutput struct + JobRun *JobRun + func (s *GetJobRunOutput) SetJobRun(v *JobRun) *GetJobRunOutput + func (s GetJobRunOutput) GoString() string + func (s GetJobRunOutput) String() string + type GetJobRunsInput struct + JobName *string + MaxResults *int64 + NextToken *string + func (s *GetJobRunsInput) SetJobName(v string) *GetJobRunsInput + func (s *GetJobRunsInput) SetMaxResults(v int64) *GetJobRunsInput + func (s *GetJobRunsInput) SetNextToken(v string) *GetJobRunsInput + func (s *GetJobRunsInput) Validate() error + func (s GetJobRunsInput) GoString() string + func (s GetJobRunsInput) String() string + type GetJobRunsOutput struct + JobRuns []*JobRun + NextToken *string + func (s *GetJobRunsOutput) SetJobRuns(v []*JobRun) *GetJobRunsOutput + func (s *GetJobRunsOutput) SetNextToken(v string) *GetJobRunsOutput + func (s GetJobRunsOutput) GoString() string + func (s GetJobRunsOutput) String() string + type GetJobsInput struct + MaxResults *int64 + NextToken *string + func (s *GetJobsInput) SetMaxResults(v int64) *GetJobsInput + func (s *GetJobsInput) SetNextToken(v string) *GetJobsInput + func (s *GetJobsInput) Validate() error + func (s GetJobsInput) GoString() string + func (s GetJobsInput) String() string + type GetJobsOutput struct + Jobs []*Job + NextToken *string + func (s *GetJobsOutput) SetJobs(v []*Job) *GetJobsOutput + func (s *GetJobsOutput) SetNextToken(v string) *GetJobsOutput + func (s GetJobsOutput) GoString() string + func (s GetJobsOutput) String() string + type GetMappingInput struct + Location *Location + Sinks []*CatalogEntry + Source *CatalogEntry + func (s *GetMappingInput) SetLocation(v *Location) *GetMappingInput + func (s *GetMappingInput) SetSinks(v []*CatalogEntry) *GetMappingInput + func (s *GetMappingInput) SetSource(v *CatalogEntry) *GetMappingInput + func (s *GetMappingInput) Validate() error + func (s GetMappingInput) GoString() string + func (s GetMappingInput) String() string + type GetMappingOutput struct + Mapping []*MappingEntry + func (s *GetMappingOutput) SetMapping(v []*MappingEntry) *GetMappingOutput + func (s GetMappingOutput) GoString() string + func (s GetMappingOutput) String() string + type GetPartitionInput struct + CatalogId *string + DatabaseName *string + PartitionValues []*string + TableName *string + func (s *GetPartitionInput) SetCatalogId(v string) *GetPartitionInput + func (s *GetPartitionInput) SetDatabaseName(v string) *GetPartitionInput + func (s *GetPartitionInput) SetPartitionValues(v []*string) *GetPartitionInput + func (s *GetPartitionInput) SetTableName(v string) *GetPartitionInput + func (s *GetPartitionInput) Validate() error + func (s GetPartitionInput) GoString() string + func (s GetPartitionInput) String() string + type GetPartitionOutput struct + Partition *Partition + func (s *GetPartitionOutput) SetPartition(v *Partition) *GetPartitionOutput + func (s GetPartitionOutput) GoString() string + func (s GetPartitionOutput) String() string + type GetPartitionsInput struct + CatalogId *string + DatabaseName *string + Expression *string + MaxResults *int64 + NextToken *string + Segment *Segment + TableName *string + func (s *GetPartitionsInput) SetCatalogId(v string) *GetPartitionsInput + func (s *GetPartitionsInput) SetDatabaseName(v string) *GetPartitionsInput + func (s *GetPartitionsInput) SetExpression(v string) *GetPartitionsInput + func (s *GetPartitionsInput) SetMaxResults(v int64) *GetPartitionsInput + func (s *GetPartitionsInput) SetNextToken(v string) *GetPartitionsInput + func (s *GetPartitionsInput) SetSegment(v *Segment) *GetPartitionsInput + func (s *GetPartitionsInput) SetTableName(v string) *GetPartitionsInput + func (s *GetPartitionsInput) Validate() error + func (s GetPartitionsInput) GoString() string + func (s GetPartitionsInput) String() string + type GetPartitionsOutput struct + NextToken *string + Partitions []*Partition + func (s *GetPartitionsOutput) SetNextToken(v string) *GetPartitionsOutput + func (s *GetPartitionsOutput) SetPartitions(v []*Partition) *GetPartitionsOutput + func (s GetPartitionsOutput) GoString() string + func (s GetPartitionsOutput) String() string + type GetPlanInput struct + Location *Location + Mapping []*MappingEntry + Sinks []*CatalogEntry + Source *CatalogEntry + func (s *GetPlanInput) SetLocation(v *Location) *GetPlanInput + func (s *GetPlanInput) SetMapping(v []*MappingEntry) *GetPlanInput + func (s *GetPlanInput) SetSinks(v []*CatalogEntry) *GetPlanInput + func (s *GetPlanInput) SetSource(v *CatalogEntry) *GetPlanInput + func (s *GetPlanInput) Validate() error + func (s GetPlanInput) GoString() string + func (s GetPlanInput) String() string + type GetPlanOutput struct + PythonScript *string + func (s *GetPlanOutput) SetPythonScript(v string) *GetPlanOutput + func (s GetPlanOutput) GoString() string + func (s GetPlanOutput) String() string + type GetTableInput struct + CatalogId *string + DatabaseName *string + Name *string + func (s *GetTableInput) SetCatalogId(v string) *GetTableInput + func (s *GetTableInput) SetDatabaseName(v string) *GetTableInput + func (s *GetTableInput) SetName(v string) *GetTableInput + func (s *GetTableInput) Validate() error + func (s GetTableInput) GoString() string + func (s GetTableInput) String() string + type GetTableOutput struct + Table *Table + func (s *GetTableOutput) SetTable(v *Table) *GetTableOutput + func (s GetTableOutput) GoString() string + func (s GetTableOutput) String() string + type GetTableVersionsInput struct + CatalogId *string + DatabaseName *string + MaxResults *int64 + NextToken *string + TableName *string + func (s *GetTableVersionsInput) SetCatalogId(v string) *GetTableVersionsInput + func (s *GetTableVersionsInput) SetDatabaseName(v string) *GetTableVersionsInput + func (s *GetTableVersionsInput) SetMaxResults(v int64) *GetTableVersionsInput + func (s *GetTableVersionsInput) SetNextToken(v string) *GetTableVersionsInput + func (s *GetTableVersionsInput) SetTableName(v string) *GetTableVersionsInput + func (s *GetTableVersionsInput) Validate() error + func (s GetTableVersionsInput) GoString() string + func (s GetTableVersionsInput) String() string + type GetTableVersionsOutput struct + NextToken *string + TableVersions []*TableVersion + func (s *GetTableVersionsOutput) SetNextToken(v string) *GetTableVersionsOutput + func (s *GetTableVersionsOutput) SetTableVersions(v []*TableVersion) *GetTableVersionsOutput + func (s GetTableVersionsOutput) GoString() string + func (s GetTableVersionsOutput) String() string + type GetTablesInput struct + CatalogId *string + DatabaseName *string + Expression *string + MaxResults *int64 + NextToken *string + func (s *GetTablesInput) SetCatalogId(v string) *GetTablesInput + func (s *GetTablesInput) SetDatabaseName(v string) *GetTablesInput + func (s *GetTablesInput) SetExpression(v string) *GetTablesInput + func (s *GetTablesInput) SetMaxResults(v int64) *GetTablesInput + func (s *GetTablesInput) SetNextToken(v string) *GetTablesInput + func (s *GetTablesInput) Validate() error + func (s GetTablesInput) GoString() string + func (s GetTablesInput) String() string + type GetTablesOutput struct + NextToken *string + TableList []*Table + func (s *GetTablesOutput) SetNextToken(v string) *GetTablesOutput + func (s *GetTablesOutput) SetTableList(v []*Table) *GetTablesOutput + func (s GetTablesOutput) GoString() string + func (s GetTablesOutput) String() string + type GetTriggerInput struct + Name *string + func (s *GetTriggerInput) SetName(v string) *GetTriggerInput + func (s *GetTriggerInput) Validate() error + func (s GetTriggerInput) GoString() string + func (s GetTriggerInput) String() string + type GetTriggerOutput struct + Trigger *Trigger + func (s *GetTriggerOutput) SetTrigger(v *Trigger) *GetTriggerOutput + func (s GetTriggerOutput) GoString() string + func (s GetTriggerOutput) String() string + type GetTriggersInput struct + DependentJobName *string + MaxResults *int64 + NextToken *string + func (s *GetTriggersInput) SetDependentJobName(v string) *GetTriggersInput + func (s *GetTriggersInput) SetMaxResults(v int64) *GetTriggersInput + func (s *GetTriggersInput) SetNextToken(v string) *GetTriggersInput + func (s *GetTriggersInput) Validate() error + func (s GetTriggersInput) GoString() string + func (s GetTriggersInput) String() string + type GetTriggersOutput struct + NextToken *string + Triggers []*Trigger + func (s *GetTriggersOutput) SetNextToken(v string) *GetTriggersOutput + func (s *GetTriggersOutput) SetTriggers(v []*Trigger) *GetTriggersOutput + func (s GetTriggersOutput) GoString() string + func (s GetTriggersOutput) String() string + type GetUserDefinedFunctionInput struct + CatalogId *string + DatabaseName *string + FunctionName *string + func (s *GetUserDefinedFunctionInput) SetCatalogId(v string) *GetUserDefinedFunctionInput + func (s *GetUserDefinedFunctionInput) SetDatabaseName(v string) *GetUserDefinedFunctionInput + func (s *GetUserDefinedFunctionInput) SetFunctionName(v string) *GetUserDefinedFunctionInput + func (s *GetUserDefinedFunctionInput) Validate() error + func (s GetUserDefinedFunctionInput) GoString() string + func (s GetUserDefinedFunctionInput) String() string + type GetUserDefinedFunctionOutput struct + UserDefinedFunction *UserDefinedFunction + func (s *GetUserDefinedFunctionOutput) SetUserDefinedFunction(v *UserDefinedFunction) *GetUserDefinedFunctionOutput + func (s GetUserDefinedFunctionOutput) GoString() string + func (s GetUserDefinedFunctionOutput) String() string + type GetUserDefinedFunctionsInput struct + CatalogId *string + DatabaseName *string + MaxResults *int64 + NextToken *string + Pattern *string + func (s *GetUserDefinedFunctionsInput) SetCatalogId(v string) *GetUserDefinedFunctionsInput + func (s *GetUserDefinedFunctionsInput) SetDatabaseName(v string) *GetUserDefinedFunctionsInput + func (s *GetUserDefinedFunctionsInput) SetMaxResults(v int64) *GetUserDefinedFunctionsInput + func (s *GetUserDefinedFunctionsInput) SetNextToken(v string) *GetUserDefinedFunctionsInput + func (s *GetUserDefinedFunctionsInput) SetPattern(v string) *GetUserDefinedFunctionsInput + func (s *GetUserDefinedFunctionsInput) Validate() error + func (s GetUserDefinedFunctionsInput) GoString() string + func (s GetUserDefinedFunctionsInput) String() string + type GetUserDefinedFunctionsOutput struct + NextToken *string + UserDefinedFunctions []*UserDefinedFunction + func (s *GetUserDefinedFunctionsOutput) SetNextToken(v string) *GetUserDefinedFunctionsOutput + func (s *GetUserDefinedFunctionsOutput) SetUserDefinedFunctions(v []*UserDefinedFunction) *GetUserDefinedFunctionsOutput + func (s GetUserDefinedFunctionsOutput) GoString() string + func (s GetUserDefinedFunctionsOutput) String() string + type Glue struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Glue + func (c *Glue) BatchCreatePartition(input *BatchCreatePartitionInput) (*BatchCreatePartitionOutput, error) + func (c *Glue) BatchCreatePartitionRequest(input *BatchCreatePartitionInput) (req *request.Request, output *BatchCreatePartitionOutput) + func (c *Glue) BatchCreatePartitionWithContext(ctx aws.Context, input *BatchCreatePartitionInput, opts ...request.Option) (*BatchCreatePartitionOutput, error) + func (c *Glue) BatchDeleteConnection(input *BatchDeleteConnectionInput) (*BatchDeleteConnectionOutput, error) + func (c *Glue) BatchDeleteConnectionRequest(input *BatchDeleteConnectionInput) (req *request.Request, output *BatchDeleteConnectionOutput) + func (c *Glue) BatchDeleteConnectionWithContext(ctx aws.Context, input *BatchDeleteConnectionInput, opts ...request.Option) (*BatchDeleteConnectionOutput, error) + func (c *Glue) BatchDeletePartition(input *BatchDeletePartitionInput) (*BatchDeletePartitionOutput, error) + func (c *Glue) BatchDeletePartitionRequest(input *BatchDeletePartitionInput) (req *request.Request, output *BatchDeletePartitionOutput) + func (c *Glue) BatchDeletePartitionWithContext(ctx aws.Context, input *BatchDeletePartitionInput, opts ...request.Option) (*BatchDeletePartitionOutput, error) + func (c *Glue) BatchDeleteTable(input *BatchDeleteTableInput) (*BatchDeleteTableOutput, error) + func (c *Glue) BatchDeleteTableRequest(input *BatchDeleteTableInput) (req *request.Request, output *BatchDeleteTableOutput) + func (c *Glue) BatchDeleteTableWithContext(ctx aws.Context, input *BatchDeleteTableInput, opts ...request.Option) (*BatchDeleteTableOutput, error) + func (c *Glue) BatchGetPartition(input *BatchGetPartitionInput) (*BatchGetPartitionOutput, error) + func (c *Glue) BatchGetPartitionRequest(input *BatchGetPartitionInput) (req *request.Request, output *BatchGetPartitionOutput) + func (c *Glue) BatchGetPartitionWithContext(ctx aws.Context, input *BatchGetPartitionInput, opts ...request.Option) (*BatchGetPartitionOutput, error) + func (c *Glue) CreateClassifier(input *CreateClassifierInput) (*CreateClassifierOutput, error) + func (c *Glue) CreateClassifierRequest(input *CreateClassifierInput) (req *request.Request, output *CreateClassifierOutput) + func (c *Glue) CreateClassifierWithContext(ctx aws.Context, input *CreateClassifierInput, opts ...request.Option) (*CreateClassifierOutput, error) + func (c *Glue) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error) + func (c *Glue) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput) + func (c *Glue) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error) + func (c *Glue) CreateCrawler(input *CreateCrawlerInput) (*CreateCrawlerOutput, error) + func (c *Glue) CreateCrawlerRequest(input *CreateCrawlerInput) (req *request.Request, output *CreateCrawlerOutput) + func (c *Glue) CreateCrawlerWithContext(ctx aws.Context, input *CreateCrawlerInput, opts ...request.Option) (*CreateCrawlerOutput, error) + func (c *Glue) CreateDatabase(input *CreateDatabaseInput) (*CreateDatabaseOutput, error) + func (c *Glue) CreateDatabaseRequest(input *CreateDatabaseInput) (req *request.Request, output *CreateDatabaseOutput) + func (c *Glue) CreateDatabaseWithContext(ctx aws.Context, input *CreateDatabaseInput, opts ...request.Option) (*CreateDatabaseOutput, error) + func (c *Glue) CreateDevEndpoint(input *CreateDevEndpointInput) (*CreateDevEndpointOutput, error) + func (c *Glue) CreateDevEndpointRequest(input *CreateDevEndpointInput) (req *request.Request, output *CreateDevEndpointOutput) + func (c *Glue) CreateDevEndpointWithContext(ctx aws.Context, input *CreateDevEndpointInput, opts ...request.Option) (*CreateDevEndpointOutput, error) + func (c *Glue) CreateJob(input *CreateJobInput) (*CreateJobOutput, error) + func (c *Glue) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput) + func (c *Glue) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error) + func (c *Glue) CreatePartition(input *CreatePartitionInput) (*CreatePartitionOutput, error) + func (c *Glue) CreatePartitionRequest(input *CreatePartitionInput) (req *request.Request, output *CreatePartitionOutput) + func (c *Glue) CreatePartitionWithContext(ctx aws.Context, input *CreatePartitionInput, opts ...request.Option) (*CreatePartitionOutput, error) + func (c *Glue) CreateScript(input *CreateScriptInput) (*CreateScriptOutput, error) + func (c *Glue) CreateScriptRequest(input *CreateScriptInput) (req *request.Request, output *CreateScriptOutput) + func (c *Glue) CreateScriptWithContext(ctx aws.Context, input *CreateScriptInput, opts ...request.Option) (*CreateScriptOutput, error) + func (c *Glue) CreateTable(input *CreateTableInput) (*CreateTableOutput, error) + func (c *Glue) CreateTableRequest(input *CreateTableInput) (req *request.Request, output *CreateTableOutput) + func (c *Glue) CreateTableWithContext(ctx aws.Context, input *CreateTableInput, opts ...request.Option) (*CreateTableOutput, error) + func (c *Glue) CreateTrigger(input *CreateTriggerInput) (*CreateTriggerOutput, error) + func (c *Glue) CreateTriggerRequest(input *CreateTriggerInput) (req *request.Request, output *CreateTriggerOutput) + func (c *Glue) CreateTriggerWithContext(ctx aws.Context, input *CreateTriggerInput, opts ...request.Option) (*CreateTriggerOutput, error) + func (c *Glue) CreateUserDefinedFunction(input *CreateUserDefinedFunctionInput) (*CreateUserDefinedFunctionOutput, error) + func (c *Glue) CreateUserDefinedFunctionRequest(input *CreateUserDefinedFunctionInput) (req *request.Request, output *CreateUserDefinedFunctionOutput) + func (c *Glue) CreateUserDefinedFunctionWithContext(ctx aws.Context, input *CreateUserDefinedFunctionInput, opts ...request.Option) (*CreateUserDefinedFunctionOutput, error) + func (c *Glue) DeleteClassifier(input *DeleteClassifierInput) (*DeleteClassifierOutput, error) + func (c *Glue) DeleteClassifierRequest(input *DeleteClassifierInput) (req *request.Request, output *DeleteClassifierOutput) + func (c *Glue) DeleteClassifierWithContext(ctx aws.Context, input *DeleteClassifierInput, opts ...request.Option) (*DeleteClassifierOutput, error) + func (c *Glue) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error) + func (c *Glue) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput) + func (c *Glue) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error) + func (c *Glue) DeleteCrawler(input *DeleteCrawlerInput) (*DeleteCrawlerOutput, error) + func (c *Glue) DeleteCrawlerRequest(input *DeleteCrawlerInput) (req *request.Request, output *DeleteCrawlerOutput) + func (c *Glue) DeleteCrawlerWithContext(ctx aws.Context, input *DeleteCrawlerInput, opts ...request.Option) (*DeleteCrawlerOutput, error) + func (c *Glue) DeleteDatabase(input *DeleteDatabaseInput) (*DeleteDatabaseOutput, error) + func (c *Glue) DeleteDatabaseRequest(input *DeleteDatabaseInput) (req *request.Request, output *DeleteDatabaseOutput) + func (c *Glue) DeleteDatabaseWithContext(ctx aws.Context, input *DeleteDatabaseInput, opts ...request.Option) (*DeleteDatabaseOutput, error) + func (c *Glue) DeleteDevEndpoint(input *DeleteDevEndpointInput) (*DeleteDevEndpointOutput, error) + func (c *Glue) DeleteDevEndpointRequest(input *DeleteDevEndpointInput) (req *request.Request, output *DeleteDevEndpointOutput) + func (c *Glue) DeleteDevEndpointWithContext(ctx aws.Context, input *DeleteDevEndpointInput, opts ...request.Option) (*DeleteDevEndpointOutput, error) + func (c *Glue) DeleteJob(input *DeleteJobInput) (*DeleteJobOutput, error) + func (c *Glue) DeleteJobRequest(input *DeleteJobInput) (req *request.Request, output *DeleteJobOutput) + func (c *Glue) DeleteJobWithContext(ctx aws.Context, input *DeleteJobInput, opts ...request.Option) (*DeleteJobOutput, error) + func (c *Glue) DeletePartition(input *DeletePartitionInput) (*DeletePartitionOutput, error) + func (c *Glue) DeletePartitionRequest(input *DeletePartitionInput) (req *request.Request, output *DeletePartitionOutput) + func (c *Glue) DeletePartitionWithContext(ctx aws.Context, input *DeletePartitionInput, opts ...request.Option) (*DeletePartitionOutput, error) + func (c *Glue) DeleteTable(input *DeleteTableInput) (*DeleteTableOutput, error) + func (c *Glue) DeleteTableRequest(input *DeleteTableInput) (req *request.Request, output *DeleteTableOutput) + func (c *Glue) DeleteTableWithContext(ctx aws.Context, input *DeleteTableInput, opts ...request.Option) (*DeleteTableOutput, error) + func (c *Glue) DeleteTrigger(input *DeleteTriggerInput) (*DeleteTriggerOutput, error) + func (c *Glue) DeleteTriggerRequest(input *DeleteTriggerInput) (req *request.Request, output *DeleteTriggerOutput) + func (c *Glue) DeleteTriggerWithContext(ctx aws.Context, input *DeleteTriggerInput, opts ...request.Option) (*DeleteTriggerOutput, error) + func (c *Glue) DeleteUserDefinedFunction(input *DeleteUserDefinedFunctionInput) (*DeleteUserDefinedFunctionOutput, error) + func (c *Glue) DeleteUserDefinedFunctionRequest(input *DeleteUserDefinedFunctionInput) (req *request.Request, output *DeleteUserDefinedFunctionOutput) + func (c *Glue) DeleteUserDefinedFunctionWithContext(ctx aws.Context, input *DeleteUserDefinedFunctionInput, opts ...request.Option) (*DeleteUserDefinedFunctionOutput, error) + func (c *Glue) GetCatalogImportStatus(input *GetCatalogImportStatusInput) (*GetCatalogImportStatusOutput, error) + func (c *Glue) GetCatalogImportStatusRequest(input *GetCatalogImportStatusInput) (req *request.Request, output *GetCatalogImportStatusOutput) + func (c *Glue) GetCatalogImportStatusWithContext(ctx aws.Context, input *GetCatalogImportStatusInput, opts ...request.Option) (*GetCatalogImportStatusOutput, error) + func (c *Glue) GetClassifier(input *GetClassifierInput) (*GetClassifierOutput, error) + func (c *Glue) GetClassifierRequest(input *GetClassifierInput) (req *request.Request, output *GetClassifierOutput) + func (c *Glue) GetClassifierWithContext(ctx aws.Context, input *GetClassifierInput, opts ...request.Option) (*GetClassifierOutput, error) + func (c *Glue) GetClassifiers(input *GetClassifiersInput) (*GetClassifiersOutput, error) + func (c *Glue) GetClassifiersPages(input *GetClassifiersInput, fn func(*GetClassifiersOutput, bool) bool) error + func (c *Glue) GetClassifiersPagesWithContext(ctx aws.Context, input *GetClassifiersInput, ...) error + func (c *Glue) GetClassifiersRequest(input *GetClassifiersInput) (req *request.Request, output *GetClassifiersOutput) + func (c *Glue) GetClassifiersWithContext(ctx aws.Context, input *GetClassifiersInput, opts ...request.Option) (*GetClassifiersOutput, error) + func (c *Glue) GetConnection(input *GetConnectionInput) (*GetConnectionOutput, error) + func (c *Glue) GetConnectionRequest(input *GetConnectionInput) (req *request.Request, output *GetConnectionOutput) + func (c *Glue) GetConnectionWithContext(ctx aws.Context, input *GetConnectionInput, opts ...request.Option) (*GetConnectionOutput, error) + func (c *Glue) GetConnections(input *GetConnectionsInput) (*GetConnectionsOutput, error) + func (c *Glue) GetConnectionsPages(input *GetConnectionsInput, fn func(*GetConnectionsOutput, bool) bool) error + func (c *Glue) GetConnectionsPagesWithContext(ctx aws.Context, input *GetConnectionsInput, ...) error + func (c *Glue) GetConnectionsRequest(input *GetConnectionsInput) (req *request.Request, output *GetConnectionsOutput) + func (c *Glue) GetConnectionsWithContext(ctx aws.Context, input *GetConnectionsInput, opts ...request.Option) (*GetConnectionsOutput, error) + func (c *Glue) GetCrawler(input *GetCrawlerInput) (*GetCrawlerOutput, error) + func (c *Glue) GetCrawlerMetrics(input *GetCrawlerMetricsInput) (*GetCrawlerMetricsOutput, error) + func (c *Glue) GetCrawlerMetricsPages(input *GetCrawlerMetricsInput, fn func(*GetCrawlerMetricsOutput, bool) bool) error + func (c *Glue) GetCrawlerMetricsPagesWithContext(ctx aws.Context, input *GetCrawlerMetricsInput, ...) error + func (c *Glue) GetCrawlerMetricsRequest(input *GetCrawlerMetricsInput) (req *request.Request, output *GetCrawlerMetricsOutput) + func (c *Glue) GetCrawlerMetricsWithContext(ctx aws.Context, input *GetCrawlerMetricsInput, opts ...request.Option) (*GetCrawlerMetricsOutput, error) + func (c *Glue) GetCrawlerRequest(input *GetCrawlerInput) (req *request.Request, output *GetCrawlerOutput) + func (c *Glue) GetCrawlerWithContext(ctx aws.Context, input *GetCrawlerInput, opts ...request.Option) (*GetCrawlerOutput, error) + func (c *Glue) GetCrawlers(input *GetCrawlersInput) (*GetCrawlersOutput, error) + func (c *Glue) GetCrawlersPages(input *GetCrawlersInput, fn func(*GetCrawlersOutput, bool) bool) error + func (c *Glue) GetCrawlersPagesWithContext(ctx aws.Context, input *GetCrawlersInput, ...) error + func (c *Glue) GetCrawlersRequest(input *GetCrawlersInput) (req *request.Request, output *GetCrawlersOutput) + func (c *Glue) GetCrawlersWithContext(ctx aws.Context, input *GetCrawlersInput, opts ...request.Option) (*GetCrawlersOutput, error) + func (c *Glue) GetDatabase(input *GetDatabaseInput) (*GetDatabaseOutput, error) + func (c *Glue) GetDatabaseRequest(input *GetDatabaseInput) (req *request.Request, output *GetDatabaseOutput) + func (c *Glue) GetDatabaseWithContext(ctx aws.Context, input *GetDatabaseInput, opts ...request.Option) (*GetDatabaseOutput, error) + func (c *Glue) GetDatabases(input *GetDatabasesInput) (*GetDatabasesOutput, error) + func (c *Glue) GetDatabasesPages(input *GetDatabasesInput, fn func(*GetDatabasesOutput, bool) bool) error + func (c *Glue) GetDatabasesPagesWithContext(ctx aws.Context, input *GetDatabasesInput, ...) error + func (c *Glue) GetDatabasesRequest(input *GetDatabasesInput) (req *request.Request, output *GetDatabasesOutput) + func (c *Glue) GetDatabasesWithContext(ctx aws.Context, input *GetDatabasesInput, opts ...request.Option) (*GetDatabasesOutput, error) + func (c *Glue) GetDataflowGraph(input *GetDataflowGraphInput) (*GetDataflowGraphOutput, error) + func (c *Glue) GetDataflowGraphRequest(input *GetDataflowGraphInput) (req *request.Request, output *GetDataflowGraphOutput) + func (c *Glue) GetDataflowGraphWithContext(ctx aws.Context, input *GetDataflowGraphInput, opts ...request.Option) (*GetDataflowGraphOutput, error) + func (c *Glue) GetDevEndpoint(input *GetDevEndpointInput) (*GetDevEndpointOutput, error) + func (c *Glue) GetDevEndpointRequest(input *GetDevEndpointInput) (req *request.Request, output *GetDevEndpointOutput) + func (c *Glue) GetDevEndpointWithContext(ctx aws.Context, input *GetDevEndpointInput, opts ...request.Option) (*GetDevEndpointOutput, error) + func (c *Glue) GetDevEndpoints(input *GetDevEndpointsInput) (*GetDevEndpointsOutput, error) + func (c *Glue) GetDevEndpointsPages(input *GetDevEndpointsInput, fn func(*GetDevEndpointsOutput, bool) bool) error + func (c *Glue) GetDevEndpointsPagesWithContext(ctx aws.Context, input *GetDevEndpointsInput, ...) error + func (c *Glue) GetDevEndpointsRequest(input *GetDevEndpointsInput) (req *request.Request, output *GetDevEndpointsOutput) + func (c *Glue) GetDevEndpointsWithContext(ctx aws.Context, input *GetDevEndpointsInput, opts ...request.Option) (*GetDevEndpointsOutput, error) + func (c *Glue) GetJob(input *GetJobInput) (*GetJobOutput, error) + func (c *Glue) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput) + func (c *Glue) GetJobRun(input *GetJobRunInput) (*GetJobRunOutput, error) + func (c *Glue) GetJobRunRequest(input *GetJobRunInput) (req *request.Request, output *GetJobRunOutput) + func (c *Glue) GetJobRunWithContext(ctx aws.Context, input *GetJobRunInput, opts ...request.Option) (*GetJobRunOutput, error) + func (c *Glue) GetJobRuns(input *GetJobRunsInput) (*GetJobRunsOutput, error) + func (c *Glue) GetJobRunsPages(input *GetJobRunsInput, fn func(*GetJobRunsOutput, bool) bool) error + func (c *Glue) GetJobRunsPagesWithContext(ctx aws.Context, input *GetJobRunsInput, fn func(*GetJobRunsOutput, bool) bool, ...) error + func (c *Glue) GetJobRunsRequest(input *GetJobRunsInput) (req *request.Request, output *GetJobRunsOutput) + func (c *Glue) GetJobRunsWithContext(ctx aws.Context, input *GetJobRunsInput, opts ...request.Option) (*GetJobRunsOutput, error) + func (c *Glue) GetJobWithContext(ctx aws.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error) + func (c *Glue) GetJobs(input *GetJobsInput) (*GetJobsOutput, error) + func (c *Glue) GetJobsPages(input *GetJobsInput, fn func(*GetJobsOutput, bool) bool) error + func (c *Glue) GetJobsPagesWithContext(ctx aws.Context, input *GetJobsInput, fn func(*GetJobsOutput, bool) bool, ...) error + func (c *Glue) GetJobsRequest(input *GetJobsInput) (req *request.Request, output *GetJobsOutput) + func (c *Glue) GetJobsWithContext(ctx aws.Context, input *GetJobsInput, opts ...request.Option) (*GetJobsOutput, error) + func (c *Glue) GetMapping(input *GetMappingInput) (*GetMappingOutput, error) + func (c *Glue) GetMappingRequest(input *GetMappingInput) (req *request.Request, output *GetMappingOutput) + func (c *Glue) GetMappingWithContext(ctx aws.Context, input *GetMappingInput, opts ...request.Option) (*GetMappingOutput, error) + func (c *Glue) GetPartition(input *GetPartitionInput) (*GetPartitionOutput, error) + func (c *Glue) GetPartitionRequest(input *GetPartitionInput) (req *request.Request, output *GetPartitionOutput) + func (c *Glue) GetPartitionWithContext(ctx aws.Context, input *GetPartitionInput, opts ...request.Option) (*GetPartitionOutput, error) + func (c *Glue) GetPartitions(input *GetPartitionsInput) (*GetPartitionsOutput, error) + func (c *Glue) GetPartitionsPages(input *GetPartitionsInput, fn func(*GetPartitionsOutput, bool) bool) error + func (c *Glue) GetPartitionsPagesWithContext(ctx aws.Context, input *GetPartitionsInput, ...) error + func (c *Glue) GetPartitionsRequest(input *GetPartitionsInput) (req *request.Request, output *GetPartitionsOutput) + func (c *Glue) GetPartitionsWithContext(ctx aws.Context, input *GetPartitionsInput, opts ...request.Option) (*GetPartitionsOutput, error) + func (c *Glue) GetPlan(input *GetPlanInput) (*GetPlanOutput, error) + func (c *Glue) GetPlanRequest(input *GetPlanInput) (req *request.Request, output *GetPlanOutput) + func (c *Glue) GetPlanWithContext(ctx aws.Context, input *GetPlanInput, opts ...request.Option) (*GetPlanOutput, error) + func (c *Glue) GetTable(input *GetTableInput) (*GetTableOutput, error) + func (c *Glue) GetTableRequest(input *GetTableInput) (req *request.Request, output *GetTableOutput) + func (c *Glue) GetTableVersions(input *GetTableVersionsInput) (*GetTableVersionsOutput, error) + func (c *Glue) GetTableVersionsPages(input *GetTableVersionsInput, fn func(*GetTableVersionsOutput, bool) bool) error + func (c *Glue) GetTableVersionsPagesWithContext(ctx aws.Context, input *GetTableVersionsInput, ...) error + func (c *Glue) GetTableVersionsRequest(input *GetTableVersionsInput) (req *request.Request, output *GetTableVersionsOutput) + func (c *Glue) GetTableVersionsWithContext(ctx aws.Context, input *GetTableVersionsInput, opts ...request.Option) (*GetTableVersionsOutput, error) + func (c *Glue) GetTableWithContext(ctx aws.Context, input *GetTableInput, opts ...request.Option) (*GetTableOutput, error) + func (c *Glue) GetTables(input *GetTablesInput) (*GetTablesOutput, error) + func (c *Glue) GetTablesPages(input *GetTablesInput, fn func(*GetTablesOutput, bool) bool) error + func (c *Glue) GetTablesPagesWithContext(ctx aws.Context, input *GetTablesInput, fn func(*GetTablesOutput, bool) bool, ...) error + func (c *Glue) GetTablesRequest(input *GetTablesInput) (req *request.Request, output *GetTablesOutput) + func (c *Glue) GetTablesWithContext(ctx aws.Context, input *GetTablesInput, opts ...request.Option) (*GetTablesOutput, error) + func (c *Glue) GetTrigger(input *GetTriggerInput) (*GetTriggerOutput, error) + func (c *Glue) GetTriggerRequest(input *GetTriggerInput) (req *request.Request, output *GetTriggerOutput) + func (c *Glue) GetTriggerWithContext(ctx aws.Context, input *GetTriggerInput, opts ...request.Option) (*GetTriggerOutput, error) + func (c *Glue) GetTriggers(input *GetTriggersInput) (*GetTriggersOutput, error) + func (c *Glue) GetTriggersPages(input *GetTriggersInput, fn func(*GetTriggersOutput, bool) bool) error + func (c *Glue) GetTriggersPagesWithContext(ctx aws.Context, input *GetTriggersInput, ...) error + func (c *Glue) GetTriggersRequest(input *GetTriggersInput) (req *request.Request, output *GetTriggersOutput) + func (c *Glue) GetTriggersWithContext(ctx aws.Context, input *GetTriggersInput, opts ...request.Option) (*GetTriggersOutput, error) + func (c *Glue) GetUserDefinedFunction(input *GetUserDefinedFunctionInput) (*GetUserDefinedFunctionOutput, error) + func (c *Glue) GetUserDefinedFunctionRequest(input *GetUserDefinedFunctionInput) (req *request.Request, output *GetUserDefinedFunctionOutput) + func (c *Glue) GetUserDefinedFunctionWithContext(ctx aws.Context, input *GetUserDefinedFunctionInput, opts ...request.Option) (*GetUserDefinedFunctionOutput, error) + func (c *Glue) GetUserDefinedFunctions(input *GetUserDefinedFunctionsInput) (*GetUserDefinedFunctionsOutput, error) + func (c *Glue) GetUserDefinedFunctionsPages(input *GetUserDefinedFunctionsInput, ...) error + func (c *Glue) GetUserDefinedFunctionsPagesWithContext(ctx aws.Context, input *GetUserDefinedFunctionsInput, ...) error + func (c *Glue) GetUserDefinedFunctionsRequest(input *GetUserDefinedFunctionsInput) (req *request.Request, output *GetUserDefinedFunctionsOutput) + func (c *Glue) GetUserDefinedFunctionsWithContext(ctx aws.Context, input *GetUserDefinedFunctionsInput, opts ...request.Option) (*GetUserDefinedFunctionsOutput, error) + func (c *Glue) ImportCatalogToGlue(input *ImportCatalogToGlueInput) (*ImportCatalogToGlueOutput, error) + func (c *Glue) ImportCatalogToGlueRequest(input *ImportCatalogToGlueInput) (req *request.Request, output *ImportCatalogToGlueOutput) + func (c *Glue) ImportCatalogToGlueWithContext(ctx aws.Context, input *ImportCatalogToGlueInput, opts ...request.Option) (*ImportCatalogToGlueOutput, error) + func (c *Glue) ResetJobBookmark(input *ResetJobBookmarkInput) (*ResetJobBookmarkOutput, error) + func (c *Glue) ResetJobBookmarkRequest(input *ResetJobBookmarkInput) (req *request.Request, output *ResetJobBookmarkOutput) + func (c *Glue) ResetJobBookmarkWithContext(ctx aws.Context, input *ResetJobBookmarkInput, opts ...request.Option) (*ResetJobBookmarkOutput, error) + func (c *Glue) StartCrawler(input *StartCrawlerInput) (*StartCrawlerOutput, error) + func (c *Glue) StartCrawlerRequest(input *StartCrawlerInput) (req *request.Request, output *StartCrawlerOutput) + func (c *Glue) StartCrawlerSchedule(input *StartCrawlerScheduleInput) (*StartCrawlerScheduleOutput, error) + func (c *Glue) StartCrawlerScheduleRequest(input *StartCrawlerScheduleInput) (req *request.Request, output *StartCrawlerScheduleOutput) + func (c *Glue) StartCrawlerScheduleWithContext(ctx aws.Context, input *StartCrawlerScheduleInput, opts ...request.Option) (*StartCrawlerScheduleOutput, error) + func (c *Glue) StartCrawlerWithContext(ctx aws.Context, input *StartCrawlerInput, opts ...request.Option) (*StartCrawlerOutput, error) + func (c *Glue) StartJobRun(input *StartJobRunInput) (*StartJobRunOutput, error) + func (c *Glue) StartJobRunRequest(input *StartJobRunInput) (req *request.Request, output *StartJobRunOutput) + func (c *Glue) StartJobRunWithContext(ctx aws.Context, input *StartJobRunInput, opts ...request.Option) (*StartJobRunOutput, error) + func (c *Glue) StartTrigger(input *StartTriggerInput) (*StartTriggerOutput, error) + func (c *Glue) StartTriggerRequest(input *StartTriggerInput) (req *request.Request, output *StartTriggerOutput) + func (c *Glue) StartTriggerWithContext(ctx aws.Context, input *StartTriggerInput, opts ...request.Option) (*StartTriggerOutput, error) + func (c *Glue) StopCrawler(input *StopCrawlerInput) (*StopCrawlerOutput, error) + func (c *Glue) StopCrawlerRequest(input *StopCrawlerInput) (req *request.Request, output *StopCrawlerOutput) + func (c *Glue) StopCrawlerSchedule(input *StopCrawlerScheduleInput) (*StopCrawlerScheduleOutput, error) + func (c *Glue) StopCrawlerScheduleRequest(input *StopCrawlerScheduleInput) (req *request.Request, output *StopCrawlerScheduleOutput) + func (c *Glue) StopCrawlerScheduleWithContext(ctx aws.Context, input *StopCrawlerScheduleInput, opts ...request.Option) (*StopCrawlerScheduleOutput, error) + func (c *Glue) StopCrawlerWithContext(ctx aws.Context, input *StopCrawlerInput, opts ...request.Option) (*StopCrawlerOutput, error) + func (c *Glue) StopTrigger(input *StopTriggerInput) (*StopTriggerOutput, error) + func (c *Glue) StopTriggerRequest(input *StopTriggerInput) (req *request.Request, output *StopTriggerOutput) + func (c *Glue) StopTriggerWithContext(ctx aws.Context, input *StopTriggerInput, opts ...request.Option) (*StopTriggerOutput, error) + func (c *Glue) UpdateClassifier(input *UpdateClassifierInput) (*UpdateClassifierOutput, error) + func (c *Glue) UpdateClassifierRequest(input *UpdateClassifierInput) (req *request.Request, output *UpdateClassifierOutput) + func (c *Glue) UpdateClassifierWithContext(ctx aws.Context, input *UpdateClassifierInput, opts ...request.Option) (*UpdateClassifierOutput, error) + func (c *Glue) UpdateConnection(input *UpdateConnectionInput) (*UpdateConnectionOutput, error) + func (c *Glue) UpdateConnectionRequest(input *UpdateConnectionInput) (req *request.Request, output *UpdateConnectionOutput) + func (c *Glue) UpdateConnectionWithContext(ctx aws.Context, input *UpdateConnectionInput, opts ...request.Option) (*UpdateConnectionOutput, error) + func (c *Glue) UpdateCrawler(input *UpdateCrawlerInput) (*UpdateCrawlerOutput, error) + func (c *Glue) UpdateCrawlerRequest(input *UpdateCrawlerInput) (req *request.Request, output *UpdateCrawlerOutput) + func (c *Glue) UpdateCrawlerSchedule(input *UpdateCrawlerScheduleInput) (*UpdateCrawlerScheduleOutput, error) + func (c *Glue) UpdateCrawlerScheduleRequest(input *UpdateCrawlerScheduleInput) (req *request.Request, output *UpdateCrawlerScheduleOutput) + func (c *Glue) UpdateCrawlerScheduleWithContext(ctx aws.Context, input *UpdateCrawlerScheduleInput, opts ...request.Option) (*UpdateCrawlerScheduleOutput, error) + func (c *Glue) UpdateCrawlerWithContext(ctx aws.Context, input *UpdateCrawlerInput, opts ...request.Option) (*UpdateCrawlerOutput, error) + func (c *Glue) UpdateDatabase(input *UpdateDatabaseInput) (*UpdateDatabaseOutput, error) + func (c *Glue) UpdateDatabaseRequest(input *UpdateDatabaseInput) (req *request.Request, output *UpdateDatabaseOutput) + func (c *Glue) UpdateDatabaseWithContext(ctx aws.Context, input *UpdateDatabaseInput, opts ...request.Option) (*UpdateDatabaseOutput, error) + func (c *Glue) UpdateDevEndpoint(input *UpdateDevEndpointInput) (*UpdateDevEndpointOutput, error) + func (c *Glue) UpdateDevEndpointRequest(input *UpdateDevEndpointInput) (req *request.Request, output *UpdateDevEndpointOutput) + func (c *Glue) UpdateDevEndpointWithContext(ctx aws.Context, input *UpdateDevEndpointInput, opts ...request.Option) (*UpdateDevEndpointOutput, error) + func (c *Glue) UpdateJob(input *UpdateJobInput) (*UpdateJobOutput, error) + func (c *Glue) UpdateJobRequest(input *UpdateJobInput) (req *request.Request, output *UpdateJobOutput) + func (c *Glue) UpdateJobWithContext(ctx aws.Context, input *UpdateJobInput, opts ...request.Option) (*UpdateJobOutput, error) + func (c *Glue) UpdatePartition(input *UpdatePartitionInput) (*UpdatePartitionOutput, error) + func (c *Glue) UpdatePartitionRequest(input *UpdatePartitionInput) (req *request.Request, output *UpdatePartitionOutput) + func (c *Glue) UpdatePartitionWithContext(ctx aws.Context, input *UpdatePartitionInput, opts ...request.Option) (*UpdatePartitionOutput, error) + func (c *Glue) UpdateTable(input *UpdateTableInput) (*UpdateTableOutput, error) + func (c *Glue) UpdateTableRequest(input *UpdateTableInput) (req *request.Request, output *UpdateTableOutput) + func (c *Glue) UpdateTableWithContext(ctx aws.Context, input *UpdateTableInput, opts ...request.Option) (*UpdateTableOutput, error) + func (c *Glue) UpdateTrigger(input *UpdateTriggerInput) (*UpdateTriggerOutput, error) + func (c *Glue) UpdateTriggerRequest(input *UpdateTriggerInput) (req *request.Request, output *UpdateTriggerOutput) + func (c *Glue) UpdateTriggerWithContext(ctx aws.Context, input *UpdateTriggerInput, opts ...request.Option) (*UpdateTriggerOutput, error) + func (c *Glue) UpdateUserDefinedFunction(input *UpdateUserDefinedFunctionInput) (*UpdateUserDefinedFunctionOutput, error) + func (c *Glue) UpdateUserDefinedFunctionRequest(input *UpdateUserDefinedFunctionInput) (req *request.Request, output *UpdateUserDefinedFunctionOutput) + func (c *Glue) UpdateUserDefinedFunctionWithContext(ctx aws.Context, input *UpdateUserDefinedFunctionInput, opts ...request.Option) (*UpdateUserDefinedFunctionOutput, error) + type GrokClassifier struct + Classification *string + CreationTime *time.Time + CustomPatterns *string + GrokPattern *string + LastUpdated *time.Time + Name *string + Version *int64 + func (s *GrokClassifier) SetClassification(v string) *GrokClassifier + func (s *GrokClassifier) SetCreationTime(v time.Time) *GrokClassifier + func (s *GrokClassifier) SetCustomPatterns(v string) *GrokClassifier + func (s *GrokClassifier) SetGrokPattern(v string) *GrokClassifier + func (s *GrokClassifier) SetLastUpdated(v time.Time) *GrokClassifier + func (s *GrokClassifier) SetName(v string) *GrokClassifier + func (s *GrokClassifier) SetVersion(v int64) *GrokClassifier + func (s GrokClassifier) GoString() string + func (s GrokClassifier) String() string + type ImportCatalogToGlueInput struct + CatalogId *string + func (s *ImportCatalogToGlueInput) SetCatalogId(v string) *ImportCatalogToGlueInput + func (s *ImportCatalogToGlueInput) Validate() error + func (s ImportCatalogToGlueInput) GoString() string + func (s ImportCatalogToGlueInput) String() string + type ImportCatalogToGlueOutput struct + func (s ImportCatalogToGlueOutput) GoString() string + func (s ImportCatalogToGlueOutput) String() string + type JdbcTarget struct + ConnectionName *string + Exclusions []*string + Path *string + func (s *JdbcTarget) SetConnectionName(v string) *JdbcTarget + func (s *JdbcTarget) SetExclusions(v []*string) *JdbcTarget + func (s *JdbcTarget) SetPath(v string) *JdbcTarget + func (s JdbcTarget) GoString() string + func (s JdbcTarget) String() string + type Job struct + AllocatedCapacity *int64 + Command *JobCommand + Connections *ConnectionsList + CreatedOn *time.Time + DefaultArguments map[string]*string + Description *string + ExecutionProperty *ExecutionProperty + LastModifiedOn *time.Time + LogUri *string + MaxRetries *int64 + Name *string + Role *string + func (s *Job) SetAllocatedCapacity(v int64) *Job + func (s *Job) SetCommand(v *JobCommand) *Job + func (s *Job) SetConnections(v *ConnectionsList) *Job + func (s *Job) SetCreatedOn(v time.Time) *Job + func (s *Job) SetDefaultArguments(v map[string]*string) *Job + func (s *Job) SetDescription(v string) *Job + func (s *Job) SetExecutionProperty(v *ExecutionProperty) *Job + func (s *Job) SetLastModifiedOn(v time.Time) *Job + func (s *Job) SetLogUri(v string) *Job + func (s *Job) SetMaxRetries(v int64) *Job + func (s *Job) SetName(v string) *Job + func (s *Job) SetRole(v string) *Job + func (s Job) GoString() string + func (s Job) String() string + type JobBookmarkEntry struct + Attempt *int64 + JobBookmark *string + JobName *string + Run *int64 + Version *int64 + func (s *JobBookmarkEntry) SetAttempt(v int64) *JobBookmarkEntry + func (s *JobBookmarkEntry) SetJobBookmark(v string) *JobBookmarkEntry + func (s *JobBookmarkEntry) SetJobName(v string) *JobBookmarkEntry + func (s *JobBookmarkEntry) SetRun(v int64) *JobBookmarkEntry + func (s *JobBookmarkEntry) SetVersion(v int64) *JobBookmarkEntry + func (s JobBookmarkEntry) GoString() string + func (s JobBookmarkEntry) String() string + type JobCommand struct + Name *string + ScriptLocation *string + func (s *JobCommand) SetName(v string) *JobCommand + func (s *JobCommand) SetScriptLocation(v string) *JobCommand + func (s JobCommand) GoString() string + func (s JobCommand) String() string + type JobRun struct + AllocatedCapacity *int64 + Arguments map[string]*string + Attempt *int64 + CompletedOn *time.Time + ErrorMessage *string + Id *string + JobName *string + JobRunState *string + LastModifiedOn *time.Time + PredecessorRuns []*Predecessor + PreviousRunId *string + StartedOn *time.Time + TriggerName *string + func (s *JobRun) SetAllocatedCapacity(v int64) *JobRun + func (s *JobRun) SetArguments(v map[string]*string) *JobRun + func (s *JobRun) SetAttempt(v int64) *JobRun + func (s *JobRun) SetCompletedOn(v time.Time) *JobRun + func (s *JobRun) SetErrorMessage(v string) *JobRun + func (s *JobRun) SetId(v string) *JobRun + func (s *JobRun) SetJobName(v string) *JobRun + func (s *JobRun) SetJobRunState(v string) *JobRun + func (s *JobRun) SetLastModifiedOn(v time.Time) *JobRun + func (s *JobRun) SetPredecessorRuns(v []*Predecessor) *JobRun + func (s *JobRun) SetPreviousRunId(v string) *JobRun + func (s *JobRun) SetStartedOn(v time.Time) *JobRun + func (s *JobRun) SetTriggerName(v string) *JobRun + func (s JobRun) GoString() string + func (s JobRun) String() string + type JobUpdate struct + AllocatedCapacity *int64 + Command *JobCommand + Connections *ConnectionsList + DefaultArguments map[string]*string + Description *string + ExecutionProperty *ExecutionProperty + LogUri *string + MaxRetries *int64 + Role *string + func (s *JobUpdate) SetAllocatedCapacity(v int64) *JobUpdate + func (s *JobUpdate) SetCommand(v *JobCommand) *JobUpdate + func (s *JobUpdate) SetConnections(v *ConnectionsList) *JobUpdate + func (s *JobUpdate) SetDefaultArguments(v map[string]*string) *JobUpdate + func (s *JobUpdate) SetDescription(v string) *JobUpdate + func (s *JobUpdate) SetExecutionProperty(v *ExecutionProperty) *JobUpdate + func (s *JobUpdate) SetLogUri(v string) *JobUpdate + func (s *JobUpdate) SetMaxRetries(v int64) *JobUpdate + func (s *JobUpdate) SetRole(v string) *JobUpdate + func (s JobUpdate) GoString() string + func (s JobUpdate) String() string + type LastCrawlInfo struct + ErrorMessage *string + LogGroup *string + LogStream *string + MessagePrefix *string + StartTime *time.Time + Status *string + func (s *LastCrawlInfo) SetErrorMessage(v string) *LastCrawlInfo + func (s *LastCrawlInfo) SetLogGroup(v string) *LastCrawlInfo + func (s *LastCrawlInfo) SetLogStream(v string) *LastCrawlInfo + func (s *LastCrawlInfo) SetMessagePrefix(v string) *LastCrawlInfo + func (s *LastCrawlInfo) SetStartTime(v time.Time) *LastCrawlInfo + func (s *LastCrawlInfo) SetStatus(v string) *LastCrawlInfo + func (s LastCrawlInfo) GoString() string + func (s LastCrawlInfo) String() string + type Location struct + Jdbc []*CodeGenNodeArg + S3 []*CodeGenNodeArg + func (s *Location) SetJdbc(v []*CodeGenNodeArg) *Location + func (s *Location) SetS3(v []*CodeGenNodeArg) *Location + func (s *Location) Validate() error + func (s Location) GoString() string + func (s Location) String() string + type MappingEntry struct + SourcePath *string + SourceTable *string + SourceType *string + TargetPath *string + TargetTable *string + TargetType *string + func (s *MappingEntry) SetSourcePath(v string) *MappingEntry + func (s *MappingEntry) SetSourceTable(v string) *MappingEntry + func (s *MappingEntry) SetSourceType(v string) *MappingEntry + func (s *MappingEntry) SetTargetPath(v string) *MappingEntry + func (s *MappingEntry) SetTargetTable(v string) *MappingEntry + func (s *MappingEntry) SetTargetType(v string) *MappingEntry + func (s MappingEntry) GoString() string + func (s MappingEntry) String() string + type Order struct + Column *string + SortOrder *int64 + func (s *Order) SetColumn(v string) *Order + func (s *Order) SetSortOrder(v int64) *Order + func (s *Order) Validate() error + func (s Order) GoString() string + func (s Order) String() string + type Partition struct + CreationTime *time.Time + DatabaseName *string + LastAccessTime *time.Time + LastAnalyzedTime *time.Time + Parameters map[string]*string + StorageDescriptor *StorageDescriptor + TableName *string + Values []*string + func (s *Partition) SetCreationTime(v time.Time) *Partition + func (s *Partition) SetDatabaseName(v string) *Partition + func (s *Partition) SetLastAccessTime(v time.Time) *Partition + func (s *Partition) SetLastAnalyzedTime(v time.Time) *Partition + func (s *Partition) SetParameters(v map[string]*string) *Partition + func (s *Partition) SetStorageDescriptor(v *StorageDescriptor) *Partition + func (s *Partition) SetTableName(v string) *Partition + func (s *Partition) SetValues(v []*string) *Partition + func (s Partition) GoString() string + func (s Partition) String() string + type PartitionError struct + ErrorDetail *ErrorDetail + PartitionValues []*string + func (s *PartitionError) SetErrorDetail(v *ErrorDetail) *PartitionError + func (s *PartitionError) SetPartitionValues(v []*string) *PartitionError + func (s PartitionError) GoString() string + func (s PartitionError) String() string + type PartitionInput struct + LastAccessTime *time.Time + LastAnalyzedTime *time.Time + Parameters map[string]*string + StorageDescriptor *StorageDescriptor + Values []*string + func (s *PartitionInput) SetLastAccessTime(v time.Time) *PartitionInput + func (s *PartitionInput) SetLastAnalyzedTime(v time.Time) *PartitionInput + func (s *PartitionInput) SetParameters(v map[string]*string) *PartitionInput + func (s *PartitionInput) SetStorageDescriptor(v *StorageDescriptor) *PartitionInput + func (s *PartitionInput) SetValues(v []*string) *PartitionInput + func (s *PartitionInput) Validate() error + func (s PartitionInput) GoString() string + func (s PartitionInput) String() string + type PartitionValueList struct + Values []*string + func (s *PartitionValueList) SetValues(v []*string) *PartitionValueList + func (s *PartitionValueList) Validate() error + func (s PartitionValueList) GoString() string + func (s PartitionValueList) String() string + type PhysicalConnectionRequirements struct + AvailabilityZone *string + SecurityGroupIdList []*string + SubnetId *string + func (s *PhysicalConnectionRequirements) SetAvailabilityZone(v string) *PhysicalConnectionRequirements + func (s *PhysicalConnectionRequirements) SetSecurityGroupIdList(v []*string) *PhysicalConnectionRequirements + func (s *PhysicalConnectionRequirements) SetSubnetId(v string) *PhysicalConnectionRequirements + func (s *PhysicalConnectionRequirements) Validate() error + func (s PhysicalConnectionRequirements) GoString() string + func (s PhysicalConnectionRequirements) String() string + type Predecessor struct + JobName *string + RunId *string + func (s *Predecessor) SetJobName(v string) *Predecessor + func (s *Predecessor) SetRunId(v string) *Predecessor + func (s Predecessor) GoString() string + func (s Predecessor) String() string + type Predicate struct + Conditions []*Condition + Logical *string + func (s *Predicate) SetConditions(v []*Condition) *Predicate + func (s *Predicate) SetLogical(v string) *Predicate + func (s *Predicate) Validate() error + func (s Predicate) GoString() string + func (s Predicate) String() string + type ResetJobBookmarkInput struct + JobName *string + func (s *ResetJobBookmarkInput) SetJobName(v string) *ResetJobBookmarkInput + func (s *ResetJobBookmarkInput) Validate() error + func (s ResetJobBookmarkInput) GoString() string + func (s ResetJobBookmarkInput) String() string + type ResetJobBookmarkOutput struct + JobBookmarkEntry *JobBookmarkEntry + func (s *ResetJobBookmarkOutput) SetJobBookmarkEntry(v *JobBookmarkEntry) *ResetJobBookmarkOutput + func (s ResetJobBookmarkOutput) GoString() string + func (s ResetJobBookmarkOutput) String() string + type ResourceUri struct + ResourceType *string + Uri *string + func (s *ResourceUri) SetResourceType(v string) *ResourceUri + func (s *ResourceUri) SetUri(v string) *ResourceUri + func (s *ResourceUri) Validate() error + func (s ResourceUri) GoString() string + func (s ResourceUri) String() string + type S3Target struct + Exclusions []*string + Path *string + func (s *S3Target) SetExclusions(v []*string) *S3Target + func (s *S3Target) SetPath(v string) *S3Target + func (s S3Target) GoString() string + func (s S3Target) String() string + type Schedule struct + ScheduleExpression *string + State *string + func (s *Schedule) SetScheduleExpression(v string) *Schedule + func (s *Schedule) SetState(v string) *Schedule + func (s Schedule) GoString() string + func (s Schedule) String() string + type SchemaChangePolicy struct + DeleteBehavior *string + UpdateBehavior *string + func (s *SchemaChangePolicy) SetDeleteBehavior(v string) *SchemaChangePolicy + func (s *SchemaChangePolicy) SetUpdateBehavior(v string) *SchemaChangePolicy + func (s SchemaChangePolicy) GoString() string + func (s SchemaChangePolicy) String() string + type Segment struct + SegmentNumber *int64 + TotalSegments *int64 + func (s *Segment) SetSegmentNumber(v int64) *Segment + func (s *Segment) SetTotalSegments(v int64) *Segment + func (s *Segment) Validate() error + func (s Segment) GoString() string + func (s Segment) String() string + type SerDeInfo struct + Name *string + Parameters map[string]*string + SerializationLibrary *string + func (s *SerDeInfo) SetName(v string) *SerDeInfo + func (s *SerDeInfo) SetParameters(v map[string]*string) *SerDeInfo + func (s *SerDeInfo) SetSerializationLibrary(v string) *SerDeInfo + func (s *SerDeInfo) Validate() error + func (s SerDeInfo) GoString() string + func (s SerDeInfo) String() string + type SkewedInfo struct + SkewedColumnNames []*string + SkewedColumnValueLocationMaps map[string]*string + SkewedColumnValues []*string + func (s *SkewedInfo) SetSkewedColumnNames(v []*string) *SkewedInfo + func (s *SkewedInfo) SetSkewedColumnValueLocationMaps(v map[string]*string) *SkewedInfo + func (s *SkewedInfo) SetSkewedColumnValues(v []*string) *SkewedInfo + func (s SkewedInfo) GoString() string + func (s SkewedInfo) String() string + type StartCrawlerInput struct + Name *string + func (s *StartCrawlerInput) SetName(v string) *StartCrawlerInput + func (s *StartCrawlerInput) Validate() error + func (s StartCrawlerInput) GoString() string + func (s StartCrawlerInput) String() string + type StartCrawlerOutput struct + func (s StartCrawlerOutput) GoString() string + func (s StartCrawlerOutput) String() string + type StartCrawlerScheduleInput struct + CrawlerName *string + func (s *StartCrawlerScheduleInput) SetCrawlerName(v string) *StartCrawlerScheduleInput + func (s *StartCrawlerScheduleInput) Validate() error + func (s StartCrawlerScheduleInput) GoString() string + func (s StartCrawlerScheduleInput) String() string + type StartCrawlerScheduleOutput struct + func (s StartCrawlerScheduleOutput) GoString() string + func (s StartCrawlerScheduleOutput) String() string + type StartJobRunInput struct + AllocatedCapacity *int64 + Arguments map[string]*string + JobName *string + JobRunId *string + func (s *StartJobRunInput) SetAllocatedCapacity(v int64) *StartJobRunInput + func (s *StartJobRunInput) SetArguments(v map[string]*string) *StartJobRunInput + func (s *StartJobRunInput) SetJobName(v string) *StartJobRunInput + func (s *StartJobRunInput) SetJobRunId(v string) *StartJobRunInput + func (s *StartJobRunInput) Validate() error + func (s StartJobRunInput) GoString() string + func (s StartJobRunInput) String() string + type StartJobRunOutput struct + JobRunId *string + func (s *StartJobRunOutput) SetJobRunId(v string) *StartJobRunOutput + func (s StartJobRunOutput) GoString() string + func (s StartJobRunOutput) String() string + type StartTriggerInput struct + Name *string + func (s *StartTriggerInput) SetName(v string) *StartTriggerInput + func (s *StartTriggerInput) Validate() error + func (s StartTriggerInput) GoString() string + func (s StartTriggerInput) String() string + type StartTriggerOutput struct + Name *string + func (s *StartTriggerOutput) SetName(v string) *StartTriggerOutput + func (s StartTriggerOutput) GoString() string + func (s StartTriggerOutput) String() string + type StopCrawlerInput struct + Name *string + func (s *StopCrawlerInput) SetName(v string) *StopCrawlerInput + func (s *StopCrawlerInput) Validate() error + func (s StopCrawlerInput) GoString() string + func (s StopCrawlerInput) String() string + type StopCrawlerOutput struct + func (s StopCrawlerOutput) GoString() string + func (s StopCrawlerOutput) String() string + type StopCrawlerScheduleInput struct + CrawlerName *string + func (s *StopCrawlerScheduleInput) SetCrawlerName(v string) *StopCrawlerScheduleInput + func (s *StopCrawlerScheduleInput) Validate() error + func (s StopCrawlerScheduleInput) GoString() string + func (s StopCrawlerScheduleInput) String() string + type StopCrawlerScheduleOutput struct + func (s StopCrawlerScheduleOutput) GoString() string + func (s StopCrawlerScheduleOutput) String() string + type StopTriggerInput struct + Name *string + func (s *StopTriggerInput) SetName(v string) *StopTriggerInput + func (s *StopTriggerInput) Validate() error + func (s StopTriggerInput) GoString() string + func (s StopTriggerInput) String() string + type StopTriggerOutput struct + Name *string + func (s *StopTriggerOutput) SetName(v string) *StopTriggerOutput + func (s StopTriggerOutput) GoString() string + func (s StopTriggerOutput) String() string + type StorageDescriptor struct + BucketColumns []*string + Columns []*Column + Compressed *bool + InputFormat *string + Location *string + NumberOfBuckets *int64 + OutputFormat *string + Parameters map[string]*string + SerdeInfo *SerDeInfo + SkewedInfo *SkewedInfo + SortColumns []*Order + StoredAsSubDirectories *bool + func (s *StorageDescriptor) SetBucketColumns(v []*string) *StorageDescriptor + func (s *StorageDescriptor) SetColumns(v []*Column) *StorageDescriptor + func (s *StorageDescriptor) SetCompressed(v bool) *StorageDescriptor + func (s *StorageDescriptor) SetInputFormat(v string) *StorageDescriptor + func (s *StorageDescriptor) SetLocation(v string) *StorageDescriptor + func (s *StorageDescriptor) SetNumberOfBuckets(v int64) *StorageDescriptor + func (s *StorageDescriptor) SetOutputFormat(v string) *StorageDescriptor + func (s *StorageDescriptor) SetParameters(v map[string]*string) *StorageDescriptor + func (s *StorageDescriptor) SetSerdeInfo(v *SerDeInfo) *StorageDescriptor + func (s *StorageDescriptor) SetSkewedInfo(v *SkewedInfo) *StorageDescriptor + func (s *StorageDescriptor) SetSortColumns(v []*Order) *StorageDescriptor + func (s *StorageDescriptor) SetStoredAsSubDirectories(v bool) *StorageDescriptor + func (s *StorageDescriptor) Validate() error + func (s StorageDescriptor) GoString() string + func (s StorageDescriptor) String() string + type Table struct + CreateTime *time.Time + CreatedBy *string + DatabaseName *string + Description *string + LastAccessTime *time.Time + LastAnalyzedTime *time.Time + Name *string + Owner *string + Parameters map[string]*string + PartitionKeys []*Column + Retention *int64 + StorageDescriptor *StorageDescriptor + TableType *string + UpdateTime *time.Time + ViewExpandedText *string + ViewOriginalText *string + func (s *Table) SetCreateTime(v time.Time) *Table + func (s *Table) SetCreatedBy(v string) *Table + func (s *Table) SetDatabaseName(v string) *Table + func (s *Table) SetDescription(v string) *Table + func (s *Table) SetLastAccessTime(v time.Time) *Table + func (s *Table) SetLastAnalyzedTime(v time.Time) *Table + func (s *Table) SetName(v string) *Table + func (s *Table) SetOwner(v string) *Table + func (s *Table) SetParameters(v map[string]*string) *Table + func (s *Table) SetPartitionKeys(v []*Column) *Table + func (s *Table) SetRetention(v int64) *Table + func (s *Table) SetStorageDescriptor(v *StorageDescriptor) *Table + func (s *Table) SetTableType(v string) *Table + func (s *Table) SetUpdateTime(v time.Time) *Table + func (s *Table) SetViewExpandedText(v string) *Table + func (s *Table) SetViewOriginalText(v string) *Table + func (s Table) GoString() string + func (s Table) String() string + type TableError struct + ErrorDetail *ErrorDetail + TableName *string + func (s *TableError) SetErrorDetail(v *ErrorDetail) *TableError + func (s *TableError) SetTableName(v string) *TableError + func (s TableError) GoString() string + func (s TableError) String() string + type TableInput struct + Description *string + LastAccessTime *time.Time + LastAnalyzedTime *time.Time + Name *string + Owner *string + Parameters map[string]*string + PartitionKeys []*Column + Retention *int64 + StorageDescriptor *StorageDescriptor + TableType *string + ViewExpandedText *string + ViewOriginalText *string + func (s *TableInput) SetDescription(v string) *TableInput + func (s *TableInput) SetLastAccessTime(v time.Time) *TableInput + func (s *TableInput) SetLastAnalyzedTime(v time.Time) *TableInput + func (s *TableInput) SetName(v string) *TableInput + func (s *TableInput) SetOwner(v string) *TableInput + func (s *TableInput) SetParameters(v map[string]*string) *TableInput + func (s *TableInput) SetPartitionKeys(v []*Column) *TableInput + func (s *TableInput) SetRetention(v int64) *TableInput + func (s *TableInput) SetStorageDescriptor(v *StorageDescriptor) *TableInput + func (s *TableInput) SetTableType(v string) *TableInput + func (s *TableInput) SetViewExpandedText(v string) *TableInput + func (s *TableInput) SetViewOriginalText(v string) *TableInput + func (s *TableInput) Validate() error + func (s TableInput) GoString() string + func (s TableInput) String() string + type TableVersion struct + Table *Table + VersionId *string + func (s *TableVersion) SetTable(v *Table) *TableVersion + func (s *TableVersion) SetVersionId(v string) *TableVersion + func (s TableVersion) GoString() string + func (s TableVersion) String() string + type Trigger struct + Actions []*Action + Description *string + Id *string + Name *string + Predicate *Predicate + Schedule *string + State *string + Type *string + func (s *Trigger) SetActions(v []*Action) *Trigger + func (s *Trigger) SetDescription(v string) *Trigger + func (s *Trigger) SetId(v string) *Trigger + func (s *Trigger) SetName(v string) *Trigger + func (s *Trigger) SetPredicate(v *Predicate) *Trigger + func (s *Trigger) SetSchedule(v string) *Trigger + func (s *Trigger) SetState(v string) *Trigger + func (s *Trigger) SetType(v string) *Trigger + func (s Trigger) GoString() string + func (s Trigger) String() string + type TriggerUpdate struct + Actions []*Action + Description *string + Name *string + Predicate *Predicate + Schedule *string + func (s *TriggerUpdate) SetActions(v []*Action) *TriggerUpdate + func (s *TriggerUpdate) SetDescription(v string) *TriggerUpdate + func (s *TriggerUpdate) SetName(v string) *TriggerUpdate + func (s *TriggerUpdate) SetPredicate(v *Predicate) *TriggerUpdate + func (s *TriggerUpdate) SetSchedule(v string) *TriggerUpdate + func (s *TriggerUpdate) Validate() error + func (s TriggerUpdate) GoString() string + func (s TriggerUpdate) String() string + type UpdateClassifierInput struct + GrokClassifier *UpdateGrokClassifierRequest + func (s *UpdateClassifierInput) SetGrokClassifier(v *UpdateGrokClassifierRequest) *UpdateClassifierInput + func (s *UpdateClassifierInput) Validate() error + func (s UpdateClassifierInput) GoString() string + func (s UpdateClassifierInput) String() string + type UpdateClassifierOutput struct + func (s UpdateClassifierOutput) GoString() string + func (s UpdateClassifierOutput) String() string + type UpdateConnectionInput struct + CatalogId *string + ConnectionInput *ConnectionInput + Name *string + func (s *UpdateConnectionInput) SetCatalogId(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetConnectionInput(v *ConnectionInput) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetName(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) Validate() error + func (s UpdateConnectionInput) GoString() string + func (s UpdateConnectionInput) String() string + type UpdateConnectionOutput struct + func (s UpdateConnectionOutput) GoString() string + func (s UpdateConnectionOutput) String() string + type UpdateCrawlerInput struct + Classifiers []*string + DatabaseName *string + Description *string + Name *string + Role *string + Schedule *string + SchemaChangePolicy *SchemaChangePolicy + TablePrefix *string + Targets *CrawlerTargets + func (s *UpdateCrawlerInput) SetClassifiers(v []*string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetDatabaseName(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetDescription(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetName(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetRole(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetSchedule(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetSchemaChangePolicy(v *SchemaChangePolicy) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetTablePrefix(v string) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) SetTargets(v *CrawlerTargets) *UpdateCrawlerInput + func (s *UpdateCrawlerInput) Validate() error + func (s UpdateCrawlerInput) GoString() string + func (s UpdateCrawlerInput) String() string + type UpdateCrawlerOutput struct + func (s UpdateCrawlerOutput) GoString() string + func (s UpdateCrawlerOutput) String() string + type UpdateCrawlerScheduleInput struct + CrawlerName *string + Schedule *string + func (s *UpdateCrawlerScheduleInput) SetCrawlerName(v string) *UpdateCrawlerScheduleInput + func (s *UpdateCrawlerScheduleInput) SetSchedule(v string) *UpdateCrawlerScheduleInput + func (s *UpdateCrawlerScheduleInput) Validate() error + func (s UpdateCrawlerScheduleInput) GoString() string + func (s UpdateCrawlerScheduleInput) String() string + type UpdateCrawlerScheduleOutput struct + func (s UpdateCrawlerScheduleOutput) GoString() string + func (s UpdateCrawlerScheduleOutput) String() string + type UpdateDatabaseInput struct + CatalogId *string + DatabaseInput *DatabaseInput + Name *string + func (s *UpdateDatabaseInput) SetCatalogId(v string) *UpdateDatabaseInput + func (s *UpdateDatabaseInput) SetDatabaseInput(v *DatabaseInput) *UpdateDatabaseInput + func (s *UpdateDatabaseInput) SetName(v string) *UpdateDatabaseInput + func (s *UpdateDatabaseInput) Validate() error + func (s UpdateDatabaseInput) GoString() string + func (s UpdateDatabaseInput) String() string + type UpdateDatabaseOutput struct + func (s UpdateDatabaseOutput) GoString() string + func (s UpdateDatabaseOutput) String() string + type UpdateDevEndpointInput struct + CustomLibraries *DevEndpointCustomLibraries + EndpointName *string + PublicKey *string + func (s *UpdateDevEndpointInput) SetCustomLibraries(v *DevEndpointCustomLibraries) *UpdateDevEndpointInput + func (s *UpdateDevEndpointInput) SetEndpointName(v string) *UpdateDevEndpointInput + func (s *UpdateDevEndpointInput) SetPublicKey(v string) *UpdateDevEndpointInput + func (s *UpdateDevEndpointInput) Validate() error + func (s UpdateDevEndpointInput) GoString() string + func (s UpdateDevEndpointInput) String() string + type UpdateDevEndpointOutput struct + func (s UpdateDevEndpointOutput) GoString() string + func (s UpdateDevEndpointOutput) String() string + type UpdateGrokClassifierRequest struct + Classification *string + CustomPatterns *string + GrokPattern *string + Name *string + func (s *UpdateGrokClassifierRequest) SetClassification(v string) *UpdateGrokClassifierRequest + func (s *UpdateGrokClassifierRequest) SetCustomPatterns(v string) *UpdateGrokClassifierRequest + func (s *UpdateGrokClassifierRequest) SetGrokPattern(v string) *UpdateGrokClassifierRequest + func (s *UpdateGrokClassifierRequest) SetName(v string) *UpdateGrokClassifierRequest + func (s *UpdateGrokClassifierRequest) Validate() error + func (s UpdateGrokClassifierRequest) GoString() string + func (s UpdateGrokClassifierRequest) String() string + type UpdateJobInput struct + JobName *string + JobUpdate *JobUpdate + func (s *UpdateJobInput) SetJobName(v string) *UpdateJobInput + func (s *UpdateJobInput) SetJobUpdate(v *JobUpdate) *UpdateJobInput + func (s *UpdateJobInput) Validate() error + func (s UpdateJobInput) GoString() string + func (s UpdateJobInput) String() string + type UpdateJobOutput struct + JobName *string + func (s *UpdateJobOutput) SetJobName(v string) *UpdateJobOutput + func (s UpdateJobOutput) GoString() string + func (s UpdateJobOutput) String() string + type UpdatePartitionInput struct + CatalogId *string + DatabaseName *string + PartitionInput *PartitionInput + PartitionValueList []*string + TableName *string + func (s *UpdatePartitionInput) SetCatalogId(v string) *UpdatePartitionInput + func (s *UpdatePartitionInput) SetDatabaseName(v string) *UpdatePartitionInput + func (s *UpdatePartitionInput) SetPartitionInput(v *PartitionInput) *UpdatePartitionInput + func (s *UpdatePartitionInput) SetPartitionValueList(v []*string) *UpdatePartitionInput + func (s *UpdatePartitionInput) SetTableName(v string) *UpdatePartitionInput + func (s *UpdatePartitionInput) Validate() error + func (s UpdatePartitionInput) GoString() string + func (s UpdatePartitionInput) String() string + type UpdatePartitionOutput struct + func (s UpdatePartitionOutput) GoString() string + func (s UpdatePartitionOutput) String() string + type UpdateTableInput struct + CatalogId *string + DatabaseName *string + TableInput *TableInput + func (s *UpdateTableInput) SetCatalogId(v string) *UpdateTableInput + func (s *UpdateTableInput) SetDatabaseName(v string) *UpdateTableInput + func (s *UpdateTableInput) SetTableInput(v *TableInput) *UpdateTableInput + func (s *UpdateTableInput) Validate() error + func (s UpdateTableInput) GoString() string + func (s UpdateTableInput) String() string + type UpdateTableOutput struct + func (s UpdateTableOutput) GoString() string + func (s UpdateTableOutput) String() string + type UpdateTriggerInput struct + Name *string + TriggerUpdate *TriggerUpdate + func (s *UpdateTriggerInput) SetName(v string) *UpdateTriggerInput + func (s *UpdateTriggerInput) SetTriggerUpdate(v *TriggerUpdate) *UpdateTriggerInput + func (s *UpdateTriggerInput) Validate() error + func (s UpdateTriggerInput) GoString() string + func (s UpdateTriggerInput) String() string + type UpdateTriggerOutput struct + Trigger *Trigger + func (s *UpdateTriggerOutput) SetTrigger(v *Trigger) *UpdateTriggerOutput + func (s UpdateTriggerOutput) GoString() string + func (s UpdateTriggerOutput) String() string + type UpdateUserDefinedFunctionInput struct + CatalogId *string + DatabaseName *string + FunctionInput *UserDefinedFunctionInput + FunctionName *string + func (s *UpdateUserDefinedFunctionInput) SetCatalogId(v string) *UpdateUserDefinedFunctionInput + func (s *UpdateUserDefinedFunctionInput) SetDatabaseName(v string) *UpdateUserDefinedFunctionInput + func (s *UpdateUserDefinedFunctionInput) SetFunctionInput(v *UserDefinedFunctionInput) *UpdateUserDefinedFunctionInput + func (s *UpdateUserDefinedFunctionInput) SetFunctionName(v string) *UpdateUserDefinedFunctionInput + func (s *UpdateUserDefinedFunctionInput) Validate() error + func (s UpdateUserDefinedFunctionInput) GoString() string + func (s UpdateUserDefinedFunctionInput) String() string + type UpdateUserDefinedFunctionOutput struct + func (s UpdateUserDefinedFunctionOutput) GoString() string + func (s UpdateUserDefinedFunctionOutput) String() string + type UserDefinedFunction struct + ClassName *string + CreateTime *time.Time + FunctionName *string + OwnerName *string + OwnerType *string + ResourceUris []*ResourceUri + func (s *UserDefinedFunction) SetClassName(v string) *UserDefinedFunction + func (s *UserDefinedFunction) SetCreateTime(v time.Time) *UserDefinedFunction + func (s *UserDefinedFunction) SetFunctionName(v string) *UserDefinedFunction + func (s *UserDefinedFunction) SetOwnerName(v string) *UserDefinedFunction + func (s *UserDefinedFunction) SetOwnerType(v string) *UserDefinedFunction + func (s *UserDefinedFunction) SetResourceUris(v []*ResourceUri) *UserDefinedFunction + func (s UserDefinedFunction) GoString() string + func (s UserDefinedFunction) String() string + type UserDefinedFunctionInput struct + ClassName *string + FunctionName *string + OwnerName *string + OwnerType *string + ResourceUris []*ResourceUri + func (s *UserDefinedFunctionInput) SetClassName(v string) *UserDefinedFunctionInput + func (s *UserDefinedFunctionInput) SetFunctionName(v string) *UserDefinedFunctionInput + func (s *UserDefinedFunctionInput) SetOwnerName(v string) *UserDefinedFunctionInput + func (s *UserDefinedFunctionInput) SetOwnerType(v string) *UserDefinedFunctionInput + func (s *UserDefinedFunctionInput) SetResourceUris(v []*ResourceUri) *UserDefinedFunctionInput + func (s *UserDefinedFunctionInput) Validate() error + func (s UserDefinedFunctionInput) GoString() string + func (s UserDefinedFunctionInput) String() string