types

package
v1.20.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerNotFoundException

type ContainerNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified container was not found for the specified account.

func (*ContainerNotFoundException) Error

func (*ContainerNotFoundException) ErrorCode

func (e *ContainerNotFoundException) ErrorCode() string

func (*ContainerNotFoundException) ErrorFault

func (*ContainerNotFoundException) ErrorMessage

func (e *ContainerNotFoundException) ErrorMessage() string

type InternalServerError

type InternalServerError struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The service is temporarily unavailable.

func (*InternalServerError) Error

func (e *InternalServerError) Error() string

func (*InternalServerError) ErrorCode

func (e *InternalServerError) ErrorCode() string

func (*InternalServerError) ErrorFault

func (e *InternalServerError) ErrorFault() smithy.ErrorFault

func (*InternalServerError) ErrorMessage

func (e *InternalServerError) ErrorMessage() string

type Item

type Item struct {

	// The length of the item in bytes.
	ContentLength *int64

	// The content type of the item.
	ContentType *string

	// The ETag that represents a unique instance of the item.
	ETag *string

	// The date and time that the item was last modified.
	LastModified *time.Time

	// The name of the item.
	Name *string

	// The item type (folder or object).
	Type ItemType
	// contains filtered or unexported fields
}

A metadata entry for a folder or object.

type ItemType

type ItemType string
const (
	ItemTypeObject ItemType = "OBJECT"
	ItemTypeFolder ItemType = "FOLDER"
)

Enum values for ItemType

func (ItemType) Values added in v0.29.0

func (ItemType) Values() []ItemType

Values returns all known values for ItemType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ObjectNotFoundException

type ObjectNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Could not perform an operation on an object that does not exist.

func (*ObjectNotFoundException) Error

func (e *ObjectNotFoundException) Error() string

func (*ObjectNotFoundException) ErrorCode

func (e *ObjectNotFoundException) ErrorCode() string

func (*ObjectNotFoundException) ErrorFault

func (e *ObjectNotFoundException) ErrorFault() smithy.ErrorFault

func (*ObjectNotFoundException) ErrorMessage

func (e *ObjectNotFoundException) ErrorMessage() string

type RequestedRangeNotSatisfiableException

type RequestedRangeNotSatisfiableException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The requested content range is not valid.

func (*RequestedRangeNotSatisfiableException) Error

func (*RequestedRangeNotSatisfiableException) ErrorCode

func (*RequestedRangeNotSatisfiableException) ErrorFault

func (*RequestedRangeNotSatisfiableException) ErrorMessage

type StorageClass

type StorageClass string
const (
	StorageClassTemporal StorageClass = "TEMPORAL"
)

Enum values for StorageClass

func (StorageClass) Values added in v0.29.0

func (StorageClass) Values() []StorageClass

Values returns all known values for StorageClass. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type UploadAvailability added in v1.2.0

type UploadAvailability string
const (
	UploadAvailabilityStandard  UploadAvailability = "STANDARD"
	UploadAvailabilityStreaming UploadAvailability = "STREAMING"
)

Enum values for UploadAvailability

func (UploadAvailability) Values added in v1.2.0

Values returns all known values for UploadAvailability. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL