Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const EncryptionStatusEnabled + const EncryptionStatusKmsKeyInaccessible + const EncryptionStatusUpdating + const EndpointsID + const ErrCodeInvalidParameterException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceInUseException + const ErrCodeResourceNotFoundException + const ErrCodeResourcePreconditionNotMetException + const ErrorCauseIamPermissionRevoked + const ErrorCauseKinesisStreamNotFound + const ExportStatusCancelled + const ExportStatusCompleted + const ExportStatusInProgress + const LedgerStateActive + const LedgerStateCreating + const LedgerStateDeleted + const LedgerStateDeleting + const OutputFormatIonBinary + const OutputFormatIonText + const OutputFormatJson + const PermissionsModeAllowAll + const PermissionsModeStandard + const S3ObjectEncryptionTypeNoEncryption + const S3ObjectEncryptionTypeSseKms + const S3ObjectEncryptionTypeSseS3 + const ServiceID + const ServiceName + const StreamStatusActive + const StreamStatusCanceled + const StreamStatusCompleted + const StreamStatusFailed + const StreamStatusImpaired + func EncryptionStatus_Values() []string + func ErrorCause_Values() []string + func ExportStatus_Values() []string + func LedgerState_Values() []string + func OutputFormat_Values() []string + func PermissionsMode_Values() []string + func S3ObjectEncryptionType_Values() []string + func StreamStatus_Values() []string + type CancelJournalKinesisStreamInput struct + LedgerName *string + StreamId *string + func (s *CancelJournalKinesisStreamInput) SetLedgerName(v string) *CancelJournalKinesisStreamInput + func (s *CancelJournalKinesisStreamInput) SetStreamId(v string) *CancelJournalKinesisStreamInput + func (s *CancelJournalKinesisStreamInput) Validate() error + func (s CancelJournalKinesisStreamInput) GoString() string + func (s CancelJournalKinesisStreamInput) String() string + type CancelJournalKinesisStreamOutput struct + StreamId *string + func (s *CancelJournalKinesisStreamOutput) SetStreamId(v string) *CancelJournalKinesisStreamOutput + func (s CancelJournalKinesisStreamOutput) GoString() string + func (s CancelJournalKinesisStreamOutput) String() string + type CreateLedgerInput struct + DeletionProtection *bool + KmsKey *string + Name *string + PermissionsMode *string + Tags map[string]*string + func (s *CreateLedgerInput) SetDeletionProtection(v bool) *CreateLedgerInput + func (s *CreateLedgerInput) SetKmsKey(v string) *CreateLedgerInput + func (s *CreateLedgerInput) SetName(v string) *CreateLedgerInput + func (s *CreateLedgerInput) SetPermissionsMode(v string) *CreateLedgerInput + func (s *CreateLedgerInput) SetTags(v map[string]*string) *CreateLedgerInput + func (s *CreateLedgerInput) Validate() error + func (s CreateLedgerInput) GoString() string + func (s CreateLedgerInput) String() string + type CreateLedgerOutput struct + Arn *string + CreationDateTime *time.Time + DeletionProtection *bool + KmsKeyArn *string + Name *string + PermissionsMode *string + State *string + func (s *CreateLedgerOutput) SetArn(v string) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetCreationDateTime(v time.Time) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetDeletionProtection(v bool) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetKmsKeyArn(v string) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetName(v string) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetPermissionsMode(v string) *CreateLedgerOutput + func (s *CreateLedgerOutput) SetState(v string) *CreateLedgerOutput + func (s CreateLedgerOutput) GoString() string + func (s CreateLedgerOutput) String() string + type DeleteLedgerInput struct + Name *string + func (s *DeleteLedgerInput) SetName(v string) *DeleteLedgerInput + func (s *DeleteLedgerInput) Validate() error + func (s DeleteLedgerInput) GoString() string + func (s DeleteLedgerInput) String() string + type DeleteLedgerOutput struct + func (s DeleteLedgerOutput) GoString() string + func (s DeleteLedgerOutput) String() string + type DescribeJournalKinesisStreamInput struct + LedgerName *string + StreamId *string + func (s *DescribeJournalKinesisStreamInput) SetLedgerName(v string) *DescribeJournalKinesisStreamInput + func (s *DescribeJournalKinesisStreamInput) SetStreamId(v string) *DescribeJournalKinesisStreamInput + func (s *DescribeJournalKinesisStreamInput) Validate() error + func (s DescribeJournalKinesisStreamInput) GoString() string + func (s DescribeJournalKinesisStreamInput) String() string + type DescribeJournalKinesisStreamOutput struct + Stream *JournalKinesisStreamDescription + func (s *DescribeJournalKinesisStreamOutput) SetStream(v *JournalKinesisStreamDescription) *DescribeJournalKinesisStreamOutput + func (s DescribeJournalKinesisStreamOutput) GoString() string + func (s DescribeJournalKinesisStreamOutput) String() string + type DescribeJournalS3ExportInput struct + ExportId *string + Name *string + func (s *DescribeJournalS3ExportInput) SetExportId(v string) *DescribeJournalS3ExportInput + func (s *DescribeJournalS3ExportInput) SetName(v string) *DescribeJournalS3ExportInput + func (s *DescribeJournalS3ExportInput) Validate() error + func (s DescribeJournalS3ExportInput) GoString() string + func (s DescribeJournalS3ExportInput) String() string + type DescribeJournalS3ExportOutput struct + ExportDescription *JournalS3ExportDescription + func (s *DescribeJournalS3ExportOutput) SetExportDescription(v *JournalS3ExportDescription) *DescribeJournalS3ExportOutput + func (s DescribeJournalS3ExportOutput) GoString() string + func (s DescribeJournalS3ExportOutput) String() string + type DescribeLedgerInput struct + Name *string + func (s *DescribeLedgerInput) SetName(v string) *DescribeLedgerInput + func (s *DescribeLedgerInput) Validate() error + func (s DescribeLedgerInput) GoString() string + func (s DescribeLedgerInput) String() string + type DescribeLedgerOutput struct + Arn *string + CreationDateTime *time.Time + DeletionProtection *bool + EncryptionDescription *LedgerEncryptionDescription + Name *string + PermissionsMode *string + State *string + func (s *DescribeLedgerOutput) SetArn(v string) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetCreationDateTime(v time.Time) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetDeletionProtection(v bool) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetEncryptionDescription(v *LedgerEncryptionDescription) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetName(v string) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetPermissionsMode(v string) *DescribeLedgerOutput + func (s *DescribeLedgerOutput) SetState(v string) *DescribeLedgerOutput + func (s DescribeLedgerOutput) GoString() string + func (s DescribeLedgerOutput) String() string + type ExportJournalToS3Input struct + ExclusiveEndTime *time.Time + InclusiveStartTime *time.Time + Name *string + OutputFormat *string + RoleArn *string + S3ExportConfiguration *S3ExportConfiguration + func (s *ExportJournalToS3Input) SetExclusiveEndTime(v time.Time) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) SetInclusiveStartTime(v time.Time) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) SetName(v string) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) SetOutputFormat(v string) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) SetRoleArn(v string) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) SetS3ExportConfiguration(v *S3ExportConfiguration) *ExportJournalToS3Input + func (s *ExportJournalToS3Input) Validate() error + func (s ExportJournalToS3Input) GoString() string + func (s ExportJournalToS3Input) String() string + type ExportJournalToS3Output struct + ExportId *string + func (s *ExportJournalToS3Output) SetExportId(v string) *ExportJournalToS3Output + func (s ExportJournalToS3Output) GoString() string + func (s ExportJournalToS3Output) String() string + type GetBlockInput struct + BlockAddress *ValueHolder + DigestTipAddress *ValueHolder + Name *string + func (s *GetBlockInput) SetBlockAddress(v *ValueHolder) *GetBlockInput + func (s *GetBlockInput) SetDigestTipAddress(v *ValueHolder) *GetBlockInput + func (s *GetBlockInput) SetName(v string) *GetBlockInput + func (s *GetBlockInput) Validate() error + func (s GetBlockInput) GoString() string + func (s GetBlockInput) String() string + type GetBlockOutput struct + Block *ValueHolder + Proof *ValueHolder + func (s *GetBlockOutput) SetBlock(v *ValueHolder) *GetBlockOutput + func (s *GetBlockOutput) SetProof(v *ValueHolder) *GetBlockOutput + func (s GetBlockOutput) GoString() string + func (s GetBlockOutput) String() string + type GetDigestInput struct + Name *string + func (s *GetDigestInput) SetName(v string) *GetDigestInput + func (s *GetDigestInput) Validate() error + func (s GetDigestInput) GoString() string + func (s GetDigestInput) String() string + type GetDigestOutput struct + Digest []byte + DigestTipAddress *ValueHolder + func (s *GetDigestOutput) SetDigest(v []byte) *GetDigestOutput + func (s *GetDigestOutput) SetDigestTipAddress(v *ValueHolder) *GetDigestOutput + func (s GetDigestOutput) GoString() string + func (s GetDigestOutput) String() string + type GetRevisionInput struct + BlockAddress *ValueHolder + DigestTipAddress *ValueHolder + DocumentId *string + Name *string + func (s *GetRevisionInput) SetBlockAddress(v *ValueHolder) *GetRevisionInput + func (s *GetRevisionInput) SetDigestTipAddress(v *ValueHolder) *GetRevisionInput + func (s *GetRevisionInput) SetDocumentId(v string) *GetRevisionInput + func (s *GetRevisionInput) SetName(v string) *GetRevisionInput + func (s *GetRevisionInput) Validate() error + func (s GetRevisionInput) GoString() string + func (s GetRevisionInput) String() string + type GetRevisionOutput struct + Proof *ValueHolder + Revision *ValueHolder + func (s *GetRevisionOutput) SetProof(v *ValueHolder) *GetRevisionOutput + func (s *GetRevisionOutput) SetRevision(v *ValueHolder) *GetRevisionOutput + func (s GetRevisionOutput) GoString() string + func (s GetRevisionOutput) String() string + type InvalidParameterException struct + Message_ *string + ParameterName *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterException) Code() string + func (s *InvalidParameterException) Error() string + func (s *InvalidParameterException) Message() string + func (s *InvalidParameterException) OrigErr() error + func (s *InvalidParameterException) RequestID() string + func (s *InvalidParameterException) StatusCode() int + func (s InvalidParameterException) GoString() string + func (s InvalidParameterException) String() string + type JournalKinesisStreamDescription struct + Arn *string + CreationTime *time.Time + ErrorCause *string + ExclusiveEndTime *time.Time + InclusiveStartTime *time.Time + KinesisConfiguration *KinesisConfiguration + LedgerName *string + RoleArn *string + Status *string + StreamId *string + StreamName *string + func (s *JournalKinesisStreamDescription) SetArn(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetCreationTime(v time.Time) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetErrorCause(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetExclusiveEndTime(v time.Time) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetInclusiveStartTime(v time.Time) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetKinesisConfiguration(v *KinesisConfiguration) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetLedgerName(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetRoleArn(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetStatus(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetStreamId(v string) *JournalKinesisStreamDescription + func (s *JournalKinesisStreamDescription) SetStreamName(v string) *JournalKinesisStreamDescription + func (s JournalKinesisStreamDescription) GoString() string + func (s JournalKinesisStreamDescription) String() string + type JournalS3ExportDescription struct + ExclusiveEndTime *time.Time + ExportCreationTime *time.Time + ExportId *string + InclusiveStartTime *time.Time + LedgerName *string + OutputFormat *string + RoleArn *string + S3ExportConfiguration *S3ExportConfiguration + Status *string + func (s *JournalS3ExportDescription) SetExclusiveEndTime(v time.Time) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetExportCreationTime(v time.Time) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetExportId(v string) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetInclusiveStartTime(v time.Time) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetLedgerName(v string) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetOutputFormat(v string) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetRoleArn(v string) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetS3ExportConfiguration(v *S3ExportConfiguration) *JournalS3ExportDescription + func (s *JournalS3ExportDescription) SetStatus(v string) *JournalS3ExportDescription + func (s JournalS3ExportDescription) GoString() string + func (s JournalS3ExportDescription) String() string + type KinesisConfiguration struct + AggregationEnabled *bool + StreamArn *string + func (s *KinesisConfiguration) SetAggregationEnabled(v bool) *KinesisConfiguration + func (s *KinesisConfiguration) SetStreamArn(v string) *KinesisConfiguration + func (s *KinesisConfiguration) Validate() error + func (s KinesisConfiguration) GoString() string + func (s KinesisConfiguration) String() string + type LedgerEncryptionDescription struct + EncryptionStatus *string + InaccessibleKmsKeyDateTime *time.Time + KmsKeyArn *string + func (s *LedgerEncryptionDescription) SetEncryptionStatus(v string) *LedgerEncryptionDescription + func (s *LedgerEncryptionDescription) SetInaccessibleKmsKeyDateTime(v time.Time) *LedgerEncryptionDescription + func (s *LedgerEncryptionDescription) SetKmsKeyArn(v string) *LedgerEncryptionDescription + func (s LedgerEncryptionDescription) GoString() string + func (s LedgerEncryptionDescription) String() string + type LedgerSummary struct + CreationDateTime *time.Time + Name *string + State *string + func (s *LedgerSummary) SetCreationDateTime(v time.Time) *LedgerSummary + func (s *LedgerSummary) SetName(v string) *LedgerSummary + func (s *LedgerSummary) SetState(v string) *LedgerSummary + func (s LedgerSummary) GoString() string + func (s LedgerSummary) String() string + type LimitExceededException struct + Message_ *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListJournalKinesisStreamsForLedgerInput struct + LedgerName *string + MaxResults *int64 + NextToken *string + func (s *ListJournalKinesisStreamsForLedgerInput) SetLedgerName(v string) *ListJournalKinesisStreamsForLedgerInput + func (s *ListJournalKinesisStreamsForLedgerInput) SetMaxResults(v int64) *ListJournalKinesisStreamsForLedgerInput + func (s *ListJournalKinesisStreamsForLedgerInput) SetNextToken(v string) *ListJournalKinesisStreamsForLedgerInput + func (s *ListJournalKinesisStreamsForLedgerInput) Validate() error + func (s ListJournalKinesisStreamsForLedgerInput) GoString() string + func (s ListJournalKinesisStreamsForLedgerInput) String() string + type ListJournalKinesisStreamsForLedgerOutput struct + NextToken *string + Streams []*JournalKinesisStreamDescription + func (s *ListJournalKinesisStreamsForLedgerOutput) SetNextToken(v string) *ListJournalKinesisStreamsForLedgerOutput + func (s *ListJournalKinesisStreamsForLedgerOutput) SetStreams(v []*JournalKinesisStreamDescription) *ListJournalKinesisStreamsForLedgerOutput + func (s ListJournalKinesisStreamsForLedgerOutput) GoString() string + func (s ListJournalKinesisStreamsForLedgerOutput) String() string + type ListJournalS3ExportsForLedgerInput struct + MaxResults *int64 + Name *string + NextToken *string + func (s *ListJournalS3ExportsForLedgerInput) SetMaxResults(v int64) *ListJournalS3ExportsForLedgerInput + func (s *ListJournalS3ExportsForLedgerInput) SetName(v string) *ListJournalS3ExportsForLedgerInput + func (s *ListJournalS3ExportsForLedgerInput) SetNextToken(v string) *ListJournalS3ExportsForLedgerInput + func (s *ListJournalS3ExportsForLedgerInput) Validate() error + func (s ListJournalS3ExportsForLedgerInput) GoString() string + func (s ListJournalS3ExportsForLedgerInput) String() string + type ListJournalS3ExportsForLedgerOutput struct + JournalS3Exports []*JournalS3ExportDescription + NextToken *string + func (s *ListJournalS3ExportsForLedgerOutput) SetJournalS3Exports(v []*JournalS3ExportDescription) *ListJournalS3ExportsForLedgerOutput + func (s *ListJournalS3ExportsForLedgerOutput) SetNextToken(v string) *ListJournalS3ExportsForLedgerOutput + func (s ListJournalS3ExportsForLedgerOutput) GoString() string + func (s ListJournalS3ExportsForLedgerOutput) String() string + type ListJournalS3ExportsInput struct + MaxResults *int64 + NextToken *string + func (s *ListJournalS3ExportsInput) SetMaxResults(v int64) *ListJournalS3ExportsInput + func (s *ListJournalS3ExportsInput) SetNextToken(v string) *ListJournalS3ExportsInput + func (s *ListJournalS3ExportsInput) Validate() error + func (s ListJournalS3ExportsInput) GoString() string + func (s ListJournalS3ExportsInput) String() string + type ListJournalS3ExportsOutput struct + JournalS3Exports []*JournalS3ExportDescription + NextToken *string + func (s *ListJournalS3ExportsOutput) SetJournalS3Exports(v []*JournalS3ExportDescription) *ListJournalS3ExportsOutput + func (s *ListJournalS3ExportsOutput) SetNextToken(v string) *ListJournalS3ExportsOutput + func (s ListJournalS3ExportsOutput) GoString() string + func (s ListJournalS3ExportsOutput) String() string + type ListLedgersInput struct + MaxResults *int64 + NextToken *string + func (s *ListLedgersInput) SetMaxResults(v int64) *ListLedgersInput + func (s *ListLedgersInput) SetNextToken(v string) *ListLedgersInput + func (s *ListLedgersInput) Validate() error + func (s ListLedgersInput) GoString() string + func (s ListLedgersInput) String() string + type ListLedgersOutput struct + Ledgers []*LedgerSummary + NextToken *string + func (s *ListLedgersOutput) SetLedgers(v []*LedgerSummary) *ListLedgersOutput + func (s *ListLedgersOutput) SetNextToken(v string) *ListLedgersOutput + func (s ListLedgersOutput) GoString() string + func (s ListLedgersOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type QLDB struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *QLDB + func (c *QLDB) CancelJournalKinesisStream(input *CancelJournalKinesisStreamInput) (*CancelJournalKinesisStreamOutput, error) + func (c *QLDB) CancelJournalKinesisStreamRequest(input *CancelJournalKinesisStreamInput) (req *request.Request, output *CancelJournalKinesisStreamOutput) + func (c *QLDB) CancelJournalKinesisStreamWithContext(ctx aws.Context, input *CancelJournalKinesisStreamInput, ...) (*CancelJournalKinesisStreamOutput, error) + func (c *QLDB) CreateLedger(input *CreateLedgerInput) (*CreateLedgerOutput, error) + func (c *QLDB) CreateLedgerRequest(input *CreateLedgerInput) (req *request.Request, output *CreateLedgerOutput) + func (c *QLDB) CreateLedgerWithContext(ctx aws.Context, input *CreateLedgerInput, opts ...request.Option) (*CreateLedgerOutput, error) + func (c *QLDB) DeleteLedger(input *DeleteLedgerInput) (*DeleteLedgerOutput, error) + func (c *QLDB) DeleteLedgerRequest(input *DeleteLedgerInput) (req *request.Request, output *DeleteLedgerOutput) + func (c *QLDB) DeleteLedgerWithContext(ctx aws.Context, input *DeleteLedgerInput, opts ...request.Option) (*DeleteLedgerOutput, error) + func (c *QLDB) DescribeJournalKinesisStream(input *DescribeJournalKinesisStreamInput) (*DescribeJournalKinesisStreamOutput, error) + func (c *QLDB) DescribeJournalKinesisStreamRequest(input *DescribeJournalKinesisStreamInput) (req *request.Request, output *DescribeJournalKinesisStreamOutput) + func (c *QLDB) DescribeJournalKinesisStreamWithContext(ctx aws.Context, input *DescribeJournalKinesisStreamInput, ...) (*DescribeJournalKinesisStreamOutput, error) + func (c *QLDB) DescribeJournalS3Export(input *DescribeJournalS3ExportInput) (*DescribeJournalS3ExportOutput, error) + func (c *QLDB) DescribeJournalS3ExportRequest(input *DescribeJournalS3ExportInput) (req *request.Request, output *DescribeJournalS3ExportOutput) + func (c *QLDB) DescribeJournalS3ExportWithContext(ctx aws.Context, input *DescribeJournalS3ExportInput, opts ...request.Option) (*DescribeJournalS3ExportOutput, error) + func (c *QLDB) DescribeLedger(input *DescribeLedgerInput) (*DescribeLedgerOutput, error) + func (c *QLDB) DescribeLedgerRequest(input *DescribeLedgerInput) (req *request.Request, output *DescribeLedgerOutput) + func (c *QLDB) DescribeLedgerWithContext(ctx aws.Context, input *DescribeLedgerInput, opts ...request.Option) (*DescribeLedgerOutput, error) + func (c *QLDB) ExportJournalToS3(input *ExportJournalToS3Input) (*ExportJournalToS3Output, error) + func (c *QLDB) ExportJournalToS3Request(input *ExportJournalToS3Input) (req *request.Request, output *ExportJournalToS3Output) + func (c *QLDB) ExportJournalToS3WithContext(ctx aws.Context, input *ExportJournalToS3Input, opts ...request.Option) (*ExportJournalToS3Output, error) + func (c *QLDB) GetBlock(input *GetBlockInput) (*GetBlockOutput, error) + func (c *QLDB) GetBlockRequest(input *GetBlockInput) (req *request.Request, output *GetBlockOutput) + func (c *QLDB) GetBlockWithContext(ctx aws.Context, input *GetBlockInput, opts ...request.Option) (*GetBlockOutput, error) + func (c *QLDB) GetDigest(input *GetDigestInput) (*GetDigestOutput, error) + func (c *QLDB) GetDigestRequest(input *GetDigestInput) (req *request.Request, output *GetDigestOutput) + func (c *QLDB) GetDigestWithContext(ctx aws.Context, input *GetDigestInput, opts ...request.Option) (*GetDigestOutput, error) + func (c *QLDB) GetRevision(input *GetRevisionInput) (*GetRevisionOutput, error) + func (c *QLDB) GetRevisionRequest(input *GetRevisionInput) (req *request.Request, output *GetRevisionOutput) + func (c *QLDB) GetRevisionWithContext(ctx aws.Context, input *GetRevisionInput, opts ...request.Option) (*GetRevisionOutput, error) + func (c *QLDB) ListJournalKinesisStreamsForLedger(input *ListJournalKinesisStreamsForLedgerInput) (*ListJournalKinesisStreamsForLedgerOutput, error) + func (c *QLDB) ListJournalKinesisStreamsForLedgerPages(input *ListJournalKinesisStreamsForLedgerInput, ...) error + func (c *QLDB) ListJournalKinesisStreamsForLedgerPagesWithContext(ctx aws.Context, input *ListJournalKinesisStreamsForLedgerInput, ...) error + func (c *QLDB) ListJournalKinesisStreamsForLedgerRequest(input *ListJournalKinesisStreamsForLedgerInput) (req *request.Request, output *ListJournalKinesisStreamsForLedgerOutput) + func (c *QLDB) ListJournalKinesisStreamsForLedgerWithContext(ctx aws.Context, input *ListJournalKinesisStreamsForLedgerInput, ...) (*ListJournalKinesisStreamsForLedgerOutput, error) + func (c *QLDB) ListJournalS3Exports(input *ListJournalS3ExportsInput) (*ListJournalS3ExportsOutput, error) + func (c *QLDB) ListJournalS3ExportsForLedger(input *ListJournalS3ExportsForLedgerInput) (*ListJournalS3ExportsForLedgerOutput, error) + func (c *QLDB) ListJournalS3ExportsForLedgerPages(input *ListJournalS3ExportsForLedgerInput, ...) error + func (c *QLDB) ListJournalS3ExportsForLedgerPagesWithContext(ctx aws.Context, input *ListJournalS3ExportsForLedgerInput, ...) error + func (c *QLDB) ListJournalS3ExportsForLedgerRequest(input *ListJournalS3ExportsForLedgerInput) (req *request.Request, output *ListJournalS3ExportsForLedgerOutput) + func (c *QLDB) ListJournalS3ExportsForLedgerWithContext(ctx aws.Context, input *ListJournalS3ExportsForLedgerInput, ...) (*ListJournalS3ExportsForLedgerOutput, error) + func (c *QLDB) ListJournalS3ExportsPages(input *ListJournalS3ExportsInput, ...) error + func (c *QLDB) ListJournalS3ExportsPagesWithContext(ctx aws.Context, input *ListJournalS3ExportsInput, ...) error + func (c *QLDB) ListJournalS3ExportsRequest(input *ListJournalS3ExportsInput) (req *request.Request, output *ListJournalS3ExportsOutput) + func (c *QLDB) ListJournalS3ExportsWithContext(ctx aws.Context, input *ListJournalS3ExportsInput, opts ...request.Option) (*ListJournalS3ExportsOutput, error) + func (c *QLDB) ListLedgers(input *ListLedgersInput) (*ListLedgersOutput, error) + func (c *QLDB) ListLedgersPages(input *ListLedgersInput, fn func(*ListLedgersOutput, bool) bool) error + func (c *QLDB) ListLedgersPagesWithContext(ctx aws.Context, input *ListLedgersInput, ...) error + func (c *QLDB) ListLedgersRequest(input *ListLedgersInput) (req *request.Request, output *ListLedgersOutput) + func (c *QLDB) ListLedgersWithContext(ctx aws.Context, input *ListLedgersInput, opts ...request.Option) (*ListLedgersOutput, error) + func (c *QLDB) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *QLDB) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *QLDB) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *QLDB) StreamJournalToKinesis(input *StreamJournalToKinesisInput) (*StreamJournalToKinesisOutput, error) + func (c *QLDB) StreamJournalToKinesisRequest(input *StreamJournalToKinesisInput) (req *request.Request, output *StreamJournalToKinesisOutput) + func (c *QLDB) StreamJournalToKinesisWithContext(ctx aws.Context, input *StreamJournalToKinesisInput, opts ...request.Option) (*StreamJournalToKinesisOutput, error) + func (c *QLDB) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *QLDB) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *QLDB) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *QLDB) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *QLDB) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *QLDB) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *QLDB) UpdateLedger(input *UpdateLedgerInput) (*UpdateLedgerOutput, error) + func (c *QLDB) UpdateLedgerPermissionsMode(input *UpdateLedgerPermissionsModeInput) (*UpdateLedgerPermissionsModeOutput, error) + func (c *QLDB) UpdateLedgerPermissionsModeRequest(input *UpdateLedgerPermissionsModeInput) (req *request.Request, output *UpdateLedgerPermissionsModeOutput) + func (c *QLDB) UpdateLedgerPermissionsModeWithContext(ctx aws.Context, input *UpdateLedgerPermissionsModeInput, ...) (*UpdateLedgerPermissionsModeOutput, error) + func (c *QLDB) UpdateLedgerRequest(input *UpdateLedgerInput) (req *request.Request, output *UpdateLedgerOutput) + func (c *QLDB) UpdateLedgerWithContext(ctx aws.Context, input *UpdateLedgerInput, opts ...request.Option) (*UpdateLedgerOutput, error) + type ResourceAlreadyExistsException struct + Message_ *string + ResourceName *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceInUseException struct + Message_ *string + ResourceName *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceInUseException) Code() string + func (s *ResourceInUseException) Error() string + func (s *ResourceInUseException) Message() string + func (s *ResourceInUseException) OrigErr() error + func (s *ResourceInUseException) RequestID() string + func (s *ResourceInUseException) StatusCode() int + func (s ResourceInUseException) GoString() string + func (s ResourceInUseException) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceName *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ResourcePreconditionNotMetException struct + Message_ *string + ResourceName *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourcePreconditionNotMetException) Code() string + func (s *ResourcePreconditionNotMetException) Error() string + func (s *ResourcePreconditionNotMetException) Message() string + func (s *ResourcePreconditionNotMetException) OrigErr() error + func (s *ResourcePreconditionNotMetException) RequestID() string + func (s *ResourcePreconditionNotMetException) StatusCode() int + func (s ResourcePreconditionNotMetException) GoString() string + func (s ResourcePreconditionNotMetException) String() string + type S3EncryptionConfiguration struct + KmsKeyArn *string + ObjectEncryptionType *string + func (s *S3EncryptionConfiguration) SetKmsKeyArn(v string) *S3EncryptionConfiguration + func (s *S3EncryptionConfiguration) SetObjectEncryptionType(v string) *S3EncryptionConfiguration + func (s *S3EncryptionConfiguration) Validate() error + func (s S3EncryptionConfiguration) GoString() string + func (s S3EncryptionConfiguration) String() string + type S3ExportConfiguration struct + Bucket *string + EncryptionConfiguration *S3EncryptionConfiguration + Prefix *string + func (s *S3ExportConfiguration) SetBucket(v string) *S3ExportConfiguration + func (s *S3ExportConfiguration) SetEncryptionConfiguration(v *S3EncryptionConfiguration) *S3ExportConfiguration + func (s *S3ExportConfiguration) SetPrefix(v string) *S3ExportConfiguration + func (s *S3ExportConfiguration) Validate() error + func (s S3ExportConfiguration) GoString() string + func (s S3ExportConfiguration) String() string + type StreamJournalToKinesisInput struct + ExclusiveEndTime *time.Time + InclusiveStartTime *time.Time + KinesisConfiguration *KinesisConfiguration + LedgerName *string + RoleArn *string + StreamName *string + Tags map[string]*string + func (s *StreamJournalToKinesisInput) SetExclusiveEndTime(v time.Time) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetInclusiveStartTime(v time.Time) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetKinesisConfiguration(v *KinesisConfiguration) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetLedgerName(v string) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetRoleArn(v string) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetStreamName(v string) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) SetTags(v map[string]*string) *StreamJournalToKinesisInput + func (s *StreamJournalToKinesisInput) Validate() error + func (s StreamJournalToKinesisInput) GoString() string + func (s StreamJournalToKinesisInput) String() string + type StreamJournalToKinesisOutput struct + StreamId *string + func (s *StreamJournalToKinesisOutput) SetStreamId(v string) *StreamJournalToKinesisOutput + func (s StreamJournalToKinesisOutput) GoString() string + func (s StreamJournalToKinesisOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateLedgerInput struct + DeletionProtection *bool + KmsKey *string + Name *string + func (s *UpdateLedgerInput) SetDeletionProtection(v bool) *UpdateLedgerInput + func (s *UpdateLedgerInput) SetKmsKey(v string) *UpdateLedgerInput + func (s *UpdateLedgerInput) SetName(v string) *UpdateLedgerInput + func (s *UpdateLedgerInput) Validate() error + func (s UpdateLedgerInput) GoString() string + func (s UpdateLedgerInput) String() string + type UpdateLedgerOutput struct + Arn *string + CreationDateTime *time.Time + DeletionProtection *bool + EncryptionDescription *LedgerEncryptionDescription + Name *string + State *string + func (s *UpdateLedgerOutput) SetArn(v string) *UpdateLedgerOutput + func (s *UpdateLedgerOutput) SetCreationDateTime(v time.Time) *UpdateLedgerOutput + func (s *UpdateLedgerOutput) SetDeletionProtection(v bool) *UpdateLedgerOutput + func (s *UpdateLedgerOutput) SetEncryptionDescription(v *LedgerEncryptionDescription) *UpdateLedgerOutput + func (s *UpdateLedgerOutput) SetName(v string) *UpdateLedgerOutput + func (s *UpdateLedgerOutput) SetState(v string) *UpdateLedgerOutput + func (s UpdateLedgerOutput) GoString() string + func (s UpdateLedgerOutput) String() string + type UpdateLedgerPermissionsModeInput struct + Name *string + PermissionsMode *string + func (s *UpdateLedgerPermissionsModeInput) SetName(v string) *UpdateLedgerPermissionsModeInput + func (s *UpdateLedgerPermissionsModeInput) SetPermissionsMode(v string) *UpdateLedgerPermissionsModeInput + func (s *UpdateLedgerPermissionsModeInput) Validate() error + func (s UpdateLedgerPermissionsModeInput) GoString() string + func (s UpdateLedgerPermissionsModeInput) String() string + type UpdateLedgerPermissionsModeOutput struct + Arn *string + Name *string + PermissionsMode *string + func (s *UpdateLedgerPermissionsModeOutput) SetArn(v string) *UpdateLedgerPermissionsModeOutput + func (s *UpdateLedgerPermissionsModeOutput) SetName(v string) *UpdateLedgerPermissionsModeOutput + func (s *UpdateLedgerPermissionsModeOutput) SetPermissionsMode(v string) *UpdateLedgerPermissionsModeOutput + func (s UpdateLedgerPermissionsModeOutput) GoString() string + func (s UpdateLedgerPermissionsModeOutput) String() string + type ValueHolder struct + IonText *string + func (s *ValueHolder) SetIonText(v string) *ValueHolder + func (s *ValueHolder) Validate() error + func (s ValueHolder) GoString() string + func (s ValueHolder) String() string