storagegateway

package
v0.0.0-...-5c85c1b Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2022 License: Apache-2.0, Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package storagegateway provides a client for AWS Storage Gateway.

Index

Constants

View Source
const (
	ErrorCodeActivationKeyExpired              = "ActivationKeyExpired"
	ErrorCodeActivationKeyInvalid              = "ActivationKeyInvalid"
	ErrorCodeActivationKeyNotFound             = "ActivationKeyNotFound"
	ErrorCodeAuthenticationFailure             = "AuthenticationFailure"
	ErrorCodeBandwidthThrottleScheduleNotFound = "BandwidthThrottleScheduleNotFound"
	ErrorCodeBlocked                           = "Blocked"
	ErrorCodeCannotExportSnapshot              = "CannotExportSnapshot"
	ErrorCodeChapCredentialNotFound            = "ChapCredentialNotFound"
	ErrorCodeDiskAlreadyAllocated              = "DiskAlreadyAllocated"
	ErrorCodeDiskDoesNotExist                  = "DiskDoesNotExist"
	ErrorCodeDiskSizeGreaterThanVolumeMaxSize  = "DiskSizeGreaterThanVolumeMaxSize"
	ErrorCodeDiskSizeLessThanVolumeSize        = "DiskSizeLessThanVolumeSize"
	ErrorCodeDiskSizeNotGigAligned             = "DiskSizeNotGigAligned"
	ErrorCodeDuplicateCertificateInfo          = "DuplicateCertificateInfo"
	ErrorCodeDuplicateSchedule                 = "DuplicateSchedule"
	ErrorCodeEndpointNotFound                  = "EndpointNotFound"
	ErrorCodeGatewayInternalError              = "GatewayInternalError"
	ErrorCodeGatewayNotConnected               = "GatewayNotConnected"
	ErrorCodeGatewayNotFound                   = "GatewayNotFound"
	ErrorCodeGatewayProxyNetworkConnectionBusy = "GatewayProxyNetworkConnectionBusy"
	ErrorCodeIAMnotSupported                   = "IAMNotSupported"
	ErrorCodeInitiatorInvalid                  = "InitiatorInvalid"
	ErrorCodeInitiatorNotFound                 = "InitiatorNotFound"
	ErrorCodeInternalError                     = "InternalError"
	ErrorCodeInvalidEndpoint                   = "InvalidEndpoint"
	ErrorCodeInvalidGateway                    = "InvalidGateway"
	ErrorCodeInvalidParameters                 = "InvalidParameters"
	ErrorCodeInvalidSchedule                   = "InvalidSchedule"
	ErrorCodeLocalStorageLimitExceeded         = "LocalStorageLimitExceeded"
	ErrorCodeLunAlreadyAllocated               = "LunAlreadyAllocated "
	ErrorCodeLunInvalid                        = "LunInvalid"
	ErrorCodeMaximumContentLengthExceeded      = "MaximumContentLengthExceeded"
	ErrorCodeMaximumTapeCartridgeCountExceeded = "MaximumTapeCartridgeCountExceeded"
	ErrorCodeMaximumVolumeCountExceeded        = "MaximumVolumeCountExceeded"
	ErrorCodeNetworkConfigurationChanged       = "NetworkConfigurationChanged"
	ErrorCodeNoDisksAvailable                  = "NoDisksAvailable"
	ErrorCodeNotImplemented                    = "NotImplemented"
	ErrorCodeNotSupported                      = "NotSupported"
	ErrorCodeOperationAborted                  = "OperationAborted"
	ErrorCodeOutdatedGateway                   = "OutdatedGateway"
	ErrorCodeParametersNotImplemented          = "ParametersNotImplemented"
	ErrorCodeRegionInvalid                     = "RegionInvalid"
	ErrorCodeRequestTimeout                    = "RequestTimeout"
	ErrorCodeServiceUnavailable                = "ServiceUnavailable"
	ErrorCodeSnapshotDeleted                   = "SnapshotDeleted"
	ErrorCodeSnapshotIDInvalid                 = "SnapshotIdInvalid"
	ErrorCodeSnapshotInProgress                = "SnapshotInProgress"
	ErrorCodeSnapshotNotFound                  = "SnapshotNotFound"
	ErrorCodeSnapshotScheduleNotFound          = "SnapshotScheduleNotFound"
	ErrorCodeStagingAreaFull                   = "StagingAreaFull"
	ErrorCodeStorageFailure                    = "StorageFailure"
	ErrorCodeTapeCartridgeNotFound             = "TapeCartridgeNotFound"
	ErrorCodeTargetAlreadyExists               = "TargetAlreadyExists"
	ErrorCodeTargetInvalid                     = "TargetInvalid"
	ErrorCodeTargetNotFound                    = "TargetNotFound"
	ErrorCodeUnauthorizedOperation             = "UnauthorizedOperation"
	ErrorCodeVolumeAlreadyExists               = "VolumeAlreadyExists"
	ErrorCodeVolumeIDInvalid                   = "VolumeIdInvalid"
	ErrorCodeVolumeInUse                       = "VolumeInUse"
	ErrorCodeVolumeNotFound                    = "VolumeNotFound"
	ErrorCodeVolumeNotReady                    = "VolumeNotReady"
)

Possible values for StorageGateway.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivateGatewayInput

type ActivateGatewayInput struct {
	ActivationKey     aws.StringValue `json:"ActivationKey"`
	GatewayName       aws.StringValue `json:"GatewayName"`
	GatewayRegion     aws.StringValue `json:"GatewayRegion"`
	GatewayTimezone   aws.StringValue `json:"GatewayTimezone"`
	GatewayType       aws.StringValue `json:"GatewayType,omitempty"`
	MediumChangerType aws.StringValue `json:"MediumChangerType,omitempty"`
	TapeDriveType     aws.StringValue `json:"TapeDriveType,omitempty"`
}

ActivateGatewayInput is undocumented.

type ActivateGatewayOutput

type ActivateGatewayOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

ActivateGatewayOutput is undocumented.

type AddCacheInput

type AddCacheInput struct {
	DiskIDs    []string        `json:"DiskIds"`
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

AddCacheInput is undocumented.

type AddCacheOutput

type AddCacheOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

AddCacheOutput is undocumented.

type AddUploadBufferInput

type AddUploadBufferInput struct {
	DiskIDs    []string        `json:"DiskIds"`
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

AddUploadBufferInput is undocumented.

type AddUploadBufferOutput

type AddUploadBufferOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

AddUploadBufferOutput is undocumented.

type AddWorkingStorageInput

type AddWorkingStorageInput struct {
	DiskIDs    []string        `json:"DiskIds"`
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

AddWorkingStorageInput is undocumented.

type AddWorkingStorageOutput

type AddWorkingStorageOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

AddWorkingStorageOutput is undocumented.

type CachediSCSIVolume

type CachediSCSIVolume struct {
	SourceSnapshotID      aws.StringValue        `json:"SourceSnapshotId,omitempty"`
	VolumeARN             aws.StringValue        `json:"VolumeARN,omitempty"`
	VolumeID              aws.StringValue        `json:"VolumeId,omitempty"`
	VolumeProgress        aws.DoubleValue        `json:"VolumeProgress,omitempty"`
	VolumeSizeInBytes     aws.LongValue          `json:"VolumeSizeInBytes,omitempty"`
	VolumeStatus          aws.StringValue        `json:"VolumeStatus,omitempty"`
	VolumeType            aws.StringValue        `json:"VolumeType,omitempty"`
	VolumeiSCSIAttributes *VolumeiSCSIAttributes `json:"VolumeiSCSIAttributes,omitempty"`
}

CachediSCSIVolume is undocumented.

type CancelArchivalInput

type CancelArchivalInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
	TapeARN    aws.StringValue `json:"TapeARN"`
}

CancelArchivalInput is undocumented.

type CancelArchivalOutput

type CancelArchivalOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

CancelArchivalOutput is undocumented.

type CancelRetrievalInput

type CancelRetrievalInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
	TapeARN    aws.StringValue `json:"TapeARN"`
}

CancelRetrievalInput is undocumented.

type CancelRetrievalOutput

type CancelRetrievalOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

CancelRetrievalOutput is undocumented.

type ChapInfo

type ChapInfo struct {
	InitiatorName                 aws.StringValue `json:"InitiatorName,omitempty"`
	SecretToAuthenticateInitiator aws.StringValue `json:"SecretToAuthenticateInitiator,omitempty"`
	SecretToAuthenticateTarget    aws.StringValue `json:"SecretToAuthenticateTarget,omitempty"`
	TargetARN                     aws.StringValue `json:"TargetARN,omitempty"`
}

ChapInfo is undocumented.

type CreateCachediSCSIVolumeInput

type CreateCachediSCSIVolumeInput struct {
	ClientToken        aws.StringValue `json:"ClientToken"`
	GatewayARN         aws.StringValue `json:"GatewayARN"`
	NetworkInterfaceID aws.StringValue `json:"NetworkInterfaceId"`
	SnapshotID         aws.StringValue `json:"SnapshotId,omitempty"`
	TargetName         aws.StringValue `json:"TargetName"`
	VolumeSizeInBytes  aws.LongValue   `json:"VolumeSizeInBytes"`
}

CreateCachediSCSIVolumeInput is undocumented.

type CreateCachediSCSIVolumeOutput

type CreateCachediSCSIVolumeOutput struct {
	TargetARN aws.StringValue `json:"TargetARN,omitempty"`
	VolumeARN aws.StringValue `json:"VolumeARN,omitempty"`
}

CreateCachediSCSIVolumeOutput is undocumented.

type CreateSnapshotFromVolumeRecoveryPointInput

type CreateSnapshotFromVolumeRecoveryPointInput struct {
	SnapshotDescription aws.StringValue `json:"SnapshotDescription"`
	VolumeARN           aws.StringValue `json:"VolumeARN"`
}

CreateSnapshotFromVolumeRecoveryPointInput is undocumented.

type CreateSnapshotFromVolumeRecoveryPointOutput

type CreateSnapshotFromVolumeRecoveryPointOutput struct {
	SnapshotID              aws.StringValue `json:"SnapshotId,omitempty"`
	VolumeARN               aws.StringValue `json:"VolumeARN,omitempty"`
	VolumeRecoveryPointTime aws.StringValue `json:"VolumeRecoveryPointTime,omitempty"`
}

CreateSnapshotFromVolumeRecoveryPointOutput is undocumented.

type CreateSnapshotInput

type CreateSnapshotInput struct {
	SnapshotDescription aws.StringValue `json:"SnapshotDescription"`
	VolumeARN           aws.StringValue `json:"VolumeARN"`
}

CreateSnapshotInput is undocumented.

type CreateSnapshotOutput

type CreateSnapshotOutput struct {
	SnapshotID aws.StringValue `json:"SnapshotId,omitempty"`
	VolumeARN  aws.StringValue `json:"VolumeARN,omitempty"`
}

CreateSnapshotOutput is undocumented.

type CreateStorediSCSIVolumeInput

type CreateStorediSCSIVolumeInput struct {
	DiskID               aws.StringValue  `json:"DiskId"`
	GatewayARN           aws.StringValue  `json:"GatewayARN"`
	NetworkInterfaceID   aws.StringValue  `json:"NetworkInterfaceId"`
	PreserveExistingData aws.BooleanValue `json:"PreserveExistingData"`
	SnapshotID           aws.StringValue  `json:"SnapshotId,omitempty"`
	TargetName           aws.StringValue  `json:"TargetName"`
}

CreateStorediSCSIVolumeInput is undocumented.

type CreateStorediSCSIVolumeOutput

type CreateStorediSCSIVolumeOutput struct {
	TargetARN         aws.StringValue `json:"TargetARN,omitempty"`
	VolumeARN         aws.StringValue `json:"VolumeARN,omitempty"`
	VolumeSizeInBytes aws.LongValue   `json:"VolumeSizeInBytes,omitempty"`
}

CreateStorediSCSIVolumeOutput is undocumented.

type CreateTapesInput

type CreateTapesInput struct {
	ClientToken       aws.StringValue  `json:"ClientToken"`
	GatewayARN        aws.StringValue  `json:"GatewayARN"`
	NumTapesToCreate  aws.IntegerValue `json:"NumTapesToCreate"`
	TapeBarcodePrefix aws.StringValue  `json:"TapeBarcodePrefix"`
	TapeSizeInBytes   aws.LongValue    `json:"TapeSizeInBytes"`
}

CreateTapesInput is undocumented.

type CreateTapesOutput

type CreateTapesOutput struct {
	TapeARNs []string `json:"TapeARNs,omitempty"`
}

CreateTapesOutput is undocumented.

type DeleteBandwidthRateLimitInput

type DeleteBandwidthRateLimitInput struct {
	BandwidthType aws.StringValue `json:"BandwidthType"`
	GatewayARN    aws.StringValue `json:"GatewayARN"`
}

DeleteBandwidthRateLimitInput is undocumented.

type DeleteBandwidthRateLimitOutput

type DeleteBandwidthRateLimitOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

DeleteBandwidthRateLimitOutput is undocumented.

type DeleteChapCredentialsInput

type DeleteChapCredentialsInput struct {
	InitiatorName aws.StringValue `json:"InitiatorName"`
	TargetARN     aws.StringValue `json:"TargetARN"`
}

DeleteChapCredentialsInput is undocumented.

type DeleteChapCredentialsOutput

type DeleteChapCredentialsOutput struct {
	InitiatorName aws.StringValue `json:"InitiatorName,omitempty"`
	TargetARN     aws.StringValue `json:"TargetARN,omitempty"`
}

DeleteChapCredentialsOutput is undocumented.

type DeleteGatewayInput

type DeleteGatewayInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DeleteGatewayInput is undocumented.

type DeleteGatewayOutput

type DeleteGatewayOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

DeleteGatewayOutput is undocumented.

type DeleteSnapshotScheduleInput

type DeleteSnapshotScheduleInput struct {
	VolumeARN aws.StringValue `json:"VolumeARN"`
}

DeleteSnapshotScheduleInput is undocumented.

type DeleteSnapshotScheduleOutput

type DeleteSnapshotScheduleOutput struct {
	VolumeARN aws.StringValue `json:"VolumeARN,omitempty"`
}

DeleteSnapshotScheduleOutput is undocumented.

type DeleteTapeArchiveInput

type DeleteTapeArchiveInput struct {
	TapeARN aws.StringValue `json:"TapeARN"`
}

DeleteTapeArchiveInput is undocumented.

type DeleteTapeArchiveOutput

type DeleteTapeArchiveOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

DeleteTapeArchiveOutput is undocumented.

type DeleteTapeInput

type DeleteTapeInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
	TapeARN    aws.StringValue `json:"TapeARN"`
}

DeleteTapeInput is undocumented.

type DeleteTapeOutput

type DeleteTapeOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

DeleteTapeOutput is undocumented.

type DeleteVolumeInput

type DeleteVolumeInput struct {
	VolumeARN aws.StringValue `json:"VolumeARN"`
}

DeleteVolumeInput is undocumented.

type DeleteVolumeOutput

type DeleteVolumeOutput struct {
	VolumeARN aws.StringValue `json:"VolumeARN,omitempty"`
}

DeleteVolumeOutput is undocumented.

type DescribeBandwidthRateLimitInput

type DescribeBandwidthRateLimitInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeBandwidthRateLimitInput is undocumented.

type DescribeBandwidthRateLimitOutput

type DescribeBandwidthRateLimitOutput struct {
	AverageDownloadRateLimitInBitsPerSec aws.LongValue   `json:"AverageDownloadRateLimitInBitsPerSec,omitempty"`
	AverageUploadRateLimitInBitsPerSec   aws.LongValue   `json:"AverageUploadRateLimitInBitsPerSec,omitempty"`
	GatewayARN                           aws.StringValue `json:"GatewayARN,omitempty"`
}

DescribeBandwidthRateLimitOutput is undocumented.

type DescribeCacheInput

type DescribeCacheInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeCacheInput is undocumented.

type DescribeCacheOutput

type DescribeCacheOutput struct {
	CacheAllocatedInBytes aws.LongValue   `json:"CacheAllocatedInBytes,omitempty"`
	CacheDirtyPercentage  aws.DoubleValue `json:"CacheDirtyPercentage,omitempty"`
	CacheHitPercentage    aws.DoubleValue `json:"CacheHitPercentage,omitempty"`
	CacheMissPercentage   aws.DoubleValue `json:"CacheMissPercentage,omitempty"`
	CacheUsedPercentage   aws.DoubleValue `json:"CacheUsedPercentage,omitempty"`
	DiskIDs               []string        `json:"DiskIds,omitempty"`
	GatewayARN            aws.StringValue `json:"GatewayARN,omitempty"`
}

DescribeCacheOutput is undocumented.

type DescribeCachediSCSIVolumesInput

type DescribeCachediSCSIVolumesInput struct {
	VolumeARNs []string `json:"VolumeARNs"`
}

DescribeCachediSCSIVolumesInput is undocumented.

type DescribeCachediSCSIVolumesOutput

type DescribeCachediSCSIVolumesOutput struct {
	CachediSCSIVolumes []CachediSCSIVolume `json:"CachediSCSIVolumes,omitempty"`
}

DescribeCachediSCSIVolumesOutput is undocumented.

type DescribeChapCredentialsInput

type DescribeChapCredentialsInput struct {
	TargetARN aws.StringValue `json:"TargetARN"`
}

DescribeChapCredentialsInput is undocumented.

type DescribeChapCredentialsOutput

type DescribeChapCredentialsOutput struct {
	ChapCredentials []ChapInfo `json:"ChapCredentials,omitempty"`
}

DescribeChapCredentialsOutput is undocumented.

type DescribeGatewayInformationInput

type DescribeGatewayInformationInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeGatewayInformationInput is undocumented.

type DescribeGatewayInformationOutput

type DescribeGatewayInformationOutput struct {
	GatewayARN                 aws.StringValue    `json:"GatewayARN,omitempty"`
	GatewayID                  aws.StringValue    `json:"GatewayId,omitempty"`
	GatewayNetworkInterfaces   []NetworkInterface `json:"GatewayNetworkInterfaces,omitempty"`
	GatewayState               aws.StringValue    `json:"GatewayState,omitempty"`
	GatewayTimezone            aws.StringValue    `json:"GatewayTimezone,omitempty"`
	GatewayType                aws.StringValue    `json:"GatewayType,omitempty"`
	NextUpdateAvailabilityDate aws.StringValue    `json:"NextUpdateAvailabilityDate,omitempty"`
}

DescribeGatewayInformationOutput is undocumented.

type DescribeMaintenanceStartTimeInput

type DescribeMaintenanceStartTimeInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeMaintenanceStartTimeInput is undocumented.

type DescribeMaintenanceStartTimeOutput

type DescribeMaintenanceStartTimeOutput struct {
	DayOfWeek    aws.IntegerValue `json:"DayOfWeek,omitempty"`
	GatewayARN   aws.StringValue  `json:"GatewayARN,omitempty"`
	HourOfDay    aws.IntegerValue `json:"HourOfDay,omitempty"`
	MinuteOfHour aws.IntegerValue `json:"MinuteOfHour,omitempty"`
	Timezone     aws.StringValue  `json:"Timezone,omitempty"`
}

DescribeMaintenanceStartTimeOutput is undocumented.

type DescribeSnapshotScheduleInput

type DescribeSnapshotScheduleInput struct {
	VolumeARN aws.StringValue `json:"VolumeARN"`
}

DescribeSnapshotScheduleInput is undocumented.

type DescribeSnapshotScheduleOutput

type DescribeSnapshotScheduleOutput struct {
	Description       aws.StringValue  `json:"Description,omitempty"`
	RecurrenceInHours aws.IntegerValue `json:"RecurrenceInHours,omitempty"`
	StartAt           aws.IntegerValue `json:"StartAt,omitempty"`
	Timezone          aws.StringValue  `json:"Timezone,omitempty"`
	VolumeARN         aws.StringValue  `json:"VolumeARN,omitempty"`
}

DescribeSnapshotScheduleOutput is undocumented.

type DescribeStorediSCSIVolumesInput

type DescribeStorediSCSIVolumesInput struct {
	VolumeARNs []string `json:"VolumeARNs"`
}

DescribeStorediSCSIVolumesInput is undocumented.

type DescribeStorediSCSIVolumesOutput

type DescribeStorediSCSIVolumesOutput struct {
	StorediSCSIVolumes []StorediSCSIVolume `json:"StorediSCSIVolumes,omitempty"`
}

DescribeStorediSCSIVolumesOutput is undocumented.

type DescribeTapeArchivesInput

type DescribeTapeArchivesInput struct {
	Limit    aws.IntegerValue `json:"Limit,omitempty"`
	Marker   aws.StringValue  `json:"Marker,omitempty"`
	TapeARNs []string         `json:"TapeARNs,omitempty"`
}

DescribeTapeArchivesInput is undocumented.

type DescribeTapeArchivesOutput

type DescribeTapeArchivesOutput struct {
	Marker       aws.StringValue `json:"Marker,omitempty"`
	TapeArchives []TapeArchive   `json:"TapeArchives,omitempty"`
}

DescribeTapeArchivesOutput is undocumented.

type DescribeTapeRecoveryPointsInput

type DescribeTapeRecoveryPointsInput struct {
	GatewayARN aws.StringValue  `json:"GatewayARN"`
	Limit      aws.IntegerValue `json:"Limit,omitempty"`
	Marker     aws.StringValue  `json:"Marker,omitempty"`
}

DescribeTapeRecoveryPointsInput is undocumented.

type DescribeTapeRecoveryPointsOutput

type DescribeTapeRecoveryPointsOutput struct {
	GatewayARN             aws.StringValue         `json:"GatewayARN,omitempty"`
	Marker                 aws.StringValue         `json:"Marker,omitempty"`
	TapeRecoveryPointInfos []TapeRecoveryPointInfo `json:"TapeRecoveryPointInfos,omitempty"`
}

DescribeTapeRecoveryPointsOutput is undocumented.

type DescribeTapesInput

type DescribeTapesInput struct {
	GatewayARN aws.StringValue  `json:"GatewayARN"`
	Limit      aws.IntegerValue `json:"Limit,omitempty"`
	Marker     aws.StringValue  `json:"Marker,omitempty"`
	TapeARNs   []string         `json:"TapeARNs,omitempty"`
}

DescribeTapesInput is undocumented.

type DescribeTapesOutput

type DescribeTapesOutput struct {
	Marker aws.StringValue `json:"Marker,omitempty"`
	Tapes  []Tape          `json:"Tapes,omitempty"`
}

DescribeTapesOutput is undocumented.

type DescribeUploadBufferInput

type DescribeUploadBufferInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeUploadBufferInput is undocumented.

type DescribeUploadBufferOutput

type DescribeUploadBufferOutput struct {
	DiskIDs                      []string        `json:"DiskIds,omitempty"`
	GatewayARN                   aws.StringValue `json:"GatewayARN,omitempty"`
	UploadBufferAllocatedInBytes aws.LongValue   `json:"UploadBufferAllocatedInBytes,omitempty"`
	UploadBufferUsedInBytes      aws.LongValue   `json:"UploadBufferUsedInBytes,omitempty"`
}

DescribeUploadBufferOutput is undocumented.

type DescribeVTLDevicesInput

type DescribeVTLDevicesInput struct {
	GatewayARN    aws.StringValue  `json:"GatewayARN"`
	Limit         aws.IntegerValue `json:"Limit,omitempty"`
	Marker        aws.StringValue  `json:"Marker,omitempty"`
	VTLDeviceARNs []string         `json:"VTLDeviceARNs,omitempty"`
}

DescribeVTLDevicesInput is undocumented.

type DescribeVTLDevicesOutput

type DescribeVTLDevicesOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
	Marker     aws.StringValue `json:"Marker,omitempty"`
	VTLDevices []VTLDevice     `json:"VTLDevices,omitempty"`
}

DescribeVTLDevicesOutput is undocumented.

type DescribeWorkingStorageInput

type DescribeWorkingStorageInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DescribeWorkingStorageInput is undocumented.

type DescribeWorkingStorageOutput

type DescribeWorkingStorageOutput struct {
	DiskIDs                        []string        `json:"DiskIds,omitempty"`
	GatewayARN                     aws.StringValue `json:"GatewayARN,omitempty"`
	WorkingStorageAllocatedInBytes aws.LongValue   `json:"WorkingStorageAllocatedInBytes,omitempty"`
	WorkingStorageUsedInBytes      aws.LongValue   `json:"WorkingStorageUsedInBytes,omitempty"`
}

DescribeWorkingStorageOutput is undocumented.

type DeviceiSCSIAttributes

type DeviceiSCSIAttributes struct {
	ChapEnabled          aws.BooleanValue `json:"ChapEnabled,omitempty"`
	NetworkInterfaceID   aws.StringValue  `json:"NetworkInterfaceId,omitempty"`
	NetworkInterfacePort aws.IntegerValue `json:"NetworkInterfacePort,omitempty"`
	TargetARN            aws.StringValue  `json:"TargetARN,omitempty"`
}

DeviceiSCSIAttributes is undocumented.

type DisableGatewayInput

type DisableGatewayInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

DisableGatewayInput is undocumented.

type DisableGatewayOutput

type DisableGatewayOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

DisableGatewayOutput is undocumented.

type Disk

type Disk struct {
	DiskAllocationResource aws.StringValue `json:"DiskAllocationResource,omitempty"`
	DiskAllocationType     aws.StringValue `json:"DiskAllocationType,omitempty"`
	DiskID                 aws.StringValue `json:"DiskId,omitempty"`
	DiskNode               aws.StringValue `json:"DiskNode,omitempty"`
	DiskPath               aws.StringValue `json:"DiskPath,omitempty"`
	DiskSizeInBytes        aws.LongValue   `json:"DiskSizeInBytes,omitempty"`
	DiskStatus             aws.StringValue `json:"DiskStatus,omitempty"`
}

Disk is undocumented.

type GatewayInfo

type GatewayInfo struct {
	GatewayARN              aws.StringValue `json:"GatewayARN,omitempty"`
	GatewayOperationalState aws.StringValue `json:"GatewayOperationalState,omitempty"`
	GatewayType             aws.StringValue `json:"GatewayType,omitempty"`
}

GatewayInfo is undocumented.

type ListGatewaysInput

type ListGatewaysInput struct {
	Limit  aws.IntegerValue `json:"Limit,omitempty"`
	Marker aws.StringValue  `json:"Marker,omitempty"`
}

ListGatewaysInput is undocumented.

type ListGatewaysOutput

type ListGatewaysOutput struct {
	Gateways []GatewayInfo   `json:"Gateways,omitempty"`
	Marker   aws.StringValue `json:"Marker,omitempty"`
}

ListGatewaysOutput is undocumented.

type ListLocalDisksInput

type ListLocalDisksInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

ListLocalDisksInput is undocumented.

type ListLocalDisksOutput

type ListLocalDisksOutput struct {
	Disks      []Disk          `json:"Disks,omitempty"`
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

ListLocalDisksOutput is undocumented.

type ListVolumeRecoveryPointsInput

type ListVolumeRecoveryPointsInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

ListVolumeRecoveryPointsInput is undocumented.

type ListVolumeRecoveryPointsOutput

type ListVolumeRecoveryPointsOutput struct {
	GatewayARN               aws.StringValue           `json:"GatewayARN,omitempty"`
	VolumeRecoveryPointInfos []VolumeRecoveryPointInfo `json:"VolumeRecoveryPointInfos,omitempty"`
}

ListVolumeRecoveryPointsOutput is undocumented.

type ListVolumesInput

type ListVolumesInput struct {
	GatewayARN aws.StringValue  `json:"GatewayARN"`
	Limit      aws.IntegerValue `json:"Limit,omitempty"`
	Marker     aws.StringValue  `json:"Marker,omitempty"`
}

ListVolumesInput is undocumented.

type ListVolumesOutput

type ListVolumesOutput struct {
	GatewayARN  aws.StringValue `json:"GatewayARN,omitempty"`
	Marker      aws.StringValue `json:"Marker,omitempty"`
	VolumeInfos []VolumeInfo    `json:"VolumeInfos,omitempty"`
}

ListVolumesOutput is undocumented.

type NetworkInterface

type NetworkInterface struct {
	IPv4Address aws.StringValue `json:"Ipv4Address,omitempty"`
	IPv6Address aws.StringValue `json:"Ipv6Address,omitempty"`
	MACAddress  aws.StringValue `json:"MacAddress,omitempty"`
}

NetworkInterface is undocumented.

type ResetCacheInput

type ResetCacheInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

ResetCacheInput is undocumented.

type ResetCacheOutput

type ResetCacheOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

ResetCacheOutput is undocumented.

type RetrieveTapeArchiveInput

type RetrieveTapeArchiveInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
	TapeARN    aws.StringValue `json:"TapeARN"`
}

RetrieveTapeArchiveInput is undocumented.

type RetrieveTapeArchiveOutput

type RetrieveTapeArchiveOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

RetrieveTapeArchiveOutput is undocumented.

type RetrieveTapeRecoveryPointInput

type RetrieveTapeRecoveryPointInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
	TapeARN    aws.StringValue `json:"TapeARN"`
}

RetrieveTapeRecoveryPointInput is undocumented.

type RetrieveTapeRecoveryPointOutput

type RetrieveTapeRecoveryPointOutput struct {
	TapeARN aws.StringValue `json:"TapeARN,omitempty"`
}

RetrieveTapeRecoveryPointOutput is undocumented.

type ShutdownGatewayInput

type ShutdownGatewayInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

ShutdownGatewayInput is undocumented.

type ShutdownGatewayOutput

type ShutdownGatewayOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

ShutdownGatewayOutput is undocumented.

type StartGatewayInput

type StartGatewayInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

StartGatewayInput is undocumented.

type StartGatewayOutput

type StartGatewayOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

StartGatewayOutput is undocumented.

type StorageGateway

type StorageGateway struct {
	// contains filtered or unexported fields
}

StorageGateway is a client for AWS Storage Gateway.

func New

func New(creds aws.CredentialsProvider, region string, client *http.Client) *StorageGateway

New returns a new StorageGateway client.

func (*StorageGateway) ActivateGateway

func (c *StorageGateway) ActivateGateway(req *ActivateGatewayInput) (resp *ActivateGatewayOutput, err error)

ActivateGateway this operation activates the gateway you previously deployed on your host. For more information, see Activate the AWS Storage Gateway . In the activation process, you specify information such as the region you want to use for storing snapshots, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account; for more information, see UpdateGatewayInformation You must turn on the gateway VM before you can activate your gateway.

func (*StorageGateway) AddCache

func (c *StorageGateway) AddCache(req *AddCacheInput) (resp *AddCacheOutput, err error)

AddCache this operation configures one or more gateway local disks as cache for a cached-volume gateway. This operation is supported only for the gateway-cached volume architecture (see Storage Gateway Concepts In the request, you specify the gateway Amazon Resource Name to which you want to add cache, and one or more disk IDs that you want to configure as cache.

func (*StorageGateway) AddUploadBuffer

func (c *StorageGateway) AddUploadBuffer(req *AddUploadBufferInput) (resp *AddUploadBufferOutput, err error)

AddUploadBuffer this operation configures one or more gateway local disks as upload buffer for a specified gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures. In the request, you specify the gateway Amazon Resource Name to which you want to add upload buffer, and one or more disk IDs that you want to configure as upload buffer.

func (*StorageGateway) AddWorkingStorage

func (c *StorageGateway) AddWorkingStorage(req *AddWorkingStorageInput) (resp *AddWorkingStorageOutput, err error)

AddWorkingStorage this operation configures one or more gateway local disks as working storage for a gateway. This operation is supported only for the gateway-stored volume architecture. This operation is deprecated method in cached-volumes API version (20120630). Use AddUploadBuffer instead. Working storage is also referred to as upload buffer. You can also use the AddUploadBuffer operation to add upload buffer to a stored-volume gateway. In the request, you specify the gateway Amazon Resource Name to which you want to add working storage, and one or more disk IDs that you want to configure as working storage.

func (*StorageGateway) CancelArchival

func (c *StorageGateway) CancelArchival(req *CancelArchivalInput) (resp *CancelArchivalOutput, err error)

CancelArchival cancels archiving of a virtual tape to the virtual tape shelf after the archiving process is initiated.

func (*StorageGateway) CancelRetrieval

func (c *StorageGateway) CancelRetrieval(req *CancelRetrievalInput) (resp *CancelRetrievalOutput, err error)

CancelRetrieval cancels retrieval of a virtual tape from the virtual tape shelf to a gateway after the retrieval process is initiated. The virtual tape is returned to the

func (*StorageGateway) CreateCachediSCSIVolume

func (c *StorageGateway) CreateCachediSCSIVolume(req *CreateCachediSCSIVolumeInput) (resp *CreateCachediSCSIVolumeOutput, err error)

CreateCachediSCSIVolume this operation creates a cached volume on a specified cached gateway. This operation is supported only for the gateway-cached volume architecture. Cache storage must be allocated to the gateway before you can create a cached volume. Use the AddCache operation to add cache storage to a gateway. In the request, you must specify the gateway, size of the volume in bytes, the iSCSI target name, an IP address on which to expose the target, and a unique client token. In response, AWS Storage Gateway creates the volume and returns information about it such as the volume Amazon Resource Name its size, and the iSCSI target ARN that initiators can use to connect to the volume target.

func (*StorageGateway) CreateSnapshot

func (c *StorageGateway) CreateSnapshot(req *CreateSnapshotInput) (resp *CreateSnapshotOutput, err error)

CreateSnapshot this operation initiates a snapshot of a volume. AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage (S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or ad-hoc basis. This API enables you to take ad-hoc snapshot. For more information, see Working With Snapshots in the AWS Storage Gateway Console In the CreateSnapshot request you identify the volume by providing its Amazon Resource Name You must also provide description for the snapshot. When AWS Storage Gateway takes the snapshot of specified volume, the snapshot and description appears in the AWS Storage Gateway Console. In response, AWS Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot. To list or delete a snapshot, you must use the Amazon EC2 For more information,

func (*StorageGateway) CreateSnapshotFromVolumeRecoveryPoint

func (c *StorageGateway) CreateSnapshotFromVolumeRecoveryPoint(req *CreateSnapshotFromVolumeRecoveryPointInput) (resp *CreateSnapshotFromVolumeRecoveryPointOutput, err error)

CreateSnapshotFromVolumeRecoveryPoint this operation initiates a snapshot of a gateway from a volume recovery point. This operation is supported only for the gateway-cached volume architecture (see A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To get a list of volume recovery point for gateway-cached volumes, use ListVolumeRecoveryPoints In the CreateSnapshotFromVolumeRecoveryPoint request, you identify the volume by providing its Amazon Resource Name You must also provide a description for the snapshot. When AWS Storage Gateway takes a snapshot of the specified volume, the snapshot and its description appear in the AWS Storage Gateway console. In response, AWS Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot. To list or delete a snapshot, you must use the Amazon EC2 For more information, in Amazon Elastic Compute Cloud API Reference

func (*StorageGateway) CreateStorediSCSIVolume

func (c *StorageGateway) CreateStorediSCSIVolume(req *CreateStorediSCSIVolumeInput) (resp *CreateStorediSCSIVolumeOutput, err error)

CreateStorediSCSIVolume this operation creates a volume on a specified gateway. This operation is supported only for the gateway-stored volume architecture. The size of the volume to create is inferred from the disk size. You can choose to preserve existing data on the disk, create volume from an existing snapshot, or create an empty volume. If you choose to create an empty gateway volume, then any existing data on the disk is erased. In the request you must specify the gateway and the disk information on which you are creating the volume. In response, AWS Storage Gateway creates the volume and returns volume information such as the volume Amazon Resource Name its size, and the iSCSI target ARN that initiators can use to connect to the volume target.

func (*StorageGateway) CreateTapes

func (c *StorageGateway) CreateTapes(req *CreateTapesInput) (resp *CreateTapesOutput, err error)

CreateTapes creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes. Cache storage must be allocated to the gateway before you can create virtual tapes. Use the AddCache operation to add cache storage to a gateway.

func (*StorageGateway) DeleteBandwidthRateLimit

func (c *StorageGateway) DeleteBandwidthRateLimit(req *DeleteBandwidthRateLimitInput) (resp *DeleteBandwidthRateLimitOutput, err error)

DeleteBandwidthRateLimit this operation deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) DeleteChapCredentials

func (c *StorageGateway) DeleteChapCredentials(req *DeleteChapCredentialsInput) (resp *DeleteChapCredentialsOutput, err error)

DeleteChapCredentials this operation deletes Challenge-Handshake Authentication Protocol credentials for a specified iSCSI target and initiator pair.

func (*StorageGateway) DeleteGateway

func (c *StorageGateway) DeleteGateway(req *DeleteGatewayInput) (resp *DeleteGatewayOutput, err error)

DeleteGateway this operation deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name of the gateway in your request. The operation deletes the gateway; however, it does not delete the gateway virtual machine from your host computer. After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway volumes are not deleted upon deleting the gateway, however, pending snapshots will not complete. After you delete a gateway, your next step is to remove it from your environment. You no longer pay software charges after the gateway is deleted; however, your existing Amazon EBS snapshots persist and you will continue to be billed for these snapshots. You can choose to remove all remaining Amazon EBS snapshots by canceling your Amazon EC2 subscription. If you prefer not to cancel your Amazon EC2 subscription, you can delete your snapshots using the Amazon EC2 console. For more information, see the AWS Storage Gateway Detail Page .

func (*StorageGateway) DeleteSnapshotSchedule

func (c *StorageGateway) DeleteSnapshotSchedule(req *DeleteSnapshotScheduleInput) (resp *DeleteSnapshotScheduleOutput, err error)

DeleteSnapshotSchedule this operation deletes a snapshot of a volume. You can take snapshots of your gateway volumes on a scheduled or ad-hoc basis. This API enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots . In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name To list or delete a snapshot, you must use the Amazon EC2 in Amazon Elastic Compute Cloud API Reference

func (*StorageGateway) DeleteTape

func (c *StorageGateway) DeleteTape(req *DeleteTapeInput) (resp *DeleteTapeOutput, err error)

DeleteTape is undocumented.

func (*StorageGateway) DeleteTapeArchive

func (c *StorageGateway) DeleteTapeArchive(req *DeleteTapeArchiveInput) (resp *DeleteTapeArchiveOutput, err error)

DeleteTapeArchive deletes the specified virtual tape from the virtual tape shelf

func (*StorageGateway) DeleteVolume

func (c *StorageGateway) DeleteVolume(req *DeleteVolumeInput) (resp *DeleteVolumeOutput, err error)

DeleteVolume this operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume For gateway-stored volumes, the local disk that was configured as the storage volume is not deleted. You can reuse the local disk to create another storage volume. Before you delete a gateway volume, make sure there are no iSCSI connections to the volume you are deleting. You should also make sure there is no snapshot in progress. You can use the Amazon Elastic Compute Cloud (Amazon EC2) API to query snapshots on the volume you are deleting and check the snapshot status. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference In the request, you must provide the Amazon Resource Name of the storage volume you want to delete.

func (*StorageGateway) DescribeBandwidthRateLimit

func (c *StorageGateway) DescribeBandwidthRateLimit(req *DescribeBandwidthRateLimitInput) (resp *DescribeBandwidthRateLimitOutput, err error)

DescribeBandwidthRateLimit this operation returns the bandwidth rate limits of a gateway. By default, these limits are not set, which means no bandwidth rate limiting is in effect. This operation only returns a value for a bandwidth rate limit only if the limit is set. If no limits are set for the gateway, then this operation returns only the gateway ARN in the response body. To specify which gateway to describe, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) DescribeCache

func (c *StorageGateway) DescribeCache(req *DescribeCacheInput) (resp *DescribeCacheOutput, err error)

DescribeCache this operation returns information about the cache of a gateway. This operation is supported only for the gateway-cached volume architecture. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.

func (*StorageGateway) DescribeCachediSCSIVolumes

func (c *StorageGateway) DescribeCachediSCSIVolumes(req *DescribeCachediSCSIVolumesInput) (resp *DescribeCachediSCSIVolumesOutput, err error)

DescribeCachediSCSIVolumes this operation returns a description of the gateway volumes specified in the request. This operation is supported only for the gateway-cached volume architecture. The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume Amazon Resource Name

func (*StorageGateway) DescribeChapCredentials

func (c *StorageGateway) DescribeChapCredentials(req *DescribeChapCredentialsInput) (resp *DescribeChapCredentialsOutput, err error)

DescribeChapCredentials this operation returns an array of Challenge-Handshake Authentication Protocol credentials information for a specified iSCSI target, one for each target-initiator pair.

func (*StorageGateway) DescribeGatewayInformation

func (c *StorageGateway) DescribeGatewayInformation(req *DescribeGatewayInformationInput) (resp *DescribeGatewayInformationOutput, err error)

DescribeGatewayInformation this operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) DescribeMaintenanceStartTime

func (c *StorageGateway) DescribeMaintenanceStartTime(req *DescribeMaintenanceStartTimeInput) (resp *DescribeMaintenanceStartTimeOutput, err error)

DescribeMaintenanceStartTime this operation returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone.

func (*StorageGateway) DescribeSnapshotSchedule

func (c *StorageGateway) DescribeSnapshotSchedule(req *DescribeSnapshotScheduleInput) (resp *DescribeSnapshotScheduleOutput, err error)

DescribeSnapshotSchedule this operation describes the snapshot schedule for the specified gateway volume. The snapshot schedule information includes intervals at which snapshots are automatically initiated on the volume.

func (*StorageGateway) DescribeStorediSCSIVolumes

func (c *StorageGateway) DescribeStorediSCSIVolumes(req *DescribeStorediSCSIVolumesInput) (resp *DescribeStorediSCSIVolumesOutput, err error)

DescribeStorediSCSIVolumes this operation returns description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume ARNs.

func (*StorageGateway) DescribeTapeArchives

func (c *StorageGateway) DescribeTapeArchives(req *DescribeTapeArchivesInput) (resp *DescribeTapeArchivesOutput, err error)

DescribeTapeArchives returns a description of specified virtual tapes in the virtual tape shelf If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

func (*StorageGateway) DescribeTapeRecoveryPoints

func (c *StorageGateway) DescribeTapeRecoveryPoints(req *DescribeTapeRecoveryPointsInput) (resp *DescribeTapeRecoveryPointsOutput, err error)

DescribeTapeRecoveryPoints returns a list of virtual tape recovery points that are available for the specified gateway-VTL. A recovery point is a point in time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.

func (*StorageGateway) DescribeTapes

func (c *StorageGateway) DescribeTapes(req *DescribeTapesInput) (resp *DescribeTapesOutput, err error)

DescribeTapes returns a description of the specified Amazon Resource Name of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes associated with the specified gateway.

func (*StorageGateway) DescribeUploadBuffer

func (c *StorageGateway) DescribeUploadBuffer(req *DescribeUploadBufferInput) (resp *DescribeUploadBufferOutput, err error)

DescribeUploadBuffer this operation returns information about the upload buffer of a gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures. The response includes disk IDs that are configured as upload buffer space, and it includes the amount of upload buffer space allocated and used.

func (*StorageGateway) DescribeVTLDevices

func (c *StorageGateway) DescribeVTLDevices(req *DescribeVTLDevicesInput) (resp *DescribeVTLDevicesOutput, err error)

DescribeVTLDevices returns a description of virtual tape library devices for the specified gateway. In the response, AWS Storage Gateway returns VTL device information. The list of VTL devices must be from one gateway.

func (*StorageGateway) DescribeWorkingStorage

func (c *StorageGateway) DescribeWorkingStorage(req *DescribeWorkingStorageInput) (resp *DescribeWorkingStorageOutput, err error)

DescribeWorkingStorage this operation returns information about the working storage of a gateway. This operation is supported only for the gateway-stored volume architecture. This operation is deprecated in cached-volumes API version (20120630). Use DescribeUploadBuffer instead. Working storage is also referred to as upload buffer. You can also use the DescribeUploadBuffer operation to add upload buffer to a stored-volume gateway. The response includes disk IDs that are configured as working storage, and it includes the amount of working storage allocated and used.

func (*StorageGateway) DisableGateway

func (c *StorageGateway) DisableGateway(req *DisableGatewayInput) (resp *DisableGatewayOutput, err error)

DisableGateway disables a gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. Use this operation for a gateway-VTL that is not reachable or not functioning. Once a gateway is disabled it cannot be enabled.

func (*StorageGateway) ListGateways

func (c *StorageGateway) ListGateways(req *ListGatewaysInput) (resp *ListGatewaysOutput, err error)

ListGateways this operation lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response. If you have more gateways than are returned in a response-that is, the response returns only a truncated list of your gateways-the response contains a marker that you can specify in your next request to fetch the next page of gateways.

func (*StorageGateway) ListLocalDisks

func (c *StorageGateway) ListLocalDisks(req *ListLocalDisksInput) (resp *ListLocalDisksOutput, err error)

ListLocalDisks this operation returns a list of the gateway's local disks. To specify which gateway to describe, you use the Amazon Resource Name of the gateway in the body of the request. The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all. The response includes a DiskStatus field. This field can have a value of present (the disk is availble to use), missing (the disk is no longer connected to the gateway), or mismatch (the disk node is occupied by a disk that has incorrect metadata or the disk content is corrupted).

func (*StorageGateway) ListVolumeRecoveryPoints

func (c *StorageGateway) ListVolumeRecoveryPoints(req *ListVolumeRecoveryPointsInput) (resp *ListVolumeRecoveryPointsOutput, err error)

ListVolumeRecoveryPoints this operation lists the recovery points for a specified gateway. This operation is supported only for the gateway-cached volume architecture. Each gateway-cached volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

func (*StorageGateway) ListVolumes

func (c *StorageGateway) ListVolumes(req *ListVolumesInput) (resp *ListVolumesOutput, err error)

ListVolumes this operation lists the iSCSI stored volumes of a gateway. Results are sorted by volume The response includes only the volume ARNs. If you want additional volume information, use the DescribeStorediSCSIVolumes The operation supports pagination. By default, the operation returns a maximum of up to 100 volumes. You can optionally specify the Limit field in the body to limit the number of volumes in the response. If the number of volumes returned in the response is truncated, the response includes a Marker field. You can use this Marker value in your subsequent request to retrieve the next set of volumes.

