@aws-sdk/client-storage-gateway 3.169.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 +8 -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,272 +1,1085 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "../commands/ActivateGatewayCommand";
4
- import { AddCacheCommandInput, AddCacheCommandOutput } from "../commands/AddCacheCommand";
5
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
6
- import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "../commands/AddUploadBufferCommand";
7
- import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "../commands/AddWorkingStorageCommand";
8
- import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "../commands/AssignTapePoolCommand";
9
- import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "../commands/AssociateFileSystemCommand";
10
- import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "../commands/AttachVolumeCommand";
11
- import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "../commands/CancelArchivalCommand";
12
- import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "../commands/CancelRetrievalCommand";
13
- import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "../commands/CreateCachediSCSIVolumeCommand";
14
- import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "../commands/CreateNFSFileShareCommand";
15
- import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "../commands/CreateSMBFileShareCommand";
16
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
17
- import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "../commands/CreateSnapshotFromVolumeRecoveryPointCommand";
18
- import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "../commands/CreateStorediSCSIVolumeCommand";
19
- import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "../commands/CreateTapePoolCommand";
20
- import { CreateTapesCommandInput, CreateTapesCommandOutput } from "../commands/CreateTapesCommand";
21
- import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "../commands/CreateTapeWithBarcodeCommand";
22
- import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "../commands/DeleteAutomaticTapeCreationPolicyCommand";
23
- import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "../commands/DeleteBandwidthRateLimitCommand";
24
- import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "../commands/DeleteChapCredentialsCommand";
25
- import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "../commands/DeleteFileShareCommand";
26
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
27
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "../commands/DeleteSnapshotScheduleCommand";
28
- import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "../commands/DeleteTapeArchiveCommand";
29
- import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "../commands/DeleteTapeCommand";
30
- import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "../commands/DeleteTapePoolCommand";
31
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
32
- import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "../commands/DescribeAvailabilityMonitorTestCommand";
33
- import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "../commands/DescribeBandwidthRateLimitCommand";
34
- import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "../commands/DescribeBandwidthRateLimitScheduleCommand";
35
- import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "../commands/DescribeCacheCommand";
36
- import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "../commands/DescribeCachediSCSIVolumesCommand";
37
- import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "../commands/DescribeChapCredentialsCommand";
38
- import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "../commands/DescribeFileSystemAssociationsCommand";
39
- import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "../commands/DescribeGatewayInformationCommand";
40
- import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "../commands/DescribeMaintenanceStartTimeCommand";
41
- import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "../commands/DescribeNFSFileSharesCommand";
42
- import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "../commands/DescribeSMBFileSharesCommand";
43
- import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "../commands/DescribeSMBSettingsCommand";
44
- import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "../commands/DescribeSnapshotScheduleCommand";
45
- import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "../commands/DescribeStorediSCSIVolumesCommand";
46
- import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "../commands/DescribeTapeArchivesCommand";
47
- import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "../commands/DescribeTapeRecoveryPointsCommand";
48
- import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand";
49
- import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "../commands/DescribeUploadBufferCommand";
50
- import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "../commands/DescribeVTLDevicesCommand";
51
- import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "../commands/DescribeWorkingStorageCommand";
52
- import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
53
- import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "../commands/DisableGatewayCommand";
54
- import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "../commands/DisassociateFileSystemCommand";
55
- import { JoinDomainCommandInput, JoinDomainCommandOutput } from "../commands/JoinDomainCommand";
56
- import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "../commands/ListAutomaticTapeCreationPoliciesCommand";
57
- import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "../commands/ListFileSharesCommand";
58
- import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "../commands/ListFileSystemAssociationsCommand";
59
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
60
- import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "../commands/ListLocalDisksCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
62
- import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "../commands/ListTapePoolsCommand";
63
- import { ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand";
64
- import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "../commands/ListVolumeInitiatorsCommand";
65
- import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "../commands/ListVolumeRecoveryPointsCommand";
66
- import { ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand";
67
- import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "../commands/NotifyWhenUploadedCommand";
68
- import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "../commands/RefreshCacheCommand";
69
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
70
- import { ResetCacheCommandInput, ResetCacheCommandOutput } from "../commands/ResetCacheCommand";
71
- import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "../commands/RetrieveTapeArchiveCommand";
72
- import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "../commands/RetrieveTapeRecoveryPointCommand";
73
- import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "../commands/SetLocalConsolePasswordCommand";
74
- import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "../commands/SetSMBGuestPasswordCommand";
75
- import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "../commands/ShutdownGatewayCommand";
76
- import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "../commands/StartAvailabilityMonitorTestCommand";
77
- import { StartGatewayCommandInput, StartGatewayCommandOutput } from "../commands/StartGatewayCommand";
78
- import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "../commands/UpdateAutomaticTapeCreationPolicyCommand";
79
- import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "../commands/UpdateBandwidthRateLimitCommand";
80
- import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "../commands/UpdateBandwidthRateLimitScheduleCommand";
81
- import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "../commands/UpdateChapCredentialsCommand";
82
- import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "../commands/UpdateFileSystemAssociationCommand";
83
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
84
- import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "../commands/UpdateGatewaySoftwareNowCommand";
85
- import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "../commands/UpdateMaintenanceStartTimeCommand";
86
- import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "../commands/UpdateNFSFileShareCommand";
87
- import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "../commands/UpdateSMBFileShareCommand";
88
- import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "../commands/UpdateSMBFileShareVisibilityCommand";
89
- import { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "../commands/UpdateSMBLocalGroupsCommand";
90
- import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "../commands/UpdateSMBSecurityStrategyCommand";
91
- import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "../commands/UpdateSnapshotScheduleCommand";
92
- import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "../commands/UpdateVTLDeviceTypeCommand";
93
- export declare const serializeAws_json1_1ActivateGatewayCommand: (input: ActivateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1AddCacheCommand: (input: AddCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1AddUploadBufferCommand: (input: AddUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1AddWorkingStorageCommand: (input: AddWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1AssignTapePoolCommand: (input: AssignTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1AssociateFileSystemCommand: (input: AssociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1AttachVolumeCommand: (input: AttachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1CancelArchivalCommand: (input: CancelArchivalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1CancelRetrievalCommand: (input: CancelRetrievalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1CreateCachediSCSIVolumeCommand: (input: CreateCachediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1CreateNFSFileShareCommand: (input: CreateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1CreateSMBFileShareCommand: (input: CreateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (input: CreateSnapshotFromVolumeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1CreateStorediSCSIVolumeCommand: (input: CreateStorediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1CreateTapePoolCommand: (input: CreateTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1CreateTapesCommand: (input: CreateTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1CreateTapeWithBarcodeCommand: (input: CreateTapeWithBarcodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (input: DeleteAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1DeleteBandwidthRateLimitCommand: (input: DeleteBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DeleteChapCredentialsCommand: (input: DeleteChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1DeleteFileShareCommand: (input: DeleteFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1DeleteSnapshotScheduleCommand: (input: DeleteSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DeleteTapeCommand: (input: DeleteTapeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1DeleteTapeArchiveCommand: (input: DeleteTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1DeleteTapePoolCommand: (input: DeleteTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (input: DescribeAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1DescribeBandwidthRateLimitCommand: (input: DescribeBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (input: DescribeBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1DescribeCacheCommand: (input: DescribeCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DescribeCachediSCSIVolumesCommand: (input: DescribeCachediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1DescribeChapCredentialsCommand: (input: DescribeChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1DescribeFileSystemAssociationsCommand: (input: DescribeFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1DescribeGatewayInformationCommand: (input: DescribeGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DescribeMaintenanceStartTimeCommand: (input: DescribeMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1DescribeNFSFileSharesCommand: (input: DescribeNFSFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1DescribeSMBFileSharesCommand: (input: DescribeSMBFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1DescribeSMBSettingsCommand: (input: DescribeSMBSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DescribeSnapshotScheduleCommand: (input: DescribeSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1DescribeStorediSCSIVolumesCommand: (input: DescribeStorediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1DescribeTapeArchivesCommand: (input: DescribeTapeArchivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1DescribeTapeRecoveryPointsCommand: (input: DescribeTapeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DescribeTapesCommand: (input: DescribeTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1DescribeUploadBufferCommand: (input: DescribeUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1DescribeVTLDevicesCommand: (input: DescribeVTLDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1DescribeWorkingStorageCommand: (input: DescribeWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1DisableGatewayCommand: (input: DisableGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1DisassociateFileSystemCommand: (input: DisassociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_1JoinDomainCommand: (input: JoinDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (input: ListAutomaticTapeCreationPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_1ListFileSharesCommand: (input: ListFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_1ListFileSystemAssociationsCommand: (input: ListFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_1ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1ListLocalDisksCommand: (input: ListLocalDisksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_1ListTapePoolsCommand: (input: ListTapePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_json1_1ListTapesCommand: (input: ListTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1ListVolumeInitiatorsCommand: (input: ListVolumeInitiatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_json1_1ListVolumeRecoveryPointsCommand: (input: ListVolumeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_json1_1ListVolumesCommand: (input: ListVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_json1_1NotifyWhenUploadedCommand: (input: NotifyWhenUploadedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1RefreshCacheCommand: (input: RefreshCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_json1_1ResetCacheCommand: (input: ResetCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_json1_1RetrieveTapeArchiveCommand: (input: RetrieveTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1RetrieveTapeRecoveryPointCommand: (input: RetrieveTapeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_json1_1SetLocalConsolePasswordCommand: (input: SetLocalConsolePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_json1_1SetSMBGuestPasswordCommand: (input: SetSMBGuestPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_json1_1ShutdownGatewayCommand: (input: ShutdownGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1StartAvailabilityMonitorTestCommand: (input: StartAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_json1_1StartGatewayCommand: (input: StartGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (input: UpdateAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_json1_1UpdateBandwidthRateLimitCommand: (input: UpdateBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (input: UpdateBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_json1_1UpdateChapCredentialsCommand: (input: UpdateChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_json1_1UpdateFileSystemAssociationCommand: (input: UpdateFileSystemAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_json1_1UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_1UpdateGatewaySoftwareNowCommand: (input: UpdateGatewaySoftwareNowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_json1_1UpdateMaintenanceStartTimeCommand: (input: UpdateMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_json1_1UpdateNFSFileShareCommand: (input: UpdateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_json1_1UpdateSMBFileShareCommand: (input: UpdateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (input: UpdateSMBFileShareVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_json1_1UpdateSMBLocalGroupsCommand: (input: UpdateSMBLocalGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_json1_1UpdateSMBSecurityStrategyCommand: (input: UpdateSMBSecurityStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_json1_1UpdateSnapshotScheduleCommand: (input: UpdateSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_1UpdateVTLDeviceTypeCommand: (input: UpdateVTLDeviceTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const deserializeAws_json1_1ActivateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateGatewayCommandOutput>;
184
- export declare const deserializeAws_json1_1AddCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCacheCommandOutput>;
185
- export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
186
- export declare const deserializeAws_json1_1AddUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddUploadBufferCommandOutput>;
187
- export declare const deserializeAws_json1_1AddWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddWorkingStorageCommandOutput>;
188
- export declare const deserializeAws_json1_1AssignTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignTapePoolCommandOutput>;
189
- export declare const deserializeAws_json1_1AssociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFileSystemCommandOutput>;
190
- export declare const deserializeAws_json1_1AttachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachVolumeCommandOutput>;
191
- export declare const deserializeAws_json1_1CancelArchivalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelArchivalCommandOutput>;
192
- export declare const deserializeAws_json1_1CancelRetrievalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRetrievalCommandOutput>;
193
- export declare const deserializeAws_json1_1CreateCachediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachediSCSIVolumeCommandOutput>;
194
- export declare const deserializeAws_json1_1CreateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNFSFileShareCommandOutput>;
195
- export declare const deserializeAws_json1_1CreateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMBFileShareCommandOutput>;
196
- export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
197
- export declare const deserializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
198
- export declare const deserializeAws_json1_1CreateStorediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorediSCSIVolumeCommandOutput>;
199
- export declare const deserializeAws_json1_1CreateTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapePoolCommandOutput>;
200
- export declare const deserializeAws_json1_1CreateTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapesCommandOutput>;
201
- export declare const deserializeAws_json1_1CreateTapeWithBarcodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapeWithBarcodeCommandOutput>;
202
- export declare const deserializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
203
- export declare const deserializeAws_json1_1DeleteBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBandwidthRateLimitCommandOutput>;
204
- export declare const deserializeAws_json1_1DeleteChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChapCredentialsCommandOutput>;
205
- export declare const deserializeAws_json1_1DeleteFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileShareCommandOutput>;
206
- export declare const deserializeAws_json1_1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
207
- export declare const deserializeAws_json1_1DeleteSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotScheduleCommandOutput>;
208
- export declare const deserializeAws_json1_1DeleteTapeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeCommandOutput>;
209
- export declare const deserializeAws_json1_1DeleteTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeArchiveCommandOutput>;
210
- export declare const deserializeAws_json1_1DeleteTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapePoolCommandOutput>;
211
- export declare const deserializeAws_json1_1DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
212
- export declare const deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityMonitorTestCommandOutput>;
213
- export declare const deserializeAws_json1_1DescribeBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitCommandOutput>;
214
- export declare const deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
215
- export declare const deserializeAws_json1_1DescribeCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheCommandOutput>;
216
- export declare const deserializeAws_json1_1DescribeCachediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCachediSCSIVolumesCommandOutput>;
217
- export declare const deserializeAws_json1_1DescribeChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChapCredentialsCommandOutput>;
218
- export declare const deserializeAws_json1_1DescribeFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAssociationsCommandOutput>;
219
- export declare const deserializeAws_json1_1DescribeGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayInformationCommandOutput>;
220
- export declare const deserializeAws_json1_1DescribeMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceStartTimeCommandOutput>;
221
- export declare const deserializeAws_json1_1DescribeNFSFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNFSFileSharesCommandOutput>;
222
- export declare const deserializeAws_json1_1DescribeSMBFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBFileSharesCommandOutput>;
223
- export declare const deserializeAws_json1_1DescribeSMBSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBSettingsCommandOutput>;
224
- export declare const deserializeAws_json1_1DescribeSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotScheduleCommandOutput>;
225
- export declare const deserializeAws_json1_1DescribeStorediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorediSCSIVolumesCommandOutput>;
226
- export declare const deserializeAws_json1_1DescribeTapeArchivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeArchivesCommandOutput>;
227
- export declare const deserializeAws_json1_1DescribeTapeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeRecoveryPointsCommandOutput>;
228
- export declare const deserializeAws_json1_1DescribeTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapesCommandOutput>;
229
- export declare const deserializeAws_json1_1DescribeUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUploadBufferCommandOutput>;
230
- export declare const deserializeAws_json1_1DescribeVTLDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVTLDevicesCommandOutput>;
231
- export declare const deserializeAws_json1_1DescribeWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkingStorageCommandOutput>;
232
- export declare const deserializeAws_json1_1DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
233
- export declare const deserializeAws_json1_1DisableGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableGatewayCommandOutput>;
234
- export declare const deserializeAws_json1_1DisassociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFileSystemCommandOutput>;
235
- export declare const deserializeAws_json1_1JoinDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<JoinDomainCommandOutput>;
236
- export declare const deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
237
- export declare const deserializeAws_json1_1ListFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSharesCommandOutput>;
238
- export declare const deserializeAws_json1_1ListFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSystemAssociationsCommandOutput>;
239
- export declare const deserializeAws_json1_1ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
240
- export declare const deserializeAws_json1_1ListLocalDisksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocalDisksCommandOutput>;
241
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
242
- export declare const deserializeAws_json1_1ListTapePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapePoolsCommandOutput>;
243
- export declare const deserializeAws_json1_1ListTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapesCommandOutput>;
244
- export declare const deserializeAws_json1_1ListVolumeInitiatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeInitiatorsCommandOutput>;
245
- export declare const deserializeAws_json1_1ListVolumeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeRecoveryPointsCommandOutput>;
246
- export declare const deserializeAws_json1_1ListVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumesCommandOutput>;
247
- export declare const deserializeAws_json1_1NotifyWhenUploadedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWhenUploadedCommandOutput>;
248
- export declare const deserializeAws_json1_1RefreshCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshCacheCommandOutput>;
249
- export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
250
- export declare const deserializeAws_json1_1ResetCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetCacheCommandOutput>;
251
- export declare const deserializeAws_json1_1RetrieveTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeArchiveCommandOutput>;
252
- export declare const deserializeAws_json1_1RetrieveTapeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeRecoveryPointCommandOutput>;
253
- export declare const deserializeAws_json1_1SetLocalConsolePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLocalConsolePasswordCommandOutput>;
254
- export declare const deserializeAws_json1_1SetSMBGuestPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMBGuestPasswordCommandOutput>;
255
- export declare const deserializeAws_json1_1ShutdownGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ShutdownGatewayCommandOutput>;
256
- export declare const deserializeAws_json1_1StartAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAvailabilityMonitorTestCommandOutput>;
257
- export declare const deserializeAws_json1_1StartGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGatewayCommandOutput>;
258
- export declare const deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
259
- export declare const deserializeAws_json1_1UpdateBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitCommandOutput>;
260
- export declare const deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
261
- export declare const deserializeAws_json1_1UpdateChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChapCredentialsCommandOutput>;
262
- export declare const deserializeAws_json1_1UpdateFileSystemAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemAssociationCommandOutput>;
263
- export declare const deserializeAws_json1_1UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
264
- export declare const deserializeAws_json1_1UpdateGatewaySoftwareNowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
265
- export declare const deserializeAws_json1_1UpdateMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceStartTimeCommandOutput>;
266
- export declare const deserializeAws_json1_1UpdateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNFSFileShareCommandOutput>;
267
- export declare const deserializeAws_json1_1UpdateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareCommandOutput>;
268
- export declare const deserializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareVisibilityCommandOutput>;
269
- export declare const deserializeAws_json1_1UpdateSMBLocalGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBLocalGroupsCommandOutput>;
270
- export declare const deserializeAws_json1_1UpdateSMBSecurityStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBSecurityStrategyCommandOutput>;
271
- export declare const deserializeAws_json1_1UpdateSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotScheduleCommandOutput>;
272
- export declare const deserializeAws_json1_1UpdateVTLDeviceTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVTLDeviceTypeCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ ActivateGatewayCommandInput,
8
+ ActivateGatewayCommandOutput,
9
+ } from "../commands/ActivateGatewayCommand";
10
+ import {
11
+ AddCacheCommandInput,
12
+ AddCacheCommandOutput,
13
+ } from "../commands/AddCacheCommand";
14
+ import {
15
+ AddTagsToResourceCommandInput,
16
+ AddTagsToResourceCommandOutput,
17
+ } from "../commands/AddTagsToResourceCommand";
18
+ import {
19
+ AddUploadBufferCommandInput,
20
+ AddUploadBufferCommandOutput,
21
+ } from "../commands/AddUploadBufferCommand";
22
+ import {
23
+ AddWorkingStorageCommandInput,
24
+ AddWorkingStorageCommandOutput,
25
+ } from "../commands/AddWorkingStorageCommand";
26
+ import {
27
+ AssignTapePoolCommandInput,
28
+ AssignTapePoolCommandOutput,
29
+ } from "../commands/AssignTapePoolCommand";
30
+ import {
31
+ AssociateFileSystemCommandInput,
32
+ AssociateFileSystemCommandOutput,
33
+ } from "../commands/AssociateFileSystemCommand";
34
+ import {
35
+ AttachVolumeCommandInput,
36
+ AttachVolumeCommandOutput,
37
+ } from "../commands/AttachVolumeCommand";
38
+ import {
39
+ CancelArchivalCommandInput,
40
+ CancelArchivalCommandOutput,
41
+ } from "../commands/CancelArchivalCommand";
42
+ import {
43
+ CancelRetrievalCommandInput,
44
+ CancelRetrievalCommandOutput,
45
+ } from "../commands/CancelRetrievalCommand";
46
+ import {
47
+ CreateCachediSCSIVolumeCommandInput,
48
+ CreateCachediSCSIVolumeCommandOutput,
49
+ } from "../commands/CreateCachediSCSIVolumeCommand";
50
+ import {
51
+ CreateNFSFileShareCommandInput,
52
+ CreateNFSFileShareCommandOutput,
53
+ } from "../commands/CreateNFSFileShareCommand";
54
+ import {
55
+ CreateSMBFileShareCommandInput,
56
+ CreateSMBFileShareCommandOutput,
57
+ } from "../commands/CreateSMBFileShareCommand";
58
+ import {
59
+ CreateSnapshotCommandInput,
60
+ CreateSnapshotCommandOutput,
61
+ } from "../commands/CreateSnapshotCommand";
62
+ import {
63
+ CreateSnapshotFromVolumeRecoveryPointCommandInput,
64
+ CreateSnapshotFromVolumeRecoveryPointCommandOutput,
65
+ } from "../commands/CreateSnapshotFromVolumeRecoveryPointCommand";
66
+ import {
67
+ CreateStorediSCSIVolumeCommandInput,
68
+ CreateStorediSCSIVolumeCommandOutput,
69
+ } from "../commands/CreateStorediSCSIVolumeCommand";
70
+ import {
71
+ CreateTapePoolCommandInput,
72
+ CreateTapePoolCommandOutput,
73
+ } from "../commands/CreateTapePoolCommand";
74
+ import {
75
+ CreateTapesCommandInput,
76
+ CreateTapesCommandOutput,
77
+ } from "../commands/CreateTapesCommand";
78
+ import {
79
+ CreateTapeWithBarcodeCommandInput,
80
+ CreateTapeWithBarcodeCommandOutput,
81
+ } from "../commands/CreateTapeWithBarcodeCommand";
82
+ import {
83
+ DeleteAutomaticTapeCreationPolicyCommandInput,
84
+ DeleteAutomaticTapeCreationPolicyCommandOutput,
85
+ } from "../commands/DeleteAutomaticTapeCreationPolicyCommand";
86
+ import {
87
+ DeleteBandwidthRateLimitCommandInput,
88
+ DeleteBandwidthRateLimitCommandOutput,
89
+ } from "../commands/DeleteBandwidthRateLimitCommand";
90
+ import {
91
+ DeleteChapCredentialsCommandInput,
92
+ DeleteChapCredentialsCommandOutput,
93
+ } from "../commands/DeleteChapCredentialsCommand";
94
+ import {
95
+ DeleteFileShareCommandInput,
96
+ DeleteFileShareCommandOutput,
97
+ } from "../commands/DeleteFileShareCommand";
98
+ import {
99
+ DeleteGatewayCommandInput,
100
+ DeleteGatewayCommandOutput,
101
+ } from "../commands/DeleteGatewayCommand";
102
+ import {
103
+ DeleteSnapshotScheduleCommandInput,
104
+ DeleteSnapshotScheduleCommandOutput,
105
+ } from "../commands/DeleteSnapshotScheduleCommand";
106
+ import {
107
+ DeleteTapeArchiveCommandInput,
108
+ DeleteTapeArchiveCommandOutput,
109
+ } from "../commands/DeleteTapeArchiveCommand";
110
+ import {
111
+ DeleteTapeCommandInput,
112
+ DeleteTapeCommandOutput,
113
+ } from "../commands/DeleteTapeCommand";
114
+ import {
115
+ DeleteTapePoolCommandInput,
116
+ DeleteTapePoolCommandOutput,
117
+ } from "../commands/DeleteTapePoolCommand";
118
+ import {
119
+ DeleteVolumeCommandInput,
120
+ DeleteVolumeCommandOutput,
121
+ } from "../commands/DeleteVolumeCommand";
122
+ import {
123
+ DescribeAvailabilityMonitorTestCommandInput,
124
+ DescribeAvailabilityMonitorTestCommandOutput,
125
+ } from "../commands/DescribeAvailabilityMonitorTestCommand";
126
+ import {
127
+ DescribeBandwidthRateLimitCommandInput,
128
+ DescribeBandwidthRateLimitCommandOutput,
129
+ } from "../commands/DescribeBandwidthRateLimitCommand";
130
+ import {
131
+ DescribeBandwidthRateLimitScheduleCommandInput,
132
+ DescribeBandwidthRateLimitScheduleCommandOutput,
133
+ } from "../commands/DescribeBandwidthRateLimitScheduleCommand";
134
+ import {
135
+ DescribeCacheCommandInput,
136
+ DescribeCacheCommandOutput,
137
+ } from "../commands/DescribeCacheCommand";
138
+ import {
139
+ DescribeCachediSCSIVolumesCommandInput,
140
+ DescribeCachediSCSIVolumesCommandOutput,
141
+ } from "../commands/DescribeCachediSCSIVolumesCommand";
142
+ import {
143
+ DescribeChapCredentialsCommandInput,
144
+ DescribeChapCredentialsCommandOutput,
145
+ } from "../commands/DescribeChapCredentialsCommand";
146
+ import {
147
+ DescribeFileSystemAssociationsCommandInput,
148
+ DescribeFileSystemAssociationsCommandOutput,
149
+ } from "../commands/DescribeFileSystemAssociationsCommand";
150
+ import {
151
+ DescribeGatewayInformationCommandInput,
152
+ DescribeGatewayInformationCommandOutput,
153
+ } from "../commands/DescribeGatewayInformationCommand";
154
+ import {
155
+ DescribeMaintenanceStartTimeCommandInput,
156
+ DescribeMaintenanceStartTimeCommandOutput,
157
+ } from "../commands/DescribeMaintenanceStartTimeCommand";
158
+ import {
159
+ DescribeNFSFileSharesCommandInput,
160
+ DescribeNFSFileSharesCommandOutput,
161
+ } from "../commands/DescribeNFSFileSharesCommand";
162
+ import {
163
+ DescribeSMBFileSharesCommandInput,
164
+ DescribeSMBFileSharesCommandOutput,
165
+ } from "../commands/DescribeSMBFileSharesCommand";
166
+ import {
167
+ DescribeSMBSettingsCommandInput,
168
+ DescribeSMBSettingsCommandOutput,
169
+ } from "../commands/DescribeSMBSettingsCommand";
170
+ import {
171
+ DescribeSnapshotScheduleCommandInput,
172
+ DescribeSnapshotScheduleCommandOutput,
173
+ } from "../commands/DescribeSnapshotScheduleCommand";
174
+ import {
175
+ DescribeStorediSCSIVolumesCommandInput,
176
+ DescribeStorediSCSIVolumesCommandOutput,
177
+ } from "../commands/DescribeStorediSCSIVolumesCommand";
178
+ import {
179
+ DescribeTapeArchivesCommandInput,
180
+ DescribeTapeArchivesCommandOutput,
181
+ } from "../commands/DescribeTapeArchivesCommand";
182
+ import {
183
+ DescribeTapeRecoveryPointsCommandInput,
184
+ DescribeTapeRecoveryPointsCommandOutput,
185
+ } from "../commands/DescribeTapeRecoveryPointsCommand";
186
+ import {
187
+ DescribeTapesCommandInput,
188
+ DescribeTapesCommandOutput,
189
+ } from "../commands/DescribeTapesCommand";
190
+ import {
191
+ DescribeUploadBufferCommandInput,
192
+ DescribeUploadBufferCommandOutput,
193
+ } from "../commands/DescribeUploadBufferCommand";
194
+ import {
195
+ DescribeVTLDevicesCommandInput,
196
+ DescribeVTLDevicesCommandOutput,
197
+ } from "../commands/DescribeVTLDevicesCommand";
198
+ import {
199
+ DescribeWorkingStorageCommandInput,
200
+ DescribeWorkingStorageCommandOutput,
201
+ } from "../commands/DescribeWorkingStorageCommand";
202
+ import {
203
+ DetachVolumeCommandInput,
204
+ DetachVolumeCommandOutput,
205
+ } from "../commands/DetachVolumeCommand";
206
+ import {
207
+ DisableGatewayCommandInput,
208
+ DisableGatewayCommandOutput,
209
+ } from "../commands/DisableGatewayCommand";
210
+ import {
211
+ DisassociateFileSystemCommandInput,
212
+ DisassociateFileSystemCommandOutput,
213
+ } from "../commands/DisassociateFileSystemCommand";
214
+ import {
215
+ JoinDomainCommandInput,
216
+ JoinDomainCommandOutput,
217
+ } from "../commands/JoinDomainCommand";
218
+ import {
219
+ ListAutomaticTapeCreationPoliciesCommandInput,
220
+ ListAutomaticTapeCreationPoliciesCommandOutput,
221
+ } from "../commands/ListAutomaticTapeCreationPoliciesCommand";
222
+ import {
223
+ ListFileSharesCommandInput,
224
+ ListFileSharesCommandOutput,
225
+ } from "../commands/ListFileSharesCommand";
226
+ import {
227
+ ListFileSystemAssociationsCommandInput,
228
+ ListFileSystemAssociationsCommandOutput,
229
+ } from "../commands/ListFileSystemAssociationsCommand";
230
+ import {
231
+ ListGatewaysCommandInput,
232
+ ListGatewaysCommandOutput,
233
+ } from "../commands/ListGatewaysCommand";
234
+ import {
235
+ ListLocalDisksCommandInput,
236
+ ListLocalDisksCommandOutput,
237
+ } from "../commands/ListLocalDisksCommand";
238
+ import {
239
+ ListTagsForResourceCommandInput,
240
+ ListTagsForResourceCommandOutput,
241
+ } from "../commands/ListTagsForResourceCommand";
242
+ import {
243
+ ListTapePoolsCommandInput,
244
+ ListTapePoolsCommandOutput,
245
+ } from "../commands/ListTapePoolsCommand";
246
+ import {
247
+ ListTapesCommandInput,
248
+ ListTapesCommandOutput,
249
+ } from "../commands/ListTapesCommand";
250
+ import {
251
+ ListVolumeInitiatorsCommandInput,
252
+ ListVolumeInitiatorsCommandOutput,
253
+ } from "../commands/ListVolumeInitiatorsCommand";
254
+ import {
255
+ ListVolumeRecoveryPointsCommandInput,
256
+ ListVolumeRecoveryPointsCommandOutput,
257
+ } from "../commands/ListVolumeRecoveryPointsCommand";
258
+ import {
259
+ ListVolumesCommandInput,
260
+ ListVolumesCommandOutput,
261
+ } from "../commands/ListVolumesCommand";
262
+ import {
263
+ NotifyWhenUploadedCommandInput,
264
+ NotifyWhenUploadedCommandOutput,
265
+ } from "../commands/NotifyWhenUploadedCommand";
266
+ import {
267
+ RefreshCacheCommandInput,
268
+ RefreshCacheCommandOutput,
269
+ } from "../commands/RefreshCacheCommand";
270
+ import {
271
+ RemoveTagsFromResourceCommandInput,
272
+ RemoveTagsFromResourceCommandOutput,
273
+ } from "../commands/RemoveTagsFromResourceCommand";
274
+ import {
275
+ ResetCacheCommandInput,
276
+ ResetCacheCommandOutput,
277
+ } from "../commands/ResetCacheCommand";
278
+ import {
279
+ RetrieveTapeArchiveCommandInput,
280
+ RetrieveTapeArchiveCommandOutput,
281
+ } from "../commands/RetrieveTapeArchiveCommand";
282
+ import {
283
+ RetrieveTapeRecoveryPointCommandInput,
284
+ RetrieveTapeRecoveryPointCommandOutput,
285
+ } from "../commands/RetrieveTapeRecoveryPointCommand";
286
+ import {
287
+ SetLocalConsolePasswordCommandInput,
288
+ SetLocalConsolePasswordCommandOutput,
289
+ } from "../commands/SetLocalConsolePasswordCommand";
290
+ import {
291
+ SetSMBGuestPasswordCommandInput,
292
+ SetSMBGuestPasswordCommandOutput,
293
+ } from "../commands/SetSMBGuestPasswordCommand";
294
+ import {
295
+ ShutdownGatewayCommandInput,
296
+ ShutdownGatewayCommandOutput,
297
+ } from "../commands/ShutdownGatewayCommand";
298
+ import {
299
+ StartAvailabilityMonitorTestCommandInput,
300
+ StartAvailabilityMonitorTestCommandOutput,
301
+ } from "../commands/StartAvailabilityMonitorTestCommand";
302
+ import {
303
+ StartGatewayCommandInput,
304
+ StartGatewayCommandOutput,
305
+ } from "../commands/StartGatewayCommand";
306
+ import {
307
+ UpdateAutomaticTapeCreationPolicyCommandInput,
308
+ UpdateAutomaticTapeCreationPolicyCommandOutput,
309
+ } from "../commands/UpdateAutomaticTapeCreationPolicyCommand";
310
+ import {
311
+ UpdateBandwidthRateLimitCommandInput,
312
+ UpdateBandwidthRateLimitCommandOutput,
313
+ } from "../commands/UpdateBandwidthRateLimitCommand";
314
+ import {
315
+ UpdateBandwidthRateLimitScheduleCommandInput,
316
+ UpdateBandwidthRateLimitScheduleCommandOutput,
317
+ } from "../commands/UpdateBandwidthRateLimitScheduleCommand";
318
+ import {
319
+ UpdateChapCredentialsCommandInput,
320
+ UpdateChapCredentialsCommandOutput,
321
+ } from "../commands/UpdateChapCredentialsCommand";
322
+ import {
323
+ UpdateFileSystemAssociationCommandInput,
324
+ UpdateFileSystemAssociationCommandOutput,
325
+ } from "../commands/UpdateFileSystemAssociationCommand";
326
+ import {
327
+ UpdateGatewayInformationCommandInput,
328
+ UpdateGatewayInformationCommandOutput,
329
+ } from "../commands/UpdateGatewayInformationCommand";
330
+ import {
331
+ UpdateGatewaySoftwareNowCommandInput,
332
+ UpdateGatewaySoftwareNowCommandOutput,
333
+ } from "../commands/UpdateGatewaySoftwareNowCommand";
334
+ import {
335
+ UpdateMaintenanceStartTimeCommandInput,
336
+ UpdateMaintenanceStartTimeCommandOutput,
337
+ } from "../commands/UpdateMaintenanceStartTimeCommand";
338
+ import {
339
+ UpdateNFSFileShareCommandInput,
340
+ UpdateNFSFileShareCommandOutput,
341
+ } from "../commands/UpdateNFSFileShareCommand";
342
+ import {
343
+ UpdateSMBFileShareCommandInput,
344
+ UpdateSMBFileShareCommandOutput,
345
+ } from "../commands/UpdateSMBFileShareCommand";
346
+ import {
347
+ UpdateSMBFileShareVisibilityCommandInput,
348
+ UpdateSMBFileShareVisibilityCommandOutput,
349
+ } from "../commands/UpdateSMBFileShareVisibilityCommand";
350
+ import {
351
+ UpdateSMBLocalGroupsCommandInput,
352
+ UpdateSMBLocalGroupsCommandOutput,
353
+ } from "../commands/UpdateSMBLocalGroupsCommand";
354
+ import {
355
+ UpdateSMBSecurityStrategyCommandInput,
356
+ UpdateSMBSecurityStrategyCommandOutput,
357
+ } from "../commands/UpdateSMBSecurityStrategyCommand";
358
+ import {
359
+ UpdateSnapshotScheduleCommandInput,
360
+ UpdateSnapshotScheduleCommandOutput,
361
+ } from "../commands/UpdateSnapshotScheduleCommand";
362
+ import {
363
+ UpdateVTLDeviceTypeCommandInput,
364
+ UpdateVTLDeviceTypeCommandOutput,
365
+ } from "../commands/UpdateVTLDeviceTypeCommand";
366
+ export declare const serializeAws_json1_1ActivateGatewayCommand: (
367
+ input: ActivateGatewayCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1AddCacheCommand: (
371
+ input: AddCacheCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1AddTagsToResourceCommand: (
375
+ input: AddTagsToResourceCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1AddUploadBufferCommand: (
379
+ input: AddUploadBufferCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1AddWorkingStorageCommand: (
383
+ input: AddWorkingStorageCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1AssignTapePoolCommand: (
387
+ input: AssignTapePoolCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1AssociateFileSystemCommand: (
391
+ input: AssociateFileSystemCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1AttachVolumeCommand: (
395
+ input: AttachVolumeCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1CancelArchivalCommand: (
399
+ input: CancelArchivalCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1CancelRetrievalCommand: (
403
+ input: CancelRetrievalCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1CreateCachediSCSIVolumeCommand: (
407
+ input: CreateCachediSCSIVolumeCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1CreateNFSFileShareCommand: (
411
+ input: CreateNFSFileShareCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1CreateSMBFileShareCommand: (
415
+ input: CreateSMBFileShareCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1CreateSnapshotCommand: (
419
+ input: CreateSnapshotCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (
423
+ input: CreateSnapshotFromVolumeRecoveryPointCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1CreateStorediSCSIVolumeCommand: (
427
+ input: CreateStorediSCSIVolumeCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1CreateTapePoolCommand: (
431
+ input: CreateTapePoolCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1CreateTapesCommand: (
435
+ input: CreateTapesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1CreateTapeWithBarcodeCommand: (
439
+ input: CreateTapeWithBarcodeCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (
443
+ input: DeleteAutomaticTapeCreationPolicyCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1DeleteBandwidthRateLimitCommand: (
447
+ input: DeleteBandwidthRateLimitCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1DeleteChapCredentialsCommand: (
451
+ input: DeleteChapCredentialsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1DeleteFileShareCommand: (
455
+ input: DeleteFileShareCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1DeleteGatewayCommand: (
459
+ input: DeleteGatewayCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1DeleteSnapshotScheduleCommand: (
463
+ input: DeleteSnapshotScheduleCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1DeleteTapeCommand: (
467
+ input: DeleteTapeCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1DeleteTapeArchiveCommand: (
471
+ input: DeleteTapeArchiveCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1DeleteTapePoolCommand: (
475
+ input: DeleteTapePoolCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1DeleteVolumeCommand: (
479
+ input: DeleteVolumeCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (
483
+ input: DescribeAvailabilityMonitorTestCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1DescribeBandwidthRateLimitCommand: (
487
+ input: DescribeBandwidthRateLimitCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (
491
+ input: DescribeBandwidthRateLimitScheduleCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1DescribeCacheCommand: (
495
+ input: DescribeCacheCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1DescribeCachediSCSIVolumesCommand: (
499
+ input: DescribeCachediSCSIVolumesCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1DescribeChapCredentialsCommand: (
503
+ input: DescribeChapCredentialsCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1DescribeFileSystemAssociationsCommand: (
507
+ input: DescribeFileSystemAssociationsCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1DescribeGatewayInformationCommand: (
511
+ input: DescribeGatewayInformationCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1DescribeMaintenanceStartTimeCommand: (
515
+ input: DescribeMaintenanceStartTimeCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1DescribeNFSFileSharesCommand: (
519
+ input: DescribeNFSFileSharesCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1DescribeSMBFileSharesCommand: (
523
+ input: DescribeSMBFileSharesCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_1DescribeSMBSettingsCommand: (
527
+ input: DescribeSMBSettingsCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_1DescribeSnapshotScheduleCommand: (
531
+ input: DescribeSnapshotScheduleCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_1DescribeStorediSCSIVolumesCommand: (
535
+ input: DescribeStorediSCSIVolumesCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_1DescribeTapeArchivesCommand: (
539
+ input: DescribeTapeArchivesCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_1DescribeTapeRecoveryPointsCommand: (
543
+ input: DescribeTapeRecoveryPointsCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_1DescribeTapesCommand: (
547
+ input: DescribeTapesCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_1DescribeUploadBufferCommand: (
551
+ input: DescribeUploadBufferCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_1DescribeVTLDevicesCommand: (
555
+ input: DescribeVTLDevicesCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1DescribeWorkingStorageCommand: (
559
+ input: DescribeWorkingStorageCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_1DetachVolumeCommand: (
563
+ input: DetachVolumeCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_1DisableGatewayCommand: (
567
+ input: DisableGatewayCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_1DisassociateFileSystemCommand: (
571
+ input: DisassociateFileSystemCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_json1_1JoinDomainCommand: (
575
+ input: JoinDomainCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (
579
+ input: ListAutomaticTapeCreationPoliciesCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_1ListFileSharesCommand: (
583
+ input: ListFileSharesCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_json1_1ListFileSystemAssociationsCommand: (
587
+ input: ListFileSystemAssociationsCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_json1_1ListGatewaysCommand: (
591
+ input: ListGatewaysCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_json1_1ListLocalDisksCommand: (
595
+ input: ListLocalDisksCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
599
+ input: ListTagsForResourceCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_json1_1ListTapePoolsCommand: (
603
+ input: ListTapePoolsCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_json1_1ListTapesCommand: (
607
+ input: ListTapesCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_json1_1ListVolumeInitiatorsCommand: (
611
+ input: ListVolumeInitiatorsCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_json1_1ListVolumeRecoveryPointsCommand: (
615
+ input: ListVolumeRecoveryPointsCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_json1_1ListVolumesCommand: (
619
+ input: ListVolumesCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const serializeAws_json1_1NotifyWhenUploadedCommand: (
623
+ input: NotifyWhenUploadedCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_json1_1RefreshCacheCommand: (
627
+ input: RefreshCacheCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (
631
+ input: RemoveTagsFromResourceCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const serializeAws_json1_1ResetCacheCommand: (
635
+ input: ResetCacheCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const serializeAws_json1_1RetrieveTapeArchiveCommand: (
639
+ input: RetrieveTapeArchiveCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_json1_1RetrieveTapeRecoveryPointCommand: (
643
+ input: RetrieveTapeRecoveryPointCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_json1_1SetLocalConsolePasswordCommand: (
647
+ input: SetLocalConsolePasswordCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_json1_1SetSMBGuestPasswordCommand: (
651
+ input: SetSMBGuestPasswordCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_json1_1ShutdownGatewayCommand: (
655
+ input: ShutdownGatewayCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_json1_1StartAvailabilityMonitorTestCommand: (
659
+ input: StartAvailabilityMonitorTestCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_json1_1StartGatewayCommand: (
663
+ input: StartGatewayCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (
667
+ input: UpdateAutomaticTapeCreationPolicyCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_json1_1UpdateBandwidthRateLimitCommand: (
671
+ input: UpdateBandwidthRateLimitCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (
675
+ input: UpdateBandwidthRateLimitScheduleCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_json1_1UpdateChapCredentialsCommand: (
679
+ input: UpdateChapCredentialsCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_json1_1UpdateFileSystemAssociationCommand: (
683
+ input: UpdateFileSystemAssociationCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_json1_1UpdateGatewayInformationCommand: (
687
+ input: UpdateGatewayInformationCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_json1_1UpdateGatewaySoftwareNowCommand: (
691
+ input: UpdateGatewaySoftwareNowCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_json1_1UpdateMaintenanceStartTimeCommand: (
695
+ input: UpdateMaintenanceStartTimeCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_json1_1UpdateNFSFileShareCommand: (
699
+ input: UpdateNFSFileShareCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_json1_1UpdateSMBFileShareCommand: (
703
+ input: UpdateSMBFileShareCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (
707
+ input: UpdateSMBFileShareVisibilityCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_json1_1UpdateSMBLocalGroupsCommand: (
711
+ input: UpdateSMBLocalGroupsCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_json1_1UpdateSMBSecurityStrategyCommand: (
715
+ input: UpdateSMBSecurityStrategyCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_json1_1UpdateSnapshotScheduleCommand: (
719
+ input: UpdateSnapshotScheduleCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_json1_1UpdateVTLDeviceTypeCommand: (
723
+ input: UpdateVTLDeviceTypeCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const deserializeAws_json1_1ActivateGatewayCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ActivateGatewayCommandOutput>;
730
+ export declare const deserializeAws_json1_1AddCacheCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<AddCacheCommandOutput>;
734
+ export declare const deserializeAws_json1_1AddTagsToResourceCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<AddTagsToResourceCommandOutput>;
738
+ export declare const deserializeAws_json1_1AddUploadBufferCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<AddUploadBufferCommandOutput>;
742
+ export declare const deserializeAws_json1_1AddWorkingStorageCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<AddWorkingStorageCommandOutput>;
746
+ export declare const deserializeAws_json1_1AssignTapePoolCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<AssignTapePoolCommandOutput>;
750
+ export declare const deserializeAws_json1_1AssociateFileSystemCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<AssociateFileSystemCommandOutput>;
754
+ export declare const deserializeAws_json1_1AttachVolumeCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<AttachVolumeCommandOutput>;
758
+ export declare const deserializeAws_json1_1CancelArchivalCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<CancelArchivalCommandOutput>;
762
+ export declare const deserializeAws_json1_1CancelRetrievalCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<CancelRetrievalCommandOutput>;
766
+ export declare const deserializeAws_json1_1CreateCachediSCSIVolumeCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<CreateCachediSCSIVolumeCommandOutput>;
770
+ export declare const deserializeAws_json1_1CreateNFSFileShareCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<CreateNFSFileShareCommandOutput>;
774
+ export declare const deserializeAws_json1_1CreateSMBFileShareCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<CreateSMBFileShareCommandOutput>;
778
+ export declare const deserializeAws_json1_1CreateSnapshotCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<CreateSnapshotCommandOutput>;
782
+ export declare const deserializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
786
+ export declare const deserializeAws_json1_1CreateStorediSCSIVolumeCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<CreateStorediSCSIVolumeCommandOutput>;
790
+ export declare const deserializeAws_json1_1CreateTapePoolCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<CreateTapePoolCommandOutput>;
794
+ export declare const deserializeAws_json1_1CreateTapesCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<CreateTapesCommandOutput>;
798
+ export declare const deserializeAws_json1_1CreateTapeWithBarcodeCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<CreateTapeWithBarcodeCommandOutput>;
802
+ export declare const deserializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
806
+ export declare const deserializeAws_json1_1DeleteBandwidthRateLimitCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<DeleteBandwidthRateLimitCommandOutput>;
810
+ export declare const deserializeAws_json1_1DeleteChapCredentialsCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<DeleteChapCredentialsCommandOutput>;
814
+ export declare const deserializeAws_json1_1DeleteFileShareCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<DeleteFileShareCommandOutput>;
818
+ export declare const deserializeAws_json1_1DeleteGatewayCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<DeleteGatewayCommandOutput>;
822
+ export declare const deserializeAws_json1_1DeleteSnapshotScheduleCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<DeleteSnapshotScheduleCommandOutput>;
826
+ export declare const deserializeAws_json1_1DeleteTapeCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<DeleteTapeCommandOutput>;
830
+ export declare const deserializeAws_json1_1DeleteTapeArchiveCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<DeleteTapeArchiveCommandOutput>;
834
+ export declare const deserializeAws_json1_1DeleteTapePoolCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<DeleteTapePoolCommandOutput>;
838
+ export declare const deserializeAws_json1_1DeleteVolumeCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<DeleteVolumeCommandOutput>;
842
+ export declare const deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<DescribeAvailabilityMonitorTestCommandOutput>;
846
+ export declare const deserializeAws_json1_1DescribeBandwidthRateLimitCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<DescribeBandwidthRateLimitCommandOutput>;
850
+ export declare const deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
854
+ export declare const deserializeAws_json1_1DescribeCacheCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<DescribeCacheCommandOutput>;
858
+ export declare const deserializeAws_json1_1DescribeCachediSCSIVolumesCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<DescribeCachediSCSIVolumesCommandOutput>;
862
+ export declare const deserializeAws_json1_1DescribeChapCredentialsCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<DescribeChapCredentialsCommandOutput>;
866
+ export declare const deserializeAws_json1_1DescribeFileSystemAssociationsCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<DescribeFileSystemAssociationsCommandOutput>;
870
+ export declare const deserializeAws_json1_1DescribeGatewayInformationCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<DescribeGatewayInformationCommandOutput>;
874
+ export declare const deserializeAws_json1_1DescribeMaintenanceStartTimeCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<DescribeMaintenanceStartTimeCommandOutput>;
878
+ export declare const deserializeAws_json1_1DescribeNFSFileSharesCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<DescribeNFSFileSharesCommandOutput>;
882
+ export declare const deserializeAws_json1_1DescribeSMBFileSharesCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<DescribeSMBFileSharesCommandOutput>;
886
+ export declare const deserializeAws_json1_1DescribeSMBSettingsCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<DescribeSMBSettingsCommandOutput>;
890
+ export declare const deserializeAws_json1_1DescribeSnapshotScheduleCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<DescribeSnapshotScheduleCommandOutput>;
894
+ export declare const deserializeAws_json1_1DescribeStorediSCSIVolumesCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<DescribeStorediSCSIVolumesCommandOutput>;
898
+ export declare const deserializeAws_json1_1DescribeTapeArchivesCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<DescribeTapeArchivesCommandOutput>;
902
+ export declare const deserializeAws_json1_1DescribeTapeRecoveryPointsCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DescribeTapeRecoveryPointsCommandOutput>;
906
+ export declare const deserializeAws_json1_1DescribeTapesCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<DescribeTapesCommandOutput>;
910
+ export declare const deserializeAws_json1_1DescribeUploadBufferCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<DescribeUploadBufferCommandOutput>;
914
+ export declare const deserializeAws_json1_1DescribeVTLDevicesCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<DescribeVTLDevicesCommandOutput>;
918
+ export declare const deserializeAws_json1_1DescribeWorkingStorageCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<DescribeWorkingStorageCommandOutput>;
922
+ export declare const deserializeAws_json1_1DetachVolumeCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<DetachVolumeCommandOutput>;
926
+ export declare const deserializeAws_json1_1DisableGatewayCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<DisableGatewayCommandOutput>;
930
+ export declare const deserializeAws_json1_1DisassociateFileSystemCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<DisassociateFileSystemCommandOutput>;
934
+ export declare const deserializeAws_json1_1JoinDomainCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<JoinDomainCommandOutput>;
938
+ export declare const deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
942
+ export declare const deserializeAws_json1_1ListFileSharesCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<ListFileSharesCommandOutput>;
946
+ export declare const deserializeAws_json1_1ListFileSystemAssociationsCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<ListFileSystemAssociationsCommandOutput>;
950
+ export declare const deserializeAws_json1_1ListGatewaysCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<ListGatewaysCommandOutput>;
954
+ export declare const deserializeAws_json1_1ListLocalDisksCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<ListLocalDisksCommandOutput>;
958
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<ListTagsForResourceCommandOutput>;
962
+ export declare const deserializeAws_json1_1ListTapePoolsCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<ListTapePoolsCommandOutput>;
966
+ export declare const deserializeAws_json1_1ListTapesCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<ListTapesCommandOutput>;
970
+ export declare const deserializeAws_json1_1ListVolumeInitiatorsCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<ListVolumeInitiatorsCommandOutput>;
974
+ export declare const deserializeAws_json1_1ListVolumeRecoveryPointsCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<ListVolumeRecoveryPointsCommandOutput>;
978
+ export declare const deserializeAws_json1_1ListVolumesCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<ListVolumesCommandOutput>;
982
+ export declare const deserializeAws_json1_1NotifyWhenUploadedCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<NotifyWhenUploadedCommandOutput>;
986
+ export declare const deserializeAws_json1_1RefreshCacheCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<RefreshCacheCommandOutput>;
990
+ export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<RemoveTagsFromResourceCommandOutput>;
994
+ export declare const deserializeAws_json1_1ResetCacheCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<ResetCacheCommandOutput>;
998
+ export declare const deserializeAws_json1_1RetrieveTapeArchiveCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<RetrieveTapeArchiveCommandOutput>;
1002
+ export declare const deserializeAws_json1_1RetrieveTapeRecoveryPointCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<RetrieveTapeRecoveryPointCommandOutput>;
1006
+ export declare const deserializeAws_json1_1SetLocalConsolePasswordCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<SetLocalConsolePasswordCommandOutput>;
1010
+ export declare const deserializeAws_json1_1SetSMBGuestPasswordCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<SetSMBGuestPasswordCommandOutput>;
1014
+ export declare const deserializeAws_json1_1ShutdownGatewayCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<ShutdownGatewayCommandOutput>;
1018
+ export declare const deserializeAws_json1_1StartAvailabilityMonitorTestCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<StartAvailabilityMonitorTestCommandOutput>;
1022
+ export declare const deserializeAws_json1_1StartGatewayCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<StartGatewayCommandOutput>;
1026
+ export declare const deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
1030
+ export declare const deserializeAws_json1_1UpdateBandwidthRateLimitCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<UpdateBandwidthRateLimitCommandOutput>;
1034
+ export declare const deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
1038
+ export declare const deserializeAws_json1_1UpdateChapCredentialsCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<UpdateChapCredentialsCommandOutput>;
1042
+ export declare const deserializeAws_json1_1UpdateFileSystemAssociationCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<UpdateFileSystemAssociationCommandOutput>;
1046
+ export declare const deserializeAws_json1_1UpdateGatewayInformationCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<UpdateGatewayInformationCommandOutput>;
1050
+ export declare const deserializeAws_json1_1UpdateGatewaySoftwareNowCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
1054
+ export declare const deserializeAws_json1_1UpdateMaintenanceStartTimeCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<UpdateMaintenanceStartTimeCommandOutput>;
1058
+ export declare const deserializeAws_json1_1UpdateNFSFileShareCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<UpdateNFSFileShareCommandOutput>;
1062
+ export declare const deserializeAws_json1_1UpdateSMBFileShareCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<UpdateSMBFileShareCommandOutput>;
1066
+ export declare const deserializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<UpdateSMBFileShareVisibilityCommandOutput>;
1070
+ export declare const deserializeAws_json1_1UpdateSMBLocalGroupsCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<UpdateSMBLocalGroupsCommandOutput>;
1074
+ export declare const deserializeAws_json1_1UpdateSMBSecurityStrategyCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<UpdateSMBSecurityStrategyCommandOutput>;
1078
+ export declare const deserializeAws_json1_1UpdateSnapshotScheduleCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<UpdateSnapshotScheduleCommandOutput>;
1082
+ export declare const deserializeAws_json1_1UpdateVTLDeviceTypeCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<UpdateVTLDeviceTypeCommandOutput>;