package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package gluedatabrewiface provides an interface to enable mocking the AWS Glue DataBrew service client for testing your code.

# Functions

AnalyticsMode_Values returns all elements of the AnalyticsMode enum.
CompressionFormat_Values returns all elements of the CompressionFormat enum.
DatabaseOutputMode_Values returns all elements of the DatabaseOutputMode enum.
EncryptionMode_Values returns all elements of the EncryptionMode enum.
InputFormat_Values returns all elements of the InputFormat enum.
JobRunState_Values returns all elements of the JobRunState enum.
JobType_Values returns all elements of the JobType enum.
LogSubscription_Values returns all elements of the LogSubscription enum.
New creates a new instance of the GlueDataBrew client with a session.
Order_Values returns all elements of the Order enum.
OrderedBy_Values returns all elements of the OrderedBy enum.
OutputFormat_Values returns all elements of the OutputFormat enum.
ParameterType_Values returns all elements of the ParameterType enum.
SampleMode_Values returns all elements of the SampleMode enum.
SampleType_Values returns all elements of the SampleType enum.
SessionStatus_Values returns all elements of the SessionStatus enum.
Source_Values returns all elements of the Source enum.
ThresholdType_Values returns all elements of the ThresholdType enum.
ThresholdUnit_Values returns all elements of the ThresholdUnit enum.
ValidationMode_Values returns all elements of the ValidationMode enum.

# Constants

AnalyticsModeDisable is a AnalyticsMode enum value.
AnalyticsModeEnable is a AnalyticsMode enum value.
CompressionFormatBrotli is a CompressionFormat enum value.
CompressionFormatBzip2 is a CompressionFormat enum value.
CompressionFormatDeflate is a CompressionFormat enum value.
CompressionFormatGzip is a CompressionFormat enum value.
CompressionFormatLz4 is a CompressionFormat enum value.
CompressionFormatLzo is a CompressionFormat enum value.
CompressionFormatSnappy is a CompressionFormat enum value.
CompressionFormatZlib is a CompressionFormat enum value.
CompressionFormatZstd is a CompressionFormat enum value.
DatabaseOutputModeNewTable is a DatabaseOutputMode enum value.
EncryptionModeSseKms is a EncryptionMode enum value.
EncryptionModeSseS3 is a EncryptionMode enum value.
ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeConflictException for service response error code "ConflictException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceQuotaExceededException for service response error code "ServiceQuotaExceededException".
ErrCodeValidationException for service response error code "ValidationException".
InputFormatCsv is a InputFormat enum value.
InputFormatExcel is a InputFormat enum value.
InputFormatJson is a InputFormat enum value.
InputFormatOrc is a InputFormat enum value.
InputFormatParquet is a InputFormat enum value.
JobRunStateFailed is a JobRunState enum value.
JobRunStateRunning is a JobRunState enum value.
JobRunStateStarting is a JobRunState enum value.
JobRunStateStopped is a JobRunState enum value.
JobRunStateStopping is a JobRunState enum value.
JobRunStateSucceeded is a JobRunState enum value.
JobRunStateTimeout is a JobRunState enum value.
JobTypeProfile is a JobType enum value.
JobTypeRecipe is a JobType enum value.
LogSubscriptionDisable is a LogSubscription enum value.
LogSubscriptionEnable is a LogSubscription enum value.
OrderAscending is a Order enum value.
OrderDescending is a Order enum value.
OrderedByLastModifiedDate is a OrderedBy enum value.
OutputFormatAvro is a OutputFormat enum value.
OutputFormatCsv is a OutputFormat enum value.
OutputFormatGlueparquet is a OutputFormat enum value.
OutputFormatJson is a OutputFormat enum value.
OutputFormatOrc is a OutputFormat enum value.
OutputFormatParquet is a OutputFormat enum value.
OutputFormatTableauhyper is a OutputFormat enum value.
OutputFormatXml is a OutputFormat enum value.
ParameterTypeDatetime is a ParameterType enum value.
ParameterTypeNumber is a ParameterType enum value.
ParameterTypeString is a ParameterType enum value.
SampleModeCustomRows is a SampleMode enum value.
SampleModeFullDataset is a SampleMode enum value.
SampleTypeFirstN is a SampleType enum value.
SampleTypeLastN is a SampleType enum value.
SampleTypeRandom is a SampleType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
SessionStatusAssigned is a SessionStatus enum value.
SessionStatusFailed is a SessionStatus enum value.
SessionStatusInitializing is a SessionStatus enum value.
SessionStatusProvisioning is a SessionStatus enum value.
SessionStatusReady is a SessionStatus enum value.
SessionStatusRecycling is a SessionStatus enum value.
SessionStatusRotating is a SessionStatus enum value.
SessionStatusTerminated is a SessionStatus enum value.
SessionStatusTerminating is a SessionStatus enum value.
SessionStatusUpdating is a SessionStatus enum value.
SourceDatabase is a Source enum value.
SourceDataCatalog is a Source enum value.
SourceS3 is a Source enum value.
ThresholdTypeGreaterThan is a ThresholdType enum value.
ThresholdTypeGreaterThanOrEqual is a ThresholdType enum value.
ThresholdTypeLessThan is a ThresholdType enum value.
ThresholdTypeLessThanOrEqual is a ThresholdType enum value.
ThresholdUnitCount is a ThresholdUnit enum value.
ThresholdUnitPercentage is a ThresholdUnit enum value.
ValidationModeCheckAll is a ValidationMode enum value.

# Structs

Access to the specified resource was denied.
Configuration of statistics that are allowed to be run on columns that contain detected entities.
Selector of a column from a dataset for profile job configuration.
Configuration for column evaluations for a profile job.
Represents an individual condition that evaluates to true or false.
Updating or deleting a resource can cause an inconsistent state.
Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.
Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.
Connection information for dataset input files stored in a database.
Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.
Represents a dataset that can be processed by DataBrew.
Represents a dataset parameter that defines type and conditions for a parameter in the Amazon S3 path of the dataset.
Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset.
Configuration of entity detection for a profile job.
Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.
Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.
Represents a structure for defining parameter conditions.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
GlueDataBrew provides the API operation methods for making requests to AWS Glue DataBrew.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
An internal service failure occurred.
Represents all of the attributes of a DataBrew job.
Represents one run of a DataBrew job.
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.
Contains additional resource information needed for specific datasets.
Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.
Represents a set of options that define the structure of comma-separated (CSV) job output.
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Configuration for profile jobs.
Represents all of the attributes of a DataBrew project.
Represents one or more actions to be performed on a DataBrew dataset.
Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset.
Represents the name and version of a DataBrew recipe.
Represents a single step from a DataBrew recipe to be performed.
Represents any errors encountered when attempting to delete multiple recipe versions.
One or more resources can't be found.
Represents a single data quality requirement that should be validated in the scope of this dataset.
Contains metadata about the ruleset.
Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Represents one or more dates and times when a job is to run.
A service quota is exceeded.
Override of a particular evaluation for a profile job.
Configuration of evaluations for a profile job.
The threshold used with a non-aggregate check expression.
Configuration for data quality validation.
The input parameters for this request failed validation.
Represents the data being transformed during an action.