@aws-sdk/client-storage-gateway 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/StorageGateway.js +1416 -0
- package/dist-cjs/StorageGatewayClient.js +114 -0
- package/dist-cjs/commands/ActivateGatewayCommand.js +67 -0
- package/dist-cjs/commands/AddCacheCommand.js +64 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +84 -0
- package/dist-cjs/commands/AddUploadBufferCommand.js +66 -0
- package/dist-cjs/commands/AddWorkingStorageCommand.js +72 -0
- package/dist-cjs/commands/AssignTapePoolCommand.js +66 -0
- package/dist-cjs/commands/AssociateFileSystemCommand.js +63 -0
- package/dist-cjs/commands/AttachVolumeCommand.js +63 -0
- package/dist-cjs/commands/CancelArchivalCommand.js +61 -0
- package/dist-cjs/commands/CancelRetrievalCommand.js +62 -0
- package/dist-cjs/commands/CreateCachediSCSIVolumeCommand.js +77 -0
- package/dist-cjs/commands/CreateNFSFileShareCommand.js +74 -0
- package/dist-cjs/commands/CreateSMBFileShareCommand.js +75 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +87 -0
- package/dist-cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +80 -0
- package/dist-cjs/commands/CreateStorediSCSIVolumeCommand.js +71 -0
- package/dist-cjs/commands/CreateTapePoolCommand.js +61 -0
- package/dist-cjs/commands/CreateTapeWithBarcodeCommand.js +68 -0
- package/dist-cjs/commands/CreateTapesCommand.js +66 -0
- package/dist-cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +62 -0
- package/dist-cjs/commands/DeleteBandwidthRateLimitCommand.js +64 -0
- package/dist-cjs/commands/DeleteChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DeleteFileShareCommand.js +61 -0
- package/dist-cjs/commands/DeleteGatewayCommand.js +77 -0
- package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +74 -0
- package/dist-cjs/commands/DeleteTapeArchiveCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapeCommand.js +61 -0
- package/dist-cjs/commands/DeleteTapePoolCommand.js +62 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +72 -0
- package/dist-cjs/commands/DescribeAvailabilityMonitorTestCommand.js +62 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitCommand.js +67 -0
- package/dist-cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +80 -0
- package/dist-cjs/commands/DescribeCacheCommand.js +64 -0
- package/dist-cjs/commands/DescribeCachediSCSIVolumesCommand.js +65 -0
- package/dist-cjs/commands/DescribeChapCredentialsCommand.js +62 -0
- package/dist-cjs/commands/DescribeFileSystemAssociationsCommand.js +61 -0
- package/dist-cjs/commands/DescribeGatewayInformationCommand.js +62 -0
- package/dist-cjs/commands/DescribeMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/DescribeNFSFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBFileSharesCommand.js +61 -0
- package/dist-cjs/commands/DescribeSMBSettingsCommand.js +61 -0
- package/dist-cjs/commands/DescribeSnapshotScheduleCommand.js +63 -0
- package/dist-cjs/commands/DescribeStorediSCSIVolumesCommand.js +62 -0
- package/dist-cjs/commands/DescribeTapeArchivesCommand.js +64 -0
- package/dist-cjs/commands/DescribeTapeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/DescribeTapesCommand.js +63 -0
- package/dist-cjs/commands/DescribeUploadBufferCommand.js +64 -0
- package/dist-cjs/commands/DescribeVTLDevicesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkingStorageCommand.js +70 -0
- package/dist-cjs/commands/DetachVolumeCommand.js +64 -0
- package/dist-cjs/commands/DisableGatewayCommand.js +68 -0
- package/dist-cjs/commands/DisassociateFileSystemCommand.js +62 -0
- package/dist-cjs/commands/JoinDomainCommand.js +61 -0
- package/dist-cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +63 -0
- package/dist-cjs/commands/ListFileSharesCommand.js +61 -0
- package/dist-cjs/commands/ListFileSystemAssociationsCommand.js +62 -0
- package/dist-cjs/commands/ListGatewaysCommand.js +69 -0
- package/dist-cjs/commands/ListLocalDisksCommand.js +68 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTapePoolsCommand.js +68 -0
- package/dist-cjs/commands/ListTapesCommand.js +70 -0
- package/dist-cjs/commands/ListVolumeInitiatorsCommand.js +62 -0
- package/dist-cjs/commands/ListVolumeRecoveryPointsCommand.js +66 -0
- package/dist-cjs/commands/ListVolumesCommand.js +69 -0
- package/dist-cjs/commands/NotifyWhenUploadedCommand.js +74 -0
- package/dist-cjs/commands/RefreshCacheCommand.js +90 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +61 -0
- package/dist-cjs/commands/ResetCacheCommand.js +72 -0
- package/dist-cjs/commands/RetrieveTapeArchiveCommand.js +67 -0
- package/dist-cjs/commands/RetrieveTapeRecoveryPointCommand.js +71 -0
- package/dist-cjs/commands/SetLocalConsolePasswordCommand.js +63 -0
- package/dist-cjs/commands/SetSMBGuestPasswordCommand.js +62 -0
- package/dist-cjs/commands/ShutdownGatewayCommand.js +83 -0
- package/dist-cjs/commands/StartAvailabilityMonitorTestCommand.js +67 -0
- package/dist-cjs/commands/StartGatewayCommand.js +72 -0
- package/dist-cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +68 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitCommand.js +70 -0
- package/dist-cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +65 -0
- package/dist-cjs/commands/UpdateChapCredentialsCommand.js +68 -0
- package/dist-cjs/commands/UpdateFileSystemAssociationCommand.js +60 -0
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +68 -0
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +75 -0
- package/dist-cjs/commands/UpdateMaintenanceStartTimeCommand.js +61 -0
- package/dist-cjs/commands/UpdateNFSFileShareCommand.js +85 -0
- package/dist-cjs/commands/UpdateSMBFileShareCommand.js +78 -0
- package/dist-cjs/commands/UpdateSMBFileShareVisibilityCommand.js +61 -0
- package/dist-cjs/commands/UpdateSMBSecurityStrategyCommand.js +67 -0
- package/dist-cjs/commands/UpdateSnapshotScheduleCommand.js +69 -0
- package/dist-cjs/commands/UpdateVTLDeviceTypeCommand.js +63 -0
- package/dist-cjs/endpoints.js +62 -0
- package/dist-cjs/index.js +107 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1916 -0
- package/dist-cjs/pagination/DescribeTapeArchivesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeTapesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeVTLDevicesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListFileSharesPaginator.js +45 -0
- package/dist-cjs/pagination/ListFileSystemAssociationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +45 -0
- package/dist-cjs/pagination/ListTapePoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTapesPaginator.js +45 -0
- package/dist-cjs/pagination/ListVolumesPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8259 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/StorageGateway.js +1345 -0
- package/dist-es/StorageGatewayClient.js +37 -0
- package/dist-es/commands/ActivateGatewayCommand.js +39 -0
- package/dist-es/commands/AddCacheCommand.js +39 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
- package/dist-es/commands/AddUploadBufferCommand.js +39 -0
- package/dist-es/commands/AddWorkingStorageCommand.js +39 -0
- package/dist-es/commands/AssignTapePoolCommand.js +39 -0
- package/dist-es/commands/AssociateFileSystemCommand.js +39 -0
- package/dist-es/commands/AttachVolumeCommand.js +39 -0
- package/dist-es/commands/CancelArchivalCommand.js +39 -0
- package/dist-es/commands/CancelRetrievalCommand.js +39 -0
- package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotCommand.js +39 -0
- package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +39 -0
- package/dist-es/commands/CreateTapePoolCommand.js +39 -0
- package/dist-es/commands/CreateTapeWithBarcodeCommand.js +39 -0
- package/dist-es/commands/CreateTapesCommand.js +39 -0
- package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DeleteChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DeleteFileShareCommand.js +39 -0
- package/dist-es/commands/DeleteGatewayCommand.js +39 -0
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DeleteTapeArchiveCommand.js +39 -0
- package/dist-es/commands/DeleteTapeCommand.js +39 -0
- package/dist-es/commands/DeleteTapePoolCommand.js +39 -0
- package/dist-es/commands/DeleteVolumeCommand.js +39 -0
- package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeCacheCommand.js +39 -0
- package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeChapCredentialsCommand.js +39 -0
- package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeGatewayInformationCommand.js +39 -0
- package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/DescribeNFSFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBFileSharesCommand.js +39 -0
- package/dist-es/commands/DescribeSMBSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeArchivesCommand.js +39 -0
- package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/DescribeTapesCommand.js +39 -0
- package/dist-es/commands/DescribeUploadBufferCommand.js +39 -0
- package/dist-es/commands/DescribeVTLDevicesCommand.js +39 -0
- package/dist-es/commands/DescribeWorkingStorageCommand.js +39 -0
- package/dist-es/commands/DetachVolumeCommand.js +39 -0
- package/dist-es/commands/DisableGatewayCommand.js +39 -0
- package/dist-es/commands/DisassociateFileSystemCommand.js +39 -0
- package/dist-es/commands/JoinDomainCommand.js +39 -0
- package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +39 -0
- package/dist-es/commands/ListFileSharesCommand.js +39 -0
- package/dist-es/commands/ListFileSystemAssociationsCommand.js +39 -0
- package/dist-es/commands/ListGatewaysCommand.js +39 -0
- package/dist-es/commands/ListLocalDisksCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTapePoolsCommand.js +39 -0
- package/dist-es/commands/ListTapesCommand.js +39 -0
- package/dist-es/commands/ListVolumeInitiatorsCommand.js +39 -0
- package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +39 -0
- package/dist-es/commands/ListVolumesCommand.js +39 -0
- package/dist-es/commands/NotifyWhenUploadedCommand.js +39 -0
- package/dist-es/commands/RefreshCacheCommand.js +39 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
- package/dist-es/commands/ResetCacheCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeArchiveCommand.js +39 -0
- package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/SetLocalConsolePasswordCommand.js +39 -0
- package/dist-es/commands/SetSMBGuestPasswordCommand.js +39 -0
- package/dist-es/commands/ShutdownGatewayCommand.js +39 -0
- package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +39 -0
- package/dist-es/commands/StartGatewayCommand.js +39 -0
- package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +39 -0
- package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateChapCredentialsCommand.js +39 -0
- package/dist-es/commands/UpdateFileSystemAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewayInformationCommand.js +39 -0
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +39 -0
- package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +39 -0
- package/dist-es/commands/UpdateNFSFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareCommand.js +39 -0
- package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +39 -0
- package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +39 -0
- package/dist-es/commands/UpdateSnapshotScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +39 -0
- package/dist-es/endpoints.js +58 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +850 -0
- package/dist-es/pagination/DescribeTapeArchivesPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +74 -0
- package/dist-es/pagination/DescribeTapesPaginator.js +74 -0
- package/dist-es/pagination/DescribeVTLDevicesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListFileSharesPaginator.js +74 -0
- package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
- package/dist-es/pagination/ListTapePoolsPaginator.js +74 -0
- package/dist-es/pagination/ListTapesPaginator.js +74 -0
- package/dist-es/pagination/ListVolumesPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +8727 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/StorageGateway.d.ts +1340 -0
- package/dist-types/StorageGatewayClient.d.ts +292 -0
- package/dist-types/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/StorageGateway.d.ts +1340 -0
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +292 -0
- package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/StorageGateway.ts +0 -3924
- package/StorageGatewayClient.ts +0 -723
- package/commands/ActivateGatewayCommand.ts +0 -101
- package/commands/AddCacheCommand.ts +0 -95
- package/commands/AddTagsToResourceCommand.ts +0 -118
- package/commands/AddUploadBufferCommand.ts +0 -100
- package/commands/AddWorkingStorageCommand.ts +0 -106
- package/commands/AssignTapePoolCommand.ts +0 -100
- package/commands/AssociateFileSystemCommand.ts +0 -97
- package/commands/AttachVolumeCommand.ts +0 -97
- package/commands/CancelArchivalCommand.ts +0 -95
- package/commands/CancelRetrievalCommand.ts +0 -96
- package/commands/CreateCachediSCSIVolumeCommand.ts +0 -111
- package/commands/CreateNFSFileShareCommand.ts +0 -108
- package/commands/CreateSMBFileShareCommand.ts +0 -109
- package/commands/CreateSnapshotCommand.ts +0 -121
- package/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +0 -125
- package/commands/CreateStorediSCSIVolumeCommand.ts +0 -105
- package/commands/CreateTapePoolCommand.ts +0 -95
- package/commands/CreateTapeWithBarcodeCommand.ts +0 -102
- package/commands/CreateTapesCommand.ts +0 -100
- package/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +0 -104
- package/commands/DeleteBandwidthRateLimitCommand.ts +0 -98
- package/commands/DeleteChapCredentialsCommand.ts +0 -96
- package/commands/DeleteFileShareCommand.ts +0 -95
- package/commands/DeleteGatewayCommand.ts +0 -111
- package/commands/DeleteSnapshotScheduleCommand.ts +0 -108
- package/commands/DeleteTapeArchiveCommand.ts +0 -95
- package/commands/DeleteTapeCommand.ts +0 -95
- package/commands/DeleteTapePoolCommand.ts +0 -96
- package/commands/DeleteVolumeCommand.ts +0 -106
- package/commands/DescribeAvailabilityMonitorTestCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitCommand.ts +0 -104
- package/commands/DescribeBandwidthRateLimitScheduleCommand.ts +0 -122
- package/commands/DescribeCacheCommand.ts +0 -98
- package/commands/DescribeCachediSCSIVolumesCommand.ts +0 -102
- package/commands/DescribeChapCredentialsCommand.ts +0 -96
- package/commands/DescribeFileSystemAssociationsCommand.ts +0 -103
- package/commands/DescribeGatewayInformationCommand.ts +0 -99
- package/commands/DescribeMaintenanceStartTimeCommand.ts +0 -100
- package/commands/DescribeNFSFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBFileSharesCommand.ts +0 -95
- package/commands/DescribeSMBSettingsCommand.ts +0 -95
- package/commands/DescribeSnapshotScheduleCommand.ts +0 -97
- package/commands/DescribeStorediSCSIVolumesCommand.ts +0 -99
- package/commands/DescribeTapeArchivesCommand.ts +0 -98
- package/commands/DescribeTapeRecoveryPointsCommand.ts +0 -103
- package/commands/DescribeTapesCommand.ts +0 -97
- package/commands/DescribeUploadBufferCommand.ts +0 -98
- package/commands/DescribeVTLDevicesCommand.ts +0 -97
- package/commands/DescribeWorkingStorageCommand.ts +0 -104
- package/commands/DetachVolumeCommand.ts +0 -98
- package/commands/DisableGatewayCommand.ts +0 -102
- package/commands/DisassociateFileSystemCommand.ts +0 -96
- package/commands/JoinDomainCommand.ts +0 -95
- package/commands/ListAutomaticTapeCreationPoliciesCommand.ts +0 -105
- package/commands/ListFileSharesCommand.ts +0 -95
- package/commands/ListFileSystemAssociationsCommand.ts +0 -99
- package/commands/ListGatewaysCommand.ts +0 -103
- package/commands/ListLocalDisksCommand.ts +0 -102
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListTapePoolsCommand.ts +0 -102
- package/commands/ListTapesCommand.ts +0 -101
- package/commands/ListVolumeInitiatorsCommand.ts +0 -96
- package/commands/ListVolumeRecoveryPointsCommand.ts +0 -100
- package/commands/ListVolumesCommand.ts +0 -103
- package/commands/NotifyWhenUploadedCommand.ts +0 -108
- package/commands/RefreshCacheCommand.ts +0 -124
- package/commands/RemoveTagsFromResourceCommand.ts +0 -95
- package/commands/ResetCacheCommand.ts +0 -106
- package/commands/RetrieveTapeArchiveCommand.ts +0 -101
- package/commands/RetrieveTapeRecoveryPointCommand.ts +0 -108
- package/commands/SetLocalConsolePasswordCommand.ts +0 -97
- package/commands/SetSMBGuestPasswordCommand.ts +0 -96
- package/commands/ShutdownGatewayCommand.ts +0 -117
- package/commands/StartAvailabilityMonitorTestCommand.ts +0 -106
- package/commands/StartGatewayCommand.ts +0 -106
- package/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +0 -110
- package/commands/UpdateBandwidthRateLimitCommand.ts +0 -104
- package/commands/UpdateBandwidthRateLimitScheduleCommand.ts +0 -107
- package/commands/UpdateChapCredentialsCommand.ts +0 -102
- package/commands/UpdateFileSystemAssociationCommand.ts +0 -97
- package/commands/UpdateGatewayInformationCommand.ts +0 -102
- package/commands/UpdateGatewaySoftwareNowCommand.ts +0 -109
- package/commands/UpdateMaintenanceStartTimeCommand.ts +0 -98
- package/commands/UpdateNFSFileShareCommand.ts +0 -119
- package/commands/UpdateSMBFileShareCommand.ts +0 -112
- package/commands/UpdateSMBFileShareVisibilityCommand.ts +0 -100
- package/commands/UpdateSMBSecurityStrategyCommand.ts +0 -104
- package/commands/UpdateSnapshotScheduleCommand.ts +0 -103
- package/commands/UpdateVTLDeviceTypeCommand.ts +0 -97
- package/dist/cjs/StorageGateway.js +0 -1417
- package/dist/cjs/StorageGateway.js.map +0 -1
- package/dist/cjs/StorageGatewayClient.js +0 -115
- package/dist/cjs/StorageGatewayClient.js.map +0 -1
- package/dist/cjs/commands/ActivateGatewayCommand.js +0 -68
- package/dist/cjs/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/AddCacheCommand.js +0 -65
- package/dist/cjs/commands/AddCacheCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -85
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/AddUploadBufferCommand.js +0 -67
- package/dist/cjs/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/AddWorkingStorageCommand.js +0 -73
- package/dist/cjs/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/AssignTapePoolCommand.js +0 -67
- package/dist/cjs/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateFileSystemCommand.js +0 -64
- package/dist/cjs/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/AttachVolumeCommand.js +0 -64
- package/dist/cjs/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CancelArchivalCommand.js +0 -62
- package/dist/cjs/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/cjs/commands/CancelRetrievalCommand.js +0 -63
- package/dist/cjs/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js +0 -78
- package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNFSFileShareCommand.js +0 -75
- package/dist/cjs/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSMBFileShareCommand.js +0 -76
- package/dist/cjs/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js +0 -88
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -81
- package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js +0 -72
- package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapePoolCommand.js +0 -62
- package/dist/cjs/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js +0 -69
- package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTapesCommand.js +0 -67
- package/dist/cjs/commands/CreateTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -63
- package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js +0 -65
- package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileShareCommand.js +0 -62
- package/dist/cjs/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayCommand.js +0 -78
- package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -75
- package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapeCommand.js +0 -62
- package/dist/cjs/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTapePoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVolumeCommand.js +0 -73
- package/dist/cjs/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js +0 -63
- package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js +0 -68
- package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -81
- package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCacheCommand.js +0 -65
- package/dist/cjs/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js +0 -66
- package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js +0 -63
- package/dist/cjs/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js +0 -63
- package/dist/cjs/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js +0 -62
- package/dist/cjs/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js +0 -64
- package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js +0 -63
- package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js +0 -65
- package/dist/cjs/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTapesCommand.js +0 -64
- package/dist/cjs/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUploadBufferCommand.js +0 -65
- package/dist/cjs/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js +0 -64
- package/dist/cjs/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js +0 -71
- package/dist/cjs/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/cjs/commands/DetachVolumeCommand.js +0 -65
- package/dist/cjs/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/cjs/commands/DisableGatewayCommand.js +0 -69
- package/dist/cjs/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFileSystemCommand.js +0 -63
- package/dist/cjs/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/JoinDomainCommand.js +0 -62
- package/dist/cjs/commands/JoinDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -64
- package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSharesCommand.js +0 -62
- package/dist/cjs/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js +0 -63
- package/dist/cjs/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewaysCommand.js +0 -70
- package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListLocalDisksCommand.js +0 -69
- package/dist/cjs/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapePoolsCommand.js +0 -69
- package/dist/cjs/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTapesCommand.js +0 -71
- package/dist/cjs/commands/ListTapesCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js +0 -63
- package/dist/cjs/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js +0 -67
- package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVolumesCommand.js +0 -70
- package/dist/cjs/commands/ListVolumesCommand.js.map +0 -1
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js +0 -75
- package/dist/cjs/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/cjs/commands/RefreshCacheCommand.js +0 -91
- package/dist/cjs/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -62
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetCacheCommand.js +0 -73
- package/dist/cjs/commands/ResetCacheCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js +0 -68
- package/dist/cjs/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js +0 -72
- package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js +0 -64
- package/dist/cjs/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js +0 -63
- package/dist/cjs/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/ShutdownGatewayCommand.js +0 -84
- package/dist/cjs/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js +0 -68
- package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/cjs/commands/StartGatewayCommand.js +0 -73
- package/dist/cjs/commands/StartGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -69
- package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js +0 -71
- package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -66
- package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js +0 -69
- package/dist/cjs/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js +0 -61
- package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js +0 -69
- package/dist/cjs/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js +0 -76
- package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js +0 -62
- package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js +0 -86
- package/dist/cjs/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js +0 -79
- package/dist/cjs/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js +0 -62
- package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js +0 -68
- package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js +0 -70
- package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js +0 -64
- package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -108
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1917
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTapesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFileSharesPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
- package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapePoolsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTapesPaginator.js +0 -46
- package/dist/cjs/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVolumesPaginator.js +0 -46
- package/dist/cjs/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8260
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/StorageGateway.js +0 -1420
- package/dist/es/StorageGateway.js.map +0 -1
- package/dist/es/StorageGatewayClient.js +0 -117
- package/dist/es/StorageGatewayClient.js.map +0 -1
- package/dist/es/commands/ActivateGatewayCommand.js +0 -72
- package/dist/es/commands/ActivateGatewayCommand.js.map +0 -1
- package/dist/es/commands/AddCacheCommand.js +0 -69
- package/dist/es/commands/AddCacheCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -89
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/AddUploadBufferCommand.js +0 -71
- package/dist/es/commands/AddUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/AddWorkingStorageCommand.js +0 -77
- package/dist/es/commands/AddWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/AssignTapePoolCommand.js +0 -71
- package/dist/es/commands/AssignTapePoolCommand.js.map +0 -1
- package/dist/es/commands/AssociateFileSystemCommand.js +0 -68
- package/dist/es/commands/AssociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/AttachVolumeCommand.js +0 -68
- package/dist/es/commands/AttachVolumeCommand.js.map +0 -1
- package/dist/es/commands/CancelArchivalCommand.js +0 -66
- package/dist/es/commands/CancelArchivalCommand.js.map +0 -1
- package/dist/es/commands/CancelRetrievalCommand.js +0 -67
- package/dist/es/commands/CancelRetrievalCommand.js.map +0 -1
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js +0 -82
- package/dist/es/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateNFSFileShareCommand.js +0 -79
- package/dist/es/commands/CreateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSMBFileShareCommand.js +0 -80
- package/dist/es/commands/CreateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js +0 -92
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -85
- package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js +0 -76
- package/dist/es/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapePoolCommand.js +0 -66
- package/dist/es/commands/CreateTapePoolCommand.js.map +0 -1
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js +0 -73
- package/dist/es/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
- package/dist/es/commands/CreateTapesCommand.js +0 -71
- package/dist/es/commands/CreateTapesCommand.js.map +0 -1
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -67
- package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js +0 -69
- package/dist/es/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DeleteChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DeleteChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileShareCommand.js +0 -66
- package/dist/es/commands/DeleteFileShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayCommand.js +0 -82
- package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -79
- package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeArchiveCommand.js +0 -66
- package/dist/es/commands/DeleteTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapeCommand.js +0 -66
- package/dist/es/commands/DeleteTapeCommand.js.map +0 -1
- package/dist/es/commands/DeleteTapePoolCommand.js +0 -67
- package/dist/es/commands/DeleteTapePoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteVolumeCommand.js +0 -77
- package/dist/es/commands/DeleteVolumeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js +0 -67
- package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js +0 -72
- package/dist/es/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -85
- package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeCacheCommand.js +0 -69
- package/dist/es/commands/DescribeCacheCommand.js.map +0 -1
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js +0 -70
- package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeChapCredentialsCommand.js +0 -67
- package/dist/es/commands/DescribeChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js +0 -66
- package/dist/es/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayInformationCommand.js +0 -67
- package/dist/es/commands/DescribeGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/DescribeNFSFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeNFSFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBFileSharesCommand.js +0 -66
- package/dist/es/commands/DescribeSMBFileSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSMBSettingsCommand.js +0 -66
- package/dist/es/commands/DescribeSMBSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js +0 -68
- package/dist/es/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js +0 -67
- package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeArchivesCommand.js +0 -69
- package/dist/es/commands/DescribeTapeArchivesCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTapesCommand.js +0 -68
- package/dist/es/commands/DescribeTapesCommand.js.map +0 -1
- package/dist/es/commands/DescribeUploadBufferCommand.js +0 -69
- package/dist/es/commands/DescribeUploadBufferCommand.js.map +0 -1
- package/dist/es/commands/DescribeVTLDevicesCommand.js +0 -68
- package/dist/es/commands/DescribeVTLDevicesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkingStorageCommand.js +0 -75
- package/dist/es/commands/DescribeWorkingStorageCommand.js.map +0 -1
- package/dist/es/commands/DetachVolumeCommand.js +0 -69
- package/dist/es/commands/DetachVolumeCommand.js.map +0 -1
- package/dist/es/commands/DisableGatewayCommand.js +0 -73
- package/dist/es/commands/DisableGatewayCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFileSystemCommand.js +0 -67
- package/dist/es/commands/DisassociateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/JoinDomainCommand.js +0 -66
- package/dist/es/commands/JoinDomainCommand.js.map +0 -1
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -68
- package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSharesCommand.js +0 -66
- package/dist/es/commands/ListFileSharesCommand.js.map +0 -1
- package/dist/es/commands/ListFileSystemAssociationsCommand.js +0 -67
- package/dist/es/commands/ListFileSystemAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListGatewaysCommand.js +0 -74
- package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListLocalDisksCommand.js +0 -73
- package/dist/es/commands/ListLocalDisksCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTapePoolsCommand.js +0 -73
- package/dist/es/commands/ListTapePoolsCommand.js.map +0 -1
- package/dist/es/commands/ListTapesCommand.js +0 -75
- package/dist/es/commands/ListTapesCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeInitiatorsCommand.js +0 -67
- package/dist/es/commands/ListVolumeInitiatorsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js +0 -71
- package/dist/es/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
- package/dist/es/commands/ListVolumesCommand.js +0 -74
- package/dist/es/commands/ListVolumesCommand.js.map +0 -1
- package/dist/es/commands/NotifyWhenUploadedCommand.js +0 -79
- package/dist/es/commands/NotifyWhenUploadedCommand.js.map +0 -1
- package/dist/es/commands/RefreshCacheCommand.js +0 -95
- package/dist/es/commands/RefreshCacheCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -66
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetCacheCommand.js +0 -77
- package/dist/es/commands/ResetCacheCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeArchiveCommand.js +0 -72
- package/dist/es/commands/RetrieveTapeArchiveCommand.js.map +0 -1
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js +0 -76
- package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/SetLocalConsolePasswordCommand.js +0 -68
- package/dist/es/commands/SetLocalConsolePasswordCommand.js.map +0 -1
- package/dist/es/commands/SetSMBGuestPasswordCommand.js +0 -67
- package/dist/es/commands/SetSMBGuestPasswordCommand.js.map +0 -1
- package/dist/es/commands/ShutdownGatewayCommand.js +0 -88
- package/dist/es/commands/ShutdownGatewayCommand.js.map +0 -1
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js +0 -72
- package/dist/es/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
- package/dist/es/commands/StartGatewayCommand.js +0 -77
- package/dist/es/commands/StartGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -73
- package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js +0 -75
- package/dist/es/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -70
- package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateChapCredentialsCommand.js +0 -73
- package/dist/es/commands/UpdateChapCredentialsCommand.js.map +0 -1
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js +0 -65
- package/dist/es/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayInformationCommand.js +0 -73
- package/dist/es/commands/UpdateGatewayInformationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js +0 -80
- package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js +0 -66
- package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
- package/dist/es/commands/UpdateNFSFileShareCommand.js +0 -90
- package/dist/es/commands/UpdateNFSFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareCommand.js +0 -83
- package/dist/es/commands/UpdateSMBFileShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js +0 -66
- package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js +0 -72
- package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js +0 -74
- package/dist/es/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js +0 -68
- package/dist/es/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -105
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1481
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTapesPaginator.js +0 -87
- package/dist/es/pagination/DescribeTapesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js +0 -87
- package/dist/es/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFileSharesPaginator.js +0 -87
- package/dist/es/pagination/ListFileSharesPaginator.js.map +0 -1
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js +0 -87
- package/dist/es/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
- package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -87
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListTapePoolsPaginator.js +0 -87
- package/dist/es/pagination/ListTapePoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTapesPaginator.js +0 -87
- package/dist/es/pagination/ListTapesPaginator.js.map +0 -1
- package/dist/es/pagination/ListVolumesPaginator.js +0 -87
- package/dist/es/pagination/ListVolumesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -8733
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/StorageGateway.d.ts +0 -1340
- package/dist/types/StorageGatewayClient.d.ts +0 -292
- package/dist/types/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/StorageGateway.d.ts +0 -1340
- package/dist/types/ts3.4/StorageGatewayClient.d.ts +0 -292
- package/dist/types/ts3.4/commands/ActivateGatewayCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AddCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/AddUploadBufferCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AddWorkingStorageCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/AssignTapePoolCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AssociateFileSystemCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CancelArchivalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CancelRetrievalCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateTapePoolCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateTapesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteFileShareCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTapePoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DescribeCacheCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeTapesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisableGatewayCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/JoinDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListFileSharesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListLocalDisksCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTapePoolsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTapesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListVolumesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/RefreshCacheCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ResetCacheCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ShutdownGatewayCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/StartGatewayCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListFileSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTapesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVolumesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -269
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8368
- package/pagination/DescribeTapeArchivesPaginator.ts +0 -58
- package/pagination/DescribeTapeRecoveryPointsPaginator.ts +0 -58
- package/pagination/DescribeTapesPaginator.ts +0 -58
- package/pagination/DescribeVTLDevicesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFileSharesPaginator.ts +0 -58
- package/pagination/ListFileSystemAssociationsPaginator.ts +0 -58
- package/pagination/ListGatewaysPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListTapePoolsPaginator.ts +0 -58
- package/pagination/ListTapesPaginator.ts +0 -54
- package/pagination/ListVolumesPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -10377
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "../commands/ActivateGatewayCommand";
|
|
4
|
+
import { AddCacheCommandInput, AddCacheCommandOutput } from "../commands/AddCacheCommand";
|
|
5
|
+
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
|
|
6
|
+
import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "../commands/AddUploadBufferCommand";
|
|
7
|
+
import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "../commands/AddWorkingStorageCommand";
|
|
8
|
+
import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "../commands/AssignTapePoolCommand";
|
|
9
|
+
import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "../commands/AssociateFileSystemCommand";
|
|
10
|
+
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "../commands/AttachVolumeCommand";
|
|
11
|
+
import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "../commands/CancelArchivalCommand";
|
|
12
|
+
import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "../commands/CancelRetrievalCommand";
|
|
13
|
+
import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "../commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
+
import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "../commands/CreateNFSFileShareCommand";
|
|
15
|
+
import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "../commands/CreateSMBFileShareCommand";
|
|
16
|
+
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
|
|
17
|
+
import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "../commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
+
import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "../commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
+
import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "../commands/CreateTapePoolCommand";
|
|
20
|
+
import { CreateTapesCommandInput, CreateTapesCommandOutput } from "../commands/CreateTapesCommand";
|
|
21
|
+
import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "../commands/CreateTapeWithBarcodeCommand";
|
|
22
|
+
import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "../commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
+
import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "../commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
+
import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "../commands/DeleteChapCredentialsCommand";
|
|
25
|
+
import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "../commands/DeleteFileShareCommand";
|
|
26
|
+
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
|
|
27
|
+
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "../commands/DeleteSnapshotScheduleCommand";
|
|
28
|
+
import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "../commands/DeleteTapeArchiveCommand";
|
|
29
|
+
import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "../commands/DeleteTapeCommand";
|
|
30
|
+
import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "../commands/DeleteTapePoolCommand";
|
|
31
|
+
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
|
|
32
|
+
import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "../commands/DescribeAvailabilityMonitorTestCommand";
|
|
33
|
+
import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "../commands/DescribeBandwidthRateLimitCommand";
|
|
34
|
+
import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "../commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
35
|
+
import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "../commands/DescribeCacheCommand";
|
|
36
|
+
import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "../commands/DescribeCachediSCSIVolumesCommand";
|
|
37
|
+
import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "../commands/DescribeChapCredentialsCommand";
|
|
38
|
+
import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "../commands/DescribeFileSystemAssociationsCommand";
|
|
39
|
+
import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "../commands/DescribeGatewayInformationCommand";
|
|
40
|
+
import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "../commands/DescribeMaintenanceStartTimeCommand";
|
|
41
|
+
import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "../commands/DescribeNFSFileSharesCommand";
|
|
42
|
+
import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "../commands/DescribeSMBFileSharesCommand";
|
|
43
|
+
import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "../commands/DescribeSMBSettingsCommand";
|
|
44
|
+
import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "../commands/DescribeSnapshotScheduleCommand";
|
|
45
|
+
import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "../commands/DescribeStorediSCSIVolumesCommand";
|
|
46
|
+
import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "../commands/DescribeTapeArchivesCommand";
|
|
47
|
+
import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "../commands/DescribeTapeRecoveryPointsCommand";
|
|
48
|
+
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand";
|
|
49
|
+
import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "../commands/DescribeUploadBufferCommand";
|
|
50
|
+
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "../commands/DescribeVTLDevicesCommand";
|
|
51
|
+
import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "../commands/DescribeWorkingStorageCommand";
|
|
52
|
+
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
|
|
53
|
+
import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "../commands/DisableGatewayCommand";
|
|
54
|
+
import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "../commands/DisassociateFileSystemCommand";
|
|
55
|
+
import { JoinDomainCommandInput, JoinDomainCommandOutput } from "../commands/JoinDomainCommand";
|
|
56
|
+
import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "../commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
57
|
+
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "../commands/ListFileSharesCommand";
|
|
58
|
+
import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "../commands/ListFileSystemAssociationsCommand";
|
|
59
|
+
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
|
|
60
|
+
import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "../commands/ListLocalDisksCommand";
|
|
61
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
62
|
+
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "../commands/ListTapePoolsCommand";
|
|
63
|
+
import { ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand";
|
|
64
|
+
import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "../commands/ListVolumeInitiatorsCommand";
|
|
65
|
+
import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "../commands/ListVolumeRecoveryPointsCommand";
|
|
66
|
+
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand";
|
|
67
|
+
import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "../commands/NotifyWhenUploadedCommand";
|
|
68
|
+
import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "../commands/RefreshCacheCommand";
|
|
69
|
+
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
70
|
+
import { ResetCacheCommandInput, ResetCacheCommandOutput } from "../commands/ResetCacheCommand";
|
|
71
|
+
import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "../commands/RetrieveTapeArchiveCommand";
|
|
72
|
+
import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "../commands/RetrieveTapeRecoveryPointCommand";
|
|
73
|
+
import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "../commands/SetLocalConsolePasswordCommand";
|
|
74
|
+
import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "../commands/SetSMBGuestPasswordCommand";
|
|
75
|
+
import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "../commands/ShutdownGatewayCommand";
|
|
76
|
+
import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "../commands/StartAvailabilityMonitorTestCommand";
|
|
77
|
+
import { StartGatewayCommandInput, StartGatewayCommandOutput } from "../commands/StartGatewayCommand";
|
|
78
|
+
import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "../commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
79
|
+
import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "../commands/UpdateBandwidthRateLimitCommand";
|
|
80
|
+
import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "../commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
81
|
+
import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "../commands/UpdateChapCredentialsCommand";
|
|
82
|
+
import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "../commands/UpdateFileSystemAssociationCommand";
|
|
83
|
+
import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
|
|
84
|
+
import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "../commands/UpdateGatewaySoftwareNowCommand";
|
|
85
|
+
import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "../commands/UpdateMaintenanceStartTimeCommand";
|
|
86
|
+
import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "../commands/UpdateNFSFileShareCommand";
|
|
87
|
+
import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "../commands/UpdateSMBFileShareCommand";
|
|
88
|
+
import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "../commands/UpdateSMBFileShareVisibilityCommand";
|
|
89
|
+
import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "../commands/UpdateSMBSecurityStrategyCommand";
|
|
90
|
+
import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "../commands/UpdateSnapshotScheduleCommand";
|
|
91
|
+
import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "../commands/UpdateVTLDeviceTypeCommand";
|
|
92
|
+
export declare const serializeAws_json1_1ActivateGatewayCommand: (input: ActivateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1AddCacheCommand: (input: AddCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1AddUploadBufferCommand: (input: AddUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_json1_1AddWorkingStorageCommand: (input: AddWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1AssignTapePoolCommand: (input: AssignTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_json1_1AssociateFileSystemCommand: (input: AssociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_json1_1AttachVolumeCommand: (input: AttachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_json1_1CancelArchivalCommand: (input: CancelArchivalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_json1_1CancelRetrievalCommand: (input: CancelRetrievalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1CreateCachediSCSIVolumeCommand: (input: CreateCachediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_json1_1CreateNFSFileShareCommand: (input: CreateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_json1_1CreateSMBFileShareCommand: (input: CreateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (input: CreateSnapshotFromVolumeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1CreateStorediSCSIVolumeCommand: (input: CreateStorediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_json1_1CreateTapePoolCommand: (input: CreateTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_json1_1CreateTapesCommand: (input: CreateTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_json1_1CreateTapeWithBarcodeCommand: (input: CreateTapeWithBarcodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (input: DeleteAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1DeleteBandwidthRateLimitCommand: (input: DeleteBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1DeleteChapCredentialsCommand: (input: DeleteChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1DeleteFileShareCommand: (input: DeleteFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_json1_1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_json1_1DeleteSnapshotScheduleCommand: (input: DeleteSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_json1_1DeleteTapeCommand: (input: DeleteTapeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_json1_1DeleteTapeArchiveCommand: (input: DeleteTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_json1_1DeleteTapePoolCommand: (input: DeleteTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_json1_1DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (input: DescribeAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1DescribeBandwidthRateLimitCommand: (input: DescribeBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (input: DescribeBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_json1_1DescribeCacheCommand: (input: DescribeCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1DescribeCachediSCSIVolumesCommand: (input: DescribeCachediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_json1_1DescribeChapCredentialsCommand: (input: DescribeChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_json1_1DescribeFileSystemAssociationsCommand: (input: DescribeFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_json1_1DescribeGatewayInformationCommand: (input: DescribeGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_json1_1DescribeMaintenanceStartTimeCommand: (input: DescribeMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_json1_1DescribeNFSFileSharesCommand: (input: DescribeNFSFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_json1_1DescribeSMBFileSharesCommand: (input: DescribeSMBFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_json1_1DescribeSMBSettingsCommand: (input: DescribeSMBSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
export declare const serializeAws_json1_1DescribeSnapshotScheduleCommand: (input: DescribeSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_json1_1DescribeStorediSCSIVolumesCommand: (input: DescribeStorediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
export declare const serializeAws_json1_1DescribeTapeArchivesCommand: (input: DescribeTapeArchivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
export declare const serializeAws_json1_1DescribeTapeRecoveryPointsCommand: (input: DescribeTapeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
export declare const serializeAws_json1_1DescribeTapesCommand: (input: DescribeTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_json1_1DescribeUploadBufferCommand: (input: DescribeUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_json1_1DescribeVTLDevicesCommand: (input: DescribeVTLDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_json1_1DescribeWorkingStorageCommand: (input: DescribeWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_json1_1DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_json1_1DisableGatewayCommand: (input: DisableGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_json1_1DisassociateFileSystemCommand: (input: DisassociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_json1_1JoinDomainCommand: (input: JoinDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (input: ListAutomaticTapeCreationPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_json1_1ListFileSharesCommand: (input: ListFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_json1_1ListFileSystemAssociationsCommand: (input: ListFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
export declare const serializeAws_json1_1ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
export declare const serializeAws_json1_1ListLocalDisksCommand: (input: ListLocalDisksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
export declare const serializeAws_json1_1ListTapePoolsCommand: (input: ListTapePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_json1_1ListTapesCommand: (input: ListTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_json1_1ListVolumeInitiatorsCommand: (input: ListVolumeInitiatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_1ListVolumeRecoveryPointsCommand: (input: ListVolumeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
export declare const serializeAws_json1_1ListVolumesCommand: (input: ListVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
export declare const serializeAws_json1_1NotifyWhenUploadedCommand: (input: NotifyWhenUploadedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const serializeAws_json1_1RefreshCacheCommand: (input: RefreshCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
export declare const serializeAws_json1_1ResetCacheCommand: (input: ResetCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
export declare const serializeAws_json1_1RetrieveTapeArchiveCommand: (input: RetrieveTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
export declare const serializeAws_json1_1RetrieveTapeRecoveryPointCommand: (input: RetrieveTapeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_1SetLocalConsolePasswordCommand: (input: SetLocalConsolePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
export declare const serializeAws_json1_1SetSMBGuestPasswordCommand: (input: SetSMBGuestPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
export declare const serializeAws_json1_1ShutdownGatewayCommand: (input: ShutdownGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_json1_1StartAvailabilityMonitorTestCommand: (input: StartAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1StartGatewayCommand: (input: StartGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
export declare const serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (input: UpdateAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
export declare const serializeAws_json1_1UpdateBandwidthRateLimitCommand: (input: UpdateBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
export declare const serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (input: UpdateBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1UpdateChapCredentialsCommand: (input: UpdateChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
export declare const serializeAws_json1_1UpdateFileSystemAssociationCommand: (input: UpdateFileSystemAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
export declare const serializeAws_json1_1UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
export declare const serializeAws_json1_1UpdateGatewaySoftwareNowCommand: (input: UpdateGatewaySoftwareNowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1UpdateMaintenanceStartTimeCommand: (input: UpdateMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
export declare const serializeAws_json1_1UpdateNFSFileShareCommand: (input: UpdateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
export declare const serializeAws_json1_1UpdateSMBFileShareCommand: (input: UpdateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
export declare const serializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (input: UpdateSMBFileShareVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1UpdateSMBSecurityStrategyCommand: (input: UpdateSMBSecurityStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
export declare const serializeAws_json1_1UpdateSnapshotScheduleCommand: (input: UpdateSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
export declare const serializeAws_json1_1UpdateVTLDeviceTypeCommand: (input: UpdateVTLDeviceTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
export declare const deserializeAws_json1_1ActivateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateGatewayCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_json1_1AddCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCacheCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_json1_1AddUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddUploadBufferCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_json1_1AddWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddWorkingStorageCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_json1_1AssignTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignTapePoolCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_json1_1AssociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFileSystemCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1AttachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachVolumeCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_json1_1CancelArchivalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelArchivalCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_json1_1CancelRetrievalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRetrievalCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_json1_1CreateCachediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachediSCSIVolumeCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_json1_1CreateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNFSFileShareCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_json1_1CreateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMBFileShareCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
|
|
195
|
+
export declare const deserializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
|
|
196
|
+
export declare const deserializeAws_json1_1CreateStorediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorediSCSIVolumeCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_json1_1CreateTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapePoolCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_json1_1CreateTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapesCommandOutput>;
|
|
199
|
+
export declare const deserializeAws_json1_1CreateTapeWithBarcodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapeWithBarcodeCommandOutput>;
|
|
200
|
+
export declare const deserializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_json1_1DeleteBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBandwidthRateLimitCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_json1_1DeleteChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChapCredentialsCommandOutput>;
|
|
203
|
+
export declare const deserializeAws_json1_1DeleteFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileShareCommandOutput>;
|
|
204
|
+
export declare const deserializeAws_json1_1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
|
|
205
|
+
export declare const deserializeAws_json1_1DeleteSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotScheduleCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_json1_1DeleteTapeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeCommandOutput>;
|
|
207
|
+
export declare const deserializeAws_json1_1DeleteTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeArchiveCommandOutput>;
|
|
208
|
+
export declare const deserializeAws_json1_1DeleteTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapePoolCommandOutput>;
|
|
209
|
+
export declare const deserializeAws_json1_1DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityMonitorTestCommandOutput>;
|
|
211
|
+
export declare const deserializeAws_json1_1DescribeBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_json1_1DescribeCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_json1_1DescribeCachediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCachediSCSIVolumesCommandOutput>;
|
|
215
|
+
export declare const deserializeAws_json1_1DescribeChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChapCredentialsCommandOutput>;
|
|
216
|
+
export declare const deserializeAws_json1_1DescribeFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAssociationsCommandOutput>;
|
|
217
|
+
export declare const deserializeAws_json1_1DescribeGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayInformationCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_json1_1DescribeMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceStartTimeCommandOutput>;
|
|
219
|
+
export declare const deserializeAws_json1_1DescribeNFSFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNFSFileSharesCommandOutput>;
|
|
220
|
+
export declare const deserializeAws_json1_1DescribeSMBFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBFileSharesCommandOutput>;
|
|
221
|
+
export declare const deserializeAws_json1_1DescribeSMBSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBSettingsCommandOutput>;
|
|
222
|
+
export declare const deserializeAws_json1_1DescribeSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotScheduleCommandOutput>;
|
|
223
|
+
export declare const deserializeAws_json1_1DescribeStorediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorediSCSIVolumesCommandOutput>;
|
|
224
|
+
export declare const deserializeAws_json1_1DescribeTapeArchivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeArchivesCommandOutput>;
|
|
225
|
+
export declare const deserializeAws_json1_1DescribeTapeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeRecoveryPointsCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_json1_1DescribeTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapesCommandOutput>;
|
|
227
|
+
export declare const deserializeAws_json1_1DescribeUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUploadBufferCommandOutput>;
|
|
228
|
+
export declare const deserializeAws_json1_1DescribeVTLDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVTLDevicesCommandOutput>;
|
|
229
|
+
export declare const deserializeAws_json1_1DescribeWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkingStorageCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_json1_1DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
|
|
231
|
+
export declare const deserializeAws_json1_1DisableGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableGatewayCommandOutput>;
|
|
232
|
+
export declare const deserializeAws_json1_1DisassociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFileSystemCommandOutput>;
|
|
233
|
+
export declare const deserializeAws_json1_1JoinDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<JoinDomainCommandOutput>;
|
|
234
|
+
export declare const deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
|
|
235
|
+
export declare const deserializeAws_json1_1ListFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSharesCommandOutput>;
|
|
236
|
+
export declare const deserializeAws_json1_1ListFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSystemAssociationsCommandOutput>;
|
|
237
|
+
export declare const deserializeAws_json1_1ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_json1_1ListLocalDisksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocalDisksCommandOutput>;
|
|
239
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
240
|
+
export declare const deserializeAws_json1_1ListTapePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapePoolsCommandOutput>;
|
|
241
|
+
export declare const deserializeAws_json1_1ListTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapesCommandOutput>;
|
|
242
|
+
export declare const deserializeAws_json1_1ListVolumeInitiatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeInitiatorsCommandOutput>;
|
|
243
|
+
export declare const deserializeAws_json1_1ListVolumeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeRecoveryPointsCommandOutput>;
|
|
244
|
+
export declare const deserializeAws_json1_1ListVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumesCommandOutput>;
|
|
245
|
+
export declare const deserializeAws_json1_1NotifyWhenUploadedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWhenUploadedCommandOutput>;
|
|
246
|
+
export declare const deserializeAws_json1_1RefreshCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshCacheCommandOutput>;
|
|
247
|
+
export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
|
|
248
|
+
export declare const deserializeAws_json1_1ResetCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetCacheCommandOutput>;
|
|
249
|
+
export declare const deserializeAws_json1_1RetrieveTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeArchiveCommandOutput>;
|
|
250
|
+
export declare const deserializeAws_json1_1RetrieveTapeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeRecoveryPointCommandOutput>;
|
|
251
|
+
export declare const deserializeAws_json1_1SetLocalConsolePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLocalConsolePasswordCommandOutput>;
|
|
252
|
+
export declare const deserializeAws_json1_1SetSMBGuestPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMBGuestPasswordCommandOutput>;
|
|
253
|
+
export declare const deserializeAws_json1_1ShutdownGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ShutdownGatewayCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_json1_1StartAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAvailabilityMonitorTestCommandOutput>;
|
|
255
|
+
export declare const deserializeAws_json1_1StartGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGatewayCommandOutput>;
|
|
256
|
+
export declare const deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
|
|
257
|
+
export declare const deserializeAws_json1_1UpdateBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitCommandOutput>;
|
|
258
|
+
export declare const deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
|
|
259
|
+
export declare const deserializeAws_json1_1UpdateChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChapCredentialsCommandOutput>;
|
|
260
|
+
export declare const deserializeAws_json1_1UpdateFileSystemAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemAssociationCommandOutput>;
|
|
261
|
+
export declare const deserializeAws_json1_1UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
|
|
262
|
+
export declare const deserializeAws_json1_1UpdateGatewaySoftwareNowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
|
|
263
|
+
export declare const deserializeAws_json1_1UpdateMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceStartTimeCommandOutput>;
|
|
264
|
+
export declare const deserializeAws_json1_1UpdateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNFSFileShareCommandOutput>;
|
|
265
|
+
export declare const deserializeAws_json1_1UpdateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareVisibilityCommandOutput>;
|
|
267
|
+
export declare const deserializeAws_json1_1UpdateSMBSecurityStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBSecurityStrategyCommandOutput>;
|
|
268
|
+
export declare const deserializeAws_json1_1UpdateSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotScheduleCommandOutput>;
|
|
269
|
+
export declare const deserializeAws_json1_1UpdateVTLDeviceTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVTLDeviceTypeCommandOutput>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { StorageGatewayClientConfig } from "./StorageGatewayClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { StorageGatewayClientConfig } from "./StorageGatewayClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { StorageGatewayClientConfig } from "./StorageGatewayClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,64 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-storage-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.36.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.36.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.36.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.36.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.36.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.36.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.36.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.36.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.36.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.36.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.36.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.36.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.36.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.36.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.36.0",
|
|
42
|
+
"@aws-sdk/types": "3.36.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.36.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.36.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.36.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.36.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.36.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.36.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.36.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.36.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.36.0",
|
|
58
52
|
"tslib": "^2.3.0"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/client-documentation-generator": "3.36.0",
|
|
62
56
|
"@types/node": "^12.7.5",
|
|
63
57
|
"downlevel-dts": "0.7.0",
|
|
64
58
|
"jest": "^26.1.0",
|
|
@@ -72,16 +66,25 @@
|
|
|
72
66
|
},
|
|
73
67
|
"typesVersions": {
|
|
74
68
|
"<4.0": {
|
|
75
|
-
"dist
|
|
76
|
-
"dist
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
77
71
|
]
|
|
78
72
|
}
|
|
79
73
|
},
|
|
74
|
+
"files": [
|
|
75
|
+
"dist-*"
|
|
76
|
+
],
|
|
80
77
|
"author": {
|
|
81
78
|
"name": "AWS SDK for JavaScript Team",
|
|
82
79
|
"url": "https://aws.amazon.com/javascript/"
|
|
83
80
|
},
|
|
84
81
|
"license": "Apache-2.0",
|
|
82
|
+
"browser": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
84
|
+
},
|
|
85
|
+
"react-native": {
|
|
86
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
87
|
+
},
|
|
85
88
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-storage-gateway",
|
|
86
89
|
"repository": {
|
|
87
90
|
"type": "git",
|