@aws-sdk/client-storage-gateway 3.50.0 → 3.53.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 (129) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/StorageGatewayServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +48 -5
  5. package/dist-cjs/protocols/Aws_json1_1.js +619 -2040
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/StorageGatewayServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +41 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1522 -2395
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/StorageGatewayServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +23 -22
  13. package/dist-types/ts3.4/StorageGateway.d.ts +455 -0
  14. package/dist-types/ts3.4/StorageGatewayClient.d.ts +163 -0
  15. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +90 -0
  106. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  107. package/dist-types/ts3.4/index.d.ts +6 -0
  108. package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +6 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +2853 -0
  111. package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
  112. package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
  113. package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
  114. package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  116. package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
  118. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  119. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  120. package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
  121. package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
  122. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  124. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +272 -0
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  128. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  129. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./StorageGatewayClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { StorageGatewayServiceException } from "./models/StorageGatewayServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var StorageGatewayServiceException = (function (_super) {
4
+ __extends(StorageGatewayServiceException, _super);
5
+ function StorageGatewayServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, StorageGatewayServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return StorageGatewayServiceException;
11
+ }(__ServiceException));
12
+ export { StorageGatewayServiceException };
@@ -1,5 +1,6 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException";
3
4
  export var Tag;
4
5
  (function (Tag) {
5
6
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -16,6 +17,32 @@ export var StorageGatewayError;
16
17
  (function (StorageGatewayError) {
17
18
  StorageGatewayError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
19
  })(StorageGatewayError || (StorageGatewayError = {}));
20
+ var InternalServerError = (function (_super) {
21
+ __extends(InternalServerError, _super);
22
+ function InternalServerError(opts) {
23
+ var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
24
+ _this.name = "InternalServerError";
25
+ _this.$fault = "server";
26
+ Object.setPrototypeOf(_this, InternalServerError.prototype);
27
+ _this.error = opts.error;
28
+ return _this;
29
+ }
30
+ return InternalServerError;
31
+ }(__BaseException));
32
+ export { InternalServerError };
33
+ var InvalidGatewayRequestException = (function (_super) {
34
+ __extends(InvalidGatewayRequestException, _super);
35
+ function InvalidGatewayRequestException(opts) {
36
+ var _this = _super.call(this, __assign({ name: "InvalidGatewayRequestException", $fault: "client" }, opts)) || this;
37
+ _this.name = "InvalidGatewayRequestException";
38
+ _this.$fault = "client";
39
+ Object.setPrototypeOf(_this, InvalidGatewayRequestException.prototype);
40
+ _this.error = opts.error;
41
+ return _this;
42
+ }
43
+ return InvalidGatewayRequestException;
44
+ }(__BaseException));
45
+ export { InvalidGatewayRequestException };
19
46
  export var AddCacheInput;
20
47
  (function (AddCacheInput) {
21
48
  AddCacheInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -156,6 +183,19 @@ export var CreateSnapshotOutput;
156
183
  (function (CreateSnapshotOutput) {
157
184
  CreateSnapshotOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
185
  })(CreateSnapshotOutput || (CreateSnapshotOutput = {}));
186
+ var ServiceUnavailableError = (function (_super) {
187
+ __extends(ServiceUnavailableError, _super);
188
+ function ServiceUnavailableError(opts) {
189
+ var _this = _super.call(this, __assign({ name: "ServiceUnavailableError", $fault: "server" }, opts)) || this;
190
+ _this.name = "ServiceUnavailableError";
191
+ _this.$fault = "server";
192
+ Object.setPrototypeOf(_this, ServiceUnavailableError.prototype);
193
+ _this.error = opts.error;
194
+ return _this;
195
+ }
196
+ return ServiceUnavailableError;
197
+ }(__BaseException));
198
+ export { ServiceUnavailableError };
159
199
  export var CreateSnapshotFromVolumeRecoveryPointInput;
160
200
  (function (CreateSnapshotFromVolumeRecoveryPointInput) {
161
201
  CreateSnapshotFromVolumeRecoveryPointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };