storagegatewaystub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivateGatewayFuture

type ActivateGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ActivateGatewayFuture) Get

type AddCacheFuture

type AddCacheFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddCacheFuture) Get

type AddTagsToResourceFuture

type AddTagsToResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddTagsToResourceFuture) Get

type AddUploadBufferFuture

type AddUploadBufferFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddUploadBufferFuture) Get

type AddWorkingStorageFuture

type AddWorkingStorageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddWorkingStorageFuture) Get

type AssignTapePoolFuture

type AssignTapePoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssignTapePoolFuture) Get

type AttachVolumeFuture

type AttachVolumeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AttachVolumeFuture) Get

type CancelArchivalFuture

type CancelArchivalFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CancelArchivalFuture) Get

type CancelRetrievalFuture

type CancelRetrievalFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CancelRetrievalFuture) Get

type Client

type Client interface {
	ActivateGateway(ctx workflow.Context, input *storagegateway.ActivateGatewayInput) (*storagegateway.ActivateGatewayOutput, error)
	ActivateGatewayAsync(ctx workflow.Context, input *storagegateway.ActivateGatewayInput) *ActivateGatewayFuture

	AddCache(ctx workflow.Context, input *storagegateway.AddCacheInput) (*storagegateway.AddCacheOutput, error)
	AddCacheAsync(ctx workflow.Context, input *storagegateway.AddCacheInput) *AddCacheFuture

	AddTagsToResource(ctx workflow.Context, input *storagegateway.AddTagsToResourceInput) (*storagegateway.AddTagsToResourceOutput, error)
	AddTagsToResourceAsync(ctx workflow.Context, input *storagegateway.AddTagsToResourceInput) *AddTagsToResourceFuture

	AddUploadBuffer(ctx workflow.Context, input *storagegateway.AddUploadBufferInput) (*storagegateway.AddUploadBufferOutput, error)
	AddUploadBufferAsync(ctx workflow.Context, input *storagegateway.AddUploadBufferInput) *AddUploadBufferFuture

	AddWorkingStorage(ctx workflow.Context, input *storagegateway.AddWorkingStorageInput) (*storagegateway.AddWorkingStorageOutput, error)
	AddWorkingStorageAsync(ctx workflow.Context, input *storagegateway.AddWorkingStorageInput) *AddWorkingStorageFuture

	AssignTapePool(ctx workflow.Context, input *storagegateway.AssignTapePoolInput) (*storagegateway.AssignTapePoolOutput, error)
	AssignTapePoolAsync(ctx workflow.Context, input *storagegateway.AssignTapePoolInput) *AssignTapePoolFuture

	AttachVolume(ctx workflow.Context, input *storagegateway.AttachVolumeInput) (*storagegateway.AttachVolumeOutput, error)
	AttachVolumeAsync(ctx workflow.Context, input *storagegateway.AttachVolumeInput) *AttachVolumeFuture

	CancelArchival(ctx workflow.Context, input *storagegateway.CancelArchivalInput) (*storagegateway.CancelArchivalOutput, error)
	CancelArchivalAsync(ctx workflow.Context, input *storagegateway.CancelArchivalInput) *CancelArchivalFuture

	CancelRetrieval(ctx workflow.Context, input *storagegateway.CancelRetrievalInput) (*storagegateway.CancelRetrievalOutput, error)
	CancelRetrievalAsync(ctx workflow.Context, input *storagegateway.CancelRetrievalInput) *CancelRetrievalFuture

	CreateCachediSCSIVolume(ctx workflow.Context, input *storagegateway.CreateCachediSCSIVolumeInput) (*storagegateway.CreateCachediSCSIVolumeOutput, error)
	CreateCachediSCSIVolumeAsync(ctx workflow.Context, input *storagegateway.CreateCachediSCSIVolumeInput) *CreateCachediSCSIVolumeFuture

	CreateNFSFileShare(ctx workflow.Context, input *storagegateway.CreateNFSFileShareInput) (*storagegateway.CreateNFSFileShareOutput, error)
	CreateNFSFileShareAsync(ctx workflow.Context, input *storagegateway.CreateNFSFileShareInput) *CreateNFSFileShareFuture

	CreateSMBFileShare(ctx workflow.Context, input *storagegateway.CreateSMBFileShareInput) (*storagegateway.CreateSMBFileShareOutput, error)
	CreateSMBFileShareAsync(ctx workflow.Context, input *storagegateway.CreateSMBFileShareInput) *CreateSMBFileShareFuture

	CreateSnapshot(ctx workflow.Context, input *storagegateway.CreateSnapshotInput) (*storagegateway.CreateSnapshotOutput, error)
	CreateSnapshotAsync(ctx workflow.Context, input *storagegateway.CreateSnapshotInput) *CreateSnapshotFuture

	CreateSnapshotFromVolumeRecoveryPoint(ctx workflow.Context, input *storagegateway.CreateSnapshotFromVolumeRecoveryPointInput) (*storagegateway.CreateSnapshotFromVolumeRecoveryPointOutput, error)
	CreateSnapshotFromVolumeRecoveryPointAsync(ctx workflow.Context, input *storagegateway.CreateSnapshotFromVolumeRecoveryPointInput) *CreateSnapshotFromVolumeRecoveryPointFuture

	CreateStorediSCSIVolume(ctx workflow.Context, input *storagegateway.CreateStorediSCSIVolumeInput) (*storagegateway.CreateStorediSCSIVolumeOutput, error)
	CreateStorediSCSIVolumeAsync(ctx workflow.Context, input *storagegateway.CreateStorediSCSIVolumeInput) *CreateStorediSCSIVolumeFuture

	CreateTapePool(ctx workflow.Context, input *storagegateway.CreateTapePoolInput) (*storagegateway.CreateTapePoolOutput, error)
	CreateTapePoolAsync(ctx workflow.Context, input *storagegateway.CreateTapePoolInput) *CreateTapePoolFuture

	CreateTapeWithBarcode(ctx workflow.Context, input *storagegateway.CreateTapeWithBarcodeInput) (*storagegateway.CreateTapeWithBarcodeOutput, error)
	CreateTapeWithBarcodeAsync(ctx workflow.Context, input *storagegateway.CreateTapeWithBarcodeInput) *CreateTapeWithBarcodeFuture

	CreateTapes(ctx workflow.Context, input *storagegateway.CreateTapesInput) (*storagegateway.CreateTapesOutput, error)
	CreateTapesAsync(ctx workflow.Context, input *storagegateway.CreateTapesInput) *CreateTapesFuture

	DeleteAutomaticTapeCreationPolicy(ctx workflow.Context, input *storagegateway.DeleteAutomaticTapeCreationPolicyInput) (*storagegateway.DeleteAutomaticTapeCreationPolicyOutput, error)
	DeleteAutomaticTapeCreationPolicyAsync(ctx workflow.Context, input *storagegateway.DeleteAutomaticTapeCreationPolicyInput) *DeleteAutomaticTapeCreationPolicyFuture

	DeleteBandwidthRateLimit(ctx workflow.Context, input *storagegateway.DeleteBandwidthRateLimitInput) (*storagegateway.DeleteBandwidthRateLimitOutput, error)
	DeleteBandwidthRateLimitAsync(ctx workflow.Context, input *storagegateway.DeleteBandwidthRateLimitInput) *DeleteBandwidthRateLimitFuture

	DeleteChapCredentials(ctx workflow.Context, input *storagegateway.DeleteChapCredentialsInput) (*storagegateway.DeleteChapCredentialsOutput, error)
	DeleteChapCredentialsAsync(ctx workflow.Context, input *storagegateway.DeleteChapCredentialsInput) *DeleteChapCredentialsFuture

	DeleteFileShare(ctx workflow.Context, input *storagegateway.DeleteFileShareInput) (*storagegateway.DeleteFileShareOutput, error)
	DeleteFileShareAsync(ctx workflow.Context, input *storagegateway.DeleteFileShareInput) *DeleteFileShareFuture

	DeleteGateway(ctx workflow.Context, input *storagegateway.DeleteGatewayInput) (*storagegateway.DeleteGatewayOutput, error)
	DeleteGatewayAsync(ctx workflow.Context, input *storagegateway.DeleteGatewayInput) *DeleteGatewayFuture

	DeleteSnapshotSchedule(ctx workflow.Context, input *storagegateway.DeleteSnapshotScheduleInput) (*storagegateway.DeleteSnapshotScheduleOutput, error)
	DeleteSnapshotScheduleAsync(ctx workflow.Context, input *storagegateway.DeleteSnapshotScheduleInput) *DeleteSnapshotScheduleFuture

	DeleteTape(ctx workflow.Context, input *storagegateway.DeleteTapeInput) (*storagegateway.DeleteTapeOutput, error)
	DeleteTapeAsync(ctx workflow.Context, input *storagegateway.DeleteTapeInput) *DeleteTapeFuture

	DeleteTapeArchive(ctx workflow.Context, input *storagegateway.DeleteTapeArchiveInput) (*storagegateway.DeleteTapeArchiveOutput, error)
	DeleteTapeArchiveAsync(ctx workflow.Context, input *storagegateway.DeleteTapeArchiveInput) *DeleteTapeArchiveFuture

	DeleteTapePool(ctx workflow.Context, input *storagegateway.DeleteTapePoolInput) (*storagegateway.DeleteTapePoolOutput, error)
	DeleteTapePoolAsync(ctx workflow.Context, input *storagegateway.DeleteTapePoolInput) *DeleteTapePoolFuture

	DeleteVolume(ctx workflow.Context, input *storagegateway.DeleteVolumeInput) (*storagegateway.DeleteVolumeOutput, error)
	DeleteVolumeAsync(ctx workflow.Context, input *storagegateway.DeleteVolumeInput) *DeleteVolumeFuture

	DescribeAvailabilityMonitorTest(ctx workflow.Context, input *storagegateway.DescribeAvailabilityMonitorTestInput) (*storagegateway.DescribeAvailabilityMonitorTestOutput, error)
	DescribeAvailabilityMonitorTestAsync(ctx workflow.Context, input *storagegateway.DescribeAvailabilityMonitorTestInput) *DescribeAvailabilityMonitorTestFuture

	DescribeBandwidthRateLimit(ctx workflow.Context, input *storagegateway.DescribeBandwidthRateLimitInput) (*storagegateway.DescribeBandwidthRateLimitOutput, error)
	DescribeBandwidthRateLimitAsync(ctx workflow.Context, input *storagegateway.DescribeBandwidthRateLimitInput) *DescribeBandwidthRateLimitFuture

	DescribeBandwidthRateLimitSchedule(ctx workflow.Context, input *storagegateway.DescribeBandwidthRateLimitScheduleInput) (*storagegateway.DescribeBandwidthRateLimitScheduleOutput, error)
	DescribeBandwidthRateLimitScheduleAsync(ctx workflow.Context, input *storagegateway.DescribeBandwidthRateLimitScheduleInput) *DescribeBandwidthRateLimitScheduleFuture

	DescribeCache(ctx workflow.Context, input *storagegateway.DescribeCacheInput) (*storagegateway.DescribeCacheOutput, error)
	DescribeCacheAsync(ctx workflow.Context, input *storagegateway.DescribeCacheInput) *DescribeCacheFuture

	DescribeCachediSCSIVolumes(ctx workflow.Context, input *storagegateway.DescribeCachediSCSIVolumesInput) (*storagegateway.DescribeCachediSCSIVolumesOutput, error)
	DescribeCachediSCSIVolumesAsync(ctx workflow.Context, input *storagegateway.DescribeCachediSCSIVolumesInput) *DescribeCachediSCSIVolumesFuture

	DescribeChapCredentials(ctx workflow.Context, input *storagegateway.DescribeChapCredentialsInput) (*storagegateway.DescribeChapCredentialsOutput, error)
	DescribeChapCredentialsAsync(ctx workflow.Context, input *storagegateway.DescribeChapCredentialsInput) *DescribeChapCredentialsFuture

	DescribeGatewayInformation(ctx workflow.Context, input *storagegateway.DescribeGatewayInformationInput) (*storagegateway.DescribeGatewayInformationOutput, error)
	DescribeGatewayInformationAsync(ctx workflow.Context, input *storagegateway.DescribeGatewayInformationInput) *DescribeGatewayInformationFuture

	DescribeMaintenanceStartTime(ctx workflow.Context, input *storagegateway.DescribeMaintenanceStartTimeInput) (*storagegateway.DescribeMaintenanceStartTimeOutput, error)
	DescribeMaintenanceStartTimeAsync(ctx workflow.Context, input *storagegateway.DescribeMaintenanceStartTimeInput) *DescribeMaintenanceStartTimeFuture

	DescribeNFSFileShares(ctx workflow.Context, input *storagegateway.DescribeNFSFileSharesInput) (*storagegateway.DescribeNFSFileSharesOutput, error)
	DescribeNFSFileSharesAsync(ctx workflow.Context, input *storagegateway.DescribeNFSFileSharesInput) *DescribeNFSFileSharesFuture

	DescribeSMBFileShares(ctx workflow.Context, input *storagegateway.DescribeSMBFileSharesInput) (*storagegateway.DescribeSMBFileSharesOutput, error)
	DescribeSMBFileSharesAsync(ctx workflow.Context, input *storagegateway.DescribeSMBFileSharesInput) *DescribeSMBFileSharesFuture

	DescribeSMBSettings(ctx workflow.Context, input *storagegateway.DescribeSMBSettingsInput) (*storagegateway.DescribeSMBSettingsOutput, error)
	DescribeSMBSettingsAsync(ctx workflow.Context, input *storagegateway.DescribeSMBSettingsInput) *DescribeSMBSettingsFuture

	DescribeSnapshotSchedule(ctx workflow.Context, input *storagegateway.DescribeSnapshotScheduleInput) (*storagegateway.DescribeSnapshotScheduleOutput, error)
	DescribeSnapshotScheduleAsync(ctx workflow.Context, input *storagegateway.DescribeSnapshotScheduleInput) *DescribeSnapshotScheduleFuture

	DescribeStorediSCSIVolumes(ctx workflow.Context, input *storagegateway.DescribeStorediSCSIVolumesInput) (*storagegateway.DescribeStorediSCSIVolumesOutput, error)
	DescribeStorediSCSIVolumesAsync(ctx workflow.Context, input *storagegateway.DescribeStorediSCSIVolumesInput) *DescribeStorediSCSIVolumesFuture

	DescribeTapeArchives(ctx workflow.Context, input *storagegateway.DescribeTapeArchivesInput) (*storagegateway.DescribeTapeArchivesOutput, error)
	DescribeTapeArchivesAsync(ctx workflow.Context, input *storagegateway.DescribeTapeArchivesInput) *DescribeTapeArchivesFuture

	DescribeTapeRecoveryPoints(ctx workflow.Context, input *storagegateway.DescribeTapeRecoveryPointsInput) (*storagegateway.DescribeTapeRecoveryPointsOutput, error)
	DescribeTapeRecoveryPointsAsync(ctx workflow.Context, input *storagegateway.DescribeTapeRecoveryPointsInput) *DescribeTapeRecoveryPointsFuture

	DescribeTapes(ctx workflow.Context, input *storagegateway.DescribeTapesInput) (*storagegateway.DescribeTapesOutput, error)
	DescribeTapesAsync(ctx workflow.Context, input *storagegateway.DescribeTapesInput) *DescribeTapesFuture

	DescribeUploadBuffer(ctx workflow.Context, input *storagegateway.DescribeUploadBufferInput) (*storagegateway.DescribeUploadBufferOutput, error)
	DescribeUploadBufferAsync(ctx workflow.Context, input *storagegateway.DescribeUploadBufferInput) *DescribeUploadBufferFuture

	DescribeVTLDevices(ctx workflow.Context, input *storagegateway.DescribeVTLDevicesInput) (*storagegateway.DescribeVTLDevicesOutput, error)
	DescribeVTLDevicesAsync(ctx workflow.Context, input *storagegateway.DescribeVTLDevicesInput) *DescribeVTLDevicesFuture

	DescribeWorkingStorage(ctx workflow.Context, input *storagegateway.DescribeWorkingStorageInput) (*storagegateway.DescribeWorkingStorageOutput, error)
	DescribeWorkingStorageAsync(ctx workflow.Context, input *storagegateway.DescribeWorkingStorageInput) *DescribeWorkingStorageFuture

	DetachVolume(ctx workflow.Context, input *storagegateway.DetachVolumeInput) (*storagegateway.DetachVolumeOutput, error)
	DetachVolumeAsync(ctx workflow.Context, input *storagegateway.DetachVolumeInput) *DetachVolumeFuture

	DisableGateway(ctx workflow.Context, input *storagegateway.DisableGatewayInput) (*storagegateway.DisableGatewayOutput, error)
	DisableGatewayAsync(ctx workflow.Context, input *storagegateway.DisableGatewayInput) *DisableGatewayFuture

	JoinDomain(ctx workflow.Context, input *storagegateway.JoinDomainInput) (*storagegateway.JoinDomainOutput, error)
	JoinDomainAsync(ctx workflow.Context, input *storagegateway.JoinDomainInput) *JoinDomainFuture

	ListAutomaticTapeCreationPolicies(ctx workflow.Context, input *storagegateway.ListAutomaticTapeCreationPoliciesInput) (*storagegateway.ListAutomaticTapeCreationPoliciesOutput, error)
	ListAutomaticTapeCreationPoliciesAsync(ctx workflow.Context, input *storagegateway.ListAutomaticTapeCreationPoliciesInput) *ListAutomaticTapeCreationPoliciesFuture

	ListFileShares(ctx workflow.Context, input *storagegateway.ListFileSharesInput) (*storagegateway.ListFileSharesOutput, error)
	ListFileSharesAsync(ctx workflow.Context, input *storagegateway.ListFileSharesInput) *ListFileSharesFuture

	ListGateways(ctx workflow.Context, input *storagegateway.ListGatewaysInput) (*storagegateway.ListGatewaysOutput, error)
	ListGatewaysAsync(ctx workflow.Context, input *storagegateway.ListGatewaysInput) *ListGatewaysFuture

	ListLocalDisks(ctx workflow.Context, input *storagegateway.ListLocalDisksInput) (*storagegateway.ListLocalDisksOutput, error)
	ListLocalDisksAsync(ctx workflow.Context, input *storagegateway.ListLocalDisksInput) *ListLocalDisksFuture

	ListTagsForResource(ctx workflow.Context, input *storagegateway.ListTagsForResourceInput) (*storagegateway.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *storagegateway.ListTagsForResourceInput) *ListTagsForResourceFuture

	ListTapePools(ctx workflow.Context, input *storagegateway.ListTapePoolsInput) (*storagegateway.ListTapePoolsOutput, error)
	ListTapePoolsAsync(ctx workflow.Context, input *storagegateway.ListTapePoolsInput) *ListTapePoolsFuture

	ListTapes(ctx workflow.Context, input *storagegateway.ListTapesInput) (*storagegateway.ListTapesOutput, error)
	ListTapesAsync(ctx workflow.Context, input *storagegateway.ListTapesInput) *ListTapesFuture

	ListVolumeInitiators(ctx workflow.Context, input *storagegateway.ListVolumeInitiatorsInput) (*storagegateway.ListVolumeInitiatorsOutput, error)
	ListVolumeInitiatorsAsync(ctx workflow.Context, input *storagegateway.ListVolumeInitiatorsInput) *ListVolumeInitiatorsFuture

	ListVolumeRecoveryPoints(ctx workflow.Context, input *storagegateway.ListVolumeRecoveryPointsInput) (*storagegateway.ListVolumeRecoveryPointsOutput, error)
	ListVolumeRecoveryPointsAsync(ctx workflow.Context, input *storagegateway.ListVolumeRecoveryPointsInput) *ListVolumeRecoveryPointsFuture

	ListVolumes(ctx workflow.Context, input *storagegateway.ListVolumesInput) (*storagegateway.ListVolumesOutput, error)
	ListVolumesAsync(ctx workflow.Context, input *storagegateway.ListVolumesInput) *ListVolumesFuture

	NotifyWhenUploaded(ctx workflow.Context, input *storagegateway.NotifyWhenUploadedInput) (*storagegateway.NotifyWhenUploadedOutput, error)
	NotifyWhenUploadedAsync(ctx workflow.Context, input *storagegateway.NotifyWhenUploadedInput) *NotifyWhenUploadedFuture

	RefreshCache(ctx workflow.Context, input *storagegateway.RefreshCacheInput) (*storagegateway.RefreshCacheOutput, error)
	RefreshCacheAsync(ctx workflow.Context, input *storagegateway.RefreshCacheInput) *RefreshCacheFuture

	RemoveTagsFromResource(ctx workflow.Context, input *storagegateway.RemoveTagsFromResourceInput) (*storagegateway.RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceAsync(ctx workflow.Context, input *storagegateway.RemoveTagsFromResourceInput) *RemoveTagsFromResourceFuture

	ResetCache(ctx workflow.Context, input *storagegateway.ResetCacheInput) (*storagegateway.ResetCacheOutput, error)
	ResetCacheAsync(ctx workflow.Context, input *storagegateway.ResetCacheInput) *ResetCacheFuture

	RetrieveTapeArchive(ctx workflow.Context, input *storagegateway.RetrieveTapeArchiveInput) (*storagegateway.RetrieveTapeArchiveOutput, error)
	RetrieveTapeArchiveAsync(ctx workflow.Context, input *storagegateway.RetrieveTapeArchiveInput) *RetrieveTapeArchiveFuture

	RetrieveTapeRecoveryPoint(ctx workflow.Context, input *storagegateway.RetrieveTapeRecoveryPointInput) (*storagegateway.RetrieveTapeRecoveryPointOutput, error)
	RetrieveTapeRecoveryPointAsync(ctx workflow.Context, input *storagegateway.RetrieveTapeRecoveryPointInput) *RetrieveTapeRecoveryPointFuture

	SetLocalConsolePassword(ctx workflow.Context, input *storagegateway.SetLocalConsolePasswordInput) (*storagegateway.SetLocalConsolePasswordOutput, error)
	SetLocalConsolePasswordAsync(ctx workflow.Context, input *storagegateway.SetLocalConsolePasswordInput) *SetLocalConsolePasswordFuture

	SetSMBGuestPassword(ctx workflow.Context, input *storagegateway.SetSMBGuestPasswordInput) (*storagegateway.SetSMBGuestPasswordOutput, error)
	SetSMBGuestPasswordAsync(ctx workflow.Context, input *storagegateway.SetSMBGuestPasswordInput) *SetSMBGuestPasswordFuture

	ShutdownGateway(ctx workflow.Context, input *storagegateway.ShutdownGatewayInput) (*storagegateway.ShutdownGatewayOutput, error)
	ShutdownGatewayAsync(ctx workflow.Context, input *storagegateway.ShutdownGatewayInput) *ShutdownGatewayFuture

	StartAvailabilityMonitorTest(ctx workflow.Context, input *storagegateway.StartAvailabilityMonitorTestInput) (*storagegateway.StartAvailabilityMonitorTestOutput, error)
	StartAvailabilityMonitorTestAsync(ctx workflow.Context, input *storagegateway.StartAvailabilityMonitorTestInput) *StartAvailabilityMonitorTestFuture

	StartGateway(ctx workflow.Context, input *storagegateway.StartGatewayInput) (*storagegateway.StartGatewayOutput, error)
	StartGatewayAsync(ctx workflow.Context, input *storagegateway.StartGatewayInput) *StartGatewayFuture

	UpdateAutomaticTapeCreationPolicy(ctx workflow.Context, input *storagegateway.UpdateAutomaticTapeCreationPolicyInput) (*storagegateway.UpdateAutomaticTapeCreationPolicyOutput, error)
	UpdateAutomaticTapeCreationPolicyAsync(ctx workflow.Context, input *storagegateway.UpdateAutomaticTapeCreationPolicyInput) *UpdateAutomaticTapeCreationPolicyFuture

	UpdateBandwidthRateLimit(ctx workflow.Context, input *storagegateway.UpdateBandwidthRateLimitInput) (*storagegateway.UpdateBandwidthRateLimitOutput, error)
	UpdateBandwidthRateLimitAsync(ctx workflow.Context, input *storagegateway.UpdateBandwidthRateLimitInput) *UpdateBandwidthRateLimitFuture

	UpdateBandwidthRateLimitSchedule(ctx workflow.Context, input *storagegateway.UpdateBandwidthRateLimitScheduleInput) (*storagegateway.UpdateBandwidthRateLimitScheduleOutput, error)
	UpdateBandwidthRateLimitScheduleAsync(ctx workflow.Context, input *storagegateway.UpdateBandwidthRateLimitScheduleInput) *UpdateBandwidthRateLimitScheduleFuture

	UpdateChapCredentials(ctx workflow.Context, input *storagegateway.UpdateChapCredentialsInput) (*storagegateway.UpdateChapCredentialsOutput, error)
	UpdateChapCredentialsAsync(ctx workflow.Context, input *storagegateway.UpdateChapCredentialsInput) *UpdateChapCredentialsFuture

	UpdateGatewayInformation(ctx workflow.Context, input *storagegateway.UpdateGatewayInformationInput) (*storagegateway.UpdateGatewayInformationOutput, error)
	UpdateGatewayInformationAsync(ctx workflow.Context, input *storagegateway.UpdateGatewayInformationInput) *UpdateGatewayInformationFuture

	UpdateGatewaySoftwareNow(ctx workflow.Context, input *storagegateway.UpdateGatewaySoftwareNowInput) (*storagegateway.UpdateGatewaySoftwareNowOutput, error)
	UpdateGatewaySoftwareNowAsync(ctx workflow.Context, input *storagegateway.UpdateGatewaySoftwareNowInput) *UpdateGatewaySoftwareNowFuture

	UpdateMaintenanceStartTime(ctx workflow.Context, input *storagegateway.UpdateMaintenanceStartTimeInput) (*storagegateway.UpdateMaintenanceStartTimeOutput, error)
	UpdateMaintenanceStartTimeAsync(ctx workflow.Context, input *storagegateway.UpdateMaintenanceStartTimeInput) *UpdateMaintenanceStartTimeFuture

	UpdateNFSFileShare(ctx workflow.Context, input *storagegateway.UpdateNFSFileShareInput) (*storagegateway.UpdateNFSFileShareOutput, error)
	UpdateNFSFileShareAsync(ctx workflow.Context, input *storagegateway.UpdateNFSFileShareInput) *UpdateNFSFileShareFuture

	UpdateSMBFileShare(ctx workflow.Context, input *storagegateway.UpdateSMBFileShareInput) (*storagegateway.UpdateSMBFileShareOutput, error)
	UpdateSMBFileShareAsync(ctx workflow.Context, input *storagegateway.UpdateSMBFileShareInput) *UpdateSMBFileShareFuture

	UpdateSMBFileShareVisibility(ctx workflow.Context, input *storagegateway.UpdateSMBFileShareVisibilityInput) (*storagegateway.UpdateSMBFileShareVisibilityOutput, error)
	UpdateSMBFileShareVisibilityAsync(ctx workflow.Context, input *storagegateway.UpdateSMBFileShareVisibilityInput) *UpdateSMBFileShareVisibilityFuture

	UpdateSMBSecurityStrategy(ctx workflow.Context, input *storagegateway.UpdateSMBSecurityStrategyInput) (*storagegateway.UpdateSMBSecurityStrategyOutput, error)
	UpdateSMBSecurityStrategyAsync(ctx workflow.Context, input *storagegateway.UpdateSMBSecurityStrategyInput) *UpdateSMBSecurityStrategyFuture

	UpdateSnapshotSchedule(ctx workflow.Context, input *storagegateway.UpdateSnapshotScheduleInput) (*storagegateway.UpdateSnapshotScheduleOutput, error)
	UpdateSnapshotScheduleAsync(ctx workflow.Context, input *storagegateway.UpdateSnapshotScheduleInput) *UpdateSnapshotScheduleFuture

	UpdateVTLDeviceType(ctx workflow.Context, input *storagegateway.UpdateVTLDeviceTypeInput) (*storagegateway.UpdateVTLDeviceTypeOutput, error)
	UpdateVTLDeviceTypeAsync(ctx workflow.Context, input *storagegateway.UpdateVTLDeviceTypeInput) *UpdateVTLDeviceTypeFuture
}

func NewClient

func NewClient() Client

type CreateCachediSCSIVolumeFuture

type CreateCachediSCSIVolumeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCachediSCSIVolumeFuture) Get

type CreateNFSFileShareFuture

type CreateNFSFileShareFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateNFSFileShareFuture) Get

type CreateSMBFileShareFuture

type CreateSMBFileShareFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSMBFileShareFuture) Get

type CreateSnapshotFromVolumeRecoveryPointFuture

type CreateSnapshotFromVolumeRecoveryPointFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSnapshotFromVolumeRecoveryPointFuture) Get

type CreateSnapshotFuture

type CreateSnapshotFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSnapshotFuture) Get

type CreateStorediSCSIVolumeFuture

type CreateStorediSCSIVolumeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateStorediSCSIVolumeFuture) Get

type CreateTapePoolFuture

type CreateTapePoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateTapePoolFuture) Get

type CreateTapeWithBarcodeFuture

type CreateTapeWithBarcodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateTapeWithBarcodeFuture) Get

type CreateTapesFuture

type CreateTapesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateTapesFuture) Get

type DeleteAutomaticTapeCreationPolicyFuture

type DeleteAutomaticTapeCreationPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAutomaticTapeCreationPolicyFuture) Get

type DeleteBandwidthRateLimitFuture

type DeleteBandwidthRateLimitFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteBandwidthRateLimitFuture) Get

type DeleteChapCredentialsFuture

type DeleteChapCredentialsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteChapCredentialsFuture) Get