func (*StorageGateway) ResetCache

func (c *StorageGateway) ResetCache(req *ResetCacheInput) (resp *ResetCacheOutput, err error)

ResetCache this operation resets all cache disks and makes the disks available for reconfiguration as cache storage. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

func (*StorageGateway) RetrieveTapeArchive

func (c *StorageGateway) RetrieveTapeArchive(req *RetrieveTapeArchiveInput) (resp *RetrieveTapeArchiveOutput, err error)

RetrieveTapeArchive retrieves an archived virtual tape from the virtual tape shelf to a gateway-VTL. Virtual tapes archived in the VTS are not associated with any gateway. However after a tape is retrieved, it is associated with a gateway, even though it is also listed in the Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to another gateway. You must archive the tape again before you can retrieve it to another gateway.

func (*StorageGateway) RetrieveTapeRecoveryPoint

func (c *StorageGateway) RetrieveTapeRecoveryPoint(req *RetrieveTapeRecoveryPointInput) (resp *RetrieveTapeRecoveryPointOutput, err error)

RetrieveTapeRecoveryPoint retrieves the recovery point for the specified virtual tape. A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway. The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. The virtual tape can be retrieved to only a gateway-VTL. There is no charge for retrieving recovery points.

func (*StorageGateway) ShutdownGateway

func (c *StorageGateway) ShutdownGateway(req *ShutdownGatewayInput) (resp *ShutdownGatewayOutput, err error)

ShutdownGateway this operation shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name of the gateway in the body of your request. The operation shuts down the gateway service component running in the storage gateway's virtual machine and not the If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions. After the gateway is shutdown, you cannot call any other API except StartGateway , DescribeGatewayInformation , and ListGateways . For more information, see ActivateGateway . Your applications cannot read from or write to the gateway's storage volumes, and there are no snapshots taken. When you make a shutdown request, you will get a 200 success response immediately. However, it might take some time for the gateway to shut down. You can call the DescribeGatewayInformation API to check the status. For more information, see ActivateGateway If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway ) to no longer pay software charges associated with the gateway.

func (*StorageGateway) StartGateway

func (c *StorageGateway) StartGateway(req *StartGatewayInput) (resp *StartGatewayOutput, err error)

StartGateway this operation starts a gateway that you previously shut down (see ShutdownGateway ). After the gateway starts, you can then make other API calls, your applications can read from or write to the gateway's storage volumes and you will be able to take snapshot backups. When you make a request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to be ready. You should call DescribeGatewayInformation and check the status before making any additional API calls. For more information, see ActivateGateway To specify which gateway to start, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) UpdateBandwidthRateLimit

func (c *StorageGateway) UpdateBandwidthRateLimit(req *UpdateBandwidthRateLimitInput) (resp *UpdateBandwidthRateLimitOutput, err error)

UpdateBandwidthRateLimit this operation updates the bandwidth rate limits of a gateway. You can update both the upload and download bandwidth rate limit or specify only one of the two. If you don't set a bandwidth rate limit, the existing rate limit remains. By default, a gateway's bandwidth rate limits are not set. If you don't set any limit, the gateway does not have any limitations on its bandwidth usage and could potentially use the maximum available bandwidth. To specify which gateway to update, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) UpdateChapCredentials

func (c *StorageGateway) UpdateChapCredentials(req *UpdateChapCredentialsInput) (resp *UpdateChapCredentialsOutput, err error)

UpdateChapCredentials this operation updates the Challenge-Handshake Authentication Protocol credentials for a specified iSCSI target. By default, a gateway does not have enabled; however, for added security, you might use it. When you update credentials, all existing connections on the target are closed and initiators must reconnect with the new credentials.

func (*StorageGateway) UpdateGatewayInformation

func (c *StorageGateway) UpdateGatewayInformation(req *UpdateGatewayInformationInput) (resp *UpdateGatewayInformationOutput, err error)

UpdateGatewayInformation this operation updates a gateway's metadata, which includes the gateway's name and time zone. To specify which gateway to update, use the Amazon Resource Name of the gateway in your request.

func (*StorageGateway) UpdateGatewaySoftwareNow

func (c *StorageGateway) UpdateGatewaySoftwareNow(req *UpdateGatewaySoftwareNowInput) (resp *UpdateGatewaySoftwareNowOutput, err error)

UpdateGatewaySoftwareNow this operation updates the gateway virtual machine software. The request immediately triggers the software update. When you make this request, you get a 200 success response immediately. However, it might take some time for the update to complete. You can call DescribeGatewayInformation to verify the gateway is in the state. A software update forces a system restart of your gateway. You can minimize the chance of any disruption to your applications by increasing your iSCSI Initiators' timeouts. For more information about increasing iSCSI Initiator timeouts for Windows and Linux, see Customizing Your Windows iSCSI Settings and Customizing Your Linux iSCSI Settings , respectively.

func (*StorageGateway) UpdateMaintenanceStartTime

func (c *StorageGateway) UpdateMaintenanceStartTime(req *UpdateMaintenanceStartTimeInput) (resp *UpdateMaintenanceStartTimeOutput, err error)

UpdateMaintenanceStartTime this operation updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone.

func (*StorageGateway) UpdateSnapshotSchedule

func (c *StorageGateway) UpdateSnapshotSchedule(req *UpdateSnapshotScheduleInput) (resp *UpdateSnapshotScheduleOutput, err error)

UpdateSnapshotSchedule this operation updates a snapshot schedule configured for a gateway volume. The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume. You can use this API to change the snapshot schedule configured for the volume. In the request you must identify the gateway volume whose snapshot schedule you want to update, and the schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of snapshots.

func (*StorageGateway) UpdateVTLDeviceType

func (c *StorageGateway) UpdateVTLDeviceType(req *UpdateVTLDeviceTypeInput) (resp *UpdateVTLDeviceTypeOutput, err error)

UpdateVTLDeviceType this operation updates the type of medium changer in a gateway-VTL. When you activate a gateway-VTL, you select a medium changer type for the gateway-VTL. This operation enables you to select a different type of medium changer after a gateway-VTL is activated.

type StorageGatewayError

type StorageGatewayError struct {
	ErrorCode    aws.StringValue   `json:"errorCode,omitempty"`
	ErrorDetails map[string]string `json:"errorDetails,omitempty"`
}

StorageGatewayError is undocumented.

type StorediSCSIVolume

type StorediSCSIVolume struct {
	PreservedExistingData aws.BooleanValue       `json:"PreservedExistingData,omitempty"`
	SourceSnapshotID      aws.StringValue        `json:"SourceSnapshotId,omitempty"`
	VolumeARN             aws.StringValue        `json:"VolumeARN,omitempty"`
	VolumeDiskID          aws.StringValue        `json:"VolumeDiskId,omitempty"`
	VolumeID              aws.StringValue        `json:"VolumeId,omitempty"`
	VolumeProgress        aws.DoubleValue        `json:"VolumeProgress,omitempty"`
	VolumeSizeInBytes     aws.LongValue          `json:"VolumeSizeInBytes,omitempty"`
	VolumeStatus          aws.StringValue        `json:"VolumeStatus,omitempty"`
	VolumeType            aws.StringValue        `json:"VolumeType,omitempty"`
	VolumeiSCSIAttributes *VolumeiSCSIAttributes `json:"VolumeiSCSIAttributes,omitempty"`
}

StorediSCSIVolume is undocumented.

type Tape

