@aws-sdk/client-storage-gateway 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/StorageGateway.js +1416 -0
- package/dist-cjs/StorageGatewayClient.js +114 -0
- package/dist-cjs/commands/ActivateGatewayCommand.js +67 -0
- package/dist-cjs/commands/AddCacheCommand.js +64 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +84 -0
- package/dist-cjs/commands/AddUploadBufferCommand.js +66 -0
- package/dist-cjs/commands/AddWorkingStorageCommand.js +72 -0
- package/dist-cjs/commands/AssignTapePoolCommand.js +66 -0
- package/dist-cjs/commands/AssociateFileSystemCommand.js +63 -0
- package/dist-cjs/commands/AttachVolumeCommand.js +63 -0
- package/dist-cjs/commands/CancelArchivalCommand.js +61 -0
- package/dist-cjs/commands/CancelRetrievalCommand.js +62 -0
- package/dist-cjs/commands/CreateCachediSCSIVolumeCommand.js +77 -0
- package/dist-cjs/commands/CreateNFSFileShareCommand.js +74 -0
- package/dist-cjs/commands/CreateSMBFileShareCommand.js +75 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +87 -0
- package/dist-cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +80 -0
- package/dist-cjs/commands/CreateStorediSCSIVolumeCommand.js +71 -0
- package/dist-cjs/commands/CreateTapePoolCommand.js +61 -0
- package/dist-cjs/commands/CreateTapeWithBarcodeCommand.js +68 -0
- package/dist-cjs/commands/CreateTapesCommand.js +66 -0
- package/dist-cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +62 -0
- package/dist-cjs/commands/DeleteBandwidthRateLimitCommand.js +64 -0
- package/dist-cjs/commands/DeleteChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DeleteFileShareCommand.js +61 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +77 -0
- package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +74 -0
- package/dist-cjs/commands/DeleteTapeArchiveCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapeCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapePoolCommand.js +62 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +72 -0
- package/dist-cjs/commands/DescribeAvailabilityMonitorTestCommand.js +62 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitCommand.js +67 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +80 -0
- package/dist-cjs/commands/DescribeCacheCommand.js +64 -0
- package/dist-cjs/commands/DescribeCachediSCSIVolumesCommand.js +65 -0
- package/dist-cjs/commands/DescribeChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DescribeFileSystemAssociationsCommand.js +61 -0
- package/dist-cjs/commands/DescribeGatewayInformationCommand.js +62 -0
- package/dist-cjs/commands/DescribeMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/DescribeNFSFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBSettingsCommand.js +61 -0
- package/dist-cjs/commands/DescribeSnapshotScheduleCommand.js +63 -0
- package/dist-cjs/commands/DescribeStorediSCSIVolumesCommand.js +62 -0
- package/dist-cjs/commands/DescribeTapeArchivesCommand.js +64 -0
- package/dist-cjs/commands/DescribeTapeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/DescribeTapesCommand.js +63 -0
- package/dist-cjs/commands/DescribeUploadBufferCommand.js +64 -0
- package/dist-cjs/commands/DescribeVTLDevicesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkingStorageCommand.js +70 -0
- package/dist-cjs/commands/DetachVolumeCommand.js +64 -0
- package/dist-cjs/commands/DisableGatewayCommand.js +68 -0
- package/dist-cjs/commands/DisassociateFileSystemCommand.js +62 -0
- package/dist-cjs/commands/JoinDomainCommand.js +61 -0
- package/dist-cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +63 -0
- package/dist-cjs/commands/ListFileSharesCommand.js +61 -0
- package/dist-cjs/commands/ListFileSystemAssociationsCommand.js +62 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +69 -0
- package/dist-cjs/commands/ListLocalDisksCommand.js +68 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTapePoolsCommand.js +68 -0
- package/dist-cjs/commands/ListTapesCommand.js +70 -0
- package/dist-cjs/commands/ListVolumeInitiatorsCommand.js +62 -0
- package/dist-cjs/commands/ListVolumeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/ListVolumesCommand.js +69 -0
- package/dist-cjs/commands/NotifyWhenUploadedCommand.js +74 -0
- package/dist-cjs/commands/RefreshCacheCommand.js +90 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +61 -0
- package/dist-cjs/commands/ResetCacheCommand.js +72 -0
- package/dist-cjs/commands/RetrieveTapeArchiveCommand.js +67 -0
- package/dist-cjs/commands/RetrieveTapeRecoveryPointCommand.js +71 -0
- package/dist-cjs/commands/SetLocalConsolePasswordCommand.js +63 -0
- package/dist-cjs/commands/SetSMBGuestPasswordCommand.js +62 -0
- package/dist-cjs/commands/ShutdownGatewayCommand.js +83 -0
- package/dist-cjs/commands/StartAvailabilityMonitorTestCommand.js +67 -0
- package/dist-cjs/commands/StartGatewayCommand.js +72 -0
- package/dist-cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +68 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitCommand.js +70 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +65 -0
- package/dist-cjs/commands/UpdateChapCredentialsCommand.js +68 -0
- package/dist-cjs/commands/UpdateFileSystemAssociationCommand.js +60 -0
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +68 -0
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +75 -0
- package/dist-cjs/commands/UpdateMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/UpdateNFSFileShareCommand.js +85 -0
- package/dist-cjs/commands/UpdateSMBFileShareCommand.js +78 -0
- package/dist-cjs/commands/UpdateSMBFileShareVisibilityCommand.js +61 -0
- package/dist-cjs/commands/UpdateSMBSecurityStrategyCommand.js +67 -0
- package/dist-cjs/commands/UpdateSnapshotScheduleCommand.js +69 -0
- package/dist-cjs/commands/UpdateVTLDeviceTypeCommand.js +63 -0
- package/dist-cjs/endpoints.js +62 -0
- package/dist-cjs/index.js +107 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1916 -0
- package/dist-cjs/pagination/DescribeTapeArchivesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeVTLDevicesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListFileSharesPaginator.js +45 -0
- package/dist-cjs/pagination/ListFileSystemAssociationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +45 -0
- package/dist-cjs/pagination/ListTapePoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTapesPaginator.js +45 -0
- package/dist-cjs/pagination/ListVolumesPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8259 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/StorageGateway.js +1345 -0
- package/dist-es/StorageGatewayClient.js +37 -0
- package/dist-es/commands/ActivateGatewayCommand.js +39 -0
- package/dist-es/commands/AddCacheCommand.js +39 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
- package/dist-es/commands/AddUploadBufferCommand.js +39 -0
- package/dist-es/commands/AddWorkingStorageCommand.js +39 -0
- package/dist-es/commands/AssignTapePoolCommand.js +39 -0
- package/dist-es/commands/AssociateFileSystemCommand.js +39 -0
- package/dist-es/commands/AttachVolumeCommand.js +39 -0
- package/dist-es/commands/CancelArchivalCommand.js +39 -0
- package/dist-es/commands/CancelRetrievalCommand.js +39 -0
- package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateTapePoolCommand.js +39 -0
- package/dist-es/commands/CreateTapeWithBarcodeCommand.js +39 -0
- package/dist-es/commands/CreateTapesCommand.js +39 -0
- package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DeleteChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DeleteFileShareCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayCommand.js +39 -0
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DeleteTapeArchiveCommand.js +39 -0
- package/dist-es/commands/DeleteTapeCommand.js +39 -0
- package/dist-es/commands/DeleteTapePoolCommand.js +39 -0
- package/dist-es/commands/DeleteVolumeCommand.js +39 -0
- package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeCacheCommand.js +39 -0
- package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayInformationCommand.js +39 -0
- package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/DescribeNFSFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeArchivesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/DescribeTapesCommand.js +39 -0
- package/dist-es/commands/DescribeUploadBufferCommand.js +39 -0
- package/dist-es/commands/DescribeVTLDevicesCommand.js +39 -0
- package/dist-es/commands/DescribeWorkingStorageCommand.js +39 -0
- package/dist-es/commands/DetachVolumeCommand.js +39 -0
- package/dist-es/commands/DisableGatewayCommand.js +39 -0
- package/dist-es/commands/DisassociateFileSystemCommand.js +39 -0
- package/dist-es/commands/JoinDomainCommand.js +39 -0
- package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +39 -0
- package/dist-es/commands/ListFileSharesCommand.js +39 -0
- package/dist-es/commands/ListFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/ListGatewaysCommand.js +39 -0
- package/dist-es/commands/ListLocalDisksCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTapePoolsCommand.js +39 -0
- package/dist-es/commands/ListTapesCommand.js +39 -0
- package/dist-es/commands/ListVolumeInitiatorsCommand.js +39 -0
- package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/ListVolumesCommand.js +39 -0
- package/dist-es/commands/NotifyWhenUploadedCommand.js +39 -0
- package/dist-es/commands/RefreshCacheCommand.js +39 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
- package/dist-es/commands/ResetCacheCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeArchiveCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/SetLocalConsolePasswordCommand.js +39 -0
- package/dist-es/commands/SetSMBGuestPasswordCommand.js +39 -0
- package/dist-es/commands/ShutdownGatewayCommand.js +39 -0
- package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/StartGatewayCommand.js +39 -0
- package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateChapCredentialsCommand.js +39 -0
- package/dist-es/commands/UpdateFileSystemAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayInformationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +39 -0
- package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/UpdateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +39 -0
- package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +39 -0
- package/dist-es/commands/UpdateSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +39 -0
- package/dist-es/endpoints.js +58 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +850 -0
- package/dist-es/pagination/DescribeTapeArchivesPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapesPaginator.js +74 -0
- package/dist-es/pagination/DescribeVTLDevicesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListFileSharesPaginator.js +74 -0
- package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
- package/dist-es/pagination/ListTapePoolsPaginator.js +74 -0
- package/dist-es/pagination/ListTapesPaginator.js +74 -0
- package/dist-es/pagination/ListVolumesPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +8727 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/StorageGateway.d.ts +1340 -0
- package/dist-types/StorageGatewayClient.d.ts +292 -0
- package/dist-types/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/StorageGateway.d.ts +1340 -0
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +292 -0
- package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/StorageGateway.ts +0 -3924
- package/StorageGatewayClient.ts +0 -723
- package/commands/ActivateGatewayCommand.ts +0 -101
- package/commands/AddCacheCommand.ts +0 -95
- package/commands/AddTagsToResourceCommand.ts +0 -118
- package/commands/AddUploadBufferCommand.ts +0 -100
- package/commands/AddWorkingStorageCommand.ts +0 -106
- package/commands/AssignTapePoolCommand.ts +0 -100
- package/commands/AssociateFileSystemCommand.ts +0 -97
- package/commands/AttachVolumeCommand.ts +0 -97
- package/commands/CancelArchivalCommand.ts +0 -95
- package/commands/CancelRetrievalCommand.ts +0 -96
- package/commands/CreateCachediSCSIVolumeCommand.ts +0 -111
- package/commands/CreateNFSFileShareCommand.ts +0 -108
- package/commands/CreateSMBFileShareCommand.ts +0 -109
- package/commands/CreateSnapshotCommand.ts +0 -121
- package/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +0 -125
- package/commands/CreateStorediSCSIVolumeCommand.ts +0 -105
- package/commands/CreateTapePoolCommand.ts +0 -95
- package/commands/CreateTapeWithBarcodeCommand.ts +0 -102
- package/commands/CreateTapesCommand.ts +0 -100
- package/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +0 -104
- package/commands/DeleteBandwidthRateLimitCommand.ts +0 -98
- package/commands/DeleteChapCredentialsCommand.ts +0 -96
- package/commands/DeleteFileShareCommand.ts +0 -95
- package/commands/DeleteGatewayCommand.ts +0 -111
- package/commands/DeleteSnapshotScheduleCommand.ts +0 -108
- package/commands/DeleteTapeArchiveCommand.ts +0 -95
- package/commands/DeleteTapeCommand.ts +0 -95
- package/commands/DeleteTapePoolCommand.ts +0 -96
- package/commands/DeleteVolumeCommand.ts +0 -106
- package/commands/DescribeAvailabilityMonitorTestCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitScheduleCommand.ts +0 -122
- package/commands/DescribeCacheCommand.ts +0 -98
- package/commands/DescribeCachediSCSIVolumesCommand.ts +0 -102
- package/commands/DescribeChapCredentialsCommand.ts +0 -96
- package/commands/DescribeFileSystemAssociationsCommand.ts +0 -103
- package/commands/DescribeGatewayInformationCommand.ts +0 -99
- package/commands/DescribeMaintenanceStartTimeCommand.ts +0 -100
- package/commands/DescribeNFSFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBSettingsCommand.ts +0 -95
- package/commands/DescribeSnapshotScheduleCommand.ts +0 -97
- package/commands/DescribeStorediSCSIVolumesCommand.ts +0 -99
- package/commands/DescribeTapeArchivesCommand.ts +0 -98
- package/commands/DescribeTapeRecoveryPointsCommand.ts +0 -103
- package/commands/DescribeTapesCommand.ts +0 -97
- package/commands/DescribeUploadBufferCommand.ts +0 -98
- package/commands/DescribeVTLDevicesCommand.ts +0 -97
- package/commands/DescribeWorkingStorageCommand.ts +0 -104
- package/commands/DetachVolumeCommand.ts +0 -98
- package/commands/DisableGatewayCommand.ts +0 -102
- package/commands/DisassociateFileSystemCommand.ts +0 -96
- package/commands/JoinDomainCommand.ts +0 -95
- package/commands/ListAutomaticTapeCreationPoliciesCommand.ts +0 -105
- package/commands/ListFileSharesCommand.ts +0 -95
- package/commands/ListFileSystemAssociationsCommand.ts +0 -99
- package/commands/ListGatewaysCommand.ts +0 -103
- package/commands/ListLocalDisksCommand.ts +0 -102
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListTapePoolsCommand.ts +0 -102
- package/commands/ListTapesCommand.ts +0 -101
- package/commands/ListVolumeInitiatorsCommand.ts +0 -96
- package/commands/ListVolumeRecoveryPointsCommand.ts +0 -100
- package/commands/ListVolumesCommand.ts +0 -103
- package/commands/NotifyWhenUploadedCommand.ts +0 -108
- package/commands/RefreshCacheCommand.ts +0 -124
- package/commands/RemoveTagsFromResourceCommand.ts +0 -95
- package/commands/ResetCacheCommand.ts +0 -106
- package/commands/RetrieveTapeArchiveCommand.ts +0 -101
- package/commands/RetrieveTapeRecoveryPointCommand.ts +0 -108
- package/commands/SetLocalConsolePasswordCommand.ts +0 -97
- package/commands/SetSMBGuestPasswordCommand.ts +0 -96
- package/commands/ShutdownGatewayCommand.ts +0 -117
- package/commands/StartAvailabilityMonitorTestCommand.ts +0 -106
- package/commands/StartGatewayCommand.ts +0 -106
- package/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +0 -110
- package/commands/UpdateBandwidthRateLimitCommand.ts +0 -104
- package/commands/UpdateBandwidthRateLimitScheduleCommand.ts +0 -107
- package/commands/UpdateChapCredentialsCommand.ts +0 -102
- package/commands/UpdateFileSystemAssociationCommand.ts +0 -97
- package/commands/UpdateGatewayInformationCommand.ts +0 -102
- package/commands/UpdateGatewaySoftwareNowCommand.ts +0 -109
- package/commands/UpdateMaintenanceStartTimeCommand.ts +0 -98
- package/commands/UpdateNFSFileShareCommand.ts +0 -119
- package/commands/UpdateSMBFileShareCommand.ts +0 -112
- package/commands/UpdateSMBFileShareVisibilityCommand.ts +0 -100
- package/commands/UpdateSMBSecurityStrategyCommand.ts +0 -104
- package/commands/UpdateSnapshotScheduleCommand.ts +0 -103
- package/commands/UpdateVTLDeviceTypeCommand.ts +0 -97
- package/dist/cjs/StorageGateway.js +0 -1417
- package/dist/cjs/StorageGateway.js.map +0 -1
- package/dist/cjs/StorageGatewayClient.js +0 -115
- package/dist/cjs/StorageGatewayClient.js.map +0 -1
- package/dist/cjs/commands/ActivateGatewayCommand.js +0 -68
- package/dist/cjs/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/AddCacheCommand.js +0 -65
- package/dist/cjs/commands/AddCacheCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -85
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/AddUploadBufferCommand.js +0 -67
- package/dist/cjs/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/AddWorkingStorageCommand.js +0 -73
- package/dist/cjs/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/AssignTapePoolCommand.js +0 -67
- package/dist/cjs/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateFileSystemCommand.js +0 -64
- package/dist/cjs/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/AttachVolumeCommand.js +0 -64
- package/dist/cjs/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CancelArchivalCommand.js +0 -62
- package/dist/cjs/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/cjs/commands/CancelRetrievalCommand.js +0 -63
- package/dist/cjs/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js +0 -78
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNFSFileShareCommand.js +0 -75
- package/dist/cjs/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSMBFileShareCommand.js +0 -76
- package/dist/cjs/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js +0 -88
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -81
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js +0 -72
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapePoolCommand.js +0 -62
- package/dist/cjs/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js +0 -69
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapesCommand.js +0 -67
- package/dist/cjs/commands/CreateTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -63
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js +0 -65
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileShareCommand.js +0 -62
- package/dist/cjs/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayCommand.js +0 -78
- package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -75
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapePoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVolumeCommand.js +0 -73
- package/dist/cjs/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js +0 -63
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js +0 -68
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -81
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCacheCommand.js +0 -65
- package/dist/cjs/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js +0 -66
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js +0 -63
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js +0 -64
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js +0 -63
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js +0 -65
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapesCommand.js +0 -64
- package/dist/cjs/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUploadBufferCommand.js +0 -65
- package/dist/cjs/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js +0 -64
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js +0 -71
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/DetachVolumeCommand.js +0 -65
- package/dist/cjs/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DisableGatewayCommand.js +0 -69
- package/dist/cjs/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFileSystemCommand.js +0 -63
- package/dist/cjs/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/JoinDomainCommand.js +0 -62
- package/dist/cjs/commands/JoinDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -64
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSharesCommand.js +0 -62
- package/dist/cjs/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js +0 -63
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewaysCommand.js +0 -70
- package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListLocalDisksCommand.js +0 -69
- package/dist/cjs/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapePoolsCommand.js +0 -69
- package/dist/cjs/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapesCommand.js +0 -71
- package/dist/cjs/commands/ListTapesCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js +0 -63
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumesCommand.js +0 -70
- package/dist/cjs/commands/ListVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js +0 -75
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/cjs/commands/RefreshCacheCommand.js +0 -91
- package/dist/cjs/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -62
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetCacheCommand.js +0 -73
- package/dist/cjs/commands/ResetCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js +0 -68
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js +0 -72
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js +0 -64
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js +0 -63
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/ShutdownGatewayCommand.js +0 -84
- package/dist/cjs/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js +0 -68
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/StartGatewayCommand.js +0 -73
- package/dist/cjs/commands/StartGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -69
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js +0 -71
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -66
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js +0 -69
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js +0 -61
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js +0 -69
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js +0 -76
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js +0 -86
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js +0 -79
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js +0 -62
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js +0 -68
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js +0 -70
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js +0 -64
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -108
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1917
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFileSharesPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
- package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapePoolsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapesPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVolumesPaginator.js +0 -46
- package/dist/cjs/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8260
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/StorageGateway.js +0 -1420
- package/dist/es/StorageGateway.js.map +0 -1
- package/dist/es/StorageGatewayClient.js +0 -117
- package/dist/es/StorageGatewayClient.js.map +0 -1
- package/dist/es/commands/ActivateGatewayCommand.js +0 -72
- package/dist/es/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/es/commands/AddCacheCommand.js +0 -69
- package/dist/es/commands/AddCacheCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -89
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/AddUploadBufferCommand.js +0 -71
- package/dist/es/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/AddWorkingStorageCommand.js +0 -77
- package/dist/es/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/AssignTapePoolCommand.js +0 -71
- package/dist/es/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/es/commands/AssociateFileSystemCommand.js +0 -68
- package/dist/es/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/AttachVolumeCommand.js +0 -68
- package/dist/es/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/es/commands/CancelArchivalCommand.js +0 -66
- package/dist/es/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/es/commands/CancelRetrievalCommand.js +0 -67
- package/dist/es/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js +0 -82
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateNFSFileShareCommand.js +0 -79
- package/dist/es/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSMBFileShareCommand.js +0 -80
- package/dist/es/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js +0 -92
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -85
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js +0 -76
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapePoolCommand.js +0 -66
- package/dist/es/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js +0 -73
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapesCommand.js +0 -71
- package/dist/es/commands/CreateTapesCommand.js.map +0 -1
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -67
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js +0 -69
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DeleteChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileShareCommand.js +0 -66
- package/dist/es/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayCommand.js +0 -82
- package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -79
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeArchiveCommand.js +0 -66
- package/dist/es/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeCommand.js +0 -66
- package/dist/es/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapePoolCommand.js +0 -67
- package/dist/es/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteVolumeCommand.js +0 -77
- package/dist/es/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js +0 -67
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js +0 -72
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -85
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeCacheCommand.js +0 -69
- package/dist/es/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js +0 -70
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js +0 -66
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayInformationCommand.js +0 -67
- package/dist/es/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/DescribeNFSFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBSettingsCommand.js +0 -66
- package/dist/es/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js +0 -68
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js +0 -67
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeArchivesCommand.js +0 -69
- package/dist/es/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapesCommand.js +0 -68
- package/dist/es/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/es/commands/DescribeUploadBufferCommand.js +0 -69
- package/dist/es/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/DescribeVTLDevicesCommand.js +0 -68
- package/dist/es/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkingStorageCommand.js +0 -75
- package/dist/es/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/DetachVolumeCommand.js +0 -69
- package/dist/es/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/es/commands/DisableGatewayCommand.js +0 -73
- package/dist/es/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFileSystemCommand.js +0 -67
- package/dist/es/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/JoinDomainCommand.js +0 -66
- package/dist/es/commands/JoinDomainCommand.js.map +0 -1
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -68
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSharesCommand.js +0 -66
- package/dist/es/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSystemAssociationsCommand.js +0 -67
- package/dist/es/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListGatewaysCommand.js +0 -74
- package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListLocalDisksCommand.js +0 -73
- package/dist/es/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTapePoolsCommand.js +0 -73
- package/dist/es/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/es/commands/ListTapesCommand.js +0 -75
- package/dist/es/commands/ListTapesCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeInitiatorsCommand.js +0 -67
- package/dist/es/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumesCommand.js +0 -74
- package/dist/es/commands/ListVolumesCommand.js.map +0 -1
- package/dist/es/commands/NotifyWhenUploadedCommand.js +0 -79
- package/dist/es/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/es/commands/RefreshCacheCommand.js +0 -95
- package/dist/es/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -66
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetCacheCommand.js +0 -77
- package/dist/es/commands/ResetCacheCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeArchiveCommand.js +0 -72
- package/dist/es/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js +0 -76
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/SetLocalConsolePasswordCommand.js +0 -68
- package/dist/es/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/es/commands/SetSMBGuestPasswordCommand.js +0 -67
- package/dist/es/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/es/commands/ShutdownGatewayCommand.js +0 -88
- package/dist/es/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js +0 -72
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/StartGatewayCommand.js +0 -77
- package/dist/es/commands/StartGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -73
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js +0 -75
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -70
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateChapCredentialsCommand.js +0 -73
- package/dist/es/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js +0 -65
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayInformationCommand.js +0 -73
- package/dist/es/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js +0 -80
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/UpdateNFSFileShareCommand.js +0 -90
- package/dist/es/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareCommand.js +0 -83
- package/dist/es/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js +0 -66
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js +0 -72
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js +0 -74
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js +0 -68
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -105
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1481
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js +0 -87
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFileSharesPaginator.js +0 -87
- package/dist/es/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js +0 -87
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
- package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -87
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListTapePoolsPaginator.js +0 -87
- package/dist/es/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTapesPaginator.js +0 -87
- package/dist/es/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/es/pagination/ListVolumesPaginator.js +0 -87
- package/dist/es/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -8733
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/StorageGateway.d.ts +0 -1340
- package/dist/types/StorageGatewayClient.d.ts +0 -292
- package/dist/types/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/StorageGateway.d.ts +0 -1340
- package/dist/types/ts3.4/StorageGatewayClient.d.ts +0 -292
- package/dist/types/ts3.4/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8368
- package/pagination/DescribeTapeArchivesPaginator.ts +0 -58
- package/pagination/DescribeTapeRecoveryPointsPaginator.ts +0 -58
- package/pagination/DescribeTapesPaginator.ts +0 -58
- package/pagination/DescribeVTLDevicesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFileSharesPaginator.ts +0 -58
- package/pagination/ListFileSystemAssociationsPaginator.ts +0 -58
- package/pagination/ListGatewaysPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListTapePoolsPaginator.ts +0 -58
- package/pagination/ListTapesPaginator.ts +0 -54
- package/pagination/ListVolumesPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -10377
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/StorageGatewayClient.ts
DELETED
|
@@ -1,723 +0,0 @@
|
|
|
1
|
-
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
2
|
-
import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
3
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
|
-
import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
5
|
-
import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
6
|
-
import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
7
|
-
import {
|
|
8
|
-
AssociateFileSystemCommandInput,
|
|
9
|
-
AssociateFileSystemCommandOutput,
|
|
10
|
-
} from "./commands/AssociateFileSystemCommand";
|
|
11
|
-
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
12
|
-
import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
13
|
-
import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateCachediSCSIVolumeCommandInput,
|
|
16
|
-
CreateCachediSCSIVolumeCommandOutput,
|
|
17
|
-
} from "./commands/CreateCachediSCSIVolumeCommand";
|
|
18
|
-
import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
19
|
-
import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
20
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
21
|
-
import {
|
|
22
|
-
CreateSnapshotFromVolumeRecoveryPointCommandInput,
|
|
23
|
-
CreateSnapshotFromVolumeRecoveryPointCommandOutput,
|
|
24
|
-
} from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
25
|
-
import {
|
|
26
|
-
CreateStorediSCSIVolumeCommandInput,
|
|
27
|
-
CreateStorediSCSIVolumeCommandOutput,
|
|
28
|
-
} from "./commands/CreateStorediSCSIVolumeCommand";
|
|
29
|
-
import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateTapeWithBarcodeCommandInput,
|
|
32
|
-
CreateTapeWithBarcodeCommandOutput,
|
|
33
|
-
} from "./commands/CreateTapeWithBarcodeCommand";
|
|
34
|
-
import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
35
|
-
import {
|
|
36
|
-
DeleteAutomaticTapeCreationPolicyCommandInput,
|
|
37
|
-
DeleteAutomaticTapeCreationPolicyCommandOutput,
|
|
38
|
-
} from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
39
|
-
import {
|
|
40
|
-
DeleteBandwidthRateLimitCommandInput,
|
|
41
|
-
DeleteBandwidthRateLimitCommandOutput,
|
|
42
|
-
} from "./commands/DeleteBandwidthRateLimitCommand";
|
|
43
|
-
import {
|
|
44
|
-
DeleteChapCredentialsCommandInput,
|
|
45
|
-
DeleteChapCredentialsCommandOutput,
|
|
46
|
-
} from "./commands/DeleteChapCredentialsCommand";
|
|
47
|
-
import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
48
|
-
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
49
|
-
import {
|
|
50
|
-
DeleteSnapshotScheduleCommandInput,
|
|
51
|
-
DeleteSnapshotScheduleCommandOutput,
|
|
52
|
-
} from "./commands/DeleteSnapshotScheduleCommand";
|
|
53
|
-
import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
54
|
-
import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
55
|
-
import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
56
|
-
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
57
|
-
import {
|
|
58
|
-
DescribeAvailabilityMonitorTestCommandInput,
|
|
59
|
-
DescribeAvailabilityMonitorTestCommandOutput,
|
|
60
|
-
} from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
61
|
-
import {
|
|
62
|
-
DescribeBandwidthRateLimitCommandInput,
|
|
63
|
-
DescribeBandwidthRateLimitCommandOutput,
|
|
64
|
-
} from "./commands/DescribeBandwidthRateLimitCommand";
|
|
65
|
-
import {
|
|
66
|
-
DescribeBandwidthRateLimitScheduleCommandInput,
|
|
67
|
-
DescribeBandwidthRateLimitScheduleCommandOutput,
|
|
68
|
-
} from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
69
|
-
import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeCachediSCSIVolumesCommandInput,
|
|
72
|
-
DescribeCachediSCSIVolumesCommandOutput,
|
|
73
|
-
} from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeChapCredentialsCommandInput,
|
|
76
|
-
DescribeChapCredentialsCommandOutput,
|
|
77
|
-
} from "./commands/DescribeChapCredentialsCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeFileSystemAssociationsCommandInput,
|
|
80
|
-
DescribeFileSystemAssociationsCommandOutput,
|
|
81
|
-
} from "./commands/DescribeFileSystemAssociationsCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeGatewayInformationCommandInput,
|
|
84
|
-
DescribeGatewayInformationCommandOutput,
|
|
85
|
-
} from "./commands/DescribeGatewayInformationCommand";
|
|
86
|
-
import {
|
|
87
|
-
DescribeMaintenanceStartTimeCommandInput,
|
|
88
|
-
DescribeMaintenanceStartTimeCommandOutput,
|
|
89
|
-
} from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
90
|
-
import {
|
|
91
|
-
DescribeNFSFileSharesCommandInput,
|
|
92
|
-
DescribeNFSFileSharesCommandOutput,
|
|
93
|
-
} from "./commands/DescribeNFSFileSharesCommand";
|
|
94
|
-
import {
|
|
95
|
-
DescribeSMBFileSharesCommandInput,
|
|
96
|
-
DescribeSMBFileSharesCommandOutput,
|
|
97
|
-
} from "./commands/DescribeSMBFileSharesCommand";
|
|
98
|
-
import {
|
|
99
|
-
DescribeSMBSettingsCommandInput,
|
|
100
|
-
DescribeSMBSettingsCommandOutput,
|
|
101
|
-
} from "./commands/DescribeSMBSettingsCommand";
|
|
102
|
-
import {
|
|
103
|
-
DescribeSnapshotScheduleCommandInput,
|
|
104
|
-
DescribeSnapshotScheduleCommandOutput,
|
|
105
|
-
} from "./commands/DescribeSnapshotScheduleCommand";
|
|
106
|
-
import {
|
|
107
|
-
DescribeStorediSCSIVolumesCommandInput,
|
|
108
|
-
DescribeStorediSCSIVolumesCommandOutput,
|
|
109
|
-
} from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
110
|
-
import {
|
|
111
|
-
DescribeTapeArchivesCommandInput,
|
|
112
|
-
DescribeTapeArchivesCommandOutput,
|
|
113
|
-
} from "./commands/DescribeTapeArchivesCommand";
|
|
114
|
-
import {
|
|
115
|
-
DescribeTapeRecoveryPointsCommandInput,
|
|
116
|
-
DescribeTapeRecoveryPointsCommandOutput,
|
|
117
|
-
} from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
118
|
-
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
119
|
-
import {
|
|
120
|
-
DescribeUploadBufferCommandInput,
|
|
121
|
-
DescribeUploadBufferCommandOutput,
|
|
122
|
-
} from "./commands/DescribeUploadBufferCommand";
|
|
123
|
-
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
124
|
-
import {
|
|
125
|
-
DescribeWorkingStorageCommandInput,
|
|
126
|
-
DescribeWorkingStorageCommandOutput,
|
|
127
|
-
} from "./commands/DescribeWorkingStorageCommand";
|
|
128
|
-
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
129
|
-
import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
130
|
-
import {
|
|
131
|
-
DisassociateFileSystemCommandInput,
|
|
132
|
-
DisassociateFileSystemCommandOutput,
|
|
133
|
-
} from "./commands/DisassociateFileSystemCommand";
|
|
134
|
-
import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
135
|
-
import {
|
|
136
|
-
ListAutomaticTapeCreationPoliciesCommandInput,
|
|
137
|
-
ListAutomaticTapeCreationPoliciesCommandOutput,
|
|
138
|
-
} from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
139
|
-
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
140
|
-
import {
|
|
141
|
-
ListFileSystemAssociationsCommandInput,
|
|
142
|
-
ListFileSystemAssociationsCommandOutput,
|
|
143
|
-
} from "./commands/ListFileSystemAssociationsCommand";
|
|
144
|
-
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
145
|
-
import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListTagsForResourceCommandInput,
|
|
148
|
-
ListTagsForResourceCommandOutput,
|
|
149
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
150
|
-
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
151
|
-
import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
152
|
-
import {
|
|
153
|
-
ListVolumeInitiatorsCommandInput,
|
|
154
|
-
ListVolumeInitiatorsCommandOutput,
|
|
155
|
-
} from "./commands/ListVolumeInitiatorsCommand";
|
|
156
|
-
import {
|
|
157
|
-
ListVolumeRecoveryPointsCommandInput,
|
|
158
|
-
ListVolumeRecoveryPointsCommandOutput,
|
|
159
|
-
} from "./commands/ListVolumeRecoveryPointsCommand";
|
|
160
|
-
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
161
|
-
import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
162
|
-
import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
163
|
-
import {
|
|
164
|
-
RemoveTagsFromResourceCommandInput,
|
|
165
|
-
RemoveTagsFromResourceCommandOutput,
|
|
166
|
-
} from "./commands/RemoveTagsFromResourceCommand";
|
|
167
|
-
import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
168
|
-
import {
|
|
169
|
-
RetrieveTapeArchiveCommandInput,
|
|
170
|
-
RetrieveTapeArchiveCommandOutput,
|
|
171
|
-
} from "./commands/RetrieveTapeArchiveCommand";
|
|
172
|
-
import {
|
|
173
|
-
RetrieveTapeRecoveryPointCommandInput,
|
|
174
|
-
RetrieveTapeRecoveryPointCommandOutput,
|
|
175
|
-
} from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
176
|
-
import {
|
|
177
|
-
SetLocalConsolePasswordCommandInput,
|
|
178
|
-
SetLocalConsolePasswordCommandOutput,
|
|
179
|
-
} from "./commands/SetLocalConsolePasswordCommand";
|
|
180
|
-
import {
|
|
181
|
-
SetSMBGuestPasswordCommandInput,
|
|
182
|
-
SetSMBGuestPasswordCommandOutput,
|
|
183
|
-
} from "./commands/SetSMBGuestPasswordCommand";
|
|
184
|
-
import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
185
|
-
import {
|
|
186
|
-
StartAvailabilityMonitorTestCommandInput,
|
|
187
|
-
StartAvailabilityMonitorTestCommandOutput,
|
|
188
|
-
} from "./commands/StartAvailabilityMonitorTestCommand";
|
|
189
|
-
import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
190
|
-
import {
|
|
191
|
-
UpdateAutomaticTapeCreationPolicyCommandInput,
|
|
192
|
-
UpdateAutomaticTapeCreationPolicyCommandOutput,
|
|
193
|
-
} from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateBandwidthRateLimitCommandInput,
|
|
196
|
-
UpdateBandwidthRateLimitCommandOutput,
|
|
197
|
-
} from "./commands/UpdateBandwidthRateLimitCommand";
|
|
198
|
-
import {
|
|
199
|
-
UpdateBandwidthRateLimitScheduleCommandInput,
|
|
200
|
-
UpdateBandwidthRateLimitScheduleCommandOutput,
|
|
201
|
-
} from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateChapCredentialsCommandInput,
|
|
204
|
-
UpdateChapCredentialsCommandOutput,
|
|
205
|
-
} from "./commands/UpdateChapCredentialsCommand";
|
|
206
|
-
import {
|
|
207
|
-
UpdateFileSystemAssociationCommandInput,
|
|
208
|
-
UpdateFileSystemAssociationCommandOutput,
|
|
209
|
-
} from "./commands/UpdateFileSystemAssociationCommand";
|
|
210
|
-
import {
|
|
211
|
-
UpdateGatewayInformationCommandInput,
|
|
212
|
-
UpdateGatewayInformationCommandOutput,
|
|
213
|
-
} from "./commands/UpdateGatewayInformationCommand";
|
|
214
|
-
import {
|
|
215
|
-
UpdateGatewaySoftwareNowCommandInput,
|
|
216
|
-
UpdateGatewaySoftwareNowCommandOutput,
|
|
217
|
-
} from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
218
|
-
import {
|
|
219
|
-
UpdateMaintenanceStartTimeCommandInput,
|
|
220
|
-
UpdateMaintenanceStartTimeCommandOutput,
|
|
221
|
-
} from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
222
|
-
import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
223
|
-
import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
224
|
-
import {
|
|
225
|
-
UpdateSMBFileShareVisibilityCommandInput,
|
|
226
|
-
UpdateSMBFileShareVisibilityCommandOutput,
|
|
227
|
-
} from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
228
|
-
import {
|
|
229
|
-
UpdateSMBSecurityStrategyCommandInput,
|
|
230
|
-
UpdateSMBSecurityStrategyCommandOutput,
|
|
231
|
-
} from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
232
|
-
import {
|
|
233
|
-
UpdateSnapshotScheduleCommandInput,
|
|
234
|
-
UpdateSnapshotScheduleCommandOutput,
|
|
235
|
-
} from "./commands/UpdateSnapshotScheduleCommand";
|
|
236
|
-
import {
|
|
237
|
-
UpdateVTLDeviceTypeCommandInput,
|
|
238
|
-
UpdateVTLDeviceTypeCommandOutput,
|
|
239
|
-
} from "./commands/UpdateVTLDeviceTypeCommand";
|
|
240
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
241
|
-
import {
|
|
242
|
-
EndpointsInputConfig,
|
|
243
|
-
EndpointsResolvedConfig,
|
|
244
|
-
RegionInputConfig,
|
|
245
|
-
RegionResolvedConfig,
|
|
246
|
-
resolveEndpointsConfig,
|
|
247
|
-
resolveRegionConfig,
|
|
248
|
-
} from "@aws-sdk/config-resolver";
|
|
249
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
250
|
-
import {
|
|
251
|
-
HostHeaderInputConfig,
|
|
252
|
-
HostHeaderResolvedConfig,
|
|
253
|
-
getHostHeaderPlugin,
|
|
254
|
-
resolveHostHeaderConfig,
|
|
255
|
-
} from "@aws-sdk/middleware-host-header";
|
|
256
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
257
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
258
|
-
import {
|
|
259
|
-
AwsAuthInputConfig,
|
|
260
|
-
AwsAuthResolvedConfig,
|
|
261
|
-
getAwsAuthPlugin,
|
|
262
|
-
resolveAwsAuthConfig,
|
|
263
|
-
} from "@aws-sdk/middleware-signing";
|
|
264
|
-
import {
|
|
265
|
-
UserAgentInputConfig,
|
|
266
|
-
UserAgentResolvedConfig,
|
|
267
|
-
getUserAgentPlugin,
|
|
268
|
-
resolveUserAgentConfig,
|
|
269
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
270
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
271
|
-
import {
|
|
272
|
-
Client as __Client,
|
|
273
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
274
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
275
|
-
} from "@aws-sdk/smithy-client";
|
|
276
|
-
import {
|
|
277
|
-
Provider,
|
|
278
|
-
RegionInfoProvider,
|
|
279
|
-
Credentials as __Credentials,
|
|
280
|
-
Decoder as __Decoder,
|
|
281
|
-
Encoder as __Encoder,
|
|
282
|
-
Hash as __Hash,
|
|
283
|
-
HashConstructor as __HashConstructor,
|
|
284
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
285
|
-
Logger as __Logger,
|
|
286
|
-
Provider as __Provider,
|
|
287
|
-
StreamCollector as __StreamCollector,
|
|
288
|
-
UrlParser as __UrlParser,
|
|
289
|
-
UserAgent as __UserAgent,
|
|
290
|
-
} from "@aws-sdk/types";
|
|
291
|
-
|
|
292
|
-
export type ServiceInputTypes =
|
|
293
|
-
| ActivateGatewayCommandInput
|
|
294
|
-
| AddCacheCommandInput
|
|
295
|
-
| AddTagsToResourceCommandInput
|
|
296
|
-
| AddUploadBufferCommandInput
|
|
297
|
-
| AddWorkingStorageCommandInput
|
|
298
|
-
| AssignTapePoolCommandInput
|
|
299
|
-
| AssociateFileSystemCommandInput
|
|
300
|
-
| AttachVolumeCommandInput
|
|
301
|
-
| CancelArchivalCommandInput
|
|
302
|
-
| CancelRetrievalCommandInput
|
|
303
|
-
| CreateCachediSCSIVolumeCommandInput
|
|
304
|
-
| CreateNFSFileShareCommandInput
|
|
305
|
-
| CreateSMBFileShareCommandInput
|
|
306
|
-
| CreateSnapshotCommandInput
|
|
307
|
-
| CreateSnapshotFromVolumeRecoveryPointCommandInput
|
|
308
|
-
| CreateStorediSCSIVolumeCommandInput
|
|
309
|
-
| CreateTapePoolCommandInput
|
|
310
|
-
| CreateTapeWithBarcodeCommandInput
|
|
311
|
-
| CreateTapesCommandInput
|
|
312
|
-
| DeleteAutomaticTapeCreationPolicyCommandInput
|
|
313
|
-
| DeleteBandwidthRateLimitCommandInput
|
|
314
|
-
| DeleteChapCredentialsCommandInput
|
|
315
|
-
| DeleteFileShareCommandInput
|
|
316
|
-
| DeleteGatewayCommandInput
|
|
317
|
-
| DeleteSnapshotScheduleCommandInput
|
|
318
|
-
| DeleteTapeArchiveCommandInput
|
|
319
|
-
| DeleteTapeCommandInput
|
|
320
|
-
| DeleteTapePoolCommandInput
|
|
321
|
-
| DeleteVolumeCommandInput
|
|
322
|
-
| DescribeAvailabilityMonitorTestCommandInput
|
|
323
|
-
| DescribeBandwidthRateLimitCommandInput
|
|
324
|
-
| DescribeBandwidthRateLimitScheduleCommandInput
|
|
325
|
-
| DescribeCacheCommandInput
|
|
326
|
-
| DescribeCachediSCSIVolumesCommandInput
|
|
327
|
-
| DescribeChapCredentialsCommandInput
|
|
328
|
-
| DescribeFileSystemAssociationsCommandInput
|
|
329
|
-
| DescribeGatewayInformationCommandInput
|
|
330
|
-
| DescribeMaintenanceStartTimeCommandInput
|
|
331
|
-
| DescribeNFSFileSharesCommandInput
|
|
332
|
-
| DescribeSMBFileSharesCommandInput
|
|
333
|
-
| DescribeSMBSettingsCommandInput
|
|
334
|
-
| DescribeSnapshotScheduleCommandInput
|
|
335
|
-
| DescribeStorediSCSIVolumesCommandInput
|
|
336
|
-
| DescribeTapeArchivesCommandInput
|
|
337
|
-
| DescribeTapeRecoveryPointsCommandInput
|
|
338
|
-
| DescribeTapesCommandInput
|
|
339
|
-
| DescribeUploadBufferCommandInput
|
|
340
|
-
| DescribeVTLDevicesCommandInput
|
|
341
|
-
| DescribeWorkingStorageCommandInput
|
|
342
|
-
| DetachVolumeCommandInput
|
|
343
|
-
| DisableGatewayCommandInput
|
|
344
|
-
| DisassociateFileSystemCommandInput
|
|
345
|
-
| JoinDomainCommandInput
|
|
346
|
-
| ListAutomaticTapeCreationPoliciesCommandInput
|
|
347
|
-
| ListFileSharesCommandInput
|
|
348
|
-
| ListFileSystemAssociationsCommandInput
|
|
349
|
-
| ListGatewaysCommandInput
|
|
350
|
-
| ListLocalDisksCommandInput
|
|
351
|
-
| ListTagsForResourceCommandInput
|
|
352
|
-
| ListTapePoolsCommandInput
|
|
353
|
-
| ListTapesCommandInput
|
|
354
|
-
| ListVolumeInitiatorsCommandInput
|
|
355
|
-
| ListVolumeRecoveryPointsCommandInput
|
|
356
|
-
| ListVolumesCommandInput
|
|
357
|
-
| NotifyWhenUploadedCommandInput
|
|
358
|
-
| RefreshCacheCommandInput
|
|
359
|
-
| RemoveTagsFromResourceCommandInput
|
|
360
|
-
| ResetCacheCommandInput
|
|
361
|
-
| RetrieveTapeArchiveCommandInput
|
|
362
|
-
| RetrieveTapeRecoveryPointCommandInput
|
|
363
|
-
| SetLocalConsolePasswordCommandInput
|
|
364
|
-
| SetSMBGuestPasswordCommandInput
|
|
365
|
-
| ShutdownGatewayCommandInput
|
|
366
|
-
| StartAvailabilityMonitorTestCommandInput
|
|
367
|
-
| StartGatewayCommandInput
|
|
368
|
-
| UpdateAutomaticTapeCreationPolicyCommandInput
|
|
369
|
-
| UpdateBandwidthRateLimitCommandInput
|
|
370
|
-
| UpdateBandwidthRateLimitScheduleCommandInput
|
|
371
|
-
| UpdateChapCredentialsCommandInput
|
|
372
|
-
| UpdateFileSystemAssociationCommandInput
|
|
373
|
-
| UpdateGatewayInformationCommandInput
|
|
374
|
-
| UpdateGatewaySoftwareNowCommandInput
|
|
375
|
-
| UpdateMaintenanceStartTimeCommandInput
|
|
376
|
-
| UpdateNFSFileShareCommandInput
|
|
377
|
-
| UpdateSMBFileShareCommandInput
|
|
378
|
-
| UpdateSMBFileShareVisibilityCommandInput
|
|
379
|
-
| UpdateSMBSecurityStrategyCommandInput
|
|
380
|
-
| UpdateSnapshotScheduleCommandInput
|
|
381
|
-
| UpdateVTLDeviceTypeCommandInput;
|
|
382
|
-
|
|
383
|
-
export type ServiceOutputTypes =
|
|
384
|
-
| ActivateGatewayCommandOutput
|
|
385
|
-
| AddCacheCommandOutput
|
|
386
|
-
| AddTagsToResourceCommandOutput
|
|
387
|
-
| AddUploadBufferCommandOutput
|
|
388
|
-
| AddWorkingStorageCommandOutput
|
|
389
|
-
| AssignTapePoolCommandOutput
|
|
390
|
-
| AssociateFileSystemCommandOutput
|
|
391
|
-
| AttachVolumeCommandOutput
|
|
392
|
-
| CancelArchivalCommandOutput
|
|
393
|
-
| CancelRetrievalCommandOutput
|
|
394
|
-
| CreateCachediSCSIVolumeCommandOutput
|
|
395
|
-
| CreateNFSFileShareCommandOutput
|
|
396
|
-
| CreateSMBFileShareCommandOutput
|
|
397
|
-
| CreateSnapshotCommandOutput
|
|
398
|
-
| CreateSnapshotFromVolumeRecoveryPointCommandOutput
|
|
399
|
-
| CreateStorediSCSIVolumeCommandOutput
|
|
400
|
-
| CreateTapePoolCommandOutput
|
|
401
|
-
| CreateTapeWithBarcodeCommandOutput
|
|
402
|
-
| CreateTapesCommandOutput
|
|
403
|
-
| DeleteAutomaticTapeCreationPolicyCommandOutput
|
|
404
|
-
| DeleteBandwidthRateLimitCommandOutput
|
|
405
|
-
| DeleteChapCredentialsCommandOutput
|
|
406
|
-
| DeleteFileShareCommandOutput
|
|
407
|
-
| DeleteGatewayCommandOutput
|
|
408
|
-
| DeleteSnapshotScheduleCommandOutput
|
|
409
|
-
| DeleteTapeArchiveCommandOutput
|
|
410
|
-
| DeleteTapeCommandOutput
|
|
411
|
-
| DeleteTapePoolCommandOutput
|
|
412
|
-
| DeleteVolumeCommandOutput
|
|
413
|
-
| DescribeAvailabilityMonitorTestCommandOutput
|
|
414
|
-
| DescribeBandwidthRateLimitCommandOutput
|
|
415
|
-
| DescribeBandwidthRateLimitScheduleCommandOutput
|
|
416
|
-
| DescribeCacheCommandOutput
|
|
417
|
-
| DescribeCachediSCSIVolumesCommandOutput
|
|
418
|
-
| DescribeChapCredentialsCommandOutput
|
|
419
|
-
| DescribeFileSystemAssociationsCommandOutput
|
|
420
|
-
| DescribeGatewayInformationCommandOutput
|
|
421
|
-
| DescribeMaintenanceStartTimeCommandOutput
|
|
422
|
-
| DescribeNFSFileSharesCommandOutput
|
|
423
|
-
| DescribeSMBFileSharesCommandOutput
|
|
424
|
-
| DescribeSMBSettingsCommandOutput
|
|
425
|
-
| DescribeSnapshotScheduleCommandOutput
|
|
426
|
-
| DescribeStorediSCSIVolumesCommandOutput
|
|
427
|
-
| DescribeTapeArchivesCommandOutput
|
|
428
|
-
| DescribeTapeRecoveryPointsCommandOutput
|
|
429
|
-
| DescribeTapesCommandOutput
|
|
430
|
-
| DescribeUploadBufferCommandOutput
|
|
431
|
-
| DescribeVTLDevicesCommandOutput
|
|
432
|
-
| DescribeWorkingStorageCommandOutput
|
|
433
|
-
| DetachVolumeCommandOutput
|
|
434
|
-
| DisableGatewayCommandOutput
|
|
435
|
-
| DisassociateFileSystemCommandOutput
|
|
436
|
-
| JoinDomainCommandOutput
|
|
437
|
-
| ListAutomaticTapeCreationPoliciesCommandOutput
|
|
438
|
-
| ListFileSharesCommandOutput
|
|
439
|
-
| ListFileSystemAssociationsCommandOutput
|
|
440
|
-
| ListGatewaysCommandOutput
|
|
441
|
-
| ListLocalDisksCommandOutput
|
|
442
|
-
| ListTagsForResourceCommandOutput
|
|
443
|
-
| ListTapePoolsCommandOutput
|
|
444
|
-
| ListTapesCommandOutput
|
|
445
|
-
| ListVolumeInitiatorsCommandOutput
|
|
446
|
-
| ListVolumeRecoveryPointsCommandOutput
|
|
447
|
-
| ListVolumesCommandOutput
|
|
448
|
-
| NotifyWhenUploadedCommandOutput
|
|
449
|
-
| RefreshCacheCommandOutput
|
|
450
|
-
| RemoveTagsFromResourceCommandOutput
|
|
451
|
-
| ResetCacheCommandOutput
|
|
452
|
-
| RetrieveTapeArchiveCommandOutput
|
|
453
|
-
| RetrieveTapeRecoveryPointCommandOutput
|
|
454
|
-
| SetLocalConsolePasswordCommandOutput
|
|
455
|
-
| SetSMBGuestPasswordCommandOutput
|
|
456
|
-
| ShutdownGatewayCommandOutput
|
|
457
|
-
| StartAvailabilityMonitorTestCommandOutput
|
|
458
|
-
| StartGatewayCommandOutput
|
|
459
|
-
| UpdateAutomaticTapeCreationPolicyCommandOutput
|
|
460
|
-
| UpdateBandwidthRateLimitCommandOutput
|
|
461
|
-
| UpdateBandwidthRateLimitScheduleCommandOutput
|
|
462
|
-
| UpdateChapCredentialsCommandOutput
|
|
463
|
-
| UpdateFileSystemAssociationCommandOutput
|
|
464
|
-
| UpdateGatewayInformationCommandOutput
|
|
465
|
-
| UpdateGatewaySoftwareNowCommandOutput
|
|
466
|
-
| UpdateMaintenanceStartTimeCommandOutput
|
|
467
|
-
| UpdateNFSFileShareCommandOutput
|
|
468
|
-
| UpdateSMBFileShareCommandOutput
|
|
469
|
-
| UpdateSMBFileShareVisibilityCommandOutput
|
|
470
|
-
| UpdateSMBSecurityStrategyCommandOutput
|
|
471
|
-
| UpdateSnapshotScheduleCommandOutput
|
|
472
|
-
| UpdateVTLDeviceTypeCommandOutput;
|
|
473
|
-
|
|
474
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
475
|
-
/**
|
|
476
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
477
|
-
*/
|
|
478
|
-
requestHandler?: __HttpHandler;
|
|
479
|
-
|
|
480
|
-
/**
|
|
481
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
482
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
|
-
sha256?: __HashConstructor;
|
|
486
|
-
|
|
487
|
-
/**
|
|
488
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
urlParser?: __UrlParser;
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
* A function that can calculate the length of a request body.
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* A function that converts a stream into an array of bytes.
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
streamCollector?: __StreamCollector;
|
|
504
|
-
|
|
505
|
-
/**
|
|
506
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
base64Decoder?: __Decoder;
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
base64Encoder?: __Encoder;
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
utf8Decoder?: __Decoder;
|
|
522
|
-
|
|
523
|
-
/**
|
|
524
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
|
-
utf8Encoder?: __Encoder;
|
|
528
|
-
|
|
529
|
-
/**
|
|
530
|
-
* The runtime environment.
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
|
-
runtime?: string;
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
537
|
-
* trait of an operation.
|
|
538
|
-
*/
|
|
539
|
-
disableHostPrefix?: boolean;
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
543
|
-
*/
|
|
544
|
-
maxAttempts?: number | __Provider<number>;
|
|
545
|
-
|
|
546
|
-
/**
|
|
547
|
-
* Specifies which retry algorithm to use.
|
|
548
|
-
*/
|
|
549
|
-
retryMode?: string | __Provider<string>;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* Optional logger for logging debug/info/warn/error.
|
|
553
|
-
*/
|
|
554
|
-
logger?: __Logger;
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* Unique service identifier.
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
serviceId?: string;
|
|
561
|
-
|
|
562
|
-
/**
|
|
563
|
-
* The AWS region to which this client will send requests
|
|
564
|
-
*/
|
|
565
|
-
region?: string | __Provider<string>;
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* Default credentials provider; Not available in browser runtime.
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
572
|
-
|
|
573
|
-
/**
|
|
574
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
578
|
-
|
|
579
|
-
/**
|
|
580
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
587
|
-
ClientDefaults &
|
|
588
|
-
RegionInputConfig &
|
|
589
|
-
EndpointsInputConfig &
|
|
590
|
-
RetryInputConfig &
|
|
591
|
-
HostHeaderInputConfig &
|
|
592
|
-
AwsAuthInputConfig &
|
|
593
|
-
UserAgentInputConfig;
|
|
594
|
-
/**
|
|
595
|
-
* The configuration interface of StorageGatewayClient class constructor that set the region, credentials and other options.
|
|
596
|
-
*/
|
|
597
|
-
export interface StorageGatewayClientConfig extends StorageGatewayClientConfigType {}
|
|
598
|
-
|
|
599
|
-
type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
600
|
-
Required<ClientDefaults> &
|
|
601
|
-
RegionResolvedConfig &
|
|
602
|
-
EndpointsResolvedConfig &
|
|
603
|
-
RetryResolvedConfig &
|
|
604
|
-
HostHeaderResolvedConfig &
|
|
605
|
-
AwsAuthResolvedConfig &
|
|
606
|
-
UserAgentResolvedConfig;
|
|
607
|
-
/**
|
|
608
|
-
* The resolved configuration interface of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
|
|
609
|
-
*/
|
|
610
|
-
export interface StorageGatewayClientResolvedConfig extends StorageGatewayClientResolvedConfigType {}
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
* <fullname>Storage Gateway Service</fullname>
|
|
614
|
-
*
|
|
615
|
-
* <p>Storage Gateway is the service that connects an on-premises software appliance with
|
|
616
|
-
* cloud-based storage to provide seamless and secure integration between an
|
|
617
|
-
* organization's on-premises IT environment and the Amazon Web Services storage infrastructure. The
|
|
618
|
-
* service enables you to securely upload data to the Cloud for cost effective backup and
|
|
619
|
-
* rapid disaster recovery.</p>
|
|
620
|
-
*
|
|
621
|
-
* <p>Use the following links to get started using the <i>Storage Gateway Service
|
|
622
|
-
* API Reference</i>:</p>
|
|
623
|
-
*
|
|
624
|
-
* <ul>
|
|
625
|
-
* <li>
|
|
626
|
-
* <p>
|
|
627
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewayHTTPRequestsHeaders">Storage Gateway required request headers</a>: Describes the required
|
|
628
|
-
* headers that you must send with every POST request to Storage Gateway.</p>
|
|
629
|
-
* </li>
|
|
630
|
-
* <li>
|
|
631
|
-
* <p>
|
|
632
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewaySigningRequests">Signing requests</a>: Storage Gateway requires that you authenticate
|
|
633
|
-
* every request you send; this topic describes how sign such a request.</p>
|
|
634
|
-
* </li>
|
|
635
|
-
* <li>
|
|
636
|
-
* <p>
|
|
637
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#APIErrorResponses">Error responses</a>: Provides reference information about Storage Gateway
|
|
638
|
-
* errors.</p>
|
|
639
|
-
* </li>
|
|
640
|
-
* <li>
|
|
641
|
-
* <p>
|
|
642
|
-
* <a href="https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_Operations.html">Operations in
|
|
643
|
-
* Storage Gateway</a>: Contains detailed descriptions of all Storage Gateway
|
|
644
|
-
* operations, their request parameters, response elements, possible errors, and
|
|
645
|
-
* examples of requests and responses.</p>
|
|
646
|
-
* </li>
|
|
647
|
-
* <li>
|
|
648
|
-
* <p>
|
|
649
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/sg.html">Storage Gateway
|
|
650
|
-
* endpoints and quotas</a>: Provides a list of each Region and the endpoints
|
|
651
|
-
* available for use with Storage Gateway.</p>
|
|
652
|
-
* </li>
|
|
653
|
-
* </ul>
|
|
654
|
-
*
|
|
655
|
-
* <note>
|
|
656
|
-
* <p>Storage Gateway resource IDs are in uppercase. When you use these resource IDs
|
|
657
|
-
* with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your
|
|
658
|
-
* resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the
|
|
659
|
-
* ID for a volume might be <code>vol-AA22BB012345DAF670</code>. When you use this ID with
|
|
660
|
-
* the EC2 API, you must change it to <code>vol-aa22bb012345daf670</code>. Otherwise, the
|
|
661
|
-
* EC2 API might not behave as expected.</p>
|
|
662
|
-
* </note>
|
|
663
|
-
*
|
|
664
|
-
* <important>
|
|
665
|
-
* <p>IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway volumes
|
|
666
|
-
* are changing to a longer format. Starting in December 2016, all new volumes and
|
|
667
|
-
* snapshots will be created with a 17-character string. Starting in April 2016, you will
|
|
668
|
-
* be able to use these longer IDs so you can test your systems with the new format. For
|
|
669
|
-
* more information, see <a href="http://aws.amazon.com/ec2/faqs/#longer-ids">Longer EC2 and
|
|
670
|
-
* EBS resource IDs</a>.</p>
|
|
671
|
-
*
|
|
672
|
-
* <p>For example, a volume Amazon Resource Name (ARN) with the longer volume ID format
|
|
673
|
-
* looks like the following:</p>
|
|
674
|
-
*
|
|
675
|
-
* <p>
|
|
676
|
-
* <code>arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG</code>.</p>
|
|
677
|
-
*
|
|
678
|
-
* <p>A snapshot ID with the longer ID format looks like the following:
|
|
679
|
-
* <code>snap-78e226633445566ee</code>.</p>
|
|
680
|
-
*
|
|
681
|
-
* <p>For more information, see <a href="http://forums.aws.amazon.com/ann.jspa?annID=3557">Announcement:
|
|
682
|
-
* Heads-up – Longer Storage Gateway volume and snapshot IDs coming in
|
|
683
|
-
* 2016</a>.</p>
|
|
684
|
-
* </important>
|
|
685
|
-
*/
|
|
686
|
-
export class StorageGatewayClient extends __Client<
|
|
687
|
-
__HttpHandlerOptions,
|
|
688
|
-
ServiceInputTypes,
|
|
689
|
-
ServiceOutputTypes,
|
|
690
|
-
StorageGatewayClientResolvedConfig
|
|
691
|
-
> {
|
|
692
|
-
/**
|
|
693
|
-
* The resolved configuration of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
|
|
694
|
-
*/
|
|
695
|
-
readonly config: StorageGatewayClientResolvedConfig;
|
|
696
|
-
|
|
697
|
-
constructor(configuration: StorageGatewayClientConfig) {
|
|
698
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
699
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
700
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
701
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
702
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
703
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
704
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
705
|
-
super(_config_6);
|
|
706
|
-
this.config = _config_6;
|
|
707
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
708
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
709
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
710
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
711
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
712
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
/**
|
|
716
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
717
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
718
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
719
|
-
*/
|
|
720
|
-
destroy(): void {
|
|
721
|
-
super.destroy();
|
|
722
|
-
}
|
|
723
|
-
}
|