@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
|
@@ -1,1917 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTapesOutput = exports.CreateTapesInput = exports.CreateTapePoolOutput = exports.CreateTapePoolInput = exports.CreateStorediSCSIVolumeOutput = exports.CreateStorediSCSIVolumeInput = exports.CreateSnapshotFromVolumeRecoveryPointOutput = exports.CreateSnapshotFromVolumeRecoveryPointInput = exports.ServiceUnavailableError = exports.CreateSnapshotOutput = exports.CreateSnapshotInput = exports.CreateSMBFileShareOutput = exports.CreateSMBFileShareInput = exports.CreateNFSFileShareOutput = exports.CreateNFSFileShareInput = exports.NFSFileShareDefaults = exports.CreateCachediSCSIVolumeOutput = exports.CreateCachediSCSIVolumeInput = exports.ChapInfo = exports.CancelRetrievalOutput = exports.CancelRetrievalInput = exports.CancelArchivalOutput = exports.CancelArchivalInput = exports.CachediSCSIVolume = exports.VolumeiSCSIAttributes = exports.BandwidthRateLimitInterval = exports.AutomaticTapeCreationPolicyInfo = exports.AutomaticTapeCreationRule = exports.AttachVolumeOutput = exports.AttachVolumeInput = exports.AssociateFileSystemOutput = exports.AssociateFileSystemInput = exports.EndpointNetworkConfiguration = exports.CacheAttributes = exports.AssignTapePoolOutput = exports.AssignTapePoolInput = exports.AddWorkingStorageOutput = exports.AddWorkingStorageInput = exports.AddUploadBufferOutput = exports.AddUploadBufferInput = exports.AddTagsToResourceOutput = exports.AddTagsToResourceInput = exports.AddCacheOutput = exports.AddCacheInput = exports.InvalidGatewayRequestException = exports.InternalServerError = exports.StorageGatewayError = exports.ActivateGatewayOutput = exports.ActivateGatewayInput = exports.Tag = void 0;
|
|
4
|
-
exports.DescribeSMBSettingsInput = exports.DescribeSMBFileSharesOutput = exports.SMBFileShareInfo = exports.DescribeSMBFileSharesInput = exports.DescribeNFSFileSharesOutput = exports.NFSFileShareInfo = exports.DescribeNFSFileSharesInput = exports.DescribeMaintenanceStartTimeOutput = exports.DescribeMaintenanceStartTimeInput = exports.DescribeGatewayInformationOutput = exports.NetworkInterface = exports.GatewayCapacity = exports.DescribeGatewayInformationInput = exports.DescribeFileSystemAssociationsOutput = exports.FileSystemAssociationInfo = exports.DescribeFileSystemAssociationsInput = exports.DescribeChapCredentialsOutput = exports.DescribeChapCredentialsInput = exports.DescribeCachediSCSIVolumesOutput = exports.DescribeCachediSCSIVolumesInput = exports.DescribeCacheOutput = exports.DescribeCacheInput = exports.DescribeBandwidthRateLimitScheduleOutput = exports.DescribeBandwidthRateLimitScheduleInput = exports.DescribeBandwidthRateLimitOutput = exports.DescribeBandwidthRateLimitInput = exports.DescribeAvailabilityMonitorTestOutput = exports.DescribeAvailabilityMonitorTestInput = exports.DeleteVolumeOutput = exports.DeleteVolumeInput = exports.DeleteTapePoolOutput = exports.DeleteTapePoolInput = exports.DeleteTapeArchiveOutput = exports.DeleteTapeArchiveInput = exports.DeleteTapeOutput = exports.DeleteTapeInput = exports.DeleteSnapshotScheduleOutput = exports.DeleteSnapshotScheduleInput = exports.DeleteGatewayOutput = exports.DeleteGatewayInput = exports.DeleteFileShareOutput = exports.DeleteFileShareInput = exports.DeleteChapCredentialsOutput = exports.DeleteChapCredentialsInput = exports.DeleteBandwidthRateLimitOutput = exports.DeleteBandwidthRateLimitInput = exports.DeleteAutomaticTapeCreationPolicyOutput = exports.DeleteAutomaticTapeCreationPolicyInput = exports.CreateTapeWithBarcodeOutput = exports.CreateTapeWithBarcodeInput = void 0;
|
|
5
|
-
exports.ListTapePoolsOutput = exports.PoolInfo = exports.ListTapePoolsInput = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.ListLocalDisksOutput = exports.ListLocalDisksInput = exports.ListGatewaysOutput = exports.ListGatewaysInput = exports.ListFileSystemAssociationsOutput = exports.ListFileSystemAssociationsInput = exports.ListFileSharesOutput = exports.ListFileSharesInput = exports.ListAutomaticTapeCreationPoliciesOutput = exports.ListAutomaticTapeCreationPoliciesInput = exports.JoinDomainOutput = exports.JoinDomainInput = exports.GatewayInfo = exports.FileSystemAssociationSummary = exports.FileShareInfo = exports.Disk = exports.DisassociateFileSystemOutput = exports.DisassociateFileSystemInput = exports.DisableGatewayOutput = exports.DisableGatewayInput = exports.DetachVolumeOutput = exports.DetachVolumeInput = exports.DescribeWorkingStorageOutput = exports.DescribeWorkingStorageInput = exports.DescribeVTLDevicesOutput = exports.VTLDevice = exports.DeviceiSCSIAttributes = exports.DescribeVTLDevicesInput = exports.DescribeUploadBufferOutput = exports.DescribeUploadBufferInput = exports.DescribeTapesOutput = exports.Tape = exports.DescribeTapesInput = exports.DescribeTapeRecoveryPointsOutput = exports.TapeRecoveryPointInfo = exports.DescribeTapeRecoveryPointsInput = exports.DescribeTapeArchivesOutput = exports.TapeArchive = exports.DescribeTapeArchivesInput = exports.DescribeStorediSCSIVolumesOutput = exports.StorediSCSIVolume = exports.DescribeStorediSCSIVolumesInput = exports.DescribeSnapshotScheduleOutput = exports.DescribeSnapshotScheduleInput = exports.DescribeSMBSettingsOutput = void 0;
|
|
6
|
-
exports.UpdateNFSFileShareInput = exports.UpdateMaintenanceStartTimeOutput = exports.UpdateMaintenanceStartTimeInput = exports.UpdateGatewaySoftwareNowOutput = exports.UpdateGatewaySoftwareNowInput = exports.UpdateGatewayInformationOutput = exports.UpdateGatewayInformationInput = exports.UpdateFileSystemAssociationOutput = exports.UpdateFileSystemAssociationInput = exports.UpdateChapCredentialsOutput = exports.UpdateChapCredentialsInput = exports.UpdateBandwidthRateLimitScheduleOutput = exports.UpdateBandwidthRateLimitScheduleInput = exports.UpdateBandwidthRateLimitOutput = exports.UpdateBandwidthRateLimitInput = exports.UpdateAutomaticTapeCreationPolicyOutput = exports.UpdateAutomaticTapeCreationPolicyInput = exports.StartGatewayOutput = exports.StartGatewayInput = exports.StartAvailabilityMonitorTestOutput = exports.StartAvailabilityMonitorTestInput = exports.ShutdownGatewayOutput = exports.ShutdownGatewayInput = exports.SetSMBGuestPasswordOutput = exports.SetSMBGuestPasswordInput = exports.SetLocalConsolePasswordOutput = exports.SetLocalConsolePasswordInput = exports.RetrieveTapeRecoveryPointOutput = exports.RetrieveTapeRecoveryPointInput = exports.RetrieveTapeArchiveOutput = exports.RetrieveTapeArchiveInput = exports.ResetCacheOutput = exports.ResetCacheInput = exports.RemoveTagsFromResourceOutput = exports.RemoveTagsFromResourceInput = exports.RefreshCacheOutput = exports.RefreshCacheInput = exports.NotifyWhenUploadedOutput = exports.NotifyWhenUploadedInput = exports.ListVolumesOutput = exports.VolumeInfo = exports.ListVolumesInput = exports.ListVolumeRecoveryPointsOutput = exports.VolumeRecoveryPointInfo = exports.ListVolumeRecoveryPointsInput = exports.ListVolumeInitiatorsOutput = exports.ListVolumeInitiatorsInput = exports.ListTapesOutput = exports.TapeInfo = exports.ListTapesInput = void 0;
|
|
7
|
-
exports.UpdateVTLDeviceTypeOutput = exports.UpdateVTLDeviceTypeInput = exports.UpdateSnapshotScheduleOutput = exports.UpdateSnapshotScheduleInput = exports.UpdateSMBSecurityStrategyOutput = exports.UpdateSMBSecurityStrategyInput = exports.UpdateSMBFileShareVisibilityOutput = exports.UpdateSMBFileShareVisibilityInput = exports.UpdateSMBFileShareOutput = exports.UpdateSMBFileShareInput = exports.UpdateNFSFileShareOutput = void 0;
|
|
8
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
-
var Tag;
|
|
10
|
-
(function (Tag) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
15
|
-
...obj,
|
|
16
|
-
});
|
|
17
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
18
|
-
var ActivateGatewayInput;
|
|
19
|
-
(function (ActivateGatewayInput) {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
ActivateGatewayInput.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
})(ActivateGatewayInput = exports.ActivateGatewayInput || (exports.ActivateGatewayInput = {}));
|
|
27
|
-
var ActivateGatewayOutput;
|
|
28
|
-
(function (ActivateGatewayOutput) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
ActivateGatewayOutput.filterSensitiveLog = (obj) => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
})(ActivateGatewayOutput = exports.ActivateGatewayOutput || (exports.ActivateGatewayOutput = {}));
|
|
36
|
-
var StorageGatewayError;
|
|
37
|
-
(function (StorageGatewayError) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
StorageGatewayError.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(StorageGatewayError = exports.StorageGatewayError || (exports.StorageGatewayError = {}));
|
|
45
|
-
var InternalServerError;
|
|
46
|
-
(function (InternalServerError) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
InternalServerError.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
|
|
54
|
-
var InvalidGatewayRequestException;
|
|
55
|
-
(function (InvalidGatewayRequestException) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
InvalidGatewayRequestException.filterSensitiveLog = (obj) => ({
|
|
60
|
-
...obj,
|
|
61
|
-
});
|
|
62
|
-
})(InvalidGatewayRequestException = exports.InvalidGatewayRequestException || (exports.InvalidGatewayRequestException = {}));
|
|
63
|
-
var AddCacheInput;
|
|
64
|
-
(function (AddCacheInput) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
AddCacheInput.filterSensitiveLog = (obj) => ({
|
|
69
|
-
...obj,
|
|
70
|
-
});
|
|
71
|
-
})(AddCacheInput = exports.AddCacheInput || (exports.AddCacheInput = {}));
|
|
72
|
-
var AddCacheOutput;
|
|
73
|
-
(function (AddCacheOutput) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
AddCacheOutput.filterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
});
|
|
80
|
-
})(AddCacheOutput = exports.AddCacheOutput || (exports.AddCacheOutput = {}));
|
|
81
|
-
var AddTagsToResourceInput;
|
|
82
|
-
(function (AddTagsToResourceInput) {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
AddTagsToResourceInput.filterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
});
|
|
89
|
-
})(AddTagsToResourceInput = exports.AddTagsToResourceInput || (exports.AddTagsToResourceInput = {}));
|
|
90
|
-
var AddTagsToResourceOutput;
|
|
91
|
-
(function (AddTagsToResourceOutput) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
AddTagsToResourceOutput.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(AddTagsToResourceOutput = exports.AddTagsToResourceOutput || (exports.AddTagsToResourceOutput = {}));
|
|
99
|
-
var AddUploadBufferInput;
|
|
100
|
-
(function (AddUploadBufferInput) {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
AddUploadBufferInput.filterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
})(AddUploadBufferInput = exports.AddUploadBufferInput || (exports.AddUploadBufferInput = {}));
|
|
108
|
-
var AddUploadBufferOutput;
|
|
109
|
-
(function (AddUploadBufferOutput) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
AddUploadBufferOutput.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(AddUploadBufferOutput = exports.AddUploadBufferOutput || (exports.AddUploadBufferOutput = {}));
|
|
117
|
-
var AddWorkingStorageInput;
|
|
118
|
-
(function (AddWorkingStorageInput) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
AddWorkingStorageInput.filterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
})(AddWorkingStorageInput = exports.AddWorkingStorageInput || (exports.AddWorkingStorageInput = {}));
|
|
126
|
-
var AddWorkingStorageOutput;
|
|
127
|
-
(function (AddWorkingStorageOutput) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
AddWorkingStorageOutput.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(AddWorkingStorageOutput = exports.AddWorkingStorageOutput || (exports.AddWorkingStorageOutput = {}));
|
|
135
|
-
var AssignTapePoolInput;
|
|
136
|
-
(function (AssignTapePoolInput) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
AssignTapePoolInput.filterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
})(AssignTapePoolInput = exports.AssignTapePoolInput || (exports.AssignTapePoolInput = {}));
|
|
144
|
-
var AssignTapePoolOutput;
|
|
145
|
-
(function (AssignTapePoolOutput) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
AssignTapePoolOutput.filterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
})(AssignTapePoolOutput = exports.AssignTapePoolOutput || (exports.AssignTapePoolOutput = {}));
|
|
153
|
-
var CacheAttributes;
|
|
154
|
-
(function (CacheAttributes) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
CacheAttributes.filterSensitiveLog = (obj) => ({
|
|
159
|
-
...obj,
|
|
160
|
-
});
|
|
161
|
-
})(CacheAttributes = exports.CacheAttributes || (exports.CacheAttributes = {}));
|
|
162
|
-
var EndpointNetworkConfiguration;
|
|
163
|
-
(function (EndpointNetworkConfiguration) {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
EndpointNetworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
})(EndpointNetworkConfiguration = exports.EndpointNetworkConfiguration || (exports.EndpointNetworkConfiguration = {}));
|
|
171
|
-
var AssociateFileSystemInput;
|
|
172
|
-
(function (AssociateFileSystemInput) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
AssociateFileSystemInput.filterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
179
|
-
});
|
|
180
|
-
})(AssociateFileSystemInput = exports.AssociateFileSystemInput || (exports.AssociateFileSystemInput = {}));
|
|
181
|
-
var AssociateFileSystemOutput;
|
|
182
|
-
(function (AssociateFileSystemOutput) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
AssociateFileSystemOutput.filterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
})(AssociateFileSystemOutput = exports.AssociateFileSystemOutput || (exports.AssociateFileSystemOutput = {}));
|
|
190
|
-
var AttachVolumeInput;
|
|
191
|
-
(function (AttachVolumeInput) {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
AttachVolumeInput.filterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
})(AttachVolumeInput = exports.AttachVolumeInput || (exports.AttachVolumeInput = {}));
|
|
199
|
-
var AttachVolumeOutput;
|
|
200
|
-
(function (AttachVolumeOutput) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
AttachVolumeOutput.filterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
})(AttachVolumeOutput = exports.AttachVolumeOutput || (exports.AttachVolumeOutput = {}));
|
|
208
|
-
var AutomaticTapeCreationRule;
|
|
209
|
-
(function (AutomaticTapeCreationRule) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
AutomaticTapeCreationRule.filterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
})(AutomaticTapeCreationRule = exports.AutomaticTapeCreationRule || (exports.AutomaticTapeCreationRule = {}));
|
|
217
|
-
var AutomaticTapeCreationPolicyInfo;
|
|
218
|
-
(function (AutomaticTapeCreationPolicyInfo) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
AutomaticTapeCreationPolicyInfo.filterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
})(AutomaticTapeCreationPolicyInfo = exports.AutomaticTapeCreationPolicyInfo || (exports.AutomaticTapeCreationPolicyInfo = {}));
|
|
226
|
-
var BandwidthRateLimitInterval;
|
|
227
|
-
(function (BandwidthRateLimitInterval) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
BandwidthRateLimitInterval.filterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
})(BandwidthRateLimitInterval = exports.BandwidthRateLimitInterval || (exports.BandwidthRateLimitInterval = {}));
|
|
235
|
-
var VolumeiSCSIAttributes;
|
|
236
|
-
(function (VolumeiSCSIAttributes) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
|
-
VolumeiSCSIAttributes.filterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
})(VolumeiSCSIAttributes = exports.VolumeiSCSIAttributes || (exports.VolumeiSCSIAttributes = {}));
|
|
244
|
-
var CachediSCSIVolume;
|
|
245
|
-
(function (CachediSCSIVolume) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
CachediSCSIVolume.filterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
})(CachediSCSIVolume = exports.CachediSCSIVolume || (exports.CachediSCSIVolume = {}));
|
|
253
|
-
var CancelArchivalInput;
|
|
254
|
-
(function (CancelArchivalInput) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
CancelArchivalInput.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(CancelArchivalInput = exports.CancelArchivalInput || (exports.CancelArchivalInput = {}));
|
|
262
|
-
var CancelArchivalOutput;
|
|
263
|
-
(function (CancelArchivalOutput) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
CancelArchivalOutput.filterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
})(CancelArchivalOutput = exports.CancelArchivalOutput || (exports.CancelArchivalOutput = {}));
|
|
271
|
-
var CancelRetrievalInput;
|
|
272
|
-
(function (CancelRetrievalInput) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
CancelRetrievalInput.filterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
})(CancelRetrievalInput = exports.CancelRetrievalInput || (exports.CancelRetrievalInput = {}));
|
|
280
|
-
var CancelRetrievalOutput;
|
|
281
|
-
(function (CancelRetrievalOutput) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
CancelRetrievalOutput.filterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
})(CancelRetrievalOutput = exports.CancelRetrievalOutput || (exports.CancelRetrievalOutput = {}));
|
|
289
|
-
var ChapInfo;
|
|
290
|
-
(function (ChapInfo) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
|
-
ChapInfo.filterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
...(obj.SecretToAuthenticateInitiator && { SecretToAuthenticateInitiator: smithy_client_1.SENSITIVE_STRING }),
|
|
297
|
-
...(obj.SecretToAuthenticateTarget && { SecretToAuthenticateTarget: smithy_client_1.SENSITIVE_STRING }),
|
|
298
|
-
});
|
|
299
|
-
})(ChapInfo = exports.ChapInfo || (exports.ChapInfo = {}));
|
|
300
|
-
var CreateCachediSCSIVolumeInput;
|
|
301
|
-
(function (CreateCachediSCSIVolumeInput) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
|
-
CreateCachediSCSIVolumeInput.filterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
})(CreateCachediSCSIVolumeInput = exports.CreateCachediSCSIVolumeInput || (exports.CreateCachediSCSIVolumeInput = {}));
|
|
309
|
-
var CreateCachediSCSIVolumeOutput;
|
|
310
|
-
(function (CreateCachediSCSIVolumeOutput) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
CreateCachediSCSIVolumeOutput.filterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
})(CreateCachediSCSIVolumeOutput = exports.CreateCachediSCSIVolumeOutput || (exports.CreateCachediSCSIVolumeOutput = {}));
|
|
318
|
-
var NFSFileShareDefaults;
|
|
319
|
-
(function (NFSFileShareDefaults) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
NFSFileShareDefaults.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(NFSFileShareDefaults = exports.NFSFileShareDefaults || (exports.NFSFileShareDefaults = {}));
|
|
327
|
-
var CreateNFSFileShareInput;
|
|
328
|
-
(function (CreateNFSFileShareInput) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
|
-
CreateNFSFileShareInput.filterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
})(CreateNFSFileShareInput = exports.CreateNFSFileShareInput || (exports.CreateNFSFileShareInput = {}));
|
|
336
|
-
var CreateNFSFileShareOutput;
|
|
337
|
-
(function (CreateNFSFileShareOutput) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
CreateNFSFileShareOutput.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(CreateNFSFileShareOutput = exports.CreateNFSFileShareOutput || (exports.CreateNFSFileShareOutput = {}));
|
|
345
|
-
var CreateSMBFileShareInput;
|
|
346
|
-
(function (CreateSMBFileShareInput) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
CreateSMBFileShareInput.filterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
})(CreateSMBFileShareInput = exports.CreateSMBFileShareInput || (exports.CreateSMBFileShareInput = {}));
|
|
354
|
-
var CreateSMBFileShareOutput;
|
|
355
|
-
(function (CreateSMBFileShareOutput) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
CreateSMBFileShareOutput.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(CreateSMBFileShareOutput = exports.CreateSMBFileShareOutput || (exports.CreateSMBFileShareOutput = {}));
|
|
363
|
-
var CreateSnapshotInput;
|
|
364
|
-
(function (CreateSnapshotInput) {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
CreateSnapshotInput.filterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
})(CreateSnapshotInput = exports.CreateSnapshotInput || (exports.CreateSnapshotInput = {}));
|
|
372
|
-
var CreateSnapshotOutput;
|
|
373
|
-
(function (CreateSnapshotOutput) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
CreateSnapshotOutput.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(CreateSnapshotOutput = exports.CreateSnapshotOutput || (exports.CreateSnapshotOutput = {}));
|
|
381
|
-
var ServiceUnavailableError;
|
|
382
|
-
(function (ServiceUnavailableError) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
ServiceUnavailableError.filterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
})(ServiceUnavailableError = exports.ServiceUnavailableError || (exports.ServiceUnavailableError = {}));
|
|
390
|
-
var CreateSnapshotFromVolumeRecoveryPointInput;
|
|
391
|
-
(function (CreateSnapshotFromVolumeRecoveryPointInput) {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
CreateSnapshotFromVolumeRecoveryPointInput.filterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
})(CreateSnapshotFromVolumeRecoveryPointInput = exports.CreateSnapshotFromVolumeRecoveryPointInput || (exports.CreateSnapshotFromVolumeRecoveryPointInput = {}));
|
|
399
|
-
var CreateSnapshotFromVolumeRecoveryPointOutput;
|
|
400
|
-
(function (CreateSnapshotFromVolumeRecoveryPointOutput) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
CreateSnapshotFromVolumeRecoveryPointOutput.filterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
})(CreateSnapshotFromVolumeRecoveryPointOutput = exports.CreateSnapshotFromVolumeRecoveryPointOutput || (exports.CreateSnapshotFromVolumeRecoveryPointOutput = {}));
|
|
408
|
-
var CreateStorediSCSIVolumeInput;
|
|
409
|
-
(function (CreateStorediSCSIVolumeInput) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
CreateStorediSCSIVolumeInput.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(CreateStorediSCSIVolumeInput = exports.CreateStorediSCSIVolumeInput || (exports.CreateStorediSCSIVolumeInput = {}));
|
|
417
|
-
var CreateStorediSCSIVolumeOutput;
|
|
418
|
-
(function (CreateStorediSCSIVolumeOutput) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
CreateStorediSCSIVolumeOutput.filterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
})(CreateStorediSCSIVolumeOutput = exports.CreateStorediSCSIVolumeOutput || (exports.CreateStorediSCSIVolumeOutput = {}));
|
|
426
|
-
var CreateTapePoolInput;
|
|
427
|
-
(function (CreateTapePoolInput) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
CreateTapePoolInput.filterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
})(CreateTapePoolInput = exports.CreateTapePoolInput || (exports.CreateTapePoolInput = {}));
|
|
435
|
-
var CreateTapePoolOutput;
|
|
436
|
-
(function (CreateTapePoolOutput) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
CreateTapePoolOutput.filterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
})(CreateTapePoolOutput = exports.CreateTapePoolOutput || (exports.CreateTapePoolOutput = {}));
|
|
444
|
-
var CreateTapesInput;
|
|
445
|
-
(function (CreateTapesInput) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
|
-
CreateTapesInput.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
})(CreateTapesInput = exports.CreateTapesInput || (exports.CreateTapesInput = {}));
|
|
453
|
-
var CreateTapesOutput;
|
|
454
|
-
(function (CreateTapesOutput) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
|
-
CreateTapesOutput.filterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
})(CreateTapesOutput = exports.CreateTapesOutput || (exports.CreateTapesOutput = {}));
|
|
462
|
-
var CreateTapeWithBarcodeInput;
|
|
463
|
-
(function (CreateTapeWithBarcodeInput) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
CreateTapeWithBarcodeInput.filterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
})(CreateTapeWithBarcodeInput = exports.CreateTapeWithBarcodeInput || (exports.CreateTapeWithBarcodeInput = {}));
|
|
471
|
-
var CreateTapeWithBarcodeOutput;
|
|
472
|
-
(function (CreateTapeWithBarcodeOutput) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
CreateTapeWithBarcodeOutput.filterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
})(CreateTapeWithBarcodeOutput = exports.CreateTapeWithBarcodeOutput || (exports.CreateTapeWithBarcodeOutput = {}));
|
|
480
|
-
var DeleteAutomaticTapeCreationPolicyInput;
|
|
481
|
-
(function (DeleteAutomaticTapeCreationPolicyInput) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
|
-
DeleteAutomaticTapeCreationPolicyInput.filterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
})(DeleteAutomaticTapeCreationPolicyInput = exports.DeleteAutomaticTapeCreationPolicyInput || (exports.DeleteAutomaticTapeCreationPolicyInput = {}));
|
|
489
|
-
var DeleteAutomaticTapeCreationPolicyOutput;
|
|
490
|
-
(function (DeleteAutomaticTapeCreationPolicyOutput) {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
DeleteAutomaticTapeCreationPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
})(DeleteAutomaticTapeCreationPolicyOutput = exports.DeleteAutomaticTapeCreationPolicyOutput || (exports.DeleteAutomaticTapeCreationPolicyOutput = {}));
|
|
498
|
-
var DeleteBandwidthRateLimitInput;
|
|
499
|
-
(function (DeleteBandwidthRateLimitInput) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
DeleteBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(DeleteBandwidthRateLimitInput = exports.DeleteBandwidthRateLimitInput || (exports.DeleteBandwidthRateLimitInput = {}));
|
|
507
|
-
var DeleteBandwidthRateLimitOutput;
|
|
508
|
-
(function (DeleteBandwidthRateLimitOutput) {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
DeleteBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
})(DeleteBandwidthRateLimitOutput = exports.DeleteBandwidthRateLimitOutput || (exports.DeleteBandwidthRateLimitOutput = {}));
|
|
516
|
-
var DeleteChapCredentialsInput;
|
|
517
|
-
(function (DeleteChapCredentialsInput) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
DeleteChapCredentialsInput.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
})(DeleteChapCredentialsInput = exports.DeleteChapCredentialsInput || (exports.DeleteChapCredentialsInput = {}));
|
|
525
|
-
var DeleteChapCredentialsOutput;
|
|
526
|
-
(function (DeleteChapCredentialsOutput) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
DeleteChapCredentialsOutput.filterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
})(DeleteChapCredentialsOutput = exports.DeleteChapCredentialsOutput || (exports.DeleteChapCredentialsOutput = {}));
|
|
534
|
-
var DeleteFileShareInput;
|
|
535
|
-
(function (DeleteFileShareInput) {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
|
-
DeleteFileShareInput.filterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
})(DeleteFileShareInput = exports.DeleteFileShareInput || (exports.DeleteFileShareInput = {}));
|
|
543
|
-
var DeleteFileShareOutput;
|
|
544
|
-
(function (DeleteFileShareOutput) {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
|
-
DeleteFileShareOutput.filterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
})(DeleteFileShareOutput = exports.DeleteFileShareOutput || (exports.DeleteFileShareOutput = {}));
|
|
552
|
-
var DeleteGatewayInput;
|
|
553
|
-
(function (DeleteGatewayInput) {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
|
-
DeleteGatewayInput.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(DeleteGatewayInput = exports.DeleteGatewayInput || (exports.DeleteGatewayInput = {}));
|
|
561
|
-
var DeleteGatewayOutput;
|
|
562
|
-
(function (DeleteGatewayOutput) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
|
-
DeleteGatewayOutput.filterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
})(DeleteGatewayOutput = exports.DeleteGatewayOutput || (exports.DeleteGatewayOutput = {}));
|
|
570
|
-
var DeleteSnapshotScheduleInput;
|
|
571
|
-
(function (DeleteSnapshotScheduleInput) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
DeleteSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
})(DeleteSnapshotScheduleInput = exports.DeleteSnapshotScheduleInput || (exports.DeleteSnapshotScheduleInput = {}));
|
|
579
|
-
var DeleteSnapshotScheduleOutput;
|
|
580
|
-
(function (DeleteSnapshotScheduleOutput) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
|
-
DeleteSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
})(DeleteSnapshotScheduleOutput = exports.DeleteSnapshotScheduleOutput || (exports.DeleteSnapshotScheduleOutput = {}));
|
|
588
|
-
var DeleteTapeInput;
|
|
589
|
-
(function (DeleteTapeInput) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
DeleteTapeInput.filterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
})(DeleteTapeInput = exports.DeleteTapeInput || (exports.DeleteTapeInput = {}));
|
|
597
|
-
var DeleteTapeOutput;
|
|
598
|
-
(function (DeleteTapeOutput) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
|
-
DeleteTapeOutput.filterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
})(DeleteTapeOutput = exports.DeleteTapeOutput || (exports.DeleteTapeOutput = {}));
|
|
606
|
-
var DeleteTapeArchiveInput;
|
|
607
|
-
(function (DeleteTapeArchiveInput) {
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
*/
|
|
611
|
-
DeleteTapeArchiveInput.filterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
})(DeleteTapeArchiveInput = exports.DeleteTapeArchiveInput || (exports.DeleteTapeArchiveInput = {}));
|
|
615
|
-
var DeleteTapeArchiveOutput;
|
|
616
|
-
(function (DeleteTapeArchiveOutput) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
DeleteTapeArchiveOutput.filterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
})(DeleteTapeArchiveOutput = exports.DeleteTapeArchiveOutput || (exports.DeleteTapeArchiveOutput = {}));
|
|
624
|
-
var DeleteTapePoolInput;
|
|
625
|
-
(function (DeleteTapePoolInput) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
|
-
DeleteTapePoolInput.filterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
})(DeleteTapePoolInput = exports.DeleteTapePoolInput || (exports.DeleteTapePoolInput = {}));
|
|
633
|
-
var DeleteTapePoolOutput;
|
|
634
|
-
(function (DeleteTapePoolOutput) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
|
-
DeleteTapePoolOutput.filterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
})(DeleteTapePoolOutput = exports.DeleteTapePoolOutput || (exports.DeleteTapePoolOutput = {}));
|
|
642
|
-
var DeleteVolumeInput;
|
|
643
|
-
(function (DeleteVolumeInput) {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
DeleteVolumeInput.filterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
})(DeleteVolumeInput = exports.DeleteVolumeInput || (exports.DeleteVolumeInput = {}));
|
|
651
|
-
var DeleteVolumeOutput;
|
|
652
|
-
(function (DeleteVolumeOutput) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
DeleteVolumeOutput.filterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
})(DeleteVolumeOutput = exports.DeleteVolumeOutput || (exports.DeleteVolumeOutput = {}));
|
|
660
|
-
var DescribeAvailabilityMonitorTestInput;
|
|
661
|
-
(function (DescribeAvailabilityMonitorTestInput) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
|
-
DescribeAvailabilityMonitorTestInput.filterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
})(DescribeAvailabilityMonitorTestInput = exports.DescribeAvailabilityMonitorTestInput || (exports.DescribeAvailabilityMonitorTestInput = {}));
|
|
669
|
-
var DescribeAvailabilityMonitorTestOutput;
|
|
670
|
-
(function (DescribeAvailabilityMonitorTestOutput) {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
|
-
DescribeAvailabilityMonitorTestOutput.filterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
})(DescribeAvailabilityMonitorTestOutput = exports.DescribeAvailabilityMonitorTestOutput || (exports.DescribeAvailabilityMonitorTestOutput = {}));
|
|
678
|
-
var DescribeBandwidthRateLimitInput;
|
|
679
|
-
(function (DescribeBandwidthRateLimitInput) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
|
-
DescribeBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
});
|
|
686
|
-
})(DescribeBandwidthRateLimitInput = exports.DescribeBandwidthRateLimitInput || (exports.DescribeBandwidthRateLimitInput = {}));
|
|
687
|
-
var DescribeBandwidthRateLimitOutput;
|
|
688
|
-
(function (DescribeBandwidthRateLimitOutput) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
|
-
DescribeBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
|
|
693
|
-
...obj,
|
|
694
|
-
});
|
|
695
|
-
})(DescribeBandwidthRateLimitOutput = exports.DescribeBandwidthRateLimitOutput || (exports.DescribeBandwidthRateLimitOutput = {}));
|
|
696
|
-
var DescribeBandwidthRateLimitScheduleInput;
|
|
697
|
-
(function (DescribeBandwidthRateLimitScheduleInput) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
DescribeBandwidthRateLimitScheduleInput.filterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
})(DescribeBandwidthRateLimitScheduleInput = exports.DescribeBandwidthRateLimitScheduleInput || (exports.DescribeBandwidthRateLimitScheduleInput = {}));
|
|
705
|
-
var DescribeBandwidthRateLimitScheduleOutput;
|
|
706
|
-
(function (DescribeBandwidthRateLimitScheduleOutput) {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
DescribeBandwidthRateLimitScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
711
|
-
...obj,
|
|
712
|
-
});
|
|
713
|
-
})(DescribeBandwidthRateLimitScheduleOutput = exports.DescribeBandwidthRateLimitScheduleOutput || (exports.DescribeBandwidthRateLimitScheduleOutput = {}));
|
|
714
|
-
var DescribeCacheInput;
|
|
715
|
-
(function (DescribeCacheInput) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
DescribeCacheInput.filterSensitiveLog = (obj) => ({
|
|
720
|
-
...obj,
|
|
721
|
-
});
|
|
722
|
-
})(DescribeCacheInput = exports.DescribeCacheInput || (exports.DescribeCacheInput = {}));
|
|
723
|
-
var DescribeCacheOutput;
|
|
724
|
-
(function (DescribeCacheOutput) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
|
-
DescribeCacheOutput.filterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
});
|
|
731
|
-
})(DescribeCacheOutput = exports.DescribeCacheOutput || (exports.DescribeCacheOutput = {}));
|
|
732
|
-
var DescribeCachediSCSIVolumesInput;
|
|
733
|
-
(function (DescribeCachediSCSIVolumesInput) {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
|
-
DescribeCachediSCSIVolumesInput.filterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
})(DescribeCachediSCSIVolumesInput = exports.DescribeCachediSCSIVolumesInput || (exports.DescribeCachediSCSIVolumesInput = {}));
|
|
741
|
-
var DescribeCachediSCSIVolumesOutput;
|
|
742
|
-
(function (DescribeCachediSCSIVolumesOutput) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
DescribeCachediSCSIVolumesOutput.filterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
})(DescribeCachediSCSIVolumesOutput = exports.DescribeCachediSCSIVolumesOutput || (exports.DescribeCachediSCSIVolumesOutput = {}));
|
|
750
|
-
var DescribeChapCredentialsInput;
|
|
751
|
-
(function (DescribeChapCredentialsInput) {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
|
-
DescribeChapCredentialsInput.filterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
})(DescribeChapCredentialsInput = exports.DescribeChapCredentialsInput || (exports.DescribeChapCredentialsInput = {}));
|
|
759
|
-
var DescribeChapCredentialsOutput;
|
|
760
|
-
(function (DescribeChapCredentialsOutput) {
|
|
761
|
-
/**
|
|
762
|
-
* @internal
|
|
763
|
-
*/
|
|
764
|
-
DescribeChapCredentialsOutput.filterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
...(obj.ChapCredentials && {
|
|
767
|
-
ChapCredentials: obj.ChapCredentials.map((item) => ChapInfo.filterSensitiveLog(item)),
|
|
768
|
-
}),
|
|
769
|
-
});
|
|
770
|
-
})(DescribeChapCredentialsOutput = exports.DescribeChapCredentialsOutput || (exports.DescribeChapCredentialsOutput = {}));
|
|
771
|
-
var DescribeFileSystemAssociationsInput;
|
|
772
|
-
(function (DescribeFileSystemAssociationsInput) {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
|
-
DescribeFileSystemAssociationsInput.filterSensitiveLog = (obj) => ({
|
|
777
|
-
...obj,
|
|
778
|
-
});
|
|
779
|
-
})(DescribeFileSystemAssociationsInput = exports.DescribeFileSystemAssociationsInput || (exports.DescribeFileSystemAssociationsInput = {}));
|
|
780
|
-
var FileSystemAssociationInfo;
|
|
781
|
-
(function (FileSystemAssociationInfo) {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
|
-
FileSystemAssociationInfo.filterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
})(FileSystemAssociationInfo = exports.FileSystemAssociationInfo || (exports.FileSystemAssociationInfo = {}));
|
|
789
|
-
var DescribeFileSystemAssociationsOutput;
|
|
790
|
-
(function (DescribeFileSystemAssociationsOutput) {
|
|
791
|
-
/**
|
|
792
|
-
* @internal
|
|
793
|
-
*/
|
|
794
|
-
DescribeFileSystemAssociationsOutput.filterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
})(DescribeFileSystemAssociationsOutput = exports.DescribeFileSystemAssociationsOutput || (exports.DescribeFileSystemAssociationsOutput = {}));
|
|
798
|
-
var DescribeGatewayInformationInput;
|
|
799
|
-
(function (DescribeGatewayInformationInput) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
|
-
DescribeGatewayInformationInput.filterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
});
|
|
806
|
-
})(DescribeGatewayInformationInput = exports.DescribeGatewayInformationInput || (exports.DescribeGatewayInformationInput = {}));
|
|
807
|
-
var GatewayCapacity;
|
|
808
|
-
(function (GatewayCapacity) {
|
|
809
|
-
GatewayCapacity["Large"] = "Large";
|
|
810
|
-
GatewayCapacity["Medium"] = "Medium";
|
|
811
|
-
GatewayCapacity["Small"] = "Small";
|
|
812
|
-
})(GatewayCapacity = exports.GatewayCapacity || (exports.GatewayCapacity = {}));
|
|
813
|
-
var NetworkInterface;
|
|
814
|
-
(function (NetworkInterface) {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
NetworkInterface.filterSensitiveLog = (obj) => ({
|
|
819
|
-
...obj,
|
|
820
|
-
});
|
|
821
|
-
})(NetworkInterface = exports.NetworkInterface || (exports.NetworkInterface = {}));
|
|
822
|
-
var DescribeGatewayInformationOutput;
|
|
823
|
-
(function (DescribeGatewayInformationOutput) {
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
827
|
-
DescribeGatewayInformationOutput.filterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
})(DescribeGatewayInformationOutput = exports.DescribeGatewayInformationOutput || (exports.DescribeGatewayInformationOutput = {}));
|
|
831
|
-
var DescribeMaintenanceStartTimeInput;
|
|
832
|
-
(function (DescribeMaintenanceStartTimeInput) {
|
|
833
|
-
/**
|
|
834
|
-
* @internal
|
|
835
|
-
*/
|
|
836
|
-
DescribeMaintenanceStartTimeInput.filterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
})(DescribeMaintenanceStartTimeInput = exports.DescribeMaintenanceStartTimeInput || (exports.DescribeMaintenanceStartTimeInput = {}));
|
|
840
|
-
var DescribeMaintenanceStartTimeOutput;
|
|
841
|
-
(function (DescribeMaintenanceStartTimeOutput) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
|
-
DescribeMaintenanceStartTimeOutput.filterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
});
|
|
848
|
-
})(DescribeMaintenanceStartTimeOutput = exports.DescribeMaintenanceStartTimeOutput || (exports.DescribeMaintenanceStartTimeOutput = {}));
|
|
849
|
-
var DescribeNFSFileSharesInput;
|
|
850
|
-
(function (DescribeNFSFileSharesInput) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
|
-
DescribeNFSFileSharesInput.filterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
})(DescribeNFSFileSharesInput = exports.DescribeNFSFileSharesInput || (exports.DescribeNFSFileSharesInput = {}));
|
|
858
|
-
var NFSFileShareInfo;
|
|
859
|
-
(function (NFSFileShareInfo) {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
NFSFileShareInfo.filterSensitiveLog = (obj) => ({
|
|
864
|
-
...obj,
|
|
865
|
-
});
|
|
866
|
-
})(NFSFileShareInfo = exports.NFSFileShareInfo || (exports.NFSFileShareInfo = {}));
|
|
867
|
-
var DescribeNFSFileSharesOutput;
|
|
868
|
-
(function (DescribeNFSFileSharesOutput) {
|
|
869
|
-
/**
|
|
870
|
-
* @internal
|
|
871
|
-
*/
|
|
872
|
-
DescribeNFSFileSharesOutput.filterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
})(DescribeNFSFileSharesOutput = exports.DescribeNFSFileSharesOutput || (exports.DescribeNFSFileSharesOutput = {}));
|
|
876
|
-
var DescribeSMBFileSharesInput;
|
|
877
|
-
(function (DescribeSMBFileSharesInput) {
|
|
878
|
-
/**
|
|
879
|
-
* @internal
|
|
880
|
-
*/
|
|
881
|
-
DescribeSMBFileSharesInput.filterSensitiveLog = (obj) => ({
|
|
882
|
-
...obj,
|
|
883
|
-
});
|
|
884
|
-
})(DescribeSMBFileSharesInput = exports.DescribeSMBFileSharesInput || (exports.DescribeSMBFileSharesInput = {}));
|
|
885
|
-
var SMBFileShareInfo;
|
|
886
|
-
(function (SMBFileShareInfo) {
|
|
887
|
-
/**
|
|
888
|
-
* @internal
|
|
889
|
-
*/
|
|
890
|
-
SMBFileShareInfo.filterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
})(SMBFileShareInfo = exports.SMBFileShareInfo || (exports.SMBFileShareInfo = {}));
|
|
894
|
-
var DescribeSMBFileSharesOutput;
|
|
895
|
-
(function (DescribeSMBFileSharesOutput) {
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
899
|
-
DescribeSMBFileSharesOutput.filterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
});
|
|
902
|
-
})(DescribeSMBFileSharesOutput = exports.DescribeSMBFileSharesOutput || (exports.DescribeSMBFileSharesOutput = {}));
|
|
903
|
-
var DescribeSMBSettingsInput;
|
|
904
|
-
(function (DescribeSMBSettingsInput) {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
DescribeSMBSettingsInput.filterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
})(DescribeSMBSettingsInput = exports.DescribeSMBSettingsInput || (exports.DescribeSMBSettingsInput = {}));
|
|
912
|
-
var DescribeSMBSettingsOutput;
|
|
913
|
-
(function (DescribeSMBSettingsOutput) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
|
-
DescribeSMBSettingsOutput.filterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
})(DescribeSMBSettingsOutput = exports.DescribeSMBSettingsOutput || (exports.DescribeSMBSettingsOutput = {}));
|
|
921
|
-
var DescribeSnapshotScheduleInput;
|
|
922
|
-
(function (DescribeSnapshotScheduleInput) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
DescribeSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
})(DescribeSnapshotScheduleInput = exports.DescribeSnapshotScheduleInput || (exports.DescribeSnapshotScheduleInput = {}));
|
|
930
|
-
var DescribeSnapshotScheduleOutput;
|
|
931
|
-
(function (DescribeSnapshotScheduleOutput) {
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
|
-
DescribeSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
})(DescribeSnapshotScheduleOutput = exports.DescribeSnapshotScheduleOutput || (exports.DescribeSnapshotScheduleOutput = {}));
|
|
939
|
-
var DescribeStorediSCSIVolumesInput;
|
|
940
|
-
(function (DescribeStorediSCSIVolumesInput) {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
|
-
DescribeStorediSCSIVolumesInput.filterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
})(DescribeStorediSCSIVolumesInput = exports.DescribeStorediSCSIVolumesInput || (exports.DescribeStorediSCSIVolumesInput = {}));
|
|
948
|
-
var StorediSCSIVolume;
|
|
949
|
-
(function (StorediSCSIVolume) {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
|
-
StorediSCSIVolume.filterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
})(StorediSCSIVolume = exports.StorediSCSIVolume || (exports.StorediSCSIVolume = {}));
|
|
957
|
-
var DescribeStorediSCSIVolumesOutput;
|
|
958
|
-
(function (DescribeStorediSCSIVolumesOutput) {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
DescribeStorediSCSIVolumesOutput.filterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
})(DescribeStorediSCSIVolumesOutput = exports.DescribeStorediSCSIVolumesOutput || (exports.DescribeStorediSCSIVolumesOutput = {}));
|
|
966
|
-
var DescribeTapeArchivesInput;
|
|
967
|
-
(function (DescribeTapeArchivesInput) {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
DescribeTapeArchivesInput.filterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
974
|
-
})(DescribeTapeArchivesInput = exports.DescribeTapeArchivesInput || (exports.DescribeTapeArchivesInput = {}));
|
|
975
|
-
var TapeArchive;
|
|
976
|
-
(function (TapeArchive) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
|
-
TapeArchive.filterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
});
|
|
983
|
-
})(TapeArchive = exports.TapeArchive || (exports.TapeArchive = {}));
|
|
984
|
-
var DescribeTapeArchivesOutput;
|
|
985
|
-
(function (DescribeTapeArchivesOutput) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
|
-
DescribeTapeArchivesOutput.filterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
});
|
|
992
|
-
})(DescribeTapeArchivesOutput = exports.DescribeTapeArchivesOutput || (exports.DescribeTapeArchivesOutput = {}));
|
|
993
|
-
var DescribeTapeRecoveryPointsInput;
|
|
994
|
-
(function (DescribeTapeRecoveryPointsInput) {
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
|
-
DescribeTapeRecoveryPointsInput.filterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
})(DescribeTapeRecoveryPointsInput = exports.DescribeTapeRecoveryPointsInput || (exports.DescribeTapeRecoveryPointsInput = {}));
|
|
1002
|
-
var TapeRecoveryPointInfo;
|
|
1003
|
-
(function (TapeRecoveryPointInfo) {
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
|
-
TapeRecoveryPointInfo.filterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
})(TapeRecoveryPointInfo = exports.TapeRecoveryPointInfo || (exports.TapeRecoveryPointInfo = {}));
|
|
1011
|
-
var DescribeTapeRecoveryPointsOutput;
|
|
1012
|
-
(function (DescribeTapeRecoveryPointsOutput) {
|
|
1013
|
-
/**
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
1016
|
-
DescribeTapeRecoveryPointsOutput.filterSensitiveLog = (obj) => ({
|
|
1017
|
-
...obj,
|
|
1018
|
-
});
|
|
1019
|
-
})(DescribeTapeRecoveryPointsOutput = exports.DescribeTapeRecoveryPointsOutput || (exports.DescribeTapeRecoveryPointsOutput = {}));
|
|
1020
|
-
var DescribeTapesInput;
|
|
1021
|
-
(function (DescribeTapesInput) {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
DescribeTapesInput.filterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
})(DescribeTapesInput = exports.DescribeTapesInput || (exports.DescribeTapesInput = {}));
|
|
1029
|
-
var Tape;
|
|
1030
|
-
(function (Tape) {
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
Tape.filterSensitiveLog = (obj) => ({
|
|
1035
|
-
...obj,
|
|
1036
|
-
});
|
|
1037
|
-
})(Tape = exports.Tape || (exports.Tape = {}));
|
|
1038
|
-
var DescribeTapesOutput;
|
|
1039
|
-
(function (DescribeTapesOutput) {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
|
-
DescribeTapesOutput.filterSensitiveLog = (obj) => ({
|
|
1044
|
-
...obj,
|
|
1045
|
-
});
|
|
1046
|
-
})(DescribeTapesOutput = exports.DescribeTapesOutput || (exports.DescribeTapesOutput = {}));
|
|
1047
|
-
var DescribeUploadBufferInput;
|
|
1048
|
-
(function (DescribeUploadBufferInput) {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
DescribeUploadBufferInput.filterSensitiveLog = (obj) => ({
|
|
1053
|
-
...obj,
|
|
1054
|
-
});
|
|
1055
|
-
})(DescribeUploadBufferInput = exports.DescribeUploadBufferInput || (exports.DescribeUploadBufferInput = {}));
|
|
1056
|
-
var DescribeUploadBufferOutput;
|
|
1057
|
-
(function (DescribeUploadBufferOutput) {
|
|
1058
|
-
/**
|
|
1059
|
-
* @internal
|
|
1060
|
-
*/
|
|
1061
|
-
DescribeUploadBufferOutput.filterSensitiveLog = (obj) => ({
|
|
1062
|
-
...obj,
|
|
1063
|
-
});
|
|
1064
|
-
})(DescribeUploadBufferOutput = exports.DescribeUploadBufferOutput || (exports.DescribeUploadBufferOutput = {}));
|
|
1065
|
-
var DescribeVTLDevicesInput;
|
|
1066
|
-
(function (DescribeVTLDevicesInput) {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
DescribeVTLDevicesInput.filterSensitiveLog = (obj) => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
})(DescribeVTLDevicesInput = exports.DescribeVTLDevicesInput || (exports.DescribeVTLDevicesInput = {}));
|
|
1074
|
-
var DeviceiSCSIAttributes;
|
|
1075
|
-
(function (DeviceiSCSIAttributes) {
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
|
-
DeviceiSCSIAttributes.filterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
});
|
|
1082
|
-
})(DeviceiSCSIAttributes = exports.DeviceiSCSIAttributes || (exports.DeviceiSCSIAttributes = {}));
|
|
1083
|
-
var VTLDevice;
|
|
1084
|
-
(function (VTLDevice) {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
VTLDevice.filterSensitiveLog = (obj) => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
});
|
|
1091
|
-
})(VTLDevice = exports.VTLDevice || (exports.VTLDevice = {}));
|
|
1092
|
-
var DescribeVTLDevicesOutput;
|
|
1093
|
-
(function (DescribeVTLDevicesOutput) {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
DescribeVTLDevicesOutput.filterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
});
|
|
1100
|
-
})(DescribeVTLDevicesOutput = exports.DescribeVTLDevicesOutput || (exports.DescribeVTLDevicesOutput = {}));
|
|
1101
|
-
var DescribeWorkingStorageInput;
|
|
1102
|
-
(function (DescribeWorkingStorageInput) {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
DescribeWorkingStorageInput.filterSensitiveLog = (obj) => ({
|
|
1107
|
-
...obj,
|
|
1108
|
-
});
|
|
1109
|
-
})(DescribeWorkingStorageInput = exports.DescribeWorkingStorageInput || (exports.DescribeWorkingStorageInput = {}));
|
|
1110
|
-
var DescribeWorkingStorageOutput;
|
|
1111
|
-
(function (DescribeWorkingStorageOutput) {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
DescribeWorkingStorageOutput.filterSensitiveLog = (obj) => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
});
|
|
1118
|
-
})(DescribeWorkingStorageOutput = exports.DescribeWorkingStorageOutput || (exports.DescribeWorkingStorageOutput = {}));
|
|
1119
|
-
var DetachVolumeInput;
|
|
1120
|
-
(function (DetachVolumeInput) {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
DetachVolumeInput.filterSensitiveLog = (obj) => ({
|
|
1125
|
-
...obj,
|
|
1126
|
-
});
|
|
1127
|
-
})(DetachVolumeInput = exports.DetachVolumeInput || (exports.DetachVolumeInput = {}));
|
|
1128
|
-
var DetachVolumeOutput;
|
|
1129
|
-
(function (DetachVolumeOutput) {
|
|
1130
|
-
/**
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
1133
|
-
DetachVolumeOutput.filterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
})(DetachVolumeOutput = exports.DetachVolumeOutput || (exports.DetachVolumeOutput = {}));
|
|
1137
|
-
var DisableGatewayInput;
|
|
1138
|
-
(function (DisableGatewayInput) {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
DisableGatewayInput.filterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
})(DisableGatewayInput = exports.DisableGatewayInput || (exports.DisableGatewayInput = {}));
|
|
1146
|
-
var DisableGatewayOutput;
|
|
1147
|
-
(function (DisableGatewayOutput) {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
DisableGatewayOutput.filterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
})(DisableGatewayOutput = exports.DisableGatewayOutput || (exports.DisableGatewayOutput = {}));
|
|
1155
|
-
var DisassociateFileSystemInput;
|
|
1156
|
-
(function (DisassociateFileSystemInput) {
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
DisassociateFileSystemInput.filterSensitiveLog = (obj) => ({
|
|
1161
|
-
...obj,
|
|
1162
|
-
});
|
|
1163
|
-
})(DisassociateFileSystemInput = exports.DisassociateFileSystemInput || (exports.DisassociateFileSystemInput = {}));
|
|
1164
|
-
var DisassociateFileSystemOutput;
|
|
1165
|
-
(function (DisassociateFileSystemOutput) {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
DisassociateFileSystemOutput.filterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
})(DisassociateFileSystemOutput = exports.DisassociateFileSystemOutput || (exports.DisassociateFileSystemOutput = {}));
|
|
1173
|
-
var Disk;
|
|
1174
|
-
(function (Disk) {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
Disk.filterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
});
|
|
1181
|
-
})(Disk = exports.Disk || (exports.Disk = {}));
|
|
1182
|
-
var FileShareInfo;
|
|
1183
|
-
(function (FileShareInfo) {
|
|
1184
|
-
/**
|
|
1185
|
-
* @internal
|
|
1186
|
-
*/
|
|
1187
|
-
FileShareInfo.filterSensitiveLog = (obj) => ({
|
|
1188
|
-
...obj,
|
|
1189
|
-
});
|
|
1190
|
-
})(FileShareInfo = exports.FileShareInfo || (exports.FileShareInfo = {}));
|
|
1191
|
-
var FileSystemAssociationSummary;
|
|
1192
|
-
(function (FileSystemAssociationSummary) {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
FileSystemAssociationSummary.filterSensitiveLog = (obj) => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
});
|
|
1199
|
-
})(FileSystemAssociationSummary = exports.FileSystemAssociationSummary || (exports.FileSystemAssociationSummary = {}));
|
|
1200
|
-
var GatewayInfo;
|
|
1201
|
-
(function (GatewayInfo) {
|
|
1202
|
-
/**
|
|
1203
|
-
* @internal
|
|
1204
|
-
*/
|
|
1205
|
-
GatewayInfo.filterSensitiveLog = (obj) => ({
|
|
1206
|
-
...obj,
|
|
1207
|
-
});
|
|
1208
|
-
})(GatewayInfo = exports.GatewayInfo || (exports.GatewayInfo = {}));
|
|
1209
|
-
var JoinDomainInput;
|
|
1210
|
-
(function (JoinDomainInput) {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
JoinDomainInput.filterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
1217
|
-
});
|
|
1218
|
-
})(JoinDomainInput = exports.JoinDomainInput || (exports.JoinDomainInput = {}));
|
|
1219
|
-
var JoinDomainOutput;
|
|
1220
|
-
(function (JoinDomainOutput) {
|
|
1221
|
-
/**
|
|
1222
|
-
* @internal
|
|
1223
|
-
*/
|
|
1224
|
-
JoinDomainOutput.filterSensitiveLog = (obj) => ({
|
|
1225
|
-
...obj,
|
|
1226
|
-
});
|
|
1227
|
-
})(JoinDomainOutput = exports.JoinDomainOutput || (exports.JoinDomainOutput = {}));
|
|
1228
|
-
var ListAutomaticTapeCreationPoliciesInput;
|
|
1229
|
-
(function (ListAutomaticTapeCreationPoliciesInput) {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
ListAutomaticTapeCreationPoliciesInput.filterSensitiveLog = (obj) => ({
|
|
1234
|
-
...obj,
|
|
1235
|
-
});
|
|
1236
|
-
})(ListAutomaticTapeCreationPoliciesInput = exports.ListAutomaticTapeCreationPoliciesInput || (exports.ListAutomaticTapeCreationPoliciesInput = {}));
|
|
1237
|
-
var ListAutomaticTapeCreationPoliciesOutput;
|
|
1238
|
-
(function (ListAutomaticTapeCreationPoliciesOutput) {
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
ListAutomaticTapeCreationPoliciesOutput.filterSensitiveLog = (obj) => ({
|
|
1243
|
-
...obj,
|
|
1244
|
-
});
|
|
1245
|
-
})(ListAutomaticTapeCreationPoliciesOutput = exports.ListAutomaticTapeCreationPoliciesOutput || (exports.ListAutomaticTapeCreationPoliciesOutput = {}));
|
|
1246
|
-
var ListFileSharesInput;
|
|
1247
|
-
(function (ListFileSharesInput) {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
ListFileSharesInput.filterSensitiveLog = (obj) => ({
|
|
1252
|
-
...obj,
|
|
1253
|
-
});
|
|
1254
|
-
})(ListFileSharesInput = exports.ListFileSharesInput || (exports.ListFileSharesInput = {}));
|
|
1255
|
-
var ListFileSharesOutput;
|
|
1256
|
-
(function (ListFileSharesOutput) {
|
|
1257
|
-
/**
|
|
1258
|
-
* @internal
|
|
1259
|
-
*/
|
|
1260
|
-
ListFileSharesOutput.filterSensitiveLog = (obj) => ({
|
|
1261
|
-
...obj,
|
|
1262
|
-
});
|
|
1263
|
-
})(ListFileSharesOutput = exports.ListFileSharesOutput || (exports.ListFileSharesOutput = {}));
|
|
1264
|
-
var ListFileSystemAssociationsInput;
|
|
1265
|
-
(function (ListFileSystemAssociationsInput) {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
ListFileSystemAssociationsInput.filterSensitiveLog = (obj) => ({
|
|
1270
|
-
...obj,
|
|
1271
|
-
});
|
|
1272
|
-
})(ListFileSystemAssociationsInput = exports.ListFileSystemAssociationsInput || (exports.ListFileSystemAssociationsInput = {}));
|
|
1273
|
-
var ListFileSystemAssociationsOutput;
|
|
1274
|
-
(function (ListFileSystemAssociationsOutput) {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
ListFileSystemAssociationsOutput.filterSensitiveLog = (obj) => ({
|
|
1279
|
-
...obj,
|
|
1280
|
-
});
|
|
1281
|
-
})(ListFileSystemAssociationsOutput = exports.ListFileSystemAssociationsOutput || (exports.ListFileSystemAssociationsOutput = {}));
|
|
1282
|
-
var ListGatewaysInput;
|
|
1283
|
-
(function (ListGatewaysInput) {
|
|
1284
|
-
/**
|
|
1285
|
-
* @internal
|
|
1286
|
-
*/
|
|
1287
|
-
ListGatewaysInput.filterSensitiveLog = (obj) => ({
|
|
1288
|
-
...obj,
|
|
1289
|
-
});
|
|
1290
|
-
})(ListGatewaysInput = exports.ListGatewaysInput || (exports.ListGatewaysInput = {}));
|
|
1291
|
-
var ListGatewaysOutput;
|
|
1292
|
-
(function (ListGatewaysOutput) {
|
|
1293
|
-
/**
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
1296
|
-
ListGatewaysOutput.filterSensitiveLog = (obj) => ({
|
|
1297
|
-
...obj,
|
|
1298
|
-
});
|
|
1299
|
-
})(ListGatewaysOutput = exports.ListGatewaysOutput || (exports.ListGatewaysOutput = {}));
|
|
1300
|
-
var ListLocalDisksInput;
|
|
1301
|
-
(function (ListLocalDisksInput) {
|
|
1302
|
-
/**
|
|
1303
|
-
* @internal
|
|
1304
|
-
*/
|
|
1305
|
-
ListLocalDisksInput.filterSensitiveLog = (obj) => ({
|
|
1306
|
-
...obj,
|
|
1307
|
-
});
|
|
1308
|
-
})(ListLocalDisksInput = exports.ListLocalDisksInput || (exports.ListLocalDisksInput = {}));
|
|
1309
|
-
var ListLocalDisksOutput;
|
|
1310
|
-
(function (ListLocalDisksOutput) {
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
|
-
ListLocalDisksOutput.filterSensitiveLog = (obj) => ({
|
|
1315
|
-
...obj,
|
|
1316
|
-
});
|
|
1317
|
-
})(ListLocalDisksOutput = exports.ListLocalDisksOutput || (exports.ListLocalDisksOutput = {}));
|
|
1318
|
-
var ListTagsForResourceInput;
|
|
1319
|
-
(function (ListTagsForResourceInput) {
|
|
1320
|
-
/**
|
|
1321
|
-
* @internal
|
|
1322
|
-
*/
|
|
1323
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
1324
|
-
...obj,
|
|
1325
|
-
});
|
|
1326
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
1327
|
-
var ListTagsForResourceOutput;
|
|
1328
|
-
(function (ListTagsForResourceOutput) {
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1333
|
-
...obj,
|
|
1334
|
-
});
|
|
1335
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
1336
|
-
var ListTapePoolsInput;
|
|
1337
|
-
(function (ListTapePoolsInput) {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
|
-
ListTapePoolsInput.filterSensitiveLog = (obj) => ({
|
|
1342
|
-
...obj,
|
|
1343
|
-
});
|
|
1344
|
-
})(ListTapePoolsInput = exports.ListTapePoolsInput || (exports.ListTapePoolsInput = {}));
|
|
1345
|
-
var PoolInfo;
|
|
1346
|
-
(function (PoolInfo) {
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
|
-
PoolInfo.filterSensitiveLog = (obj) => ({
|
|
1351
|
-
...obj,
|
|
1352
|
-
});
|
|
1353
|
-
})(PoolInfo = exports.PoolInfo || (exports.PoolInfo = {}));
|
|
1354
|
-
var ListTapePoolsOutput;
|
|
1355
|
-
(function (ListTapePoolsOutput) {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
ListTapePoolsOutput.filterSensitiveLog = (obj) => ({
|
|
1360
|
-
...obj,
|
|
1361
|
-
});
|
|
1362
|
-
})(ListTapePoolsOutput = exports.ListTapePoolsOutput || (exports.ListTapePoolsOutput = {}));
|
|
1363
|
-
var ListTapesInput;
|
|
1364
|
-
(function (ListTapesInput) {
|
|
1365
|
-
/**
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
1368
|
-
ListTapesInput.filterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
});
|
|
1371
|
-
})(ListTapesInput = exports.ListTapesInput || (exports.ListTapesInput = {}));
|
|
1372
|
-
var TapeInfo;
|
|
1373
|
-
(function (TapeInfo) {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
TapeInfo.filterSensitiveLog = (obj) => ({
|
|
1378
|
-
...obj,
|
|
1379
|
-
});
|
|
1380
|
-
})(TapeInfo = exports.TapeInfo || (exports.TapeInfo = {}));
|
|
1381
|
-
var ListTapesOutput;
|
|
1382
|
-
(function (ListTapesOutput) {
|
|
1383
|
-
/**
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
1386
|
-
ListTapesOutput.filterSensitiveLog = (obj) => ({
|
|
1387
|
-
...obj,
|
|
1388
|
-
});
|
|
1389
|
-
})(ListTapesOutput = exports.ListTapesOutput || (exports.ListTapesOutput = {}));
|
|
1390
|
-
var ListVolumeInitiatorsInput;
|
|
1391
|
-
(function (ListVolumeInitiatorsInput) {
|
|
1392
|
-
/**
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
1395
|
-
ListVolumeInitiatorsInput.filterSensitiveLog = (obj) => ({
|
|
1396
|
-
...obj,
|
|
1397
|
-
});
|
|
1398
|
-
})(ListVolumeInitiatorsInput = exports.ListVolumeInitiatorsInput || (exports.ListVolumeInitiatorsInput = {}));
|
|
1399
|
-
var ListVolumeInitiatorsOutput;
|
|
1400
|
-
(function (ListVolumeInitiatorsOutput) {
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
ListVolumeInitiatorsOutput.filterSensitiveLog = (obj) => ({
|
|
1405
|
-
...obj,
|
|
1406
|
-
});
|
|
1407
|
-
})(ListVolumeInitiatorsOutput = exports.ListVolumeInitiatorsOutput || (exports.ListVolumeInitiatorsOutput = {}));
|
|
1408
|
-
var ListVolumeRecoveryPointsInput;
|
|
1409
|
-
(function (ListVolumeRecoveryPointsInput) {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
ListVolumeRecoveryPointsInput.filterSensitiveLog = (obj) => ({
|
|
1414
|
-
...obj,
|
|
1415
|
-
});
|
|
1416
|
-
})(ListVolumeRecoveryPointsInput = exports.ListVolumeRecoveryPointsInput || (exports.ListVolumeRecoveryPointsInput = {}));
|
|
1417
|
-
var VolumeRecoveryPointInfo;
|
|
1418
|
-
(function (VolumeRecoveryPointInfo) {
|
|
1419
|
-
/**
|
|
1420
|
-
* @internal
|
|
1421
|
-
*/
|
|
1422
|
-
VolumeRecoveryPointInfo.filterSensitiveLog = (obj) => ({
|
|
1423
|
-
...obj,
|
|
1424
|
-
});
|
|
1425
|
-
})(VolumeRecoveryPointInfo = exports.VolumeRecoveryPointInfo || (exports.VolumeRecoveryPointInfo = {}));
|
|
1426
|
-
var ListVolumeRecoveryPointsOutput;
|
|
1427
|
-
(function (ListVolumeRecoveryPointsOutput) {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
|
-
ListVolumeRecoveryPointsOutput.filterSensitiveLog = (obj) => ({
|
|
1432
|
-
...obj,
|
|
1433
|
-
});
|
|
1434
|
-
})(ListVolumeRecoveryPointsOutput = exports.ListVolumeRecoveryPointsOutput || (exports.ListVolumeRecoveryPointsOutput = {}));
|
|
1435
|
-
var ListVolumesInput;
|
|
1436
|
-
(function (ListVolumesInput) {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
ListVolumesInput.filterSensitiveLog = (obj) => ({
|
|
1441
|
-
...obj,
|
|
1442
|
-
});
|
|
1443
|
-
})(ListVolumesInput = exports.ListVolumesInput || (exports.ListVolumesInput = {}));
|
|
1444
|
-
var VolumeInfo;
|
|
1445
|
-
(function (VolumeInfo) {
|
|
1446
|
-
/**
|
|
1447
|
-
* @internal
|
|
1448
|
-
*/
|
|
1449
|
-
VolumeInfo.filterSensitiveLog = (obj) => ({
|
|
1450
|
-
...obj,
|
|
1451
|
-
});
|
|
1452
|
-
})(VolumeInfo = exports.VolumeInfo || (exports.VolumeInfo = {}));
|
|
1453
|
-
var ListVolumesOutput;
|
|
1454
|
-
(function (ListVolumesOutput) {
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
ListVolumesOutput.filterSensitiveLog = (obj) => ({
|
|
1459
|
-
...obj,
|
|
1460
|
-
});
|
|
1461
|
-
})(ListVolumesOutput = exports.ListVolumesOutput || (exports.ListVolumesOutput = {}));
|
|
1462
|
-
var NotifyWhenUploadedInput;
|
|
1463
|
-
(function (NotifyWhenUploadedInput) {
|
|
1464
|
-
/**
|
|
1465
|
-
* @internal
|
|
1466
|
-
*/
|
|
1467
|
-
NotifyWhenUploadedInput.filterSensitiveLog = (obj) => ({
|
|
1468
|
-
...obj,
|
|
1469
|
-
});
|
|
1470
|
-
})(NotifyWhenUploadedInput = exports.NotifyWhenUploadedInput || (exports.NotifyWhenUploadedInput = {}));
|
|
1471
|
-
var NotifyWhenUploadedOutput;
|
|
1472
|
-
(function (NotifyWhenUploadedOutput) {
|
|
1473
|
-
/**
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
1476
|
-
NotifyWhenUploadedOutput.filterSensitiveLog = (obj) => ({
|
|
1477
|
-
...obj,
|
|
1478
|
-
});
|
|
1479
|
-
})(NotifyWhenUploadedOutput = exports.NotifyWhenUploadedOutput || (exports.NotifyWhenUploadedOutput = {}));
|
|
1480
|
-
var RefreshCacheInput;
|
|
1481
|
-
(function (RefreshCacheInput) {
|
|
1482
|
-
/**
|
|
1483
|
-
* @internal
|
|
1484
|
-
*/
|
|
1485
|
-
RefreshCacheInput.filterSensitiveLog = (obj) => ({
|
|
1486
|
-
...obj,
|
|
1487
|
-
});
|
|
1488
|
-
})(RefreshCacheInput = exports.RefreshCacheInput || (exports.RefreshCacheInput = {}));
|
|
1489
|
-
var RefreshCacheOutput;
|
|
1490
|
-
(function (RefreshCacheOutput) {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
|
-
RefreshCacheOutput.filterSensitiveLog = (obj) => ({
|
|
1495
|
-
...obj,
|
|
1496
|
-
});
|
|
1497
|
-
})(RefreshCacheOutput = exports.RefreshCacheOutput || (exports.RefreshCacheOutput = {}));
|
|
1498
|
-
var RemoveTagsFromResourceInput;
|
|
1499
|
-
(function (RemoveTagsFromResourceInput) {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
RemoveTagsFromResourceInput.filterSensitiveLog = (obj) => ({
|
|
1504
|
-
...obj,
|
|
1505
|
-
});
|
|
1506
|
-
})(RemoveTagsFromResourceInput = exports.RemoveTagsFromResourceInput || (exports.RemoveTagsFromResourceInput = {}));
|
|
1507
|
-
var RemoveTagsFromResourceOutput;
|
|
1508
|
-
(function (RemoveTagsFromResourceOutput) {
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
RemoveTagsFromResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1513
|
-
...obj,
|
|
1514
|
-
});
|
|
1515
|
-
})(RemoveTagsFromResourceOutput = exports.RemoveTagsFromResourceOutput || (exports.RemoveTagsFromResourceOutput = {}));
|
|
1516
|
-
var ResetCacheInput;
|
|
1517
|
-
(function (ResetCacheInput) {
|
|
1518
|
-
/**
|
|
1519
|
-
* @internal
|
|
1520
|
-
*/
|
|
1521
|
-
ResetCacheInput.filterSensitiveLog = (obj) => ({
|
|
1522
|
-
...obj,
|
|
1523
|
-
});
|
|
1524
|
-
})(ResetCacheInput = exports.ResetCacheInput || (exports.ResetCacheInput = {}));
|
|
1525
|
-
var ResetCacheOutput;
|
|
1526
|
-
(function (ResetCacheOutput) {
|
|
1527
|
-
/**
|
|
1528
|
-
* @internal
|
|
1529
|
-
*/
|
|
1530
|
-
ResetCacheOutput.filterSensitiveLog = (obj) => ({
|
|
1531
|
-
...obj,
|
|
1532
|
-
});
|
|
1533
|
-
})(ResetCacheOutput = exports.ResetCacheOutput || (exports.ResetCacheOutput = {}));
|
|
1534
|
-
var RetrieveTapeArchiveInput;
|
|
1535
|
-
(function (RetrieveTapeArchiveInput) {
|
|
1536
|
-
/**
|
|
1537
|
-
* @internal
|
|
1538
|
-
*/
|
|
1539
|
-
RetrieveTapeArchiveInput.filterSensitiveLog = (obj) => ({
|
|
1540
|
-
...obj,
|
|
1541
|
-
});
|
|
1542
|
-
})(RetrieveTapeArchiveInput = exports.RetrieveTapeArchiveInput || (exports.RetrieveTapeArchiveInput = {}));
|
|
1543
|
-
var RetrieveTapeArchiveOutput;
|
|
1544
|
-
(function (RetrieveTapeArchiveOutput) {
|
|
1545
|
-
/**
|
|
1546
|
-
* @internal
|
|
1547
|
-
*/
|
|
1548
|
-
RetrieveTapeArchiveOutput.filterSensitiveLog = (obj) => ({
|
|
1549
|
-
...obj,
|
|
1550
|
-
});
|
|
1551
|
-
})(RetrieveTapeArchiveOutput = exports.RetrieveTapeArchiveOutput || (exports.RetrieveTapeArchiveOutput = {}));
|
|
1552
|
-
var RetrieveTapeRecoveryPointInput;
|
|
1553
|
-
(function (RetrieveTapeRecoveryPointInput) {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
RetrieveTapeRecoveryPointInput.filterSensitiveLog = (obj) => ({
|
|
1558
|
-
...obj,
|
|
1559
|
-
});
|
|
1560
|
-
})(RetrieveTapeRecoveryPointInput = exports.RetrieveTapeRecoveryPointInput || (exports.RetrieveTapeRecoveryPointInput = {}));
|
|
1561
|
-
var RetrieveTapeRecoveryPointOutput;
|
|
1562
|
-
(function (RetrieveTapeRecoveryPointOutput) {
|
|
1563
|
-
/**
|
|
1564
|
-
* @internal
|
|
1565
|
-
*/
|
|
1566
|
-
RetrieveTapeRecoveryPointOutput.filterSensitiveLog = (obj) => ({
|
|
1567
|
-
...obj,
|
|
1568
|
-
});
|
|
1569
|
-
})(RetrieveTapeRecoveryPointOutput = exports.RetrieveTapeRecoveryPointOutput || (exports.RetrieveTapeRecoveryPointOutput = {}));
|
|
1570
|
-
var SetLocalConsolePasswordInput;
|
|
1571
|
-
(function (SetLocalConsolePasswordInput) {
|
|
1572
|
-
/**
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
1575
|
-
SetLocalConsolePasswordInput.filterSensitiveLog = (obj) => ({
|
|
1576
|
-
...obj,
|
|
1577
|
-
...(obj.LocalConsolePassword && { LocalConsolePassword: smithy_client_1.SENSITIVE_STRING }),
|
|
1578
|
-
});
|
|
1579
|
-
})(SetLocalConsolePasswordInput = exports.SetLocalConsolePasswordInput || (exports.SetLocalConsolePasswordInput = {}));
|
|
1580
|
-
var SetLocalConsolePasswordOutput;
|
|
1581
|
-
(function (SetLocalConsolePasswordOutput) {
|
|
1582
|
-
/**
|
|
1583
|
-
* @internal
|
|
1584
|
-
*/
|
|
1585
|
-
SetLocalConsolePasswordOutput.filterSensitiveLog = (obj) => ({
|
|
1586
|
-
...obj,
|
|
1587
|
-
});
|
|
1588
|
-
})(SetLocalConsolePasswordOutput = exports.SetLocalConsolePasswordOutput || (exports.SetLocalConsolePasswordOutput = {}));
|
|
1589
|
-
var SetSMBGuestPasswordInput;
|
|
1590
|
-
(function (SetSMBGuestPasswordInput) {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
SetSMBGuestPasswordInput.filterSensitiveLog = (obj) => ({
|
|
1595
|
-
...obj,
|
|
1596
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
1597
|
-
});
|
|
1598
|
-
})(SetSMBGuestPasswordInput = exports.SetSMBGuestPasswordInput || (exports.SetSMBGuestPasswordInput = {}));
|
|
1599
|
-
var SetSMBGuestPasswordOutput;
|
|
1600
|
-
(function (SetSMBGuestPasswordOutput) {
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
|
-
SetSMBGuestPasswordOutput.filterSensitiveLog = (obj) => ({
|
|
1605
|
-
...obj,
|
|
1606
|
-
});
|
|
1607
|
-
})(SetSMBGuestPasswordOutput = exports.SetSMBGuestPasswordOutput || (exports.SetSMBGuestPasswordOutput = {}));
|
|
1608
|
-
var ShutdownGatewayInput;
|
|
1609
|
-
(function (ShutdownGatewayInput) {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
|
-
ShutdownGatewayInput.filterSensitiveLog = (obj) => ({
|
|
1614
|
-
...obj,
|
|
1615
|
-
});
|
|
1616
|
-
})(ShutdownGatewayInput = exports.ShutdownGatewayInput || (exports.ShutdownGatewayInput = {}));
|
|
1617
|
-
var ShutdownGatewayOutput;
|
|
1618
|
-
(function (ShutdownGatewayOutput) {
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
|
-
ShutdownGatewayOutput.filterSensitiveLog = (obj) => ({
|
|
1623
|
-
...obj,
|
|
1624
|
-
});
|
|
1625
|
-
})(ShutdownGatewayOutput = exports.ShutdownGatewayOutput || (exports.ShutdownGatewayOutput = {}));
|
|
1626
|
-
var StartAvailabilityMonitorTestInput;
|
|
1627
|
-
(function (StartAvailabilityMonitorTestInput) {
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
StartAvailabilityMonitorTestInput.filterSensitiveLog = (obj) => ({
|
|
1632
|
-
...obj,
|
|
1633
|
-
});
|
|
1634
|
-
})(StartAvailabilityMonitorTestInput = exports.StartAvailabilityMonitorTestInput || (exports.StartAvailabilityMonitorTestInput = {}));
|
|
1635
|
-
var StartAvailabilityMonitorTestOutput;
|
|
1636
|
-
(function (StartAvailabilityMonitorTestOutput) {
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
*/
|
|
1640
|
-
StartAvailabilityMonitorTestOutput.filterSensitiveLog = (obj) => ({
|
|
1641
|
-
...obj,
|
|
1642
|
-
});
|
|
1643
|
-
})(StartAvailabilityMonitorTestOutput = exports.StartAvailabilityMonitorTestOutput || (exports.StartAvailabilityMonitorTestOutput = {}));
|
|
1644
|
-
var StartGatewayInput;
|
|
1645
|
-
(function (StartGatewayInput) {
|
|
1646
|
-
/**
|
|
1647
|
-
* @internal
|
|
1648
|
-
*/
|
|
1649
|
-
StartGatewayInput.filterSensitiveLog = (obj) => ({
|
|
1650
|
-
...obj,
|
|
1651
|
-
});
|
|
1652
|
-
})(StartGatewayInput = exports.StartGatewayInput || (exports.StartGatewayInput = {}));
|
|
1653
|
-
var StartGatewayOutput;
|
|
1654
|
-
(function (StartGatewayOutput) {
|
|
1655
|
-
/**
|
|
1656
|
-
* @internal
|
|
1657
|
-
*/
|
|
1658
|
-
StartGatewayOutput.filterSensitiveLog = (obj) => ({
|
|
1659
|
-
...obj,
|
|
1660
|
-
});
|
|
1661
|
-
})(StartGatewayOutput = exports.StartGatewayOutput || (exports.StartGatewayOutput = {}));
|
|
1662
|
-
var UpdateAutomaticTapeCreationPolicyInput;
|
|
1663
|
-
(function (UpdateAutomaticTapeCreationPolicyInput) {
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
|
-
UpdateAutomaticTapeCreationPolicyInput.filterSensitiveLog = (obj) => ({
|
|
1668
|
-
...obj,
|
|
1669
|
-
});
|
|
1670
|
-
})(UpdateAutomaticTapeCreationPolicyInput = exports.UpdateAutomaticTapeCreationPolicyInput || (exports.UpdateAutomaticTapeCreationPolicyInput = {}));
|
|
1671
|
-
var UpdateAutomaticTapeCreationPolicyOutput;
|
|
1672
|
-
(function (UpdateAutomaticTapeCreationPolicyOutput) {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
|
-
UpdateAutomaticTapeCreationPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
1677
|
-
...obj,
|
|
1678
|
-
});
|
|
1679
|
-
})(UpdateAutomaticTapeCreationPolicyOutput = exports.UpdateAutomaticTapeCreationPolicyOutput || (exports.UpdateAutomaticTapeCreationPolicyOutput = {}));
|
|
1680
|
-
var UpdateBandwidthRateLimitInput;
|
|
1681
|
-
(function (UpdateBandwidthRateLimitInput) {
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
|
-
UpdateBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
|
|
1686
|
-
...obj,
|
|
1687
|
-
});
|
|
1688
|
-
})(UpdateBandwidthRateLimitInput = exports.UpdateBandwidthRateLimitInput || (exports.UpdateBandwidthRateLimitInput = {}));
|
|
1689
|
-
var UpdateBandwidthRateLimitOutput;
|
|
1690
|
-
(function (UpdateBandwidthRateLimitOutput) {
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
UpdateBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
|
|
1695
|
-
...obj,
|
|
1696
|
-
});
|
|
1697
|
-
})(UpdateBandwidthRateLimitOutput = exports.UpdateBandwidthRateLimitOutput || (exports.UpdateBandwidthRateLimitOutput = {}));
|
|
1698
|
-
var UpdateBandwidthRateLimitScheduleInput;
|
|
1699
|
-
(function (UpdateBandwidthRateLimitScheduleInput) {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
UpdateBandwidthRateLimitScheduleInput.filterSensitiveLog = (obj) => ({
|
|
1704
|
-
...obj,
|
|
1705
|
-
});
|
|
1706
|
-
})(UpdateBandwidthRateLimitScheduleInput = exports.UpdateBandwidthRateLimitScheduleInput || (exports.UpdateBandwidthRateLimitScheduleInput = {}));
|
|
1707
|
-
var UpdateBandwidthRateLimitScheduleOutput;
|
|
1708
|
-
(function (UpdateBandwidthRateLimitScheduleOutput) {
|
|
1709
|
-
/**
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
1712
|
-
UpdateBandwidthRateLimitScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
1713
|
-
...obj,
|
|
1714
|
-
});
|
|
1715
|
-
})(UpdateBandwidthRateLimitScheduleOutput = exports.UpdateBandwidthRateLimitScheduleOutput || (exports.UpdateBandwidthRateLimitScheduleOutput = {}));
|
|
1716
|
-
var UpdateChapCredentialsInput;
|
|
1717
|
-
(function (UpdateChapCredentialsInput) {
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
UpdateChapCredentialsInput.filterSensitiveLog = (obj) => ({
|
|
1722
|
-
...obj,
|
|
1723
|
-
...(obj.SecretToAuthenticateInitiator && { SecretToAuthenticateInitiator: smithy_client_1.SENSITIVE_STRING }),
|
|
1724
|
-
...(obj.SecretToAuthenticateTarget && { SecretToAuthenticateTarget: smithy_client_1.SENSITIVE_STRING }),
|
|
1725
|
-
});
|
|
1726
|
-
})(UpdateChapCredentialsInput = exports.UpdateChapCredentialsInput || (exports.UpdateChapCredentialsInput = {}));
|
|
1727
|
-
var UpdateChapCredentialsOutput;
|
|
1728
|
-
(function (UpdateChapCredentialsOutput) {
|
|
1729
|
-
/**
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1732
|
-
UpdateChapCredentialsOutput.filterSensitiveLog = (obj) => ({
|
|
1733
|
-
...obj,
|
|
1734
|
-
});
|
|
1735
|
-
})(UpdateChapCredentialsOutput = exports.UpdateChapCredentialsOutput || (exports.UpdateChapCredentialsOutput = {}));
|
|
1736
|
-
var UpdateFileSystemAssociationInput;
|
|
1737
|
-
(function (UpdateFileSystemAssociationInput) {
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
UpdateFileSystemAssociationInput.filterSensitiveLog = (obj) => ({
|
|
1742
|
-
...obj,
|
|
1743
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
1744
|
-
});
|
|
1745
|
-
})(UpdateFileSystemAssociationInput = exports.UpdateFileSystemAssociationInput || (exports.UpdateFileSystemAssociationInput = {}));
|
|
1746
|
-
var UpdateFileSystemAssociationOutput;
|
|
1747
|
-
(function (UpdateFileSystemAssociationOutput) {
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
UpdateFileSystemAssociationOutput.filterSensitiveLog = (obj) => ({
|
|
1752
|
-
...obj,
|
|
1753
|
-
});
|
|
1754
|
-
})(UpdateFileSystemAssociationOutput = exports.UpdateFileSystemAssociationOutput || (exports.UpdateFileSystemAssociationOutput = {}));
|
|
1755
|
-
var UpdateGatewayInformationInput;
|
|
1756
|
-
(function (UpdateGatewayInformationInput) {
|
|
1757
|
-
/**
|
|
1758
|
-
* @internal
|
|
1759
|
-
*/
|
|
1760
|
-
UpdateGatewayInformationInput.filterSensitiveLog = (obj) => ({
|
|
1761
|
-
...obj,
|
|
1762
|
-
});
|
|
1763
|
-
})(UpdateGatewayInformationInput = exports.UpdateGatewayInformationInput || (exports.UpdateGatewayInformationInput = {}));
|
|
1764
|
-
var UpdateGatewayInformationOutput;
|
|
1765
|
-
(function (UpdateGatewayInformationOutput) {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
UpdateGatewayInformationOutput.filterSensitiveLog = (obj) => ({
|
|
1770
|
-
...obj,
|
|
1771
|
-
});
|
|
1772
|
-
})(UpdateGatewayInformationOutput = exports.UpdateGatewayInformationOutput || (exports.UpdateGatewayInformationOutput = {}));
|
|
1773
|
-
var UpdateGatewaySoftwareNowInput;
|
|
1774
|
-
(function (UpdateGatewaySoftwareNowInput) {
|
|
1775
|
-
/**
|
|
1776
|
-
* @internal
|
|
1777
|
-
*/
|
|
1778
|
-
UpdateGatewaySoftwareNowInput.filterSensitiveLog = (obj) => ({
|
|
1779
|
-
...obj,
|
|
1780
|
-
});
|
|
1781
|
-
})(UpdateGatewaySoftwareNowInput = exports.UpdateGatewaySoftwareNowInput || (exports.UpdateGatewaySoftwareNowInput = {}));
|
|
1782
|
-
var UpdateGatewaySoftwareNowOutput;
|
|
1783
|
-
(function (UpdateGatewaySoftwareNowOutput) {
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
UpdateGatewaySoftwareNowOutput.filterSensitiveLog = (obj) => ({
|
|
1788
|
-
...obj,
|
|
1789
|
-
});
|
|
1790
|
-
})(UpdateGatewaySoftwareNowOutput = exports.UpdateGatewaySoftwareNowOutput || (exports.UpdateGatewaySoftwareNowOutput = {}));
|
|
1791
|
-
var UpdateMaintenanceStartTimeInput;
|
|
1792
|
-
(function (UpdateMaintenanceStartTimeInput) {
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
|
-
UpdateMaintenanceStartTimeInput.filterSensitiveLog = (obj) => ({
|
|
1797
|
-
...obj,
|
|
1798
|
-
});
|
|
1799
|
-
})(UpdateMaintenanceStartTimeInput = exports.UpdateMaintenanceStartTimeInput || (exports.UpdateMaintenanceStartTimeInput = {}));
|
|
1800
|
-
var UpdateMaintenanceStartTimeOutput;
|
|
1801
|
-
(function (UpdateMaintenanceStartTimeOutput) {
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
|
-
UpdateMaintenanceStartTimeOutput.filterSensitiveLog = (obj) => ({
|
|
1806
|
-
...obj,
|
|
1807
|
-
});
|
|
1808
|
-
})(UpdateMaintenanceStartTimeOutput = exports.UpdateMaintenanceStartTimeOutput || (exports.UpdateMaintenanceStartTimeOutput = {}));
|
|
1809
|
-
var UpdateNFSFileShareInput;
|
|
1810
|
-
(function (UpdateNFSFileShareInput) {
|
|
1811
|
-
/**
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1814
|
-
UpdateNFSFileShareInput.filterSensitiveLog = (obj) => ({
|
|
1815
|
-
...obj,
|
|
1816
|
-
});
|
|
1817
|
-
})(UpdateNFSFileShareInput = exports.UpdateNFSFileShareInput || (exports.UpdateNFSFileShareInput = {}));
|
|
1818
|
-
var UpdateNFSFileShareOutput;
|
|
1819
|
-
(function (UpdateNFSFileShareOutput) {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
|
-
UpdateNFSFileShareOutput.filterSensitiveLog = (obj) => ({
|
|
1824
|
-
...obj,
|
|
1825
|
-
});
|
|
1826
|
-
})(UpdateNFSFileShareOutput = exports.UpdateNFSFileShareOutput || (exports.UpdateNFSFileShareOutput = {}));
|
|
1827
|
-
var UpdateSMBFileShareInput;
|
|
1828
|
-
(function (UpdateSMBFileShareInput) {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
UpdateSMBFileShareInput.filterSensitiveLog = (obj) => ({
|
|
1833
|
-
...obj,
|
|
1834
|
-
});
|
|
1835
|
-
})(UpdateSMBFileShareInput = exports.UpdateSMBFileShareInput || (exports.UpdateSMBFileShareInput = {}));
|
|
1836
|
-
var UpdateSMBFileShareOutput;
|
|
1837
|
-
(function (UpdateSMBFileShareOutput) {
|
|
1838
|
-
/**
|
|
1839
|
-
* @internal
|
|
1840
|
-
*/
|
|
1841
|
-
UpdateSMBFileShareOutput.filterSensitiveLog = (obj) => ({
|
|
1842
|
-
...obj,
|
|
1843
|
-
});
|
|
1844
|
-
})(UpdateSMBFileShareOutput = exports.UpdateSMBFileShareOutput || (exports.UpdateSMBFileShareOutput = {}));
|
|
1845
|
-
var UpdateSMBFileShareVisibilityInput;
|
|
1846
|
-
(function (UpdateSMBFileShareVisibilityInput) {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
UpdateSMBFileShareVisibilityInput.filterSensitiveLog = (obj) => ({
|
|
1851
|
-
...obj,
|
|
1852
|
-
});
|
|
1853
|
-
})(UpdateSMBFileShareVisibilityInput = exports.UpdateSMBFileShareVisibilityInput || (exports.UpdateSMBFileShareVisibilityInput = {}));
|
|
1854
|
-
var UpdateSMBFileShareVisibilityOutput;
|
|
1855
|
-
(function (UpdateSMBFileShareVisibilityOutput) {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
UpdateSMBFileShareVisibilityOutput.filterSensitiveLog = (obj) => ({
|
|
1860
|
-
...obj,
|
|
1861
|
-
});
|
|
1862
|
-
})(UpdateSMBFileShareVisibilityOutput = exports.UpdateSMBFileShareVisibilityOutput || (exports.UpdateSMBFileShareVisibilityOutput = {}));
|
|
1863
|
-
var UpdateSMBSecurityStrategyInput;
|
|
1864
|
-
(function (UpdateSMBSecurityStrategyInput) {
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
*/
|
|
1868
|
-
UpdateSMBSecurityStrategyInput.filterSensitiveLog = (obj) => ({
|
|
1869
|
-
...obj,
|
|
1870
|
-
});
|
|
1871
|
-
})(UpdateSMBSecurityStrategyInput = exports.UpdateSMBSecurityStrategyInput || (exports.UpdateSMBSecurityStrategyInput = {}));
|
|
1872
|
-
var UpdateSMBSecurityStrategyOutput;
|
|
1873
|
-
(function (UpdateSMBSecurityStrategyOutput) {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
UpdateSMBSecurityStrategyOutput.filterSensitiveLog = (obj) => ({
|
|
1878
|
-
...obj,
|
|
1879
|
-
});
|
|
1880
|
-
})(UpdateSMBSecurityStrategyOutput = exports.UpdateSMBSecurityStrategyOutput || (exports.UpdateSMBSecurityStrategyOutput = {}));
|
|
1881
|
-
var UpdateSnapshotScheduleInput;
|
|
1882
|
-
(function (UpdateSnapshotScheduleInput) {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
|
-
UpdateSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
|
|
1887
|
-
...obj,
|
|
1888
|
-
});
|
|
1889
|
-
})(UpdateSnapshotScheduleInput = exports.UpdateSnapshotScheduleInput || (exports.UpdateSnapshotScheduleInput = {}));
|
|
1890
|
-
var UpdateSnapshotScheduleOutput;
|
|
1891
|
-
(function (UpdateSnapshotScheduleOutput) {
|
|
1892
|
-
/**
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1895
|
-
UpdateSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
1896
|
-
...obj,
|
|
1897
|
-
});
|
|
1898
|
-
})(UpdateSnapshotScheduleOutput = exports.UpdateSnapshotScheduleOutput || (exports.UpdateSnapshotScheduleOutput = {}));
|
|
1899
|
-
var UpdateVTLDeviceTypeInput;
|
|
1900
|
-
(function (UpdateVTLDeviceTypeInput) {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
UpdateVTLDeviceTypeInput.filterSensitiveLog = (obj) => ({
|
|
1905
|
-
...obj,
|
|
1906
|
-
});
|
|
1907
|
-
})(UpdateVTLDeviceTypeInput = exports.UpdateVTLDeviceTypeInput || (exports.UpdateVTLDeviceTypeInput = {}));
|
|
1908
|
-
var UpdateVTLDeviceTypeOutput;
|
|
1909
|
-
(function (UpdateVTLDeviceTypeOutput) {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
UpdateVTLDeviceTypeOutput.filterSensitiveLog = (obj) => ({
|
|
1914
|
-
...obj,
|
|
1915
|
-
});
|
|
1916
|
-
})(UpdateVTLDeviceTypeOutput = exports.UpdateVTLDeviceTypeOutput || (exports.UpdateVTLDeviceTypeOutput = {}));
|
|
1917
|
-
//# sourceMappingURL=models_0.js.map
|