type Tape struct {
	Progress        aws.DoubleValue `json:"Progress,omitempty"`
	TapeARN         aws.StringValue `json:"TapeARN,omitempty"`
	TapeBarcode     aws.StringValue `json:"TapeBarcode,omitempty"`
	TapeSizeInBytes aws.LongValue   `json:"TapeSizeInBytes,omitempty"`
	TapeStatus      aws.StringValue `json:"TapeStatus,omitempty"`
	VTLDevice       aws.StringValue `json:"VTLDevice,omitempty"`
}

Tape is undocumented.

type TapeArchive

type TapeArchive struct {
	CompletionTime  *aws.UnixTimestamp `json:"CompletionTime,omitempty"`
	RetrievedTo     aws.StringValue    `json:"RetrievedTo,omitempty"`
	TapeARN         aws.StringValue    `json:"TapeARN,omitempty"`
	TapeBarcode     aws.StringValue    `json:"TapeBarcode,omitempty"`
	TapeSizeInBytes aws.LongValue      `json:"TapeSizeInBytes,omitempty"`
	TapeStatus      aws.StringValue    `json:"TapeStatus,omitempty"`
}

TapeArchive is undocumented.

type TapeRecoveryPointInfo

type TapeRecoveryPointInfo struct {
	TapeARN               aws.StringValue    `json:"TapeARN,omitempty"`
	TapeRecoveryPointTime *aws.UnixTimestamp `json:"TapeRecoveryPointTime,omitempty"`
	TapeSizeInBytes       aws.LongValue      `json:"TapeSizeInBytes,omitempty"`
	TapeStatus            aws.StringValue    `json:"TapeStatus,omitempty"`
}

TapeRecoveryPointInfo is undocumented.

type UpdateBandwidthRateLimitInput

type UpdateBandwidthRateLimitInput struct {
	AverageDownloadRateLimitInBitsPerSec aws.LongValue   `json:"AverageDownloadRateLimitInBitsPerSec,omitempty"`
	AverageUploadRateLimitInBitsPerSec   aws.LongValue   `json:"AverageUploadRateLimitInBitsPerSec,omitempty"`
	GatewayARN                           aws.StringValue `json:"GatewayARN"`
}

UpdateBandwidthRateLimitInput is undocumented.

type UpdateBandwidthRateLimitOutput

type UpdateBandwidthRateLimitOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

UpdateBandwidthRateLimitOutput is undocumented.

type UpdateChapCredentialsInput

type UpdateChapCredentialsInput struct {
	InitiatorName                 aws.StringValue `json:"InitiatorName"`
	SecretToAuthenticateInitiator aws.StringValue `json:"SecretToAuthenticateInitiator"`
	SecretToAuthenticateTarget    aws.StringValue `json:"SecretToAuthenticateTarget,omitempty"`
	TargetARN                     aws.StringValue `json:"TargetARN"`
}

UpdateChapCredentialsInput is undocumented.

type UpdateChapCredentialsOutput

type UpdateChapCredentialsOutput struct {
	InitiatorName aws.StringValue `json:"InitiatorName,omitempty"`
	TargetARN     aws.StringValue `json:"TargetARN,omitempty"`
}

UpdateChapCredentialsOutput is undocumented.

type UpdateGatewayInformationInput

type UpdateGatewayInformationInput struct {
	GatewayARN      aws.StringValue `json:"GatewayARN"`
	GatewayName     aws.StringValue `json:"GatewayName,omitempty"`
	GatewayTimezone aws.StringValue `json:"GatewayTimezone,omitempty"`
}

UpdateGatewayInformationInput is undocumented.

type UpdateGatewayInformationOutput

type UpdateGatewayInformationOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

UpdateGatewayInformationOutput is undocumented.

type UpdateGatewaySoftwareNowInput

type UpdateGatewaySoftwareNowInput struct {
	GatewayARN aws.StringValue `json:"GatewayARN"`
}

UpdateGatewaySoftwareNowInput is undocumented.

type UpdateGatewaySoftwareNowOutput

type UpdateGatewaySoftwareNowOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

UpdateGatewaySoftwareNowOutput is undocumented.

type UpdateMaintenanceStartTimeInput

type UpdateMaintenanceStartTimeInput struct {
	DayOfWeek    aws.IntegerValue `json:"DayOfWeek"`
	GatewayARN   aws.StringValue  `json:"GatewayARN"`
	HourOfDay    aws.IntegerValue `json:"HourOfDay"`
	MinuteOfHour aws.IntegerValue `json:"MinuteOfHour"`
}

UpdateMaintenanceStartTimeInput is undocumented.

type UpdateMaintenanceStartTimeOutput

type UpdateMaintenanceStartTimeOutput struct {
	GatewayARN aws.StringValue `json:"GatewayARN,omitempty"`
}

UpdateMaintenanceStartTimeOutput is undocumented.

type UpdateSnapshotScheduleInput

type UpdateSnapshotScheduleInput struct {
	Description       aws.StringValue  `json:"Description,omitempty"`
	RecurrenceInHours aws.IntegerValue `json:"RecurrenceInHours"`
	StartAt           aws.IntegerValue `json:"StartAt"`
	VolumeARN         aws.StringValue  `json:"VolumeARN"`
}

UpdateSnapshotScheduleInput is undocumented.

type UpdateSnapshotScheduleOutput

type UpdateSnapshotScheduleOutput struct {
	VolumeARN aws.StringValue `json:"VolumeARN,omitempty"`
}

UpdateSnapshotScheduleOutput is undocumented.

type UpdateVTLDeviceTypeInput

type UpdateVTLDeviceTypeInput struct {
	DeviceType   aws.StringValue `json:"DeviceType"`
	VTLDeviceARN aws.StringValue `json:"VTLDeviceARN"`
}

UpdateVTLDeviceTypeInput is undocumented.

type UpdateVTLDeviceTypeOutput

type UpdateVTLDeviceTypeOutput struct {
	VTLDeviceARN aws.StringValue `json:"VTLDeviceARN,omitempty"`
}

UpdateVTLDeviceTypeOutput is undocumented.

type VTLDevice

type VTLDevice struct {
	DeviceiSCSIAttributes      *DeviceiSCSIAttributes `json:"DeviceiSCSIAttributes,omitempty"`
	VTLDeviceARN               aws.StringValue        `json:"VTLDeviceARN,omitempty"`
	VTLDeviceProductIdentifier aws.StringValue        `json:"VTLDeviceProductIdentifier,omitempty"`
	VTLDeviceType              aws.StringValue        `json:"VTLDeviceType,omitempty"`
	VTLDeviceVendor            aws.StringValue        `json:"VTLDeviceVendor,omitempty"`
}

VTLDevice is undocumented.

type VolumeInfo

type VolumeInfo struct {
	VolumeARN  aws.StringValue `json:"VolumeARN,omitempty"`
	VolumeType aws.StringValue `json:"VolumeType,omitempty"`
}

VolumeInfo is undocumented.

type VolumeRecoveryPointInfo

type VolumeRecoveryPointInfo struct {
	VolumeARN               aws.StringValue `json:"VolumeARN,omitempty"`
	VolumeRecoveryPointTime aws.StringValue `json:"VolumeRecoveryPointTime,omitempty"`
	VolumeSizeInBytes       aws.LongValue   `json:"VolumeSizeInBytes,omitempty"`
	VolumeUsageInBytes      aws.LongValue   `json:"VolumeUsageInBytes,omitempty"`
}

VolumeRecoveryPointInfo is undocumented.

type VolumeiSCSIAttributes

type VolumeiSCSIAttributes struct {
	ChapEnabled          aws.BooleanValue `json:"ChapEnabled,omitempty"`
	LunNumber            aws.IntegerValue `json:"LunNumber,omitempty"`
	NetworkInterfaceID   aws.StringValue  `json:"NetworkInterfaceId,omitempty"`
	NetworkInterfacePort aws.IntegerValue `json:"NetworkInterfacePort,omitempty"`
	TargetARN            aws.StringValue  `json:"TargetARN,omitempty"`
}

VolumeiSCSIAttributes is undocumented.

Jump to

Keyboard shortcuts

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