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

# Packages

Package qldbiface provides an interface to enable mocking the Amazon QLDB service client for testing your code.

# Functions

EncryptionStatus_Values returns all elements of the EncryptionStatus enum.
ErrorCause_Values returns all elements of the ErrorCause enum.
ExportStatus_Values returns all elements of the ExportStatus enum.
LedgerState_Values returns all elements of the LedgerState enum.
New creates a new instance of the QLDB client with a session.
OutputFormat_Values returns all elements of the OutputFormat enum.
PermissionsMode_Values returns all elements of the PermissionsMode enum.
S3ObjectEncryptionType_Values returns all elements of the S3ObjectEncryptionType enum.
StreamStatus_Values returns all elements of the StreamStatus enum.

# Constants

EncryptionStatusEnabled is a EncryptionStatus enum value.
EncryptionStatusKmsKeyInaccessible is a EncryptionStatus enum value.
EncryptionStatusUpdating is a EncryptionStatus enum value.
ID to lookup a service endpoint with.
ErrCodeInvalidParameterException for service response error code "InvalidParameterException".
ErrCodeLimitExceededException for service response error code "LimitExceededException".
ErrCodeResourceAlreadyExistsException for service response error code "ResourceAlreadyExistsException".
ErrCodeResourceInUseException for service response error code "ResourceInUseException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeResourcePreconditionNotMetException for service response error code "ResourcePreconditionNotMetException".
ErrorCauseIamPermissionRevoked is a ErrorCause enum value.
ErrorCauseKinesisStreamNotFound is a ErrorCause enum value.
ExportStatusCancelled is a ExportStatus enum value.
ExportStatusCompleted is a ExportStatus enum value.
ExportStatusInProgress is a ExportStatus enum value.
LedgerStateActive is a LedgerState enum value.
LedgerStateCreating is a LedgerState enum value.
LedgerStateDeleted is a LedgerState enum value.
LedgerStateDeleting is a LedgerState enum value.
OutputFormatIonBinary is a OutputFormat enum value.
OutputFormatIonText is a OutputFormat enum value.
OutputFormatJson is a OutputFormat enum value.
PermissionsModeAllowAll is a PermissionsMode enum value.
PermissionsModeStandard is a PermissionsMode enum value.
S3ObjectEncryptionTypeNoEncryption is a S3ObjectEncryptionType enum value.
S3ObjectEncryptionTypeSseKms is a S3ObjectEncryptionType enum value.
S3ObjectEncryptionTypeSseS3 is a S3ObjectEncryptionType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
StreamStatusActive is a StreamStatus enum value.
StreamStatusCanceled is a StreamStatus enum value.
StreamStatusCompleted is a StreamStatus enum value.
StreamStatusFailed is a StreamStatus enum value.
StreamStatusImpaired is a StreamStatus enum value.

# Structs

One or more parameters in the request aren't valid.
Information about an Amazon QLDB journal stream, including the Amazon Resource Name (ARN), stream name, creation time, current status, and the parameters of the original stream creation request.
Information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.
The configuration settings of the Amazon Kinesis Data Streams destination for an Amazon QLDB journal stream.
Information about the encryption of data at rest in an Amazon QLDB ledger.
Information about a ledger, including its name, state, and when it was created.
You have reached the limit on the maximum number of resources allowed.
QLDB provides the API operation methods for making requests to Amazon QLDB.
The specified resource already exists.
The specified resource can't be modified at this time.
The specified resource doesn't exist.
The operation failed because a condition wasn't satisfied in advance.
The encryption settings that are used by a journal export job to write data in an Amazon Simple Storage Service (Amazon S3) bucket.
The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.
A structure that can contain a value in multiple encoding formats.