@aws-sdk/client-storage-gateway 3.168.0 → 3.170.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.
Files changed (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/StorageGateway.d.ts +1654 -455
  3. package/dist-types/ts3.4/StorageGatewayClient.d.ts +670 -163
  4. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +38 -17
  69. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +37 -17
  77. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +38 -17
  89. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/index.d.ts +90 -90
  95. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  96. package/dist-types/ts3.4/index.d.ts +6 -6
  97. package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +8 -6
  98. package/dist-types/ts3.4/models/index.d.ts +1 -1
  99. package/dist-types/ts3.4/models/models_0.d.ts +2714 -2429
  100. package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  105. package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  113. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1085 -272
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  118. package/package.json +34 -34
@@ -1,163 +1,670 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
10
- import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
11
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
12
- import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
13
- import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
14
- import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
15
- import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
16
- import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
17
- import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
18
- import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
19
- import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
20
- import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
21
- import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
22
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
23
- import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
24
- import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
25
- import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
26
- import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
27
- import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
28
- import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
29
- import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
30
- import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
31
- import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
32
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
33
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
34
- import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
35
- import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
36
- import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
37
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
38
- import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
39
- import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
40
- import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
41
- import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
42
- import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
43
- import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
44
- import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
45
- import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
46
- import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
47
- import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
48
- import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
49
- import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
50
- import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
51
- import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
52
- import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
53
- import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
54
- import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
55
- import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
56
- import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
57
- import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
58
- import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
59
- import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
60
- import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
61
- import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
62
- import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
63
- import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
64
- import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
65
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
66
- import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
67
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
68
- import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
69
- import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
70
- import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
71
- import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
72
- import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
73
- import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
74
- import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
75
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
76
- import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
77
- import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
78
- import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
79
- import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
80
- import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
81
- import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
82
- import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
83
- import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
84
- import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
85
- import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
86
- import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
87
- import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
88
- import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
89
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
90
- import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
91
- import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
92
- import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
93
- import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
94
- import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
95
- import { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
96
- import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
97
- import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
98
- import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
99
- export declare type ServiceInputTypes = ActivateGatewayCommandInput | AddCacheCommandInput | AddTagsToResourceCommandInput | AddUploadBufferCommandInput | AddWorkingStorageCommandInput | AssignTapePoolCommandInput | AssociateFileSystemCommandInput | AttachVolumeCommandInput | CancelArchivalCommandInput | CancelRetrievalCommandInput | CreateCachediSCSIVolumeCommandInput | CreateNFSFileShareCommandInput | CreateSMBFileShareCommandInput | CreateSnapshotCommandInput | CreateSnapshotFromVolumeRecoveryPointCommandInput | CreateStorediSCSIVolumeCommandInput | CreateTapePoolCommandInput | CreateTapeWithBarcodeCommandInput | CreateTapesCommandInput | DeleteAutomaticTapeCreationPolicyCommandInput | DeleteBandwidthRateLimitCommandInput | DeleteChapCredentialsCommandInput | DeleteFileShareCommandInput | DeleteGatewayCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTapeArchiveCommandInput | DeleteTapeCommandInput | DeleteTapePoolCommandInput | DeleteVolumeCommandInput | DescribeAvailabilityMonitorTestCommandInput | DescribeBandwidthRateLimitCommandInput | DescribeBandwidthRateLimitScheduleCommandInput | DescribeCacheCommandInput | DescribeCachediSCSIVolumesCommandInput | DescribeChapCredentialsCommandInput | DescribeFileSystemAssociationsCommandInput | DescribeGatewayInformationCommandInput | DescribeMaintenanceStartTimeCommandInput | DescribeNFSFileSharesCommandInput | DescribeSMBFileSharesCommandInput | DescribeSMBSettingsCommandInput | DescribeSnapshotScheduleCommandInput | DescribeStorediSCSIVolumesCommandInput | DescribeTapeArchivesCommandInput | DescribeTapeRecoveryPointsCommandInput | DescribeTapesCommandInput | DescribeUploadBufferCommandInput | DescribeVTLDevicesCommandInput | DescribeWorkingStorageCommandInput | DetachVolumeCommandInput | DisableGatewayCommandInput | DisassociateFileSystemCommandInput | JoinDomainCommandInput | ListAutomaticTapeCreationPoliciesCommandInput | ListFileSharesCommandInput | ListFileSystemAssociationsCommandInput | ListGatewaysCommandInput | ListLocalDisksCommandInput | ListTagsForResourceCommandInput | ListTapePoolsCommandInput | ListTapesCommandInput | ListVolumeInitiatorsCommandInput | ListVolumeRecoveryPointsCommandInput | ListVolumesCommandInput | NotifyWhenUploadedCommandInput | RefreshCacheCommandInput | RemoveTagsFromResourceCommandInput | ResetCacheCommandInput | RetrieveTapeArchiveCommandInput | RetrieveTapeRecoveryPointCommandInput | SetLocalConsolePasswordCommandInput | SetSMBGuestPasswordCommandInput | ShutdownGatewayCommandInput | StartAvailabilityMonitorTestCommandInput | StartGatewayCommandInput | UpdateAutomaticTapeCreationPolicyCommandInput | UpdateBandwidthRateLimitCommandInput | UpdateBandwidthRateLimitScheduleCommandInput | UpdateChapCredentialsCommandInput | UpdateFileSystemAssociationCommandInput | UpdateGatewayInformationCommandInput | UpdateGatewaySoftwareNowCommandInput | UpdateMaintenanceStartTimeCommandInput | UpdateNFSFileShareCommandInput | UpdateSMBFileShareCommandInput | UpdateSMBFileShareVisibilityCommandInput | UpdateSMBLocalGroupsCommandInput | UpdateSMBSecurityStrategyCommandInput | UpdateSnapshotScheduleCommandInput | UpdateVTLDeviceTypeCommandInput;
100
- export declare type ServiceOutputTypes = ActivateGatewayCommandOutput | AddCacheCommandOutput | AddTagsToResourceCommandOutput | AddUploadBufferCommandOutput | AddWorkingStorageCommandOutput | AssignTapePoolCommandOutput | AssociateFileSystemCommandOutput | AttachVolumeCommandOutput | CancelArchivalCommandOutput | CancelRetrievalCommandOutput | CreateCachediSCSIVolumeCommandOutput | CreateNFSFileShareCommandOutput | CreateSMBFileShareCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotFromVolumeRecoveryPointCommandOutput | CreateStorediSCSIVolumeCommandOutput | CreateTapePoolCommandOutput | CreateTapeWithBarcodeCommandOutput | CreateTapesCommandOutput | DeleteAutomaticTapeCreationPolicyCommandOutput | DeleteBandwidthRateLimitCommandOutput | DeleteChapCredentialsCommandOutput | DeleteFileShareCommandOutput | DeleteGatewayCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTapeArchiveCommandOutput | DeleteTapeCommandOutput | DeleteTapePoolCommandOutput | DeleteVolumeCommandOutput | DescribeAvailabilityMonitorTestCommandOutput | DescribeBandwidthRateLimitCommandOutput | DescribeBandwidthRateLimitScheduleCommandOutput | DescribeCacheCommandOutput | DescribeCachediSCSIVolumesCommandOutput | DescribeChapCredentialsCommandOutput | DescribeFileSystemAssociationsCommandOutput | DescribeGatewayInformationCommandOutput | DescribeMaintenanceStartTimeCommandOutput | DescribeNFSFileSharesCommandOutput | DescribeSMBFileSharesCommandOutput | DescribeSMBSettingsCommandOutput | DescribeSnapshotScheduleCommandOutput | DescribeStorediSCSIVolumesCommandOutput | DescribeTapeArchivesCommandOutput | DescribeTapeRecoveryPointsCommandOutput | DescribeTapesCommandOutput | DescribeUploadBufferCommandOutput | DescribeVTLDevicesCommandOutput | DescribeWorkingStorageCommandOutput | DetachVolumeCommandOutput | DisableGatewayCommandOutput | DisassociateFileSystemCommandOutput | JoinDomainCommandOutput | ListAutomaticTapeCreationPoliciesCommandOutput | ListFileSharesCommandOutput | ListFileSystemAssociationsCommandOutput | ListGatewaysCommandOutput | ListLocalDisksCommandOutput | ListTagsForResourceCommandOutput | ListTapePoolsCommandOutput | ListTapesCommandOutput | ListVolumeInitiatorsCommandOutput | ListVolumeRecoveryPointsCommandOutput | ListVolumesCommandOutput | NotifyWhenUploadedCommandOutput | RefreshCacheCommandOutput | RemoveTagsFromResourceCommandOutput | ResetCacheCommandOutput | RetrieveTapeArchiveCommandOutput | RetrieveTapeRecoveryPointCommandOutput | SetLocalConsolePasswordCommandOutput | SetSMBGuestPasswordCommandOutput | ShutdownGatewayCommandOutput | StartAvailabilityMonitorTestCommandOutput | StartGatewayCommandOutput | UpdateAutomaticTapeCreationPolicyCommandOutput | UpdateBandwidthRateLimitCommandOutput | UpdateBandwidthRateLimitScheduleCommandOutput | UpdateChapCredentialsCommandOutput | UpdateFileSystemAssociationCommandOutput | UpdateGatewayInformationCommandOutput | UpdateGatewaySoftwareNowCommandOutput | UpdateMaintenanceStartTimeCommandOutput | UpdateNFSFileShareCommandOutput | UpdateSMBFileShareCommandOutput | UpdateSMBFileShareVisibilityCommandOutput | UpdateSMBLocalGroupsCommandOutput | UpdateSMBSecurityStrategyCommandOutput | UpdateSnapshotScheduleCommandOutput | UpdateVTLDeviceTypeCommandOutput;
101
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
102
-
103
- requestHandler?: __HttpHandler;
104
-
105
- sha256?: __HashConstructor;
106
-
107
- urlParser?: __UrlParser;
108
-
109
- bodyLengthChecker?: __BodyLengthCalculator;
110
-
111
- streamCollector?: __StreamCollector;
112
-
113
- base64Decoder?: __Decoder;
114
-
115
- base64Encoder?: __Encoder;
116
-
117
- utf8Decoder?: __Decoder;
118
-
119
- utf8Encoder?: __Encoder;
120
-
121
- runtime?: string;
122
-
123
- disableHostPrefix?: boolean;
124
-
125
- maxAttempts?: number | __Provider<number>;
126
-
127
- retryMode?: string | __Provider<string>;
128
-
129
- logger?: __Logger;
130
-
131
- useDualstackEndpoint?: boolean | __Provider<boolean>;
132
-
133
- useFipsEndpoint?: boolean | __Provider<boolean>;
134
-
135
- serviceId?: string;
136
-
137
- region?: string | __Provider<string>;
138
-
139
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
140
-
141
- regionInfoProvider?: RegionInfoProvider;
142
-
143
- defaultUserAgentProvider?: Provider<__UserAgent>;
144
-
145
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
146
- }
147
- declare type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
148
-
149
- export interface StorageGatewayClientConfig extends StorageGatewayClientConfigType {
150
- }
151
- declare type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
152
-
153
- export interface StorageGatewayClientResolvedConfig extends StorageGatewayClientResolvedConfigType {
154
- }
155
-
156
- export declare class StorageGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig> {
157
-
158
- readonly config: StorageGatewayClientResolvedConfig;
159
- constructor(configuration: StorageGatewayClientConfig);
160
-
161
- destroy(): void;
162
- }
163
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ ActivateGatewayCommandInput,
47
+ ActivateGatewayCommandOutput,
48
+ } from "./commands/ActivateGatewayCommand";
49
+ import {
50
+ AddCacheCommandInput,
51
+ AddCacheCommandOutput,
52
+ } from "./commands/AddCacheCommand";
53
+ import {
54
+ AddTagsToResourceCommandInput,
55
+ AddTagsToResourceCommandOutput,
56
+ } from "./commands/AddTagsToResourceCommand";
57
+ import {
58
+ AddUploadBufferCommandInput,
59
+ AddUploadBufferCommandOutput,
60
+ } from "./commands/AddUploadBufferCommand";
61
+ import {
62
+ AddWorkingStorageCommandInput,
63
+ AddWorkingStorageCommandOutput,
64
+ } from "./commands/AddWorkingStorageCommand";
65
+ import {
66
+ AssignTapePoolCommandInput,
67
+ AssignTapePoolCommandOutput,
68
+ } from "./commands/AssignTapePoolCommand";
69
+ import {
70
+ AssociateFileSystemCommandInput,
71
+ AssociateFileSystemCommandOutput,
72
+ } from "./commands/AssociateFileSystemCommand";
73
+ import {
74
+ AttachVolumeCommandInput,
75
+ AttachVolumeCommandOutput,
76
+ } from "./commands/AttachVolumeCommand";
77
+ import {
78
+ CancelArchivalCommandInput,
79
+ CancelArchivalCommandOutput,
80
+ } from "./commands/CancelArchivalCommand";
81
+ import {
82
+ CancelRetrievalCommandInput,
83
+ CancelRetrievalCommandOutput,
84
+ } from "./commands/CancelRetrievalCommand";
85
+ import {
86
+ CreateCachediSCSIVolumeCommandInput,
87
+ CreateCachediSCSIVolumeCommandOutput,
88
+ } from "./commands/CreateCachediSCSIVolumeCommand";
89
+ import {
90
+ CreateNFSFileShareCommandInput,
91
+ CreateNFSFileShareCommandOutput,
92
+ } from "./commands/CreateNFSFileShareCommand";
93
+ import {
94
+ CreateSMBFileShareCommandInput,
95
+ CreateSMBFileShareCommandOutput,
96
+ } from "./commands/CreateSMBFileShareCommand";
97
+ import {
98
+ CreateSnapshotCommandInput,
99
+ CreateSnapshotCommandOutput,
100
+ } from "./commands/CreateSnapshotCommand";
101
+ import {
102
+ CreateSnapshotFromVolumeRecoveryPointCommandInput,
103
+ CreateSnapshotFromVolumeRecoveryPointCommandOutput,
104
+ } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
105
+ import {
106
+ CreateStorediSCSIVolumeCommandInput,
107
+ CreateStorediSCSIVolumeCommandOutput,
108
+ } from "./commands/CreateStorediSCSIVolumeCommand";
109
+ import {
110
+ CreateTapePoolCommandInput,
111
+ CreateTapePoolCommandOutput,
112
+ } from "./commands/CreateTapePoolCommand";
113
+ import {
114
+ CreateTapesCommandInput,
115
+ CreateTapesCommandOutput,
116
+ } from "./commands/CreateTapesCommand";
117
+ import {
118
+ CreateTapeWithBarcodeCommandInput,
119
+ CreateTapeWithBarcodeCommandOutput,
120
+ } from "./commands/CreateTapeWithBarcodeCommand";
121
+ import {
122
+ DeleteAutomaticTapeCreationPolicyCommandInput,
123
+ DeleteAutomaticTapeCreationPolicyCommandOutput,
124
+ } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
125
+ import {
126
+ DeleteBandwidthRateLimitCommandInput,
127
+ DeleteBandwidthRateLimitCommandOutput,
128
+ } from "./commands/DeleteBandwidthRateLimitCommand";
129
+ import {
130
+ DeleteChapCredentialsCommandInput,
131
+ DeleteChapCredentialsCommandOutput,
132
+ } from "./commands/DeleteChapCredentialsCommand";
133
+ import {
134
+ DeleteFileShareCommandInput,
135
+ DeleteFileShareCommandOutput,
136
+ } from "./commands/DeleteFileShareCommand";
137
+ import {
138
+ DeleteGatewayCommandInput,
139
+ DeleteGatewayCommandOutput,
140
+ } from "./commands/DeleteGatewayCommand";
141
+ import {
142
+ DeleteSnapshotScheduleCommandInput,
143
+ DeleteSnapshotScheduleCommandOutput,
144
+ } from "./commands/DeleteSnapshotScheduleCommand";
145
+ import {
146
+ DeleteTapeArchiveCommandInput,
147
+ DeleteTapeArchiveCommandOutput,
148
+ } from "./commands/DeleteTapeArchiveCommand";
149
+ import {
150
+ DeleteTapeCommandInput,
151
+ DeleteTapeCommandOutput,
152
+ } from "./commands/DeleteTapeCommand";
153
+ import {
154
+ DeleteTapePoolCommandInput,
155
+ DeleteTapePoolCommandOutput,
156
+ } from "./commands/DeleteTapePoolCommand";
157
+ import {
158
+ DeleteVolumeCommandInput,
159
+ DeleteVolumeCommandOutput,
160
+ } from "./commands/DeleteVolumeCommand";
161
+ import {
162
+ DescribeAvailabilityMonitorTestCommandInput,
163
+ DescribeAvailabilityMonitorTestCommandOutput,
164
+ } from "./commands/DescribeAvailabilityMonitorTestCommand";
165
+ import {
166
+ DescribeBandwidthRateLimitCommandInput,
167
+ DescribeBandwidthRateLimitCommandOutput,
168
+ } from "./commands/DescribeBandwidthRateLimitCommand";
169
+ import {
170
+ DescribeBandwidthRateLimitScheduleCommandInput,
171
+ DescribeBandwidthRateLimitScheduleCommandOutput,
172
+ } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
173
+ import {
174
+ DescribeCacheCommandInput,
175
+ DescribeCacheCommandOutput,
176
+ } from "./commands/DescribeCacheCommand";
177
+ import {
178
+ DescribeCachediSCSIVolumesCommandInput,
179
+ DescribeCachediSCSIVolumesCommandOutput,
180
+ } from "./commands/DescribeCachediSCSIVolumesCommand";
181
+ import {
182
+ DescribeChapCredentialsCommandInput,
183
+ DescribeChapCredentialsCommandOutput,
184
+ } from "./commands/DescribeChapCredentialsCommand";
185
+ import {
186
+ DescribeFileSystemAssociationsCommandInput,
187
+ DescribeFileSystemAssociationsCommandOutput,
188
+ } from "./commands/DescribeFileSystemAssociationsCommand";
189
+ import {
190
+ DescribeGatewayInformationCommandInput,
191
+ DescribeGatewayInformationCommandOutput,
192
+ } from "./commands/DescribeGatewayInformationCommand";
193
+ import {
194
+ DescribeMaintenanceStartTimeCommandInput,
195
+ DescribeMaintenanceStartTimeCommandOutput,
196
+ } from "./commands/DescribeMaintenanceStartTimeCommand";
197
+ import {
198
+ DescribeNFSFileSharesCommandInput,
199
+ DescribeNFSFileSharesCommandOutput,
200
+ } from "./commands/DescribeNFSFileSharesCommand";
201
+ import {
202
+ DescribeSMBFileSharesCommandInput,
203
+ DescribeSMBFileSharesCommandOutput,
204
+ } from "./commands/DescribeSMBFileSharesCommand";
205
+ import {
206
+ DescribeSMBSettingsCommandInput,
207
+ DescribeSMBSettingsCommandOutput,
208
+ } from "./commands/DescribeSMBSettingsCommand";
209
+ import {
210
+ DescribeSnapshotScheduleCommandInput,
211
+ DescribeSnapshotScheduleCommandOutput,
212
+ } from "./commands/DescribeSnapshotScheduleCommand";
213
+ import {
214
+ DescribeStorediSCSIVolumesCommandInput,
215
+ DescribeStorediSCSIVolumesCommandOutput,
216
+ } from "./commands/DescribeStorediSCSIVolumesCommand";
217
+ import {
218
+ DescribeTapeArchivesCommandInput,
219
+ DescribeTapeArchivesCommandOutput,
220
+ } from "./commands/DescribeTapeArchivesCommand";
221
+ import {
222
+ DescribeTapeRecoveryPointsCommandInput,
223
+ DescribeTapeRecoveryPointsCommandOutput,
224
+ } from "./commands/DescribeTapeRecoveryPointsCommand";
225
+ import {
226
+ DescribeTapesCommandInput,
227
+ DescribeTapesCommandOutput,
228
+ } from "./commands/DescribeTapesCommand";
229
+ import {
230
+ DescribeUploadBufferCommandInput,
231
+ DescribeUploadBufferCommandOutput,
232
+ } from "./commands/DescribeUploadBufferCommand";
233
+ import {
234
+ DescribeVTLDevicesCommandInput,
235
+ DescribeVTLDevicesCommandOutput,
236
+ } from "./commands/DescribeVTLDevicesCommand";
237
+ import {
238
+ DescribeWorkingStorageCommandInput,
239
+ DescribeWorkingStorageCommandOutput,
240
+ } from "./commands/DescribeWorkingStorageCommand";
241
+ import {
242
+ DetachVolumeCommandInput,
243
+ DetachVolumeCommandOutput,
244
+ } from "./commands/DetachVolumeCommand";
245
+ import {
246
+ DisableGatewayCommandInput,
247
+ DisableGatewayCommandOutput,
248
+ } from "./commands/DisableGatewayCommand";
249
+ import {
250
+ DisassociateFileSystemCommandInput,
251
+ DisassociateFileSystemCommandOutput,
252
+ } from "./commands/DisassociateFileSystemCommand";
253
+ import {
254
+ JoinDomainCommandInput,
255
+ JoinDomainCommandOutput,
256
+ } from "./commands/JoinDomainCommand";
257
+ import {
258
+ ListAutomaticTapeCreationPoliciesCommandInput,
259
+ ListAutomaticTapeCreationPoliciesCommandOutput,
260
+ } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
261
+ import {
262
+ ListFileSharesCommandInput,
263
+ ListFileSharesCommandOutput,
264
+ } from "./commands/ListFileSharesCommand";
265
+ import {
266
+ ListFileSystemAssociationsCommandInput,
267
+ ListFileSystemAssociationsCommandOutput,
268
+ } from "./commands/ListFileSystemAssociationsCommand";
269
+ import {
270
+ ListGatewaysCommandInput,
271
+ ListGatewaysCommandOutput,
272
+ } from "./commands/ListGatewaysCommand";
273
+ import {
274
+ ListLocalDisksCommandInput,
275
+ ListLocalDisksCommandOutput,
276
+ } from "./commands/ListLocalDisksCommand";
277
+ import {
278
+ ListTagsForResourceCommandInput,
279
+ ListTagsForResourceCommandOutput,
280
+ } from "./commands/ListTagsForResourceCommand";
281
+ import {
282
+ ListTapePoolsCommandInput,
283
+ ListTapePoolsCommandOutput,
284
+ } from "./commands/ListTapePoolsCommand";
285
+ import {
286
+ ListTapesCommandInput,
287
+ ListTapesCommandOutput,
288
+ } from "./commands/ListTapesCommand";
289
+ import {
290
+ ListVolumeInitiatorsCommandInput,
291
+ ListVolumeInitiatorsCommandOutput,
292
+ } from "./commands/ListVolumeInitiatorsCommand";
293
+ import {
294
+ ListVolumeRecoveryPointsCommandInput,
295
+ ListVolumeRecoveryPointsCommandOutput,
296
+ } from "./commands/ListVolumeRecoveryPointsCommand";
297
+ import {
298
+ ListVolumesCommandInput,
299
+ ListVolumesCommandOutput,
300
+ } from "./commands/ListVolumesCommand";
301
+ import {
302
+ NotifyWhenUploadedCommandInput,
303
+ NotifyWhenUploadedCommandOutput,
304
+ } from "./commands/NotifyWhenUploadedCommand";
305
+ import {
306
+ RefreshCacheCommandInput,
307
+ RefreshCacheCommandOutput,
308
+ } from "./commands/RefreshCacheCommand";
309
+ import {
310
+ RemoveTagsFromResourceCommandInput,
311
+ RemoveTagsFromResourceCommandOutput,
312
+ } from "./commands/RemoveTagsFromResourceCommand";
313
+ import {
314
+ ResetCacheCommandInput,
315
+ ResetCacheCommandOutput,
316
+ } from "./commands/ResetCacheCommand";
317
+ import {
318
+ RetrieveTapeArchiveCommandInput,
319
+ RetrieveTapeArchiveCommandOutput,
320
+ } from "./commands/RetrieveTapeArchiveCommand";
321
+ import {
322
+ RetrieveTapeRecoveryPointCommandInput,
323
+ RetrieveTapeRecoveryPointCommandOutput,
324
+ } from "./commands/RetrieveTapeRecoveryPointCommand";
325
+ import {
326
+ SetLocalConsolePasswordCommandInput,
327
+ SetLocalConsolePasswordCommandOutput,
328
+ } from "./commands/SetLocalConsolePasswordCommand";
329
+ import {
330
+ SetSMBGuestPasswordCommandInput,
331
+ SetSMBGuestPasswordCommandOutput,
332
+ } from "./commands/SetSMBGuestPasswordCommand";
333
+ import {
334
+ ShutdownGatewayCommandInput,
335
+ ShutdownGatewayCommandOutput,
336
+ } from "./commands/ShutdownGatewayCommand";
337
+ import {
338
+ StartAvailabilityMonitorTestCommandInput,
339
+ StartAvailabilityMonitorTestCommandOutput,
340
+ } from "./commands/StartAvailabilityMonitorTestCommand";
341
+ import {
342
+ StartGatewayCommandInput,
343
+ StartGatewayCommandOutput,
344
+ } from "./commands/StartGatewayCommand";
345
+ import {
346
+ UpdateAutomaticTapeCreationPolicyCommandInput,
347
+ UpdateAutomaticTapeCreationPolicyCommandOutput,
348
+ } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
349
+ import {
350
+ UpdateBandwidthRateLimitCommandInput,
351
+ UpdateBandwidthRateLimitCommandOutput,
352
+ } from "./commands/UpdateBandwidthRateLimitCommand";
353
+ import {
354
+ UpdateBandwidthRateLimitScheduleCommandInput,
355
+ UpdateBandwidthRateLimitScheduleCommandOutput,
356
+ } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
357
+ import {
358
+ UpdateChapCredentialsCommandInput,
359
+ UpdateChapCredentialsCommandOutput,
360
+ } from "./commands/UpdateChapCredentialsCommand";
361
+ import {
362
+ UpdateFileSystemAssociationCommandInput,
363
+ UpdateFileSystemAssociationCommandOutput,
364
+ } from "./commands/UpdateFileSystemAssociationCommand";
365
+ import {
366
+ UpdateGatewayInformationCommandInput,
367
+ UpdateGatewayInformationCommandOutput,
368
+ } from "./commands/UpdateGatewayInformationCommand";
369
+ import {
370
+ UpdateGatewaySoftwareNowCommandInput,
371
+ UpdateGatewaySoftwareNowCommandOutput,
372
+ } from "./commands/UpdateGatewaySoftwareNowCommand";
373
+ import {
374
+ UpdateMaintenanceStartTimeCommandInput,
375
+ UpdateMaintenanceStartTimeCommandOutput,
376
+ } from "./commands/UpdateMaintenanceStartTimeCommand";
377
+ import {
378
+ UpdateNFSFileShareCommandInput,
379
+ UpdateNFSFileShareCommandOutput,
380
+ } from "./commands/UpdateNFSFileShareCommand";
381
+ import {
382
+ UpdateSMBFileShareCommandInput,
383
+ UpdateSMBFileShareCommandOutput,
384
+ } from "./commands/UpdateSMBFileShareCommand";
385
+ import {
386
+ UpdateSMBFileShareVisibilityCommandInput,
387
+ UpdateSMBFileShareVisibilityCommandOutput,
388
+ } from "./commands/UpdateSMBFileShareVisibilityCommand";
389
+ import {
390
+ UpdateSMBLocalGroupsCommandInput,
391
+ UpdateSMBLocalGroupsCommandOutput,
392
+ } from "./commands/UpdateSMBLocalGroupsCommand";
393
+ import {
394
+ UpdateSMBSecurityStrategyCommandInput,
395
+ UpdateSMBSecurityStrategyCommandOutput,
396
+ } from "./commands/UpdateSMBSecurityStrategyCommand";
397
+ import {
398
+ UpdateSnapshotScheduleCommandInput,
399
+ UpdateSnapshotScheduleCommandOutput,
400
+ } from "./commands/UpdateSnapshotScheduleCommand";
401
+ import {
402
+ UpdateVTLDeviceTypeCommandInput,
403
+ UpdateVTLDeviceTypeCommandOutput,
404
+ } from "./commands/UpdateVTLDeviceTypeCommand";
405
+ export declare type ServiceInputTypes =
406
+ | ActivateGatewayCommandInput
407
+ | AddCacheCommandInput
408
+ | AddTagsToResourceCommandInput
409
+ | AddUploadBufferCommandInput
410
+ | AddWorkingStorageCommandInput
411
+ | AssignTapePoolCommandInput
412
+ | AssociateFileSystemCommandInput
413
+ | AttachVolumeCommandInput
414
+ | CancelArchivalCommandInput
415
+ | CancelRetrievalCommandInput
416
+ | CreateCachediSCSIVolumeCommandInput
417
+ | CreateNFSFileShareCommandInput
418
+ | CreateSMBFileShareCommandInput
419
+ | CreateSnapshotCommandInput
420
+ | CreateSnapshotFromVolumeRecoveryPointCommandInput
421
+ | CreateStorediSCSIVolumeCommandInput
422
+ | CreateTapePoolCommandInput
423
+ | CreateTapeWithBarcodeCommandInput
424
+ | CreateTapesCommandInput
425
+ | DeleteAutomaticTapeCreationPolicyCommandInput
426
+ | DeleteBandwidthRateLimitCommandInput
427
+ | DeleteChapCredentialsCommandInput
428
+ | DeleteFileShareCommandInput
429
+ | DeleteGatewayCommandInput
430
+ | DeleteSnapshotScheduleCommandInput
431
+ | DeleteTapeArchiveCommandInput
432
+ | DeleteTapeCommandInput
433
+ | DeleteTapePoolCommandInput
434
+ | DeleteVolumeCommandInput
435
+ | DescribeAvailabilityMonitorTestCommandInput
436
+ | DescribeBandwidthRateLimitCommandInput
437
+ | DescribeBandwidthRateLimitScheduleCommandInput
438
+ | DescribeCacheCommandInput
439
+ | DescribeCachediSCSIVolumesCommandInput
440
+ | DescribeChapCredentialsCommandInput
441
+ | DescribeFileSystemAssociationsCommandInput
442
+ | DescribeGatewayInformationCommandInput
443
+ | DescribeMaintenanceStartTimeCommandInput
444
+ | DescribeNFSFileSharesCommandInput
445
+ | DescribeSMBFileSharesCommandInput
446
+ | DescribeSMBSettingsCommandInput
447
+ | DescribeSnapshotScheduleCommandInput
448
+ | DescribeStorediSCSIVolumesCommandInput
449
+ | DescribeTapeArchivesCommandInput
450
+ | DescribeTapeRecoveryPointsCommandInput
451
+ | DescribeTapesCommandInput
452
+ | DescribeUploadBufferCommandInput
453
+ | DescribeVTLDevicesCommandInput
454
+ | DescribeWorkingStorageCommandInput
455
+ | DetachVolumeCommandInput
456
+ | DisableGatewayCommandInput
457
+ | DisassociateFileSystemCommandInput
458
+ | JoinDomainCommandInput
459
+ | ListAutomaticTapeCreationPoliciesCommandInput
460
+ | ListFileSharesCommandInput
461
+ | ListFileSystemAssociationsCommandInput
462
+ | ListGatewaysCommandInput
463
+ | ListLocalDisksCommandInput
464
+ | ListTagsForResourceCommandInput
465
+ | ListTapePoolsCommandInput
466
+ | ListTapesCommandInput
467
+ | ListVolumeInitiatorsCommandInput
468
+ | ListVolumeRecoveryPointsCommandInput
469
+ | ListVolumesCommandInput
470
+ | NotifyWhenUploadedCommandInput
471
+ | RefreshCacheCommandInput
472
+ | RemoveTagsFromResourceCommandInput
473
+ | ResetCacheCommandInput
474
+ | RetrieveTapeArchiveCommandInput
475
+ | RetrieveTapeRecoveryPointCommandInput
476
+ | SetLocalConsolePasswordCommandInput
477
+ | SetSMBGuestPasswordCommandInput
478
+ | ShutdownGatewayCommandInput
479
+ | StartAvailabilityMonitorTestCommandInput
480
+ | StartGatewayCommandInput
481
+ | UpdateAutomaticTapeCreationPolicyCommandInput
482
+ | UpdateBandwidthRateLimitCommandInput
483
+ | UpdateBandwidthRateLimitScheduleCommandInput
484
+ | UpdateChapCredentialsCommandInput
485
+ | UpdateFileSystemAssociationCommandInput
486
+ | UpdateGatewayInformationCommandInput
487
+ | UpdateGatewaySoftwareNowCommandInput
488
+ | UpdateMaintenanceStartTimeCommandInput
489
+ | UpdateNFSFileShareCommandInput
490
+ | UpdateSMBFileShareCommandInput
491
+ | UpdateSMBFileShareVisibilityCommandInput
492
+ | UpdateSMBLocalGroupsCommandInput
493
+ | UpdateSMBSecurityStrategyCommandInput
494
+ | UpdateSnapshotScheduleCommandInput
495
+ | UpdateVTLDeviceTypeCommandInput;
496
+ export declare type ServiceOutputTypes =
497
+ | ActivateGatewayCommandOutput
498
+ | AddCacheCommandOutput
499
+ | AddTagsToResourceCommandOutput
500
+ | AddUploadBufferCommandOutput
501
+ | AddWorkingStorageCommandOutput
502
+ | AssignTapePoolCommandOutput
503
+ | AssociateFileSystemCommandOutput
504
+ | AttachVolumeCommandOutput
505
+ | CancelArchivalCommandOutput
506
+ | CancelRetrievalCommandOutput
507
+ | CreateCachediSCSIVolumeCommandOutput
508
+ | CreateNFSFileShareCommandOutput
509
+ | CreateSMBFileShareCommandOutput
510
+ | CreateSnapshotCommandOutput
511
+ | CreateSnapshotFromVolumeRecoveryPointCommandOutput
512
+ | CreateStorediSCSIVolumeCommandOutput
513
+ | CreateTapePoolCommandOutput
514
+ | CreateTapeWithBarcodeCommandOutput
515
+ | CreateTapesCommandOutput
516
+ | DeleteAutomaticTapeCreationPolicyCommandOutput
517
+ | DeleteBandwidthRateLimitCommandOutput
518
+ | DeleteChapCredentialsCommandOutput
519
+ | DeleteFileShareCommandOutput
520
+ | DeleteGatewayCommandOutput
521
+ | DeleteSnapshotScheduleCommandOutput
522
+ | DeleteTapeArchiveCommandOutput
523
+ | DeleteTapeCommandOutput
524
+ | DeleteTapePoolCommandOutput
525
+ | DeleteVolumeCommandOutput
526
+ | DescribeAvailabilityMonitorTestCommandOutput
527
+ | DescribeBandwidthRateLimitCommandOutput
528
+ | DescribeBandwidthRateLimitScheduleCommandOutput
529
+ | DescribeCacheCommandOutput
530
+ | DescribeCachediSCSIVolumesCommandOutput
531
+ | DescribeChapCredentialsCommandOutput
532
+ | DescribeFileSystemAssociationsCommandOutput
533
+ | DescribeGatewayInformationCommandOutput
534
+ | DescribeMaintenanceStartTimeCommandOutput
535
+ | DescribeNFSFileSharesCommandOutput
536
+ | DescribeSMBFileSharesCommandOutput
537
+ | DescribeSMBSettingsCommandOutput
538
+ | DescribeSnapshotScheduleCommandOutput
539
+ | DescribeStorediSCSIVolumesCommandOutput
540
+ | DescribeTapeArchivesCommandOutput
541
+ | DescribeTapeRecoveryPointsCommandOutput
542
+ | DescribeTapesCommandOutput
543
+ | DescribeUploadBufferCommandOutput
544
+ | DescribeVTLDevicesCommandOutput
545
+ | DescribeWorkingStorageCommandOutput
546
+ | DetachVolumeCommandOutput
547
+ | DisableGatewayCommandOutput
548
+ | DisassociateFileSystemCommandOutput
549
+ | JoinDomainCommandOutput
550
+ | ListAutomaticTapeCreationPoliciesCommandOutput
551
+ | ListFileSharesCommandOutput
552
+ | ListFileSystemAssociationsCommandOutput
553
+ | ListGatewaysCommandOutput
554
+ | ListLocalDisksCommandOutput
555
+ | ListTagsForResourceCommandOutput
556
+ | ListTapePoolsCommandOutput
557
+ | ListTapesCommandOutput
558
+ | ListVolumeInitiatorsCommandOutput
559
+ | ListVolumeRecoveryPointsCommandOutput
560
+ | ListVolumesCommandOutput
561
+ | NotifyWhenUploadedCommandOutput
562
+ | RefreshCacheCommandOutput
563
+ | RemoveTagsFromResourceCommandOutput
564
+ | ResetCacheCommandOutput
565
+ | RetrieveTapeArchiveCommandOutput
566
+ | RetrieveTapeRecoveryPointCommandOutput
567
+ | SetLocalConsolePasswordCommandOutput
568
+ | SetSMBGuestPasswordCommandOutput
569
+ | ShutdownGatewayCommandOutput
570
+ | StartAvailabilityMonitorTestCommandOutput
571
+ | StartGatewayCommandOutput
572
+ | UpdateAutomaticTapeCreationPolicyCommandOutput
573
+ | UpdateBandwidthRateLimitCommandOutput
574
+ | UpdateBandwidthRateLimitScheduleCommandOutput
575
+ | UpdateChapCredentialsCommandOutput
576
+ | UpdateFileSystemAssociationCommandOutput
577
+ | UpdateGatewayInformationCommandOutput
578
+ | UpdateGatewaySoftwareNowCommandOutput
579
+ | UpdateMaintenanceStartTimeCommandOutput
580
+ | UpdateNFSFileShareCommandOutput
581
+ | UpdateSMBFileShareCommandOutput
582
+ | UpdateSMBFileShareVisibilityCommandOutput
583
+ | UpdateSMBLocalGroupsCommandOutput
584
+ | UpdateSMBSecurityStrategyCommandOutput
585
+ | UpdateSnapshotScheduleCommandOutput
586
+ | UpdateVTLDeviceTypeCommandOutput;
587
+ export interface ClientDefaults
588
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
589
+ requestHandler?: __HttpHandler;
590
+
591
+ sha256?: __HashConstructor;
592
+
593
+ urlParser?: __UrlParser;
594
+
595
+ bodyLengthChecker?: __BodyLengthCalculator;
596
+
597
+ streamCollector?: __StreamCollector;
598
+
599
+ base64Decoder?: __Decoder;
600
+
601
+ base64Encoder?: __Encoder;
602
+
603
+ utf8Decoder?: __Decoder;
604
+
605
+ utf8Encoder?: __Encoder;
606
+
607
+ runtime?: string;
608
+
609
+ disableHostPrefix?: boolean;
610
+
611
+ maxAttempts?: number | __Provider<number>;
612
+
613
+ retryMode?: string | __Provider<string>;
614
+
615
+ logger?: __Logger;
616
+
617
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
618
+
619
+ useFipsEndpoint?: boolean | __Provider<boolean>;
620
+
621
+ serviceId?: string;
622
+
623
+ region?: string | __Provider<string>;
624
+
625
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
626
+
627
+ regionInfoProvider?: RegionInfoProvider;
628
+
629
+ defaultUserAgentProvider?: Provider<__UserAgent>;
630
+
631
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
632
+ }
633
+ declare type StorageGatewayClientConfigType = Partial<
634
+ __SmithyConfiguration<__HttpHandlerOptions>
635
+ > &
636
+ ClientDefaults &
637
+ RegionInputConfig &
638
+ EndpointsInputConfig &
639
+ RetryInputConfig &
640
+ HostHeaderInputConfig &
641
+ AwsAuthInputConfig &
642
+ UserAgentInputConfig;
643
+
644
+ export interface StorageGatewayClientConfig
645
+ extends StorageGatewayClientConfigType {}
646
+ declare type StorageGatewayClientResolvedConfigType =
647
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
648
+ Required<ClientDefaults> &
649
+ RegionResolvedConfig &
650
+ EndpointsResolvedConfig &
651
+ RetryResolvedConfig &
652
+ HostHeaderResolvedConfig &
653
+ AwsAuthResolvedConfig &
654
+ UserAgentResolvedConfig;
655
+
656
+ export interface StorageGatewayClientResolvedConfig
657
+ extends StorageGatewayClientResolvedConfigType {}
658
+
659
+ export declare class StorageGatewayClient extends __Client<
660
+ __HttpHandlerOptions,
661
+ ServiceInputTypes,
662
+ ServiceOutputTypes,
663
+ StorageGatewayClientResolvedConfig
664
+ > {
665
+ readonly config: StorageGatewayClientResolvedConfig;
666
+ constructor(configuration: StorageGatewayClientConfig);
667
+
668
+ destroy(): void;
669
+ }
670
+ export {};