@aws-sdk/client-storage-gateway 3.1019.0 → 3.1020.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/dist-es/StorageGateway.js +5 -5
- package/dist-types/StorageGateway.d.ts +96 -96
- package/dist-types/StorageGatewayClient.d.ts +99 -99
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTapesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCacheReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFileSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTapePoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTapesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVolumesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
|
@@ -17,7 +17,7 @@ import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
|
|
|
17
17
|
import { CreateSnapshotFromVolumeRecoveryPointCommand, } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
18
|
import { CreateStorediSCSIVolumeCommand, } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
19
|
import { CreateTapePoolCommand, } from "./commands/CreateTapePoolCommand";
|
|
20
|
-
import { CreateTapesCommand } from "./commands/CreateTapesCommand";
|
|
20
|
+
import { CreateTapesCommand, } from "./commands/CreateTapesCommand";
|
|
21
21
|
import { CreateTapeWithBarcodeCommand, } from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
22
|
import { DeleteAutomaticTapeCreationPolicyCommand, } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
23
|
import { DeleteBandwidthRateLimitCommand, } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
@@ -27,7 +27,7 @@ import { DeleteFileShareCommand, } from "./commands/DeleteFileShareCommand";
|
|
|
27
27
|
import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
|
|
28
28
|
import { DeleteSnapshotScheduleCommand, } from "./commands/DeleteSnapshotScheduleCommand";
|
|
29
29
|
import { DeleteTapeArchiveCommand, } from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
-
import { DeleteTapeCommand } from "./commands/DeleteTapeCommand";
|
|
30
|
+
import { DeleteTapeCommand, } from "./commands/DeleteTapeCommand";
|
|
31
31
|
import { DeleteTapePoolCommand, } from "./commands/DeleteTapePoolCommand";
|
|
32
32
|
import { DeleteVolumeCommand, } from "./commands/DeleteVolumeCommand";
|
|
33
33
|
import { DescribeAvailabilityMonitorTestCommand, } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
@@ -55,7 +55,7 @@ import { DetachVolumeCommand, } from "./commands/DetachVolumeCommand";
|
|
|
55
55
|
import { DisableGatewayCommand, } from "./commands/DisableGatewayCommand";
|
|
56
56
|
import { DisassociateFileSystemCommand, } from "./commands/DisassociateFileSystemCommand";
|
|
57
57
|
import { EvictFilesFailingUploadCommand, } from "./commands/EvictFilesFailingUploadCommand";
|
|
58
|
-
import { JoinDomainCommand } from "./commands/JoinDomainCommand";
|
|
58
|
+
import { JoinDomainCommand, } from "./commands/JoinDomainCommand";
|
|
59
59
|
import { ListAutomaticTapeCreationPoliciesCommand, } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
60
60
|
import { ListCacheReportsCommand, } from "./commands/ListCacheReportsCommand";
|
|
61
61
|
import { ListFileSharesCommand, } from "./commands/ListFileSharesCommand";
|
|
@@ -67,11 +67,11 @@ import { ListTapePoolsCommand, } from "./commands/ListTapePoolsCommand";
|
|
|
67
67
|
import { ListTapesCommand } from "./commands/ListTapesCommand";
|
|
68
68
|
import { ListVolumeInitiatorsCommand, } from "./commands/ListVolumeInitiatorsCommand";
|
|
69
69
|
import { ListVolumeRecoveryPointsCommand, } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
70
|
-
import { ListVolumesCommand } from "./commands/ListVolumesCommand";
|
|
70
|
+
import { ListVolumesCommand, } from "./commands/ListVolumesCommand";
|
|
71
71
|
import { NotifyWhenUploadedCommand, } from "./commands/NotifyWhenUploadedCommand";
|
|
72
72
|
import { RefreshCacheCommand, } from "./commands/RefreshCacheCommand";
|
|
73
73
|
import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
|
|
74
|
-
import { ResetCacheCommand } from "./commands/ResetCacheCommand";
|
|
74
|
+
import { ResetCacheCommand, } from "./commands/ResetCacheCommand";
|
|
75
75
|
import { RetrieveTapeArchiveCommand, } from "./commands/RetrieveTapeArchiveCommand";
|
|
76
76
|
import { RetrieveTapeRecoveryPointCommand, } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
77
77
|
import { SetLocalConsolePasswordCommand, } from "./commands/SetLocalConsolePasswordCommand";
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
3
|
-
import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
4
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
5
|
-
import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
6
|
-
import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
7
|
-
import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
8
|
-
import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
|
|
9
|
-
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
10
|
-
import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
11
|
-
import { CancelCacheReportCommandInput, CancelCacheReportCommandOutput } from "./commands/CancelCacheReportCommand";
|
|
12
|
-
import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
13
|
-
import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
-
import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
15
|
-
import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
16
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
17
|
-
import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
-
import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
-
import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
20
|
-
import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
21
|
-
import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
|
-
import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
-
import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
-
import { DeleteCacheReportCommandInput, DeleteCacheReportCommandOutput } from "./commands/DeleteCacheReportCommand";
|
|
25
|
-
import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
|
|
26
|
-
import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
27
|
-
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
28
|
-
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
29
|
-
import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
-
import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
31
|
-
import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
32
|
-
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
33
|
-
import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
34
|
-
import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
|
|
35
|
-
import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
36
|
-
import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
37
|
-
import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
38
|
-
import { DescribeCacheReportCommandInput, DescribeCacheReportCommandOutput } from "./commands/DescribeCacheReportCommand";
|
|
39
|
-
import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
|
|
40
|
-
import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
|
|
41
|
-
import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
|
|
42
|
-
import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
43
|
-
import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
|
|
44
|
-
import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
|
|
45
|
-
import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
|
|
46
|
-
import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
|
|
47
|
-
import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
48
|
-
import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
|
|
49
|
-
import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
50
|
-
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
51
|
-
import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
|
|
52
|
-
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
53
|
-
import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
|
|
54
|
-
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
55
|
-
import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
56
|
-
import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
|
|
57
|
-
import { EvictFilesFailingUploadCommandInput, EvictFilesFailingUploadCommandOutput } from "./commands/EvictFilesFailingUploadCommand";
|
|
58
|
-
import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
59
|
-
import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
60
|
-
import { ListCacheReportsCommandInput, ListCacheReportsCommandOutput } from "./commands/ListCacheReportsCommand";
|
|
61
|
-
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
62
|
-
import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
|
|
63
|
-
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
64
|
-
import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
65
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
67
|
-
import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
68
|
-
import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
|
|
69
|
-
import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
70
|
-
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
71
|
-
import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
72
|
-
import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
73
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
74
|
-
import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
75
|
-
import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
|
|
76
|
-
import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
77
|
-
import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
|
|
78
|
-
import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
|
|
79
|
-
import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
80
|
-
import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
|
|
81
|
-
import { StartCacheReportCommandInput, StartCacheReportCommandOutput } from "./commands/StartCacheReportCommand";
|
|
82
|
-
import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
83
|
-
import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
84
|
-
import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
|
|
85
|
-
import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
86
|
-
import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
|
|
87
|
-
import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
|
|
88
|
-
import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
|
|
89
|
-
import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
90
|
-
import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
91
|
-
import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
92
|
-
import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
93
|
-
import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
94
|
-
import { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
|
|
95
|
-
import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
96
|
-
import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
|
|
97
|
-
import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
2
|
+
import { type ActivateGatewayCommandInput, type ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
3
|
+
import { type AddCacheCommandInput, type AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
4
|
+
import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
5
|
+
import { type AddUploadBufferCommandInput, type AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
6
|
+
import { type AddWorkingStorageCommandInput, type AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
7
|
+
import { type AssignTapePoolCommandInput, type AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
8
|
+
import { type AssociateFileSystemCommandInput, type AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
|
|
9
|
+
import { type AttachVolumeCommandInput, type AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
10
|
+
import { type CancelArchivalCommandInput, type CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
11
|
+
import { type CancelCacheReportCommandInput, type CancelCacheReportCommandOutput } from "./commands/CancelCacheReportCommand";
|
|
12
|
+
import { type CancelRetrievalCommandInput, type CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
13
|
+
import { type CreateCachediSCSIVolumeCommandInput, type CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
+
import { type CreateNFSFileShareCommandInput, type CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
15
|
+
import { type CreateSMBFileShareCommandInput, type CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
16
|
+
import { type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
17
|
+
import { type CreateSnapshotFromVolumeRecoveryPointCommandInput, type CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
+
import { type CreateStorediSCSIVolumeCommandInput, type CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
+
import { type CreateTapePoolCommandInput, type CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
20
|
+
import { type CreateTapesCommandInput, type CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
21
|
+
import { type CreateTapeWithBarcodeCommandInput, type CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
|
+
import { type DeleteAutomaticTapeCreationPolicyCommandInput, type DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
+
import { type DeleteBandwidthRateLimitCommandInput, type DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
+
import { type DeleteCacheReportCommandInput, type DeleteCacheReportCommandOutput } from "./commands/DeleteCacheReportCommand";
|
|
25
|
+
import { type DeleteChapCredentialsCommandInput, type DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
|
|
26
|
+
import { type DeleteFileShareCommandInput, type DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
27
|
+
import { type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
28
|
+
import { type DeleteSnapshotScheduleCommandInput, type DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
29
|
+
import { type DeleteTapeArchiveCommandInput, type DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
+
import { type DeleteTapeCommandInput, type DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
31
|
+
import { type DeleteTapePoolCommandInput, type DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
32
|
+
import { type DeleteVolumeCommandInput, type DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
33
|
+
import { type DescribeAvailabilityMonitorTestCommandInput, type DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
34
|
+
import { type DescribeBandwidthRateLimitCommandInput, type DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
|
|
35
|
+
import { type DescribeBandwidthRateLimitScheduleCommandInput, type DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
36
|
+
import { type DescribeCacheCommandInput, type DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
37
|
+
import { type DescribeCachediSCSIVolumesCommandInput, type DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
38
|
+
import { type DescribeCacheReportCommandInput, type DescribeCacheReportCommandOutput } from "./commands/DescribeCacheReportCommand";
|
|
39
|
+
import { type DescribeChapCredentialsCommandInput, type DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
|
|
40
|
+
import { type DescribeFileSystemAssociationsCommandInput, type DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
|
|
41
|
+
import { type DescribeGatewayInformationCommandInput, type DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
|
|
42
|
+
import { type DescribeMaintenanceStartTimeCommandInput, type DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
43
|
+
import { type DescribeNFSFileSharesCommandInput, type DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
|
|
44
|
+
import { type DescribeSMBFileSharesCommandInput, type DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
|
|
45
|
+
import { type DescribeSMBSettingsCommandInput, type DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
|
|
46
|
+
import { type DescribeSnapshotScheduleCommandInput, type DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
|
|
47
|
+
import { type DescribeStorediSCSIVolumesCommandInput, type DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
48
|
+
import { type DescribeTapeArchivesCommandInput, type DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
|
|
49
|
+
import { type DescribeTapeRecoveryPointsCommandInput, type DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
50
|
+
import { type DescribeTapesCommandInput, type DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
51
|
+
import { type DescribeUploadBufferCommandInput, type DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
|
|
52
|
+
import { type DescribeVTLDevicesCommandInput, type DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
53
|
+
import { type DescribeWorkingStorageCommandInput, type DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
|
|
54
|
+
import { type DetachVolumeCommandInput, type DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
55
|
+
import { type DisableGatewayCommandInput, type DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
56
|
+
import { type DisassociateFileSystemCommandInput, type DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
|
|
57
|
+
import { type EvictFilesFailingUploadCommandInput, type EvictFilesFailingUploadCommandOutput } from "./commands/EvictFilesFailingUploadCommand";
|
|
58
|
+
import { type JoinDomainCommandInput, type JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
59
|
+
import { type ListAutomaticTapeCreationPoliciesCommandInput, type ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
60
|
+
import { type ListCacheReportsCommandInput, type ListCacheReportsCommandOutput } from "./commands/ListCacheReportsCommand";
|
|
61
|
+
import { type ListFileSharesCommandInput, type ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
62
|
+
import { type ListFileSystemAssociationsCommandInput, type ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
|
|
63
|
+
import { type ListGatewaysCommandInput, type ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
64
|
+
import { type ListLocalDisksCommandInput, type ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
65
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import { type ListTapePoolsCommandInput, type ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
67
|
+
import { type ListTapesCommandInput, type ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
68
|
+
import { type ListVolumeInitiatorsCommandInput, type ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
|
|
69
|
+
import { type ListVolumeRecoveryPointsCommandInput, type ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
70
|
+
import { type ListVolumesCommandInput, type ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
71
|
+
import { type NotifyWhenUploadedCommandInput, type NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
72
|
+
import { type RefreshCacheCommandInput, type RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
73
|
+
import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
74
|
+
import { type ResetCacheCommandInput, type ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
75
|
+
import { type RetrieveTapeArchiveCommandInput, type RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
|
|
76
|
+
import { type RetrieveTapeRecoveryPointCommandInput, type RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
77
|
+
import { type SetLocalConsolePasswordCommandInput, type SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
|
|
78
|
+
import { type SetSMBGuestPasswordCommandInput, type SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
|
|
79
|
+
import { type ShutdownGatewayCommandInput, type ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
80
|
+
import { type StartAvailabilityMonitorTestCommandInput, type StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
|
|
81
|
+
import { type StartCacheReportCommandInput, type StartCacheReportCommandOutput } from "./commands/StartCacheReportCommand";
|
|
82
|
+
import { type StartGatewayCommandInput, type StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
83
|
+
import { type UpdateAutomaticTapeCreationPolicyCommandInput, type UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
84
|
+
import { type UpdateBandwidthRateLimitCommandInput, type UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
|
|
85
|
+
import { type UpdateBandwidthRateLimitScheduleCommandInput, type UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
86
|
+
import { type UpdateChapCredentialsCommandInput, type UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
|
|
87
|
+
import { type UpdateFileSystemAssociationCommandInput, type UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
|
|
88
|
+
import { type UpdateGatewayInformationCommandInput, type UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
|
|
89
|
+
import { type UpdateGatewaySoftwareNowCommandInput, type UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
90
|
+
import { type UpdateMaintenanceStartTimeCommandInput, type UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
91
|
+
import { type UpdateNFSFileShareCommandInput, type UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
92
|
+
import { type UpdateSMBFileShareCommandInput, type UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
93
|
+
import { type UpdateSMBFileShareVisibilityCommandInput, type UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
94
|
+
import { type UpdateSMBLocalGroupsCommandInput, type UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
|
|
95
|
+
import { type UpdateSMBSecurityStrategyCommandInput, type UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
96
|
+
import { type UpdateSnapshotScheduleCommandInput, type UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
|
|
97
|
+
import { type UpdateVTLDeviceTypeCommandInput, type UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
98
98
|
import { StorageGatewayClient } from "./StorageGatewayClient";
|
|
99
99
|
export interface StorageGateway {
|
|
100
100
|
/**
|
|
@@ -5,105 +5,105 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
11
|
-
import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
12
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
13
|
-
import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
14
|
-
import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
15
|
-
import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
16
|
-
import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
|
|
17
|
-
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
18
|
-
import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
19
|
-
import { CancelCacheReportCommandInput, CancelCacheReportCommandOutput } from "./commands/CancelCacheReportCommand";
|
|
20
|
-
import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
21
|
-
import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
|
|
22
|
-
import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
23
|
-
import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
24
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
25
|
-
import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
26
|
-
import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
27
|
-
import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
28
|
-
import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
29
|
-
import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
|
|
30
|
-
import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
31
|
-
import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
32
|
-
import { DeleteCacheReportCommandInput, DeleteCacheReportCommandOutput } from "./commands/DeleteCacheReportCommand";
|
|
33
|
-
import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
|
|
34
|
-
import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
35
|
-
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
36
|
-
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
37
|
-
import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
38
|
-
import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
39
|
-
import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
40
|
-
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
41
|
-
import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
42
|
-
import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
|
|
43
|
-
import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
44
|
-
import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
45
|
-
import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
46
|
-
import { DescribeCacheReportCommandInput, DescribeCacheReportCommandOutput } from "./commands/DescribeCacheReportCommand";
|
|
47
|
-
import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
|
|
48
|
-
import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
|
|
49
|
-
import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
|
|
50
|
-
import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
51
|
-
import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
|
|
52
|
-
import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
|
|
53
|
-
import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
|
|
54
|
-
import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
|
|
55
|
-
import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
56
|
-
import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
|
|
57
|
-
import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
58
|
-
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
59
|
-
import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
|
|
60
|
-
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
61
|
-
import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
|
|
62
|
-
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
63
|
-
import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
64
|
-
import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
|
|
65
|
-
import { EvictFilesFailingUploadCommandInput, EvictFilesFailingUploadCommandOutput } from "./commands/EvictFilesFailingUploadCommand";
|
|
66
|
-
import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
67
|
-
import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
68
|
-
import { ListCacheReportsCommandInput, ListCacheReportsCommandOutput } from "./commands/ListCacheReportsCommand";
|
|
69
|
-
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
70
|
-
import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
|
|
71
|
-
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
72
|
-
import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
73
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
74
|
-
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
75
|
-
import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
76
|
-
import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
|
|
77
|
-
import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
78
|
-
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
79
|
-
import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
80
|
-
import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
81
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
82
|
-
import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
83
|
-
import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
|
|
84
|
-
import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
85
|
-
import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
|
|
86
|
-
import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
|
|
87
|
-
import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
88
|
-
import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
|
|
89
|
-
import { StartCacheReportCommandInput, StartCacheReportCommandOutput } from "./commands/StartCacheReportCommand";
|
|
90
|
-
import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
91
|
-
import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
92
|
-
import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
|
|
93
|
-
import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
94
|
-
import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
|
|
95
|
-
import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
|
|
96
|
-
import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
|
|
97
|
-
import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
98
|
-
import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
99
|
-
import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
100
|
-
import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
101
|
-
import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
102
|
-
import { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
|
|
103
|
-
import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
104
|
-
import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
|
|
105
|
-
import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
106
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
11
|
+
import type { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
12
|
+
import type { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
13
|
+
import type { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
|
|
14
|
+
import type { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
|
|
15
|
+
import type { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
|
|
16
|
+
import type { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
|
|
17
|
+
import type { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
18
|
+
import type { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
|
|
19
|
+
import type { CancelCacheReportCommandInput, CancelCacheReportCommandOutput } from "./commands/CancelCacheReportCommand";
|
|
20
|
+
import type { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
|
|
21
|
+
import type { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
|
|
22
|
+
import type { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
|
|
23
|
+
import type { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
|
|
24
|
+
import type { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
25
|
+
import type { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
26
|
+
import type { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
|
|
27
|
+
import type { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
|
|
28
|
+
import type { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
|
|
29
|
+
import type { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
|
|
30
|
+
import type { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
31
|
+
import type { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
|
|
32
|
+
import type { DeleteCacheReportCommandInput, DeleteCacheReportCommandOutput } from "./commands/DeleteCacheReportCommand";
|
|
33
|
+
import type { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
|
|
34
|
+
import type { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
|
|
35
|
+
import type { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
36
|
+
import type { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
37
|
+
import type { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
|
|
38
|
+
import type { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
|
|
39
|
+
import type { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
|
|
40
|
+
import type { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
41
|
+
import type { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
42
|
+
import type { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
|
|
43
|
+
import type { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
44
|
+
import type { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
|
|
45
|
+
import type { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
46
|
+
import type { DescribeCacheReportCommandInput, DescribeCacheReportCommandOutput } from "./commands/DescribeCacheReportCommand";
|
|
47
|
+
import type { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
|
|
48
|
+
import type { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
|
|
49
|
+
import type { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
|
|
50
|
+
import type { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
51
|
+
import type { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
|
|
52
|
+
import type { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
|
|
53
|
+
import type { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
|
|
54
|
+
import type { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
|
|
55
|
+
import type { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
56
|
+
import type { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
|
|
57
|
+
import type { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
58
|
+
import type { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
|
|
59
|
+
import type { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
|
|
60
|
+
import type { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
|
|
61
|
+
import type { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
|
|
62
|
+
import type { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
63
|
+
import type { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
|
|
64
|
+
import type { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
|
|
65
|
+
import type { EvictFilesFailingUploadCommandInput, EvictFilesFailingUploadCommandOutput } from "./commands/EvictFilesFailingUploadCommand";
|
|
66
|
+
import type { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
|
|
67
|
+
import type { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
68
|
+
import type { ListCacheReportsCommandInput, ListCacheReportsCommandOutput } from "./commands/ListCacheReportsCommand";
|
|
69
|
+
import type { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
|
|
70
|
+
import type { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
|
|
71
|
+
import type { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
72
|
+
import type { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
|
|
73
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
74
|
+
import type { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
|
|
75
|
+
import type { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
|
|
76
|
+
import type { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
|
|
77
|
+
import type { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
|
|
78
|
+
import type { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
|
|
79
|
+
import type { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
|
|
80
|
+
import type { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
|
|
81
|
+
import type { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
82
|
+
import type { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
|
|
83
|
+
import type { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
|
|
84
|
+
import type { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
85
|
+
import type { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
|
|
86
|
+
import type { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
|
|
87
|
+
import type { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
|
|
88
|
+
import type { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
|
|
89
|
+
import type { StartCacheReportCommandInput, StartCacheReportCommandOutput } from "./commands/StartCacheReportCommand";
|
|
90
|
+
import type { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
|
|
91
|
+
import type { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
92
|
+
import type { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
|
|
93
|
+
import type { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
94
|
+
import type { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
|
|
95
|
+
import type { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
|
|
96
|
+
import type { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
|
|
97
|
+
import type { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
98
|
+
import type { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
99
|
+
import type { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
|
|
100
|
+
import type { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
|
|
101
|
+
import type { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
102
|
+
import type { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
|
|
103
|
+
import type { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
104
|
+
import type { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
|
|
105
|
+
import type { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
106
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
107
107
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
108
108
|
export { __Client };
|
|
109
109
|
/**
|
|
@@ -212,7 +212,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
212
212
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
213
213
|
* @internal
|
|
214
214
|
*/
|
|
215
|
-
defaultUserAgentProvider?:
|
|
215
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
216
216
|
/**
|
|
217
217
|
* Default credentials provider; Not available in browser runtime.
|
|
218
218
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { StorageGatewayHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
*/
|
|
69
69
|
export * from "./StorageGatewayClient";
|
|
70
70
|
export * from "./StorageGateway";
|
|
71
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
71
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
72
72
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
73
73
|
export type { StorageGatewayExtensionConfiguration } from "./extensionConfiguration";
|
|
74
74
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActiveDirectoryStatus, AutomaticUpdatePolicy, AvailabilityMonitorTestStatus, CacheReportFilterName, CacheReportStatus, CaseSensitivity, EncryptionType, ErrorCode, FileShareType, GatewayCapacity, HostEnvironment, ObjectACL, PoolStatus, RetentionLockType, SMBSecurityStrategy, TapeStorageClass } from "./enums";
|
|
1
|
+
import type { ActiveDirectoryStatus, AutomaticUpdatePolicy, AvailabilityMonitorTestStatus, CacheReportFilterName, CacheReportStatus, CaseSensitivity, EncryptionType, ErrorCode, FileShareType, GatewayCapacity, HostEnvironment, ObjectACL, PoolStatus, RetentionLockType, SMBSecurityStrategy, TapeStorageClass } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A key-value pair that helps you manage, filter, and search for your resource. Allowed
|
|
4
4
|
* characters: letters, white space, and numbers, representable in UTF-8, and the following
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "../commands/DescribeTapeArchivesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "../commands/DescribeTapeRecoveryPointsCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "../commands/DescribeVTLDevicesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCacheReportsCommandInput, ListCacheReportsCommandOutput } from "../commands/ListCacheReportsCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "../commands/ListFileSharesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "../commands/ListFileSystemAssociationsCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "../commands/ListTapePoolsCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand";
|
|
3
|
-
import { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { StorageGatewayPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -648,7 +647,7 @@ export interface ClientDefaults
|
|
|
648
647
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
649
648
|
region?: string | __Provider<string>;
|
|
650
649
|
profile?: string;
|
|
651
|
-
defaultUserAgentProvider?:
|
|
650
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
652
651
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
653
652
|
maxAttempts?: number | __Provider<number>;
|
|
654
653
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-storage-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-storage-gateway",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|