Documentation
¶
Index ¶
- type ActivateGatewayFuture
- type AddCacheFuture
- type AddTagsToResourceFuture
- type AddUploadBufferFuture
- type AddWorkingStorageFuture
- type AssignTapePoolFuture
- type AttachVolumeFuture
- type CancelArchivalFuture
- type CancelRetrievalFuture
- type Client
- type CreateCachediSCSIVolumeFuture
- type CreateNFSFileShareFuture
- type CreateSMBFileShareFuture
- type CreateSnapshotFromVolumeRecoveryPointFuture
- type CreateSnapshotFuture
- type CreateStorediSCSIVolumeFuture
- type CreateTapePoolFuture
- type CreateTapeWithBarcodeFuture
- type CreateTapesFuture
- type DeleteAutomaticTapeCreationPolicyFuture
- type DeleteBandwidthRateLimitFuture
- type DeleteChapCredentialsFuture
- type DeleteFileShareFuture
- type DeleteGatewayFuture
- type DeleteSnapshotScheduleFuture
- type DeleteTapeArchiveFuture
- type DeleteTapeFuture
- type DeleteTapePoolFuture
- type DeleteVolumeFuture
- type DescribeAvailabilityMonitorTestFuture
- type DescribeBandwidthRateLimitFuture
- type DescribeCacheFuture
- type DescribeCachediSCSIVolumesFuture
- type DescribeChapCredentialsFuture
- type DescribeGatewayInformationFuture
- type DescribeMaintenanceStartTimeFuture
- type DescribeNFSFileSharesFuture
- type DescribeSMBFileSharesFuture
- type DescribeSMBSettingsFuture
- type DescribeSnapshotScheduleFuture
- type DescribeStorediSCSIVolumesFuture
- type DescribeTapeArchivesFuture
- type DescribeTapeRecoveryPointsFuture
- type DescribeTapesFuture
- type DescribeUploadBufferFuture
- type DescribeVTLDevicesFuture
- type DescribeWorkingStorageFuture
- type DetachVolumeFuture
- type DisableGatewayFuture
- type JoinDomainFuture
- type ListAutomaticTapeCreationPoliciesFuture
- type ListFileSharesFuture
- type ListGatewaysFuture
- type ListLocalDisksFuture
- type ListTagsForResourceFuture
- type ListTapePoolsFuture
- type ListTapesFuture
- type ListVolumeInitiatorsFuture
- type ListVolumeRecoveryPointsFuture
- type ListVolumesFuture
- type NotifyWhenUploadedFuture
- type RefreshCacheFuture
- type RemoveTagsFromResourceFuture
- type ResetCacheFuture
- type RetrieveTapeArchiveFuture
- type RetrieveTapeRecoveryPointFuture
- type SetLocalConsolePasswordFuture
- type SetSMBGuestPasswordFuture
- type ShutdownGatewayFuture
- type StartAvailabilityMonitorTestFuture
- type StartGatewayFuture
- type UpdateAutomaticTapeCreationPolicyFuture
- type UpdateBandwidthRateLimitFuture
- type UpdateChapCredentialsFuture
- type UpdateGatewayInformationFuture
- type UpdateGatewaySoftwareNowFuture
- type UpdateMaintenanceStartTimeFuture
- type UpdateNFSFileShareFuture
- type UpdateSMBFileShareFuture
- type UpdateSMBSecurityStrategyFuture
- type UpdateSnapshotScheduleFuture
- type UpdateVTLDeviceTypeFuture
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 ¶
func (r *ActivateGatewayFuture) Get(ctx workflow.Context) (*storagegateway.ActivateGatewayOutput, error)
type AddCacheFuture ¶
func (*AddCacheFuture) Get ¶
func (r *AddCacheFuture) Get(ctx workflow.Context) (*storagegateway.AddCacheOutput, error)
type AddTagsToResourceFuture ¶
type AddTagsToResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddTagsToResourceFuture) Get ¶
func (r *AddTagsToResourceFuture) Get(ctx workflow.Context) (*storagegateway.AddTagsToResourceOutput, error)
type AddUploadBufferFuture ¶
type AddUploadBufferFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddUploadBufferFuture) Get ¶
func (r *AddUploadBufferFuture) Get(ctx workflow.Context) (*storagegateway.AddUploadBufferOutput, error)
type AddWorkingStorageFuture ¶
type AddWorkingStorageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddWorkingStorageFuture) Get ¶
func (r *AddWorkingStorageFuture) Get(ctx workflow.Context) (*storagegateway.AddWorkingStorageOutput, error)
type AssignTapePoolFuture ¶
func (*AssignTapePoolFuture) Get ¶
func (r *AssignTapePoolFuture) Get(ctx workflow.Context) (*storagegateway.AssignTapePoolOutput, error)
type AttachVolumeFuture ¶
func (*AttachVolumeFuture) Get ¶
func (r *AttachVolumeFuture) Get(ctx workflow.Context) (*storagegateway.AttachVolumeOutput, error)
type CancelArchivalFuture ¶
func (*CancelArchivalFuture) Get ¶
func (r *CancelArchivalFuture) Get(ctx workflow.Context) (*storagegateway.CancelArchivalOutput, error)
type CancelRetrievalFuture ¶
type CancelRetrievalFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelRetrievalFuture) Get ¶
func (r *CancelRetrievalFuture) Get(ctx workflow.Context) (*storagegateway.CancelRetrievalOutput, error)
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 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 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 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 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 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 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 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 }
type CreateCachediSCSIVolumeFuture ¶
type CreateCachediSCSIVolumeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCachediSCSIVolumeFuture) Get ¶
func (r *CreateCachediSCSIVolumeFuture) Get(ctx workflow.Context) (*storagegateway.CreateCachediSCSIVolumeOutput, error)
type CreateNFSFileShareFuture ¶
func (*CreateNFSFileShareFuture) Get ¶
func (r *CreateNFSFileShareFuture) Get(ctx workflow.Context) (*storagegateway.CreateNFSFileShareOutput, error)
type CreateSMBFileShareFuture ¶
func (*CreateSMBFileShareFuture) Get ¶
func (r *CreateSMBFileShareFuture) Get(ctx workflow.Context) (*storagegateway.CreateSMBFileShareOutput, error)
type CreateSnapshotFromVolumeRecoveryPointFuture ¶
type CreateSnapshotFromVolumeRecoveryPointFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateSnapshotFuture ¶
func (*CreateSnapshotFuture) Get ¶
func (r *CreateSnapshotFuture) Get(ctx workflow.Context) (*storagegateway.CreateSnapshotOutput, error)
type CreateStorediSCSIVolumeFuture ¶
type CreateStorediSCSIVolumeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStorediSCSIVolumeFuture) Get ¶
func (r *CreateStorediSCSIVolumeFuture) Get(ctx workflow.Context) (*storagegateway.CreateStorediSCSIVolumeOutput, error)
type CreateTapePoolFuture ¶
func (*CreateTapePoolFuture) Get ¶
func (r *CreateTapePoolFuture) Get(ctx workflow.Context) (*storagegateway.CreateTapePoolOutput, error)
type CreateTapeWithBarcodeFuture ¶
type CreateTapeWithBarcodeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateTapeWithBarcodeFuture) Get ¶
func (r *CreateTapeWithBarcodeFuture) Get(ctx workflow.Context) (*storagegateway.CreateTapeWithBarcodeOutput, error)
type CreateTapesFuture ¶
func (*CreateTapesFuture) Get ¶
func (r *CreateTapesFuture) Get(ctx workflow.Context) (*storagegateway.CreateTapesOutput, error)
type DeleteAutomaticTapeCreationPolicyFuture ¶
type DeleteAutomaticTapeCreationPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAutomaticTapeCreationPolicyFuture) Get ¶
func (r *DeleteAutomaticTapeCreationPolicyFuture) Get(ctx workflow.Context) (*storagegateway.DeleteAutomaticTapeCreationPolicyOutput, error)
type DeleteBandwidthRateLimitFuture ¶
type DeleteBandwidthRateLimitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBandwidthRateLimitFuture) Get ¶
func (r *DeleteBandwidthRateLimitFuture) Get(ctx workflow.Context) (*storagegateway.DeleteBandwidthRateLimitOutput, error)
type DeleteChapCredentialsFuture ¶
type DeleteChapCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteChapCredentialsFuture) Get ¶
func (r *DeleteChapCredentialsFuture) Get(ctx workflow.Context) (*storagegateway.DeleteChapCredentialsOutput, error)
type DeleteFileShareFuture ¶
func (*DeleteFileShareFuture) Get ¶
func (r *DeleteFileShareFuture) Get(ctx workflow.Context) (*storagegateway.DeleteFileShareOutput, error)
type DeleteGatewayFuture ¶
func (*DeleteGatewayFuture) Get ¶
func (r *DeleteGatewayFuture) Get(ctx workflow.Context) (*storagegateway.DeleteGatewayOutput, error)
type DeleteSnapshotScheduleFuture ¶
type DeleteSnapshotScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSnapshotScheduleFuture) Get ¶
func (r *DeleteSnapshotScheduleFuture) Get(ctx workflow.Context) (*storagegateway.DeleteSnapshotScheduleOutput, error)
type DeleteTapeArchiveFuture ¶
type DeleteTapeArchiveFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTapeArchiveFuture) Get ¶
func (r *DeleteTapeArchiveFuture) Get(ctx workflow.Context) (*storagegateway.DeleteTapeArchiveOutput, error)
type DeleteTapeFuture ¶
func (*DeleteTapeFuture) Get ¶
func (r *DeleteTapeFuture) Get(ctx workflow.Context) (*storagegateway.DeleteTapeOutput, error)
type DeleteTapePoolFuture ¶
func (*DeleteTapePoolFuture) Get ¶
func (r *DeleteTapePoolFuture) Get(ctx workflow.Context) (*storagegateway.DeleteTapePoolOutput, error)
type DeleteVolumeFuture ¶
func (*DeleteVolumeFuture) Get ¶
func (r *DeleteVolumeFuture) Get(ctx workflow.Context) (*storagegateway.DeleteVolumeOutput, error)
type DescribeAvailabilityMonitorTestFuture ¶
type DescribeAvailabilityMonitorTestFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAvailabilityMonitorTestFuture) Get ¶
func (r *DescribeAvailabilityMonitorTestFuture) Get(ctx workflow.Context) (*storagegateway.DescribeAvailabilityMonitorTestOutput, error)
type DescribeBandwidthRateLimitFuture ¶
type DescribeBandwidthRateLimitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBandwidthRateLimitFuture) Get ¶
func (r *DescribeBandwidthRateLimitFuture) Get(ctx workflow.Context) (*storagegateway.DescribeBandwidthRateLimitOutput, error)
type DescribeCacheFuture ¶
func (*DescribeCacheFuture) Get ¶
func (r *DescribeCacheFuture) Get(ctx workflow.Context) (*storagegateway.DescribeCacheOutput, error)
type DescribeCachediSCSIVolumesFuture ¶
type DescribeCachediSCSIVolumesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCachediSCSIVolumesFuture) Get ¶
func (r *DescribeCachediSCSIVolumesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeCachediSCSIVolumesOutput, error)
type DescribeChapCredentialsFuture ¶
type DescribeChapCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeChapCredentialsFuture) Get ¶
func (r *DescribeChapCredentialsFuture) Get(ctx workflow.Context) (*storagegateway.DescribeChapCredentialsOutput, error)
type DescribeGatewayInformationFuture ¶
type DescribeGatewayInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGatewayInformationFuture) Get ¶
func (r *DescribeGatewayInformationFuture) Get(ctx workflow.Context) (*storagegateway.DescribeGatewayInformationOutput, error)
type DescribeMaintenanceStartTimeFuture ¶
type DescribeMaintenanceStartTimeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceStartTimeFuture) Get ¶
func (r *DescribeMaintenanceStartTimeFuture) Get(ctx workflow.Context) (*storagegateway.DescribeMaintenanceStartTimeOutput, error)
type DescribeNFSFileSharesFuture ¶
func (*DescribeNFSFileSharesFuture) Get ¶
func (r *DescribeNFSFileSharesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeNFSFileSharesOutput, error)
type DescribeSMBFileSharesFuture ¶
func (*DescribeSMBFileSharesFuture) Get ¶
func (r *DescribeSMBFileSharesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeSMBFileSharesOutput, error)
type DescribeSMBSettingsFuture ¶
type DescribeSMBSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSMBSettingsFuture) Get ¶
func (r *DescribeSMBSettingsFuture) Get(ctx workflow.Context) (*storagegateway.DescribeSMBSettingsOutput, error)
type DescribeSnapshotScheduleFuture ¶
type DescribeSnapshotScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSnapshotScheduleFuture) Get ¶
func (r *DescribeSnapshotScheduleFuture) Get(ctx workflow.Context) (*storagegateway.DescribeSnapshotScheduleOutput, error)
type DescribeStorediSCSIVolumesFuture ¶
type DescribeStorediSCSIVolumesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStorediSCSIVolumesFuture) Get ¶
func (r *DescribeStorediSCSIVolumesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeStorediSCSIVolumesOutput, error)
type DescribeTapeArchivesFuture ¶
type DescribeTapeArchivesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTapeArchivesFuture) Get ¶
func (r *DescribeTapeArchivesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeTapeArchivesOutput, error)
type DescribeTapeRecoveryPointsFuture ¶
type DescribeTapeRecoveryPointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTapeRecoveryPointsFuture) Get ¶
func (r *DescribeTapeRecoveryPointsFuture) Get(ctx workflow.Context) (*storagegateway.DescribeTapeRecoveryPointsOutput, error)
type DescribeTapesFuture ¶
func (*DescribeTapesFuture) Get ¶
func (r *DescribeTapesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeTapesOutput, error)
type DescribeUploadBufferFuture ¶
type DescribeUploadBufferFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUploadBufferFuture) Get ¶
func (r *DescribeUploadBufferFuture) Get(ctx workflow.Context) (*storagegateway.DescribeUploadBufferOutput, error)
type DescribeVTLDevicesFuture ¶
type DescribeVTLDevicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeVTLDevicesFuture) Get ¶
func (r *DescribeVTLDevicesFuture) Get(ctx workflow.Context) (*storagegateway.DescribeVTLDevicesOutput, error)
type DescribeWorkingStorageFuture ¶
type DescribeWorkingStorageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeWorkingStorageFuture) Get ¶
func (r *DescribeWorkingStorageFuture) Get(ctx workflow.Context) (*storagegateway.DescribeWorkingStorageOutput, error)
type DetachVolumeFuture ¶
func (*DetachVolumeFuture) Get ¶
func (r *DetachVolumeFuture) Get(ctx workflow.Context) (*storagegateway.DetachVolumeOutput, error)
type DisableGatewayFuture ¶
func (*DisableGatewayFuture) Get ¶
func (r *DisableGatewayFuture) Get(ctx workflow.Context) (*storagegateway.DisableGatewayOutput, error)
type JoinDomainFuture ¶
func (*JoinDomainFuture) Get ¶
func (r *JoinDomainFuture) Get(ctx workflow.Context) (*storagegateway.JoinDomainOutput, error)
type ListAutomaticTapeCreationPoliciesFuture ¶
type ListAutomaticTapeCreationPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAutomaticTapeCreationPoliciesFuture) Get ¶
func (r *ListAutomaticTapeCreationPoliciesFuture) Get(ctx workflow.Context) (*storagegateway.ListAutomaticTapeCreationPoliciesOutput, error)
type ListFileSharesFuture ¶
func (*ListFileSharesFuture) Get ¶
func (r *ListFileSharesFuture) Get(ctx workflow.Context) (*storagegateway.ListFileSharesOutput, error)
type ListGatewaysFuture ¶
func (*ListGatewaysFuture) Get ¶
func (r *ListGatewaysFuture) Get(ctx workflow.Context) (*storagegateway.ListGatewaysOutput, error)
type ListLocalDisksFuture ¶
func (*ListLocalDisksFuture) Get ¶
func (r *ListLocalDisksFuture) Get(ctx workflow.Context) (*storagegateway.ListLocalDisksOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*storagegateway.ListTagsForResourceOutput, error)
type ListTapePoolsFuture ¶
func (*ListTapePoolsFuture) Get ¶
func (r *ListTapePoolsFuture) Get(ctx workflow.Context) (*storagegateway.ListTapePoolsOutput, error)
type ListTapesFuture ¶
func (*ListTapesFuture) Get ¶
func (r *ListTapesFuture) Get(ctx workflow.Context) (*storagegateway.ListTapesOutput, error)
type ListVolumeInitiatorsFuture ¶
type ListVolumeInitiatorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListVolumeInitiatorsFuture) Get ¶
func (r *ListVolumeInitiatorsFuture) Get(ctx workflow.Context) (*storagegateway.ListVolumeInitiatorsOutput, error)
type ListVolumeRecoveryPointsFuture ¶
type ListVolumeRecoveryPointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListVolumeRecoveryPointsFuture) Get ¶
func (r *ListVolumeRecoveryPointsFuture) Get(ctx workflow.Context) (*storagegateway.ListVolumeRecoveryPointsOutput, error)
type ListVolumesFuture ¶
func (*ListVolumesFuture) Get ¶
func (r *ListVolumesFuture) Get(ctx workflow.Context) (*storagegateway.ListVolumesOutput, error)
type NotifyWhenUploadedFuture ¶
type NotifyWhenUploadedFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*NotifyWhenUploadedFuture) Get ¶
func (r *NotifyWhenUploadedFuture) Get(ctx workflow.Context) (*storagegateway.NotifyWhenUploadedOutput, error)
type RefreshCacheFuture ¶
func (*RefreshCacheFuture) Get ¶
func (r *RefreshCacheFuture) Get(ctx workflow.Context) (*storagegateway.RefreshCacheOutput, error)
type RemoveTagsFromResourceFuture ¶
type RemoveTagsFromResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveTagsFromResourceFuture) Get ¶
func (r *RemoveTagsFromResourceFuture) Get(ctx workflow.Context) (*storagegateway.RemoveTagsFromResourceOutput, error)
type ResetCacheFuture ¶
func (*ResetCacheFuture) Get ¶
func (r *ResetCacheFuture) Get(ctx workflow.Context) (*storagegateway.ResetCacheOutput, error)
type RetrieveTapeArchiveFuture ¶
type RetrieveTapeArchiveFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RetrieveTapeArchiveFuture) Get ¶
func (r *RetrieveTapeArchiveFuture) Get(ctx workflow.Context) (*storagegateway.RetrieveTapeArchiveOutput, error)
type RetrieveTapeRecoveryPointFuture ¶
type RetrieveTapeRecoveryPointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RetrieveTapeRecoveryPointFuture) Get ¶
func (r *RetrieveTapeRecoveryPointFuture) Get(ctx workflow.Context) (*storagegateway.RetrieveTapeRecoveryPointOutput, error)
type SetLocalConsolePasswordFuture ¶
type SetLocalConsolePasswordFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetLocalConsolePasswordFuture) Get ¶
func (r *SetLocalConsolePasswordFuture) Get(ctx workflow.Context) (*storagegateway.SetLocalConsolePasswordOutput, error)
type SetSMBGuestPasswordFuture ¶
type SetSMBGuestPasswordFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetSMBGuestPasswordFuture) Get ¶
func (r *SetSMBGuestPasswordFuture) Get(ctx workflow.Context) (*storagegateway.SetSMBGuestPasswordOutput, error)
type ShutdownGatewayFuture ¶
type ShutdownGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ShutdownGatewayFuture) Get ¶
func (r *ShutdownGatewayFuture) Get(ctx workflow.Context) (*storagegateway.ShutdownGatewayOutput, error)
type StartAvailabilityMonitorTestFuture ¶
type StartAvailabilityMonitorTestFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAvailabilityMonitorTestFuture) Get ¶
func (r *StartAvailabilityMonitorTestFuture) Get(ctx workflow.Context) (*storagegateway.StartAvailabilityMonitorTestOutput, error)
type StartGatewayFuture ¶
func (*StartGatewayFuture) Get ¶
func (r *StartGatewayFuture) Get(ctx workflow.Context) (*storagegateway.StartGatewayOutput, error)
type UpdateAutomaticTapeCreationPolicyFuture ¶
type UpdateAutomaticTapeCreationPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAutomaticTapeCreationPolicyFuture) Get ¶
func (r *UpdateAutomaticTapeCreationPolicyFuture) Get(ctx workflow.Context) (*storagegateway.UpdateAutomaticTapeCreationPolicyOutput, error)
type UpdateBandwidthRateLimitFuture ¶
type UpdateBandwidthRateLimitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateBandwidthRateLimitFuture) Get ¶
func (r *UpdateBandwidthRateLimitFuture) Get(ctx workflow.Context) (*storagegateway.UpdateBandwidthRateLimitOutput, error)
type UpdateChapCredentialsFuture ¶
type UpdateChapCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateChapCredentialsFuture) Get ¶
func (r *UpdateChapCredentialsFuture) Get(ctx workflow.Context) (*storagegateway.UpdateChapCredentialsOutput, error)
type UpdateGatewayInformationFuture ¶
type UpdateGatewayInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGatewayInformationFuture) Get ¶
func (r *UpdateGatewayInformationFuture) Get(ctx workflow.Context) (*storagegateway.UpdateGatewayInformationOutput, error)
type UpdateGatewaySoftwareNowFuture ¶
type UpdateGatewaySoftwareNowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGatewaySoftwareNowFuture) Get ¶
func (r *UpdateGatewaySoftwareNowFuture) Get(ctx workflow.Context) (*storagegateway.UpdateGatewaySoftwareNowOutput, error)
type UpdateMaintenanceStartTimeFuture ¶
type UpdateMaintenanceStartTimeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMaintenanceStartTimeFuture) Get ¶
func (r *UpdateMaintenanceStartTimeFuture) Get(ctx workflow.Context) (*storagegateway.UpdateMaintenanceStartTimeOutput, error)
type UpdateNFSFileShareFuture ¶
func (*UpdateNFSFileShareFuture) Get ¶
func (r *UpdateNFSFileShareFuture) Get(ctx workflow.Context) (*storagegateway.UpdateNFSFileShareOutput, error)
type UpdateSMBFileShareFuture ¶
func (*UpdateSMBFileShareFuture) Get ¶
func (r *UpdateSMBFileShareFuture) Get(ctx workflow.Context) (*storagegateway.UpdateSMBFileShareOutput, error)
type UpdateSMBSecurityStrategyFuture ¶
type UpdateSMBSecurityStrategyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSMBSecurityStrategyFuture) Get ¶
func (r *UpdateSMBSecurityStrategyFuture) Get(ctx workflow.Context) (*storagegateway.UpdateSMBSecurityStrategyOutput, error)
type UpdateSnapshotScheduleFuture ¶
type UpdateSnapshotScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSnapshotScheduleFuture) Get ¶
func (r *UpdateSnapshotScheduleFuture) Get(ctx workflow.Context) (*storagegateway.UpdateSnapshotScheduleOutput, error)
type UpdateVTLDeviceTypeFuture ¶
type UpdateVTLDeviceTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateVTLDeviceTypeFuture) Get ¶
func (r *UpdateVTLDeviceTypeFuture) Get(ctx workflow.Context) (*storagegateway.UpdateVTLDeviceTypeOutput, error)
Click to show internal directories.
Click to hide internal directories.