@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
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
10
|
+
import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
11
|
+
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
12
|
+
import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
13
|
+
import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
14
|
+
import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
15
|
+
import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
|
|
16
|
+
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
17
|
+
import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
18
|
+
import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
19
|
+
import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
|
|
20
|
+
import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
21
|
+
import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
22
|
+
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
23
|
+
import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
24
|
+
import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
25
|
+
import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
26
|
+
import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
27
|
+
import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
|
|
28
|
+
import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
29
|
+
import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
30
|
+
import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
|
|
31
|
+
import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
32
|
+
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
33
|
+
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
34
|
+
import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
35
|
+
import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
36
|
+
import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
37
|
+
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
38
|
+
import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
39
|
+
import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
|
|
40
|
+
import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
41
|
+
import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
42
|
+
import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
43
|
+
import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
|
|
44
|
+
import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
|
|
45
|
+
import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
|
|
46
|
+
import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
47
|
+
import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
|
|
48
|
+
import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
|
|
49
|
+
import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
|
|
50
|
+
import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
|
|
51
|
+
import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
52
|
+
import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
|
|
53
|
+
import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
54
|
+
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
55
|
+
import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
|
|
56
|
+
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
57
|
+
import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
|
|
58
|
+
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
59
|
+
import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
60
|
+
import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
|
|
61
|
+
import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
62
|
+
import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
63
|
+
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
64
|
+
import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
|
|
65
|
+
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
66
|
+
import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
67
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
68
|
+
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
69
|
+
import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
70
|
+
import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
|
|
71
|
+
import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
72
|
+
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
73
|
+
import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
74
|
+
import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
75
|
+
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
76
|
+
import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
77
|
+
import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
|
|
78
|
+
import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
79
|
+
import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
|
|
80
|
+
import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
|
|
81
|
+
import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
82
|
+
import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
|
|
83
|
+
import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
84
|
+
import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
85
|
+
import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
|
|
86
|
+
import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
87
|
+
import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
|
|
88
|
+
import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
|
|
89
|
+
import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
|
|
90
|
+
import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
91
|
+
import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
92
|
+
import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
93
|
+
import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
94
|
+
import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
95
|
+
import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
96
|
+
import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
|
|
97
|
+
import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
98
|
+
export declare type ServiceInputTypes = ActivateGatewayCommandInput | AddCacheCommandInput | AddTagsToResourceCommandInput | AddUploadBufferCommandInput | AddWorkingStorageCommandInput | AssignTapePoolCommandInput | AssociateFileSystemCommandInput | AttachVolumeCommandInput | CancelArchivalCommandInput | CancelRetrievalCommandInput | CreateCachediSCSIVolumeCommandInput | CreateNFSFileShareCommandInput | CreateSMBFileShareCommandInput | CreateSnapshotCommandInput | CreateSnapshotFromVolumeRecoveryPointCommandInput | CreateStorediSCSIVolumeCommandInput | CreateTapePoolCommandInput | CreateTapeWithBarcodeCommandInput | CreateTapesCommandInput | DeleteAutomaticTapeCreationPolicyCommandInput | DeleteBandwidthRateLimitCommandInput | DeleteChapCredentialsCommandInput | DeleteFileShareCommandInput | DeleteGatewayCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTapeArchiveCommandInput | DeleteTapeCommandInput | DeleteTapePoolCommandInput | DeleteVolumeCommandInput | DescribeAvailabilityMonitorTestCommandInput | DescribeBandwidthRateLimitCommandInput | DescribeBandwidthRateLimitScheduleCommandInput | DescribeCacheCommandInput | DescribeCachediSCSIVolumesCommandInput | DescribeChapCredentialsCommandInput | DescribeFileSystemAssociationsCommandInput | DescribeGatewayInformationCommandInput | DescribeMaintenanceStartTimeCommandInput | DescribeNFSFileSharesCommandInput | DescribeSMBFileSharesCommandInput | DescribeSMBSettingsCommandInput | DescribeSnapshotScheduleCommandInput | DescribeStorediSCSIVolumesCommandInput | DescribeTapeArchivesCommandInput | DescribeTapeRecoveryPointsCommandInput | DescribeTapesCommandInput | DescribeUploadBufferCommandInput | DescribeVTLDevicesCommandInput | DescribeWorkingStorageCommandInput | DetachVolumeCommandInput | DisableGatewayCommandInput | DisassociateFileSystemCommandInput | JoinDomainCommandInput | ListAutomaticTapeCreationPoliciesCommandInput | ListFileSharesCommandInput | ListFileSystemAssociationsCommandInput | ListGatewaysCommandInput | ListLocalDisksCommandInput | ListTagsForResourceCommandInput | ListTapePoolsCommandInput | ListTapesCommandInput | ListVolumeInitiatorsCommandInput | ListVolumeRecoveryPointsCommandInput | ListVolumesCommandInput | NotifyWhenUploadedCommandInput | RefreshCacheCommandInput | RemoveTagsFromResourceCommandInput | ResetCacheCommandInput | RetrieveTapeArchiveCommandInput | RetrieveTapeRecoveryPointCommandInput | SetLocalConsolePasswordCommandInput | SetSMBGuestPasswordCommandInput | ShutdownGatewayCommandInput | StartAvailabilityMonitorTestCommandInput | StartGatewayCommandInput | UpdateAutomaticTapeCreationPolicyCommandInput | UpdateBandwidthRateLimitCommandInput | UpdateBandwidthRateLimitScheduleCommandInput | UpdateChapCredentialsCommandInput | UpdateFileSystemAssociationCommandInput | UpdateGatewayInformationCommandInput | UpdateGatewaySoftwareNowCommandInput | UpdateMaintenanceStartTimeCommandInput | UpdateNFSFileShareCommandInput | UpdateSMBFileShareCommandInput | UpdateSMBFileShareVisibilityCommandInput | UpdateSMBSecurityStrategyCommandInput | UpdateSnapshotScheduleCommandInput | UpdateVTLDeviceTypeCommandInput;
|
|
99
|
+
export declare type ServiceOutputTypes = ActivateGatewayCommandOutput | AddCacheCommandOutput | AddTagsToResourceCommandOutput | AddUploadBufferCommandOutput | AddWorkingStorageCommandOutput | AssignTapePoolCommandOutput | AssociateFileSystemCommandOutput | AttachVolumeCommandOutput | CancelArchivalCommandOutput | CancelRetrievalCommandOutput | CreateCachediSCSIVolumeCommandOutput | CreateNFSFileShareCommandOutput | CreateSMBFileShareCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotFromVolumeRecoveryPointCommandOutput | CreateStorediSCSIVolumeCommandOutput | CreateTapePoolCommandOutput | CreateTapeWithBarcodeCommandOutput | CreateTapesCommandOutput | DeleteAutomaticTapeCreationPolicyCommandOutput | DeleteBandwidthRateLimitCommandOutput | DeleteChapCredentialsCommandOutput | DeleteFileShareCommandOutput | DeleteGatewayCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTapeArchiveCommandOutput | DeleteTapeCommandOutput | DeleteTapePoolCommandOutput | DeleteVolumeCommandOutput | DescribeAvailabilityMonitorTestCommandOutput | DescribeBandwidthRateLimitCommandOutput | DescribeBandwidthRateLimitScheduleCommandOutput | DescribeCacheCommandOutput | DescribeCachediSCSIVolumesCommandOutput | DescribeChapCredentialsCommandOutput | DescribeFileSystemAssociationsCommandOutput | DescribeGatewayInformationCommandOutput | DescribeMaintenanceStartTimeCommandOutput | DescribeNFSFileSharesCommandOutput | DescribeSMBFileSharesCommandOutput | DescribeSMBSettingsCommandOutput | DescribeSnapshotScheduleCommandOutput | DescribeStorediSCSIVolumesCommandOutput | DescribeTapeArchivesCommandOutput | DescribeTapeRecoveryPointsCommandOutput | DescribeTapesCommandOutput | DescribeUploadBufferCommandOutput | DescribeVTLDevicesCommandOutput | DescribeWorkingStorageCommandOutput | DetachVolumeCommandOutput | DisableGatewayCommandOutput | DisassociateFileSystemCommandOutput | JoinDomainCommandOutput | ListAutomaticTapeCreationPoliciesCommandOutput | ListFileSharesCommandOutput | ListFileSystemAssociationsCommandOutput | ListGatewaysCommandOutput | ListLocalDisksCommandOutput | ListTagsForResourceCommandOutput | ListTapePoolsCommandOutput | ListTapesCommandOutput | ListVolumeInitiatorsCommandOutput | ListVolumeRecoveryPointsCommandOutput | ListVolumesCommandOutput | NotifyWhenUploadedCommandOutput | RefreshCacheCommandOutput | RemoveTagsFromResourceCommandOutput | ResetCacheCommandOutput | RetrieveTapeArchiveCommandOutput | RetrieveTapeRecoveryPointCommandOutput | SetLocalConsolePasswordCommandOutput | SetSMBGuestPasswordCommandOutput | ShutdownGatewayCommandOutput | StartAvailabilityMonitorTestCommandOutput | StartGatewayCommandOutput | UpdateAutomaticTapeCreationPolicyCommandOutput | UpdateBandwidthRateLimitCommandOutput | UpdateBandwidthRateLimitScheduleCommandOutput | UpdateChapCredentialsCommandOutput | UpdateFileSystemAssociationCommandOutput | UpdateGatewayInformationCommandOutput | UpdateGatewaySoftwareNowCommandOutput | UpdateMaintenanceStartTimeCommandOutput | UpdateNFSFileShareCommandOutput | UpdateSMBFileShareCommandOutput | UpdateSMBFileShareVisibilityCommandOutput | UpdateSMBSecurityStrategyCommandOutput | UpdateSnapshotScheduleCommandOutput | UpdateVTLDeviceTypeCommandOutput;
|
|
100
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
101
|
+
/**
|
|
102
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
103
|
+
*/
|
|
104
|
+
requestHandler?: __HttpHandler;
|
|
105
|
+
/**
|
|
106
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
107
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
sha256?: __HashConstructor;
|
|
111
|
+
/**
|
|
112
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
115
|
+
urlParser?: __UrlParser;
|
|
116
|
+
/**
|
|
117
|
+
* A function that can calculate the length of a request body.
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* A function that converts a stream into an array of bytes.
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
125
|
+
streamCollector?: __StreamCollector;
|
|
126
|
+
/**
|
|
127
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
base64Decoder?: __Decoder;
|
|
131
|
+
/**
|
|
132
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
base64Encoder?: __Encoder;
|
|
136
|
+
/**
|
|
137
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
140
|
+
utf8Decoder?: __Decoder;
|
|
141
|
+
/**
|
|
142
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
145
|
+
utf8Encoder?: __Encoder;
|
|
146
|
+
/**
|
|
147
|
+
* The runtime environment.
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
runtime?: string;
|
|
151
|
+
/**
|
|
152
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
153
|
+
* trait of an operation.
|
|
154
|
+
*/
|
|
155
|
+
disableHostPrefix?: boolean;
|
|
156
|
+
/**
|
|
157
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
158
|
+
*/
|
|
159
|
+
maxAttempts?: number | __Provider<number>;
|
|
160
|
+
/**
|
|
161
|
+
* Specifies which retry algorithm to use.
|
|
162
|
+
*/
|
|
163
|
+
retryMode?: string | __Provider<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Optional logger for logging debug/info/warn/error.
|
|
166
|
+
*/
|
|
167
|
+
logger?: __Logger;
|
|
168
|
+
/**
|
|
169
|
+
* Unique service identifier.
|
|
170
|
+
* @internal
|
|
171
|
+
*/
|
|
172
|
+
serviceId?: string;
|
|
173
|
+
/**
|
|
174
|
+
* The AWS region to which this client will send requests
|
|
175
|
+
*/
|
|
176
|
+
region?: string | __Provider<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Default credentials provider; Not available in browser runtime.
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
+
/**
|
|
183
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
186
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
187
|
+
/**
|
|
188
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
189
|
+
* @internal
|
|
190
|
+
*/
|
|
191
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
192
|
+
}
|
|
193
|
+
declare type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
194
|
+
/**
|
|
195
|
+
* The configuration interface of StorageGatewayClient class constructor that set the region, credentials and other options.
|
|
196
|
+
*/
|
|
197
|
+
export interface StorageGatewayClientConfig extends StorageGatewayClientConfigType {
|
|
198
|
+
}
|
|
199
|
+
declare type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
200
|
+
/**
|
|
201
|
+
* The resolved configuration interface of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
|
|
202
|
+
*/
|
|
203
|
+
export interface StorageGatewayClientResolvedConfig extends StorageGatewayClientResolvedConfigType {
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* <fullname>Storage Gateway Service</fullname>
|
|
207
|
+
*
|
|
208
|
+
* <p>Storage Gateway is the service that connects an on-premises software appliance with
|
|
209
|
+
* cloud-based storage to provide seamless and secure integration between an
|
|
210
|
+
* organization's on-premises IT environment and the Amazon Web Services storage infrastructure. The
|
|
211
|
+
* service enables you to securely upload data to the Cloud for cost effective backup and
|
|
212
|
+
* rapid disaster recovery.</p>
|
|
213
|
+
*
|
|
214
|
+
* <p>Use the following links to get started using the <i>Storage Gateway Service
|
|
215
|
+
* API Reference</i>:</p>
|
|
216
|
+
*
|
|
217
|
+
* <ul>
|
|
218
|
+
* <li>
|
|
219
|
+
* <p>
|
|
220
|
+
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewayHTTPRequestsHeaders">Storage Gateway required request headers</a>: Describes the required
|
|
221
|
+
* headers that you must send with every POST request to Storage Gateway.</p>
|
|
222
|
+
* </li>
|
|
223
|
+
* <li>
|
|
224
|
+
* <p>
|
|
225
|
+
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewaySigningRequests">Signing requests</a>: Storage Gateway requires that you authenticate
|
|
226
|
+
* every request you send; this topic describes how sign such a request.</p>
|
|
227
|
+
* </li>
|
|
228
|
+
* <li>
|
|
229
|
+
* <p>
|
|
230
|
+
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#APIErrorResponses">Error responses</a>: Provides reference information about Storage Gateway
|
|
231
|
+
* errors.</p>
|
|
232
|
+
* </li>
|
|
233
|
+
* <li>
|
|
234
|
+
* <p>
|
|
235
|
+
* <a href="https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_Operations.html">Operations in
|
|
236
|
+
* Storage Gateway</a>: Contains detailed descriptions of all Storage Gateway
|
|
237
|
+
* operations, their request parameters, response elements, possible errors, and
|
|
238
|
+
* examples of requests and responses.</p>
|
|
239
|
+
* </li>
|
|
240
|
+
* <li>
|
|
241
|
+
* <p>
|
|
242
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/sg.html">Storage Gateway
|
|
243
|
+
* endpoints and quotas</a>: Provides a list of each Region and the endpoints
|
|
244
|
+
* available for use with Storage Gateway.</p>
|
|
245
|
+
* </li>
|
|
246
|
+
* </ul>
|
|
247
|
+
*
|
|
248
|
+
* <note>
|
|
249
|
+
* <p>Storage Gateway resource IDs are in uppercase. When you use these resource IDs
|
|
250
|
+
* with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your
|
|
251
|
+
* resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the
|
|
252
|
+
* ID for a volume might be <code>vol-AA22BB012345DAF670</code>. When you use this ID with
|
|
253
|
+
* the EC2 API, you must change it to <code>vol-aa22bb012345daf670</code>. Otherwise, the
|
|
254
|
+
* EC2 API might not behave as expected.</p>
|
|
255
|
+
* </note>
|
|
256
|
+
*
|
|
257
|
+
* <important>
|
|
258
|
+
* <p>IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway volumes
|
|
259
|
+
* are changing to a longer format. Starting in December 2016, all new volumes and
|
|
260
|
+
* snapshots will be created with a 17-character string. Starting in April 2016, you will
|
|
261
|
+
* be able to use these longer IDs so you can test your systems with the new format. For
|
|
262
|
+
* more information, see <a href="http://aws.amazon.com/ec2/faqs/#longer-ids">Longer EC2 and
|
|
263
|
+
* EBS resource IDs</a>.</p>
|
|
264
|
+
*
|
|
265
|
+
* <p>For example, a volume Amazon Resource Name (ARN) with the longer volume ID format
|
|
266
|
+
* looks like the following:</p>
|
|
267
|
+
*
|
|
268
|
+
* <p>
|
|
269
|
+
* <code>arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG</code>.</p>
|
|
270
|
+
*
|
|
271
|
+
* <p>A snapshot ID with the longer ID format looks like the following:
|
|
272
|
+
* <code>snap-78e226633445566ee</code>.</p>
|
|
273
|
+
*
|
|
274
|
+
* <p>For more information, see <a href="http://forums.aws.amazon.com/ann.jspa?annID=3557">Announcement:
|
|
275
|
+
* Heads-up – Longer Storage Gateway volume and snapshot IDs coming in
|
|
276
|
+
* 2016</a>.</p>
|
|
277
|
+
* </important>
|
|
278
|
+
*/
|
|
279
|
+
export declare class StorageGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig> {
|
|
280
|
+
/**
|
|
281
|
+
* The resolved configuration of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
|
|
282
|
+
*/
|
|
283
|
+
readonly config: StorageGatewayClientResolvedConfig;
|
|
284
|
+
constructor(configuration: StorageGatewayClientConfig);
|
|
285
|
+
/**
|
|
286
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
287
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
288
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
289
|
+
*/
|
|
290
|
+
destroy(): void;
|
|
291
|
+
}
|
|
292
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivateGatewayInput, ActivateGatewayOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface ActivateGatewayCommandInput extends ActivateGatewayInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Activates the gateway you previously deployed on your host. In the activation process,
|
|
11
|
+
* you specify information such as the Region that you want to use for storing snapshots
|
|
12
|
+
* or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an
|
|
13
|
+
* activation key, and a name for your gateway. The activation process also associates your
|
|
14
|
+
* gateway with your account. For more information, see <a>UpdateGatewayInformation</a>.</p>
|
|
15
|
+
* <note>
|
|
16
|
+
* <p>You must turn on the gateway VM before you can activate your gateway.</p>
|
|
17
|
+
* </note>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { StorageGatewayClient, ActivateGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
22
|
+
* // const { StorageGatewayClient, ActivateGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
23
|
+
* const client = new StorageGatewayClient(config);
|
|
24
|
+
* const command = new ActivateGatewayCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link ActivateGatewayCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link ActivateGatewayCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class ActivateGatewayCommand extends $Command<ActivateGatewayCommandInput, ActivateGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
34
|
+
readonly input: ActivateGatewayCommandInput;
|
|
35
|
+
constructor(input: ActivateGatewayCommandInput);
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateGatewayCommandInput, ActivateGatewayCommandOutput>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AddCacheInput, AddCacheOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AddCacheCommandInput extends AddCacheInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Configures one or more gateway local disks as cache for a gateway. This operation is
|
|
11
|
+
* 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>
|
|
12
|
+
*
|
|
13
|
+
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
14
|
+
* add cache, and one or more disk IDs that you want to configure as cache.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { StorageGatewayClient, AddCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
19
|
+
* // const { StorageGatewayClient, AddCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
20
|
+
* const client = new StorageGatewayClient(config);
|
|
21
|
+
* const command = new AddCacheCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link AddCacheCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link AddCacheCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class AddCacheCommand extends $Command<AddCacheCommandInput, AddCacheCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
31
|
+
readonly input: AddCacheCommandInput;
|
|
32
|
+
constructor(input: AddCacheCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCacheCommandInput, AddCacheCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AddTagsToResourceInput, AddTagsToResourceOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AddTagsToResourceCommandInput extends AddTagsToResourceInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Adds one or more tags to the specified resource. You use tags to add metadata to
|
|
11
|
+
* resources, which you can use to categorize these resources. For example, you can categorize
|
|
12
|
+
* resources by purpose, owner, environment, or team. Each tag consists of a key and a value,
|
|
13
|
+
* which you define. You can add tags to the following Storage Gateway resources:</p>
|
|
14
|
+
*
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>Storage gateways of all types</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>Storage volumes</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>Virtual tapes</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>NFS and SMB file shares</p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>File System associations</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* </ul>
|
|
32
|
+
*
|
|
33
|
+
* <p>You can create a maximum of 50 tags for each resource. Virtual tapes and storage volumes
|
|
34
|
+
* that are recovered to a new gateway maintain their tags.</p>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { StorageGatewayClient, AddTagsToResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
39
|
+
* // const { StorageGatewayClient, AddTagsToResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
40
|
+
* const client = new StorageGatewayClient(config);
|
|
41
|
+
* const command = new AddTagsToResourceCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
51
|
+
readonly input: AddTagsToResourceCommandInput;
|
|
52
|
+
constructor(input: AddTagsToResourceCommandInput);
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
56
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
|
|
57
|
+
private serialize;
|
|
58
|
+
private deserialize;
|
|
59
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AddUploadBufferInput, AddUploadBufferOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AddUploadBufferCommandInput extends AddUploadBufferInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Configures one or more gateway local disks as upload buffer for a specified gateway.
|
|
11
|
+
* This operation is supported for the stored volume, cached volume, and tape gateway
|
|
12
|
+
* types.</p>
|
|
13
|
+
*
|
|
14
|
+
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
15
|
+
* add upload buffer, and one or more disk IDs that you want to configure as upload
|
|
16
|
+
* buffer.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { StorageGatewayClient, AddUploadBufferCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
21
|
+
* // const { StorageGatewayClient, AddUploadBufferCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
22
|
+
* const client = new StorageGatewayClient(config);
|
|
23
|
+
* const command = new AddUploadBufferCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link AddUploadBufferCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link AddUploadBufferCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class AddUploadBufferCommand extends $Command<AddUploadBufferCommandInput, AddUploadBufferCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
33
|
+
readonly input: AddUploadBufferCommandInput;
|
|
34
|
+
constructor(input: AddUploadBufferCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddUploadBufferCommandInput, AddUploadBufferCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AddWorkingStorageInput, AddWorkingStorageOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AddWorkingStorageCommandInput extends AddWorkingStorageInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Configures one or more gateway local disks as working storage for a gateway. This
|
|
11
|
+
* operation is only supported in the stored volume gateway type. This operation is deprecated
|
|
12
|
+
* in cached volume API version 20120630. Use <a>AddUploadBuffer</a>
|
|
13
|
+
* instead.</p>
|
|
14
|
+
*
|
|
15
|
+
* <note>
|
|
16
|
+
* <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
|
|
17
|
+
* gateway.</p>
|
|
18
|
+
* </note>
|
|
19
|
+
*
|
|
20
|
+
* <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to
|
|
21
|
+
* add working storage, and one or more disk IDs that you want to configure as working
|
|
22
|
+
* storage.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { StorageGatewayClient, AddWorkingStorageCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
27
|
+
* // const { StorageGatewayClient, AddWorkingStorageCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
28
|
+
* const client = new StorageGatewayClient(config);
|
|
29
|
+
* const command = new AddWorkingStorageCommand(input);
|
|
30
|
+
* const response = await client.send(command);
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* @see {@link AddWorkingStorageCommandInput} for command's `input` shape.
|
|
34
|
+
* @see {@link AddWorkingStorageCommandOutput} for command's `response` shape.
|
|
35
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
export declare class AddWorkingStorageCommand extends $Command<AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
39
|
+
readonly input: AddWorkingStorageCommandInput;
|
|
40
|
+
constructor(input: AddWorkingStorageCommandInput);
|
|
41
|
+
/**
|
|
42
|
+
* @internal
|
|
43
|
+
*/
|
|
44
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput>;
|
|
45
|
+
private serialize;
|
|
46
|
+
private deserialize;
|
|
47
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AssignTapePoolInput, AssignTapePoolOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AssignTapePoolCommandInput extends AssignTapePoolInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in
|
|
11
|
+
* the S3 storage class that is associated with the pool. When you use your backup application
|
|
12
|
+
* to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or
|
|
13
|
+
* S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
14
|
+
*
|
|
15
|
+
* <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>
|
|
16
|
+
* </p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { StorageGatewayClient, AssignTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
21
|
+
* // const { StorageGatewayClient, AssignTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
22
|
+
* const client = new StorageGatewayClient(config);
|
|
23
|
+
* const command = new AssignTapePoolCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link AssignTapePoolCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link AssignTapePoolCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class AssignTapePoolCommand extends $Command<AssignTapePoolCommandInput, AssignTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
33
|
+
readonly input: AssignTapePoolCommandInput;
|
|
34
|
+
constructor(input: AssignTapePoolCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssignTapePoolCommandInput, AssignTapePoolCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AssociateFileSystemInput, AssociateFileSystemOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
|
|
5
|
+
export interface AssociateFileSystemCommandInput extends AssociateFileSystemInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associate an Amazon FSx file system with the FSx File Gateway. After the
|
|
11
|
+
* association process is complete, the file shares on the Amazon FSx file system are
|
|
12
|
+
* available for access through the gateway. This operation only supports the FSx File
|
|
13
|
+
* Gateway type.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { StorageGatewayClient, AssociateFileSystemCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
|
|
18
|
+
* // const { StorageGatewayClient, AssociateFileSystemCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
|
|
19
|
+
* const client = new StorageGatewayClient(config);
|
|
20
|
+
* const command = new AssociateFileSystemCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link AssociateFileSystemCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link AssociateFileSystemCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class AssociateFileSystemCommand extends $Command<AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig> {
|
|
30
|
+
readonly input: AssociateFileSystemCommandInput;
|
|
31
|
+
constructor(input: AssociateFileSystemCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|