type DeleteFileShareFuture

type DeleteFileShareFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFileShareFuture) Get

type DeleteGatewayFuture

type DeleteGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteGatewayFuture) Get

type DeleteSnapshotScheduleFuture

type DeleteSnapshotScheduleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSnapshotScheduleFuture) Get

type DeleteTapeArchiveFuture

type DeleteTapeArchiveFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteTapeArchiveFuture) Get

type DeleteTapeFuture

type DeleteTapeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteTapeFuture) Get

type DeleteTapePoolFuture

type DeleteTapePoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteTapePoolFuture) Get

type DeleteVolumeFuture

type DeleteVolumeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteVolumeFuture) Get

type DescribeAvailabilityMonitorTestFuture

type DescribeAvailabilityMonitorTestFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeAvailabilityMonitorTestFuture) Get

type DescribeBandwidthRateLimitFuture

type DescribeBandwidthRateLimitFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeBandwidthRateLimitFuture) Get

type DescribeBandwidthRateLimitScheduleFuture

type DescribeBandwidthRateLimitScheduleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeBandwidthRateLimitScheduleFuture) Get

type DescribeCacheFuture

type DescribeCacheFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeCacheFuture) Get

type DescribeCachediSCSIVolumesFuture

type DescribeCachediSCSIVolumesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeCachediSCSIVolumesFuture) Get

