@aws-sdk/client-storage-gateway 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/StorageGateway.js +1416 -0
- package/dist-cjs/StorageGatewayClient.js +114 -0
- package/dist-cjs/commands/ActivateGatewayCommand.js +67 -0
- package/dist-cjs/commands/AddCacheCommand.js +64 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +84 -0
- package/dist-cjs/commands/AddUploadBufferCommand.js +66 -0
- package/dist-cjs/commands/AddWorkingStorageCommand.js +72 -0
- package/dist-cjs/commands/AssignTapePoolCommand.js +66 -0
- package/dist-cjs/commands/AssociateFileSystemCommand.js +63 -0
- package/dist-cjs/commands/AttachVolumeCommand.js +63 -0
- package/dist-cjs/commands/CancelArchivalCommand.js +61 -0
- package/dist-cjs/commands/CancelRetrievalCommand.js +62 -0
- package/dist-cjs/commands/CreateCachediSCSIVolumeCommand.js +77 -0
- package/dist-cjs/commands/CreateNFSFileShareCommand.js +74 -0
- package/dist-cjs/commands/CreateSMBFileShareCommand.js +75 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +87 -0
- package/dist-cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +80 -0
- package/dist-cjs/commands/CreateStorediSCSIVolumeCommand.js +71 -0
- package/dist-cjs/commands/CreateTapePoolCommand.js +61 -0
- package/dist-cjs/commands/CreateTapeWithBarcodeCommand.js +68 -0
- package/dist-cjs/commands/CreateTapesCommand.js +66 -0
- package/dist-cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +62 -0
- package/dist-cjs/commands/DeleteBandwidthRateLimitCommand.js +64 -0
- package/dist-cjs/commands/DeleteChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DeleteFileShareCommand.js +61 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +77 -0
- package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +74 -0
- package/dist-cjs/commands/DeleteTapeArchiveCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapeCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapePoolCommand.js +62 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +72 -0
- package/dist-cjs/commands/DescribeAvailabilityMonitorTestCommand.js +62 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitCommand.js +67 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +80 -0
- package/dist-cjs/commands/DescribeCacheCommand.js +64 -0
- package/dist-cjs/commands/DescribeCachediSCSIVolumesCommand.js +65 -0
- package/dist-cjs/commands/DescribeChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DescribeFileSystemAssociationsCommand.js +61 -0
- package/dist-cjs/commands/DescribeGatewayInformationCommand.js +62 -0
- package/dist-cjs/commands/DescribeMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/DescribeNFSFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBSettingsCommand.js +61 -0
- package/dist-cjs/commands/DescribeSnapshotScheduleCommand.js +63 -0
- package/dist-cjs/commands/DescribeStorediSCSIVolumesCommand.js +62 -0
- package/dist-cjs/commands/DescribeTapeArchivesCommand.js +64 -0
- package/dist-cjs/commands/DescribeTapeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/DescribeTapesCommand.js +63 -0
- package/dist-cjs/commands/DescribeUploadBufferCommand.js +64 -0
- package/dist-cjs/commands/DescribeVTLDevicesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkingStorageCommand.js +70 -0
- package/dist-cjs/commands/DetachVolumeCommand.js +64 -0
- package/dist-cjs/commands/DisableGatewayCommand.js +68 -0
- package/dist-cjs/commands/DisassociateFileSystemCommand.js +62 -0
- package/dist-cjs/commands/JoinDomainCommand.js +61 -0
- package/dist-cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +63 -0
- package/dist-cjs/commands/ListFileSharesCommand.js +61 -0
- package/dist-cjs/commands/ListFileSystemAssociationsCommand.js +62 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +69 -0
- package/dist-cjs/commands/ListLocalDisksCommand.js +68 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTapePoolsCommand.js +68 -0
- package/dist-cjs/commands/ListTapesCommand.js +70 -0
- package/dist-cjs/commands/ListVolumeInitiatorsCommand.js +62 -0
- package/dist-cjs/commands/ListVolumeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/ListVolumesCommand.js +69 -0
- package/dist-cjs/commands/NotifyWhenUploadedCommand.js +74 -0
- package/dist-cjs/commands/RefreshCacheCommand.js +90 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +61 -0
- package/dist-cjs/commands/ResetCacheCommand.js +72 -0
- package/dist-cjs/commands/RetrieveTapeArchiveCommand.js +67 -0
- package/dist-cjs/commands/RetrieveTapeRecoveryPointCommand.js +71 -0
- package/dist-cjs/commands/SetLocalConsolePasswordCommand.js +63 -0
- package/dist-cjs/commands/SetSMBGuestPasswordCommand.js +62 -0
- package/dist-cjs/commands/ShutdownGatewayCommand.js +83 -0
- package/dist-cjs/commands/StartAvailabilityMonitorTestCommand.js +67 -0
- package/dist-cjs/commands/StartGatewayCommand.js +72 -0
- package/dist-cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +68 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitCommand.js +70 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +65 -0
- package/dist-cjs/commands/UpdateChapCredentialsCommand.js +68 -0
- package/dist-cjs/commands/UpdateFileSystemAssociationCommand.js +60 -0
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +68 -0
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +75 -0
- package/dist-cjs/commands/UpdateMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/UpdateNFSFileShareCommand.js +85 -0
- package/dist-cjs/commands/UpdateSMBFileShareCommand.js +78 -0
- package/dist-cjs/commands/UpdateSMBFileShareVisibilityCommand.js +61 -0
- package/dist-cjs/commands/UpdateSMBSecurityStrategyCommand.js +67 -0
- package/dist-cjs/commands/UpdateSnapshotScheduleCommand.js +69 -0
- package/dist-cjs/commands/UpdateVTLDeviceTypeCommand.js +63 -0
- package/dist-cjs/endpoints.js +62 -0
- package/dist-cjs/index.js +107 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1916 -0
- package/dist-cjs/pagination/DescribeTapeArchivesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeVTLDevicesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListFileSharesPaginator.js +45 -0
- package/dist-cjs/pagination/ListFileSystemAssociationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +45 -0
- package/dist-cjs/pagination/ListTapePoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTapesPaginator.js +45 -0
- package/dist-cjs/pagination/ListVolumesPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8259 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/StorageGateway.js +1345 -0
- package/dist-es/StorageGatewayClient.js +37 -0
- package/dist-es/commands/ActivateGatewayCommand.js +39 -0
- package/dist-es/commands/AddCacheCommand.js +39 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
- package/dist-es/commands/AddUploadBufferCommand.js +39 -0
- package/dist-es/commands/AddWorkingStorageCommand.js +39 -0
- package/dist-es/commands/AssignTapePoolCommand.js +39 -0
- package/dist-es/commands/AssociateFileSystemCommand.js +39 -0
- package/dist-es/commands/AttachVolumeCommand.js +39 -0
- package/dist-es/commands/CancelArchivalCommand.js +39 -0
- package/dist-es/commands/CancelRetrievalCommand.js +39 -0
- package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateTapePoolCommand.js +39 -0
- package/dist-es/commands/CreateTapeWithBarcodeCommand.js +39 -0
- package/dist-es/commands/CreateTapesCommand.js +39 -0
- package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DeleteChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DeleteFileShareCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayCommand.js +39 -0
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DeleteTapeArchiveCommand.js +39 -0
- package/dist-es/commands/DeleteTapeCommand.js +39 -0
- package/dist-es/commands/DeleteTapePoolCommand.js +39 -0
- package/dist-es/commands/DeleteVolumeCommand.js +39 -0
- package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeCacheCommand.js +39 -0
- package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayInformationCommand.js +39 -0
- package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/DescribeNFSFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeArchivesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/DescribeTapesCommand.js +39 -0
- package/dist-es/commands/DescribeUploadBufferCommand.js +39 -0
- package/dist-es/commands/DescribeVTLDevicesCommand.js +39 -0
- package/dist-es/commands/DescribeWorkingStorageCommand.js +39 -0
- package/dist-es/commands/DetachVolumeCommand.js +39 -0
- package/dist-es/commands/DisableGatewayCommand.js +39 -0
- package/dist-es/commands/DisassociateFileSystemCommand.js +39 -0
- package/dist-es/commands/JoinDomainCommand.js +39 -0
- package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +39 -0
- package/dist-es/commands/ListFileSharesCommand.js +39 -0
- package/dist-es/commands/ListFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/ListGatewaysCommand.js +39 -0
- package/dist-es/commands/ListLocalDisksCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTapePoolsCommand.js +39 -0
- package/dist-es/commands/ListTapesCommand.js +39 -0
- package/dist-es/commands/ListVolumeInitiatorsCommand.js +39 -0
- package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/ListVolumesCommand.js +39 -0
- package/dist-es/commands/NotifyWhenUploadedCommand.js +39 -0
- package/dist-es/commands/RefreshCacheCommand.js +39 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
- package/dist-es/commands/ResetCacheCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeArchiveCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/SetLocalConsolePasswordCommand.js +39 -0
- package/dist-es/commands/SetSMBGuestPasswordCommand.js +39 -0
- package/dist-es/commands/ShutdownGatewayCommand.js +39 -0
- package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/StartGatewayCommand.js +39 -0
- package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateChapCredentialsCommand.js +39 -0
- package/dist-es/commands/UpdateFileSystemAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayInformationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +39 -0
- package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/UpdateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +39 -0
- package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +39 -0
- package/dist-es/commands/UpdateSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +39 -0
- package/dist-es/endpoints.js +58 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +850 -0
- package/dist-es/pagination/DescribeTapeArchivesPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapesPaginator.js +74 -0
- package/dist-es/pagination/DescribeVTLDevicesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListFileSharesPaginator.js +74 -0
- package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
- package/dist-es/pagination/ListTapePoolsPaginator.js +74 -0
- package/dist-es/pagination/ListTapesPaginator.js +74 -0
- package/dist-es/pagination/ListVolumesPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +8727 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/StorageGateway.d.ts +1340 -0
- package/dist-types/StorageGatewayClient.d.ts +292 -0
- package/dist-types/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/StorageGateway.d.ts +1340 -0
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +292 -0
- package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/StorageGateway.ts +0 -3924
- package/StorageGatewayClient.ts +0 -723
- package/commands/ActivateGatewayCommand.ts +0 -101
- package/commands/AddCacheCommand.ts +0 -95
- package/commands/AddTagsToResourceCommand.ts +0 -118
- package/commands/AddUploadBufferCommand.ts +0 -100
- package/commands/AddWorkingStorageCommand.ts +0 -106
- package/commands/AssignTapePoolCommand.ts +0 -100
- package/commands/AssociateFileSystemCommand.ts +0 -97
- package/commands/AttachVolumeCommand.ts +0 -97
- package/commands/CancelArchivalCommand.ts +0 -95
- package/commands/CancelRetrievalCommand.ts +0 -96
- package/commands/CreateCachediSCSIVolumeCommand.ts +0 -111
- package/commands/CreateNFSFileShareCommand.ts +0 -108
- package/commands/CreateSMBFileShareCommand.ts +0 -109
- package/commands/CreateSnapshotCommand.ts +0 -121
- package/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +0 -125
- package/commands/CreateStorediSCSIVolumeCommand.ts +0 -105
- package/commands/CreateTapePoolCommand.ts +0 -95
- package/commands/CreateTapeWithBarcodeCommand.ts +0 -102
- package/commands/CreateTapesCommand.ts +0 -100
- package/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +0 -104
- package/commands/DeleteBandwidthRateLimitCommand.ts +0 -98
- package/commands/DeleteChapCredentialsCommand.ts +0 -96
- package/commands/DeleteFileShareCommand.ts +0 -95
- package/commands/DeleteGatewayCommand.ts +0 -111
- package/commands/DeleteSnapshotScheduleCommand.ts +0 -108
- package/commands/DeleteTapeArchiveCommand.ts +0 -95
- package/commands/DeleteTapeCommand.ts +0 -95
- package/commands/DeleteTapePoolCommand.ts +0 -96
- package/commands/DeleteVolumeCommand.ts +0 -106
- package/commands/DescribeAvailabilityMonitorTestCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitScheduleCommand.ts +0 -122
- package/commands/DescribeCacheCommand.ts +0 -98
- package/commands/DescribeCachediSCSIVolumesCommand.ts +0 -102
- package/commands/DescribeChapCredentialsCommand.ts +0 -96
- package/commands/DescribeFileSystemAssociationsCommand.ts +0 -103
- package/commands/DescribeGatewayInformationCommand.ts +0 -99
- package/commands/DescribeMaintenanceStartTimeCommand.ts +0 -100
- package/commands/DescribeNFSFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBSettingsCommand.ts +0 -95
- package/commands/DescribeSnapshotScheduleCommand.ts +0 -97
- package/commands/DescribeStorediSCSIVolumesCommand.ts +0 -99
- package/commands/DescribeTapeArchivesCommand.ts +0 -98
- package/commands/DescribeTapeRecoveryPointsCommand.ts +0 -103
- package/commands/DescribeTapesCommand.ts +0 -97
- package/commands/DescribeUploadBufferCommand.ts +0 -98
- package/commands/DescribeVTLDevicesCommand.ts +0 -97
- package/commands/DescribeWorkingStorageCommand.ts +0 -104
- package/commands/DetachVolumeCommand.ts +0 -98
- package/commands/DisableGatewayCommand.ts +0 -102
- package/commands/DisassociateFileSystemCommand.ts +0 -96
- package/commands/JoinDomainCommand.ts +0 -95
- package/commands/ListAutomaticTapeCreationPoliciesCommand.ts +0 -105
- package/commands/ListFileSharesCommand.ts +0 -95
- package/commands/ListFileSystemAssociationsCommand.ts +0 -99
- package/commands/ListGatewaysCommand.ts +0 -103
- package/commands/ListLocalDisksCommand.ts +0 -102
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListTapePoolsCommand.ts +0 -102
- package/commands/ListTapesCommand.ts +0 -101
- package/commands/ListVolumeInitiatorsCommand.ts +0 -96
- package/commands/ListVolumeRecoveryPointsCommand.ts +0 -100
- package/commands/ListVolumesCommand.ts +0 -103
- package/commands/NotifyWhenUploadedCommand.ts +0 -108
- package/commands/RefreshCacheCommand.ts +0 -124
- package/commands/RemoveTagsFromResourceCommand.ts +0 -95
- package/commands/ResetCacheCommand.ts +0 -106
- package/commands/RetrieveTapeArchiveCommand.ts +0 -101
- package/commands/RetrieveTapeRecoveryPointCommand.ts +0 -108
- package/commands/SetLocalConsolePasswordCommand.ts +0 -97
- package/commands/SetSMBGuestPasswordCommand.ts +0 -96
- package/commands/ShutdownGatewayCommand.ts +0 -117
- package/commands/StartAvailabilityMonitorTestCommand.ts +0 -106
- package/commands/StartGatewayCommand.ts +0 -106
- package/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +0 -110
- package/commands/UpdateBandwidthRateLimitCommand.ts +0 -104
- package/commands/UpdateBandwidthRateLimitScheduleCommand.ts +0 -107
- package/commands/UpdateChapCredentialsCommand.ts +0 -102
- package/commands/UpdateFileSystemAssociationCommand.ts +0 -97
- package/commands/UpdateGatewayInformationCommand.ts +0 -102
- package/commands/UpdateGatewaySoftwareNowCommand.ts +0 -109
- package/commands/UpdateMaintenanceStartTimeCommand.ts +0 -98
- package/commands/UpdateNFSFileShareCommand.ts +0 -119
- package/commands/UpdateSMBFileShareCommand.ts +0 -112
- package/commands/UpdateSMBFileShareVisibilityCommand.ts +0 -100
- package/commands/UpdateSMBSecurityStrategyCommand.ts +0 -104
- package/commands/UpdateSnapshotScheduleCommand.ts +0 -103
- package/commands/UpdateVTLDeviceTypeCommand.ts +0 -97
- package/dist/cjs/StorageGateway.js +0 -1417
- package/dist/cjs/StorageGateway.js.map +0 -1
- package/dist/cjs/StorageGatewayClient.js +0 -115
- package/dist/cjs/StorageGatewayClient.js.map +0 -1
- package/dist/cjs/commands/ActivateGatewayCommand.js +0 -68
- package/dist/cjs/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/AddCacheCommand.js +0 -65
- package/dist/cjs/commands/AddCacheCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -85
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/AddUploadBufferCommand.js +0 -67
- package/dist/cjs/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/AddWorkingStorageCommand.js +0 -73
- package/dist/cjs/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/AssignTapePoolCommand.js +0 -67
- package/dist/cjs/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateFileSystemCommand.js +0 -64
- package/dist/cjs/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/AttachVolumeCommand.js +0 -64
- package/dist/cjs/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CancelArchivalCommand.js +0 -62
- package/dist/cjs/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/cjs/commands/CancelRetrievalCommand.js +0 -63
- package/dist/cjs/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js +0 -78
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNFSFileShareCommand.js +0 -75
- package/dist/cjs/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSMBFileShareCommand.js +0 -76
- package/dist/cjs/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js +0 -88
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -81
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js +0 -72
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapePoolCommand.js +0 -62
- package/dist/cjs/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js +0 -69
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapesCommand.js +0 -67
- package/dist/cjs/commands/CreateTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -63
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js +0 -65
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileShareCommand.js +0 -62
- package/dist/cjs/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayCommand.js +0 -78
- package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -75
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapePoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVolumeCommand.js +0 -73
- package/dist/cjs/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js +0 -63
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js +0 -68
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -81
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCacheCommand.js +0 -65
- package/dist/cjs/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js +0 -66
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js +0 -63
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js +0 -64
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js +0 -63
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js +0 -65
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapesCommand.js +0 -64
- package/dist/cjs/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUploadBufferCommand.js +0 -65
- package/dist/cjs/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js +0 -64
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js +0 -71
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/DetachVolumeCommand.js +0 -65
- package/dist/cjs/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DisableGatewayCommand.js +0 -69
- package/dist/cjs/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFileSystemCommand.js +0 -63
- package/dist/cjs/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/JoinDomainCommand.js +0 -62
- package/dist/cjs/commands/JoinDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -64
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSharesCommand.js +0 -62
- package/dist/cjs/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js +0 -63
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewaysCommand.js +0 -70
- package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListLocalDisksCommand.js +0 -69
- package/dist/cjs/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapePoolsCommand.js +0 -69
- package/dist/cjs/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapesCommand.js +0 -71
- package/dist/cjs/commands/ListTapesCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js +0 -63
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumesCommand.js +0 -70
- package/dist/cjs/commands/ListVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js +0 -75
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/cjs/commands/RefreshCacheCommand.js +0 -91
- package/dist/cjs/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -62
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetCacheCommand.js +0 -73
- package/dist/cjs/commands/ResetCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js +0 -68
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js +0 -72
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js +0 -64
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js +0 -63
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/ShutdownGatewayCommand.js +0 -84
- package/dist/cjs/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js +0 -68
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/StartGatewayCommand.js +0 -73
- package/dist/cjs/commands/StartGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -69
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js +0 -71
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -66
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js +0 -69
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js +0 -61
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js +0 -69
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js +0 -76
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js +0 -86
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js +0 -79
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js +0 -62
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js +0 -68
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js +0 -70
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js +0 -64
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -108
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1917
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFileSharesPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
- package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapePoolsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapesPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVolumesPaginator.js +0 -46
- package/dist/cjs/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8260
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/StorageGateway.js +0 -1420
- package/dist/es/StorageGateway.js.map +0 -1
- package/dist/es/StorageGatewayClient.js +0 -117
- package/dist/es/StorageGatewayClient.js.map +0 -1
- package/dist/es/commands/ActivateGatewayCommand.js +0 -72
- package/dist/es/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/es/commands/AddCacheCommand.js +0 -69
- package/dist/es/commands/AddCacheCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -89
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/AddUploadBufferCommand.js +0 -71
- package/dist/es/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/AddWorkingStorageCommand.js +0 -77
- package/dist/es/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/AssignTapePoolCommand.js +0 -71
- package/dist/es/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/es/commands/AssociateFileSystemCommand.js +0 -68
- package/dist/es/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/AttachVolumeCommand.js +0 -68
- package/dist/es/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/es/commands/CancelArchivalCommand.js +0 -66
- package/dist/es/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/es/commands/CancelRetrievalCommand.js +0 -67
- package/dist/es/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js +0 -82
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateNFSFileShareCommand.js +0 -79
- package/dist/es/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSMBFileShareCommand.js +0 -80
- package/dist/es/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js +0 -92
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -85
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js +0 -76
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapePoolCommand.js +0 -66
- package/dist/es/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js +0 -73
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapesCommand.js +0 -71
- package/dist/es/commands/CreateTapesCommand.js.map +0 -1
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -67
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js +0 -69
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DeleteChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileShareCommand.js +0 -66
- package/dist/es/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayCommand.js +0 -82
- package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -79
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeArchiveCommand.js +0 -66
- package/dist/es/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeCommand.js +0 -66
- package/dist/es/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapePoolCommand.js +0 -67
- package/dist/es/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteVolumeCommand.js +0 -77
- package/dist/es/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js +0 -67
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js +0 -72
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -85
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeCacheCommand.js +0 -69
- package/dist/es/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js +0 -70
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js +0 -66
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayInformationCommand.js +0 -67
- package/dist/es/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/DescribeNFSFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBSettingsCommand.js +0 -66
- package/dist/es/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js +0 -68
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js +0 -67
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeArchivesCommand.js +0 -69
- package/dist/es/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapesCommand.js +0 -68
- package/dist/es/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/es/commands/DescribeUploadBufferCommand.js +0 -69
- package/dist/es/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/DescribeVTLDevicesCommand.js +0 -68
- package/dist/es/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkingStorageCommand.js +0 -75
- package/dist/es/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/DetachVolumeCommand.js +0 -69
- package/dist/es/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/es/commands/DisableGatewayCommand.js +0 -73
- package/dist/es/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFileSystemCommand.js +0 -67
- package/dist/es/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/JoinDomainCommand.js +0 -66
- package/dist/es/commands/JoinDomainCommand.js.map +0 -1
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -68
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSharesCommand.js +0 -66
- package/dist/es/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSystemAssociationsCommand.js +0 -67
- package/dist/es/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListGatewaysCommand.js +0 -74
- package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListLocalDisksCommand.js +0 -73
- package/dist/es/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTapePoolsCommand.js +0 -73
- package/dist/es/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/es/commands/ListTapesCommand.js +0 -75
- package/dist/es/commands/ListTapesCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeInitiatorsCommand.js +0 -67
- package/dist/es/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumesCommand.js +0 -74
- package/dist/es/commands/ListVolumesCommand.js.map +0 -1
- package/dist/es/commands/NotifyWhenUploadedCommand.js +0 -79
- package/dist/es/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/es/commands/RefreshCacheCommand.js +0 -95
- package/dist/es/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -66
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetCacheCommand.js +0 -77
- package/dist/es/commands/ResetCacheCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeArchiveCommand.js +0 -72
- package/dist/es/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js +0 -76
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/SetLocalConsolePasswordCommand.js +0 -68
- package/dist/es/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/es/commands/SetSMBGuestPasswordCommand.js +0 -67
- package/dist/es/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/es/commands/ShutdownGatewayCommand.js +0 -88
- package/dist/es/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js +0 -72
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/StartGatewayCommand.js +0 -77
- package/dist/es/commands/StartGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -73
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js +0 -75
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -70
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateChapCredentialsCommand.js +0 -73
- package/dist/es/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js +0 -65
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayInformationCommand.js +0 -73
- package/dist/es/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js +0 -80
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/UpdateNFSFileShareCommand.js +0 -90
- package/dist/es/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareCommand.js +0 -83
- package/dist/es/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js +0 -66
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js +0 -72
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js +0 -74
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js +0 -68
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -105
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1481
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js +0 -87
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFileSharesPaginator.js +0 -87
- package/dist/es/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js +0 -87
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
- package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -87
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListTapePoolsPaginator.js +0 -87
- package/dist/es/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTapesPaginator.js +0 -87
- package/dist/es/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/es/pagination/ListVolumesPaginator.js +0 -87
- package/dist/es/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -8733
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/StorageGateway.d.ts +0 -1340
- package/dist/types/StorageGatewayClient.d.ts +0 -292
- package/dist/types/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/StorageGateway.d.ts +0 -1340
- package/dist/types/ts3.4/StorageGatewayClient.d.ts +0 -292
- package/dist/types/ts3.4/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8368
- package/pagination/DescribeTapeArchivesPaginator.ts +0 -58
- package/pagination/DescribeTapeRecoveryPointsPaginator.ts +0 -58
- package/pagination/DescribeTapesPaginator.ts +0 -58
- package/pagination/DescribeVTLDevicesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFileSharesPaginator.ts +0 -58
- package/pagination/ListFileSystemAssociationsPaginator.ts +0 -58
- package/pagination/ListGatewaysPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListTapePoolsPaginator.ts +0 -58
- package/pagination/ListTapesPaginator.ts +0 -54
- package/pagination/ListVolumesPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -10377
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/StorageGateway.ts
DELETED
|
@@ -1,3924 +0,0 @@
|
|
|
1
|
-
import { StorageGatewayClient } from "./StorageGatewayClient";
|
|
2
|
-
import {
|
|
3
|
-
ActivateGatewayCommand,
|
|
4
|
-
ActivateGatewayCommandInput,
|
|
5
|
-
ActivateGatewayCommandOutput,
|
|
6
|
-
} from "./commands/ActivateGatewayCommand";
|
|
7
|
-
import { AddCacheCommand, AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
8
|
-
import {
|
|
9
|
-
AddTagsToResourceCommand,
|
|
10
|
-
AddTagsToResourceCommandInput,
|
|
11
|
-
AddTagsToResourceCommandOutput,
|
|
12
|
-
} from "./commands/AddTagsToResourceCommand";
|
|
13
|
-
import {
|
|
14
|
-
AddUploadBufferCommand,
|
|
15
|
-
AddUploadBufferCommandInput,
|
|
16
|
-
AddUploadBufferCommandOutput,
|
|
17
|
-
} from "./commands/AddUploadBufferCommand";
|
|
18
|
-
import {
|
|
19
|
-
AddWorkingStorageCommand,
|
|
20
|
-
AddWorkingStorageCommandInput,
|
|
21
|
-
AddWorkingStorageCommandOutput,
|
|
22
|
-
} from "./commands/AddWorkingStorageCommand";
|
|
23
|
-
import {
|
|
24
|
-
AssignTapePoolCommand,
|
|
25
|
-
AssignTapePoolCommandInput,
|
|
26
|
-
AssignTapePoolCommandOutput,
|
|
27
|
-
} from "./commands/AssignTapePoolCommand";
|
|
28
|
-
import {
|
|
29
|
-
AssociateFileSystemCommand,
|
|
30
|
-
AssociateFileSystemCommandInput,
|
|
31
|
-
AssociateFileSystemCommandOutput,
|
|
32
|
-
} from "./commands/AssociateFileSystemCommand";
|
|
33
|
-
import {
|
|
34
|
-
AttachVolumeCommand,
|
|
35
|
-
AttachVolumeCommandInput,
|
|
36
|
-
AttachVolumeCommandOutput,
|
|
37
|
-
} from "./commands/AttachVolumeCommand";
|
|
38
|
-
import {
|
|
39
|
-
CancelArchivalCommand,
|
|
40
|
-
CancelArchivalCommandInput,
|
|
41
|
-
CancelArchivalCommandOutput,
|
|
42
|
-
} from "./commands/CancelArchivalCommand";
|
|
43
|
-
import {
|
|
44
|
-
CancelRetrievalCommand,
|
|
45
|
-
CancelRetrievalCommandInput,
|
|
46
|
-
CancelRetrievalCommandOutput,
|
|
47
|
-
} from "./commands/CancelRetrievalCommand";
|
|
48
|
-
import {
|
|
49
|
-
CreateCachediSCSIVolumeCommand,
|
|
50
|
-
CreateCachediSCSIVolumeCommandInput,
|
|
51
|
-
CreateCachediSCSIVolumeCommandOutput,
|
|
52
|
-
} from "./commands/CreateCachediSCSIVolumeCommand";
|
|
53
|
-
import {
|
|
54
|
-
CreateNFSFileShareCommand,
|
|
55
|
-
CreateNFSFileShareCommandInput,
|
|
56
|
-
CreateNFSFileShareCommandOutput,
|
|
57
|
-
} from "./commands/CreateNFSFileShareCommand";
|
|
58
|
-
import {
|
|
59
|
-
CreateSMBFileShareCommand,
|
|
60
|
-
CreateSMBFileShareCommandInput,
|
|
61
|
-
CreateSMBFileShareCommandOutput,
|
|
62
|
-
} from "./commands/CreateSMBFileShareCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateSnapshotCommand,
|
|
65
|
-
CreateSnapshotCommandInput,
|
|
66
|
-
CreateSnapshotCommandOutput,
|
|
67
|
-
} from "./commands/CreateSnapshotCommand";
|
|
68
|
-
import {
|
|
69
|
-
CreateSnapshotFromVolumeRecoveryPointCommand,
|
|
70
|
-
CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
71
|
-
CreateSnapshotFromVolumeRecoveryPointCommandOutput,
|
|
72
|
-
} from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
73
|
-
import {
|
|
74
|
-
CreateStorediSCSIVolumeCommand,
|
|
75
|
-
CreateStorediSCSIVolumeCommandInput,
|
|
76
|
-
CreateStorediSCSIVolumeCommandOutput,
|
|
77
|
-
} from "./commands/CreateStorediSCSIVolumeCommand";
|
|
78
|
-
import {
|
|
79
|
-
CreateTapePoolCommand,
|
|
80
|
-
CreateTapePoolCommandInput,
|
|
81
|
-
CreateTapePoolCommandOutput,
|
|
82
|
-
} from "./commands/CreateTapePoolCommand";
|
|
83
|
-
import {
|
|
84
|
-
CreateTapeWithBarcodeCommand,
|
|
85
|
-
CreateTapeWithBarcodeCommandInput,
|
|
86
|
-
CreateTapeWithBarcodeCommandOutput,
|
|
87
|
-
} from "./commands/CreateTapeWithBarcodeCommand";
|
|
88
|
-
import { CreateTapesCommand, CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
89
|
-
import {
|
|
90
|
-
DeleteAutomaticTapeCreationPolicyCommand,
|
|
91
|
-
DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
92
|
-
DeleteAutomaticTapeCreationPolicyCommandOutput,
|
|
93
|
-
} from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
94
|
-
import {
|
|
95
|
-
DeleteBandwidthRateLimitCommand,
|
|
96
|
-
DeleteBandwidthRateLimitCommandInput,
|
|
97
|
-
DeleteBandwidthRateLimitCommandOutput,
|
|
98
|
-
} from "./commands/DeleteBandwidthRateLimitCommand";
|
|
99
|
-
import {
|
|
100
|
-
DeleteChapCredentialsCommand,
|
|
101
|
-
DeleteChapCredentialsCommandInput,
|
|
102
|
-
DeleteChapCredentialsCommandOutput,
|
|
103
|
-
} from "./commands/DeleteChapCredentialsCommand";
|
|
104
|
-
import {
|
|
105
|
-
DeleteFileShareCommand,
|
|
106
|
-
DeleteFileShareCommandInput,
|
|
107
|
-
DeleteFileShareCommandOutput,
|
|
108
|
-
} from "./commands/DeleteFileShareCommand";
|
|
109
|
-
import {
|
|
110
|
-
DeleteGatewayCommand,
|
|
111
|
-
DeleteGatewayCommandInput,
|
|
112
|
-
DeleteGatewayCommandOutput,
|
|
113
|
-
} from "./commands/DeleteGatewayCommand";
|
|
114
|
-
import {
|
|
115
|
-
DeleteSnapshotScheduleCommand,
|
|
116
|
-
DeleteSnapshotScheduleCommandInput,
|
|
117
|
-
DeleteSnapshotScheduleCommandOutput,
|
|
118
|
-
} from "./commands/DeleteSnapshotScheduleCommand";
|
|
119
|
-
import {
|
|
120
|
-
DeleteTapeArchiveCommand,
|
|
121
|
-
DeleteTapeArchiveCommandInput,
|
|
122
|
-
DeleteTapeArchiveCommandOutput,
|
|
123
|
-
} from "./commands/DeleteTapeArchiveCommand";
|
|
124
|
-
import { DeleteTapeCommand, DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
125
|
-
import {
|
|
126
|
-
DeleteTapePoolCommand,
|
|
127
|
-
DeleteTapePoolCommandInput,
|
|
128
|
-
DeleteTapePoolCommandOutput,
|
|
129
|
-
} from "./commands/DeleteTapePoolCommand";
|
|
130
|
-
import {
|
|
131
|
-
DeleteVolumeCommand,
|
|
132
|
-
DeleteVolumeCommandInput,
|
|
133
|
-
DeleteVolumeCommandOutput,
|
|
134
|
-
} from "./commands/DeleteVolumeCommand";
|
|
135
|
-
import {
|
|
136
|
-
DescribeAvailabilityMonitorTestCommand,
|
|
137
|
-
DescribeAvailabilityMonitorTestCommandInput,
|
|
138
|
-
DescribeAvailabilityMonitorTestCommandOutput,
|
|
139
|
-
} from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
140
|
-
import {
|
|
141
|
-
DescribeBandwidthRateLimitCommand,
|
|
142
|
-
DescribeBandwidthRateLimitCommandInput,
|
|
143
|
-
DescribeBandwidthRateLimitCommandOutput,
|
|
144
|
-
} from "./commands/DescribeBandwidthRateLimitCommand";
|
|
145
|
-
import {
|
|
146
|
-
DescribeBandwidthRateLimitScheduleCommand,
|
|
147
|
-
DescribeBandwidthRateLimitScheduleCommandInput,
|
|
148
|
-
DescribeBandwidthRateLimitScheduleCommandOutput,
|
|
149
|
-
} from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
150
|
-
import {
|
|
151
|
-
DescribeCacheCommand,
|
|
152
|
-
DescribeCacheCommandInput,
|
|
153
|
-
DescribeCacheCommandOutput,
|
|
154
|
-
} from "./commands/DescribeCacheCommand";
|
|
155
|
-
import {
|
|
156
|
-
DescribeCachediSCSIVolumesCommand,
|
|
157
|
-
DescribeCachediSCSIVolumesCommandInput,
|
|
158
|
-
DescribeCachediSCSIVolumesCommandOutput,
|
|
159
|
-
} from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
160
|
-
import {
|
|
161
|
-
DescribeChapCredentialsCommand,
|
|
162
|
-
DescribeChapCredentialsCommandInput,
|
|
163
|
-
DescribeChapCredentialsCommandOutput,
|
|
164
|
-
} from "./commands/DescribeChapCredentialsCommand";
|
|
165
|
-
import {
|
|
166
|
-
DescribeFileSystemAssociationsCommand,
|
|
167
|
-
DescribeFileSystemAssociationsCommandInput,
|
|
168
|
-
DescribeFileSystemAssociationsCommandOutput,
|
|
169
|
-
} from "./commands/DescribeFileSystemAssociationsCommand";
|
|
170
|
-
import {
|
|
171
|
-
DescribeGatewayInformationCommand,
|
|
172
|
-
DescribeGatewayInformationCommandInput,
|
|
173
|
-
DescribeGatewayInformationCommandOutput,
|
|
174
|
-
} from "./commands/DescribeGatewayInformationCommand";
|
|
175
|
-
import {
|
|
176
|
-
DescribeMaintenanceStartTimeCommand,
|
|
177
|
-
DescribeMaintenanceStartTimeCommandInput,
|
|
178
|
-
DescribeMaintenanceStartTimeCommandOutput,
|
|
179
|
-
} from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
180
|
-
import {
|
|
181
|
-
DescribeNFSFileSharesCommand,
|
|
182
|
-
DescribeNFSFileSharesCommandInput,
|
|
183
|
-
DescribeNFSFileSharesCommandOutput,
|
|
184
|
-
} from "./commands/DescribeNFSFileSharesCommand";
|
|
185
|
-
import {
|
|
186
|
-
DescribeSMBFileSharesCommand,
|
|
187
|
-
DescribeSMBFileSharesCommandInput,
|
|
188
|
-
DescribeSMBFileSharesCommandOutput,
|
|
189
|
-
} from "./commands/DescribeSMBFileSharesCommand";
|
|
190
|
-
import {
|
|
191
|
-
DescribeSMBSettingsCommand,
|
|
192
|
-
DescribeSMBSettingsCommandInput,
|
|
193
|
-
DescribeSMBSettingsCommandOutput,
|
|
194
|
-
} from "./commands/DescribeSMBSettingsCommand";
|
|
195
|
-
import {
|
|
196
|
-
DescribeSnapshotScheduleCommand,
|
|
197
|
-
DescribeSnapshotScheduleCommandInput,
|
|
198
|
-
DescribeSnapshotScheduleCommandOutput,
|
|
199
|
-
} from "./commands/DescribeSnapshotScheduleCommand";
|
|
200
|
-
import {
|
|
201
|
-
DescribeStorediSCSIVolumesCommand,
|
|
202
|
-
DescribeStorediSCSIVolumesCommandInput,
|
|
203
|
-
DescribeStorediSCSIVolumesCommandOutput,
|
|
204
|
-
} from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
205
|
-
import {
|
|
206
|
-
DescribeTapeArchivesCommand,
|
|
207
|
-
DescribeTapeArchivesCommandInput,
|
|
208
|
-
DescribeTapeArchivesCommandOutput,
|
|
209
|
-
} from "./commands/DescribeTapeArchivesCommand";
|
|
210
|
-
import {
|
|
211
|
-
DescribeTapeRecoveryPointsCommand,
|
|
212
|
-
DescribeTapeRecoveryPointsCommandInput,
|
|
213
|
-
DescribeTapeRecoveryPointsCommandOutput,
|
|
214
|
-
} from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
215
|
-
import {
|
|
216
|
-
DescribeTapesCommand,
|
|
217
|
-
DescribeTapesCommandInput,
|
|
218
|
-
DescribeTapesCommandOutput,
|
|
219
|
-
} from "./commands/DescribeTapesCommand";
|
|
220
|
-
import {
|
|
221
|
-
DescribeUploadBufferCommand,
|
|
222
|
-
DescribeUploadBufferCommandInput,
|
|
223
|
-
DescribeUploadBufferCommandOutput,
|
|
224
|
-
} from "./commands/DescribeUploadBufferCommand";
|
|
225
|
-
import {
|
|
226
|
-
DescribeVTLDevicesCommand,
|
|
227
|
-
DescribeVTLDevicesCommandInput,
|
|
228
|
-
DescribeVTLDevicesCommandOutput,
|
|
229
|
-
} from "./commands/DescribeVTLDevicesCommand";
|
|
230
|
-
import {
|
|
231
|
-
DescribeWorkingStorageCommand,
|
|
232
|
-
DescribeWorkingStorageCommandInput,
|
|
233
|
-
DescribeWorkingStorageCommandOutput,
|
|
234
|
-
} from "./commands/DescribeWorkingStorageCommand";
|
|
235
|
-
import {
|
|
236
|
-
DetachVolumeCommand,
|
|
237
|
-
DetachVolumeCommandInput,
|
|
238
|
-
DetachVolumeCommandOutput,
|
|
239
|
-
} from "./commands/DetachVolumeCommand";
|
|
240
|
-
import {
|
|
241
|
-
DisableGatewayCommand,
|
|
242
|
-
DisableGatewayCommandInput,
|
|
243
|
-
DisableGatewayCommandOutput,
|
|
244
|
-
} from "./commands/DisableGatewayCommand";
|
|
245
|
-
import {
|
|
246
|
-
DisassociateFileSystemCommand,
|
|
247
|
-
DisassociateFileSystemCommandInput,
|
|
248
|
-
DisassociateFileSystemCommandOutput,
|
|
249
|
-
} from "./commands/DisassociateFileSystemCommand";
|
|
250
|
-
import { JoinDomainCommand, JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
251
|
-
import {
|
|
252
|
-
ListAutomaticTapeCreationPoliciesCommand,
|
|
253
|
-
ListAutomaticTapeCreationPoliciesCommandInput,
|
|
254
|
-
ListAutomaticTapeCreationPoliciesCommandOutput,
|
|
255
|
-
} from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
256
|
-
import {
|
|
257
|
-
ListFileSharesCommand,
|
|
258
|
-
ListFileSharesCommandInput,
|
|
259
|
-
ListFileSharesCommandOutput,
|
|
260
|
-
} from "./commands/ListFileSharesCommand";
|
|
261
|
-
import {
|
|
262
|
-
ListFileSystemAssociationsCommand,
|
|
263
|
-
ListFileSystemAssociationsCommandInput,
|
|
264
|
-
ListFileSystemAssociationsCommandOutput,
|
|
265
|
-
} from "./commands/ListFileSystemAssociationsCommand";
|
|
266
|
-
import {
|
|
267
|
-
ListGatewaysCommand,
|
|
268
|
-
ListGatewaysCommandInput,
|
|
269
|
-
ListGatewaysCommandOutput,
|
|
270
|
-
} from "./commands/ListGatewaysCommand";
|
|
271
|
-
import {
|
|
272
|
-
ListLocalDisksCommand,
|
|
273
|
-
ListLocalDisksCommandInput,
|
|
274
|
-
ListLocalDisksCommandOutput,
|
|
275
|
-
} from "./commands/ListLocalDisksCommand";
|
|
276
|
-
import {
|
|
277
|
-
ListTagsForResourceCommand,
|
|
278
|
-
ListTagsForResourceCommandInput,
|
|
279
|
-
ListTagsForResourceCommandOutput,
|
|
280
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
281
|
-
import {
|
|
282
|
-
ListTapePoolsCommand,
|
|
283
|
-
ListTapePoolsCommandInput,
|
|
284
|
-
ListTapePoolsCommandOutput,
|
|
285
|
-
} from "./commands/ListTapePoolsCommand";
|
|
286
|
-
import { ListTapesCommand, ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
287
|
-
import {
|
|
288
|
-
ListVolumeInitiatorsCommand,
|
|
289
|
-
ListVolumeInitiatorsCommandInput,
|
|
290
|
-
ListVolumeInitiatorsCommandOutput,
|
|
291
|
-
} from "./commands/ListVolumeInitiatorsCommand";
|
|
292
|
-
import {
|
|
293
|
-
ListVolumeRecoveryPointsCommand,
|
|
294
|
-
ListVolumeRecoveryPointsCommandInput,
|
|
295
|
-
ListVolumeRecoveryPointsCommandOutput,
|
|
296
|
-
} from "./commands/ListVolumeRecoveryPointsCommand";
|
|
297
|
-
import { ListVolumesCommand, ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
298
|
-
import {
|
|
299
|
-
NotifyWhenUploadedCommand,
|
|
300
|
-
NotifyWhenUploadedCommandInput,
|
|
301
|
-
NotifyWhenUploadedCommandOutput,
|
|
302
|
-
} from "./commands/NotifyWhenUploadedCommand";
|
|
303
|
-
import {
|
|
304
|
-
RefreshCacheCommand,
|
|
305
|
-
RefreshCacheCommandInput,
|
|
306
|
-
RefreshCacheCommandOutput,
|
|
307
|
-
} from "./commands/RefreshCacheCommand";
|
|
308
|
-
import {
|
|
309
|
-
RemoveTagsFromResourceCommand,
|
|
310
|
-
RemoveTagsFromResourceCommandInput,
|
|
311
|
-
RemoveTagsFromResourceCommandOutput,
|
|
312
|
-
} from "./commands/RemoveTagsFromResourceCommand";
|
|
313
|
-
import { ResetCacheCommand, ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
314
|
-
import {
|
|
315
|
-
RetrieveTapeArchiveCommand,
|
|
316
|
-
RetrieveTapeArchiveCommandInput,
|
|
317
|
-
RetrieveTapeArchiveCommandOutput,
|
|
318
|
-
} from "./commands/RetrieveTapeArchiveCommand";
|
|
319
|
-
import {
|
|
320
|
-
RetrieveTapeRecoveryPointCommand,
|
|
321
|
-
RetrieveTapeRecoveryPointCommandInput,
|
|
322
|
-
RetrieveTapeRecoveryPointCommandOutput,
|
|
323
|
-
} from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
324
|
-
import {
|
|
325
|
-
SetLocalConsolePasswordCommand,
|
|
326
|
-
SetLocalConsolePasswordCommandInput,
|
|
327
|
-
SetLocalConsolePasswordCommandOutput,
|
|
328
|
-
} from "./commands/SetLocalConsolePasswordCommand";
|
|
329
|
-
import {
|
|
330
|
-
SetSMBGuestPasswordCommand,
|
|
331
|
-
SetSMBGuestPasswordCommandInput,
|
|
332
|
-
SetSMBGuestPasswordCommandOutput,
|
|
333
|
-
} from "./commands/SetSMBGuestPasswordCommand";
|
|
334
|
-
import {
|
|
335
|
-
ShutdownGatewayCommand,
|
|
336
|
-
ShutdownGatewayCommandInput,
|
|
337
|
-
ShutdownGatewayCommandOutput,
|
|
338
|
-
} from "./commands/ShutdownGatewayCommand";
|
|
339
|
-
import {
|
|
340
|
-
StartAvailabilityMonitorTestCommand,
|
|
341
|
-
StartAvailabilityMonitorTestCommandInput,
|
|
342
|
-
StartAvailabilityMonitorTestCommandOutput,
|
|
343
|
-
} from "./commands/StartAvailabilityMonitorTestCommand";
|
|
344
|
-
import {
|
|
345
|
-
StartGatewayCommand,
|
|
346
|
-
StartGatewayCommandInput,
|
|
347
|
-
StartGatewayCommandOutput,
|
|
348
|
-
} from "./commands/StartGatewayCommand";
|
|
349
|
-
import {
|
|
350
|
-
UpdateAutomaticTapeCreationPolicyCommand,
|
|
351
|
-
UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
352
|
-
UpdateAutomaticTapeCreationPolicyCommandOutput,
|
|
353
|
-
} from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
354
|
-
import {
|
|
355
|
-
UpdateBandwidthRateLimitCommand,
|
|
356
|
-
UpdateBandwidthRateLimitCommandInput,
|
|
357
|
-
UpdateBandwidthRateLimitCommandOutput,
|
|
358
|
-
} from "./commands/UpdateBandwidthRateLimitCommand";
|
|
359
|
-
import {
|
|
360
|
-
UpdateBandwidthRateLimitScheduleCommand,
|
|
361
|
-
UpdateBandwidthRateLimitScheduleCommandInput,
|
|
362
|
-
UpdateBandwidthRateLimitScheduleCommandOutput,
|
|
363
|
-
} from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
364
|
-
import {
|
|
365
|
-
UpdateChapCredentialsCommand,
|
|
366
|
-
UpdateChapCredentialsCommandInput,
|
|
367
|
-
UpdateChapCredentialsCommandOutput,
|
|
368
|
-
} from "./commands/UpdateChapCredentialsCommand";
|
|
369
|
-
import {
|
|
370
|
-
UpdateFileSystemAssociationCommand,
|
|
371
|
-
UpdateFileSystemAssociationCommandInput,
|
|
372
|
-
UpdateFileSystemAssociationCommandOutput,
|
|
373
|
-
} from "./commands/UpdateFileSystemAssociationCommand";
|
|
374
|
-
import {
|
|
375
|
-
UpdateGatewayInformationCommand,
|
|
376
|
-
UpdateGatewayInformationCommandInput,
|
|
377
|
-
UpdateGatewayInformationCommandOutput,
|
|
378
|
-
} from "./commands/UpdateGatewayInformationCommand";
|
|
379
|
-
import {
|
|
380
|
-
UpdateGatewaySoftwareNowCommand,
|
|
381
|
-
UpdateGatewaySoftwareNowCommandInput,
|
|
382
|
-
UpdateGatewaySoftwareNowCommandOutput,
|
|
383
|
-
} from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
384
|
-
import {
|
|
385
|
-
UpdateMaintenanceStartTimeCommand,
|
|
386
|
-
UpdateMaintenanceStartTimeCommandInput,
|
|
387
|
-
UpdateMaintenanceStartTimeCommandOutput,
|
|
388
|
-
} from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
389
|
-
import {
|
|
390
|
-
UpdateNFSFileShareCommand,
|
|
391
|
-
UpdateNFSFileShareCommandInput,
|
|
392
|
-
UpdateNFSFileShareCommandOutput,
|
|
393
|
-
} from "./commands/UpdateNFSFileShareCommand";
|
|
394
|
-
import {
|
|
395
|
-
UpdateSMBFileShareCommand,
|
|
396
|
-
UpdateSMBFileShareCommandInput,
|
|
397
|
-
UpdateSMBFileShareCommandOutput,
|
|
398
|
-
} from "./commands/UpdateSMBFileShareCommand";
|
|
399
|
-
import {
|
|
400
|
-
UpdateSMBFileShareVisibilityCommand,
|
|
401
|
-
UpdateSMBFileShareVisibilityCommandInput,
|
|
402
|
-
UpdateSMBFileShareVisibilityCommandOutput,
|
|
403
|
-
} from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
404
|
-
import {
|
|
405
|
-
UpdateSMBSecurityStrategyCommand,
|
|
406
|
-
UpdateSMBSecurityStrategyCommandInput,
|
|
407
|
-
UpdateSMBSecurityStrategyCommandOutput,
|
|
408
|
-
} from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
409
|
-
import {
|
|
410
|
-
UpdateSnapshotScheduleCommand,
|
|
411
|
-
UpdateSnapshotScheduleCommandInput,
|
|
412
|
-
UpdateSnapshotScheduleCommandOutput,
|
|
413
|
-
} from "./commands/UpdateSnapshotScheduleCommand";
|
|
414
|
-
import {
|
|
415
|
-
UpdateVTLDeviceTypeCommand,
|
|
416
|
-
UpdateVTLDeviceTypeCommandInput,
|
|
417
|
-
UpdateVTLDeviceTypeCommandOutput,
|
|
418
|
-
} from "./commands/UpdateVTLDeviceTypeCommand";
|
|
419
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* <fullname>Storage Gateway Service</fullname>
|
|
423
|
-
*
|
|
424
|
-
* <p>Storage Gateway is the service that connects an on-premises software appliance with
|
|
425
|
-
* cloud-based storage to provide seamless and secure integration between an
|
|
426
|
-
* organization's on-premises IT environment and the Amazon Web Services storage infrastructure. The
|
|
427
|
-
* service enables you to securely upload data to the Cloud for cost effective backup and
|
|
428
|
-
* rapid disaster recovery.</p>
|
|
429
|
-
*
|
|
430
|
-
* <p>Use the following links to get started using the <i>Storage Gateway Service
|
|
431
|
-
* API Reference</i>:</p>
|
|
432
|
-
*
|
|
433
|
-
* <ul>
|
|
434
|
-
* <li>
|
|
435
|
-
* <p>
|
|
436
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewayHTTPRequestsHeaders">Storage Gateway required request headers</a>: Describes the required
|
|
437
|
-
* headers that you must send with every POST request to Storage Gateway.</p>
|
|
438
|
-
* </li>
|
|
439
|
-
* <li>
|
|
440
|
-
* <p>
|
|
441
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewaySigningRequests">Signing requests</a>: Storage Gateway requires that you authenticate
|
|
442
|
-
* every request you send; this topic describes how sign such a request.</p>
|
|
443
|
-
* </li>
|
|
444
|
-
* <li>
|
|
445
|
-
* <p>
|
|
446
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#APIErrorResponses">Error responses</a>: Provides reference information about Storage Gateway
|
|
447
|
-
* errors.</p>
|
|
448
|
-
* </li>
|
|
449
|
-
* <li>
|
|
450
|
-
* <p>
|
|
451
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_Operations.html">Operations in
|
|
452
|
-
* Storage Gateway</a>: Contains detailed descriptions of all Storage Gateway
|
|
453
|
-
* operations, their request parameters, response elements, possible errors, and
|
|
454
|
-
* examples of requests and responses.</p>
|
|
455
|
-
* </li>
|
|
456
|
-
* <li>
|
|
457
|
-
* <p>
|
|
458
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/sg.html">Storage Gateway
|
|
459
|
-
* endpoints and quotas</a>: Provides a list of each Region and the endpoints
|
|
460
|
-
* available for use with Storage Gateway.</p>
|
|
461
|
-
* </li>
|
|
462
|
-
* </ul>
|
|
463
|
-
*
|
|
464
|
-
* <note>
|
|
465
|
-
* <p>Storage Gateway resource IDs are in uppercase. When you use these resource IDs
|
|
466
|
-
* with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your
|
|
467
|
-
* resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the
|
|
468
|
-
* ID for a volume might be <code>vol-AA22BB012345DAF670</code>. When you use this ID with
|
|
469
|
-
* the EC2 API, you must change it to <code>vol-aa22bb012345daf670</code>. Otherwise, the
|
|
470
|
-
* EC2 API might not behave as expected.</p>
|
|
471
|
-
* </note>
|
|
472
|
-
*
|
|
473
|
-
* <important>
|
|
474
|
-
* <p>IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway volumes
|
|
475
|
-
* are changing to a longer format. Starting in December 2016, all new volumes and
|
|
476
|
-
* snapshots will be created with a 17-character string. Starting in April 2016, you will
|
|
477
|
-
* be able to use these longer IDs so you can test your systems with the new format. For
|
|
478
|
-
* more information, see <a href="http://aws.amazon.com/ec2/faqs/#longer-ids">Longer EC2 and
|
|
479
|
-
* EBS resource IDs</a>.</p>
|
|
480
|
-
*
|
|
481
|
-
* <p>For example, a volume Amazon Resource Name (ARN) with the longer volume ID format
|
|
482
|
-
* looks like the following:</p>
|
|
483
|
-
*
|
|
484
|
-
* <p>
|
|
485
|
-
* <code>arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG</code>.</p>
|
|
486
|
-
*
|
|
487
|
-
* <p>A snapshot ID with the longer ID format looks like the following:
|
|
488
|
-
* <code>snap-78e226633445566ee</code>.</p>
|
|
489
|
-
*
|
|
490
|
-
* <p>For more information, see <a href="http://forums.aws.amazon.com/ann.jspa?annID=3557">Announcement:
|
|
491
|
-
* Heads-up – Longer Storage Gateway volume and snapshot IDs coming in
|
|
492
|
-
* 2016</a>.</p>
|
|
493
|
-
* </important>
|
|
494
|
-
*/
|
|
495
|
-
export class StorageGateway extends StorageGatewayClient {
|
|
496
|
-
/**
|
|
497
|
-
* <p>Activates the gateway you previously deployed on your host. In the activation process,
|
|
498
|
-
* you specify information such as the Region that you want to use for storing snapshots
|
|
499
|
-
* or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an
|
|
500
|
-
* activation key, and a name for your gateway. The activation process also associates your
|
|
501
|
-
* gateway with your account. For more information, see <a>UpdateGatewayInformation</a>.</p>
|
|
502
|
-
* <note>
|
|
503
|
-
* <p>You must turn on the gateway VM before you can activate your gateway.</p>
|
|
504
|
-
* </note>
|
|
505
|
-
*/
|
|
506
|
-
public activateGateway(
|
|
507
|
-
args: ActivateGatewayCommandInput,
|
|
508
|
-
options?: __HttpHandlerOptions
|
|
509
|
-
): Promise<ActivateGatewayCommandOutput>;
|
|
510
|
-
public activateGateway(
|
|
511
|
-
args: ActivateGatewayCommandInput,
|
|
512
|
-
cb: (err: any, data?: ActivateGatewayCommandOutput) => void
|
|
513
|
-
): void;
|
|
514
|
-
public activateGateway(
|
|
515
|
-
args: ActivateGatewayCommandInput,
|
|
516
|
-
options: __HttpHandlerOptions,
|
|
517
|
-
cb: (err: any, data?: ActivateGatewayCommandOutput) => void
|
|
518
|
-
): void;
|
|
519
|
-
public activateGateway(
|
|
520
|
-
args: ActivateGatewayCommandInput,
|
|
521
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ActivateGatewayCommandOutput) => void),
|
|
522
|
-
cb?: (err: any, data?: ActivateGatewayCommandOutput) => void
|
|
523
|
-
): Promise<ActivateGatewayCommandOutput> | void {
|
|
524
|
-
const command = new ActivateGatewayCommand(args);
|
|
525
|
-
if (typeof optionsOrCb === "function") {
|
|
526
|
-
this.send(command, optionsOrCb);
|
|
527
|
-
} else if (typeof cb === "function") {
|
|
528
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
529
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
530
|
-
} else {
|
|
531
|
-
return this.send(command, optionsOrCb);
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
* <p>Configures one or more gateway local disks as cache for a gateway. This operation is
|
|
537
|
-
* only supported in the cached volume, tape, and file gateway type (see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html">How Storage Gateway works (architecture)</a>.</p>
|
|
538
|
-
*
|
|
539
|
-
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
540
|
-
* add cache, and one or more disk IDs that you want to configure as cache.</p>
|
|
541
|
-
*/
|
|
542
|
-
public addCache(args: AddCacheCommandInput, options?: __HttpHandlerOptions): Promise<AddCacheCommandOutput>;
|
|
543
|
-
public addCache(args: AddCacheCommandInput, cb: (err: any, data?: AddCacheCommandOutput) => void): void;
|
|
544
|
-
public addCache(
|
|
545
|
-
args: AddCacheCommandInput,
|
|
546
|
-
options: __HttpHandlerOptions,
|
|
547
|
-
cb: (err: any, data?: AddCacheCommandOutput) => void
|
|
548
|
-
): void;
|
|
549
|
-
public addCache(
|
|
550
|
-
args: AddCacheCommandInput,
|
|
551
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddCacheCommandOutput) => void),
|
|
552
|
-
cb?: (err: any, data?: AddCacheCommandOutput) => void
|
|
553
|
-
): Promise<AddCacheCommandOutput> | void {
|
|
554
|
-
const command = new AddCacheCommand(args);
|
|
555
|
-
if (typeof optionsOrCb === "function") {
|
|
556
|
-
this.send(command, optionsOrCb);
|
|
557
|
-
} else if (typeof cb === "function") {
|
|
558
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
559
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
-
} else {
|
|
561
|
-
return this.send(command, optionsOrCb);
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* <p>Adds one or more tags to the specified resource. You use tags to add metadata to
|
|
567
|
-
* resources, which you can use to categorize these resources. For example, you can categorize
|
|
568
|
-
* resources by purpose, owner, environment, or team. Each tag consists of a key and a value,
|
|
569
|
-
* which you define. You can add tags to the following Storage Gateway resources:</p>
|
|
570
|
-
*
|
|
571
|
-
* <ul>
|
|
572
|
-
* <li>
|
|
573
|
-
* <p>Storage gateways of all types</p>
|
|
574
|
-
* </li>
|
|
575
|
-
* <li>
|
|
576
|
-
* <p>Storage volumes</p>
|
|
577
|
-
* </li>
|
|
578
|
-
* <li>
|
|
579
|
-
* <p>Virtual tapes</p>
|
|
580
|
-
* </li>
|
|
581
|
-
* <li>
|
|
582
|
-
* <p>NFS and SMB file shares</p>
|
|
583
|
-
* </li>
|
|
584
|
-
* <li>
|
|
585
|
-
* <p>File System associations</p>
|
|
586
|
-
* </li>
|
|
587
|
-
* </ul>
|
|
588
|
-
*
|
|
589
|
-
* <p>You can create a maximum of 50 tags for each resource. Virtual tapes and storage volumes
|
|
590
|
-
* that are recovered to a new gateway maintain their tags.</p>
|
|
591
|
-
*/
|
|
592
|
-
public addTagsToResource(
|
|
593
|
-
args: AddTagsToResourceCommandInput,
|
|
594
|
-
options?: __HttpHandlerOptions
|
|
595
|
-
): Promise<AddTagsToResourceCommandOutput>;
|
|
596
|
-
public addTagsToResource(
|
|
597
|
-
args: AddTagsToResourceCommandInput,
|
|
598
|
-
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
599
|
-
): void;
|
|
600
|
-
public addTagsToResource(
|
|
601
|
-
args: AddTagsToResourceCommandInput,
|
|
602
|
-
options: __HttpHandlerOptions,
|
|
603
|
-
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
604
|
-
): void;
|
|
605
|
-
public addTagsToResource(
|
|
606
|
-
args: AddTagsToResourceCommandInput,
|
|
607
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddTagsToResourceCommandOutput) => void),
|
|
608
|
-
cb?: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
609
|
-
): Promise<AddTagsToResourceCommandOutput> | void {
|
|
610
|
-
const command = new AddTagsToResourceCommand(args);
|
|
611
|
-
if (typeof optionsOrCb === "function") {
|
|
612
|
-
this.send(command, optionsOrCb);
|
|
613
|
-
} else if (typeof cb === "function") {
|
|
614
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
615
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
-
} else {
|
|
617
|
-
return this.send(command, optionsOrCb);
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* <p>Configures one or more gateway local disks as upload buffer for a specified gateway.
|
|
623
|
-
* This operation is supported for the stored volume, cached volume, and tape gateway
|
|
624
|
-
* types.</p>
|
|
625
|
-
*
|
|
626
|
-
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
627
|
-
* add upload buffer, and one or more disk IDs that you want to configure as upload
|
|
628
|
-
* buffer.</p>
|
|
629
|
-
*/
|
|
630
|
-
public addUploadBuffer(
|
|
631
|
-
args: AddUploadBufferCommandInput,
|
|
632
|
-
options?: __HttpHandlerOptions
|
|
633
|
-
): Promise<AddUploadBufferCommandOutput>;
|
|
634
|
-
public addUploadBuffer(
|
|
635
|
-
args: AddUploadBufferCommandInput,
|
|
636
|
-
cb: (err: any, data?: AddUploadBufferCommandOutput) => void
|
|
637
|
-
): void;
|
|
638
|
-
public addUploadBuffer(
|
|
639
|
-
args: AddUploadBufferCommandInput,
|
|
640
|
-
options: __HttpHandlerOptions,
|
|
641
|
-
cb: (err: any, data?: AddUploadBufferCommandOutput) => void
|
|
642
|
-
): void;
|
|
643
|
-
public addUploadBuffer(
|
|
644
|
-
args: AddUploadBufferCommandInput,
|
|
645
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddUploadBufferCommandOutput) => void),
|
|
646
|
-
cb?: (err: any, data?: AddUploadBufferCommandOutput) => void
|
|
647
|
-
): Promise<AddUploadBufferCommandOutput> | void {
|
|
648
|
-
const command = new AddUploadBufferCommand(args);
|
|
649
|
-
if (typeof optionsOrCb === "function") {
|
|
650
|
-
this.send(command, optionsOrCb);
|
|
651
|
-
} else if (typeof cb === "function") {
|
|
652
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
653
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
654
|
-
} else {
|
|
655
|
-
return this.send(command, optionsOrCb);
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* <p>Configures one or more gateway local disks as working storage for a gateway. This
|
|
661
|
-
* operation is only supported in the stored volume gateway type. This operation is deprecated
|
|
662
|
-
* in cached volume API version 20120630. Use <a>AddUploadBuffer</a>
|
|
663
|
-
* instead.</p>
|
|
664
|
-
*
|
|
665
|
-
* <note>
|
|
666
|
-
* <p>Working storage is also referred to as upload buffer. You can also use the <a>AddUploadBuffer</a> operation to add upload buffer to a stored volume
|
|
667
|
-
* gateway.</p>
|
|
668
|
-
* </note>
|
|
669
|
-
*
|
|
670
|
-
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
671
|
-
* add working storage, and one or more disk IDs that you want to configure as working
|
|
672
|
-
* storage.</p>
|
|
673
|
-
*/
|
|
674
|
-
public addWorkingStorage(
|
|
675
|
-
args: AddWorkingStorageCommandInput,
|
|
676
|
-
options?: __HttpHandlerOptions
|
|
677
|
-
): Promise<AddWorkingStorageCommandOutput>;
|
|
678
|
-
public addWorkingStorage(
|
|
679
|
-
args: AddWorkingStorageCommandInput,
|
|
680
|
-
cb: (err: any, data?: AddWorkingStorageCommandOutput) => void
|
|
681
|
-
): void;
|
|
682
|
-
public addWorkingStorage(
|
|
683
|
-
args: AddWorkingStorageCommandInput,
|
|
684
|
-
options: __HttpHandlerOptions,
|
|
685
|
-
cb: (err: any, data?: AddWorkingStorageCommandOutput) => void
|
|
686
|
-
): void;
|
|
687
|
-
public addWorkingStorage(
|
|
688
|
-
args: AddWorkingStorageCommandInput,
|
|
689
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddWorkingStorageCommandOutput) => void),
|
|
690
|
-
cb?: (err: any, data?: AddWorkingStorageCommandOutput) => void
|
|
691
|
-
): Promise<AddWorkingStorageCommandOutput> | void {
|
|
692
|
-
const command = new AddWorkingStorageCommand(args);
|
|
693
|
-
if (typeof optionsOrCb === "function") {
|
|
694
|
-
this.send(command, optionsOrCb);
|
|
695
|
-
} else if (typeof cb === "function") {
|
|
696
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
697
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
698
|
-
} else {
|
|
699
|
-
return this.send(command, optionsOrCb);
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
/**
|
|
704
|
-
* <p>Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in
|
|
705
|
-
* the S3 storage class that is associated with the pool. When you use your backup application
|
|
706
|
-
* to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or
|
|
707
|
-
* S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
708
|
-
*
|
|
709
|
-
* <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>
|
|
710
|
-
* </p>
|
|
711
|
-
*/
|
|
712
|
-
public assignTapePool(
|
|
713
|
-
args: AssignTapePoolCommandInput,
|
|
714
|
-
options?: __HttpHandlerOptions
|
|
715
|
-
): Promise<AssignTapePoolCommandOutput>;
|
|
716
|
-
public assignTapePool(
|
|
717
|
-
args: AssignTapePoolCommandInput,
|
|
718
|
-
cb: (err: any, data?: AssignTapePoolCommandOutput) => void
|
|
719
|
-
): void;
|
|
720
|
-
public assignTapePool(
|
|
721
|
-
args: AssignTapePoolCommandInput,
|
|
722
|
-
options: __HttpHandlerOptions,
|
|
723
|
-
cb: (err: any, data?: AssignTapePoolCommandOutput) => void
|
|
724
|
-
): void;
|
|
725
|
-
public assignTapePool(
|
|
726
|
-
args: AssignTapePoolCommandInput,
|
|
727
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssignTapePoolCommandOutput) => void),
|
|
728
|
-
cb?: (err: any, data?: AssignTapePoolCommandOutput) => void
|
|
729
|
-
): Promise<AssignTapePoolCommandOutput> | void {
|
|
730
|
-
const command = new AssignTapePoolCommand(args);
|
|
731
|
-
if (typeof optionsOrCb === "function") {
|
|
732
|
-
this.send(command, optionsOrCb);
|
|
733
|
-
} else if (typeof cb === "function") {
|
|
734
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
735
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
736
|
-
} else {
|
|
737
|
-
return this.send(command, optionsOrCb);
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* <p>Associate an Amazon FSx file system with the FSx File Gateway. After the
|
|
743
|
-
* association process is complete, the file shares on the Amazon FSx file system are
|
|
744
|
-
* available for access through the gateway. This operation only supports the FSx File
|
|
745
|
-
* Gateway type.</p>
|
|
746
|
-
*/
|
|
747
|
-
public associateFileSystem(
|
|
748
|
-
args: AssociateFileSystemCommandInput,
|
|
749
|
-
options?: __HttpHandlerOptions
|
|
750
|
-
): Promise<AssociateFileSystemCommandOutput>;
|
|
751
|
-
public associateFileSystem(
|
|
752
|
-
args: AssociateFileSystemCommandInput,
|
|
753
|
-
cb: (err: any, data?: AssociateFileSystemCommandOutput) => void
|
|
754
|
-
): void;
|
|
755
|
-
public associateFileSystem(
|
|
756
|
-
args: AssociateFileSystemCommandInput,
|
|
757
|
-
options: __HttpHandlerOptions,
|
|
758
|
-
cb: (err: any, data?: AssociateFileSystemCommandOutput) => void
|
|
759
|
-
): void;
|
|
760
|
-
public associateFileSystem(
|
|
761
|
-
args: AssociateFileSystemCommandInput,
|
|
762
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateFileSystemCommandOutput) => void),
|
|
763
|
-
cb?: (err: any, data?: AssociateFileSystemCommandOutput) => void
|
|
764
|
-
): Promise<AssociateFileSystemCommandOutput> | void {
|
|
765
|
-
const command = new AssociateFileSystemCommand(args);
|
|
766
|
-
if (typeof optionsOrCb === "function") {
|
|
767
|
-
this.send(command, optionsOrCb);
|
|
768
|
-
} else if (typeof cb === "function") {
|
|
769
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
770
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
771
|
-
} else {
|
|
772
|
-
return this.send(command, optionsOrCb);
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/**
|
|
777
|
-
* <p>Connects a volume to an iSCSI connection and then attaches the volume to the specified
|
|
778
|
-
* gateway. Detaching and attaching a volume enables you to recover your data from one gateway
|
|
779
|
-
* to a different gateway without creating a snapshot. It also makes it easier to move your
|
|
780
|
-
* volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance.</p>
|
|
781
|
-
*/
|
|
782
|
-
public attachVolume(
|
|
783
|
-
args: AttachVolumeCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
785
|
-
): Promise<AttachVolumeCommandOutput>;
|
|
786
|
-
public attachVolume(args: AttachVolumeCommandInput, cb: (err: any, data?: AttachVolumeCommandOutput) => void): void;
|
|
787
|
-
public attachVolume(
|
|
788
|
-
args: AttachVolumeCommandInput,
|
|
789
|
-
options: __HttpHandlerOptions,
|
|
790
|
-
cb: (err: any, data?: AttachVolumeCommandOutput) => void
|
|
791
|
-
): void;
|
|
792
|
-
public attachVolume(
|
|
793
|
-
args: AttachVolumeCommandInput,
|
|
794
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AttachVolumeCommandOutput) => void),
|
|
795
|
-
cb?: (err: any, data?: AttachVolumeCommandOutput) => void
|
|
796
|
-
): Promise<AttachVolumeCommandOutput> | void {
|
|
797
|
-
const command = new AttachVolumeCommand(args);
|
|
798
|
-
if (typeof optionsOrCb === "function") {
|
|
799
|
-
this.send(command, optionsOrCb);
|
|
800
|
-
} else if (typeof cb === "function") {
|
|
801
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
802
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
803
|
-
} else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* <p>Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving
|
|
810
|
-
* process is initiated. This operation is only supported in the tape gateway type.</p>
|
|
811
|
-
*/
|
|
812
|
-
public cancelArchival(
|
|
813
|
-
args: CancelArchivalCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
815
|
-
): Promise<CancelArchivalCommandOutput>;
|
|
816
|
-
public cancelArchival(
|
|
817
|
-
args: CancelArchivalCommandInput,
|
|
818
|
-
cb: (err: any, data?: CancelArchivalCommandOutput) => void
|
|
819
|
-
): void;
|
|
820
|
-
public cancelArchival(
|
|
821
|
-
args: CancelArchivalCommandInput,
|
|
822
|
-
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: CancelArchivalCommandOutput) => void
|
|
824
|
-
): void;
|
|
825
|
-
public cancelArchival(
|
|
826
|
-
args: CancelArchivalCommandInput,
|
|
827
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelArchivalCommandOutput) => void),
|
|
828
|
-
cb?: (err: any, data?: CancelArchivalCommandOutput) => void
|
|
829
|
-
): Promise<CancelArchivalCommandOutput> | void {
|
|
830
|
-
const command = new CancelArchivalCommand(args);
|
|
831
|
-
if (typeof optionsOrCb === "function") {
|
|
832
|
-
this.send(command, optionsOrCb);
|
|
833
|
-
} else if (typeof cb === "function") {
|
|
834
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
835
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
836
|
-
} else {
|
|
837
|
-
return this.send(command, optionsOrCb);
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
/**
|
|
842
|
-
* <p>Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after
|
|
843
|
-
* the retrieval process is initiated. The virtual tape is returned to the VTS. This operation
|
|
844
|
-
* is only supported in the tape gateway type.</p>
|
|
845
|
-
*/
|
|
846
|
-
public cancelRetrieval(
|
|
847
|
-
args: CancelRetrievalCommandInput,
|
|
848
|
-
options?: __HttpHandlerOptions
|
|
849
|
-
): Promise<CancelRetrievalCommandOutput>;
|
|
850
|
-
public cancelRetrieval(
|
|
851
|
-
args: CancelRetrievalCommandInput,
|
|
852
|
-
cb: (err: any, data?: CancelRetrievalCommandOutput) => void
|
|
853
|
-
): void;
|
|
854
|
-
public cancelRetrieval(
|
|
855
|
-
args: CancelRetrievalCommandInput,
|
|
856
|
-
options: __HttpHandlerOptions,
|
|
857
|
-
cb: (err: any, data?: CancelRetrievalCommandOutput) => void
|
|
858
|
-
): void;
|
|
859
|
-
public cancelRetrieval(
|
|
860
|
-
args: CancelRetrievalCommandInput,
|
|
861
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelRetrievalCommandOutput) => void),
|
|
862
|
-
cb?: (err: any, data?: CancelRetrievalCommandOutput) => void
|
|
863
|
-
): Promise<CancelRetrievalCommandOutput> | void {
|
|
864
|
-
const command = new CancelRetrievalCommand(args);
|
|
865
|
-
if (typeof optionsOrCb === "function") {
|
|
866
|
-
this.send(command, optionsOrCb);
|
|
867
|
-
} else if (typeof cb === "function") {
|
|
868
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
869
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
870
|
-
} else {
|
|
871
|
-
return this.send(command, optionsOrCb);
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
/**
|
|
876
|
-
* <p>Creates a cached volume on a specified cached volume gateway. This operation is only
|
|
877
|
-
* supported in the cached volume gateway type.</p>
|
|
878
|
-
*
|
|
879
|
-
* <note>
|
|
880
|
-
* <p>Cache storage must be allocated to the gateway before you can create a cached volume.
|
|
881
|
-
* Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>
|
|
882
|
-
* </note>
|
|
883
|
-
*
|
|
884
|
-
* <p>In the request, you must specify the gateway, size of the volume in bytes, the iSCSI
|
|
885
|
-
* target name, an IP address on which to expose the target, and a unique client token. In
|
|
886
|
-
* response, the gateway creates the volume and returns information about it. This information
|
|
887
|
-
* includes the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that
|
|
888
|
-
* initiators can use to connect to the volume target.</p>
|
|
889
|
-
*
|
|
890
|
-
* <p>Optionally, you can provide the ARN for an existing volume as the
|
|
891
|
-
* <code>SourceVolumeARN</code> for this cached volume, which creates an exact copy of the
|
|
892
|
-
* existing volume’s latest recovery point. The <code>VolumeSizeInBytes</code> value must be
|
|
893
|
-
* equal to or larger than the size of the copied volume, in bytes.</p>
|
|
894
|
-
*/
|
|
895
|
-
public createCachediSCSIVolume(
|
|
896
|
-
args: CreateCachediSCSIVolumeCommandInput,
|
|
897
|
-
options?: __HttpHandlerOptions
|
|
898
|
-
): Promise<CreateCachediSCSIVolumeCommandOutput>;
|
|
899
|
-
public createCachediSCSIVolume(
|
|
900
|
-
args: CreateCachediSCSIVolumeCommandInput,
|
|
901
|
-
cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void
|
|
902
|
-
): void;
|
|
903
|
-
public createCachediSCSIVolume(
|
|
904
|
-
args: CreateCachediSCSIVolumeCommandInput,
|
|
905
|
-
options: __HttpHandlerOptions,
|
|
906
|
-
cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void
|
|
907
|
-
): void;
|
|
908
|
-
public createCachediSCSIVolume(
|
|
909
|
-
args: CreateCachediSCSIVolumeCommandInput,
|
|
910
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void),
|
|
911
|
-
cb?: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void
|
|
912
|
-
): Promise<CreateCachediSCSIVolumeCommandOutput> | void {
|
|
913
|
-
const command = new CreateCachediSCSIVolumeCommand(args);
|
|
914
|
-
if (typeof optionsOrCb === "function") {
|
|
915
|
-
this.send(command, optionsOrCb);
|
|
916
|
-
} else if (typeof cb === "function") {
|
|
917
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
918
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
919
|
-
} else {
|
|
920
|
-
return this.send(command, optionsOrCb);
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
/**
|
|
925
|
-
* <p>Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage
|
|
926
|
-
* Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage.
|
|
927
|
-
* Storage Gateway exposes file shares using an NFS interface. This operation is only
|
|
928
|
-
* supported for S3 File Gateways.</p>
|
|
929
|
-
*
|
|
930
|
-
* <important>
|
|
931
|
-
* <p>S3 File gateway requires Security Token Service (STS) to be activated to enable
|
|
932
|
-
* you to create a file share. Make sure STS is activated in the Region you are
|
|
933
|
-
* creating your S3 File Gateway in. If STS is not activated in the Region, activate
|
|
934
|
-
* it. For information about how to activate STS, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
|
935
|
-
* deactivating STS in an Region</a> in the
|
|
936
|
-
* <i>Identity and Access Management User Guide</i>.</p>
|
|
937
|
-
*
|
|
938
|
-
* <p>S3 File Gateways do not support creating hard or symbolic links on a file share.</p>
|
|
939
|
-
* </important>
|
|
940
|
-
*/
|
|
941
|
-
public createNFSFileShare(
|
|
942
|
-
args: CreateNFSFileShareCommandInput,
|
|
943
|
-
options?: __HttpHandlerOptions
|
|
944
|
-
): Promise<CreateNFSFileShareCommandOutput>;
|
|
945
|
-
public createNFSFileShare(
|
|
946
|
-
args: CreateNFSFileShareCommandInput,
|
|
947
|
-
cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void
|
|
948
|
-
): void;
|
|
949
|
-
public createNFSFileShare(
|
|
950
|
-
args: CreateNFSFileShareCommandInput,
|
|
951
|
-
options: __HttpHandlerOptions,
|
|
952
|
-
cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void
|
|
953
|
-
): void;
|
|
954
|
-
public createNFSFileShare(
|
|
955
|
-
args: CreateNFSFileShareCommandInput,
|
|
956
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateNFSFileShareCommandOutput) => void),
|
|
957
|
-
cb?: (err: any, data?: CreateNFSFileShareCommandOutput) => void
|
|
958
|
-
): Promise<CreateNFSFileShareCommandOutput> | void {
|
|
959
|
-
const command = new CreateNFSFileShareCommand(args);
|
|
960
|
-
if (typeof optionsOrCb === "function") {
|
|
961
|
-
this.send(command, optionsOrCb);
|
|
962
|
-
} else if (typeof cb === "function") {
|
|
963
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
964
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
965
|
-
} else {
|
|
966
|
-
return this.send(command, optionsOrCb);
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
* <p>Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage
|
|
972
|
-
* Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage.
|
|
973
|
-
* Storage Gateway exposes file shares using an SMB interface. This operation is only
|
|
974
|
-
* supported for S3 File Gateways.</p>
|
|
975
|
-
*
|
|
976
|
-
* <important>
|
|
977
|
-
* <p>S3 File Gateways require Security Token Service (STS) to be activated to enable
|
|
978
|
-
* you to create a file share. Make sure that STS is activated in the Region you
|
|
979
|
-
* are creating your S3 File Gateway in. If STS is not activated in this Region,
|
|
980
|
-
* activate it. For information about how to activate STS, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
|
981
|
-
* deactivating STS in an Region</a> in the
|
|
982
|
-
* <i>Identity and Access Management User Guide</i>.</p>
|
|
983
|
-
*
|
|
984
|
-
* <p>File gateways don't support creating hard or symbolic links on a file
|
|
985
|
-
* share.</p>
|
|
986
|
-
* </important>
|
|
987
|
-
*/
|
|
988
|
-
public createSMBFileShare(
|
|
989
|
-
args: CreateSMBFileShareCommandInput,
|
|
990
|
-
options?: __HttpHandlerOptions
|
|
991
|
-
): Promise<CreateSMBFileShareCommandOutput>;
|
|
992
|
-
public createSMBFileShare(
|
|
993
|
-
args: CreateSMBFileShareCommandInput,
|
|
994
|
-
cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void
|
|
995
|
-
): void;
|
|
996
|
-
public createSMBFileShare(
|
|
997
|
-
args: CreateSMBFileShareCommandInput,
|
|
998
|
-
options: __HttpHandlerOptions,
|
|
999
|
-
cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void
|
|
1000
|
-
): void;
|
|
1001
|
-
public createSMBFileShare(
|
|
1002
|
-
args: CreateSMBFileShareCommandInput,
|
|
1003
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSMBFileShareCommandOutput) => void),
|
|
1004
|
-
cb?: (err: any, data?: CreateSMBFileShareCommandOutput) => void
|
|
1005
|
-
): Promise<CreateSMBFileShareCommandOutput> | void {
|
|
1006
|
-
const command = new CreateSMBFileShareCommand(args);
|
|
1007
|
-
if (typeof optionsOrCb === "function") {
|
|
1008
|
-
this.send(command, optionsOrCb);
|
|
1009
|
-
} else if (typeof cb === "function") {
|
|
1010
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1011
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1012
|
-
} else {
|
|
1013
|
-
return this.send(command, optionsOrCb);
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>Initiates a snapshot of a volume.</p>
|
|
1019
|
-
*
|
|
1020
|
-
* <p>Storage Gateway provides the ability to back up point-in-time snapshots of your data
|
|
1021
|
-
* to Amazon Simple Storage (Amazon S3) for durable off-site recovery, and also import the
|
|
1022
|
-
* data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2).
|
|
1023
|
-
* You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API
|
|
1024
|
-
* enables you to take an ad hoc snapshot. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#SchedulingSnapshot">Editing a
|
|
1025
|
-
* snapshot schedule</a>.</p>
|
|
1026
|
-
*
|
|
1027
|
-
* <p>In the <code>CreateSnapshot</code> request, you identify the volume by providing its
|
|
1028
|
-
* Amazon Resource Name (ARN). You must also provide description for the snapshot. When
|
|
1029
|
-
* Storage Gateway takes the snapshot of specified volume, the snapshot and description
|
|
1030
|
-
* appears in the Storage Gateway console. In response, Storage Gateway returns you a
|
|
1031
|
-
* snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it
|
|
1032
|
-
* when you want to create a volume from a snapshot. This operation is only supported in
|
|
1033
|
-
* stored and cached volume gateway type.</p>
|
|
1034
|
-
*
|
|
1035
|
-
* <note>
|
|
1036
|
-
* <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,
|
|
1037
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html">DescribeSnapshots</a>
|
|
1038
|
-
* or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html">DeleteSnapshot</a> in the <i>Amazon Elastic Compute Cloud API
|
|
1039
|
-
* Reference</i>.</p>
|
|
1040
|
-
* </note>
|
|
1041
|
-
*
|
|
1042
|
-
* <important>
|
|
1043
|
-
* <p>Volume and snapshot IDs are changing to a longer length ID format. For more
|
|
1044
|
-
* information, see the important note on the <a href="https://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html">Welcome</a> page.</p>
|
|
1045
|
-
* </important>
|
|
1046
|
-
*/
|
|
1047
|
-
public createSnapshot(
|
|
1048
|
-
args: CreateSnapshotCommandInput,
|
|
1049
|
-
options?: __HttpHandlerOptions
|
|
1050
|
-
): Promise<CreateSnapshotCommandOutput>;
|
|
1051
|
-
public createSnapshot(
|
|
1052
|
-
args: CreateSnapshotCommandInput,
|
|
1053
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
1054
|
-
): void;
|
|
1055
|
-
public createSnapshot(
|
|
1056
|
-
args: CreateSnapshotCommandInput,
|
|
1057
|
-
options: __HttpHandlerOptions,
|
|
1058
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
1059
|
-
): void;
|
|
1060
|
-
public createSnapshot(
|
|
1061
|
-
args: CreateSnapshotCommandInput,
|
|
1062
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSnapshotCommandOutput) => void),
|
|
1063
|
-
cb?: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
1064
|
-
): Promise<CreateSnapshotCommandOutput> | void {
|
|
1065
|
-
const command = new CreateSnapshotCommand(args);
|
|
1066
|
-
if (typeof optionsOrCb === "function") {
|
|
1067
|
-
this.send(command, optionsOrCb);
|
|
1068
|
-
} else if (typeof cb === "function") {
|
|
1069
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1070
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1071
|
-
} else {
|
|
1072
|
-
return this.send(command, optionsOrCb);
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>Initiates a snapshot of a gateway from a volume recovery point. This operation is only
|
|
1078
|
-
* supported in the cached volume gateway type.</p>
|
|
1079
|
-
*
|
|
1080
|
-
* <p>A volume recovery point is a point in time at which all data of the volume is consistent
|
|
1081
|
-
* and from which you can create a snapshot. To get a list of volume recovery point for cached
|
|
1082
|
-
* volume gateway, use <a>ListVolumeRecoveryPoints</a>.</p>
|
|
1083
|
-
*
|
|
1084
|
-
* <p>In the <code>CreateSnapshotFromVolumeRecoveryPoint</code> request, you identify the
|
|
1085
|
-
* volume by providing its Amazon Resource Name (ARN). You must also provide a description for
|
|
1086
|
-
* the snapshot. When the gateway takes a snapshot of the specified volume, the snapshot and
|
|
1087
|
-
* its description appear in the Storage Gateway console.
|
|
1088
|
-
* In response, the gateway returns
|
|
1089
|
-
* you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use
|
|
1090
|
-
* it when you want to create a volume from a snapshot.</p>
|
|
1091
|
-
*
|
|
1092
|
-
* <note>
|
|
1093
|
-
* <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,
|
|
1094
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html">DescribeSnapshots</a>
|
|
1095
|
-
* or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html">DeleteSnapshot</a> in the <i>Amazon Elastic Compute Cloud API
|
|
1096
|
-
* Reference</i>.</p>
|
|
1097
|
-
* </note>
|
|
1098
|
-
*/
|
|
1099
|
-
public createSnapshotFromVolumeRecoveryPoint(
|
|
1100
|
-
args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
1101
|
-
options?: __HttpHandlerOptions
|
|
1102
|
-
): Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
|
|
1103
|
-
public createSnapshotFromVolumeRecoveryPoint(
|
|
1104
|
-
args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
1105
|
-
cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void
|
|
1106
|
-
): void;
|
|
1107
|
-
public createSnapshotFromVolumeRecoveryPoint(
|
|
1108
|
-
args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
1109
|
-
options: __HttpHandlerOptions,
|
|
1110
|
-
cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void
|
|
1111
|
-
): void;
|
|
1112
|
-
public createSnapshotFromVolumeRecoveryPoint(
|
|
1113
|
-
args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
1114
|
-
optionsOrCb?:
|
|
1115
|
-
| __HttpHandlerOptions
|
|
1116
|
-
| ((err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void),
|
|
1117
|
-
cb?: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void
|
|
1118
|
-
): Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput> | void {
|
|
1119
|
-
const command = new CreateSnapshotFromVolumeRecoveryPointCommand(args);
|
|
1120
|
-
if (typeof optionsOrCb === "function") {
|
|
1121
|
-
this.send(command, optionsOrCb);
|
|
1122
|
-
} else if (typeof cb === "function") {
|
|
1123
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1124
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1125
|
-
} else {
|
|
1126
|
-
return this.send(command, optionsOrCb);
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>Creates a volume on a specified gateway. This operation is only supported in the stored
|
|
1132
|
-
* volume gateway type.</p>
|
|
1133
|
-
*
|
|
1134
|
-
* <p>The size of the volume to create is inferred from the disk size. You can choose to
|
|
1135
|
-
* preserve existing data on the disk, create volume from an existing snapshot, or create an
|
|
1136
|
-
* empty volume. If you choose to create an empty gateway volume, then any existing data on
|
|
1137
|
-
* the disk is erased.</p>
|
|
1138
|
-
*
|
|
1139
|
-
* <p>In the request, you must specify the gateway and the disk information on which you are
|
|
1140
|
-
* creating the volume. In response, the gateway creates the volume and returns volume
|
|
1141
|
-
* information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target
|
|
1142
|
-
* ARN that initiators can use to connect to the volume target.</p>
|
|
1143
|
-
*/
|
|
1144
|
-
public createStorediSCSIVolume(
|
|
1145
|
-
args: CreateStorediSCSIVolumeCommandInput,
|
|
1146
|
-
options?: __HttpHandlerOptions
|
|
1147
|
-
): Promise<CreateStorediSCSIVolumeCommandOutput>;
|
|
1148
|
-
public createStorediSCSIVolume(
|
|
1149
|
-
args: CreateStorediSCSIVolumeCommandInput,
|
|
1150
|
-
cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void
|
|
1151
|
-
): void;
|
|
1152
|
-
public createStorediSCSIVolume(
|
|
1153
|
-
args: CreateStorediSCSIVolumeCommandInput,
|
|
1154
|
-
options: __HttpHandlerOptions,
|
|
1155
|
-
cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void
|
|
1156
|
-
): void;
|
|
1157
|
-
public createStorediSCSIVolume(
|
|
1158
|
-
args: CreateStorediSCSIVolumeCommandInput,
|
|
1159
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void),
|
|
1160
|
-
cb?: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void
|
|
1161
|
-
): Promise<CreateStorediSCSIVolumeCommandOutput> | void {
|
|
1162
|
-
const command = new CreateStorediSCSIVolumeCommand(args);
|
|
1163
|
-
if (typeof optionsOrCb === "function") {
|
|
1164
|
-
this.send(command, optionsOrCb);
|
|
1165
|
-
} else if (typeof cb === "function") {
|
|
1166
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1167
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1168
|
-
} else {
|
|
1169
|
-
return this.send(command, optionsOrCb);
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
/**
|
|
1174
|
-
* <p>Creates a new custom tape pool. You can use custom tape pool to enable tape retention
|
|
1175
|
-
* lock on tapes that are archived in the custom pool.</p>
|
|
1176
|
-
*/
|
|
1177
|
-
public createTapePool(
|
|
1178
|
-
args: CreateTapePoolCommandInput,
|
|
1179
|
-
options?: __HttpHandlerOptions
|
|
1180
|
-
): Promise<CreateTapePoolCommandOutput>;
|
|
1181
|
-
public createTapePool(
|
|
1182
|
-
args: CreateTapePoolCommandInput,
|
|
1183
|
-
cb: (err: any, data?: CreateTapePoolCommandOutput) => void
|
|
1184
|
-
): void;
|
|
1185
|
-
public createTapePool(
|
|
1186
|
-
args: CreateTapePoolCommandInput,
|
|
1187
|
-
options: __HttpHandlerOptions,
|
|
1188
|
-
cb: (err: any, data?: CreateTapePoolCommandOutput) => void
|
|
1189
|
-
): void;
|
|
1190
|
-
public createTapePool(
|
|
1191
|
-
args: CreateTapePoolCommandInput,
|
|
1192
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTapePoolCommandOutput) => void),
|
|
1193
|
-
cb?: (err: any, data?: CreateTapePoolCommandOutput) => void
|
|
1194
|
-
): Promise<CreateTapePoolCommandOutput> | void {
|
|
1195
|
-
const command = new CreateTapePoolCommand(args);
|
|
1196
|
-
if (typeof optionsOrCb === "function") {
|
|
1197
|
-
this.send(command, optionsOrCb);
|
|
1198
|
-
} else if (typeof cb === "function") {
|
|
1199
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1200
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1201
|
-
} else {
|
|
1202
|
-
return this.send(command, optionsOrCb);
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
/**
|
|
1207
|
-
* <p>Creates one or more virtual tapes. You write data to the virtual tapes and then archive
|
|
1208
|
-
* the tapes. This operation is only supported in the tape gateway type.</p>
|
|
1209
|
-
*
|
|
1210
|
-
* <note>
|
|
1211
|
-
* <p>Cache storage must be allocated to the gateway before you can create virtual tapes.
|
|
1212
|
-
* Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>
|
|
1213
|
-
* </note>
|
|
1214
|
-
*/
|
|
1215
|
-
public createTapes(args: CreateTapesCommandInput, options?: __HttpHandlerOptions): Promise<CreateTapesCommandOutput>;
|
|
1216
|
-
public createTapes(args: CreateTapesCommandInput, cb: (err: any, data?: CreateTapesCommandOutput) => void): void;
|
|
1217
|
-
public createTapes(
|
|
1218
|
-
args: CreateTapesCommandInput,
|
|
1219
|
-
options: __HttpHandlerOptions,
|
|
1220
|
-
cb: (err: any, data?: CreateTapesCommandOutput) => void
|
|
1221
|
-
): void;
|
|
1222
|
-
public createTapes(
|
|
1223
|
-
args: CreateTapesCommandInput,
|
|
1224
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTapesCommandOutput) => void),
|
|
1225
|
-
cb?: (err: any, data?: CreateTapesCommandOutput) => void
|
|
1226
|
-
): Promise<CreateTapesCommandOutput> | void {
|
|
1227
|
-
const command = new CreateTapesCommand(args);
|
|
1228
|
-
if (typeof optionsOrCb === "function") {
|
|
1229
|
-
this.send(command, optionsOrCb);
|
|
1230
|
-
} else if (typeof cb === "function") {
|
|
1231
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1232
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1233
|
-
} else {
|
|
1234
|
-
return this.send(command, optionsOrCb);
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/**
|
|
1239
|
-
* <p>Creates a virtual tape by using your own barcode. You write data to the virtual tape and
|
|
1240
|
-
* then archive the tape. A barcode is unique and cannot be reused if it has already been used
|
|
1241
|
-
* on a tape. This applies to barcodes used on deleted tapes. This operation is only supported
|
|
1242
|
-
* in the tape gateway type.</p>
|
|
1243
|
-
*
|
|
1244
|
-
* <note>
|
|
1245
|
-
* <p>Cache storage must be allocated to the gateway before you can create a virtual tape.
|
|
1246
|
-
* Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>
|
|
1247
|
-
* </note>
|
|
1248
|
-
*/
|
|
1249
|
-
public createTapeWithBarcode(
|
|
1250
|
-
args: CreateTapeWithBarcodeCommandInput,
|
|
1251
|
-
options?: __HttpHandlerOptions
|
|
1252
|
-
): Promise<CreateTapeWithBarcodeCommandOutput>;
|
|
1253
|
-
public createTapeWithBarcode(
|
|
1254
|
-
args: CreateTapeWithBarcodeCommandInput,
|
|
1255
|
-
cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void
|
|
1256
|
-
): void;
|
|
1257
|
-
public createTapeWithBarcode(
|
|
1258
|
-
args: CreateTapeWithBarcodeCommandInput,
|
|
1259
|
-
options: __HttpHandlerOptions,
|
|
1260
|
-
cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void
|
|
1261
|
-
): void;
|
|
1262
|
-
public createTapeWithBarcode(
|
|
1263
|
-
args: CreateTapeWithBarcodeCommandInput,
|
|
1264
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTapeWithBarcodeCommandOutput) => void),
|
|
1265
|
-
cb?: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void
|
|
1266
|
-
): Promise<CreateTapeWithBarcodeCommandOutput> | void {
|
|
1267
|
-
const command = new CreateTapeWithBarcodeCommand(args);
|
|
1268
|
-
if (typeof optionsOrCb === "function") {
|
|
1269
|
-
this.send(command, optionsOrCb);
|
|
1270
|
-
} else if (typeof cb === "function") {
|
|
1271
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1272
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1273
|
-
} else {
|
|
1274
|
-
return this.send(command, optionsOrCb);
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
/**
|
|
1279
|
-
* <p>Deletes the automatic tape creation policy of a gateway. If you delete this policy, new
|
|
1280
|
-
* virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway
|
|
1281
|
-
* in your request to remove the policy.</p>
|
|
1282
|
-
*/
|
|
1283
|
-
public deleteAutomaticTapeCreationPolicy(
|
|
1284
|
-
args: DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
1285
|
-
options?: __HttpHandlerOptions
|
|
1286
|
-
): Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
|
|
1287
|
-
public deleteAutomaticTapeCreationPolicy(
|
|
1288
|
-
args: DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
1289
|
-
cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void
|
|
1290
|
-
): void;
|
|
1291
|
-
public deleteAutomaticTapeCreationPolicy(
|
|
1292
|
-
args: DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
1293
|
-
options: __HttpHandlerOptions,
|
|
1294
|
-
cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void
|
|
1295
|
-
): void;
|
|
1296
|
-
public deleteAutomaticTapeCreationPolicy(
|
|
1297
|
-
args: DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
1298
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void),
|
|
1299
|
-
cb?: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void
|
|
1300
|
-
): Promise<DeleteAutomaticTapeCreationPolicyCommandOutput> | void {
|
|
1301
|
-
const command = new DeleteAutomaticTapeCreationPolicyCommand(args);
|
|
1302
|
-
if (typeof optionsOrCb === "function") {
|
|
1303
|
-
this.send(command, optionsOrCb);
|
|
1304
|
-
} else if (typeof cb === "function") {
|
|
1305
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1306
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1307
|
-
} else {
|
|
1308
|
-
return this.send(command, optionsOrCb);
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>Deletes the bandwidth rate limits of a gateway. You can delete either the upload and
|
|
1314
|
-
* download bandwidth rate limit, or you can delete both. If you delete only one of the
|
|
1315
|
-
* limits, the other limit remains unchanged. To specify which gateway to work with, use the
|
|
1316
|
-
* Amazon Resource Name (ARN) of the gateway in your request. This operation is supported for
|
|
1317
|
-
* the stored volume, cached volume and tape gateway types.</p>
|
|
1318
|
-
*/
|
|
1319
|
-
public deleteBandwidthRateLimit(
|
|
1320
|
-
args: DeleteBandwidthRateLimitCommandInput,
|
|
1321
|
-
options?: __HttpHandlerOptions
|
|
1322
|
-
): Promise<DeleteBandwidthRateLimitCommandOutput>;
|
|
1323
|
-
public deleteBandwidthRateLimit(
|
|
1324
|
-
args: DeleteBandwidthRateLimitCommandInput,
|
|
1325
|
-
cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void
|
|
1326
|
-
): void;
|
|
1327
|
-
public deleteBandwidthRateLimit(
|
|
1328
|
-
args: DeleteBandwidthRateLimitCommandInput,
|
|
1329
|
-
options: __HttpHandlerOptions,
|
|
1330
|
-
cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void
|
|
1331
|
-
): void;
|
|
1332
|
-
public deleteBandwidthRateLimit(
|
|
1333
|
-
args: DeleteBandwidthRateLimitCommandInput,
|
|
1334
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void),
|
|
1335
|
-
cb?: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void
|
|
1336
|
-
): Promise<DeleteBandwidthRateLimitCommandOutput> | void {
|
|
1337
|
-
const command = new DeleteBandwidthRateLimitCommand(args);
|
|
1338
|
-
if (typeof optionsOrCb === "function") {
|
|
1339
|
-
this.send(command, optionsOrCb);
|
|
1340
|
-
} else if (typeof cb === "function") {
|
|
1341
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1342
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1343
|
-
} else {
|
|
1344
|
-
return this.send(command, optionsOrCb);
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
/**
|
|
1349
|
-
* <p>Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified
|
|
1350
|
-
* iSCSI target and initiator pair. This operation is supported in volume and tape gateway
|
|
1351
|
-
* types.</p>
|
|
1352
|
-
*/
|
|
1353
|
-
public deleteChapCredentials(
|
|
1354
|
-
args: DeleteChapCredentialsCommandInput,
|
|
1355
|
-
options?: __HttpHandlerOptions
|
|
1356
|
-
): Promise<DeleteChapCredentialsCommandOutput>;
|
|
1357
|
-
public deleteChapCredentials(
|
|
1358
|
-
args: DeleteChapCredentialsCommandInput,
|
|
1359
|
-
cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void
|
|
1360
|
-
): void;
|
|
1361
|
-
public deleteChapCredentials(
|
|
1362
|
-
args: DeleteChapCredentialsCommandInput,
|
|
1363
|
-
options: __HttpHandlerOptions,
|
|
1364
|
-
cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void
|
|
1365
|
-
): void;
|
|
1366
|
-
public deleteChapCredentials(
|
|
1367
|
-
args: DeleteChapCredentialsCommandInput,
|
|
1368
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteChapCredentialsCommandOutput) => void),
|
|
1369
|
-
cb?: (err: any, data?: DeleteChapCredentialsCommandOutput) => void
|
|
1370
|
-
): Promise<DeleteChapCredentialsCommandOutput> | void {
|
|
1371
|
-
const command = new DeleteChapCredentialsCommand(args);
|
|
1372
|
-
if (typeof optionsOrCb === "function") {
|
|
1373
|
-
this.send(command, optionsOrCb);
|
|
1374
|
-
} else if (typeof cb === "function") {
|
|
1375
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1376
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1377
|
-
} else {
|
|
1378
|
-
return this.send(command, optionsOrCb);
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
/**
|
|
1383
|
-
* <p>Deletes a file share from an S3 File Gateway. This operation is only supported for S3 File
|
|
1384
|
-
* Gateways.</p>
|
|
1385
|
-
*/
|
|
1386
|
-
public deleteFileShare(
|
|
1387
|
-
args: DeleteFileShareCommandInput,
|
|
1388
|
-
options?: __HttpHandlerOptions
|
|
1389
|
-
): Promise<DeleteFileShareCommandOutput>;
|
|
1390
|
-
public deleteFileShare(
|
|
1391
|
-
args: DeleteFileShareCommandInput,
|
|
1392
|
-
cb: (err: any, data?: DeleteFileShareCommandOutput) => void
|
|
1393
|
-
): void;
|
|
1394
|
-
public deleteFileShare(
|
|
1395
|
-
args: DeleteFileShareCommandInput,
|
|
1396
|
-
options: __HttpHandlerOptions,
|
|
1397
|
-
cb: (err: any, data?: DeleteFileShareCommandOutput) => void
|
|
1398
|
-
): void;
|
|
1399
|
-
public deleteFileShare(
|
|
1400
|
-
args: DeleteFileShareCommandInput,
|
|
1401
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFileShareCommandOutput) => void),
|
|
1402
|
-
cb?: (err: any, data?: DeleteFileShareCommandOutput) => void
|
|
1403
|
-
): Promise<DeleteFileShareCommandOutput> | void {
|
|
1404
|
-
const command = new DeleteFileShareCommand(args);
|
|
1405
|
-
if (typeof optionsOrCb === "function") {
|
|
1406
|
-
this.send(command, optionsOrCb);
|
|
1407
|
-
} else if (typeof cb === "function") {
|
|
1408
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1410
|
-
} else {
|
|
1411
|
-
return this.send(command, optionsOrCb);
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
/**
|
|
1416
|
-
* <p>Deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name
|
|
1417
|
-
* (ARN) of the gateway in your request. The operation deletes the gateway; however, it does
|
|
1418
|
-
* not delete the gateway virtual machine (VM) from your host computer.</p>
|
|
1419
|
-
*
|
|
1420
|
-
* <p>After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway
|
|
1421
|
-
* volumes are not deleted upon deleting the gateway, however, pending snapshots will not
|
|
1422
|
-
* complete. After you delete a gateway, your next step is to remove it from your
|
|
1423
|
-
* environment.</p>
|
|
1424
|
-
*
|
|
1425
|
-
* <important>
|
|
1426
|
-
* <p>You no longer pay software charges after the gateway is deleted; however, your
|
|
1427
|
-
* existing Amazon EBS snapshots persist and you will continue to be billed for these
|
|
1428
|
-
* snapshots. You can choose to remove all remaining Amazon EBS snapshots by canceling your
|
|
1429
|
-
* Amazon EC2 subscription. If you prefer not to cancel your Amazon EC2 subscription, you
|
|
1430
|
-
* can delete your snapshots using the Amazon EC2 console. For more information, see the
|
|
1431
|
-
* <a href="http://aws.amazon.com/storagegateway">Storage Gateway detail
|
|
1432
|
-
* page</a>.</p>
|
|
1433
|
-
* </important>
|
|
1434
|
-
*/
|
|
1435
|
-
public deleteGateway(
|
|
1436
|
-
args: DeleteGatewayCommandInput,
|
|
1437
|
-
options?: __HttpHandlerOptions
|
|
1438
|
-
): Promise<DeleteGatewayCommandOutput>;
|
|
1439
|
-
public deleteGateway(
|
|
1440
|
-
args: DeleteGatewayCommandInput,
|
|
1441
|
-
cb: (err: any, data?: DeleteGatewayCommandOutput) => void
|
|
1442
|
-
): void;
|
|
1443
|
-
public deleteGateway(
|
|
1444
|
-
args: DeleteGatewayCommandInput,
|
|
1445
|
-
options: __HttpHandlerOptions,
|
|
1446
|
-
cb: (err: any, data?: DeleteGatewayCommandOutput) => void
|
|
1447
|
-
): void;
|
|
1448
|
-
public deleteGateway(
|
|
1449
|
-
args: DeleteGatewayCommandInput,
|
|
1450
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteGatewayCommandOutput) => void),
|
|
1451
|
-
cb?: (err: any, data?: DeleteGatewayCommandOutput) => void
|
|
1452
|
-
): Promise<DeleteGatewayCommandOutput> | void {
|
|
1453
|
-
const command = new DeleteGatewayCommand(args);
|
|
1454
|
-
if (typeof optionsOrCb === "function") {
|
|
1455
|
-
this.send(command, optionsOrCb);
|
|
1456
|
-
} else if (typeof cb === "function") {
|
|
1457
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1458
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1459
|
-
} else {
|
|
1460
|
-
return this.send(command, optionsOrCb);
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
/**
|
|
1465
|
-
* <p>Deletes a snapshot of a volume.</p>
|
|
1466
|
-
*
|
|
1467
|
-
* <p>You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API
|
|
1468
|
-
* action enables you to delete a snapshot schedule for a volume. For more information, see
|
|
1469
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/backing-up-volumes.html">Backing up your
|
|
1470
|
-
* volumes</a>. In the <code>DeleteSnapshotSchedule</code> request, you identify the
|
|
1471
|
-
* volume by providing its Amazon Resource Name (ARN). This operation is only supported in
|
|
1472
|
-
* stored and cached volume gateway types.</p>
|
|
1473
|
-
*
|
|
1474
|
-
* <note>
|
|
1475
|
-
*
|
|
1476
|
-
* <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,
|
|
1477
|
-
* go to <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html">DescribeSnapshots</a>
|
|
1478
|
-
* in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>
|
|
1479
|
-
* </note>
|
|
1480
|
-
*/
|
|
1481
|
-
public deleteSnapshotSchedule(
|
|
1482
|
-
args: DeleteSnapshotScheduleCommandInput,
|
|
1483
|
-
options?: __HttpHandlerOptions
|
|
1484
|
-
): Promise<DeleteSnapshotScheduleCommandOutput>;
|
|
1485
|
-
public deleteSnapshotSchedule(
|
|
1486
|
-
args: DeleteSnapshotScheduleCommandInput,
|
|
1487
|
-
cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
|
|
1488
|
-
): void;
|
|
1489
|
-
public deleteSnapshotSchedule(
|
|
1490
|
-
args: DeleteSnapshotScheduleCommandInput,
|
|
1491
|
-
options: __HttpHandlerOptions,
|
|
1492
|
-
cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
|
|
1493
|
-
): void;
|
|
1494
|
-
public deleteSnapshotSchedule(
|
|
1495
|
-
args: DeleteSnapshotScheduleCommandInput,
|
|
1496
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteSnapshotScheduleCommandOutput) => void),
|
|
1497
|
-
cb?: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
|
|
1498
|
-
): Promise<DeleteSnapshotScheduleCommandOutput> | void {
|
|
1499
|
-
const command = new DeleteSnapshotScheduleCommand(args);
|
|
1500
|
-
if (typeof optionsOrCb === "function") {
|
|
1501
|
-
this.send(command, optionsOrCb);
|
|
1502
|
-
} else if (typeof cb === "function") {
|
|
1503
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1504
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1505
|
-
} else {
|
|
1506
|
-
return this.send(command, optionsOrCb);
|
|
1507
|
-
}
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
/**
|
|
1511
|
-
* <p>Deletes the specified virtual tape. This operation is only supported in the tape gateway
|
|
1512
|
-
* type.</p>
|
|
1513
|
-
*/
|
|
1514
|
-
public deleteTape(args: DeleteTapeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTapeCommandOutput>;
|
|
1515
|
-
public deleteTape(args: DeleteTapeCommandInput, cb: (err: any, data?: DeleteTapeCommandOutput) => void): void;
|
|
1516
|
-
public deleteTape(
|
|
1517
|
-
args: DeleteTapeCommandInput,
|
|
1518
|
-
options: __HttpHandlerOptions,
|
|
1519
|
-
cb: (err: any, data?: DeleteTapeCommandOutput) => void
|
|
1520
|
-
): void;
|
|
1521
|
-
public deleteTape(
|
|
1522
|
-
args: DeleteTapeCommandInput,
|
|
1523
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTapeCommandOutput) => void),
|
|
1524
|
-
cb?: (err: any, data?: DeleteTapeCommandOutput) => void
|
|
1525
|
-
): Promise<DeleteTapeCommandOutput> | void {
|
|
1526
|
-
const command = new DeleteTapeCommand(args);
|
|
1527
|
-
if (typeof optionsOrCb === "function") {
|
|
1528
|
-
this.send(command, optionsOrCb);
|
|
1529
|
-
} else if (typeof cb === "function") {
|
|
1530
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1531
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1532
|
-
} else {
|
|
1533
|
-
return this.send(command, optionsOrCb);
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
/**
|
|
1538
|
-
* <p>Deletes the specified virtual tape from the virtual tape shelf (VTS). This operation is
|
|
1539
|
-
* only supported in the tape gateway type.</p>
|
|
1540
|
-
*/
|
|
1541
|
-
public deleteTapeArchive(
|
|
1542
|
-
args: DeleteTapeArchiveCommandInput,
|
|
1543
|
-
options?: __HttpHandlerOptions
|
|
1544
|
-
): Promise<DeleteTapeArchiveCommandOutput>;
|
|
1545
|
-
public deleteTapeArchive(
|
|
1546
|
-
args: DeleteTapeArchiveCommandInput,
|
|
1547
|
-
cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void
|
|
1548
|
-
): void;
|
|
1549
|
-
public deleteTapeArchive(
|
|
1550
|
-
args: DeleteTapeArchiveCommandInput,
|
|
1551
|
-
options: __HttpHandlerOptions,
|
|
1552
|
-
cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void
|
|
1553
|
-
): void;
|
|
1554
|
-
public deleteTapeArchive(
|
|
1555
|
-
args: DeleteTapeArchiveCommandInput,
|
|
1556
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTapeArchiveCommandOutput) => void),
|
|
1557
|
-
cb?: (err: any, data?: DeleteTapeArchiveCommandOutput) => void
|
|
1558
|
-
): Promise<DeleteTapeArchiveCommandOutput> | void {
|
|
1559
|
-
const command = new DeleteTapeArchiveCommand(args);
|
|
1560
|
-
if (typeof optionsOrCb === "function") {
|
|
1561
|
-
this.send(command, optionsOrCb);
|
|
1562
|
-
} else if (typeof cb === "function") {
|
|
1563
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1564
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1565
|
-
} else {
|
|
1566
|
-
return this.send(command, optionsOrCb);
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
/**
|
|
1571
|
-
* <p>Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes
|
|
1572
|
-
* in the pool and if there are no automatic tape creation policies that reference the custom
|
|
1573
|
-
* tape pool.</p>
|
|
1574
|
-
*/
|
|
1575
|
-
public deleteTapePool(
|
|
1576
|
-
args: DeleteTapePoolCommandInput,
|
|
1577
|
-
options?: __HttpHandlerOptions
|
|
1578
|
-
): Promise<DeleteTapePoolCommandOutput>;
|
|
1579
|
-
public deleteTapePool(
|
|
1580
|
-
args: DeleteTapePoolCommandInput,
|
|
1581
|
-
cb: (err: any, data?: DeleteTapePoolCommandOutput) => void
|
|
1582
|
-
): void;
|
|
1583
|
-
public deleteTapePool(
|
|
1584
|
-
args: DeleteTapePoolCommandInput,
|
|
1585
|
-
options: __HttpHandlerOptions,
|
|
1586
|
-
cb: (err: any, data?: DeleteTapePoolCommandOutput) => void
|
|
1587
|
-
): void;
|
|
1588
|
-
public deleteTapePool(
|
|
1589
|
-
args: DeleteTapePoolCommandInput,
|
|
1590
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTapePoolCommandOutput) => void),
|
|
1591
|
-
cb?: (err: any, data?: DeleteTapePoolCommandOutput) => void
|
|
1592
|
-
): Promise<DeleteTapePoolCommandOutput> | void {
|
|
1593
|
-
const command = new DeleteTapePoolCommand(args);
|
|
1594
|
-
if (typeof optionsOrCb === "function") {
|
|
1595
|
-
this.send(command, optionsOrCb);
|
|
1596
|
-
} else if (typeof cb === "function") {
|
|
1597
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1599
|
-
} else {
|
|
1600
|
-
return this.send(command, optionsOrCb);
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
/**
|
|
1605
|
-
* <p>Deletes the specified storage volume that you previously created using the <a>CreateCachediSCSIVolume</a> or <a>CreateStorediSCSIVolume</a> API.
|
|
1606
|
-
* This operation is only supported in the cached volume and stored volume types. For stored
|
|
1607
|
-
* volume gateways, the local disk that was configured as the storage volume is not deleted.
|
|
1608
|
-
* You can reuse the local disk to create another storage volume.</p>
|
|
1609
|
-
*
|
|
1610
|
-
* <p>Before you delete a volume, make sure there are no iSCSI connections to the volume you
|
|
1611
|
-
* are deleting. You should also make sure there is no snapshot in progress. You can use the
|
|
1612
|
-
* Amazon Elastic Compute Cloud (Amazon EC2) API to query snapshots on the volume you are
|
|
1613
|
-
* deleting and check the snapshot status. For more information, go to <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html">DescribeSnapshots</a> in the <i>Amazon Elastic Compute Cloud API
|
|
1614
|
-
* Reference</i>.</p>
|
|
1615
|
-
*
|
|
1616
|
-
* <p>In the request, you must provide the Amazon Resource Name (ARN) of the storage volume
|
|
1617
|
-
* you want to delete.</p>
|
|
1618
|
-
*/
|
|
1619
|
-
public deleteVolume(
|
|
1620
|
-
args: DeleteVolumeCommandInput,
|
|
1621
|
-
options?: __HttpHandlerOptions
|
|
1622
|
-
): Promise<DeleteVolumeCommandOutput>;
|
|
1623
|
-
public deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
|
|
1624
|
-
public deleteVolume(
|
|
1625
|
-
args: DeleteVolumeCommandInput,
|
|
1626
|
-
options: __HttpHandlerOptions,
|
|
1627
|
-
cb: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
1628
|
-
): void;
|
|
1629
|
-
public deleteVolume(
|
|
1630
|
-
args: DeleteVolumeCommandInput,
|
|
1631
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteVolumeCommandOutput) => void),
|
|
1632
|
-
cb?: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
1633
|
-
): Promise<DeleteVolumeCommandOutput> | void {
|
|
1634
|
-
const command = new DeleteVolumeCommand(args);
|
|
1635
|
-
if (typeof optionsOrCb === "function") {
|
|
1636
|
-
this.send(command, optionsOrCb);
|
|
1637
|
-
} else if (typeof cb === "function") {
|
|
1638
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1639
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1640
|
-
} else {
|
|
1641
|
-
return this.send(command, optionsOrCb);
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>Returns information about the most recent high availability monitoring test that was
|
|
1647
|
-
* performed on the host in a cluster. If a test isn't performed, the status and start
|
|
1648
|
-
* time in the response would be null.</p>
|
|
1649
|
-
*/
|
|
1650
|
-
public describeAvailabilityMonitorTest(
|
|
1651
|
-
args: DescribeAvailabilityMonitorTestCommandInput,
|
|
1652
|
-
options?: __HttpHandlerOptions
|
|
1653
|
-
): Promise<DescribeAvailabilityMonitorTestCommandOutput>;
|
|
1654
|
-
public describeAvailabilityMonitorTest(
|
|
1655
|
-
args: DescribeAvailabilityMonitorTestCommandInput,
|
|
1656
|
-
cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void
|
|
1657
|
-
): void;
|
|
1658
|
-
public describeAvailabilityMonitorTest(
|
|
1659
|
-
args: DescribeAvailabilityMonitorTestCommandInput,
|
|
1660
|
-
options: __HttpHandlerOptions,
|
|
1661
|
-
cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void
|
|
1662
|
-
): void;
|
|
1663
|
-
public describeAvailabilityMonitorTest(
|
|
1664
|
-
args: DescribeAvailabilityMonitorTestCommandInput,
|
|
1665
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void),
|
|
1666
|
-
cb?: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void
|
|
1667
|
-
): Promise<DescribeAvailabilityMonitorTestCommandOutput> | void {
|
|
1668
|
-
const command = new DescribeAvailabilityMonitorTestCommand(args);
|
|
1669
|
-
if (typeof optionsOrCb === "function") {
|
|
1670
|
-
this.send(command, optionsOrCb);
|
|
1671
|
-
} else if (typeof cb === "function") {
|
|
1672
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1673
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1674
|
-
} else {
|
|
1675
|
-
return this.send(command, optionsOrCb);
|
|
1676
|
-
}
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
/**
|
|
1680
|
-
* <p>Returns the bandwidth rate limits of a gateway. By default, these limits are not set,
|
|
1681
|
-
* which means no bandwidth rate limiting is in effect. This operation is supported for the
|
|
1682
|
-
* stored volume, cached volume, and tape gateway types.</p>
|
|
1683
|
-
*
|
|
1684
|
-
* <p>This operation only returns a value for a bandwidth rate limit only if the limit is set.
|
|
1685
|
-
* If no limits are set for the gateway, then this operation returns only the gateway ARN in
|
|
1686
|
-
* the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN)
|
|
1687
|
-
* of the gateway in your request.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
public describeBandwidthRateLimit(
|
|
1690
|
-
args: DescribeBandwidthRateLimitCommandInput,
|
|
1691
|
-
options?: __HttpHandlerOptions
|
|
1692
|
-
): Promise<DescribeBandwidthRateLimitCommandOutput>;
|
|
1693
|
-
public describeBandwidthRateLimit(
|
|
1694
|
-
args: DescribeBandwidthRateLimitCommandInput,
|
|
1695
|
-
cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void
|
|
1696
|
-
): void;
|
|
1697
|
-
public describeBandwidthRateLimit(
|
|
1698
|
-
args: DescribeBandwidthRateLimitCommandInput,
|
|
1699
|
-
options: __HttpHandlerOptions,
|
|
1700
|
-
cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void
|
|
1701
|
-
): void;
|
|
1702
|
-
public describeBandwidthRateLimit(
|
|
1703
|
-
args: DescribeBandwidthRateLimitCommandInput,
|
|
1704
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void),
|
|
1705
|
-
cb?: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void
|
|
1706
|
-
): Promise<DescribeBandwidthRateLimitCommandOutput> | void {
|
|
1707
|
-
const command = new DescribeBandwidthRateLimitCommand(args);
|
|
1708
|
-
if (typeof optionsOrCb === "function") {
|
|
1709
|
-
this.send(command, optionsOrCb);
|
|
1710
|
-
} else if (typeof cb === "function") {
|
|
1711
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1712
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1713
|
-
} else {
|
|
1714
|
-
return this.send(command, optionsOrCb);
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
/**
|
|
1719
|
-
* <p>
|
|
1720
|
-
* Returns information about the bandwidth rate limit schedule of a gateway. By default, gateways do
|
|
1721
|
-
* not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. This
|
|
1722
|
-
* operation is supported only in the volume and tape gateway types.
|
|
1723
|
-
* </p>
|
|
1724
|
-
*
|
|
1725
|
-
* <p>This operation returns information about a gateway's bandwidth rate limit schedule. A bandwidth
|
|
1726
|
-
* rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit
|
|
1727
|
-
* interval defines a period of time on one or more days of the week, during which bandwidth rate
|
|
1728
|
-
* limits are specified for uploading, downloading, or both.
|
|
1729
|
-
* </p>
|
|
1730
|
-
*
|
|
1731
|
-
* <p>
|
|
1732
|
-
* A bandwidth rate limit interval consists of one or more days of the week, a start hour and minute,
|
|
1733
|
-
* an ending hour and minute, and bandwidth rate limits for uploading and downloading
|
|
1734
|
-
* </p>
|
|
1735
|
-
*
|
|
1736
|
-
* <p>
|
|
1737
|
-
* If no bandwidth rate limit schedule intervals are set for the gateway, this operation returns an
|
|
1738
|
-
* empty response. To specify which gateway to describe, use the Amazon Resource Name (ARN)
|
|
1739
|
-
* of the gateway in your request.</p>
|
|
1740
|
-
*/
|
|
1741
|
-
public describeBandwidthRateLimitSchedule(
|
|
1742
|
-
args: DescribeBandwidthRateLimitScheduleCommandInput,
|
|
1743
|
-
options?: __HttpHandlerOptions
|
|
1744
|
-
): Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
|
|
1745
|
-
public describeBandwidthRateLimitSchedule(
|
|
1746
|
-
args: DescribeBandwidthRateLimitScheduleCommandInput,
|
|
1747
|
-
cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void
|
|
1748
|
-
): void;
|
|
1749
|
-
public describeBandwidthRateLimitSchedule(
|
|
1750
|
-
args: DescribeBandwidthRateLimitScheduleCommandInput,
|
|
1751
|
-
options: __HttpHandlerOptions,
|
|
1752
|
-
cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void
|
|
1753
|
-
): void;
|
|
1754
|
-
public describeBandwidthRateLimitSchedule(
|
|
1755
|
-
args: DescribeBandwidthRateLimitScheduleCommandInput,
|
|
1756
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void),
|
|
1757
|
-
cb?: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void
|
|
1758
|
-
): Promise<DescribeBandwidthRateLimitScheduleCommandOutput> | void {
|
|
1759
|
-
const command = new DescribeBandwidthRateLimitScheduleCommand(args);
|
|
1760
|
-
if (typeof optionsOrCb === "function") {
|
|
1761
|
-
this.send(command, optionsOrCb);
|
|
1762
|
-
} else if (typeof cb === "function") {
|
|
1763
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1764
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1765
|
-
} else {
|
|
1766
|
-
return this.send(command, optionsOrCb);
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
/**
|
|
1771
|
-
* <p>Returns information about the cache of a gateway. This operation is only supported in
|
|
1772
|
-
* the cached volume, tape, and file gateway types.</p>
|
|
1773
|
-
*
|
|
1774
|
-
* <p>The response includes disk IDs that are configured as cache, and it includes the amount
|
|
1775
|
-
* of cache allocated and used.</p>
|
|
1776
|
-
*/
|
|
1777
|
-
public describeCache(
|
|
1778
|
-
args: DescribeCacheCommandInput,
|
|
1779
|
-
options?: __HttpHandlerOptions
|
|
1780
|
-
): Promise<DescribeCacheCommandOutput>;
|
|
1781
|
-
public describeCache(
|
|
1782
|
-
args: DescribeCacheCommandInput,
|
|
1783
|
-
cb: (err: any, data?: DescribeCacheCommandOutput) => void
|
|
1784
|
-
): void;
|
|
1785
|
-
public describeCache(
|
|
1786
|
-
args: DescribeCacheCommandInput,
|
|
1787
|
-
options: __HttpHandlerOptions,
|
|
1788
|
-
cb: (err: any, data?: DescribeCacheCommandOutput) => void
|
|
1789
|
-
): void;
|
|
1790
|
-
public describeCache(
|
|
1791
|
-
args: DescribeCacheCommandInput,
|
|
1792
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCacheCommandOutput) => void),
|
|
1793
|
-
cb?: (err: any, data?: DescribeCacheCommandOutput) => void
|
|
1794
|
-
): Promise<DescribeCacheCommandOutput> | void {
|
|
1795
|
-
const command = new DescribeCacheCommand(args);
|
|
1796
|
-
if (typeof optionsOrCb === "function") {
|
|
1797
|
-
this.send(command, optionsOrCb);
|
|
1798
|
-
} else if (typeof cb === "function") {
|
|
1799
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1801
|
-
} else {
|
|
1802
|
-
return this.send(command, optionsOrCb);
|
|
1803
|
-
}
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
/**
|
|
1807
|
-
* <p>Returns a description of the gateway volumes specified in the request. This operation is
|
|
1808
|
-
* only supported in the cached volume gateway types.</p>
|
|
1809
|
-
*
|
|
1810
|
-
* <p>The list of gateway volumes in the request must be from one gateway. In the response,
|
|
1811
|
-
* Storage Gateway returns volume information sorted by volume Amazon Resource Name
|
|
1812
|
-
* (ARN).</p>
|
|
1813
|
-
*/
|
|
1814
|
-
public describeCachediSCSIVolumes(
|
|
1815
|
-
args: DescribeCachediSCSIVolumesCommandInput,
|
|
1816
|
-
options?: __HttpHandlerOptions
|
|
1817
|
-
): Promise<DescribeCachediSCSIVolumesCommandOutput>;
|
|
1818
|
-
public describeCachediSCSIVolumes(
|
|
1819
|
-
args: DescribeCachediSCSIVolumesCommandInput,
|
|
1820
|
-
cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void
|
|
1821
|
-
): void;
|
|
1822
|
-
public describeCachediSCSIVolumes(
|
|
1823
|
-
args: DescribeCachediSCSIVolumesCommandInput,
|
|
1824
|
-
options: __HttpHandlerOptions,
|
|
1825
|
-
cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void
|
|
1826
|
-
): void;
|
|
1827
|
-
public describeCachediSCSIVolumes(
|
|
1828
|
-
args: DescribeCachediSCSIVolumesCommandInput,
|
|
1829
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void),
|
|
1830
|
-
cb?: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void
|
|
1831
|
-
): Promise<DescribeCachediSCSIVolumesCommandOutput> | void {
|
|
1832
|
-
const command = new DescribeCachediSCSIVolumesCommand(args);
|
|
1833
|
-
if (typeof optionsOrCb === "function") {
|
|
1834
|
-
this.send(command, optionsOrCb);
|
|
1835
|
-
} else if (typeof cb === "function") {
|
|
1836
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1837
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1838
|
-
} else {
|
|
1839
|
-
return this.send(command, optionsOrCb);
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
/**
|
|
1844
|
-
* <p>Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials
|
|
1845
|
-
* information for a specified iSCSI target, one for each target-initiator pair. This
|
|
1846
|
-
* operation is supported in the volume and tape gateway types.</p>
|
|
1847
|
-
*/
|
|
1848
|
-
public describeChapCredentials(
|
|
1849
|
-
args: DescribeChapCredentialsCommandInput,
|
|
1850
|
-
options?: __HttpHandlerOptions
|
|
1851
|
-
): Promise<DescribeChapCredentialsCommandOutput>;
|
|
1852
|
-
public describeChapCredentials(
|
|
1853
|
-
args: DescribeChapCredentialsCommandInput,
|
|
1854
|
-
cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void
|
|
1855
|
-
): void;
|
|
1856
|
-
public describeChapCredentials(
|
|
1857
|
-
args: DescribeChapCredentialsCommandInput,
|
|
1858
|
-
options: __HttpHandlerOptions,
|
|
1859
|
-
cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void
|
|
1860
|
-
): void;
|
|
1861
|
-
public describeChapCredentials(
|
|
1862
|
-
args: DescribeChapCredentialsCommandInput,
|
|
1863
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeChapCredentialsCommandOutput) => void),
|
|
1864
|
-
cb?: (err: any, data?: DescribeChapCredentialsCommandOutput) => void
|
|
1865
|
-
): Promise<DescribeChapCredentialsCommandOutput> | void {
|
|
1866
|
-
const command = new DescribeChapCredentialsCommand(args);
|
|
1867
|
-
if (typeof optionsOrCb === "function") {
|
|
1868
|
-
this.send(command, optionsOrCb);
|
|
1869
|
-
} else if (typeof cb === "function") {
|
|
1870
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1871
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1872
|
-
} else {
|
|
1873
|
-
return this.send(command, optionsOrCb);
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
/**
|
|
1878
|
-
* <p>Gets the file system association information. This operation is only supported for
|
|
1879
|
-
* FSx File Gateways.</p>
|
|
1880
|
-
*/
|
|
1881
|
-
public describeFileSystemAssociations(
|
|
1882
|
-
args: DescribeFileSystemAssociationsCommandInput,
|
|
1883
|
-
options?: __HttpHandlerOptions
|
|
1884
|
-
): Promise<DescribeFileSystemAssociationsCommandOutput>;
|
|
1885
|
-
public describeFileSystemAssociations(
|
|
1886
|
-
args: DescribeFileSystemAssociationsCommandInput,
|
|
1887
|
-
cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void
|
|
1888
|
-
): void;
|
|
1889
|
-
public describeFileSystemAssociations(
|
|
1890
|
-
args: DescribeFileSystemAssociationsCommandInput,
|
|
1891
|
-
options: __HttpHandlerOptions,
|
|
1892
|
-
cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void
|
|
1893
|
-
): void;
|
|
1894
|
-
public describeFileSystemAssociations(
|
|
1895
|
-
args: DescribeFileSystemAssociationsCommandInput,
|
|
1896
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void),
|
|
1897
|
-
cb?: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void
|
|
1898
|
-
): Promise<DescribeFileSystemAssociationsCommandOutput> | void {
|
|
1899
|
-
const command = new DescribeFileSystemAssociationsCommand(args);
|
|
1900
|
-
if (typeof optionsOrCb === "function") {
|
|
1901
|
-
this.send(command, optionsOrCb);
|
|
1902
|
-
} else if (typeof cb === "function") {
|
|
1903
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1904
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1905
|
-
} else {
|
|
1906
|
-
return this.send(command, optionsOrCb);
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
/**
|
|
1911
|
-
* <p>Returns metadata about a gateway such as its name, network interfaces, configured time
|
|
1912
|
-
* zone, and the state (whether the gateway is running or not). To specify which gateway to
|
|
1913
|
-
* describe, use the Amazon Resource Name (ARN) of the gateway in your request.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
public describeGatewayInformation(
|
|
1916
|
-
args: DescribeGatewayInformationCommandInput,
|
|
1917
|
-
options?: __HttpHandlerOptions
|
|
1918
|
-
): Promise<DescribeGatewayInformationCommandOutput>;
|
|
1919
|
-
public describeGatewayInformation(
|
|
1920
|
-
args: DescribeGatewayInformationCommandInput,
|
|
1921
|
-
cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void
|
|
1922
|
-
): void;
|
|
1923
|
-
public describeGatewayInformation(
|
|
1924
|
-
args: DescribeGatewayInformationCommandInput,
|
|
1925
|
-
options: __HttpHandlerOptions,
|
|
1926
|
-
cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void
|
|
1927
|
-
): void;
|
|
1928
|
-
public describeGatewayInformation(
|
|
1929
|
-
args: DescribeGatewayInformationCommandInput,
|
|
1930
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeGatewayInformationCommandOutput) => void),
|
|
1931
|
-
cb?: (err: any, data?: DescribeGatewayInformationCommandOutput) => void
|
|
1932
|
-
): Promise<DescribeGatewayInformationCommandOutput> | void {
|
|
1933
|
-
const command = new DescribeGatewayInformationCommand(args);
|
|
1934
|
-
if (typeof optionsOrCb === "function") {
|
|
1935
|
-
this.send(command, optionsOrCb);
|
|
1936
|
-
} else if (typeof cb === "function") {
|
|
1937
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1938
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1939
|
-
} else {
|
|
1940
|
-
return this.send(command, optionsOrCb);
|
|
1941
|
-
}
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>Returns your gateway's weekly maintenance start time including the day and time of
|
|
1946
|
-
* the week. Note that values are in terms of the gateway's time zone.</p>
|
|
1947
|
-
*/
|
|
1948
|
-
public describeMaintenanceStartTime(
|
|
1949
|
-
args: DescribeMaintenanceStartTimeCommandInput,
|
|
1950
|
-
options?: __HttpHandlerOptions
|
|
1951
|
-
): Promise<DescribeMaintenanceStartTimeCommandOutput>;
|
|
1952
|
-
public describeMaintenanceStartTime(
|
|
1953
|
-
args: DescribeMaintenanceStartTimeCommandInput,
|
|
1954
|
-
cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void
|
|
1955
|
-
): void;
|
|
1956
|
-
public describeMaintenanceStartTime(
|
|
1957
|
-
args: DescribeMaintenanceStartTimeCommandInput,
|
|
1958
|
-
options: __HttpHandlerOptions,
|
|
1959
|
-
cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void
|
|
1960
|
-
): void;
|
|
1961
|
-
public describeMaintenanceStartTime(
|
|
1962
|
-
args: DescribeMaintenanceStartTimeCommandInput,
|
|
1963
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void),
|
|
1964
|
-
cb?: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void
|
|
1965
|
-
): Promise<DescribeMaintenanceStartTimeCommandOutput> | void {
|
|
1966
|
-
const command = new DescribeMaintenanceStartTimeCommand(args);
|
|
1967
|
-
if (typeof optionsOrCb === "function") {
|
|
1968
|
-
this.send(command, optionsOrCb);
|
|
1969
|
-
} else if (typeof cb === "function") {
|
|
1970
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1971
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1972
|
-
} else {
|
|
1973
|
-
return this.send(command, optionsOrCb);
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
/**
|
|
1978
|
-
* <p>Gets a description for one or more Network File System (NFS) file shares from an S3 File
|
|
1979
|
-
* Gateway. This operation is only supported for S3 File Gateways.</p>
|
|
1980
|
-
*/
|
|
1981
|
-
public describeNFSFileShares(
|
|
1982
|
-
args: DescribeNFSFileSharesCommandInput,
|
|
1983
|
-
options?: __HttpHandlerOptions
|
|
1984
|
-
): Promise<DescribeNFSFileSharesCommandOutput>;
|
|
1985
|
-
public describeNFSFileShares(
|
|
1986
|
-
args: DescribeNFSFileSharesCommandInput,
|
|
1987
|
-
cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void
|
|
1988
|
-
): void;
|
|
1989
|
-
public describeNFSFileShares(
|
|
1990
|
-
args: DescribeNFSFileSharesCommandInput,
|
|
1991
|
-
options: __HttpHandlerOptions,
|
|
1992
|
-
cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void
|
|
1993
|
-
): void;
|
|
1994
|
-
public describeNFSFileShares(
|
|
1995
|
-
args: DescribeNFSFileSharesCommandInput,
|
|
1996
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeNFSFileSharesCommandOutput) => void),
|
|
1997
|
-
cb?: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void
|
|
1998
|
-
): Promise<DescribeNFSFileSharesCommandOutput> | void {
|
|
1999
|
-
const command = new DescribeNFSFileSharesCommand(args);
|
|
2000
|
-
if (typeof optionsOrCb === "function") {
|
|
2001
|
-
this.send(command, optionsOrCb);
|
|
2002
|
-
} else if (typeof cb === "function") {
|
|
2003
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2004
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2005
|
-
} else {
|
|
2006
|
-
return this.send(command, optionsOrCb);
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
/**
|
|
2011
|
-
* <p>Gets a description for one or more Server Message Block (SMB) file shares from a S3 File
|
|
2012
|
-
* Gateway. This operation is only supported for S3 File Gateways.</p>
|
|
2013
|
-
*/
|
|
2014
|
-
public describeSMBFileShares(
|
|
2015
|
-
args: DescribeSMBFileSharesCommandInput,
|
|
2016
|
-
options?: __HttpHandlerOptions
|
|
2017
|
-
): Promise<DescribeSMBFileSharesCommandOutput>;
|
|
2018
|
-
public describeSMBFileShares(
|
|
2019
|
-
args: DescribeSMBFileSharesCommandInput,
|
|
2020
|
-
cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void
|
|
2021
|
-
): void;
|
|
2022
|
-
public describeSMBFileShares(
|
|
2023
|
-
args: DescribeSMBFileSharesCommandInput,
|
|
2024
|
-
options: __HttpHandlerOptions,
|
|
2025
|
-
cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void
|
|
2026
|
-
): void;
|
|
2027
|
-
public describeSMBFileShares(
|
|
2028
|
-
args: DescribeSMBFileSharesCommandInput,
|
|
2029
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSMBFileSharesCommandOutput) => void),
|
|
2030
|
-
cb?: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void
|
|
2031
|
-
): Promise<DescribeSMBFileSharesCommandOutput> | void {
|
|
2032
|
-
const command = new DescribeSMBFileSharesCommand(args);
|
|
2033
|
-
if (typeof optionsOrCb === "function") {
|
|
2034
|
-
this.send(command, optionsOrCb);
|
|
2035
|
-
} else if (typeof cb === "function") {
|
|
2036
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2037
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2038
|
-
} else {
|
|
2039
|
-
return this.send(command, optionsOrCb);
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
/**
|
|
2044
|
-
* <p>Gets a description of a Server Message Block (SMB) file share settings from a file
|
|
2045
|
-
* gateway. This operation is only supported for file gateways.</p>
|
|
2046
|
-
*/
|
|
2047
|
-
public describeSMBSettings(
|
|
2048
|
-
args: DescribeSMBSettingsCommandInput,
|
|
2049
|
-
options?: __HttpHandlerOptions
|
|
2050
|
-
): Promise<DescribeSMBSettingsCommandOutput>;
|
|
2051
|
-
public describeSMBSettings(
|
|
2052
|
-
args: DescribeSMBSettingsCommandInput,
|
|
2053
|
-
cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void
|
|
2054
|
-
): void;
|
|
2055
|
-
public describeSMBSettings(
|
|
2056
|
-
args: DescribeSMBSettingsCommandInput,
|
|
2057
|
-
options: __HttpHandlerOptions,
|
|
2058
|
-
cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void
|
|
2059
|
-
): void;
|
|
2060
|
-
public describeSMBSettings(
|
|
2061
|
-
args: DescribeSMBSettingsCommandInput,
|
|
2062
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSMBSettingsCommandOutput) => void),
|
|
2063
|
-
cb?: (err: any, data?: DescribeSMBSettingsCommandOutput) => void
|
|
2064
|
-
): Promise<DescribeSMBSettingsCommandOutput> | void {
|
|
2065
|
-
const command = new DescribeSMBSettingsCommand(args);
|
|
2066
|
-
if (typeof optionsOrCb === "function") {
|
|
2067
|
-
this.send(command, optionsOrCb);
|
|
2068
|
-
} else if (typeof cb === "function") {
|
|
2069
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2070
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2071
|
-
} else {
|
|
2072
|
-
return this.send(command, optionsOrCb);
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
/**
|
|
2077
|
-
* <p>Describes the snapshot schedule for the specified gateway volume. The snapshot schedule
|
|
2078
|
-
* information includes intervals at which snapshots are automatically initiated on the
|
|
2079
|
-
* volume. This operation is only supported in the cached volume and stored volume
|
|
2080
|
-
* types.</p>
|
|
2081
|
-
*/
|
|
2082
|
-
public describeSnapshotSchedule(
|
|
2083
|
-
args: DescribeSnapshotScheduleCommandInput,
|
|
2084
|
-
options?: __HttpHandlerOptions
|
|
2085
|
-
): Promise<DescribeSnapshotScheduleCommandOutput>;
|
|
2086
|
-
public describeSnapshotSchedule(
|
|
2087
|
-
args: DescribeSnapshotScheduleCommandInput,
|
|
2088
|
-
cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void
|
|
2089
|
-
): void;
|
|
2090
|
-
public describeSnapshotSchedule(
|
|
2091
|
-
args: DescribeSnapshotScheduleCommandInput,
|
|
2092
|
-
options: __HttpHandlerOptions,
|
|
2093
|
-
cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void
|
|
2094
|
-
): void;
|
|
2095
|
-
public describeSnapshotSchedule(
|
|
2096
|
-
args: DescribeSnapshotScheduleCommandInput,
|
|
2097
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSnapshotScheduleCommandOutput) => void),
|
|
2098
|
-
cb?: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void
|
|
2099
|
-
): Promise<DescribeSnapshotScheduleCommandOutput> | void {
|
|
2100
|
-
const command = new DescribeSnapshotScheduleCommand(args);
|
|
2101
|
-
if (typeof optionsOrCb === "function") {
|
|
2102
|
-
this.send(command, optionsOrCb);
|
|
2103
|
-
} else if (typeof cb === "function") {
|
|
2104
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2105
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2106
|
-
} else {
|
|
2107
|
-
return this.send(command, optionsOrCb);
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
/**
|
|
2112
|
-
* <p>Returns the description of the gateway volumes specified in the request. The list of
|
|
2113
|
-
* gateway volumes in the request must be from one gateway. In the response, Storage Gateway returns volume information sorted by volume ARNs. This operation is only supported
|
|
2114
|
-
* in stored volume gateway type.</p>
|
|
2115
|
-
*/
|
|
2116
|
-
public describeStorediSCSIVolumes(
|
|
2117
|
-
args: DescribeStorediSCSIVolumesCommandInput,
|
|
2118
|
-
options?: __HttpHandlerOptions
|
|
2119
|
-
): Promise<DescribeStorediSCSIVolumesCommandOutput>;
|
|
2120
|
-
public describeStorediSCSIVolumes(
|
|
2121
|
-
args: DescribeStorediSCSIVolumesCommandInput,
|
|
2122
|
-
cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void
|
|
2123
|
-
): void;
|
|
2124
|
-
public describeStorediSCSIVolumes(
|
|
2125
|
-
args: DescribeStorediSCSIVolumesCommandInput,
|
|
2126
|
-
options: __HttpHandlerOptions,
|
|
2127
|
-
cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void
|
|
2128
|
-
): void;
|
|
2129
|
-
public describeStorediSCSIVolumes(
|
|
2130
|
-
args: DescribeStorediSCSIVolumesCommandInput,
|
|
2131
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void),
|
|
2132
|
-
cb?: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void
|
|
2133
|
-
): Promise<DescribeStorediSCSIVolumesCommandOutput> | void {
|
|
2134
|
-
const command = new DescribeStorediSCSIVolumesCommand(args);
|
|
2135
|
-
if (typeof optionsOrCb === "function") {
|
|
2136
|
-
this.send(command, optionsOrCb);
|
|
2137
|
-
} else if (typeof cb === "function") {
|
|
2138
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2139
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2140
|
-
} else {
|
|
2141
|
-
return this.send(command, optionsOrCb);
|
|
2142
|
-
}
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
/**
|
|
2146
|
-
* <p>Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This
|
|
2147
|
-
* operation is only supported in the tape gateway type.</p>
|
|
2148
|
-
*
|
|
2149
|
-
* <p>If a specific <code>TapeARN</code> is not specified, Storage Gateway returns a
|
|
2150
|
-
* description of all virtual tapes found in the VTS associated with your account.</p>
|
|
2151
|
-
*/
|
|
2152
|
-
public describeTapeArchives(
|
|
2153
|
-
args: DescribeTapeArchivesCommandInput,
|
|
2154
|
-
options?: __HttpHandlerOptions
|
|
2155
|
-
): Promise<DescribeTapeArchivesCommandOutput>;
|
|
2156
|
-
public describeTapeArchives(
|
|
2157
|
-
args: DescribeTapeArchivesCommandInput,
|
|
2158
|
-
cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void
|
|
2159
|
-
): void;
|
|
2160
|
-
public describeTapeArchives(
|
|
2161
|
-
args: DescribeTapeArchivesCommandInput,
|
|
2162
|
-
options: __HttpHandlerOptions,
|
|
2163
|
-
cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void
|
|
2164
|
-
): void;
|
|
2165
|
-
public describeTapeArchives(
|
|
2166
|
-
args: DescribeTapeArchivesCommandInput,
|
|
2167
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTapeArchivesCommandOutput) => void),
|
|
2168
|
-
cb?: (err: any, data?: DescribeTapeArchivesCommandOutput) => void
|
|
2169
|
-
): Promise<DescribeTapeArchivesCommandOutput> | void {
|
|
2170
|
-
const command = new DescribeTapeArchivesCommand(args);
|
|
2171
|
-
if (typeof optionsOrCb === "function") {
|
|
2172
|
-
this.send(command, optionsOrCb);
|
|
2173
|
-
} else if (typeof cb === "function") {
|
|
2174
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2175
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2176
|
-
} else {
|
|
2177
|
-
return this.send(command, optionsOrCb);
|
|
2178
|
-
}
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
/**
|
|
2182
|
-
* <p>Returns a list of virtual tape recovery points that are available for the specified tape
|
|
2183
|
-
* gateway.</p>
|
|
2184
|
-
*
|
|
2185
|
-
* <p>A recovery point is a point-in-time view of a virtual tape at which all the data on the
|
|
2186
|
-
* virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery
|
|
2187
|
-
* points can be recovered to a new gateway. This operation is only supported in the tape
|
|
2188
|
-
* gateway type.</p>
|
|
2189
|
-
*/
|
|
2190
|
-
public describeTapeRecoveryPoints(
|
|
2191
|
-
args: DescribeTapeRecoveryPointsCommandInput,
|
|
2192
|
-
options?: __HttpHandlerOptions
|
|
2193
|
-
): Promise<DescribeTapeRecoveryPointsCommandOutput>;
|
|
2194
|
-
public describeTapeRecoveryPoints(
|
|
2195
|
-
args: DescribeTapeRecoveryPointsCommandInput,
|
|
2196
|
-
cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void
|
|
2197
|
-
): void;
|
|
2198
|
-
public describeTapeRecoveryPoints(
|
|
2199
|
-
args: DescribeTapeRecoveryPointsCommandInput,
|
|
2200
|
-
options: __HttpHandlerOptions,
|
|
2201
|
-
cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void
|
|
2202
|
-
): void;
|
|
2203
|
-
public describeTapeRecoveryPoints(
|
|
2204
|
-
args: DescribeTapeRecoveryPointsCommandInput,
|
|
2205
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void),
|
|
2206
|
-
cb?: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void
|
|
2207
|
-
): Promise<DescribeTapeRecoveryPointsCommandOutput> | void {
|
|
2208
|
-
const command = new DescribeTapeRecoveryPointsCommand(args);
|
|
2209
|
-
if (typeof optionsOrCb === "function") {
|
|
2210
|
-
this.send(command, optionsOrCb);
|
|
2211
|
-
} else if (typeof cb === "function") {
|
|
2212
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2213
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2214
|
-
} else {
|
|
2215
|
-
return this.send(command, optionsOrCb);
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
/**
|
|
2220
|
-
* <p>Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a
|
|
2221
|
-
* <code>TapeARN</code> is not specified, returns a description of all virtual tapes
|
|
2222
|
-
* associated with the specified gateway. This operation is only supported in the tape gateway
|
|
2223
|
-
* type.</p>
|
|
2224
|
-
*/
|
|
2225
|
-
public describeTapes(
|
|
2226
|
-
args: DescribeTapesCommandInput,
|
|
2227
|
-
options?: __HttpHandlerOptions
|
|
2228
|
-
): Promise<DescribeTapesCommandOutput>;
|
|
2229
|
-
public describeTapes(
|
|
2230
|
-
args: DescribeTapesCommandInput,
|
|
2231
|
-
cb: (err: any, data?: DescribeTapesCommandOutput) => void
|
|
2232
|
-
): void;
|
|
2233
|
-
public describeTapes(
|
|
2234
|
-
args: DescribeTapesCommandInput,
|
|
2235
|
-
options: __HttpHandlerOptions,
|
|
2236
|
-
cb: (err: any, data?: DescribeTapesCommandOutput) => void
|
|
2237
|
-
): void;
|
|
2238
|
-
public describeTapes(
|
|
2239
|
-
args: DescribeTapesCommandInput,
|
|
2240
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTapesCommandOutput) => void),
|
|
2241
|
-
cb?: (err: any, data?: DescribeTapesCommandOutput) => void
|
|
2242
|
-
): Promise<DescribeTapesCommandOutput> | void {
|
|
2243
|
-
const command = new DescribeTapesCommand(args);
|
|
2244
|
-
if (typeof optionsOrCb === "function") {
|
|
2245
|
-
this.send(command, optionsOrCb);
|
|
2246
|
-
} else if (typeof cb === "function") {
|
|
2247
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2248
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2249
|
-
} else {
|
|
2250
|
-
return this.send(command, optionsOrCb);
|
|
2251
|
-
}
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
/**
|
|
2255
|
-
* <p>Returns information about the upload buffer of a gateway. This operation is supported
|
|
2256
|
-
* for the stored volume, cached volume, and tape gateway types.</p>
|
|
2257
|
-
*
|
|
2258
|
-
* <p>The response includes disk IDs that are configured as upload buffer space, and it
|
|
2259
|
-
* includes the amount of upload buffer space allocated and used.</p>
|
|
2260
|
-
*/
|
|
2261
|
-
public describeUploadBuffer(
|
|
2262
|
-
args: DescribeUploadBufferCommandInput,
|
|
2263
|
-
options?: __HttpHandlerOptions
|
|
2264
|
-
): Promise<DescribeUploadBufferCommandOutput>;
|
|
2265
|
-
public describeUploadBuffer(
|
|
2266
|
-
args: DescribeUploadBufferCommandInput,
|
|
2267
|
-
cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void
|
|
2268
|
-
): void;
|
|
2269
|
-
public describeUploadBuffer(
|
|
2270
|
-
args: DescribeUploadBufferCommandInput,
|
|
2271
|
-
options: __HttpHandlerOptions,
|
|
2272
|
-
cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void
|
|
2273
|
-
): void;
|
|
2274
|
-
public describeUploadBuffer(
|
|
2275
|
-
args: DescribeUploadBufferCommandInput,
|
|
2276
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUploadBufferCommandOutput) => void),
|
|
2277
|
-
cb?: (err: any, data?: DescribeUploadBufferCommandOutput) => void
|
|
2278
|
-
): Promise<DescribeUploadBufferCommandOutput> | void {
|
|
2279
|
-
const command = new DescribeUploadBufferCommand(args);
|
|
2280
|
-
if (typeof optionsOrCb === "function") {
|
|
2281
|
-
this.send(command, optionsOrCb);
|
|
2282
|
-
} else if (typeof cb === "function") {
|
|
2283
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2284
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2285
|
-
} else {
|
|
2286
|
-
return this.send(command, optionsOrCb);
|
|
2287
|
-
}
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
/**
|
|
2291
|
-
* <p>Returns a description of virtual tape library (VTL) devices for the specified tape
|
|
2292
|
-
* gateway. In the response, Storage Gateway returns VTL device information.</p>
|
|
2293
|
-
*
|
|
2294
|
-
* <p>This operation is only supported in the tape gateway type.</p>
|
|
2295
|
-
*/
|
|
2296
|
-
public describeVTLDevices(
|
|
2297
|
-
args: DescribeVTLDevicesCommandInput,
|
|
2298
|
-
options?: __HttpHandlerOptions
|
|
2299
|
-
): Promise<DescribeVTLDevicesCommandOutput>;
|
|
2300
|
-
public describeVTLDevices(
|
|
2301
|
-
args: DescribeVTLDevicesCommandInput,
|
|
2302
|
-
cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void
|
|
2303
|
-
): void;
|
|
2304
|
-
public describeVTLDevices(
|
|
2305
|
-
args: DescribeVTLDevicesCommandInput,
|
|
2306
|
-
options: __HttpHandlerOptions,
|
|
2307
|
-
cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void
|
|
2308
|
-
): void;
|
|
2309
|
-
public describeVTLDevices(
|
|
2310
|
-
args: DescribeVTLDevicesCommandInput,
|
|
2311
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeVTLDevicesCommandOutput) => void),
|
|
2312
|
-
cb?: (err: any, data?: DescribeVTLDevicesCommandOutput) => void
|
|
2313
|
-
): Promise<DescribeVTLDevicesCommandOutput> | void {
|
|
2314
|
-
const command = new DescribeVTLDevicesCommand(args);
|
|
2315
|
-
if (typeof optionsOrCb === "function") {
|
|
2316
|
-
this.send(command, optionsOrCb);
|
|
2317
|
-
} else if (typeof cb === "function") {
|
|
2318
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2319
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2320
|
-
} else {
|
|
2321
|
-
return this.send(command, optionsOrCb);
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
/**
|
|
2326
|
-
* <p>Returns information about the working storage of a gateway. This operation is only
|
|
2327
|
-
* supported in the stored volumes gateway type. This operation is deprecated in cached
|
|
2328
|
-
* volumes API version (20120630). Use DescribeUploadBuffer instead.</p>
|
|
2329
|
-
*
|
|
2330
|
-
* <note>
|
|
2331
|
-
* <p>Working storage is also referred to as upload buffer. You can also use the
|
|
2332
|
-
* DescribeUploadBuffer operation to add upload buffer to a stored volume gateway.</p>
|
|
2333
|
-
* </note>
|
|
2334
|
-
*
|
|
2335
|
-
* <p>The response includes disk IDs that are configured as working storage, and it includes
|
|
2336
|
-
* the amount of working storage allocated and used.</p>
|
|
2337
|
-
*/
|
|
2338
|
-
public describeWorkingStorage(
|
|
2339
|
-
args: DescribeWorkingStorageCommandInput,
|
|
2340
|
-
options?: __HttpHandlerOptions
|
|
2341
|
-
): Promise<DescribeWorkingStorageCommandOutput>;
|
|
2342
|
-
public describeWorkingStorage(
|
|
2343
|
-
args: DescribeWorkingStorageCommandInput,
|
|
2344
|
-
cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void
|
|
2345
|
-
): void;
|
|
2346
|
-
public describeWorkingStorage(
|
|
2347
|
-
args: DescribeWorkingStorageCommandInput,
|
|
2348
|
-
options: __HttpHandlerOptions,
|
|
2349
|
-
cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void
|
|
2350
|
-
): void;
|
|
2351
|
-
public describeWorkingStorage(
|
|
2352
|
-
args: DescribeWorkingStorageCommandInput,
|
|
2353
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeWorkingStorageCommandOutput) => void),
|
|
2354
|
-
cb?: (err: any, data?: DescribeWorkingStorageCommandOutput) => void
|
|
2355
|
-
): Promise<DescribeWorkingStorageCommandOutput> | void {
|
|
2356
|
-
const command = new DescribeWorkingStorageCommand(args);
|
|
2357
|
-
if (typeof optionsOrCb === "function") {
|
|
2358
|
-
this.send(command, optionsOrCb);
|
|
2359
|
-
} else if (typeof cb === "function") {
|
|
2360
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2361
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2362
|
-
} else {
|
|
2363
|
-
return this.send(command, optionsOrCb);
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
/**
|
|
2368
|
-
* <p>Disconnects a volume from an iSCSI connection and then detaches the volume from the
|
|
2369
|
-
* specified gateway. Detaching and attaching a volume enables you to recover your data from
|
|
2370
|
-
* one gateway to a different gateway without creating a snapshot. It also makes it easier to
|
|
2371
|
-
* move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2
|
|
2372
|
-
* instance. This operation is only supported in the volume gateway type.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
public detachVolume(
|
|
2375
|
-
args: DetachVolumeCommandInput,
|
|
2376
|
-
options?: __HttpHandlerOptions
|
|
2377
|
-
): Promise<DetachVolumeCommandOutput>;
|
|
2378
|
-
public detachVolume(args: DetachVolumeCommandInput, cb: (err: any, data?: DetachVolumeCommandOutput) => void): void;
|
|
2379
|
-
public detachVolume(
|
|
2380
|
-
args: DetachVolumeCommandInput,
|
|
2381
|
-
options: __HttpHandlerOptions,
|
|
2382
|
-
cb: (err: any, data?: DetachVolumeCommandOutput) => void
|
|
2383
|
-
): void;
|
|
2384
|
-
public detachVolume(
|
|
2385
|
-
args: DetachVolumeCommandInput,
|
|
2386
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DetachVolumeCommandOutput) => void),
|
|
2387
|
-
cb?: (err: any, data?: DetachVolumeCommandOutput) => void
|
|
2388
|
-
): Promise<DetachVolumeCommandOutput> | void {
|
|
2389
|
-
const command = new DetachVolumeCommand(args);
|
|
2390
|
-
if (typeof optionsOrCb === "function") {
|
|
2391
|
-
this.send(command, optionsOrCb);
|
|
2392
|
-
} else if (typeof cb === "function") {
|
|
2393
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2394
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2395
|
-
} else {
|
|
2396
|
-
return this.send(command, optionsOrCb);
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
|
-
/**
|
|
2401
|
-
* <p>Disables a tape gateway when the gateway is no longer functioning. For example, if your
|
|
2402
|
-
* gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.</p>
|
|
2403
|
-
*
|
|
2404
|
-
* <p>Use this operation for a tape gateway that is not reachable or not functioning. This
|
|
2405
|
-
* operation is only supported in the tape gateway type.</p>
|
|
2406
|
-
*
|
|
2407
|
-
* <important>
|
|
2408
|
-
* <p>After a gateway is disabled, it cannot be enabled.</p>
|
|
2409
|
-
* </important>
|
|
2410
|
-
*/
|
|
2411
|
-
public disableGateway(
|
|
2412
|
-
args: DisableGatewayCommandInput,
|
|
2413
|
-
options?: __HttpHandlerOptions
|
|
2414
|
-
): Promise<DisableGatewayCommandOutput>;
|
|
2415
|
-
public disableGateway(
|
|
2416
|
-
args: DisableGatewayCommandInput,
|
|
2417
|
-
cb: (err: any, data?: DisableGatewayCommandOutput) => void
|
|
2418
|
-
): void;
|
|
2419
|
-
public disableGateway(
|
|
2420
|
-
args: DisableGatewayCommandInput,
|
|
2421
|
-
options: __HttpHandlerOptions,
|
|
2422
|
-
cb: (err: any, data?: DisableGatewayCommandOutput) => void
|
|
2423
|
-
): void;
|
|
2424
|
-
public disableGateway(
|
|
2425
|
-
args: DisableGatewayCommandInput,
|
|
2426
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableGatewayCommandOutput) => void),
|
|
2427
|
-
cb?: (err: any, data?: DisableGatewayCommandOutput) => void
|
|
2428
|
-
): Promise<DisableGatewayCommandOutput> | void {
|
|
2429
|
-
const command = new DisableGatewayCommand(args);
|
|
2430
|
-
if (typeof optionsOrCb === "function") {
|
|
2431
|
-
this.send(command, optionsOrCb);
|
|
2432
|
-
} else if (typeof cb === "function") {
|
|
2433
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2434
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2435
|
-
} else {
|
|
2436
|
-
return this.send(command, optionsOrCb);
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
* <p>Disassociates an Amazon FSx file system from the specified gateway. After the
|
|
2442
|
-
* disassociation process finishes, the gateway can no longer access the Amazon FSx file
|
|
2443
|
-
* system. This operation is only supported in the FSx File Gateway type.</p>
|
|
2444
|
-
*/
|
|
2445
|
-
public disassociateFileSystem(
|
|
2446
|
-
args: DisassociateFileSystemCommandInput,
|
|
2447
|
-
options?: __HttpHandlerOptions
|
|
2448
|
-
): Promise<DisassociateFileSystemCommandOutput>;
|
|
2449
|
-
public disassociateFileSystem(
|
|
2450
|
-
args: DisassociateFileSystemCommandInput,
|
|
2451
|
-
cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void
|
|
2452
|
-
): void;
|
|
2453
|
-
public disassociateFileSystem(
|
|
2454
|
-
args: DisassociateFileSystemCommandInput,
|
|
2455
|
-
options: __HttpHandlerOptions,
|
|
2456
|
-
cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void
|
|
2457
|
-
): void;
|
|
2458
|
-
public disassociateFileSystem(
|
|
2459
|
-
args: DisassociateFileSystemCommandInput,
|
|
2460
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFileSystemCommandOutput) => void),
|
|
2461
|
-
cb?: (err: any, data?: DisassociateFileSystemCommandOutput) => void
|
|
2462
|
-
): Promise<DisassociateFileSystemCommandOutput> | void {
|
|
2463
|
-
const command = new DisassociateFileSystemCommand(args);
|
|
2464
|
-
if (typeof optionsOrCb === "function") {
|
|
2465
|
-
this.send(command, optionsOrCb);
|
|
2466
|
-
} else if (typeof cb === "function") {
|
|
2467
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2468
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2469
|
-
} else {
|
|
2470
|
-
return this.send(command, optionsOrCb);
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
/**
|
|
2475
|
-
* <p>Adds a file gateway to an Active Directory domain. This operation is only supported for
|
|
2476
|
-
* file gateways that support the SMB file protocol.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
public joinDomain(args: JoinDomainCommandInput, options?: __HttpHandlerOptions): Promise<JoinDomainCommandOutput>;
|
|
2479
|
-
public joinDomain(args: JoinDomainCommandInput, cb: (err: any, data?: JoinDomainCommandOutput) => void): void;
|
|
2480
|
-
public joinDomain(
|
|
2481
|
-
args: JoinDomainCommandInput,
|
|
2482
|
-
options: __HttpHandlerOptions,
|
|
2483
|
-
cb: (err: any, data?: JoinDomainCommandOutput) => void
|
|
2484
|
-
): void;
|
|
2485
|
-
public joinDomain(
|
|
2486
|
-
args: JoinDomainCommandInput,
|
|
2487
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: JoinDomainCommandOutput) => void),
|
|
2488
|
-
cb?: (err: any, data?: JoinDomainCommandOutput) => void
|
|
2489
|
-
): Promise<JoinDomainCommandOutput> | void {
|
|
2490
|
-
const command = new JoinDomainCommand(args);
|
|
2491
|
-
if (typeof optionsOrCb === "function") {
|
|
2492
|
-
this.send(command, optionsOrCb);
|
|
2493
|
-
} else if (typeof cb === "function") {
|
|
2494
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2495
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2496
|
-
} else {
|
|
2497
|
-
return this.send(command, optionsOrCb);
|
|
2498
|
-
}
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
/**
|
|
2502
|
-
* <p>Lists the automatic tape creation policies for a gateway. If there are no automatic tape
|
|
2503
|
-
* creation policies for the gateway, it returns an empty list.</p>
|
|
2504
|
-
*
|
|
2505
|
-
* <p>This operation is only supported for tape gateways.</p>
|
|
2506
|
-
*/
|
|
2507
|
-
public listAutomaticTapeCreationPolicies(
|
|
2508
|
-
args: ListAutomaticTapeCreationPoliciesCommandInput,
|
|
2509
|
-
options?: __HttpHandlerOptions
|
|
2510
|
-
): Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
|
|
2511
|
-
public listAutomaticTapeCreationPolicies(
|
|
2512
|
-
args: ListAutomaticTapeCreationPoliciesCommandInput,
|
|
2513
|
-
cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void
|
|
2514
|
-
): void;
|
|
2515
|
-
public listAutomaticTapeCreationPolicies(
|
|
2516
|
-
args: ListAutomaticTapeCreationPoliciesCommandInput,
|
|
2517
|
-
options: __HttpHandlerOptions,
|
|
2518
|
-
cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void
|
|
2519
|
-
): void;
|
|
2520
|
-
public listAutomaticTapeCreationPolicies(
|
|
2521
|
-
args: ListAutomaticTapeCreationPoliciesCommandInput,
|
|
2522
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void),
|
|
2523
|
-
cb?: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void
|
|
2524
|
-
): Promise<ListAutomaticTapeCreationPoliciesCommandOutput> | void {
|
|
2525
|
-
const command = new ListAutomaticTapeCreationPoliciesCommand(args);
|
|
2526
|
-
if (typeof optionsOrCb === "function") {
|
|
2527
|
-
this.send(command, optionsOrCb);
|
|
2528
|
-
} else if (typeof cb === "function") {
|
|
2529
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2530
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2531
|
-
} else {
|
|
2532
|
-
return this.send(command, optionsOrCb);
|
|
2533
|
-
}
|
|
2534
|
-
}
|
|
2535
|
-
|
|
2536
|
-
/**
|
|
2537
|
-
* <p>Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares
|
|
2538
|
-
* that belong to the calling user account. This operation is only supported for S3 File Gateways.</p>
|
|
2539
|
-
*/
|
|
2540
|
-
public listFileShares(
|
|
2541
|
-
args: ListFileSharesCommandInput,
|
|
2542
|
-
options?: __HttpHandlerOptions
|
|
2543
|
-
): Promise<ListFileSharesCommandOutput>;
|
|
2544
|
-
public listFileShares(
|
|
2545
|
-
args: ListFileSharesCommandInput,
|
|
2546
|
-
cb: (err: any, data?: ListFileSharesCommandOutput) => void
|
|
2547
|
-
): void;
|
|
2548
|
-
public listFileShares(
|
|
2549
|
-
args: ListFileSharesCommandInput,
|
|
2550
|
-
options: __HttpHandlerOptions,
|
|
2551
|
-
cb: (err: any, data?: ListFileSharesCommandOutput) => void
|
|
2552
|
-
): void;
|
|
2553
|
-
public listFileShares(
|
|
2554
|
-
args: ListFileSharesCommandInput,
|
|
2555
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFileSharesCommandOutput) => void),
|
|
2556
|
-
cb?: (err: any, data?: ListFileSharesCommandOutput) => void
|
|
2557
|
-
): Promise<ListFileSharesCommandOutput> | void {
|
|
2558
|
-
const command = new ListFileSharesCommand(args);
|
|
2559
|
-
if (typeof optionsOrCb === "function") {
|
|
2560
|
-
this.send(command, optionsOrCb);
|
|
2561
|
-
} else if (typeof cb === "function") {
|
|
2562
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2564
|
-
} else {
|
|
2565
|
-
return this.send(command, optionsOrCb);
|
|
2566
|
-
}
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
/**
|
|
2570
|
-
* <p>Gets a list of <code>FileSystemAssociationSummary</code> objects. Each object contains a
|
|
2571
|
-
* summary of a file system association. This operation is only supported for FSx File
|
|
2572
|
-
* Gateways.</p>
|
|
2573
|
-
*/
|
|
2574
|
-
public listFileSystemAssociations(
|
|
2575
|
-
args: ListFileSystemAssociationsCommandInput,
|
|
2576
|
-
options?: __HttpHandlerOptions
|
|
2577
|
-
): Promise<ListFileSystemAssociationsCommandOutput>;
|
|
2578
|
-
public listFileSystemAssociations(
|
|
2579
|
-
args: ListFileSystemAssociationsCommandInput,
|
|
2580
|
-
cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void
|
|
2581
|
-
): void;
|
|
2582
|
-
public listFileSystemAssociations(
|
|
2583
|
-
args: ListFileSystemAssociationsCommandInput,
|
|
2584
|
-
options: __HttpHandlerOptions,
|
|
2585
|
-
cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void
|
|
2586
|
-
): void;
|
|
2587
|
-
public listFileSystemAssociations(
|
|
2588
|
-
args: ListFileSystemAssociationsCommandInput,
|
|
2589
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFileSystemAssociationsCommandOutput) => void),
|
|
2590
|
-
cb?: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void
|
|
2591
|
-
): Promise<ListFileSystemAssociationsCommandOutput> | void {
|
|
2592
|
-
const command = new ListFileSystemAssociationsCommand(args);
|
|
2593
|
-
if (typeof optionsOrCb === "function") {
|
|
2594
|
-
this.send(command, optionsOrCb);
|
|
2595
|
-
} else if (typeof cb === "function") {
|
|
2596
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2597
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2598
|
-
} else {
|
|
2599
|
-
return this.send(command, optionsOrCb);
|
|
2600
|
-
}
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
/**
|
|
2604
|
-
* <p>Lists gateways owned by an account in an Region specified in the request. The
|
|
2605
|
-
* returned list is ordered by gateway Amazon Resource Name (ARN).</p>
|
|
2606
|
-
*
|
|
2607
|
-
* <p>By default, the operation returns a maximum of 100 gateways. This operation supports
|
|
2608
|
-
* pagination that allows you to optionally reduce the number of gateways returned in a
|
|
2609
|
-
* response.</p>
|
|
2610
|
-
*
|
|
2611
|
-
* <p>If you have more gateways than are returned in a response (that is, the response returns
|
|
2612
|
-
* only a truncated list of your gateways), the response contains a marker that you can
|
|
2613
|
-
* specify in your next request to fetch the next page of gateways.</p>
|
|
2614
|
-
*/
|
|
2615
|
-
public listGateways(
|
|
2616
|
-
args: ListGatewaysCommandInput,
|
|
2617
|
-
options?: __HttpHandlerOptions
|
|
2618
|
-
): Promise<ListGatewaysCommandOutput>;
|
|
2619
|
-
public listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
|
|
2620
|
-
public listGateways(
|
|
2621
|
-
args: ListGatewaysCommandInput,
|
|
2622
|
-
options: __HttpHandlerOptions,
|
|
2623
|
-
cb: (err: any, data?: ListGatewaysCommandOutput) => void
|
|
2624
|
-
): void;
|
|
2625
|
-
public listGateways(
|
|
2626
|
-
args: ListGatewaysCommandInput,
|
|
2627
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListGatewaysCommandOutput) => void),
|
|
2628
|
-
cb?: (err: any, data?: ListGatewaysCommandOutput) => void
|
|
2629
|
-
): Promise<ListGatewaysCommandOutput> | void {
|
|
2630
|
-
const command = new ListGatewaysCommand(args);
|
|
2631
|
-
if (typeof optionsOrCb === "function") {
|
|
2632
|
-
this.send(command, optionsOrCb);
|
|
2633
|
-
} else if (typeof cb === "function") {
|
|
2634
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2635
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2636
|
-
} else {
|
|
2637
|
-
return this.send(command, optionsOrCb);
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
/**
|
|
2642
|
-
* <p>Returns a list of the gateway's local disks. To specify which gateway to describe,
|
|
2643
|
-
* you use the Amazon Resource Name (ARN) of the gateway in the body of the request.</p>
|
|
2644
|
-
*
|
|
2645
|
-
* <p>The request returns a list of all disks, specifying which are configured as working
|
|
2646
|
-
* storage, cache storage, or stored volume or not configured at all. The response includes a
|
|
2647
|
-
* <code>DiskStatus</code> field. This field can have a value of present (the disk is
|
|
2648
|
-
* available to use), missing (the disk is no longer connected to the gateway), or mismatch
|
|
2649
|
-
* (the disk node is occupied by a disk that has incorrect metadata or the disk content is
|
|
2650
|
-
* corrupted).</p>
|
|
2651
|
-
*/
|
|
2652
|
-
public listLocalDisks(
|
|
2653
|
-
args: ListLocalDisksCommandInput,
|
|
2654
|
-
options?: __HttpHandlerOptions
|
|
2655
|
-
): Promise<ListLocalDisksCommandOutput>;
|
|
2656
|
-
public listLocalDisks(
|
|
2657
|
-
args: ListLocalDisksCommandInput,
|
|
2658
|
-
cb: (err: any, data?: ListLocalDisksCommandOutput) => void
|
|
2659
|
-
): void;
|
|
2660
|
-
public listLocalDisks(
|
|
2661
|
-
args: ListLocalDisksCommandInput,
|
|
2662
|
-
options: __HttpHandlerOptions,
|
|
2663
|
-
cb: (err: any, data?: ListLocalDisksCommandOutput) => void
|
|
2664
|
-
): void;
|
|
2665
|
-
public listLocalDisks(
|
|
2666
|
-
args: ListLocalDisksCommandInput,
|
|
2667
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLocalDisksCommandOutput) => void),
|
|
2668
|
-
cb?: (err: any, data?: ListLocalDisksCommandOutput) => void
|
|
2669
|
-
): Promise<ListLocalDisksCommandOutput> | void {
|
|
2670
|
-
const command = new ListLocalDisksCommand(args);
|
|
2671
|
-
if (typeof optionsOrCb === "function") {
|
|
2672
|
-
this.send(command, optionsOrCb);
|
|
2673
|
-
} else if (typeof cb === "function") {
|
|
2674
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2675
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2676
|
-
} else {
|
|
2677
|
-
return this.send(command, optionsOrCb);
|
|
2678
|
-
}
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
/**
|
|
2682
|
-
* <p>Lists the tags that have been added to the specified resource. This operation is
|
|
2683
|
-
* supported in storage gateways of all types.</p>
|
|
2684
|
-
*/
|
|
2685
|
-
public listTagsForResource(
|
|
2686
|
-
args: ListTagsForResourceCommandInput,
|
|
2687
|
-
options?: __HttpHandlerOptions
|
|
2688
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
2689
|
-
public listTagsForResource(
|
|
2690
|
-
args: ListTagsForResourceCommandInput,
|
|
2691
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2692
|
-
): void;
|
|
2693
|
-
public listTagsForResource(
|
|
2694
|
-
args: ListTagsForResourceCommandInput,
|
|
2695
|
-
options: __HttpHandlerOptions,
|
|
2696
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2697
|
-
): void;
|
|
2698
|
-
public listTagsForResource(
|
|
2699
|
-
args: ListTagsForResourceCommandInput,
|
|
2700
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
2701
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2702
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
2703
|
-
const command = new ListTagsForResourceCommand(args);
|
|
2704
|
-
if (typeof optionsOrCb === "function") {
|
|
2705
|
-
this.send(command, optionsOrCb);
|
|
2706
|
-
} else if (typeof cb === "function") {
|
|
2707
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2708
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2709
|
-
} else {
|
|
2710
|
-
return this.send(command, optionsOrCb);
|
|
2711
|
-
}
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
/**
|
|
2715
|
-
* <p>Lists custom tape pools. You specify custom tape pools to list by specifying one or more
|
|
2716
|
-
* custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN,
|
|
2717
|
-
* the operation lists all custom tape pools.</p>
|
|
2718
|
-
*
|
|
2719
|
-
* <p>This operation supports pagination. You can optionally specify the <code>Limit</code>
|
|
2720
|
-
* parameter in the body to limit the number of tape pools in the response. If the number of
|
|
2721
|
-
* tape pools returned in the response is truncated, the response includes a
|
|
2722
|
-
* <code>Marker</code> element that you can use in your subsequent request to retrieve the
|
|
2723
|
-
* next set of tape pools.</p>
|
|
2724
|
-
*/
|
|
2725
|
-
public listTapePools(
|
|
2726
|
-
args: ListTapePoolsCommandInput,
|
|
2727
|
-
options?: __HttpHandlerOptions
|
|
2728
|
-
): Promise<ListTapePoolsCommandOutput>;
|
|
2729
|
-
public listTapePools(
|
|
2730
|
-
args: ListTapePoolsCommandInput,
|
|
2731
|
-
cb: (err: any, data?: ListTapePoolsCommandOutput) => void
|
|
2732
|
-
): void;
|
|
2733
|
-
public listTapePools(
|
|
2734
|
-
args: ListTapePoolsCommandInput,
|
|
2735
|
-
options: __HttpHandlerOptions,
|
|
2736
|
-
cb: (err: any, data?: ListTapePoolsCommandOutput) => void
|
|
2737
|
-
): void;
|
|
2738
|
-
public listTapePools(
|
|
2739
|
-
args: ListTapePoolsCommandInput,
|
|
2740
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTapePoolsCommandOutput) => void),
|
|
2741
|
-
cb?: (err: any, data?: ListTapePoolsCommandOutput) => void
|
|
2742
|
-
): Promise<ListTapePoolsCommandOutput> | void {
|
|
2743
|
-
const command = new ListTapePoolsCommand(args);
|
|
2744
|
-
if (typeof optionsOrCb === "function") {
|
|
2745
|
-
this.send(command, optionsOrCb);
|
|
2746
|
-
} else if (typeof cb === "function") {
|
|
2747
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2748
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2749
|
-
} else {
|
|
2750
|
-
return this.send(command, optionsOrCb);
|
|
2751
|
-
}
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
/**
|
|
2755
|
-
* <p>Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf
|
|
2756
|
-
* (VTS). You specify the tapes to list by specifying one or more tape Amazon Resource Names
|
|
2757
|
-
* (ARNs). If you don't specify a tape ARN, the operation lists all virtual tapes in both
|
|
2758
|
-
* your VTL and VTS.</p>
|
|
2759
|
-
*
|
|
2760
|
-
* <p>This operation supports pagination. By default, the operation returns a maximum of up to
|
|
2761
|
-
* 100 tapes. You can optionally specify the <code>Limit</code> parameter in the body to limit
|
|
2762
|
-
* the number of tapes in the response. If the number of tapes returned in the response is
|
|
2763
|
-
* truncated, the response includes a <code>Marker</code> element that you can use in your
|
|
2764
|
-
* subsequent request to retrieve the next set of tapes. This operation is only supported in
|
|
2765
|
-
* the tape gateway type.</p>
|
|
2766
|
-
*/
|
|
2767
|
-
public listTapes(args: ListTapesCommandInput, options?: __HttpHandlerOptions): Promise<ListTapesCommandOutput>;
|
|
2768
|
-
public listTapes(args: ListTapesCommandInput, cb: (err: any, data?: ListTapesCommandOutput) => void): void;
|
|
2769
|
-
public listTapes(
|
|
2770
|
-
args: ListTapesCommandInput,
|
|
2771
|
-
options: __HttpHandlerOptions,
|
|
2772
|
-
cb: (err: any, data?: ListTapesCommandOutput) => void
|
|
2773
|
-
): void;
|
|
2774
|
-
public listTapes(
|
|
2775
|
-
args: ListTapesCommandInput,
|
|
2776
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTapesCommandOutput) => void),
|
|
2777
|
-
cb?: (err: any, data?: ListTapesCommandOutput) => void
|
|
2778
|
-
): Promise<ListTapesCommandOutput> | void {
|
|
2779
|
-
const command = new ListTapesCommand(args);
|
|
2780
|
-
if (typeof optionsOrCb === "function") {
|
|
2781
|
-
this.send(command, optionsOrCb);
|
|
2782
|
-
} else if (typeof cb === "function") {
|
|
2783
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2784
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2785
|
-
} else {
|
|
2786
|
-
return this.send(command, optionsOrCb);
|
|
2787
|
-
}
|
|
2788
|
-
}
|
|
2789
|
-
|
|
2790
|
-
/**
|
|
2791
|
-
* <p>Lists iSCSI initiators that are connected to a volume. You can use this operation to
|
|
2792
|
-
* determine whether a volume is being used or not. This operation is only supported in the
|
|
2793
|
-
* cached volume and stored volume gateway types.</p>
|
|
2794
|
-
*/
|
|
2795
|
-
public listVolumeInitiators(
|
|
2796
|
-
args: ListVolumeInitiatorsCommandInput,
|
|
2797
|
-
options?: __HttpHandlerOptions
|
|
2798
|
-
): Promise<ListVolumeInitiatorsCommandOutput>;
|
|
2799
|
-
public listVolumeInitiators(
|
|
2800
|
-
args: ListVolumeInitiatorsCommandInput,
|
|
2801
|
-
cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void
|
|
2802
|
-
): void;
|
|
2803
|
-
public listVolumeInitiators(
|
|
2804
|
-
args: ListVolumeInitiatorsCommandInput,
|
|
2805
|
-
options: __HttpHandlerOptions,
|
|
2806
|
-
cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void
|
|
2807
|
-
): void;
|
|
2808
|
-
public listVolumeInitiators(
|
|
2809
|
-
args: ListVolumeInitiatorsCommandInput,
|
|
2810
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListVolumeInitiatorsCommandOutput) => void),
|
|
2811
|
-
cb?: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void
|
|
2812
|
-
): Promise<ListVolumeInitiatorsCommandOutput> | void {
|
|
2813
|
-
const command = new ListVolumeInitiatorsCommand(args);
|
|
2814
|
-
if (typeof optionsOrCb === "function") {
|
|
2815
|
-
this.send(command, optionsOrCb);
|
|
2816
|
-
} else if (typeof cb === "function") {
|
|
2817
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2818
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2819
|
-
} else {
|
|
2820
|
-
return this.send(command, optionsOrCb);
|
|
2821
|
-
}
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
/**
|
|
2825
|
-
* <p>Lists the recovery points for a specified gateway. This operation is only supported in
|
|
2826
|
-
* the cached volume gateway type.</p>
|
|
2827
|
-
*
|
|
2828
|
-
* <p>Each cache volume has one recovery point. A volume recovery point is a point in time at
|
|
2829
|
-
* which all data of the volume is consistent and from which you can create a snapshot or
|
|
2830
|
-
* clone a new cached volume from a source volume. To create a snapshot from a volume recovery
|
|
2831
|
-
* point use the <a>CreateSnapshotFromVolumeRecoveryPoint</a> operation.</p>
|
|
2832
|
-
*/
|
|
2833
|
-
public listVolumeRecoveryPoints(
|
|
2834
|
-
args: ListVolumeRecoveryPointsCommandInput,
|
|
2835
|
-
options?: __HttpHandlerOptions
|
|
2836
|
-
): Promise<ListVolumeRecoveryPointsCommandOutput>;
|
|
2837
|
-
public listVolumeRecoveryPoints(
|
|
2838
|
-
args: ListVolumeRecoveryPointsCommandInput,
|
|
2839
|
-
cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void
|
|
2840
|
-
): void;
|
|
2841
|
-
public listVolumeRecoveryPoints(
|
|
2842
|
-
args: ListVolumeRecoveryPointsCommandInput,
|
|
2843
|
-
options: __HttpHandlerOptions,
|
|
2844
|
-
cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void
|
|
2845
|
-
): void;
|
|
2846
|
-
public listVolumeRecoveryPoints(
|
|
2847
|
-
args: ListVolumeRecoveryPointsCommandInput,
|
|
2848
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void),
|
|
2849
|
-
cb?: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void
|
|
2850
|
-
): Promise<ListVolumeRecoveryPointsCommandOutput> | void {
|
|
2851
|
-
const command = new ListVolumeRecoveryPointsCommand(args);
|
|
2852
|
-
if (typeof optionsOrCb === "function") {
|
|
2853
|
-
this.send(command, optionsOrCb);
|
|
2854
|
-
} else if (typeof cb === "function") {
|
|
2855
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2856
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2857
|
-
} else {
|
|
2858
|
-
return this.send(command, optionsOrCb);
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
/**
|
|
2863
|
-
* <p>Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The
|
|
2864
|
-
* response includes only the volume ARNs. If you want additional volume information, use the
|
|
2865
|
-
* <a>DescribeStorediSCSIVolumes</a> or the <a>DescribeCachediSCSIVolumes</a> API.</p>
|
|
2866
|
-
*
|
|
2867
|
-
* <p>The operation supports pagination. By default, the operation returns a maximum of up to
|
|
2868
|
-
* 100 volumes. You can optionally specify the <code>Limit</code> field in the body to limit
|
|
2869
|
-
* the number of volumes in the response. If the number of volumes returned in the response is
|
|
2870
|
-
* truncated, the response includes a Marker field. You can use this Marker value in your
|
|
2871
|
-
* subsequent request to retrieve the next set of volumes. This operation is only supported in
|
|
2872
|
-
* the cached volume and stored volume gateway types.</p>
|
|
2873
|
-
*/
|
|
2874
|
-
public listVolumes(args: ListVolumesCommandInput, options?: __HttpHandlerOptions): Promise<ListVolumesCommandOutput>;
|
|
2875
|
-
public listVolumes(args: ListVolumesCommandInput, cb: (err: any, data?: ListVolumesCommandOutput) => void): void;
|
|
2876
|
-
public listVolumes(
|
|
2877
|
-
args: ListVolumesCommandInput,
|
|
2878
|
-
options: __HttpHandlerOptions,
|
|
2879
|
-
cb: (err: any, data?: ListVolumesCommandOutput) => void
|
|
2880
|
-
): void;
|
|
2881
|
-
public listVolumes(
|
|
2882
|
-
args: ListVolumesCommandInput,
|
|
2883
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListVolumesCommandOutput) => void),
|
|
2884
|
-
cb?: (err: any, data?: ListVolumesCommandOutput) => void
|
|
2885
|
-
): Promise<ListVolumesCommandOutput> | void {
|
|
2886
|
-
const command = new ListVolumesCommand(args);
|
|
2887
|
-
if (typeof optionsOrCb === "function") {
|
|
2888
|
-
this.send(command, optionsOrCb);
|
|
2889
|
-
} else if (typeof cb === "function") {
|
|
2890
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2891
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2892
|
-
} else {
|
|
2893
|
-
return this.send(command, optionsOrCb);
|
|
2894
|
-
}
|
|
2895
|
-
}
|
|
2896
|
-
|
|
2897
|
-
/**
|
|
2898
|
-
* <p>Sends you notification through CloudWatch Events when all files written to your file
|
|
2899
|
-
* share have been uploaded to Amazon S3.</p>
|
|
2900
|
-
*
|
|
2901
|
-
* <p>Storage Gateway can send a notification through Amazon CloudWatch Events when all
|
|
2902
|
-
* files written to your file share up to that point in time have been uploaded to Amazon S3.
|
|
2903
|
-
* These files include files written to the file share up to the time that you make a request
|
|
2904
|
-
* for notification. When the upload is done, Storage Gateway sends you notification through
|
|
2905
|
-
* an Amazon CloudWatch Event. You can configure CloudWatch Events to send the notification
|
|
2906
|
-
* through event targets such as Amazon SNS or Lambda function.
|
|
2907
|
-
* This operation is only supported for S3 File Gateways.</p>
|
|
2908
|
-
*
|
|
2909
|
-
*
|
|
2910
|
-
*
|
|
2911
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-upload-notification">Getting file upload notification</a> in the <i>Storage Gateway User
|
|
2912
|
-
* Guide</i>.</p>
|
|
2913
|
-
*/
|
|
2914
|
-
public notifyWhenUploaded(
|
|
2915
|
-
args: NotifyWhenUploadedCommandInput,
|
|
2916
|
-
options?: __HttpHandlerOptions
|
|
2917
|
-
): Promise<NotifyWhenUploadedCommandOutput>;
|
|
2918
|
-
public notifyWhenUploaded(
|
|
2919
|
-
args: NotifyWhenUploadedCommandInput,
|
|
2920
|
-
cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void
|
|
2921
|
-
): void;
|
|
2922
|
-
public notifyWhenUploaded(
|
|
2923
|
-
args: NotifyWhenUploadedCommandInput,
|
|
2924
|
-
options: __HttpHandlerOptions,
|
|
2925
|
-
cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void
|
|
2926
|
-
): void;
|
|
2927
|
-
public notifyWhenUploaded(
|
|
2928
|
-
args: NotifyWhenUploadedCommandInput,
|
|
2929
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: NotifyWhenUploadedCommandOutput) => void),
|
|
2930
|
-
cb?: (err: any, data?: NotifyWhenUploadedCommandOutput) => void
|
|
2931
|
-
): Promise<NotifyWhenUploadedCommandOutput> | void {
|
|
2932
|
-
const command = new NotifyWhenUploadedCommand(args);
|
|
2933
|
-
if (typeof optionsOrCb === "function") {
|
|
2934
|
-
this.send(command, optionsOrCb);
|
|
2935
|
-
} else if (typeof cb === "function") {
|
|
2936
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2937
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2938
|
-
} else {
|
|
2939
|
-
return this.send(command, optionsOrCb);
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
/**
|
|
2944
|
-
* <p>Refreshes the cached inventory of objects for the specified file share. This operation
|
|
2945
|
-
* finds objects in the Amazon S3 bucket that were added, removed, or replaced since the
|
|
2946
|
-
* gateway last listed the bucket's contents and cached the results. This operation does
|
|
2947
|
-
* not import files into the S3 File Gateway cache storage. It only updates the cached inventory
|
|
2948
|
-
* to reflect changes in the inventory of the objects in the S3 bucket. This operation is only
|
|
2949
|
-
* supported in the S3 File Gateway types.</p>
|
|
2950
|
-
* <p>You can subscribe to be notified through an Amazon
|
|
2951
|
-
* CloudWatch event when your <code>RefreshCache</code> operation completes. For more
|
|
2952
|
-
* information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
|
|
2953
|
-
* User Guide</i>. This operation is Only supported for S3 File Gateways.</p>
|
|
2954
|
-
*
|
|
2955
|
-
* <p>When this API is called, it only initiates the refresh operation. When the API call
|
|
2956
|
-
* completes and returns a success code, it doesn't necessarily mean that the file
|
|
2957
|
-
* refresh has completed. You should use the refresh-complete notification to determine that
|
|
2958
|
-
* the operation has completed before you check for new files on the gateway file share. You
|
|
2959
|
-
* can subscribe to be notified through a CloudWatch event when your <code>RefreshCache</code>
|
|
2960
|
-
* operation completes.</p>
|
|
2961
|
-
*
|
|
2962
|
-
* <p>Throttle limit: This API is asynchronous, so the gateway will accept no more than two
|
|
2963
|
-
* refreshes at any time. We recommend using the refresh-complete CloudWatch event
|
|
2964
|
-
* notification before issuing additional requests. For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
|
|
2965
|
-
* User Guide</i>.</p>
|
|
2966
|
-
*
|
|
2967
|
-
* <p>If you invoke the RefreshCache API when two requests are already being processed, any
|
|
2968
|
-
* new request will cause an <code>InvalidGatewayRequestException</code> error because too
|
|
2969
|
-
* many requests were sent to the server.</p>
|
|
2970
|
-
*
|
|
2971
|
-
*
|
|
2972
|
-
*
|
|
2973
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification">Getting notified about file operations</a> in the <i>Storage Gateway
|
|
2974
|
-
* User Guide</i>.</p>
|
|
2975
|
-
*/
|
|
2976
|
-
public refreshCache(
|
|
2977
|
-
args: RefreshCacheCommandInput,
|
|
2978
|
-
options?: __HttpHandlerOptions
|
|
2979
|
-
): Promise<RefreshCacheCommandOutput>;
|
|
2980
|
-
public refreshCache(args: RefreshCacheCommandInput, cb: (err: any, data?: RefreshCacheCommandOutput) => void): void;
|
|
2981
|
-
public refreshCache(
|
|
2982
|
-
args: RefreshCacheCommandInput,
|
|
2983
|
-
options: __HttpHandlerOptions,
|
|
2984
|
-
cb: (err: any, data?: RefreshCacheCommandOutput) => void
|
|
2985
|
-
): void;
|
|
2986
|
-
public refreshCache(
|
|
2987
|
-
args: RefreshCacheCommandInput,
|
|
2988
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RefreshCacheCommandOutput) => void),
|
|
2989
|
-
cb?: (err: any, data?: RefreshCacheCommandOutput) => void
|
|
2990
|
-
): Promise<RefreshCacheCommandOutput> | void {
|
|
2991
|
-
const command = new RefreshCacheCommand(args);
|
|
2992
|
-
if (typeof optionsOrCb === "function") {
|
|
2993
|
-
this.send(command, optionsOrCb);
|
|
2994
|
-
} else if (typeof cb === "function") {
|
|
2995
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2996
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2997
|
-
} else {
|
|
2998
|
-
return this.send(command, optionsOrCb);
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
/**
|
|
3003
|
-
* <p>Removes one or more tags from the specified resource. This operation is supported in
|
|
3004
|
-
* storage gateways of all types.</p>
|
|
3005
|
-
*/
|
|
3006
|
-
public removeTagsFromResource(
|
|
3007
|
-
args: RemoveTagsFromResourceCommandInput,
|
|
3008
|
-
options?: __HttpHandlerOptions
|
|
3009
|
-
): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
3010
|
-
public removeTagsFromResource(
|
|
3011
|
-
args: RemoveTagsFromResourceCommandInput,
|
|
3012
|
-
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
3013
|
-
): void;
|
|
3014
|
-
public removeTagsFromResource(
|
|
3015
|
-
args: RemoveTagsFromResourceCommandInput,
|
|
3016
|
-
options: __HttpHandlerOptions,
|
|
3017
|
-
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
3018
|
-
): void;
|
|
3019
|
-
public removeTagsFromResource(
|
|
3020
|
-
args: RemoveTagsFromResourceCommandInput,
|
|
3021
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveTagsFromResourceCommandOutput) => void),
|
|
3022
|
-
cb?: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
3023
|
-
): Promise<RemoveTagsFromResourceCommandOutput> | void {
|
|
3024
|
-
const command = new RemoveTagsFromResourceCommand(args);
|
|
3025
|
-
if (typeof optionsOrCb === "function") {
|
|
3026
|
-
this.send(command, optionsOrCb);
|
|
3027
|
-
} else if (typeof cb === "function") {
|
|
3028
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3029
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3030
|
-
} else {
|
|
3031
|
-
return this.send(command, optionsOrCb);
|
|
3032
|
-
}
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
/**
|
|
3036
|
-
* <p>Resets all cache disks that have encountered an error and makes the disks available for
|
|
3037
|
-
* reconfiguration as cache storage. If your cache disk encounters an error, the gateway
|
|
3038
|
-
* prevents read and write operations on virtual tapes in the gateway. For example, an error
|
|
3039
|
-
* can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the
|
|
3040
|
-
* gateway loses its cache storage. At this point, you can reconfigure the disks as cache
|
|
3041
|
-
* disks. This operation is only supported in the cached volume and tape types.</p>
|
|
3042
|
-
*
|
|
3043
|
-
* <important>
|
|
3044
|
-
* <p>If the cache disk you are resetting contains data that has not been uploaded to
|
|
3045
|
-
* Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no
|
|
3046
|
-
* configured cache disks left in the gateway, so you must configure at least one new cache
|
|
3047
|
-
* disk for your gateway to function properly.</p>
|
|
3048
|
-
* </important>
|
|
3049
|
-
*/
|
|
3050
|
-
public resetCache(args: ResetCacheCommandInput, options?: __HttpHandlerOptions): Promise<ResetCacheCommandOutput>;
|
|
3051
|
-
public resetCache(args: ResetCacheCommandInput, cb: (err: any, data?: ResetCacheCommandOutput) => void): void;
|
|
3052
|
-
public resetCache(
|
|
3053
|
-
args: ResetCacheCommandInput,
|
|
3054
|
-
options: __HttpHandlerOptions,
|
|
3055
|
-
cb: (err: any, data?: ResetCacheCommandOutput) => void
|
|
3056
|
-
): void;
|
|
3057
|
-
public resetCache(
|
|
3058
|
-
args: ResetCacheCommandInput,
|
|
3059
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResetCacheCommandOutput) => void),
|
|
3060
|
-
cb?: (err: any, data?: ResetCacheCommandOutput) => void
|
|
3061
|
-
): Promise<ResetCacheCommandOutput> | void {
|
|
3062
|
-
const command = new ResetCacheCommand(args);
|
|
3063
|
-
if (typeof optionsOrCb === "function") {
|
|
3064
|
-
this.send(command, optionsOrCb);
|
|
3065
|
-
} else if (typeof cb === "function") {
|
|
3066
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3067
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3068
|
-
} else {
|
|
3069
|
-
return this.send(command, optionsOrCb);
|
|
3070
|
-
}
|
|
3071
|
-
}
|
|
3072
|
-
|
|
3073
|
-
/**
|
|
3074
|
-
* <p>Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway.
|
|
3075
|
-
* Virtual tapes archived in the VTS are not associated with any gateway. However after a tape
|
|
3076
|
-
* is retrieved, it is associated with a gateway, even though it is also listed in the VTS,
|
|
3077
|
-
* that is, archive. This operation is only supported in the tape gateway type.</p>
|
|
3078
|
-
*
|
|
3079
|
-
* <p>Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to
|
|
3080
|
-
* another gateway. You must archive the tape again before you can retrieve it to another
|
|
3081
|
-
* gateway. This operation is only supported in the tape gateway type.</p>
|
|
3082
|
-
*/
|
|
3083
|
-
public retrieveTapeArchive(
|
|
3084
|
-
args: RetrieveTapeArchiveCommandInput,
|
|
3085
|
-
options?: __HttpHandlerOptions
|
|
3086
|
-
): Promise<RetrieveTapeArchiveCommandOutput>;
|
|
3087
|
-
public retrieveTapeArchive(
|
|
3088
|
-
args: RetrieveTapeArchiveCommandInput,
|
|
3089
|
-
cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void
|
|
3090
|
-
): void;
|
|
3091
|
-
public retrieveTapeArchive(
|
|
3092
|
-
args: RetrieveTapeArchiveCommandInput,
|
|
3093
|
-
options: __HttpHandlerOptions,
|
|
3094
|
-
cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void
|
|
3095
|
-
): void;
|
|
3096
|
-
public retrieveTapeArchive(
|
|
3097
|
-
args: RetrieveTapeArchiveCommandInput,
|
|
3098
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RetrieveTapeArchiveCommandOutput) => void),
|
|
3099
|
-
cb?: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void
|
|
3100
|
-
): Promise<RetrieveTapeArchiveCommandOutput> | void {
|
|
3101
|
-
const command = new RetrieveTapeArchiveCommand(args);
|
|
3102
|
-
if (typeof optionsOrCb === "function") {
|
|
3103
|
-
this.send(command, optionsOrCb);
|
|
3104
|
-
} else if (typeof cb === "function") {
|
|
3105
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3106
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3107
|
-
} else {
|
|
3108
|
-
return this.send(command, optionsOrCb);
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
|
|
3112
|
-
/**
|
|
3113
|
-
* <p>Retrieves the recovery point for the specified virtual tape. This operation is only
|
|
3114
|
-
* supported in the tape gateway type.</p>
|
|
3115
|
-
*
|
|
3116
|
-
* <p>A recovery point is a point in time view of a virtual tape at which all the data on the
|
|
3117
|
-
* tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be
|
|
3118
|
-
* recovered to a new gateway.</p>
|
|
3119
|
-
*
|
|
3120
|
-
* <note>
|
|
3121
|
-
* <p>The virtual tape can be retrieved to only one gateway. The retrieved tape is
|
|
3122
|
-
* read-only. The virtual tape can be retrieved to only a tape gateway. There is no charge
|
|
3123
|
-
* for retrieving recovery points.</p>
|
|
3124
|
-
* </note>
|
|
3125
|
-
*/
|
|
3126
|
-
public retrieveTapeRecoveryPoint(
|
|
3127
|
-
args: RetrieveTapeRecoveryPointCommandInput,
|
|
3128
|
-
options?: __HttpHandlerOptions
|
|
3129
|
-
): Promise<RetrieveTapeRecoveryPointCommandOutput>;
|
|
3130
|
-
public retrieveTapeRecoveryPoint(
|
|
3131
|
-
args: RetrieveTapeRecoveryPointCommandInput,
|
|
3132
|
-
cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void
|
|
3133
|
-
): void;
|
|
3134
|
-
public retrieveTapeRecoveryPoint(
|
|
3135
|
-
args: RetrieveTapeRecoveryPointCommandInput,
|
|
3136
|
-
options: __HttpHandlerOptions,
|
|
3137
|
-
cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void
|
|
3138
|
-
): void;
|
|
3139
|
-
public retrieveTapeRecoveryPoint(
|
|
3140
|
-
args: RetrieveTapeRecoveryPointCommandInput,
|
|
3141
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void),
|
|
3142
|
-
cb?: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void
|
|
3143
|
-
): Promise<RetrieveTapeRecoveryPointCommandOutput> | void {
|
|
3144
|
-
const command = new RetrieveTapeRecoveryPointCommand(args);
|
|
3145
|
-
if (typeof optionsOrCb === "function") {
|
|
3146
|
-
this.send(command, optionsOrCb);
|
|
3147
|
-
} else if (typeof cb === "function") {
|
|
3148
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3149
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3150
|
-
} else {
|
|
3151
|
-
return this.send(command, optionsOrCb);
|
|
3152
|
-
}
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>Sets the password for your VM local console. When you log in to the local console for
|
|
3157
|
-
* the first time, you log in to the VM with the default credentials. We recommend that you
|
|
3158
|
-
* set a new password. You don't need to know the default password to set a new
|
|
3159
|
-
* password.</p>
|
|
3160
|
-
*/
|
|
3161
|
-
public setLocalConsolePassword(
|
|
3162
|
-
args: SetLocalConsolePasswordCommandInput,
|
|
3163
|
-
options?: __HttpHandlerOptions
|
|
3164
|
-
): Promise<SetLocalConsolePasswordCommandOutput>;
|
|
3165
|
-
public setLocalConsolePassword(
|
|
3166
|
-
args: SetLocalConsolePasswordCommandInput,
|
|
3167
|
-
cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void
|
|
3168
|
-
): void;
|
|
3169
|
-
public setLocalConsolePassword(
|
|
3170
|
-
args: SetLocalConsolePasswordCommandInput,
|
|
3171
|
-
options: __HttpHandlerOptions,
|
|
3172
|
-
cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void
|
|
3173
|
-
): void;
|
|
3174
|
-
public setLocalConsolePassword(
|
|
3175
|
-
args: SetLocalConsolePasswordCommandInput,
|
|
3176
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetLocalConsolePasswordCommandOutput) => void),
|
|
3177
|
-
cb?: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void
|
|
3178
|
-
): Promise<SetLocalConsolePasswordCommandOutput> | void {
|
|
3179
|
-
const command = new SetLocalConsolePasswordCommand(args);
|
|
3180
|
-
if (typeof optionsOrCb === "function") {
|
|
3181
|
-
this.send(command, optionsOrCb);
|
|
3182
|
-
} else if (typeof cb === "function") {
|
|
3183
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3184
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3185
|
-
} else {
|
|
3186
|
-
return this.send(command, optionsOrCb);
|
|
3187
|
-
}
|
|
3188
|
-
}
|
|
3189
|
-
|
|
3190
|
-
/**
|
|
3191
|
-
* <p>Sets the password for the guest user <code>smbguest</code>. The <code>smbguest</code>
|
|
3192
|
-
* user is the user when the authentication method for the file share is set to
|
|
3193
|
-
* <code>GuestAccess</code>. This operation only supported for S3 File Gateways</p>
|
|
3194
|
-
*/
|
|
3195
|
-
public setSMBGuestPassword(
|
|
3196
|
-
args: SetSMBGuestPasswordCommandInput,
|
|
3197
|
-
options?: __HttpHandlerOptions
|
|
3198
|
-
): Promise<SetSMBGuestPasswordCommandOutput>;
|
|
3199
|
-
public setSMBGuestPassword(
|
|
3200
|
-
args: SetSMBGuestPasswordCommandInput,
|
|
3201
|
-
cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void
|
|
3202
|
-
): void;
|
|
3203
|
-
public setSMBGuestPassword(
|
|
3204
|
-
args: SetSMBGuestPasswordCommandInput,
|
|
3205
|
-
options: __HttpHandlerOptions,
|
|
3206
|
-
cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void
|
|
3207
|
-
): void;
|
|
3208
|
-
public setSMBGuestPassword(
|
|
3209
|
-
args: SetSMBGuestPasswordCommandInput,
|
|
3210
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetSMBGuestPasswordCommandOutput) => void),
|
|
3211
|
-
cb?: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void
|
|
3212
|
-
): Promise<SetSMBGuestPasswordCommandOutput> | void {
|
|
3213
|
-
const command = new SetSMBGuestPasswordCommand(args);
|
|
3214
|
-
if (typeof optionsOrCb === "function") {
|
|
3215
|
-
this.send(command, optionsOrCb);
|
|
3216
|
-
} else if (typeof cb === "function") {
|
|
3217
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3218
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3219
|
-
} else {
|
|
3220
|
-
return this.send(command, optionsOrCb);
|
|
3221
|
-
}
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
|
-
/**
|
|
3225
|
-
* <p>Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource
|
|
3226
|
-
* Name (ARN) of the gateway in the body of your request.</p>
|
|
3227
|
-
*
|
|
3228
|
-
* <p>The operation shuts down the gateway service component running in the gateway's
|
|
3229
|
-
* virtual machine (VM) and not the host VM.</p>
|
|
3230
|
-
*
|
|
3231
|
-
* <note>
|
|
3232
|
-
* <p>If you want to shut down the VM, it is recommended that you first shut down the
|
|
3233
|
-
* gateway component in the VM to avoid unpredictable conditions.</p>
|
|
3234
|
-
* </note>
|
|
3235
|
-
*
|
|
3236
|
-
* <p>After the gateway is shutdown, you cannot call any other API except <a>StartGateway</a>, <a>DescribeGatewayInformation</a>, and <a>ListGateways</a>. For more information, see <a>ActivateGateway</a>.
|
|
3237
|
-
* Your applications cannot read from or write to the gateway's storage volumes, and
|
|
3238
|
-
* there are no snapshots taken.</p>
|
|
3239
|
-
*
|
|
3240
|
-
* <note>
|
|
3241
|
-
* <p>When you make a shutdown request, you will get a <code>200 OK</code> success response
|
|
3242
|
-
* immediately. However, it might take some time for the gateway to shut down. You can call
|
|
3243
|
-
* the <a>DescribeGatewayInformation</a> API to check the status. For more
|
|
3244
|
-
* information, see <a>ActivateGateway</a>.</p>
|
|
3245
|
-
* </note>
|
|
3246
|
-
*
|
|
3247
|
-
* <p>If do not intend to use the gateway again, you must delete the gateway (using <a>DeleteGateway</a>) to no longer pay software charges associated with the
|
|
3248
|
-
* gateway.</p>
|
|
3249
|
-
*/
|
|
3250
|
-
public shutdownGateway(
|
|
3251
|
-
args: ShutdownGatewayCommandInput,
|
|
3252
|
-
options?: __HttpHandlerOptions
|
|
3253
|
-
): Promise<ShutdownGatewayCommandOutput>;
|
|
3254
|
-
public shutdownGateway(
|
|
3255
|
-
args: ShutdownGatewayCommandInput,
|
|
3256
|
-
cb: (err: any, data?: ShutdownGatewayCommandOutput) => void
|
|
3257
|
-
): void;
|
|
3258
|
-
public shutdownGateway(
|
|
3259
|
-
args: ShutdownGatewayCommandInput,
|
|
3260
|
-
options: __HttpHandlerOptions,
|
|
3261
|
-
cb: (err: any, data?: ShutdownGatewayCommandOutput) => void
|
|
3262
|
-
): void;
|
|
3263
|
-
public shutdownGateway(
|
|
3264
|
-
args: ShutdownGatewayCommandInput,
|
|
3265
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ShutdownGatewayCommandOutput) => void),
|
|
3266
|
-
cb?: (err: any, data?: ShutdownGatewayCommandOutput) => void
|
|
3267
|
-
): Promise<ShutdownGatewayCommandOutput> | void {
|
|
3268
|
-
const command = new ShutdownGatewayCommand(args);
|
|
3269
|
-
if (typeof optionsOrCb === "function") {
|
|
3270
|
-
this.send(command, optionsOrCb);
|
|
3271
|
-
} else if (typeof cb === "function") {
|
|
3272
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3273
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3274
|
-
} else {
|
|
3275
|
-
return this.send(command, optionsOrCb);
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3278
|
-
|
|
3279
|
-
/**
|
|
3280
|
-
* <p>Start a test that verifies that the specified gateway is configured for High
|
|
3281
|
-
* Availability monitoring in your host environment. This request only initiates the test and
|
|
3282
|
-
* that a successful response only indicates that the test was started. It doesn't
|
|
3283
|
-
* indicate that the test passed. For the status of the test, invoke the
|
|
3284
|
-
* <code>DescribeAvailabilityMonitorTest</code> API.</p>
|
|
3285
|
-
* <note>
|
|
3286
|
-
* <p>Starting this test will cause your gateway to go offline for a brief period.</p>
|
|
3287
|
-
* </note>
|
|
3288
|
-
*/
|
|
3289
|
-
public startAvailabilityMonitorTest(
|
|
3290
|
-
args: StartAvailabilityMonitorTestCommandInput,
|
|
3291
|
-
options?: __HttpHandlerOptions
|
|
3292
|
-
): Promise<StartAvailabilityMonitorTestCommandOutput>;
|
|
3293
|
-
public startAvailabilityMonitorTest(
|
|
3294
|
-
args: StartAvailabilityMonitorTestCommandInput,
|
|
3295
|
-
cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void
|
|
3296
|
-
): void;
|
|
3297
|
-
public startAvailabilityMonitorTest(
|
|
3298
|
-
args: StartAvailabilityMonitorTestCommandInput,
|
|
3299
|
-
options: __HttpHandlerOptions,
|
|
3300
|
-
cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void
|
|
3301
|
-
): void;
|
|
3302
|
-
public startAvailabilityMonitorTest(
|
|
3303
|
-
args: StartAvailabilityMonitorTestCommandInput,
|
|
3304
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void),
|
|
3305
|
-
cb?: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void
|
|
3306
|
-
): Promise<StartAvailabilityMonitorTestCommandOutput> | void {
|
|
3307
|
-
const command = new StartAvailabilityMonitorTestCommand(args);
|
|
3308
|
-
if (typeof optionsOrCb === "function") {
|
|
3309
|
-
this.send(command, optionsOrCb);
|
|
3310
|
-
} else if (typeof cb === "function") {
|
|
3311
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3312
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3313
|
-
} else {
|
|
3314
|
-
return this.send(command, optionsOrCb);
|
|
3315
|
-
}
|
|
3316
|
-
}
|
|
3317
|
-
|
|
3318
|
-
/**
|
|
3319
|
-
* <p>Starts a gateway that you previously shut down (see <a>ShutdownGateway</a>).
|
|
3320
|
-
* After the gateway starts, you can then make other API calls, your applications can read
|
|
3321
|
-
* from or write to the gateway's storage volumes and you will be able to take snapshot
|
|
3322
|
-
* backups.</p>
|
|
3323
|
-
*
|
|
3324
|
-
* <note>
|
|
3325
|
-
* <p>When you make a request, you will get a 200 OK success response immediately. However,
|
|
3326
|
-
* it might take some time for the gateway to be ready. You should call <a>DescribeGatewayInformation</a> and check the status before making any
|
|
3327
|
-
* additional API calls. For more information, see <a>ActivateGateway</a>.</p>
|
|
3328
|
-
* </note>
|
|
3329
|
-
*
|
|
3330
|
-
* <p>To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in
|
|
3331
|
-
* your request.</p>
|
|
3332
|
-
*/
|
|
3333
|
-
public startGateway(
|
|
3334
|
-
args: StartGatewayCommandInput,
|
|
3335
|
-
options?: __HttpHandlerOptions
|
|
3336
|
-
): Promise<StartGatewayCommandOutput>;
|
|
3337
|
-
public startGateway(args: StartGatewayCommandInput, cb: (err: any, data?: StartGatewayCommandOutput) => void): void;
|
|
3338
|
-
public startGateway(
|
|
3339
|
-
args: StartGatewayCommandInput,
|
|
3340
|
-
options: __HttpHandlerOptions,
|
|
3341
|
-
cb: (err: any, data?: StartGatewayCommandOutput) => void
|
|
3342
|
-
): void;
|
|
3343
|
-
public startGateway(
|
|
3344
|
-
args: StartGatewayCommandInput,
|
|
3345
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartGatewayCommandOutput) => void),
|
|
3346
|
-
cb?: (err: any, data?: StartGatewayCommandOutput) => void
|
|
3347
|
-
): Promise<StartGatewayCommandOutput> | void {
|
|
3348
|
-
const command = new StartGatewayCommand(args);
|
|
3349
|
-
if (typeof optionsOrCb === "function") {
|
|
3350
|
-
this.send(command, optionsOrCb);
|
|
3351
|
-
} else if (typeof cb === "function") {
|
|
3352
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3354
|
-
} else {
|
|
3355
|
-
return this.send(command, optionsOrCb);
|
|
3356
|
-
}
|
|
3357
|
-
}
|
|
3358
|
-
|
|
3359
|
-
/**
|
|
3360
|
-
* <p>Updates the automatic tape creation policy of a gateway. Use this to update the policy
|
|
3361
|
-
* with a new set of automatic tape creation rules. This is only supported for tape
|
|
3362
|
-
* gateways.</p>
|
|
3363
|
-
*
|
|
3364
|
-
* <p>By default, there is no automatic tape creation policy.</p>
|
|
3365
|
-
*
|
|
3366
|
-
* <note>
|
|
3367
|
-
* <p>A gateway can have only one automatic tape creation policy.</p>
|
|
3368
|
-
* </note>
|
|
3369
|
-
*/
|
|
3370
|
-
public updateAutomaticTapeCreationPolicy(
|
|
3371
|
-
args: UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
3372
|
-
options?: __HttpHandlerOptions
|
|
3373
|
-
): Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
|
|
3374
|
-
public updateAutomaticTapeCreationPolicy(
|
|
3375
|
-
args: UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
3376
|
-
cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void
|
|
3377
|
-
): void;
|
|
3378
|
-
public updateAutomaticTapeCreationPolicy(
|
|
3379
|
-
args: UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
3380
|
-
options: __HttpHandlerOptions,
|
|
3381
|
-
cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void
|
|
3382
|
-
): void;
|
|
3383
|
-
public updateAutomaticTapeCreationPolicy(
|
|
3384
|
-
args: UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
3385
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void),
|
|
3386
|
-
cb?: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void
|
|
3387
|
-
): Promise<UpdateAutomaticTapeCreationPolicyCommandOutput> | void {
|
|
3388
|
-
const command = new UpdateAutomaticTapeCreationPolicyCommand(args);
|
|
3389
|
-
if (typeof optionsOrCb === "function") {
|
|
3390
|
-
this.send(command, optionsOrCb);
|
|
3391
|
-
} else if (typeof cb === "function") {
|
|
3392
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3393
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3394
|
-
} else {
|
|
3395
|
-
return this.send(command, optionsOrCb);
|
|
3396
|
-
}
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
/**
|
|
3400
|
-
* <p>Updates the bandwidth rate limits of a gateway. You can update both the upload and
|
|
3401
|
-
* download bandwidth rate limit or specify only one of the two. If you don't set a
|
|
3402
|
-
* bandwidth rate limit, the existing rate limit remains. This operation is supported for the
|
|
3403
|
-
* stored volume, cached volume, and tape gateway types.</p>
|
|
3404
|
-
*
|
|
3405
|
-
* <p>By default, a gateway's bandwidth rate limits are not set. If you don't set
|
|
3406
|
-
* any limit, the gateway does not have any limitations on its bandwidth usage and could
|
|
3407
|
-
* potentially use the maximum available bandwidth.</p>
|
|
3408
|
-
*
|
|
3409
|
-
* <p>To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in
|
|
3410
|
-
* your request.</p>
|
|
3411
|
-
*/
|
|
3412
|
-
public updateBandwidthRateLimit(
|
|
3413
|
-
args: UpdateBandwidthRateLimitCommandInput,
|
|
3414
|
-
options?: __HttpHandlerOptions
|
|
3415
|
-
): Promise<UpdateBandwidthRateLimitCommandOutput>;
|
|
3416
|
-
public updateBandwidthRateLimit(
|
|
3417
|
-
args: UpdateBandwidthRateLimitCommandInput,
|
|
3418
|
-
cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void
|
|
3419
|
-
): void;
|
|
3420
|
-
public updateBandwidthRateLimit(
|
|
3421
|
-
args: UpdateBandwidthRateLimitCommandInput,
|
|
3422
|
-
options: __HttpHandlerOptions,
|
|
3423
|
-
cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void
|
|
3424
|
-
): void;
|
|
3425
|
-
public updateBandwidthRateLimit(
|
|
3426
|
-
args: UpdateBandwidthRateLimitCommandInput,
|
|
3427
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void),
|
|
3428
|
-
cb?: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void
|
|
3429
|
-
): Promise<UpdateBandwidthRateLimitCommandOutput> | void {
|
|
3430
|
-
const command = new UpdateBandwidthRateLimitCommand(args);
|
|
3431
|
-
if (typeof optionsOrCb === "function") {
|
|
3432
|
-
this.send(command, optionsOrCb);
|
|
3433
|
-
} else if (typeof cb === "function") {
|
|
3434
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3435
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3436
|
-
} else {
|
|
3437
|
-
return this.send(command, optionsOrCb);
|
|
3438
|
-
}
|
|
3439
|
-
}
|
|
3440
|
-
|
|
3441
|
-
/**
|
|
3442
|
-
* <p>
|
|
3443
|
-
* Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways do
|
|
3444
|
-
* not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect.
|
|
3445
|
-
* Use this to initiate or update a gateway's bandwidth rate limit schedule.
|
|
3446
|
-
* This operation is supported in the volume and tape gateway types.
|
|
3447
|
-
* </p>
|
|
3448
|
-
*/
|
|
3449
|
-
public updateBandwidthRateLimitSchedule(
|
|
3450
|
-
args: UpdateBandwidthRateLimitScheduleCommandInput,
|
|
3451
|
-
options?: __HttpHandlerOptions
|
|
3452
|
-
): Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
|
|
3453
|
-
public updateBandwidthRateLimitSchedule(
|
|
3454
|
-
args: UpdateBandwidthRateLimitScheduleCommandInput,
|
|
3455
|
-
cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void
|
|
3456
|
-
): void;
|
|
3457
|
-
public updateBandwidthRateLimitSchedule(
|
|
3458
|
-
args: UpdateBandwidthRateLimitScheduleCommandInput,
|
|
3459
|
-
options: __HttpHandlerOptions,
|
|
3460
|
-
cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void
|
|
3461
|
-
): void;
|
|
3462
|
-
public updateBandwidthRateLimitSchedule(
|
|
3463
|
-
args: UpdateBandwidthRateLimitScheduleCommandInput,
|
|
3464
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void),
|
|
3465
|
-
cb?: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void
|
|
3466
|
-
): Promise<UpdateBandwidthRateLimitScheduleCommandOutput> | void {
|
|
3467
|
-
const command = new UpdateBandwidthRateLimitScheduleCommand(args);
|
|
3468
|
-
if (typeof optionsOrCb === "function") {
|
|
3469
|
-
this.send(command, optionsOrCb);
|
|
3470
|
-
} else if (typeof cb === "function") {
|
|
3471
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3472
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3473
|
-
} else {
|
|
3474
|
-
return this.send(command, optionsOrCb);
|
|
3475
|
-
}
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
|
-
/**
|
|
3479
|
-
* <p>Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a
|
|
3480
|
-
* specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for
|
|
3481
|
-
* added security, you might use it. This operation is supported in the volume and tape
|
|
3482
|
-
* gateway types.</p>
|
|
3483
|
-
*
|
|
3484
|
-
* <important>
|
|
3485
|
-
* <p>When you update CHAP credentials, all existing connections on the target are closed
|
|
3486
|
-
* and initiators must reconnect with the new credentials.</p>
|
|
3487
|
-
* </important>
|
|
3488
|
-
*/
|
|
3489
|
-
public updateChapCredentials(
|
|
3490
|
-
args: UpdateChapCredentialsCommandInput,
|
|
3491
|
-
options?: __HttpHandlerOptions
|
|
3492
|
-
): Promise<UpdateChapCredentialsCommandOutput>;
|
|
3493
|
-
public updateChapCredentials(
|
|
3494
|
-
args: UpdateChapCredentialsCommandInput,
|
|
3495
|
-
cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void
|
|
3496
|
-
): void;
|
|
3497
|
-
public updateChapCredentials(
|
|
3498
|
-
args: UpdateChapCredentialsCommandInput,
|
|
3499
|
-
options: __HttpHandlerOptions,
|
|
3500
|
-
cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void
|
|
3501
|
-
): void;
|
|
3502
|
-
public updateChapCredentials(
|
|
3503
|
-
args: UpdateChapCredentialsCommandInput,
|
|
3504
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateChapCredentialsCommandOutput) => void),
|
|
3505
|
-
cb?: (err: any, data?: UpdateChapCredentialsCommandOutput) => void
|
|
3506
|
-
): Promise<UpdateChapCredentialsCommandOutput> | void {
|
|
3507
|
-
const command = new UpdateChapCredentialsCommand(args);
|
|
3508
|
-
if (typeof optionsOrCb === "function") {
|
|
3509
|
-
this.send(command, optionsOrCb);
|
|
3510
|
-
} else if (typeof cb === "function") {
|
|
3511
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3512
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3513
|
-
} else {
|
|
3514
|
-
return this.send(command, optionsOrCb);
|
|
3515
|
-
}
|
|
3516
|
-
}
|
|
3517
|
-
|
|
3518
|
-
/**
|
|
3519
|
-
* <p>Updates a file system association. This operation is only supported in the FSx File Gateways.</p>
|
|
3520
|
-
*/
|
|
3521
|
-
public updateFileSystemAssociation(
|
|
3522
|
-
args: UpdateFileSystemAssociationCommandInput,
|
|
3523
|
-
options?: __HttpHandlerOptions
|
|
3524
|
-
): Promise<UpdateFileSystemAssociationCommandOutput>;
|
|
3525
|
-
public updateFileSystemAssociation(
|
|
3526
|
-
args: UpdateFileSystemAssociationCommandInput,
|
|
3527
|
-
cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void
|
|
3528
|
-
): void;
|
|
3529
|
-
public updateFileSystemAssociation(
|
|
3530
|
-
args: UpdateFileSystemAssociationCommandInput,
|
|
3531
|
-
options: __HttpHandlerOptions,
|
|
3532
|
-
cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void
|
|
3533
|
-
): void;
|
|
3534
|
-
public updateFileSystemAssociation(
|
|
3535
|
-
args: UpdateFileSystemAssociationCommandInput,
|
|
3536
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFileSystemAssociationCommandOutput) => void),
|
|
3537
|
-
cb?: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void
|
|
3538
|
-
): Promise<UpdateFileSystemAssociationCommandOutput> | void {
|
|
3539
|
-
const command = new UpdateFileSystemAssociationCommand(args);
|
|
3540
|
-
if (typeof optionsOrCb === "function") {
|
|
3541
|
-
this.send(command, optionsOrCb);
|
|
3542
|
-
} else if (typeof cb === "function") {
|
|
3543
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3544
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3545
|
-
} else {
|
|
3546
|
-
return this.send(command, optionsOrCb);
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3550
|
-
/**
|
|
3551
|
-
* <p>Updates a gateway's metadata, which includes the gateway's name and time zone.
|
|
3552
|
-
* To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in
|
|
3553
|
-
* your request.</p>
|
|
3554
|
-
*
|
|
3555
|
-
* <note>
|
|
3556
|
-
* <p>For gateways activated after September 2, 2015, the gateway's ARN contains the
|
|
3557
|
-
* gateway ID rather than the gateway name. However, changing the name of the gateway has
|
|
3558
|
-
* no effect on the gateway's ARN.</p>
|
|
3559
|
-
* </note>
|
|
3560
|
-
*/
|
|
3561
|
-
public updateGatewayInformation(
|
|
3562
|
-
args: UpdateGatewayInformationCommandInput,
|
|
3563
|
-
options?: __HttpHandlerOptions
|
|
3564
|
-
): Promise<UpdateGatewayInformationCommandOutput>;
|
|
3565
|
-
public updateGatewayInformation(
|
|
3566
|
-
args: UpdateGatewayInformationCommandInput,
|
|
3567
|
-
cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
|
|
3568
|
-
): void;
|
|
3569
|
-
public updateGatewayInformation(
|
|
3570
|
-
args: UpdateGatewayInformationCommandInput,
|
|
3571
|
-
options: __HttpHandlerOptions,
|
|
3572
|
-
cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
|
|
3573
|
-
): void;
|
|
3574
|
-
public updateGatewayInformation(
|
|
3575
|
-
args: UpdateGatewayInformationCommandInput,
|
|
3576
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGatewayInformationCommandOutput) => void),
|
|
3577
|
-
cb?: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
|
|
3578
|
-
): Promise<UpdateGatewayInformationCommandOutput> | void {
|
|
3579
|
-
const command = new UpdateGatewayInformationCommand(args);
|
|
3580
|
-
if (typeof optionsOrCb === "function") {
|
|
3581
|
-
this.send(command, optionsOrCb);
|
|
3582
|
-
} else if (typeof cb === "function") {
|
|
3583
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3584
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3585
|
-
} else {
|
|
3586
|
-
return this.send(command, optionsOrCb);
|
|
3587
|
-
}
|
|
3588
|
-
}
|
|
3589
|
-
|
|
3590
|
-
/**
|
|
3591
|
-
* <p>Updates the gateway virtual machine (VM) software. The request immediately triggers the
|
|
3592
|
-
* software update.</p>
|
|
3593
|
-
*
|
|
3594
|
-
* <note>
|
|
3595
|
-
* <p>When you make this request, you get a <code>200 OK</code> success response
|
|
3596
|
-
* immediately. However, it might take some time for the update to complete. You can call
|
|
3597
|
-
* <a>DescribeGatewayInformation</a> to verify the gateway is in the
|
|
3598
|
-
* <code>STATE_RUNNING</code> state.</p>
|
|
3599
|
-
* </note>
|
|
3600
|
-
*
|
|
3601
|
-
* <important>
|
|
3602
|
-
* <p>A software update forces a system restart of your gateway. You can minimize the
|
|
3603
|
-
* chance of any disruption to your applications by increasing your iSCSI Initiators'
|
|
3604
|
-
* timeouts. For more information about increasing iSCSI Initiator timeouts for Windows and
|
|
3605
|
-
* Linux, see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorWindowsClient.html#CustomizeWindowsiSCSISettings">Customizing your Windows iSCSI settings</a> and <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorRedHatClient.html#CustomizeLinuxiSCSISettings">Customizing your Linux iSCSI settings</a>, respectively.</p>
|
|
3606
|
-
* </important>
|
|
3607
|
-
*/
|
|
3608
|
-
public updateGatewaySoftwareNow(
|
|
3609
|
-
args: UpdateGatewaySoftwareNowCommandInput,
|
|
3610
|
-
options?: __HttpHandlerOptions
|
|
3611
|
-
): Promise<UpdateGatewaySoftwareNowCommandOutput>;
|
|
3612
|
-
public updateGatewaySoftwareNow(
|
|
3613
|
-
args: UpdateGatewaySoftwareNowCommandInput,
|
|
3614
|
-
cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
|
|
3615
|
-
): void;
|
|
3616
|
-
public updateGatewaySoftwareNow(
|
|
3617
|
-
args: UpdateGatewaySoftwareNowCommandInput,
|
|
3618
|
-
options: __HttpHandlerOptions,
|
|
3619
|
-
cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
|
|
3620
|
-
): void;
|
|
3621
|
-
public updateGatewaySoftwareNow(
|
|
3622
|
-
args: UpdateGatewaySoftwareNowCommandInput,
|
|
3623
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void),
|
|
3624
|
-
cb?: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
|
|
3625
|
-
): Promise<UpdateGatewaySoftwareNowCommandOutput> | void {
|
|
3626
|
-
const command = new UpdateGatewaySoftwareNowCommand(args);
|
|
3627
|
-
if (typeof optionsOrCb === "function") {
|
|
3628
|
-
this.send(command, optionsOrCb);
|
|
3629
|
-
} else if (typeof cb === "function") {
|
|
3630
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3631
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3632
|
-
} else {
|
|
3633
|
-
return this.send(command, optionsOrCb);
|
|
3634
|
-
}
|
|
3635
|
-
}
|
|
3636
|
-
|
|
3637
|
-
/**
|
|
3638
|
-
* <p>Updates a gateway's weekly maintenance start time information, including day and
|
|
3639
|
-
* time of the week. The maintenance time is the time in your gateway's time zone.</p>
|
|
3640
|
-
*/
|
|
3641
|
-
public updateMaintenanceStartTime(
|
|
3642
|
-
args: UpdateMaintenanceStartTimeCommandInput,
|
|
3643
|
-
options?: __HttpHandlerOptions
|
|
3644
|
-
): Promise<UpdateMaintenanceStartTimeCommandOutput>;
|
|
3645
|
-
public updateMaintenanceStartTime(
|
|
3646
|
-
args: UpdateMaintenanceStartTimeCommandInput,
|
|
3647
|
-
cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void
|
|
3648
|
-
): void;
|
|
3649
|
-
public updateMaintenanceStartTime(
|
|
3650
|
-
args: UpdateMaintenanceStartTimeCommandInput,
|
|
3651
|
-
options: __HttpHandlerOptions,
|
|
3652
|
-
cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void
|
|
3653
|
-
): void;
|
|
3654
|
-
public updateMaintenanceStartTime(
|
|
3655
|
-
args: UpdateMaintenanceStartTimeCommandInput,
|
|
3656
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void),
|
|
3657
|
-
cb?: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void
|
|
3658
|
-
): Promise<UpdateMaintenanceStartTimeCommandOutput> | void {
|
|
3659
|
-
const command = new UpdateMaintenanceStartTimeCommand(args);
|
|
3660
|
-
if (typeof optionsOrCb === "function") {
|
|
3661
|
-
this.send(command, optionsOrCb);
|
|
3662
|
-
} else if (typeof cb === "function") {
|
|
3663
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3664
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3665
|
-
} else {
|
|
3666
|
-
return this.send(command, optionsOrCb);
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
|
|
3670
|
-
/**
|
|
3671
|
-
* <p>Updates a Network File System (NFS) file share. This operation is only supported in S3 File Gateways.</p>
|
|
3672
|
-
*
|
|
3673
|
-
* <note>
|
|
3674
|
-
* <p>To leave a file share field unchanged, set the corresponding input field to
|
|
3675
|
-
* null.</p>
|
|
3676
|
-
* </note>
|
|
3677
|
-
*
|
|
3678
|
-
* <p>Updates the following file share settings:</p>
|
|
3679
|
-
*
|
|
3680
|
-
* <ul>
|
|
3681
|
-
* <li>
|
|
3682
|
-
* <p>Default storage class for your S3 bucket</p>
|
|
3683
|
-
* </li>
|
|
3684
|
-
* <li>
|
|
3685
|
-
* <p>Metadata defaults for your S3 bucket</p>
|
|
3686
|
-
* </li>
|
|
3687
|
-
* <li>
|
|
3688
|
-
* <p>Allowed NFS clients for your file share</p>
|
|
3689
|
-
* </li>
|
|
3690
|
-
* <li>
|
|
3691
|
-
* <p>Squash settings</p>
|
|
3692
|
-
* </li>
|
|
3693
|
-
* <li>
|
|
3694
|
-
* <p>Write status of your file share</p>
|
|
3695
|
-
* </li>
|
|
3696
|
-
* </ul>
|
|
3697
|
-
*/
|
|
3698
|
-
public updateNFSFileShare(
|
|
3699
|
-
args: UpdateNFSFileShareCommandInput,
|
|
3700
|
-
options?: __HttpHandlerOptions
|
|
3701
|
-
): Promise<UpdateNFSFileShareCommandOutput>;
|
|
3702
|
-
public updateNFSFileShare(
|
|
3703
|
-
args: UpdateNFSFileShareCommandInput,
|
|
3704
|
-
cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void
|
|
3705
|
-
): void;
|
|
3706
|
-
public updateNFSFileShare(
|
|
3707
|
-
args: UpdateNFSFileShareCommandInput,
|
|
3708
|
-
options: __HttpHandlerOptions,
|
|
3709
|
-
cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void
|
|
3710
|
-
): void;
|
|
3711
|
-
public updateNFSFileShare(
|
|
3712
|
-
args: UpdateNFSFileShareCommandInput,
|
|
3713
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateNFSFileShareCommandOutput) => void),
|
|
3714
|
-
cb?: (err: any, data?: UpdateNFSFileShareCommandOutput) => void
|
|
3715
|
-
): Promise<UpdateNFSFileShareCommandOutput> | void {
|
|
3716
|
-
const command = new UpdateNFSFileShareCommand(args);
|
|
3717
|
-
if (typeof optionsOrCb === "function") {
|
|
3718
|
-
this.send(command, optionsOrCb);
|
|
3719
|
-
} else if (typeof cb === "function") {
|
|
3720
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3721
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3722
|
-
} else {
|
|
3723
|
-
return this.send(command, optionsOrCb);
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
|
|
3727
|
-
/**
|
|
3728
|
-
* <p>Updates a Server Message Block (SMB) file share. This operation is only supported for
|
|
3729
|
-
* S3 File Gateways.</p>
|
|
3730
|
-
*
|
|
3731
|
-
* <note>
|
|
3732
|
-
* <p>To leave a file share field unchanged, set the corresponding input field to
|
|
3733
|
-
* null.</p>
|
|
3734
|
-
* </note>
|
|
3735
|
-
*
|
|
3736
|
-
* <important>
|
|
3737
|
-
* <p>File gateways require Security Token Service (STS) to be activated to enable
|
|
3738
|
-
* you to create a file share. Make sure that STS is activated in the Region you
|
|
3739
|
-
* are creating your file gateway in. If STS is not activated in this Region,
|
|
3740
|
-
* activate it. For information about how to activate STS, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
|
3741
|
-
* deactivating STS in an Region</a> in the <i>Identity and Access Management
|
|
3742
|
-
* User Guide</i>.</p>
|
|
3743
|
-
*
|
|
3744
|
-
* <p>File gateways don't support creating hard or symbolic links on a file
|
|
3745
|
-
* share.</p>
|
|
3746
|
-
* </important>
|
|
3747
|
-
*/
|
|
3748
|
-
public updateSMBFileShare(
|
|
3749
|
-
args: UpdateSMBFileShareCommandInput,
|
|
3750
|
-
options?: __HttpHandlerOptions
|
|
3751
|
-
): Promise<UpdateSMBFileShareCommandOutput>;
|
|
3752
|
-
public updateSMBFileShare(
|
|
3753
|
-
args: UpdateSMBFileShareCommandInput,
|
|
3754
|
-
cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void
|
|
3755
|
-
): void;
|
|
3756
|
-
public updateSMBFileShare(
|
|
3757
|
-
args: UpdateSMBFileShareCommandInput,
|
|
3758
|
-
options: __HttpHandlerOptions,
|
|
3759
|
-
cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void
|
|
3760
|
-
): void;
|
|
3761
|
-
public updateSMBFileShare(
|
|
3762
|
-
args: UpdateSMBFileShareCommandInput,
|
|
3763
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateSMBFileShareCommandOutput) => void),
|
|
3764
|
-
cb?: (err: any, data?: UpdateSMBFileShareCommandOutput) => void
|
|
3765
|
-
): Promise<UpdateSMBFileShareCommandOutput> | void {
|
|
3766
|
-
const command = new UpdateSMBFileShareCommand(args);
|
|
3767
|
-
if (typeof optionsOrCb === "function") {
|
|
3768
|
-
this.send(command, optionsOrCb);
|
|
3769
|
-
} else if (typeof cb === "function") {
|
|
3770
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3771
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3772
|
-
} else {
|
|
3773
|
-
return this.send(command, optionsOrCb);
|
|
3774
|
-
}
|
|
3775
|
-
}
|
|
3776
|
-
|
|
3777
|
-
/**
|
|
3778
|
-
* <p>Controls whether the shares on an S3 File Gateway are visible in a net view or browse
|
|
3779
|
-
* list. The operation is only supported for S3 File Gateways.</p>
|
|
3780
|
-
*/
|
|
3781
|
-
public updateSMBFileShareVisibility(
|
|
3782
|
-
args: UpdateSMBFileShareVisibilityCommandInput,
|
|
3783
|
-
options?: __HttpHandlerOptions
|
|
3784
|
-
): Promise<UpdateSMBFileShareVisibilityCommandOutput>;
|
|
3785
|
-
public updateSMBFileShareVisibility(
|
|
3786
|
-
args: UpdateSMBFileShareVisibilityCommandInput,
|
|
3787
|
-
cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void
|
|
3788
|
-
): void;
|
|
3789
|
-
public updateSMBFileShareVisibility(
|
|
3790
|
-
args: UpdateSMBFileShareVisibilityCommandInput,
|
|
3791
|
-
options: __HttpHandlerOptions,
|
|
3792
|
-
cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void
|
|
3793
|
-
): void;
|
|
3794
|
-
public updateSMBFileShareVisibility(
|
|
3795
|
-
args: UpdateSMBFileShareVisibilityCommandInput,
|
|
3796
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void),
|
|
3797
|
-
cb?: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void
|
|
3798
|
-
): Promise<UpdateSMBFileShareVisibilityCommandOutput> | void {
|
|
3799
|
-
const command = new UpdateSMBFileShareVisibilityCommand(args);
|
|
3800
|
-
if (typeof optionsOrCb === "function") {
|
|
3801
|
-
this.send(command, optionsOrCb);
|
|
3802
|
-
} else if (typeof cb === "function") {
|
|
3803
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3804
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3805
|
-
} else {
|
|
3806
|
-
return this.send(command, optionsOrCb);
|
|
3807
|
-
}
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
/**
|
|
3811
|
-
* <p>Updates the SMB security strategy on a file gateway. This action is only supported in
|
|
3812
|
-
* file gateways.</p>
|
|
3813
|
-
*
|
|
3814
|
-
* <note>
|
|
3815
|
-
* <p>This API is called Security level in the User Guide.</p>
|
|
3816
|
-
*
|
|
3817
|
-
* <p>A higher security level can affect performance of the gateway.</p>
|
|
3818
|
-
* </note>
|
|
3819
|
-
*/
|
|
3820
|
-
public updateSMBSecurityStrategy(
|
|
3821
|
-
args: UpdateSMBSecurityStrategyCommandInput,
|
|
3822
|
-
options?: __HttpHandlerOptions
|
|
3823
|
-
): Promise<UpdateSMBSecurityStrategyCommandOutput>;
|
|
3824
|
-
public updateSMBSecurityStrategy(
|
|
3825
|
-
args: UpdateSMBSecurityStrategyCommandInput,
|
|
3826
|
-
cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void
|
|
3827
|
-
): void;
|
|
3828
|
-
public updateSMBSecurityStrategy(
|
|
3829
|
-
args: UpdateSMBSecurityStrategyCommandInput,
|
|
3830
|
-
options: __HttpHandlerOptions,
|
|
3831
|
-
cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void
|
|
3832
|
-
): void;
|
|
3833
|
-
public updateSMBSecurityStrategy(
|
|
3834
|
-
args: UpdateSMBSecurityStrategyCommandInput,
|
|
3835
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void),
|
|
3836
|
-
cb?: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void
|
|
3837
|
-
): Promise<UpdateSMBSecurityStrategyCommandOutput> | void {
|
|
3838
|
-
const command = new UpdateSMBSecurityStrategyCommand(args);
|
|
3839
|
-
if (typeof optionsOrCb === "function") {
|
|
3840
|
-
this.send(command, optionsOrCb);
|
|
3841
|
-
} else if (typeof cb === "function") {
|
|
3842
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3844
|
-
} else {
|
|
3845
|
-
return this.send(command, optionsOrCb);
|
|
3846
|
-
}
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
/**
|
|
3850
|
-
* <p>Updates a snapshot schedule configured for a gateway volume. This operation is only
|
|
3851
|
-
* supported in the cached volume and stored volume gateway types.</p>
|
|
3852
|
-
*
|
|
3853
|
-
* <p>The default snapshot schedule for volume is once every 24 hours, starting at the
|
|
3854
|
-
* creation time of the volume. You can use this API to change the snapshot schedule
|
|
3855
|
-
* configured for the volume.</p>
|
|
3856
|
-
*
|
|
3857
|
-
* <p>In the request you must identify the gateway volume whose snapshot schedule you want to
|
|
3858
|
-
* update, and the schedule information, including when you want the snapshot to begin on a
|
|
3859
|
-
* day and the frequency (in hours) of snapshots.</p>
|
|
3860
|
-
*/
|
|
3861
|
-
public updateSnapshotSchedule(
|
|
3862
|
-
args: UpdateSnapshotScheduleCommandInput,
|
|
3863
|
-
options?: __HttpHandlerOptions
|
|
3864
|
-
): Promise<UpdateSnapshotScheduleCommandOutput>;
|
|
3865
|
-
public updateSnapshotSchedule(
|
|
3866
|
-
args: UpdateSnapshotScheduleCommandInput,
|
|
3867
|
-
cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void
|
|
3868
|
-
): void;
|
|
3869
|
-
public updateSnapshotSchedule(
|
|
3870
|
-
args: UpdateSnapshotScheduleCommandInput,
|
|
3871
|
-
options: __HttpHandlerOptions,
|
|
3872
|
-
cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void
|
|
3873
|
-
): void;
|
|
3874
|
-
public updateSnapshotSchedule(
|
|
3875
|
-
args: UpdateSnapshotScheduleCommandInput,
|
|
3876
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateSnapshotScheduleCommandOutput) => void),
|
|
3877
|
-
cb?: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void
|
|
3878
|
-
): Promise<UpdateSnapshotScheduleCommandOutput> | void {
|
|
3879
|
-
const command = new UpdateSnapshotScheduleCommand(args);
|
|
3880
|
-
if (typeof optionsOrCb === "function") {
|
|
3881
|
-
this.send(command, optionsOrCb);
|
|
3882
|
-
} else if (typeof cb === "function") {
|
|
3883
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3884
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3885
|
-
} else {
|
|
3886
|
-
return this.send(command, optionsOrCb);
|
|
3887
|
-
}
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
/**
|
|
3891
|
-
* <p>Updates the type of medium changer in a tape gateway. When you activate a tape gateway,
|
|
3892
|
-
* you select a medium changer type for the tape gateway. This operation enables you to select
|
|
3893
|
-
* a different type of medium changer after a tape gateway is activated. This operation is
|
|
3894
|
-
* only supported in the tape gateway type.</p>
|
|
3895
|
-
*/
|
|
3896
|
-
public updateVTLDeviceType(
|
|
3897
|
-
args: UpdateVTLDeviceTypeCommandInput,
|
|
3898
|
-
options?: __HttpHandlerOptions
|
|
3899
|
-
): Promise<UpdateVTLDeviceTypeCommandOutput>;
|
|
3900
|
-
public updateVTLDeviceType(
|
|
3901
|
-
args: UpdateVTLDeviceTypeCommandInput,
|
|
3902
|
-
cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
|
|
3903
|
-
): void;
|
|
3904
|
-
public updateVTLDeviceType(
|
|
3905
|
-
args: UpdateVTLDeviceTypeCommandInput,
|
|
3906
|
-
options: __HttpHandlerOptions,
|
|
3907
|
-
cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
|
|
3908
|
-
): void;
|
|
3909
|
-
public updateVTLDeviceType(
|
|
3910
|
-
args: UpdateVTLDeviceTypeCommandInput,
|
|
3911
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void),
|
|
3912
|
-
cb?: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
|
|
3913
|
-
): Promise<UpdateVTLDeviceTypeCommandOutput> | void {
|
|
3914
|
-
const command = new UpdateVTLDeviceTypeCommand(args);
|
|
3915
|
-
if (typeof optionsOrCb === "function") {
|
|
3916
|
-
this.send(command, optionsOrCb);
|
|
3917
|
-
} else if (typeof cb === "function") {
|
|
3918
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3919
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3920
|
-
} else {
|
|
3921
|
-
return this.send(command, optionsOrCb);
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
}
|