type DescribeChapCredentialsFuture

type DescribeChapCredentialsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeChapCredentialsFuture) Get

type DescribeGatewayInformationFuture

type DescribeGatewayInformationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeGatewayInformationFuture) Get

type DescribeMaintenanceStartTimeFuture

type DescribeMaintenanceStartTimeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeMaintenanceStartTimeFuture) Get

type DescribeNFSFileSharesFuture

type DescribeNFSFileSharesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeNFSFileSharesFuture) Get

type DescribeSMBFileSharesFuture

type DescribeSMBFileSharesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeSMBFileSharesFuture) Get

type DescribeSMBSettingsFuture

type DescribeSMBSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeSMBSettingsFuture) Get

type DescribeSnapshotScheduleFuture

type DescribeSnapshotScheduleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeSnapshotScheduleFuture) Get

type DescribeStorediSCSIVolumesFuture

type DescribeStorediSCSIVolumesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeStorediSCSIVolumesFuture) Get

type DescribeTapeArchivesFuture

type DescribeTapeArchivesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTapeArchivesFuture) Get

type DescribeTapeRecoveryPointsFuture

type DescribeTapeRecoveryPointsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTapeRecoveryPointsFuture) Get

type DescribeTapesFuture

type DescribeTapesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTapesFuture) Get

type DescribeUploadBufferFuture

type DescribeUploadBufferFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeUploadBufferFuture) Get

type DescribeVTLDevicesFuture

type DescribeVTLDevicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeVTLDevicesFuture) Get

type DescribeWorkingStorageFuture

type DescribeWorkingStorageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeWorkingStorageFuture) Get

type DetachVolumeFuture

type DetachVolumeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetachVolumeFuture) Get

type DisableGatewayFuture

type DisableGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisableGatewayFuture) Get

type JoinDomainFuture

type JoinDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*JoinDomainFuture) Get

type ListAutomaticTapeCreationPoliciesFuture

type ListAutomaticTapeCreationPoliciesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAutomaticTapeCreationPoliciesFuture) Get

type ListFileSharesFuture

type ListFileSharesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFileSharesFuture) Get

type ListGatewaysFuture

type ListGatewaysFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGatewaysFuture) Get

type ListLocalDisksFuture

type ListLocalDisksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListLocalDisksFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type ListTapePoolsFuture

type ListTapePoolsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTapePoolsFuture) Get

type ListTapesFuture

type ListTapesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTapesFuture) Get

type ListVolumeInitiatorsFuture

type ListVolumeInitiatorsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListVolumeInitiatorsFuture) Get

type ListVolumeRecoveryPointsFuture

type ListVolumeRecoveryPointsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListVolumeRecoveryPointsFuture) Get

type ListVolumesFuture

type ListVolumesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListVolumesFuture) Get

type NotifyWhenUploadedFuture

type NotifyWhenUploadedFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*NotifyWhenUploadedFuture) Get

type RefreshCacheFuture

type RefreshCacheFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RefreshCacheFuture) Get

type RemoveTagsFromResourceFuture

type RemoveTagsFromResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RemoveTagsFromResourceFuture) Get

type ResetCacheFuture

type ResetCacheFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ResetCacheFuture) Get

type RetrieveTapeArchiveFuture

type RetrieveTapeArchiveFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RetrieveTapeArchiveFuture) Get

type RetrieveTapeRecoveryPointFuture

type RetrieveTapeRecoveryPointFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RetrieveTapeRecoveryPointFuture) Get

type SetLocalConsolePasswordFuture

type SetLocalConsolePasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetLocalConsolePasswordFuture) Get

type SetSMBGuestPasswordFuture

type SetSMBGuestPasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetSMBGuestPasswordFuture) Get

type ShutdownGatewayFuture

type ShutdownGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ShutdownGatewayFuture) Get

type StartAvailabilityMonitorTestFuture

type StartAvailabilityMonitorTestFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartAvailabilityMonitorTestFuture) Get

type StartGatewayFuture

type StartGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartGatewayFuture) Get

type UpdateAutomaticTapeCreationPolicyFuture

type UpdateAutomaticTapeCreationPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAutomaticTapeCreationPolicyFuture) Get

type UpdateBandwidthRateLimitFuture

type UpdateBandwidthRateLimitFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateBandwidthRateLimitFuture) Get

type UpdateBandwidthRateLimitScheduleFuture

type UpdateBandwidthRateLimitScheduleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateBandwidthRateLimitScheduleFuture) Get

type UpdateChapCredentialsFuture

type UpdateChapCredentialsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateChapCredentialsFuture) Get

type UpdateGatewayInformationFuture

type UpdateGatewayInformationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGatewayInformationFuture) Get

type UpdateGatewaySoftwareNowFuture

type UpdateGatewaySoftwareNowFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGatewaySoftwareNowFuture) Get

type UpdateMaintenanceStartTimeFuture

type UpdateMaintenanceStartTimeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateMaintenanceStartTimeFuture) Get

type UpdateNFSFileShareFuture

type UpdateNFSFileShareFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateNFSFileShareFuture) Get

type UpdateSMBFileShareFuture

type UpdateSMBFileShareFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSMBFileShareFuture) Get

type UpdateSMBFileShareVisibilityFuture

type UpdateSMBFileShareVisibilityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSMBFileShareVisibilityFuture) Get

type UpdateSMBSecurityStrategyFuture

type UpdateSMBSecurityStrategyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSMBSecurityStrategyFuture) Get

type UpdateSnapshotScheduleFuture

type UpdateSnapshotScheduleFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSnapshotScheduleFuture) Get

type UpdateVTLDeviceTypeFuture

type UpdateVTLDeviceTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateVTLDeviceTypeFuture) Get

Jump to

Keyboard shortcuts

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