@aws-sdk/client-storage-gateway 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/StorageGateway.d.ts +1564 -455
  3. package/dist-types/ts3.4/StorageGatewayClient.d.ts +645 -163
  4. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +35 -17
  77. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +36 -17
  89. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +36 -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 +7 -6
  98. package/dist-types/ts3.4/models/index.d.ts +1 -1
  99. package/dist-types/ts3.4/models/models_0.d.ts +1864 -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 +65 -38
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  118. package/package.json +34 -34
@@ -1,2429 +1,1864 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException";
3
-
4
- export interface Tag {
5
-
6
- Key: string | undefined;
7
-
8
- Value: string | undefined;
9
- }
10
-
11
- export interface ActivateGatewayInput {
12
-
13
- ActivationKey: string | undefined;
14
-
15
- GatewayName: string | undefined;
16
-
17
- GatewayTimezone: string | undefined;
18
-
19
- GatewayRegion: string | undefined;
20
-
21
- GatewayType?: string;
22
-
23
- TapeDriveType?: string;
24
-
25
- MediumChangerType?: string;
26
-
27
- Tags?: Tag[];
28
- }
29
-
30
- export interface ActivateGatewayOutput {
31
-
32
- GatewayARN?: string;
33
- }
34
- export declare type ErrorCode = "ActivationKeyExpired" | "ActivationKeyInvalid" | "ActivationKeyNotFound" | "AuthenticationFailure" | "BandwidthThrottleScheduleNotFound" | "Blocked" | "CannotExportSnapshot" | "ChapCredentialNotFound" | "DiskAlreadyAllocated" | "DiskDoesNotExist" | "DiskSizeGreaterThanVolumeMaxSize" | "DiskSizeLessThanVolumeSize" | "DiskSizeNotGigAligned" | "DuplicateCertificateInfo" | "DuplicateSchedule" | "EndpointNotFound" | "GatewayInternalError" | "GatewayNotConnected" | "GatewayNotFound" | "GatewayProxyNetworkConnectionBusy" | "IAMNotSupported" | "InitiatorInvalid" | "InitiatorNotFound" | "InternalError" | "InvalidEndpoint" | "InvalidGateway" | "InvalidParameters" | "InvalidSchedule" | "JoinDomainInProgress" | "LocalStorageLimitExceeded" | "LunAlreadyAllocated " | "LunInvalid" | "MaximumContentLengthExceeded" | "MaximumTapeCartridgeCountExceeded" | "MaximumVolumeCountExceeded" | "NetworkConfigurationChanged" | "NoDisksAvailable" | "NotImplemented" | "NotSupported" | "OperationAborted" | "OutdatedGateway" | "ParametersNotImplemented" | "RegionInvalid" | "RequestTimeout" | "ServiceUnavailable" | "SnapshotDeleted" | "SnapshotIdInvalid" | "SnapshotInProgress" | "SnapshotNotFound" | "SnapshotScheduleNotFound" | "StagingAreaFull" | "StorageFailure" | "TapeCartridgeNotFound" | "TargetAlreadyExists" | "TargetInvalid" | "TargetNotFound" | "UnauthorizedOperation" | "VolumeAlreadyExists" | "VolumeIdInvalid" | "VolumeInUse" | "VolumeNotFound" | "VolumeNotReady";
35
-
36
- export interface StorageGatewayError {
37
-
38
- errorCode?: ErrorCode | string;
39
-
40
- errorDetails?: Record<string, string>;
41
- }
42
-
43
- export declare class InternalServerError extends __BaseException {
44
- readonly name: "InternalServerError";
45
- readonly $fault: "server";
46
-
47
- error?: StorageGatewayError;
48
-
49
- constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
50
- }
51
-
52
- export declare class InvalidGatewayRequestException extends __BaseException {
53
- readonly name: "InvalidGatewayRequestException";
54
- readonly $fault: "client";
55
-
56
- error?: StorageGatewayError;
57
-
58
- constructor(opts: __ExceptionOptionType<InvalidGatewayRequestException, __BaseException>);
59
- }
60
- export declare type ActiveDirectoryStatus = "ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR";
61
- export interface AddCacheInput {
62
-
63
- GatewayARN: string | undefined;
64
-
65
- DiskIds: string[] | undefined;
66
- }
67
- export interface AddCacheOutput {
68
-
69
- GatewayARN?: string;
70
- }
71
-
72
- export interface AddTagsToResourceInput {
73
-
74
- ResourceARN: string | undefined;
75
-
76
- Tags: Tag[] | undefined;
77
- }
78
-
79
- export interface AddTagsToResourceOutput {
80
-
81
- ResourceARN?: string;
82
- }
83
- export interface AddUploadBufferInput {
84
-
85
- GatewayARN: string | undefined;
86
-
87
- DiskIds: string[] | undefined;
88
- }
89
- export interface AddUploadBufferOutput {
90
-
91
- GatewayARN?: string;
92
- }
93
-
94
- export interface AddWorkingStorageInput {
95
-
96
- GatewayARN: string | undefined;
97
-
98
- DiskIds: string[] | undefined;
99
- }
100
-
101
- export interface AddWorkingStorageOutput {
102
-
103
- GatewayARN?: string;
104
- }
105
- export interface AssignTapePoolInput {
106
-
107
- TapeARN: string | undefined;
108
-
109
- PoolId: string | undefined;
110
-
111
- BypassGovernanceRetention?: boolean;
112
- }
113
- export interface AssignTapePoolOutput {
114
-
115
- TapeARN?: string;
116
- }
117
-
118
- export interface CacheAttributes {
119
-
120
- CacheStaleTimeoutInSeconds?: number;
121
- }
122
-
123
- export interface EndpointNetworkConfiguration {
124
-
125
- IpAddresses?: string[];
126
- }
127
- export interface AssociateFileSystemInput {
128
-
129
- UserName: string | undefined;
130
-
131
- Password: string | undefined;
132
-
133
- ClientToken: string | undefined;
134
-
135
- GatewayARN: string | undefined;
136
-
137
- LocationARN: string | undefined;
138
-
139
- Tags?: Tag[];
140
-
141
- AuditDestinationARN?: string;
142
-
143
- CacheAttributes?: CacheAttributes;
144
-
145
- EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
146
- }
147
- export interface AssociateFileSystemOutput {
148
-
149
- FileSystemAssociationARN?: string;
150
- }
151
-
152
- export interface AttachVolumeInput {
153
-
154
- GatewayARN: string | undefined;
155
-
156
- TargetName?: string;
157
-
158
- VolumeARN: string | undefined;
159
-
160
- NetworkInterfaceId: string | undefined;
161
-
162
- DiskId?: string;
163
- }
164
-
165
- export interface AttachVolumeOutput {
166
-
167
- VolumeARN?: string;
168
-
169
- TargetARN?: string;
170
- }
171
-
172
- export interface AutomaticTapeCreationRule {
173
-
174
- TapeBarcodePrefix: string | undefined;
175
-
176
- PoolId: string | undefined;
177
-
178
- TapeSizeInBytes: number | undefined;
179
-
180
- MinimumNumTapes: number | undefined;
181
-
182
- Worm?: boolean;
183
- }
184
-
185
- export interface AutomaticTapeCreationPolicyInfo {
186
-
187
- AutomaticTapeCreationRules?: AutomaticTapeCreationRule[];
188
-
189
- GatewayARN?: string;
190
- }
191
- export declare type AvailabilityMonitorTestStatus = "COMPLETE" | "FAILED" | "PENDING";
192
-
193
- export interface BandwidthRateLimitInterval {
194
-
195
- StartHourOfDay: number | undefined;
196
-
197
- StartMinuteOfHour: number | undefined;
198
-
199
- EndHourOfDay: number | undefined;
200
-
201
- EndMinuteOfHour: number | undefined;
202
-
203
- DaysOfWeek: number[] | undefined;
204
-
205
- AverageUploadRateLimitInBitsPerSec?: number;
206
-
207
- AverageDownloadRateLimitInBitsPerSec?: number;
208
- }
209
-
210
- export interface VolumeiSCSIAttributes {
211
-
212
- TargetARN?: string;
213
-
214
- NetworkInterfaceId?: string;
215
-
216
- NetworkInterfacePort?: number;
217
-
218
- LunNumber?: number;
219
-
220
- ChapEnabled?: boolean;
221
- }
222
-
223
- export interface CachediSCSIVolume {
224
-
225
- VolumeARN?: string;
226
-
227
- VolumeId?: string;
228
-
229
- VolumeType?: string;
230
-
231
- VolumeStatus?: string;
232
-
233
- VolumeAttachmentStatus?: string;
234
-
235
- VolumeSizeInBytes?: number;
236
-
237
- VolumeProgress?: number;
238
-
239
- SourceSnapshotId?: string;
240
-
241
- VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
242
-
243
- CreatedDate?: Date;
244
-
245
- VolumeUsedInBytes?: number;
246
-
247
- KMSKey?: string;
248
-
249
- TargetName?: string;
250
- }
251
-
252
- export interface CancelArchivalInput {
253
-
254
- GatewayARN: string | undefined;
255
-
256
- TapeARN: string | undefined;
257
- }
258
-
259
- export interface CancelArchivalOutput {
260
-
261
- TapeARN?: string;
262
- }
263
-
264
- export interface CancelRetrievalInput {
265
-
266
- GatewayARN: string | undefined;
267
-
268
- TapeARN: string | undefined;
269
- }
270
-
271
- export interface CancelRetrievalOutput {
272
-
273
- TapeARN?: string;
274
- }
275
- export declare type CaseSensitivity = "CaseSensitive" | "ClientSpecified";
276
-
277
- export interface ChapInfo {
278
-
279
- TargetARN?: string;
280
-
281
- SecretToAuthenticateInitiator?: string;
282
-
283
- InitiatorName?: string;
284
-
285
- SecretToAuthenticateTarget?: string;
286
- }
287
- export interface CreateCachediSCSIVolumeInput {
288
-
289
- GatewayARN: string | undefined;
290
-
291
- VolumeSizeInBytes: number | undefined;
292
-
293
- SnapshotId?: string;
294
-
295
- TargetName: string | undefined;
296
-
297
- SourceVolumeARN?: string;
298
-
299
- NetworkInterfaceId: string | undefined;
300
-
301
- ClientToken: string | undefined;
302
-
303
- KMSEncrypted?: boolean;
304
-
305
- KMSKey?: string;
306
-
307
- Tags?: Tag[];
308
- }
309
- export interface CreateCachediSCSIVolumeOutput {
310
-
311
- VolumeARN?: string;
312
-
313
- TargetARN?: string;
314
- }
315
-
316
- export interface NFSFileShareDefaults {
317
-
318
- FileMode?: string;
319
-
320
- DirectoryMode?: string;
321
-
322
- GroupId?: number;
323
-
324
- OwnerId?: number;
325
- }
326
- export declare type ObjectACL = "authenticated-read" | "aws-exec-read" | "bucket-owner-full-control" | "bucket-owner-read" | "private" | "public-read" | "public-read-write";
327
-
328
- export interface CreateNFSFileShareInput {
329
-
330
- ClientToken: string | undefined;
331
-
332
- NFSFileShareDefaults?: NFSFileShareDefaults;
333
-
334
- GatewayARN: string | undefined;
335
-
336
- KMSEncrypted?: boolean;
337
-
338
- KMSKey?: string;
339
-
340
- Role: string | undefined;
341
-
342
- LocationARN: string | undefined;
343
-
344
- DefaultStorageClass?: string;
345
-
346
- ObjectACL?: ObjectACL | string;
347
-
348
- ClientList?: string[];
349
-
350
- Squash?: string;
351
-
352
- ReadOnly?: boolean;
353
-
354
- GuessMIMETypeEnabled?: boolean;
355
-
356
- RequesterPays?: boolean;
357
-
358
- Tags?: Tag[];
359
-
360
- FileShareName?: string;
361
-
362
- CacheAttributes?: CacheAttributes;
363
-
364
- NotificationPolicy?: string;
365
-
366
- VPCEndpointDNSName?: string;
367
-
368
- BucketRegion?: string;
369
-
370
- AuditDestinationARN?: string;
371
- }
372
-
373
- export interface CreateNFSFileShareOutput {
374
-
375
- FileShareARN?: string;
376
- }
377
-
378
- export interface CreateSMBFileShareInput {
379
-
380
- ClientToken: string | undefined;
381
-
382
- GatewayARN: string | undefined;
383
-
384
- KMSEncrypted?: boolean;
385
-
386
- KMSKey?: string;
387
-
388
- Role: string | undefined;
389
-
390
- LocationARN: string | undefined;
391
-
392
- DefaultStorageClass?: string;
393
-
394
- ObjectACL?: ObjectACL | string;
395
-
396
- ReadOnly?: boolean;
397
-
398
- GuessMIMETypeEnabled?: boolean;
399
-
400
- RequesterPays?: boolean;
401
-
402
- SMBACLEnabled?: boolean;
403
-
404
- AccessBasedEnumeration?: boolean;
405
-
406
- AdminUserList?: string[];
407
-
408
- ValidUserList?: string[];
409
-
410
- InvalidUserList?: string[];
411
-
412
- AuditDestinationARN?: string;
413
-
414
- Authentication?: string;
415
-
416
- CaseSensitivity?: CaseSensitivity | string;
417
-
418
- Tags?: Tag[];
419
-
420
- FileShareName?: string;
421
-
422
- CacheAttributes?: CacheAttributes;
423
-
424
- NotificationPolicy?: string;
425
-
426
- VPCEndpointDNSName?: string;
427
-
428
- BucketRegion?: string;
429
-
430
- OplocksEnabled?: boolean;
431
- }
432
-
433
- export interface CreateSMBFileShareOutput {
434
-
435
- FileShareARN?: string;
436
- }
437
-
438
- export interface CreateSnapshotInput {
439
-
440
- VolumeARN: string | undefined;
441
-
442
- SnapshotDescription: string | undefined;
443
-
444
- Tags?: Tag[];
445
- }
446
-
447
- export interface CreateSnapshotOutput {
448
-
449
- VolumeARN?: string;
450
-
451
- SnapshotId?: string;
452
- }
453
-
454
- export declare class ServiceUnavailableError extends __BaseException {
455
- readonly name: "ServiceUnavailableError";
456
- readonly $fault: "server";
457
-
458
- error?: StorageGatewayError;
459
-
460
- constructor(opts: __ExceptionOptionType<ServiceUnavailableError, __BaseException>);
461
- }
462
- export interface CreateSnapshotFromVolumeRecoveryPointInput {
463
-
464
- VolumeARN: string | undefined;
465
-
466
- SnapshotDescription: string | undefined;
467
-
468
- Tags?: Tag[];
469
- }
470
- export interface CreateSnapshotFromVolumeRecoveryPointOutput {
471
-
472
- SnapshotId?: string;
473
-
474
- VolumeARN?: string;
475
-
476
- VolumeRecoveryPointTime?: string;
477
- }
478
-
479
- export interface CreateStorediSCSIVolumeInput {
480
-
481
- GatewayARN: string | undefined;
482
-
483
- DiskId: string | undefined;
484
-
485
- SnapshotId?: string;
486
-
487
- PreserveExistingData: boolean | undefined;
488
-
489
- TargetName: string | undefined;
490
-
491
- NetworkInterfaceId: string | undefined;
492
-
493
- KMSEncrypted?: boolean;
494
-
495
- KMSKey?: string;
496
-
497
- Tags?: Tag[];
498
- }
499
-
500
- export interface CreateStorediSCSIVolumeOutput {
501
-
502
- VolumeARN?: string;
503
-
504
- VolumeSizeInBytes?: number;
505
-
506
- TargetARN?: string;
507
- }
508
- export declare type RetentionLockType = "COMPLIANCE" | "GOVERNANCE" | "NONE";
509
- export declare type TapeStorageClass = "DEEP_ARCHIVE" | "GLACIER";
510
- export interface CreateTapePoolInput {
511
-
512
- PoolName: string | undefined;
513
-
514
- StorageClass: TapeStorageClass | string | undefined;
515
-
516
- RetentionLockType?: RetentionLockType | string;
517
-
518
- RetentionLockTimeInDays?: number;
519
-
520
- Tags?: Tag[];
521
- }
522
- export interface CreateTapePoolOutput {
523
-
524
- PoolARN?: string;
525
- }
526
-
527
- export interface CreateTapesInput {
528
-
529
- GatewayARN: string | undefined;
530
-
531
- TapeSizeInBytes: number | undefined;
532
-
533
- ClientToken: string | undefined;
534
-
535
- NumTapesToCreate: number | undefined;
536
-
537
- TapeBarcodePrefix: string | undefined;
538
-
539
- KMSEncrypted?: boolean;
540
-
541
- KMSKey?: string;
542
-
543
- PoolId?: string;
544
-
545
- Worm?: boolean;
546
-
547
- Tags?: Tag[];
548
- }
549
-
550
- export interface CreateTapesOutput {
551
-
552
- TapeARNs?: string[];
553
- }
554
-
555
- export interface CreateTapeWithBarcodeInput {
556
-
557
- GatewayARN: string | undefined;
558
-
559
- TapeSizeInBytes: number | undefined;
560
-
561
- TapeBarcode: string | undefined;
562
-
563
- KMSEncrypted?: boolean;
564
-
565
- KMSKey?: string;
566
-
567
- PoolId?: string;
568
-
569
- Worm?: boolean;
570
-
571
- Tags?: Tag[];
572
- }
573
-
574
- export interface CreateTapeWithBarcodeOutput {
575
-
576
- TapeARN?: string;
577
- }
578
- export interface DeleteAutomaticTapeCreationPolicyInput {
579
-
580
- GatewayARN: string | undefined;
581
- }
582
- export interface DeleteAutomaticTapeCreationPolicyOutput {
583
-
584
- GatewayARN?: string;
585
- }
586
-
587
- export interface DeleteBandwidthRateLimitInput {
588
-
589
- GatewayARN: string | undefined;
590
-
591
- BandwidthType: string | undefined;
592
- }
593
-
594
- export interface DeleteBandwidthRateLimitOutput {
595
-
596
- GatewayARN?: string;
597
- }
598
-
599
- export interface DeleteChapCredentialsInput {
600
-
601
- TargetARN: string | undefined;
602
-
603
- InitiatorName: string | undefined;
604
- }
605
-
606
- export interface DeleteChapCredentialsOutput {
607
-
608
- TargetARN?: string;
609
-
610
- InitiatorName?: string;
611
- }
612
-
613
- export interface DeleteFileShareInput {
614
-
615
- FileShareARN: string | undefined;
616
-
617
- ForceDelete?: boolean;
618
- }
619
-
620
- export interface DeleteFileShareOutput {
621
-
622
- FileShareARN?: string;
623
- }
624
-
625
- export interface DeleteGatewayInput {
626
-
627
- GatewayARN: string | undefined;
628
- }
629
-
630
- export interface DeleteGatewayOutput {
631
-
632
- GatewayARN?: string;
633
- }
634
- export interface DeleteSnapshotScheduleInput {
635
-
636
- VolumeARN: string | undefined;
637
- }
638
- export interface DeleteSnapshotScheduleOutput {
639
-
640
- VolumeARN?: string;
641
- }
642
-
643
- export interface DeleteTapeInput {
644
-
645
- GatewayARN: string | undefined;
646
-
647
- TapeARN: string | undefined;
648
-
649
- BypassGovernanceRetention?: boolean;
650
- }
651
-
652
- export interface DeleteTapeOutput {
653
-
654
- TapeARN?: string;
655
- }
656
-
657
- export interface DeleteTapeArchiveInput {
658
-
659
- TapeARN: string | undefined;
660
-
661
- BypassGovernanceRetention?: boolean;
662
- }
663
-
664
- export interface DeleteTapeArchiveOutput {
665
-
666
- TapeARN?: string;
667
- }
668
- export interface DeleteTapePoolInput {
669
-
670
- PoolARN: string | undefined;
671
- }
672
- export interface DeleteTapePoolOutput {
673
-
674
- PoolARN?: string;
675
- }
676
-
677
- export interface DeleteVolumeInput {
678
-
679
- VolumeARN: string | undefined;
680
- }
681
-
682
- export interface DeleteVolumeOutput {
683
-
684
- VolumeARN?: string;
685
- }
686
- export interface DescribeAvailabilityMonitorTestInput {
687
-
688
- GatewayARN: string | undefined;
689
- }
690
- export interface DescribeAvailabilityMonitorTestOutput {
691
-
692
- GatewayARN?: string;
693
-
694
- Status?: AvailabilityMonitorTestStatus | string;
695
-
696
- StartTime?: Date;
697
- }
698
-
699
- export interface DescribeBandwidthRateLimitInput {
700
-
701
- GatewayARN: string | undefined;
702
- }
703
-
704
- export interface DescribeBandwidthRateLimitOutput {
705
-
706
- GatewayARN?: string;
707
-
708
- AverageUploadRateLimitInBitsPerSec?: number;
709
-
710
- AverageDownloadRateLimitInBitsPerSec?: number;
711
- }
712
- export interface DescribeBandwidthRateLimitScheduleInput {
713
-
714
- GatewayARN: string | undefined;
715
- }
716
- export interface DescribeBandwidthRateLimitScheduleOutput {
717
-
718
- GatewayARN?: string;
719
-
720
- BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
721
- }
722
- export interface DescribeCacheInput {
723
-
724
- GatewayARN: string | undefined;
725
- }
726
- export interface DescribeCacheOutput {
727
-
728
- GatewayARN?: string;
729
-
730
- DiskIds?: string[];
731
-
732
- CacheAllocatedInBytes?: number;
733
-
734
- CacheUsedPercentage?: number;
735
-
736
- CacheDirtyPercentage?: number;
737
-
738
- CacheHitPercentage?: number;
739
-
740
- CacheMissPercentage?: number;
741
- }
742
- export interface DescribeCachediSCSIVolumesInput {
743
-
744
- VolumeARNs: string[] | undefined;
745
- }
746
-
747
- export interface DescribeCachediSCSIVolumesOutput {
748
-
749
- CachediSCSIVolumes?: CachediSCSIVolume[];
750
- }
751
-
752
- export interface DescribeChapCredentialsInput {
753
-
754
- TargetARN: string | undefined;
755
- }
756
-
757
- export interface DescribeChapCredentialsOutput {
758
-
759
- ChapCredentials?: ChapInfo[];
760
- }
761
- export interface DescribeFileSystemAssociationsInput {
762
-
763
- FileSystemAssociationARNList: string[] | undefined;
764
- }
765
-
766
- export interface FileSystemAssociationStatusDetail {
767
-
768
- ErrorCode?: string;
769
- }
770
-
771
- export interface FileSystemAssociationInfo {
772
-
773
- FileSystemAssociationARN?: string;
774
-
775
- LocationARN?: string;
776
-
777
- FileSystemAssociationStatus?: string;
778
-
779
- AuditDestinationARN?: string;
780
-
781
- GatewayARN?: string;
782
-
783
- Tags?: Tag[];
784
-
785
- CacheAttributes?: CacheAttributes;
786
-
787
- EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
788
-
789
- FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[];
790
- }
791
- export interface DescribeFileSystemAssociationsOutput {
792
-
793
- FileSystemAssociationInfoList?: FileSystemAssociationInfo[];
794
- }
795
-
796
- export interface DescribeGatewayInformationInput {
797
-
798
- GatewayARN: string | undefined;
799
- }
800
- export declare enum GatewayCapacity {
801
- Large = "Large",
802
- Medium = "Medium",
803
- Small = "Small"
804
- }
805
-
806
- export interface NetworkInterface {
807
-
808
- Ipv4Address?: string;
809
-
810
- MacAddress?: string;
811
-
812
- Ipv6Address?: string;
813
- }
814
- export declare type HostEnvironment = "EC2" | "HYPER-V" | "KVM" | "OTHER" | "SNOWBALL" | "VMWARE";
815
-
816
- export interface DescribeGatewayInformationOutput {
817
-
818
- GatewayARN?: string;
819
-
820
- GatewayId?: string;
821
-
822
- GatewayName?: string;
823
-
824
- GatewayTimezone?: string;
825
-
826
- GatewayState?: string;
827
-
828
- GatewayNetworkInterfaces?: NetworkInterface[];
829
-
830
- GatewayType?: string;
831
-
832
- NextUpdateAvailabilityDate?: string;
833
-
834
- LastSoftwareUpdate?: string;
835
-
836
- Ec2InstanceId?: string;
837
-
838
- Ec2InstanceRegion?: string;
839
-
840
- Tags?: Tag[];
841
-
842
- VPCEndpoint?: string;
843
-
844
- CloudWatchLogGroupARN?: string;
845
-
846
- HostEnvironment?: HostEnvironment | string;
847
-
848
- EndpointType?: string;
849
-
850
- SoftwareUpdatesEndDate?: string;
851
-
852
- DeprecationDate?: string;
853
-
854
- GatewayCapacity?: GatewayCapacity | string;
855
-
856
- SupportedGatewayCapacities?: (GatewayCapacity | string)[];
857
-
858
- HostEnvironmentId?: string;
859
- }
860
-
861
- export interface DescribeMaintenanceStartTimeInput {
862
-
863
- GatewayARN: string | undefined;
864
- }
865
-
866
- export interface DescribeMaintenanceStartTimeOutput {
867
-
868
- GatewayARN?: string;
869
-
870
- HourOfDay?: number;
871
-
872
- MinuteOfHour?: number;
873
-
874
- DayOfWeek?: number;
875
-
876
- DayOfMonth?: number;
877
-
878
- Timezone?: string;
879
- }
880
-
881
- export interface DescribeNFSFileSharesInput {
882
-
883
- FileShareARNList: string[] | undefined;
884
- }
885
-
886
- export interface NFSFileShareInfo {
887
-
888
- NFSFileShareDefaults?: NFSFileShareDefaults;
889
-
890
- FileShareARN?: string;
891
-
892
- FileShareId?: string;
893
-
894
- FileShareStatus?: string;
895
-
896
- GatewayARN?: string;
897
-
898
- KMSEncrypted?: boolean;
899
-
900
- KMSKey?: string;
901
-
902
- Path?: string;
903
-
904
- Role?: string;
905
-
906
- LocationARN?: string;
907
-
908
- DefaultStorageClass?: string;
909
-
910
- ObjectACL?: ObjectACL | string;
911
-
912
- ClientList?: string[];
913
-
914
- Squash?: string;
915
-
916
- ReadOnly?: boolean;
917
-
918
- GuessMIMETypeEnabled?: boolean;
919
-
920
- RequesterPays?: boolean;
921
-
922
- Tags?: Tag[];
923
-
924
- FileShareName?: string;
925
-
926
- CacheAttributes?: CacheAttributes;
927
-
928
- NotificationPolicy?: string;
929
-
930
- VPCEndpointDNSName?: string;
931
-
932
- BucketRegion?: string;
933
-
934
- AuditDestinationARN?: string;
935
- }
936
-
937
- export interface DescribeNFSFileSharesOutput {
938
-
939
- NFSFileShareInfoList?: NFSFileShareInfo[];
940
- }
941
-
942
- export interface DescribeSMBFileSharesInput {
943
-
944
- FileShareARNList: string[] | undefined;
945
- }
946
-
947
- export interface SMBFileShareInfo {
948
-
949
- FileShareARN?: string;
950
-
951
- FileShareId?: string;
952
-
953
- FileShareStatus?: string;
954
-
955
- GatewayARN?: string;
956
-
957
- KMSEncrypted?: boolean;
958
-
959
- KMSKey?: string;
960
-
961
- Path?: string;
962
-
963
- Role?: string;
964
-
965
- LocationARN?: string;
966
-
967
- DefaultStorageClass?: string;
968
-
969
- ObjectACL?: ObjectACL | string;
970
-
971
- ReadOnly?: boolean;
972
-
973
- GuessMIMETypeEnabled?: boolean;
974
-
975
- RequesterPays?: boolean;
976
-
977
- SMBACLEnabled?: boolean;
978
-
979
- AccessBasedEnumeration?: boolean;
980
-
981
- AdminUserList?: string[];
982
-
983
- ValidUserList?: string[];
984
-
985
- InvalidUserList?: string[];
986
-
987
- AuditDestinationARN?: string;
988
-
989
- Authentication?: string;
990
-
991
- CaseSensitivity?: CaseSensitivity | string;
992
-
993
- Tags?: Tag[];
994
-
995
- FileShareName?: string;
996
-
997
- CacheAttributes?: CacheAttributes;
998
-
999
- NotificationPolicy?: string;
1000
-
1001
- VPCEndpointDNSName?: string;
1002
-
1003
- BucketRegion?: string;
1004
-
1005
- OplocksEnabled?: boolean;
1006
- }
1007
-
1008
- export interface DescribeSMBFileSharesOutput {
1009
-
1010
- SMBFileShareInfoList?: SMBFileShareInfo[];
1011
- }
1012
- export interface DescribeSMBSettingsInput {
1013
-
1014
- GatewayARN: string | undefined;
1015
- }
1016
-
1017
- export interface SMBLocalGroups {
1018
-
1019
- GatewayAdmins?: string[];
1020
- }
1021
- export declare type SMBSecurityStrategy = "ClientSpecified" | "MandatoryEncryption" | "MandatorySigning";
1022
- export interface DescribeSMBSettingsOutput {
1023
-
1024
- GatewayARN?: string;
1025
-
1026
- DomainName?: string;
1027
-
1028
- ActiveDirectoryStatus?: ActiveDirectoryStatus | string;
1029
-
1030
- SMBGuestPasswordSet?: boolean;
1031
-
1032
- SMBSecurityStrategy?: SMBSecurityStrategy | string;
1033
-
1034
- FileSharesVisible?: boolean;
1035
-
1036
- SMBLocalGroups?: SMBLocalGroups;
1037
- }
1038
-
1039
- export interface DescribeSnapshotScheduleInput {
1040
-
1041
- VolumeARN: string | undefined;
1042
- }
1043
- export interface DescribeSnapshotScheduleOutput {
1044
-
1045
- VolumeARN?: string;
1046
-
1047
- StartAt?: number;
1048
-
1049
- RecurrenceInHours?: number;
1050
-
1051
- Description?: string;
1052
-
1053
- Timezone?: string;
1054
-
1055
- Tags?: Tag[];
1056
- }
1057
-
1058
- export interface DescribeStorediSCSIVolumesInput {
1059
-
1060
- VolumeARNs: string[] | undefined;
1061
- }
1062
-
1063
- export interface StorediSCSIVolume {
1064
-
1065
- VolumeARN?: string;
1066
-
1067
- VolumeId?: string;
1068
-
1069
- VolumeType?: string;
1070
-
1071
- VolumeStatus?: string;
1072
-
1073
- VolumeAttachmentStatus?: string;
1074
-
1075
- VolumeSizeInBytes?: number;
1076
-
1077
- VolumeProgress?: number;
1078
-
1079
- VolumeDiskId?: string;
1080
-
1081
- SourceSnapshotId?: string;
1082
-
1083
- PreservedExistingData?: boolean;
1084
-
1085
- VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
1086
-
1087
- CreatedDate?: Date;
1088
-
1089
- VolumeUsedInBytes?: number;
1090
-
1091
- KMSKey?: string;
1092
-
1093
- TargetName?: string;
1094
- }
1095
- export interface DescribeStorediSCSIVolumesOutput {
1096
-
1097
- StorediSCSIVolumes?: StorediSCSIVolume[];
1098
- }
1099
-
1100
- export interface DescribeTapeArchivesInput {
1101
-
1102
- TapeARNs?: string[];
1103
-
1104
- Marker?: string;
1105
-
1106
- Limit?: number;
1107
- }
1108
-
1109
- export interface TapeArchive {
1110
-
1111
- TapeARN?: string;
1112
-
1113
- TapeBarcode?: string;
1114
-
1115
- TapeCreatedDate?: Date;
1116
-
1117
- TapeSizeInBytes?: number;
1118
-
1119
- CompletionTime?: Date;
1120
-
1121
- RetrievedTo?: string;
1122
-
1123
- TapeStatus?: string;
1124
-
1125
- TapeUsedInBytes?: number;
1126
-
1127
- KMSKey?: string;
1128
-
1129
- PoolId?: string;
1130
-
1131
- Worm?: boolean;
1132
-
1133
- RetentionStartDate?: Date;
1134
-
1135
- PoolEntryDate?: Date;
1136
- }
1137
-
1138
- export interface DescribeTapeArchivesOutput {
1139
-
1140
- TapeArchives?: TapeArchive[];
1141
-
1142
- Marker?: string;
1143
- }
1144
-
1145
- export interface DescribeTapeRecoveryPointsInput {
1146
-
1147
- GatewayARN: string | undefined;
1148
-
1149
- Marker?: string;
1150
-
1151
- Limit?: number;
1152
- }
1153
-
1154
- export interface TapeRecoveryPointInfo {
1155
-
1156
- TapeARN?: string;
1157
-
1158
- TapeRecoveryPointTime?: Date;
1159
-
1160
- TapeSizeInBytes?: number;
1161
-
1162
- TapeStatus?: string;
1163
- }
1164
-
1165
- export interface DescribeTapeRecoveryPointsOutput {
1166
-
1167
- GatewayARN?: string;
1168
-
1169
- TapeRecoveryPointInfos?: TapeRecoveryPointInfo[];
1170
-
1171
- Marker?: string;
1172
- }
1173
-
1174
- export interface DescribeTapesInput {
1175
-
1176
- GatewayARN: string | undefined;
1177
-
1178
- TapeARNs?: string[];
1179
-
1180
- Marker?: string;
1181
-
1182
- Limit?: number;
1183
- }
1184
-
1185
- export interface Tape {
1186
-
1187
- TapeARN?: string;
1188
-
1189
- TapeBarcode?: string;
1190
-
1191
- TapeCreatedDate?: Date;
1192
-
1193
- TapeSizeInBytes?: number;
1194
-
1195
- TapeStatus?: string;
1196
-
1197
- VTLDevice?: string;
1198
-
1199
- Progress?: number;
1200
-
1201
- TapeUsedInBytes?: number;
1202
-
1203
- KMSKey?: string;
1204
-
1205
- PoolId?: string;
1206
-
1207
- Worm?: boolean;
1208
-
1209
- RetentionStartDate?: Date;
1210
-
1211
- PoolEntryDate?: Date;
1212
- }
1213
-
1214
- export interface DescribeTapesOutput {
1215
-
1216
- Tapes?: Tape[];
1217
-
1218
- Marker?: string;
1219
- }
1220
- export interface DescribeUploadBufferInput {
1221
-
1222
- GatewayARN: string | undefined;
1223
- }
1224
- export interface DescribeUploadBufferOutput {
1225
-
1226
- GatewayARN?: string;
1227
-
1228
- DiskIds?: string[];
1229
-
1230
- UploadBufferUsedInBytes?: number;
1231
-
1232
- UploadBufferAllocatedInBytes?: number;
1233
- }
1234
-
1235
- export interface DescribeVTLDevicesInput {
1236
-
1237
- GatewayARN: string | undefined;
1238
-
1239
- VTLDeviceARNs?: string[];
1240
-
1241
- Marker?: string;
1242
-
1243
- Limit?: number;
1244
- }
1245
-
1246
- export interface DeviceiSCSIAttributes {
1247
-
1248
- TargetARN?: string;
1249
-
1250
- NetworkInterfaceId?: string;
1251
-
1252
- NetworkInterfacePort?: number;
1253
-
1254
- ChapEnabled?: boolean;
1255
- }
1256
-
1257
- export interface VTLDevice {
1258
-
1259
- VTLDeviceARN?: string;
1260
-
1261
- VTLDeviceType?: string;
1262
-
1263
- VTLDeviceVendor?: string;
1264
-
1265
- VTLDeviceProductIdentifier?: string;
1266
-
1267
- DeviceiSCSIAttributes?: DeviceiSCSIAttributes;
1268
- }
1269
-
1270
- export interface DescribeVTLDevicesOutput {
1271
-
1272
- GatewayARN?: string;
1273
-
1274
- VTLDevices?: VTLDevice[];
1275
-
1276
- Marker?: string;
1277
- }
1278
-
1279
- export interface DescribeWorkingStorageInput {
1280
-
1281
- GatewayARN: string | undefined;
1282
- }
1283
-
1284
- export interface DescribeWorkingStorageOutput {
1285
-
1286
- GatewayARN?: string;
1287
-
1288
- DiskIds?: string[];
1289
-
1290
- WorkingStorageUsedInBytes?: number;
1291
-
1292
- WorkingStorageAllocatedInBytes?: number;
1293
- }
1294
-
1295
- export interface DetachVolumeInput {
1296
-
1297
- VolumeARN: string | undefined;
1298
-
1299
- ForceDetach?: boolean;
1300
- }
1301
-
1302
- export interface DetachVolumeOutput {
1303
-
1304
- VolumeARN?: string;
1305
- }
1306
-
1307
- export interface DisableGatewayInput {
1308
-
1309
- GatewayARN: string | undefined;
1310
- }
1311
-
1312
- export interface DisableGatewayOutput {
1313
-
1314
- GatewayARN?: string;
1315
- }
1316
- export interface DisassociateFileSystemInput {
1317
-
1318
- FileSystemAssociationARN: string | undefined;
1319
-
1320
- ForceDelete?: boolean;
1321
- }
1322
- export interface DisassociateFileSystemOutput {
1323
-
1324
- FileSystemAssociationARN?: string;
1325
- }
1326
-
1327
- export interface Disk {
1328
-
1329
- DiskId?: string;
1330
-
1331
- DiskPath?: string;
1332
-
1333
- DiskNode?: string;
1334
-
1335
- DiskStatus?: string;
1336
-
1337
- DiskSizeInBytes?: number;
1338
-
1339
- DiskAllocationType?: string;
1340
-
1341
- DiskAllocationResource?: string;
1342
-
1343
- DiskAttributeList?: string[];
1344
- }
1345
- export declare type FileShareType = "NFS" | "SMB";
1346
-
1347
- export interface FileShareInfo {
1348
-
1349
- FileShareType?: FileShareType | string;
1350
-
1351
- FileShareARN?: string;
1352
-
1353
- FileShareId?: string;
1354
-
1355
- FileShareStatus?: string;
1356
-
1357
- GatewayARN?: string;
1358
- }
1359
-
1360
- export interface FileSystemAssociationSummary {
1361
-
1362
- FileSystemAssociationId?: string;
1363
-
1364
- FileSystemAssociationARN?: string;
1365
-
1366
- FileSystemAssociationStatus?: string;
1367
-
1368
- GatewayARN?: string;
1369
- }
1370
-
1371
- export interface GatewayInfo {
1372
-
1373
- GatewayId?: string;
1374
-
1375
- GatewayARN?: string;
1376
-
1377
- GatewayType?: string;
1378
-
1379
- GatewayOperationalState?: string;
1380
-
1381
- GatewayName?: string;
1382
-
1383
- Ec2InstanceId?: string;
1384
-
1385
- Ec2InstanceRegion?: string;
1386
-
1387
- HostEnvironment?: HostEnvironment | string;
1388
-
1389
- HostEnvironmentId?: string;
1390
- }
1391
-
1392
- export interface JoinDomainInput {
1393
-
1394
- GatewayARN: string | undefined;
1395
-
1396
- DomainName: string | undefined;
1397
-
1398
- OrganizationalUnit?: string;
1399
-
1400
- DomainControllers?: string[];
1401
-
1402
- TimeoutInSeconds?: number;
1403
-
1404
- UserName: string | undefined;
1405
-
1406
- Password: string | undefined;
1407
- }
1408
-
1409
- export interface JoinDomainOutput {
1410
-
1411
- GatewayARN?: string;
1412
-
1413
- ActiveDirectoryStatus?: ActiveDirectoryStatus | string;
1414
- }
1415
- export interface ListAutomaticTapeCreationPoliciesInput {
1416
-
1417
- GatewayARN?: string;
1418
- }
1419
- export interface ListAutomaticTapeCreationPoliciesOutput {
1420
-
1421
- AutomaticTapeCreationPolicyInfos?: AutomaticTapeCreationPolicyInfo[];
1422
- }
1423
-
1424
- export interface ListFileSharesInput {
1425
-
1426
- GatewayARN?: string;
1427
-
1428
- Limit?: number;
1429
-
1430
- Marker?: string;
1431
- }
1432
-
1433
- export interface ListFileSharesOutput {
1434
-
1435
- Marker?: string;
1436
-
1437
- NextMarker?: string;
1438
-
1439
- FileShareInfoList?: FileShareInfo[];
1440
- }
1441
- export interface ListFileSystemAssociationsInput {
1442
-
1443
- GatewayARN?: string;
1444
-
1445
- Limit?: number;
1446
-
1447
- Marker?: string;
1448
- }
1449
- export interface ListFileSystemAssociationsOutput {
1450
-
1451
- Marker?: string;
1452
-
1453
- NextMarker?: string;
1454
-
1455
- FileSystemAssociationSummaryList?: FileSystemAssociationSummary[];
1456
- }
1457
-
1458
- export interface ListGatewaysInput {
1459
-
1460
- Marker?: string;
1461
-
1462
- Limit?: number;
1463
- }
1464
- export interface ListGatewaysOutput {
1465
-
1466
- Gateways?: GatewayInfo[];
1467
-
1468
- Marker?: string;
1469
- }
1470
-
1471
- export interface ListLocalDisksInput {
1472
-
1473
- GatewayARN: string | undefined;
1474
- }
1475
- export interface ListLocalDisksOutput {
1476
-
1477
- GatewayARN?: string;
1478
-
1479
- Disks?: Disk[];
1480
- }
1481
-
1482
- export interface ListTagsForResourceInput {
1483
-
1484
- ResourceARN: string | undefined;
1485
-
1486
- Marker?: string;
1487
-
1488
- Limit?: number;
1489
- }
1490
-
1491
- export interface ListTagsForResourceOutput {
1492
-
1493
- ResourceARN?: string;
1494
-
1495
- Marker?: string;
1496
-
1497
- Tags?: Tag[];
1498
- }
1499
- export interface ListTapePoolsInput {
1500
-
1501
- PoolARNs?: string[];
1502
-
1503
- Marker?: string;
1504
-
1505
- Limit?: number;
1506
- }
1507
- export declare type PoolStatus = "ACTIVE" | "DELETED";
1508
-
1509
- export interface PoolInfo {
1510
-
1511
- PoolARN?: string;
1512
-
1513
- PoolName?: string;
1514
-
1515
- StorageClass?: TapeStorageClass | string;
1516
-
1517
- RetentionLockType?: RetentionLockType | string;
1518
-
1519
- RetentionLockTimeInDays?: number;
1520
-
1521
- PoolStatus?: PoolStatus | string;
1522
- }
1523
- export interface ListTapePoolsOutput {
1524
-
1525
- PoolInfos?: PoolInfo[];
1526
-
1527
- Marker?: string;
1528
- }
1529
-
1530
- export interface ListTapesInput {
1531
-
1532
- TapeARNs?: string[];
1533
-
1534
- Marker?: string;
1535
-
1536
- Limit?: number;
1537
- }
1538
-
1539
- export interface TapeInfo {
1540
-
1541
- TapeARN?: string;
1542
-
1543
- TapeBarcode?: string;
1544
-
1545
- TapeSizeInBytes?: number;
1546
-
1547
- TapeStatus?: string;
1548
-
1549
- GatewayARN?: string;
1550
-
1551
- PoolId?: string;
1552
-
1553
- RetentionStartDate?: Date;
1554
-
1555
- PoolEntryDate?: Date;
1556
- }
1557
-
1558
- export interface ListTapesOutput {
1559
-
1560
- TapeInfos?: TapeInfo[];
1561
-
1562
- Marker?: string;
1563
- }
1564
-
1565
- export interface ListVolumeInitiatorsInput {
1566
-
1567
- VolumeARN: string | undefined;
1568
- }
1569
-
1570
- export interface ListVolumeInitiatorsOutput {
1571
-
1572
- Initiators?: string[];
1573
- }
1574
- export interface ListVolumeRecoveryPointsInput {
1575
-
1576
- GatewayARN: string | undefined;
1577
- }
1578
-
1579
- export interface VolumeRecoveryPointInfo {
1580
-
1581
- VolumeARN?: string;
1582
-
1583
- VolumeSizeInBytes?: number;
1584
-
1585
- VolumeUsageInBytes?: number;
1586
-
1587
- VolumeRecoveryPointTime?: string;
1588
- }
1589
- export interface ListVolumeRecoveryPointsOutput {
1590
-
1591
- GatewayARN?: string;
1592
-
1593
- VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[];
1594
- }
1595
-
1596
- export interface ListVolumesInput {
1597
-
1598
- GatewayARN?: string;
1599
-
1600
- Marker?: string;
1601
-
1602
- Limit?: number;
1603
- }
1604
-
1605
- export interface VolumeInfo {
1606
-
1607
- VolumeARN?: string;
1608
-
1609
- VolumeId?: string;
1610
-
1611
- GatewayARN?: string;
1612
-
1613
- GatewayId?: string;
1614
-
1615
- VolumeType?: string;
1616
-
1617
- VolumeSizeInBytes?: number;
1618
-
1619
- VolumeAttachmentStatus?: string;
1620
- }
1621
-
1622
- export interface ListVolumesOutput {
1623
-
1624
- GatewayARN?: string;
1625
-
1626
- Marker?: string;
1627
-
1628
- VolumeInfos?: VolumeInfo[];
1629
- }
1630
- export interface NotifyWhenUploadedInput {
1631
-
1632
- FileShareARN: string | undefined;
1633
- }
1634
- export interface NotifyWhenUploadedOutput {
1635
-
1636
- FileShareARN?: string;
1637
-
1638
- NotificationId?: string;
1639
- }
1640
-
1641
- export interface RefreshCacheInput {
1642
-
1643
- FileShareARN: string | undefined;
1644
-
1645
- FolderList?: string[];
1646
-
1647
- Recursive?: boolean;
1648
- }
1649
-
1650
- export interface RefreshCacheOutput {
1651
-
1652
- FileShareARN?: string;
1653
-
1654
- NotificationId?: string;
1655
- }
1656
-
1657
- export interface RemoveTagsFromResourceInput {
1658
-
1659
- ResourceARN: string | undefined;
1660
-
1661
- TagKeys: string[] | undefined;
1662
- }
1663
-
1664
- export interface RemoveTagsFromResourceOutput {
1665
-
1666
- ResourceARN?: string;
1667
- }
1668
- export interface ResetCacheInput {
1669
-
1670
- GatewayARN: string | undefined;
1671
- }
1672
- export interface ResetCacheOutput {
1673
-
1674
- GatewayARN?: string;
1675
- }
1676
-
1677
- export interface RetrieveTapeArchiveInput {
1678
-
1679
- TapeARN: string | undefined;
1680
-
1681
- GatewayARN: string | undefined;
1682
- }
1683
-
1684
- export interface RetrieveTapeArchiveOutput {
1685
-
1686
- TapeARN?: string;
1687
- }
1688
-
1689
- export interface RetrieveTapeRecoveryPointInput {
1690
-
1691
- TapeARN: string | undefined;
1692
-
1693
- GatewayARN: string | undefined;
1694
- }
1695
-
1696
- export interface RetrieveTapeRecoveryPointOutput {
1697
-
1698
- TapeARN?: string;
1699
- }
1700
-
1701
- export interface SetLocalConsolePasswordInput {
1702
-
1703
- GatewayARN: string | undefined;
1704
-
1705
- LocalConsolePassword: string | undefined;
1706
- }
1707
- export interface SetLocalConsolePasswordOutput {
1708
-
1709
- GatewayARN?: string;
1710
- }
1711
-
1712
- export interface SetSMBGuestPasswordInput {
1713
-
1714
- GatewayARN: string | undefined;
1715
-
1716
- Password: string | undefined;
1717
- }
1718
- export interface SetSMBGuestPasswordOutput {
1719
-
1720
- GatewayARN?: string;
1721
- }
1722
-
1723
- export interface ShutdownGatewayInput {
1724
-
1725
- GatewayARN: string | undefined;
1726
- }
1727
-
1728
- export interface ShutdownGatewayOutput {
1729
-
1730
- GatewayARN?: string;
1731
- }
1732
- export interface StartAvailabilityMonitorTestInput {
1733
-
1734
- GatewayARN: string | undefined;
1735
- }
1736
- export interface StartAvailabilityMonitorTestOutput {
1737
-
1738
- GatewayARN?: string;
1739
- }
1740
-
1741
- export interface StartGatewayInput {
1742
-
1743
- GatewayARN: string | undefined;
1744
- }
1745
-
1746
- export interface StartGatewayOutput {
1747
-
1748
- GatewayARN?: string;
1749
- }
1750
- export interface UpdateAutomaticTapeCreationPolicyInput {
1751
-
1752
- AutomaticTapeCreationRules: AutomaticTapeCreationRule[] | undefined;
1753
-
1754
- GatewayARN: string | undefined;
1755
- }
1756
- export interface UpdateAutomaticTapeCreationPolicyOutput {
1757
-
1758
- GatewayARN?: string;
1759
- }
1760
-
1761
- export interface UpdateBandwidthRateLimitInput {
1762
-
1763
- GatewayARN: string | undefined;
1764
-
1765
- AverageUploadRateLimitInBitsPerSec?: number;
1766
-
1767
- AverageDownloadRateLimitInBitsPerSec?: number;
1768
- }
1769
-
1770
- export interface UpdateBandwidthRateLimitOutput {
1771
-
1772
- GatewayARN?: string;
1773
- }
1774
- export interface UpdateBandwidthRateLimitScheduleInput {
1775
-
1776
- GatewayARN: string | undefined;
1777
-
1778
- BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
1779
- }
1780
- export interface UpdateBandwidthRateLimitScheduleOutput {
1781
-
1782
- GatewayARN?: string;
1783
- }
1784
-
1785
- export interface UpdateChapCredentialsInput {
1786
-
1787
- TargetARN: string | undefined;
1788
-
1789
- SecretToAuthenticateInitiator: string | undefined;
1790
-
1791
- InitiatorName: string | undefined;
1792
-
1793
- SecretToAuthenticateTarget?: string;
1794
- }
1795
-
1796
- export interface UpdateChapCredentialsOutput {
1797
-
1798
- TargetARN?: string;
1799
-
1800
- InitiatorName?: string;
1801
- }
1802
- export interface UpdateFileSystemAssociationInput {
1803
-
1804
- FileSystemAssociationARN: string | undefined;
1805
-
1806
- UserName?: string;
1807
-
1808
- Password?: string;
1809
-
1810
- AuditDestinationARN?: string;
1811
-
1812
- CacheAttributes?: CacheAttributes;
1813
- }
1814
- export interface UpdateFileSystemAssociationOutput {
1815
-
1816
- FileSystemAssociationARN?: string;
1817
- }
1818
- export interface UpdateGatewayInformationInput {
1819
-
1820
- GatewayARN: string | undefined;
1821
-
1822
- GatewayName?: string;
1823
-
1824
- GatewayTimezone?: string;
1825
-
1826
- CloudWatchLogGroupARN?: string;
1827
-
1828
- GatewayCapacity?: GatewayCapacity | string;
1829
- }
1830
-
1831
- export interface UpdateGatewayInformationOutput {
1832
-
1833
- GatewayARN?: string;
1834
-
1835
- GatewayName?: string;
1836
- }
1837
-
1838
- export interface UpdateGatewaySoftwareNowInput {
1839
-
1840
- GatewayARN: string | undefined;
1841
- }
1842
-
1843
- export interface UpdateGatewaySoftwareNowOutput {
1844
-
1845
- GatewayARN?: string;
1846
- }
1847
-
1848
- export interface UpdateMaintenanceStartTimeInput {
1849
-
1850
- GatewayARN: string | undefined;
1851
-
1852
- HourOfDay: number | undefined;
1853
-
1854
- MinuteOfHour: number | undefined;
1855
-
1856
- DayOfWeek?: number;
1857
-
1858
- DayOfMonth?: number;
1859
- }
1860
-
1861
- export interface UpdateMaintenanceStartTimeOutput {
1862
-
1863
- GatewayARN?: string;
1864
- }
1865
-
1866
- export interface UpdateNFSFileShareInput {
1867
-
1868
- FileShareARN: string | undefined;
1869
-
1870
- KMSEncrypted?: boolean;
1871
-
1872
- KMSKey?: string;
1873
-
1874
- NFSFileShareDefaults?: NFSFileShareDefaults;
1875
-
1876
- DefaultStorageClass?: string;
1877
-
1878
- ObjectACL?: ObjectACL | string;
1879
-
1880
- ClientList?: string[];
1881
-
1882
- Squash?: string;
1883
-
1884
- ReadOnly?: boolean;
1885
-
1886
- GuessMIMETypeEnabled?: boolean;
1887
-
1888
- RequesterPays?: boolean;
1889
-
1890
- FileShareName?: string;
1891
-
1892
- CacheAttributes?: CacheAttributes;
1893
-
1894
- NotificationPolicy?: string;
1895
-
1896
- AuditDestinationARN?: string;
1897
- }
1898
-
1899
- export interface UpdateNFSFileShareOutput {
1900
-
1901
- FileShareARN?: string;
1902
- }
1903
-
1904
- export interface UpdateSMBFileShareInput {
1905
-
1906
- FileShareARN: string | undefined;
1907
-
1908
- KMSEncrypted?: boolean;
1909
-
1910
- KMSKey?: string;
1911
-
1912
- DefaultStorageClass?: string;
1913
-
1914
- ObjectACL?: ObjectACL | string;
1915
-
1916
- ReadOnly?: boolean;
1917
-
1918
- GuessMIMETypeEnabled?: boolean;
1919
-
1920
- RequesterPays?: boolean;
1921
-
1922
- SMBACLEnabled?: boolean;
1923
-
1924
- AccessBasedEnumeration?: boolean;
1925
-
1926
- AdminUserList?: string[];
1927
-
1928
- ValidUserList?: string[];
1929
-
1930
- InvalidUserList?: string[];
1931
-
1932
- AuditDestinationARN?: string;
1933
-
1934
- CaseSensitivity?: CaseSensitivity | string;
1935
-
1936
- FileShareName?: string;
1937
-
1938
- CacheAttributes?: CacheAttributes;
1939
-
1940
- NotificationPolicy?: string;
1941
-
1942
- OplocksEnabled?: boolean;
1943
- }
1944
-
1945
- export interface UpdateSMBFileShareOutput {
1946
-
1947
- FileShareARN?: string;
1948
- }
1949
- export interface UpdateSMBFileShareVisibilityInput {
1950
-
1951
- GatewayARN: string | undefined;
1952
-
1953
- FileSharesVisible: boolean | undefined;
1954
- }
1955
- export interface UpdateSMBFileShareVisibilityOutput {
1956
-
1957
- GatewayARN?: string;
1958
- }
1959
- export interface UpdateSMBLocalGroupsInput {
1960
-
1961
- GatewayARN: string | undefined;
1962
-
1963
- SMBLocalGroups: SMBLocalGroups | undefined;
1964
- }
1965
- export interface UpdateSMBLocalGroupsOutput {
1966
-
1967
- GatewayARN?: string;
1968
- }
1969
- export interface UpdateSMBSecurityStrategyInput {
1970
-
1971
- GatewayARN: string | undefined;
1972
-
1973
- SMBSecurityStrategy: SMBSecurityStrategy | string | undefined;
1974
- }
1975
- export interface UpdateSMBSecurityStrategyOutput {
1976
-
1977
- GatewayARN?: string;
1978
- }
1979
-
1980
- export interface UpdateSnapshotScheduleInput {
1981
-
1982
- VolumeARN: string | undefined;
1983
-
1984
- StartAt: number | undefined;
1985
-
1986
- RecurrenceInHours: number | undefined;
1987
-
1988
- Description?: string;
1989
-
1990
- Tags?: Tag[];
1991
- }
1992
-
1993
- export interface UpdateSnapshotScheduleOutput {
1994
-
1995
- VolumeARN?: string;
1996
- }
1997
- export interface UpdateVTLDeviceTypeInput {
1998
-
1999
- VTLDeviceARN: string | undefined;
2000
-
2001
- DeviceType: string | undefined;
2002
- }
2003
-
2004
- export interface UpdateVTLDeviceTypeOutput {
2005
-
2006
- VTLDeviceARN?: string;
2007
- }
2008
-
2009
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2010
-
2011
- export declare const ActivateGatewayInputFilterSensitiveLog: (obj: ActivateGatewayInput) => any;
2012
-
2013
- export declare const ActivateGatewayOutputFilterSensitiveLog: (obj: ActivateGatewayOutput) => any;
2014
-
2015
- export declare const StorageGatewayErrorFilterSensitiveLog: (obj: StorageGatewayError) => any;
2016
-
2017
- export declare const AddCacheInputFilterSensitiveLog: (obj: AddCacheInput) => any;
2018
-
2019
- export declare const AddCacheOutputFilterSensitiveLog: (obj: AddCacheOutput) => any;
2020
-
2021
- export declare const AddTagsToResourceInputFilterSensitiveLog: (obj: AddTagsToResourceInput) => any;
2022
-
2023
- export declare const AddTagsToResourceOutputFilterSensitiveLog: (obj: AddTagsToResourceOutput) => any;
2024
-
2025
- export declare const AddUploadBufferInputFilterSensitiveLog: (obj: AddUploadBufferInput) => any;
2026
-
2027
- export declare const AddUploadBufferOutputFilterSensitiveLog: (obj: AddUploadBufferOutput) => any;
2028
-
2029
- export declare const AddWorkingStorageInputFilterSensitiveLog: (obj: AddWorkingStorageInput) => any;
2030
-
2031
- export declare const AddWorkingStorageOutputFilterSensitiveLog: (obj: AddWorkingStorageOutput) => any;
2032
-
2033
- export declare const AssignTapePoolInputFilterSensitiveLog: (obj: AssignTapePoolInput) => any;
2034
-
2035
- export declare const AssignTapePoolOutputFilterSensitiveLog: (obj: AssignTapePoolOutput) => any;
2036
-
2037
- export declare const CacheAttributesFilterSensitiveLog: (obj: CacheAttributes) => any;
2038
-
2039
- export declare const EndpointNetworkConfigurationFilterSensitiveLog: (obj: EndpointNetworkConfiguration) => any;
2040
-
2041
- export declare const AssociateFileSystemInputFilterSensitiveLog: (obj: AssociateFileSystemInput) => any;
2042
-
2043
- export declare const AssociateFileSystemOutputFilterSensitiveLog: (obj: AssociateFileSystemOutput) => any;
2044
-
2045
- export declare const AttachVolumeInputFilterSensitiveLog: (obj: AttachVolumeInput) => any;
2046
-
2047
- export declare const AttachVolumeOutputFilterSensitiveLog: (obj: AttachVolumeOutput) => any;
2048
-
2049
- export declare const AutomaticTapeCreationRuleFilterSensitiveLog: (obj: AutomaticTapeCreationRule) => any;
2050
-
2051
- export declare const AutomaticTapeCreationPolicyInfoFilterSensitiveLog: (obj: AutomaticTapeCreationPolicyInfo) => any;
2052
-
2053
- export declare const BandwidthRateLimitIntervalFilterSensitiveLog: (obj: BandwidthRateLimitInterval) => any;
2054
-
2055
- export declare const VolumeiSCSIAttributesFilterSensitiveLog: (obj: VolumeiSCSIAttributes) => any;
2056
-
2057
- export declare const CachediSCSIVolumeFilterSensitiveLog: (obj: CachediSCSIVolume) => any;
2058
-
2059
- export declare const CancelArchivalInputFilterSensitiveLog: (obj: CancelArchivalInput) => any;
2060
-
2061
- export declare const CancelArchivalOutputFilterSensitiveLog: (obj: CancelArchivalOutput) => any;
2062
-
2063
- export declare const CancelRetrievalInputFilterSensitiveLog: (obj: CancelRetrievalInput) => any;
2064
-
2065
- export declare const CancelRetrievalOutputFilterSensitiveLog: (obj: CancelRetrievalOutput) => any;
2066
-
2067
- export declare const ChapInfoFilterSensitiveLog: (obj: ChapInfo) => any;
2068
-
2069
- export declare const CreateCachediSCSIVolumeInputFilterSensitiveLog: (obj: CreateCachediSCSIVolumeInput) => any;
2070
-
2071
- export declare const CreateCachediSCSIVolumeOutputFilterSensitiveLog: (obj: CreateCachediSCSIVolumeOutput) => any;
2072
-
2073
- export declare const NFSFileShareDefaultsFilterSensitiveLog: (obj: NFSFileShareDefaults) => any;
2074
-
2075
- export declare const CreateNFSFileShareInputFilterSensitiveLog: (obj: CreateNFSFileShareInput) => any;
2076
-
2077
- export declare const CreateNFSFileShareOutputFilterSensitiveLog: (obj: CreateNFSFileShareOutput) => any;
2078
-
2079
- export declare const CreateSMBFileShareInputFilterSensitiveLog: (obj: CreateSMBFileShareInput) => any;
2080
-
2081
- export declare const CreateSMBFileShareOutputFilterSensitiveLog: (obj: CreateSMBFileShareOutput) => any;
2082
-
2083
- export declare const CreateSnapshotInputFilterSensitiveLog: (obj: CreateSnapshotInput) => any;
2084
-
2085
- export declare const CreateSnapshotOutputFilterSensitiveLog: (obj: CreateSnapshotOutput) => any;
2086
-
2087
- export declare const CreateSnapshotFromVolumeRecoveryPointInputFilterSensitiveLog: (obj: CreateSnapshotFromVolumeRecoveryPointInput) => any;
2088
-
2089
- export declare const CreateSnapshotFromVolumeRecoveryPointOutputFilterSensitiveLog: (obj: CreateSnapshotFromVolumeRecoveryPointOutput) => any;
2090
-
2091
- export declare const CreateStorediSCSIVolumeInputFilterSensitiveLog: (obj: CreateStorediSCSIVolumeInput) => any;
2092
-
2093
- export declare const CreateStorediSCSIVolumeOutputFilterSensitiveLog: (obj: CreateStorediSCSIVolumeOutput) => any;
2094
-
2095
- export declare const CreateTapePoolInputFilterSensitiveLog: (obj: CreateTapePoolInput) => any;
2096
-
2097
- export declare const CreateTapePoolOutputFilterSensitiveLog: (obj: CreateTapePoolOutput) => any;
2098
-
2099
- export declare const CreateTapesInputFilterSensitiveLog: (obj: CreateTapesInput) => any;
2100
-
2101
- export declare const CreateTapesOutputFilterSensitiveLog: (obj: CreateTapesOutput) => any;
2102
-
2103
- export declare const CreateTapeWithBarcodeInputFilterSensitiveLog: (obj: CreateTapeWithBarcodeInput) => any;
2104
-
2105
- export declare const CreateTapeWithBarcodeOutputFilterSensitiveLog: (obj: CreateTapeWithBarcodeOutput) => any;
2106
-
2107
- export declare const DeleteAutomaticTapeCreationPolicyInputFilterSensitiveLog: (obj: DeleteAutomaticTapeCreationPolicyInput) => any;
2108
-
2109
- export declare const DeleteAutomaticTapeCreationPolicyOutputFilterSensitiveLog: (obj: DeleteAutomaticTapeCreationPolicyOutput) => any;
2110
-
2111
- export declare const DeleteBandwidthRateLimitInputFilterSensitiveLog: (obj: DeleteBandwidthRateLimitInput) => any;
2112
-
2113
- export declare const DeleteBandwidthRateLimitOutputFilterSensitiveLog: (obj: DeleteBandwidthRateLimitOutput) => any;
2114
-
2115
- export declare const DeleteChapCredentialsInputFilterSensitiveLog: (obj: DeleteChapCredentialsInput) => any;
2116
-
2117
- export declare const DeleteChapCredentialsOutputFilterSensitiveLog: (obj: DeleteChapCredentialsOutput) => any;
2118
-
2119
- export declare const DeleteFileShareInputFilterSensitiveLog: (obj: DeleteFileShareInput) => any;
2120
-
2121
- export declare const DeleteFileShareOutputFilterSensitiveLog: (obj: DeleteFileShareOutput) => any;
2122
-
2123
- export declare const DeleteGatewayInputFilterSensitiveLog: (obj: DeleteGatewayInput) => any;
2124
-
2125
- export declare const DeleteGatewayOutputFilterSensitiveLog: (obj: DeleteGatewayOutput) => any;
2126
-
2127
- export declare const DeleteSnapshotScheduleInputFilterSensitiveLog: (obj: DeleteSnapshotScheduleInput) => any;
2128
-
2129
- export declare const DeleteSnapshotScheduleOutputFilterSensitiveLog: (obj: DeleteSnapshotScheduleOutput) => any;
2130
-
2131
- export declare const DeleteTapeInputFilterSensitiveLog: (obj: DeleteTapeInput) => any;
2132
-
2133
- export declare const DeleteTapeOutputFilterSensitiveLog: (obj: DeleteTapeOutput) => any;
2134
-
2135
- export declare const DeleteTapeArchiveInputFilterSensitiveLog: (obj: DeleteTapeArchiveInput) => any;
2136
-
2137
- export declare const DeleteTapeArchiveOutputFilterSensitiveLog: (obj: DeleteTapeArchiveOutput) => any;
2138
-
2139
- export declare const DeleteTapePoolInputFilterSensitiveLog: (obj: DeleteTapePoolInput) => any;
2140
-
2141
- export declare const DeleteTapePoolOutputFilterSensitiveLog: (obj: DeleteTapePoolOutput) => any;
2142
-
2143
- export declare const DeleteVolumeInputFilterSensitiveLog: (obj: DeleteVolumeInput) => any;
2144
-
2145
- export declare const DeleteVolumeOutputFilterSensitiveLog: (obj: DeleteVolumeOutput) => any;
2146
-
2147
- export declare const DescribeAvailabilityMonitorTestInputFilterSensitiveLog: (obj: DescribeAvailabilityMonitorTestInput) => any;
2148
-
2149
- export declare const DescribeAvailabilityMonitorTestOutputFilterSensitiveLog: (obj: DescribeAvailabilityMonitorTestOutput) => any;
2150
-
2151
- export declare const DescribeBandwidthRateLimitInputFilterSensitiveLog: (obj: DescribeBandwidthRateLimitInput) => any;
2152
-
2153
- export declare const DescribeBandwidthRateLimitOutputFilterSensitiveLog: (obj: DescribeBandwidthRateLimitOutput) => any;
2154
-
2155
- export declare const DescribeBandwidthRateLimitScheduleInputFilterSensitiveLog: (obj: DescribeBandwidthRateLimitScheduleInput) => any;
2156
-
2157
- export declare const DescribeBandwidthRateLimitScheduleOutputFilterSensitiveLog: (obj: DescribeBandwidthRateLimitScheduleOutput) => any;
2158
-
2159
- export declare const DescribeCacheInputFilterSensitiveLog: (obj: DescribeCacheInput) => any;
2160
-
2161
- export declare const DescribeCacheOutputFilterSensitiveLog: (obj: DescribeCacheOutput) => any;
2162
-
2163
- export declare const DescribeCachediSCSIVolumesInputFilterSensitiveLog: (obj: DescribeCachediSCSIVolumesInput) => any;
2164
-
2165
- export declare const DescribeCachediSCSIVolumesOutputFilterSensitiveLog: (obj: DescribeCachediSCSIVolumesOutput) => any;
2166
-
2167
- export declare const DescribeChapCredentialsInputFilterSensitiveLog: (obj: DescribeChapCredentialsInput) => any;
2168
-
2169
- export declare const DescribeChapCredentialsOutputFilterSensitiveLog: (obj: DescribeChapCredentialsOutput) => any;
2170
-
2171
- export declare const DescribeFileSystemAssociationsInputFilterSensitiveLog: (obj: DescribeFileSystemAssociationsInput) => any;
2172
-
2173
- export declare const FileSystemAssociationStatusDetailFilterSensitiveLog: (obj: FileSystemAssociationStatusDetail) => any;
2174
-
2175
- export declare const FileSystemAssociationInfoFilterSensitiveLog: (obj: FileSystemAssociationInfo) => any;
2176
-
2177
- export declare const DescribeFileSystemAssociationsOutputFilterSensitiveLog: (obj: DescribeFileSystemAssociationsOutput) => any;
2178
-
2179
- export declare const DescribeGatewayInformationInputFilterSensitiveLog: (obj: DescribeGatewayInformationInput) => any;
2180
-
2181
- export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
2182
-
2183
- export declare const DescribeGatewayInformationOutputFilterSensitiveLog: (obj: DescribeGatewayInformationOutput) => any;
2184
-
2185
- export declare const DescribeMaintenanceStartTimeInputFilterSensitiveLog: (obj: DescribeMaintenanceStartTimeInput) => any;
2186
-
2187
- export declare const DescribeMaintenanceStartTimeOutputFilterSensitiveLog: (obj: DescribeMaintenanceStartTimeOutput) => any;
2188
-
2189
- export declare const DescribeNFSFileSharesInputFilterSensitiveLog: (obj: DescribeNFSFileSharesInput) => any;
2190
-
2191
- export declare const NFSFileShareInfoFilterSensitiveLog: (obj: NFSFileShareInfo) => any;
2192
-
2193
- export declare const DescribeNFSFileSharesOutputFilterSensitiveLog: (obj: DescribeNFSFileSharesOutput) => any;
2194
-
2195
- export declare const DescribeSMBFileSharesInputFilterSensitiveLog: (obj: DescribeSMBFileSharesInput) => any;
2196
-
2197
- export declare const SMBFileShareInfoFilterSensitiveLog: (obj: SMBFileShareInfo) => any;
2198
-
2199
- export declare const DescribeSMBFileSharesOutputFilterSensitiveLog: (obj: DescribeSMBFileSharesOutput) => any;
2200
-
2201
- export declare const DescribeSMBSettingsInputFilterSensitiveLog: (obj: DescribeSMBSettingsInput) => any;
2202
-
2203
- export declare const SMBLocalGroupsFilterSensitiveLog: (obj: SMBLocalGroups) => any;
2204
-
2205
- export declare const DescribeSMBSettingsOutputFilterSensitiveLog: (obj: DescribeSMBSettingsOutput) => any;
2206
-
2207
- export declare const DescribeSnapshotScheduleInputFilterSensitiveLog: (obj: DescribeSnapshotScheduleInput) => any;
2208
-
2209
- export declare const DescribeSnapshotScheduleOutputFilterSensitiveLog: (obj: DescribeSnapshotScheduleOutput) => any;
2210
-
2211
- export declare const DescribeStorediSCSIVolumesInputFilterSensitiveLog: (obj: DescribeStorediSCSIVolumesInput) => any;
2212
-
2213
- export declare const StorediSCSIVolumeFilterSensitiveLog: (obj: StorediSCSIVolume) => any;
2214
-
2215
- export declare const DescribeStorediSCSIVolumesOutputFilterSensitiveLog: (obj: DescribeStorediSCSIVolumesOutput) => any;
2216
-
2217
- export declare const DescribeTapeArchivesInputFilterSensitiveLog: (obj: DescribeTapeArchivesInput) => any;
2218
-
2219
- export declare const TapeArchiveFilterSensitiveLog: (obj: TapeArchive) => any;
2220
-
2221
- export declare const DescribeTapeArchivesOutputFilterSensitiveLog: (obj: DescribeTapeArchivesOutput) => any;
2222
-
2223
- export declare const DescribeTapeRecoveryPointsInputFilterSensitiveLog: (obj: DescribeTapeRecoveryPointsInput) => any;
2224
-
2225
- export declare const TapeRecoveryPointInfoFilterSensitiveLog: (obj: TapeRecoveryPointInfo) => any;
2226
-
2227
- export declare const DescribeTapeRecoveryPointsOutputFilterSensitiveLog: (obj: DescribeTapeRecoveryPointsOutput) => any;
2228
-
2229
- export declare const DescribeTapesInputFilterSensitiveLog: (obj: DescribeTapesInput) => any;
2230
-
2231
- export declare const TapeFilterSensitiveLog: (obj: Tape) => any;
2232
-
2233
- export declare const DescribeTapesOutputFilterSensitiveLog: (obj: DescribeTapesOutput) => any;
2234
-
2235
- export declare const DescribeUploadBufferInputFilterSensitiveLog: (obj: DescribeUploadBufferInput) => any;
2236
-
2237
- export declare const DescribeUploadBufferOutputFilterSensitiveLog: (obj: DescribeUploadBufferOutput) => any;
2238
-
2239
- export declare const DescribeVTLDevicesInputFilterSensitiveLog: (obj: DescribeVTLDevicesInput) => any;
2240
-
2241
- export declare const DeviceiSCSIAttributesFilterSensitiveLog: (obj: DeviceiSCSIAttributes) => any;
2242
-
2243
- export declare const VTLDeviceFilterSensitiveLog: (obj: VTLDevice) => any;
2244
-
2245
- export declare const DescribeVTLDevicesOutputFilterSensitiveLog: (obj: DescribeVTLDevicesOutput) => any;
2246
-
2247
- export declare const DescribeWorkingStorageInputFilterSensitiveLog: (obj: DescribeWorkingStorageInput) => any;
2248
-
2249
- export declare const DescribeWorkingStorageOutputFilterSensitiveLog: (obj: DescribeWorkingStorageOutput) => any;
2250
-
2251
- export declare const DetachVolumeInputFilterSensitiveLog: (obj: DetachVolumeInput) => any;
2252
-
2253
- export declare const DetachVolumeOutputFilterSensitiveLog: (obj: DetachVolumeOutput) => any;
2254
-
2255
- export declare const DisableGatewayInputFilterSensitiveLog: (obj: DisableGatewayInput) => any;
2256
-
2257
- export declare const DisableGatewayOutputFilterSensitiveLog: (obj: DisableGatewayOutput) => any;
2258
-
2259
- export declare const DisassociateFileSystemInputFilterSensitiveLog: (obj: DisassociateFileSystemInput) => any;
2260
-
2261
- export declare const DisassociateFileSystemOutputFilterSensitiveLog: (obj: DisassociateFileSystemOutput) => any;
2262
-
2263
- export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
2264
-
2265
- export declare const FileShareInfoFilterSensitiveLog: (obj: FileShareInfo) => any;
2266
-
2267
- export declare const FileSystemAssociationSummaryFilterSensitiveLog: (obj: FileSystemAssociationSummary) => any;
2268
-
2269
- export declare const GatewayInfoFilterSensitiveLog: (obj: GatewayInfo) => any;
2270
-
2271
- export declare const JoinDomainInputFilterSensitiveLog: (obj: JoinDomainInput) => any;
2272
-
2273
- export declare const JoinDomainOutputFilterSensitiveLog: (obj: JoinDomainOutput) => any;
2274
-
2275
- export declare const ListAutomaticTapeCreationPoliciesInputFilterSensitiveLog: (obj: ListAutomaticTapeCreationPoliciesInput) => any;
2276
-
2277
- export declare const ListAutomaticTapeCreationPoliciesOutputFilterSensitiveLog: (obj: ListAutomaticTapeCreationPoliciesOutput) => any;
2278
-
2279
- export declare const ListFileSharesInputFilterSensitiveLog: (obj: ListFileSharesInput) => any;
2280
-
2281
- export declare const ListFileSharesOutputFilterSensitiveLog: (obj: ListFileSharesOutput) => any;
2282
-
2283
- export declare const ListFileSystemAssociationsInputFilterSensitiveLog: (obj: ListFileSystemAssociationsInput) => any;
2284
-
2285
- export declare const ListFileSystemAssociationsOutputFilterSensitiveLog: (obj: ListFileSystemAssociationsOutput) => any;
2286
-
2287
- export declare const ListGatewaysInputFilterSensitiveLog: (obj: ListGatewaysInput) => any;
2288
-
2289
- export declare const ListGatewaysOutputFilterSensitiveLog: (obj: ListGatewaysOutput) => any;
2290
-
2291
- export declare const ListLocalDisksInputFilterSensitiveLog: (obj: ListLocalDisksInput) => any;
2292
-
2293
- export declare const ListLocalDisksOutputFilterSensitiveLog: (obj: ListLocalDisksOutput) => any;
2294
-
2295
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2296
-
2297
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2298
-
2299
- export declare const ListTapePoolsInputFilterSensitiveLog: (obj: ListTapePoolsInput) => any;
2300
-
2301
- export declare const PoolInfoFilterSensitiveLog: (obj: PoolInfo) => any;
2302
-
2303
- export declare const ListTapePoolsOutputFilterSensitiveLog: (obj: ListTapePoolsOutput) => any;
2304
-
2305
- export declare const ListTapesInputFilterSensitiveLog: (obj: ListTapesInput) => any;
2306
-
2307
- export declare const TapeInfoFilterSensitiveLog: (obj: TapeInfo) => any;
2308
-
2309
- export declare const ListTapesOutputFilterSensitiveLog: (obj: ListTapesOutput) => any;
2310
-
2311
- export declare const ListVolumeInitiatorsInputFilterSensitiveLog: (obj: ListVolumeInitiatorsInput) => any;
2312
-
2313
- export declare const ListVolumeInitiatorsOutputFilterSensitiveLog: (obj: ListVolumeInitiatorsOutput) => any;
2314
-
2315
- export declare const ListVolumeRecoveryPointsInputFilterSensitiveLog: (obj: ListVolumeRecoveryPointsInput) => any;
2316
-
2317
- export declare const VolumeRecoveryPointInfoFilterSensitiveLog: (obj: VolumeRecoveryPointInfo) => any;
2318
-
2319
- export declare const ListVolumeRecoveryPointsOutputFilterSensitiveLog: (obj: ListVolumeRecoveryPointsOutput) => any;
2320
-
2321
- export declare const ListVolumesInputFilterSensitiveLog: (obj: ListVolumesInput) => any;
2322
-
2323
- export declare const VolumeInfoFilterSensitiveLog: (obj: VolumeInfo) => any;
2324
-
2325
- export declare const ListVolumesOutputFilterSensitiveLog: (obj: ListVolumesOutput) => any;
2326
-
2327
- export declare const NotifyWhenUploadedInputFilterSensitiveLog: (obj: NotifyWhenUploadedInput) => any;
2328
-
2329
- export declare const NotifyWhenUploadedOutputFilterSensitiveLog: (obj: NotifyWhenUploadedOutput) => any;
2330
-
2331
- export declare const RefreshCacheInputFilterSensitiveLog: (obj: RefreshCacheInput) => any;
2332
-
2333
- export declare const RefreshCacheOutputFilterSensitiveLog: (obj: RefreshCacheOutput) => any;
2334
-
2335
- export declare const RemoveTagsFromResourceInputFilterSensitiveLog: (obj: RemoveTagsFromResourceInput) => any;
2336
-
2337
- export declare const RemoveTagsFromResourceOutputFilterSensitiveLog: (obj: RemoveTagsFromResourceOutput) => any;
2338
-
2339
- export declare const ResetCacheInputFilterSensitiveLog: (obj: ResetCacheInput) => any;
2340
-
2341
- export declare const ResetCacheOutputFilterSensitiveLog: (obj: ResetCacheOutput) => any;
2342
-
2343
- export declare const RetrieveTapeArchiveInputFilterSensitiveLog: (obj: RetrieveTapeArchiveInput) => any;
2344
-
2345
- export declare const RetrieveTapeArchiveOutputFilterSensitiveLog: (obj: RetrieveTapeArchiveOutput) => any;
2346
-
2347
- export declare const RetrieveTapeRecoveryPointInputFilterSensitiveLog: (obj: RetrieveTapeRecoveryPointInput) => any;
2348
-
2349
- export declare const RetrieveTapeRecoveryPointOutputFilterSensitiveLog: (obj: RetrieveTapeRecoveryPointOutput) => any;
2350
-
2351
- export declare const SetLocalConsolePasswordInputFilterSensitiveLog: (obj: SetLocalConsolePasswordInput) => any;
2352
-
2353
- export declare const SetLocalConsolePasswordOutputFilterSensitiveLog: (obj: SetLocalConsolePasswordOutput) => any;
2354
-
2355
- export declare const SetSMBGuestPasswordInputFilterSensitiveLog: (obj: SetSMBGuestPasswordInput) => any;
2356
-
2357
- export declare const SetSMBGuestPasswordOutputFilterSensitiveLog: (obj: SetSMBGuestPasswordOutput) => any;
2358
-
2359
- export declare const ShutdownGatewayInputFilterSensitiveLog: (obj: ShutdownGatewayInput) => any;
2360
-
2361
- export declare const ShutdownGatewayOutputFilterSensitiveLog: (obj: ShutdownGatewayOutput) => any;
2362
-
2363
- export declare const StartAvailabilityMonitorTestInputFilterSensitiveLog: (obj: StartAvailabilityMonitorTestInput) => any;
2364
-
2365
- export declare const StartAvailabilityMonitorTestOutputFilterSensitiveLog: (obj: StartAvailabilityMonitorTestOutput) => any;
2366
-
2367
- export declare const StartGatewayInputFilterSensitiveLog: (obj: StartGatewayInput) => any;
2368
-
2369
- export declare const StartGatewayOutputFilterSensitiveLog: (obj: StartGatewayOutput) => any;
2370
-
2371
- export declare const UpdateAutomaticTapeCreationPolicyInputFilterSensitiveLog: (obj: UpdateAutomaticTapeCreationPolicyInput) => any;
2372
-
2373
- export declare const UpdateAutomaticTapeCreationPolicyOutputFilterSensitiveLog: (obj: UpdateAutomaticTapeCreationPolicyOutput) => any;
2374
-
2375
- export declare const UpdateBandwidthRateLimitInputFilterSensitiveLog: (obj: UpdateBandwidthRateLimitInput) => any;
2376
-
2377
- export declare const UpdateBandwidthRateLimitOutputFilterSensitiveLog: (obj: UpdateBandwidthRateLimitOutput) => any;
2378
-
2379
- export declare const UpdateBandwidthRateLimitScheduleInputFilterSensitiveLog: (obj: UpdateBandwidthRateLimitScheduleInput) => any;
2380
-
2381
- export declare const UpdateBandwidthRateLimitScheduleOutputFilterSensitiveLog: (obj: UpdateBandwidthRateLimitScheduleOutput) => any;
2382
-
2383
- export declare const UpdateChapCredentialsInputFilterSensitiveLog: (obj: UpdateChapCredentialsInput) => any;
2384
-
2385
- export declare const UpdateChapCredentialsOutputFilterSensitiveLog: (obj: UpdateChapCredentialsOutput) => any;
2386
-
2387
- export declare const UpdateFileSystemAssociationInputFilterSensitiveLog: (obj: UpdateFileSystemAssociationInput) => any;
2388
-
2389
- export declare const UpdateFileSystemAssociationOutputFilterSensitiveLog: (obj: UpdateFileSystemAssociationOutput) => any;
2390
-
2391
- export declare const UpdateGatewayInformationInputFilterSensitiveLog: (obj: UpdateGatewayInformationInput) => any;
2392
-
2393
- export declare const UpdateGatewayInformationOutputFilterSensitiveLog: (obj: UpdateGatewayInformationOutput) => any;
2394
-
2395
- export declare const UpdateGatewaySoftwareNowInputFilterSensitiveLog: (obj: UpdateGatewaySoftwareNowInput) => any;
2396
-
2397
- export declare const UpdateGatewaySoftwareNowOutputFilterSensitiveLog: (obj: UpdateGatewaySoftwareNowOutput) => any;
2398
-
2399
- export declare const UpdateMaintenanceStartTimeInputFilterSensitiveLog: (obj: UpdateMaintenanceStartTimeInput) => any;
2400
-
2401
- export declare const UpdateMaintenanceStartTimeOutputFilterSensitiveLog: (obj: UpdateMaintenanceStartTimeOutput) => any;
2402
-
2403
- export declare const UpdateNFSFileShareInputFilterSensitiveLog: (obj: UpdateNFSFileShareInput) => any;
2404
-
2405
- export declare const UpdateNFSFileShareOutputFilterSensitiveLog: (obj: UpdateNFSFileShareOutput) => any;
2406
-
2407
- export declare const UpdateSMBFileShareInputFilterSensitiveLog: (obj: UpdateSMBFileShareInput) => any;
2408
-
2409
- export declare const UpdateSMBFileShareOutputFilterSensitiveLog: (obj: UpdateSMBFileShareOutput) => any;
2410
-
2411
- export declare const UpdateSMBFileShareVisibilityInputFilterSensitiveLog: (obj: UpdateSMBFileShareVisibilityInput) => any;
2412
-
2413
- export declare const UpdateSMBFileShareVisibilityOutputFilterSensitiveLog: (obj: UpdateSMBFileShareVisibilityOutput) => any;
2414
-
2415
- export declare const UpdateSMBLocalGroupsInputFilterSensitiveLog: (obj: UpdateSMBLocalGroupsInput) => any;
2416
-
2417
- export declare const UpdateSMBLocalGroupsOutputFilterSensitiveLog: (obj: UpdateSMBLocalGroupsOutput) => any;
2418
-
2419
- export declare const UpdateSMBSecurityStrategyInputFilterSensitiveLog: (obj: UpdateSMBSecurityStrategyInput) => any;
2420
-
2421
- export declare const UpdateSMBSecurityStrategyOutputFilterSensitiveLog: (obj: UpdateSMBSecurityStrategyOutput) => any;
2422
-
2423
- export declare const UpdateSnapshotScheduleInputFilterSensitiveLog: (obj: UpdateSnapshotScheduleInput) => any;
2424
-
2425
- export declare const UpdateSnapshotScheduleOutputFilterSensitiveLog: (obj: UpdateSnapshotScheduleOutput) => any;
2426
-
2427
- export declare const UpdateVTLDeviceTypeInputFilterSensitiveLog: (obj: UpdateVTLDeviceTypeInput) => any;
2428
-
2429
- export declare const UpdateVTLDeviceTypeOutputFilterSensitiveLog: (obj: UpdateVTLDeviceTypeOutput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException";
3
+ export interface Tag {
4
+ Key: string | undefined;
5
+ Value: string | undefined;
6
+ }
7
+ export interface ActivateGatewayInput {
8
+ ActivationKey: string | undefined;
9
+ GatewayName: string | undefined;
10
+ GatewayTimezone: string | undefined;
11
+ GatewayRegion: string | undefined;
12
+ GatewayType?: string;
13
+ TapeDriveType?: string;
14
+ MediumChangerType?: string;
15
+ Tags?: Tag[];
16
+ }
17
+ export interface ActivateGatewayOutput {
18
+ GatewayARN?: string;
19
+ }
20
+ export declare type ErrorCode =
21
+ | "ActivationKeyExpired"
22
+ | "ActivationKeyInvalid"
23
+ | "ActivationKeyNotFound"
24
+ | "AuthenticationFailure"
25
+ | "BandwidthThrottleScheduleNotFound"
26
+ | "Blocked"
27
+ | "CannotExportSnapshot"
28
+ | "ChapCredentialNotFound"
29
+ | "DiskAlreadyAllocated"
30
+ | "DiskDoesNotExist"
31
+ | "DiskSizeGreaterThanVolumeMaxSize"
32
+ | "DiskSizeLessThanVolumeSize"
33
+ | "DiskSizeNotGigAligned"
34
+ | "DuplicateCertificateInfo"
35
+ | "DuplicateSchedule"
36
+ | "EndpointNotFound"
37
+ | "GatewayInternalError"
38
+ | "GatewayNotConnected"
39
+ | "GatewayNotFound"
40
+ | "GatewayProxyNetworkConnectionBusy"
41
+ | "IAMNotSupported"
42
+ | "InitiatorInvalid"
43
+ | "InitiatorNotFound"
44
+ | "InternalError"
45
+ | "InvalidEndpoint"
46
+ | "InvalidGateway"
47
+ | "InvalidParameters"
48
+ | "InvalidSchedule"
49
+ | "JoinDomainInProgress"
50
+ | "LocalStorageLimitExceeded"
51
+ | "LunAlreadyAllocated "
52
+ | "LunInvalid"
53
+ | "MaximumContentLengthExceeded"
54
+ | "MaximumTapeCartridgeCountExceeded"
55
+ | "MaximumVolumeCountExceeded"
56
+ | "NetworkConfigurationChanged"
57
+ | "NoDisksAvailable"
58
+ | "NotImplemented"
59
+ | "NotSupported"
60
+ | "OperationAborted"
61
+ | "OutdatedGateway"
62
+ | "ParametersNotImplemented"
63
+ | "RegionInvalid"
64
+ | "RequestTimeout"
65
+ | "ServiceUnavailable"
66
+ | "SnapshotDeleted"
67
+ | "SnapshotIdInvalid"
68
+ | "SnapshotInProgress"
69
+ | "SnapshotNotFound"
70
+ | "SnapshotScheduleNotFound"
71
+ | "StagingAreaFull"
72
+ | "StorageFailure"
73
+ | "TapeCartridgeNotFound"
74
+ | "TargetAlreadyExists"
75
+ | "TargetInvalid"
76
+ | "TargetNotFound"
77
+ | "UnauthorizedOperation"
78
+ | "VolumeAlreadyExists"
79
+ | "VolumeIdInvalid"
80
+ | "VolumeInUse"
81
+ | "VolumeNotFound"
82
+ | "VolumeNotReady";
83
+ export interface StorageGatewayError {
84
+ errorCode?: ErrorCode | string;
85
+ errorDetails?: Record<string, string>;
86
+ }
87
+ export declare class InternalServerError extends __BaseException {
88
+ readonly name: "InternalServerError";
89
+ readonly $fault: "server";
90
+ error?: StorageGatewayError;
91
+ constructor(
92
+ opts: __ExceptionOptionType<InternalServerError, __BaseException>
93
+ );
94
+ }
95
+ export declare class InvalidGatewayRequestException extends __BaseException {
96
+ readonly name: "InvalidGatewayRequestException";
97
+ readonly $fault: "client";
98
+ error?: StorageGatewayError;
99
+ constructor(
100
+ opts: __ExceptionOptionType<InvalidGatewayRequestException, __BaseException>
101
+ );
102
+ }
103
+ export declare type ActiveDirectoryStatus =
104
+ | "ACCESS_DENIED"
105
+ | "DETACHED"
106
+ | "JOINED"
107
+ | "JOINING"
108
+ | "NETWORK_ERROR"
109
+ | "TIMEOUT"
110
+ | "UNKNOWN_ERROR";
111
+ export interface AddCacheInput {
112
+ GatewayARN: string | undefined;
113
+ DiskIds: string[] | undefined;
114
+ }
115
+ export interface AddCacheOutput {
116
+ GatewayARN?: string;
117
+ }
118
+ export interface AddTagsToResourceInput {
119
+ ResourceARN: string | undefined;
120
+ Tags: Tag[] | undefined;
121
+ }
122
+ export interface AddTagsToResourceOutput {
123
+ ResourceARN?: string;
124
+ }
125
+ export interface AddUploadBufferInput {
126
+ GatewayARN: string | undefined;
127
+ DiskIds: string[] | undefined;
128
+ }
129
+ export interface AddUploadBufferOutput {
130
+ GatewayARN?: string;
131
+ }
132
+ export interface AddWorkingStorageInput {
133
+ GatewayARN: string | undefined;
134
+ DiskIds: string[] | undefined;
135
+ }
136
+ export interface AddWorkingStorageOutput {
137
+ GatewayARN?: string;
138
+ }
139
+ export interface AssignTapePoolInput {
140
+ TapeARN: string | undefined;
141
+ PoolId: string | undefined;
142
+ BypassGovernanceRetention?: boolean;
143
+ }
144
+ export interface AssignTapePoolOutput {
145
+ TapeARN?: string;
146
+ }
147
+ export interface CacheAttributes {
148
+ CacheStaleTimeoutInSeconds?: number;
149
+ }
150
+ export interface EndpointNetworkConfiguration {
151
+ IpAddresses?: string[];
152
+ }
153
+ export interface AssociateFileSystemInput {
154
+ UserName: string | undefined;
155
+ Password: string | undefined;
156
+ ClientToken: string | undefined;
157
+ GatewayARN: string | undefined;
158
+ LocationARN: string | undefined;
159
+ Tags?: Tag[];
160
+ AuditDestinationARN?: string;
161
+ CacheAttributes?: CacheAttributes;
162
+ EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
163
+ }
164
+ export interface AssociateFileSystemOutput {
165
+ FileSystemAssociationARN?: string;
166
+ }
167
+ export interface AttachVolumeInput {
168
+ GatewayARN: string | undefined;
169
+ TargetName?: string;
170
+ VolumeARN: string | undefined;
171
+ NetworkInterfaceId: string | undefined;
172
+ DiskId?: string;
173
+ }
174
+ export interface AttachVolumeOutput {
175
+ VolumeARN?: string;
176
+ TargetARN?: string;
177
+ }
178
+ export interface AutomaticTapeCreationRule {
179
+ TapeBarcodePrefix: string | undefined;
180
+ PoolId: string | undefined;
181
+ TapeSizeInBytes: number | undefined;
182
+ MinimumNumTapes: number | undefined;
183
+ Worm?: boolean;
184
+ }
185
+ export interface AutomaticTapeCreationPolicyInfo {
186
+ AutomaticTapeCreationRules?: AutomaticTapeCreationRule[];
187
+ GatewayARN?: string;
188
+ }
189
+ export declare type AvailabilityMonitorTestStatus =
190
+ | "COMPLETE"
191
+ | "FAILED"
192
+ | "PENDING";
193
+ export interface BandwidthRateLimitInterval {
194
+ StartHourOfDay: number | undefined;
195
+ StartMinuteOfHour: number | undefined;
196
+ EndHourOfDay: number | undefined;
197
+ EndMinuteOfHour: number | undefined;
198
+ DaysOfWeek: number[] | undefined;
199
+ AverageUploadRateLimitInBitsPerSec?: number;
200
+ AverageDownloadRateLimitInBitsPerSec?: number;
201
+ }
202
+ export interface VolumeiSCSIAttributes {
203
+ TargetARN?: string;
204
+ NetworkInterfaceId?: string;
205
+ NetworkInterfacePort?: number;
206
+ LunNumber?: number;
207
+ ChapEnabled?: boolean;
208
+ }
209
+ export interface CachediSCSIVolume {
210
+ VolumeARN?: string;
211
+ VolumeId?: string;
212
+ VolumeType?: string;
213
+ VolumeStatus?: string;
214
+ VolumeAttachmentStatus?: string;
215
+ VolumeSizeInBytes?: number;
216
+ VolumeProgress?: number;
217
+ SourceSnapshotId?: string;
218
+ VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
219
+ CreatedDate?: Date;
220
+ VolumeUsedInBytes?: number;
221
+ KMSKey?: string;
222
+ TargetName?: string;
223
+ }
224
+ export interface CancelArchivalInput {
225
+ GatewayARN: string | undefined;
226
+ TapeARN: string | undefined;
227
+ }
228
+ export interface CancelArchivalOutput {
229
+ TapeARN?: string;
230
+ }
231
+ export interface CancelRetrievalInput {
232
+ GatewayARN: string | undefined;
233
+ TapeARN: string | undefined;
234
+ }
235
+ export interface CancelRetrievalOutput {
236
+ TapeARN?: string;
237
+ }
238
+ export declare type CaseSensitivity = "CaseSensitive" | "ClientSpecified";
239
+ export interface ChapInfo {
240
+ TargetARN?: string;
241
+ SecretToAuthenticateInitiator?: string;
242
+ InitiatorName?: string;
243
+ SecretToAuthenticateTarget?: string;
244
+ }
245
+ export interface CreateCachediSCSIVolumeInput {
246
+ GatewayARN: string | undefined;
247
+ VolumeSizeInBytes: number | undefined;
248
+ SnapshotId?: string;
249
+ TargetName: string | undefined;
250
+ SourceVolumeARN?: string;
251
+ NetworkInterfaceId: string | undefined;
252
+ ClientToken: string | undefined;
253
+ KMSEncrypted?: boolean;
254
+ KMSKey?: string;
255
+ Tags?: Tag[];
256
+ }
257
+ export interface CreateCachediSCSIVolumeOutput {
258
+ VolumeARN?: string;
259
+ TargetARN?: string;
260
+ }
261
+ export interface NFSFileShareDefaults {
262
+ FileMode?: string;
263
+ DirectoryMode?: string;
264
+ GroupId?: number;
265
+ OwnerId?: number;
266
+ }
267
+ export declare type ObjectACL =
268
+ | "authenticated-read"
269
+ | "aws-exec-read"
270
+ | "bucket-owner-full-control"
271
+ | "bucket-owner-read"
272
+ | "private"
273
+ | "public-read"
274
+ | "public-read-write";
275
+ export interface CreateNFSFileShareInput {
276
+ ClientToken: string | undefined;
277
+ NFSFileShareDefaults?: NFSFileShareDefaults;
278
+ GatewayARN: string | undefined;
279
+ KMSEncrypted?: boolean;
280
+ KMSKey?: string;
281
+ Role: string | undefined;
282
+ LocationARN: string | undefined;
283
+ DefaultStorageClass?: string;
284
+ ObjectACL?: ObjectACL | string;
285
+ ClientList?: string[];
286
+ Squash?: string;
287
+ ReadOnly?: boolean;
288
+ GuessMIMETypeEnabled?: boolean;
289
+ RequesterPays?: boolean;
290
+ Tags?: Tag[];
291
+ FileShareName?: string;
292
+ CacheAttributes?: CacheAttributes;
293
+ NotificationPolicy?: string;
294
+ VPCEndpointDNSName?: string;
295
+ BucketRegion?: string;
296
+ AuditDestinationARN?: string;
297
+ }
298
+ export interface CreateNFSFileShareOutput {
299
+ FileShareARN?: string;
300
+ }
301
+ export interface CreateSMBFileShareInput {
302
+ ClientToken: string | undefined;
303
+ GatewayARN: string | undefined;
304
+ KMSEncrypted?: boolean;
305
+ KMSKey?: string;
306
+ Role: string | undefined;
307
+ LocationARN: string | undefined;
308
+ DefaultStorageClass?: string;
309
+ ObjectACL?: ObjectACL | string;
310
+ ReadOnly?: boolean;
311
+ GuessMIMETypeEnabled?: boolean;
312
+ RequesterPays?: boolean;
313
+ SMBACLEnabled?: boolean;
314
+ AccessBasedEnumeration?: boolean;
315
+ AdminUserList?: string[];
316
+ ValidUserList?: string[];
317
+ InvalidUserList?: string[];
318
+ AuditDestinationARN?: string;
319
+ Authentication?: string;
320
+ CaseSensitivity?: CaseSensitivity | string;
321
+ Tags?: Tag[];
322
+ FileShareName?: string;
323
+ CacheAttributes?: CacheAttributes;
324
+ NotificationPolicy?: string;
325
+ VPCEndpointDNSName?: string;
326
+ BucketRegion?: string;
327
+ OplocksEnabled?: boolean;
328
+ }
329
+ export interface CreateSMBFileShareOutput {
330
+ FileShareARN?: string;
331
+ }
332
+ export interface CreateSnapshotInput {
333
+ VolumeARN: string | undefined;
334
+ SnapshotDescription: string | undefined;
335
+ Tags?: Tag[];
336
+ }
337
+ export interface CreateSnapshotOutput {
338
+ VolumeARN?: string;
339
+ SnapshotId?: string;
340
+ }
341
+ export declare class ServiceUnavailableError extends __BaseException {
342
+ readonly name: "ServiceUnavailableError";
343
+ readonly $fault: "server";
344
+ error?: StorageGatewayError;
345
+ constructor(
346
+ opts: __ExceptionOptionType<ServiceUnavailableError, __BaseException>
347
+ );
348
+ }
349
+ export interface CreateSnapshotFromVolumeRecoveryPointInput {
350
+ VolumeARN: string | undefined;
351
+ SnapshotDescription: string | undefined;
352
+ Tags?: Tag[];
353
+ }
354
+ export interface CreateSnapshotFromVolumeRecoveryPointOutput {
355
+ SnapshotId?: string;
356
+ VolumeARN?: string;
357
+ VolumeRecoveryPointTime?: string;
358
+ }
359
+ export interface CreateStorediSCSIVolumeInput {
360
+ GatewayARN: string | undefined;
361
+ DiskId: string | undefined;
362
+ SnapshotId?: string;
363
+ PreserveExistingData: boolean | undefined;
364
+ TargetName: string | undefined;
365
+ NetworkInterfaceId: string | undefined;
366
+ KMSEncrypted?: boolean;
367
+ KMSKey?: string;
368
+ Tags?: Tag[];
369
+ }
370
+ export interface CreateStorediSCSIVolumeOutput {
371
+ VolumeARN?: string;
372
+ VolumeSizeInBytes?: number;
373
+ TargetARN?: string;
374
+ }
375
+ export declare type RetentionLockType = "COMPLIANCE" | "GOVERNANCE" | "NONE";
376
+ export declare type TapeStorageClass = "DEEP_ARCHIVE" | "GLACIER";
377
+ export interface CreateTapePoolInput {
378
+ PoolName: string | undefined;
379
+ StorageClass: TapeStorageClass | string | undefined;
380
+ RetentionLockType?: RetentionLockType | string;
381
+ RetentionLockTimeInDays?: number;
382
+ Tags?: Tag[];
383
+ }
384
+ export interface CreateTapePoolOutput {
385
+ PoolARN?: string;
386
+ }
387
+ export interface CreateTapesInput {
388
+ GatewayARN: string | undefined;
389
+ TapeSizeInBytes: number | undefined;
390
+ ClientToken: string | undefined;
391
+ NumTapesToCreate: number | undefined;
392
+ TapeBarcodePrefix: string | undefined;
393
+ KMSEncrypted?: boolean;
394
+ KMSKey?: string;
395
+ PoolId?: string;
396
+ Worm?: boolean;
397
+ Tags?: Tag[];
398
+ }
399
+ export interface CreateTapesOutput {
400
+ TapeARNs?: string[];
401
+ }
402
+ export interface CreateTapeWithBarcodeInput {
403
+ GatewayARN: string | undefined;
404
+ TapeSizeInBytes: number | undefined;
405
+ TapeBarcode: string | undefined;
406
+ KMSEncrypted?: boolean;
407
+ KMSKey?: string;
408
+ PoolId?: string;
409
+ Worm?: boolean;
410
+ Tags?: Tag[];
411
+ }
412
+ export interface CreateTapeWithBarcodeOutput {
413
+ TapeARN?: string;
414
+ }
415
+ export interface DeleteAutomaticTapeCreationPolicyInput {
416
+ GatewayARN: string | undefined;
417
+ }
418
+ export interface DeleteAutomaticTapeCreationPolicyOutput {
419
+ GatewayARN?: string;
420
+ }
421
+ export interface DeleteBandwidthRateLimitInput {
422
+ GatewayARN: string | undefined;
423
+ BandwidthType: string | undefined;
424
+ }
425
+ export interface DeleteBandwidthRateLimitOutput {
426
+ GatewayARN?: string;
427
+ }
428
+ export interface DeleteChapCredentialsInput {
429
+ TargetARN: string | undefined;
430
+ InitiatorName: string | undefined;
431
+ }
432
+ export interface DeleteChapCredentialsOutput {
433
+ TargetARN?: string;
434
+ InitiatorName?: string;
435
+ }
436
+ export interface DeleteFileShareInput {
437
+ FileShareARN: string | undefined;
438
+ ForceDelete?: boolean;
439
+ }
440
+ export interface DeleteFileShareOutput {
441
+ FileShareARN?: string;
442
+ }
443
+ export interface DeleteGatewayInput {
444
+ GatewayARN: string | undefined;
445
+ }
446
+ export interface DeleteGatewayOutput {
447
+ GatewayARN?: string;
448
+ }
449
+ export interface DeleteSnapshotScheduleInput {
450
+ VolumeARN: string | undefined;
451
+ }
452
+ export interface DeleteSnapshotScheduleOutput {
453
+ VolumeARN?: string;
454
+ }
455
+ export interface DeleteTapeInput {
456
+ GatewayARN: string | undefined;
457
+ TapeARN: string | undefined;
458
+ BypassGovernanceRetention?: boolean;
459
+ }
460
+ export interface DeleteTapeOutput {
461
+ TapeARN?: string;
462
+ }
463
+ export interface DeleteTapeArchiveInput {
464
+ TapeARN: string | undefined;
465
+ BypassGovernanceRetention?: boolean;
466
+ }
467
+ export interface DeleteTapeArchiveOutput {
468
+ TapeARN?: string;
469
+ }
470
+ export interface DeleteTapePoolInput {
471
+ PoolARN: string | undefined;
472
+ }
473
+ export interface DeleteTapePoolOutput {
474
+ PoolARN?: string;
475
+ }
476
+ export interface DeleteVolumeInput {
477
+ VolumeARN: string | undefined;
478
+ }
479
+ export interface DeleteVolumeOutput {
480
+ VolumeARN?: string;
481
+ }
482
+ export interface DescribeAvailabilityMonitorTestInput {
483
+ GatewayARN: string | undefined;
484
+ }
485
+ export interface DescribeAvailabilityMonitorTestOutput {
486
+ GatewayARN?: string;
487
+ Status?: AvailabilityMonitorTestStatus | string;
488
+ StartTime?: Date;
489
+ }
490
+ export interface DescribeBandwidthRateLimitInput {
491
+ GatewayARN: string | undefined;
492
+ }
493
+ export interface DescribeBandwidthRateLimitOutput {
494
+ GatewayARN?: string;
495
+ AverageUploadRateLimitInBitsPerSec?: number;
496
+ AverageDownloadRateLimitInBitsPerSec?: number;
497
+ }
498
+ export interface DescribeBandwidthRateLimitScheduleInput {
499
+ GatewayARN: string | undefined;
500
+ }
501
+ export interface DescribeBandwidthRateLimitScheduleOutput {
502
+ GatewayARN?: string;
503
+ BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
504
+ }
505
+ export interface DescribeCacheInput {
506
+ GatewayARN: string | undefined;
507
+ }
508
+ export interface DescribeCacheOutput {
509
+ GatewayARN?: string;
510
+ DiskIds?: string[];
511
+ CacheAllocatedInBytes?: number;
512
+ CacheUsedPercentage?: number;
513
+ CacheDirtyPercentage?: number;
514
+ CacheHitPercentage?: number;
515
+ CacheMissPercentage?: number;
516
+ }
517
+ export interface DescribeCachediSCSIVolumesInput {
518
+ VolumeARNs: string[] | undefined;
519
+ }
520
+ export interface DescribeCachediSCSIVolumesOutput {
521
+ CachediSCSIVolumes?: CachediSCSIVolume[];
522
+ }
523
+ export interface DescribeChapCredentialsInput {
524
+ TargetARN: string | undefined;
525
+ }
526
+ export interface DescribeChapCredentialsOutput {
527
+ ChapCredentials?: ChapInfo[];
528
+ }
529
+ export interface DescribeFileSystemAssociationsInput {
530
+ FileSystemAssociationARNList: string[] | undefined;
531
+ }
532
+ export interface FileSystemAssociationStatusDetail {
533
+ ErrorCode?: string;
534
+ }
535
+ export interface FileSystemAssociationInfo {
536
+ FileSystemAssociationARN?: string;
537
+ LocationARN?: string;
538
+ FileSystemAssociationStatus?: string;
539
+ AuditDestinationARN?: string;
540
+ GatewayARN?: string;
541
+ Tags?: Tag[];
542
+ CacheAttributes?: CacheAttributes;
543
+ EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
544
+ FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetail[];
545
+ }
546
+ export interface DescribeFileSystemAssociationsOutput {
547
+ FileSystemAssociationInfoList?: FileSystemAssociationInfo[];
548
+ }
549
+ export interface DescribeGatewayInformationInput {
550
+ GatewayARN: string | undefined;
551
+ }
552
+ export declare enum GatewayCapacity {
553
+ Large = "Large",
554
+ Medium = "Medium",
555
+ Small = "Small",
556
+ }
557
+ export interface NetworkInterface {
558
+ Ipv4Address?: string;
559
+ MacAddress?: string;
560
+ Ipv6Address?: string;
561
+ }
562
+ export declare type HostEnvironment =
563
+ | "EC2"
564
+ | "HYPER-V"
565
+ | "KVM"
566
+ | "OTHER"
567
+ | "SNOWBALL"
568
+ | "VMWARE";
569
+ export interface DescribeGatewayInformationOutput {
570
+ GatewayARN?: string;
571
+ GatewayId?: string;
572
+ GatewayName?: string;
573
+ GatewayTimezone?: string;
574
+ GatewayState?: string;
575
+ GatewayNetworkInterfaces?: NetworkInterface[];
576
+ GatewayType?: string;
577
+ NextUpdateAvailabilityDate?: string;
578
+ LastSoftwareUpdate?: string;
579
+ Ec2InstanceId?: string;
580
+ Ec2InstanceRegion?: string;
581
+ Tags?: Tag[];
582
+ VPCEndpoint?: string;
583
+ CloudWatchLogGroupARN?: string;
584
+ HostEnvironment?: HostEnvironment | string;
585
+ EndpointType?: string;
586
+ SoftwareUpdatesEndDate?: string;
587
+ DeprecationDate?: string;
588
+ GatewayCapacity?: GatewayCapacity | string;
589
+ SupportedGatewayCapacities?: (GatewayCapacity | string)[];
590
+ HostEnvironmentId?: string;
591
+ }
592
+ export interface DescribeMaintenanceStartTimeInput {
593
+ GatewayARN: string | undefined;
594
+ }
595
+ export interface DescribeMaintenanceStartTimeOutput {
596
+ GatewayARN?: string;
597
+ HourOfDay?: number;
598
+ MinuteOfHour?: number;
599
+ DayOfWeek?: number;
600
+ DayOfMonth?: number;
601
+ Timezone?: string;
602
+ }
603
+ export interface DescribeNFSFileSharesInput {
604
+ FileShareARNList: string[] | undefined;
605
+ }
606
+ export interface NFSFileShareInfo {
607
+ NFSFileShareDefaults?: NFSFileShareDefaults;
608
+ FileShareARN?: string;
609
+ FileShareId?: string;
610
+ FileShareStatus?: string;
611
+ GatewayARN?: string;
612
+ KMSEncrypted?: boolean;
613
+ KMSKey?: string;
614
+ Path?: string;
615
+ Role?: string;
616
+ LocationARN?: string;
617
+ DefaultStorageClass?: string;
618
+ ObjectACL?: ObjectACL | string;
619
+ ClientList?: string[];
620
+ Squash?: string;
621
+ ReadOnly?: boolean;
622
+ GuessMIMETypeEnabled?: boolean;
623
+ RequesterPays?: boolean;
624
+ Tags?: Tag[];
625
+ FileShareName?: string;
626
+ CacheAttributes?: CacheAttributes;
627
+ NotificationPolicy?: string;
628
+ VPCEndpointDNSName?: string;
629
+ BucketRegion?: string;
630
+ AuditDestinationARN?: string;
631
+ }
632
+ export interface DescribeNFSFileSharesOutput {
633
+ NFSFileShareInfoList?: NFSFileShareInfo[];
634
+ }
635
+ export interface DescribeSMBFileSharesInput {
636
+ FileShareARNList: string[] | undefined;
637
+ }
638
+ export interface SMBFileShareInfo {
639
+ FileShareARN?: string;
640
+ FileShareId?: string;
641
+ FileShareStatus?: string;
642
+ GatewayARN?: string;
643
+ KMSEncrypted?: boolean;
644
+ KMSKey?: string;
645
+ Path?: string;
646
+ Role?: string;
647
+ LocationARN?: string;
648
+ DefaultStorageClass?: string;
649
+ ObjectACL?: ObjectACL | string;
650
+ ReadOnly?: boolean;
651
+ GuessMIMETypeEnabled?: boolean;
652
+ RequesterPays?: boolean;
653
+ SMBACLEnabled?: boolean;
654
+ AccessBasedEnumeration?: boolean;
655
+ AdminUserList?: string[];
656
+ ValidUserList?: string[];
657
+ InvalidUserList?: string[];
658
+ AuditDestinationARN?: string;
659
+ Authentication?: string;
660
+ CaseSensitivity?: CaseSensitivity | string;
661
+ Tags?: Tag[];
662
+ FileShareName?: string;
663
+ CacheAttributes?: CacheAttributes;
664
+ NotificationPolicy?: string;
665
+ VPCEndpointDNSName?: string;
666
+ BucketRegion?: string;
667
+ OplocksEnabled?: boolean;
668
+ }
669
+ export interface DescribeSMBFileSharesOutput {
670
+ SMBFileShareInfoList?: SMBFileShareInfo[];
671
+ }
672
+ export interface DescribeSMBSettingsInput {
673
+ GatewayARN: string | undefined;
674
+ }
675
+ export interface SMBLocalGroups {
676
+ GatewayAdmins?: string[];
677
+ }
678
+ export declare type SMBSecurityStrategy =
679
+ | "ClientSpecified"
680
+ | "MandatoryEncryption"
681
+ | "MandatorySigning";
682
+ export interface DescribeSMBSettingsOutput {
683
+ GatewayARN?: string;
684
+ DomainName?: string;
685
+ ActiveDirectoryStatus?: ActiveDirectoryStatus | string;
686
+ SMBGuestPasswordSet?: boolean;
687
+ SMBSecurityStrategy?: SMBSecurityStrategy | string;
688
+ FileSharesVisible?: boolean;
689
+ SMBLocalGroups?: SMBLocalGroups;
690
+ }
691
+ export interface DescribeSnapshotScheduleInput {
692
+ VolumeARN: string | undefined;
693
+ }
694
+ export interface DescribeSnapshotScheduleOutput {
695
+ VolumeARN?: string;
696
+ StartAt?: number;
697
+ RecurrenceInHours?: number;
698
+ Description?: string;
699
+ Timezone?: string;
700
+ Tags?: Tag[];
701
+ }
702
+ export interface DescribeStorediSCSIVolumesInput {
703
+ VolumeARNs: string[] | undefined;
704
+ }
705
+ export interface StorediSCSIVolume {
706
+ VolumeARN?: string;
707
+ VolumeId?: string;
708
+ VolumeType?: string;
709
+ VolumeStatus?: string;
710
+ VolumeAttachmentStatus?: string;
711
+ VolumeSizeInBytes?: number;
712
+ VolumeProgress?: number;
713
+ VolumeDiskId?: string;
714
+ SourceSnapshotId?: string;
715
+ PreservedExistingData?: boolean;
716
+ VolumeiSCSIAttributes?: VolumeiSCSIAttributes;
717
+ CreatedDate?: Date;
718
+ VolumeUsedInBytes?: number;
719
+ KMSKey?: string;
720
+ TargetName?: string;
721
+ }
722
+ export interface DescribeStorediSCSIVolumesOutput {
723
+ StorediSCSIVolumes?: StorediSCSIVolume[];
724
+ }
725
+ export interface DescribeTapeArchivesInput {
726
+ TapeARNs?: string[];
727
+ Marker?: string;
728
+ Limit?: number;
729
+ }
730
+ export interface TapeArchive {
731
+ TapeARN?: string;
732
+ TapeBarcode?: string;
733
+ TapeCreatedDate?: Date;
734
+ TapeSizeInBytes?: number;
735
+ CompletionTime?: Date;
736
+ RetrievedTo?: string;
737
+ TapeStatus?: string;
738
+ TapeUsedInBytes?: number;
739
+ KMSKey?: string;
740
+ PoolId?: string;
741
+ Worm?: boolean;
742
+ RetentionStartDate?: Date;
743
+ PoolEntryDate?: Date;
744
+ }
745
+ export interface DescribeTapeArchivesOutput {
746
+ TapeArchives?: TapeArchive[];
747
+ Marker?: string;
748
+ }
749
+ export interface DescribeTapeRecoveryPointsInput {
750
+ GatewayARN: string | undefined;
751
+ Marker?: string;
752
+ Limit?: number;
753
+ }
754
+ export interface TapeRecoveryPointInfo {
755
+ TapeARN?: string;
756
+ TapeRecoveryPointTime?: Date;
757
+ TapeSizeInBytes?: number;
758
+ TapeStatus?: string;
759
+ }
760
+ export interface DescribeTapeRecoveryPointsOutput {
761
+ GatewayARN?: string;
762
+ TapeRecoveryPointInfos?: TapeRecoveryPointInfo[];
763
+ Marker?: string;
764
+ }
765
+ export interface DescribeTapesInput {
766
+ GatewayARN: string | undefined;
767
+ TapeARNs?: string[];
768
+ Marker?: string;
769
+ Limit?: number;
770
+ }
771
+ export interface Tape {
772
+ TapeARN?: string;
773
+ TapeBarcode?: string;
774
+ TapeCreatedDate?: Date;
775
+ TapeSizeInBytes?: number;
776
+ TapeStatus?: string;
777
+ VTLDevice?: string;
778
+ Progress?: number;
779
+ TapeUsedInBytes?: number;
780
+ KMSKey?: string;
781
+ PoolId?: string;
782
+ Worm?: boolean;
783
+ RetentionStartDate?: Date;
784
+ PoolEntryDate?: Date;
785
+ }
786
+ export interface DescribeTapesOutput {
787
+ Tapes?: Tape[];
788
+ Marker?: string;
789
+ }
790
+ export interface DescribeUploadBufferInput {
791
+ GatewayARN: string | undefined;
792
+ }
793
+ export interface DescribeUploadBufferOutput {
794
+ GatewayARN?: string;
795
+ DiskIds?: string[];
796
+ UploadBufferUsedInBytes?: number;
797
+ UploadBufferAllocatedInBytes?: number;
798
+ }
799
+ export interface DescribeVTLDevicesInput {
800
+ GatewayARN: string | undefined;
801
+ VTLDeviceARNs?: string[];
802
+ Marker?: string;
803
+ Limit?: number;
804
+ }
805
+ export interface DeviceiSCSIAttributes {
806
+ TargetARN?: string;
807
+ NetworkInterfaceId?: string;
808
+ NetworkInterfacePort?: number;
809
+ ChapEnabled?: boolean;
810
+ }
811
+ export interface VTLDevice {
812
+ VTLDeviceARN?: string;
813
+ VTLDeviceType?: string;
814
+ VTLDeviceVendor?: string;
815
+ VTLDeviceProductIdentifier?: string;
816
+ DeviceiSCSIAttributes?: DeviceiSCSIAttributes;
817
+ }
818
+ export interface DescribeVTLDevicesOutput {
819
+ GatewayARN?: string;
820
+ VTLDevices?: VTLDevice[];
821
+ Marker?: string;
822
+ }
823
+ export interface DescribeWorkingStorageInput {
824
+ GatewayARN: string | undefined;
825
+ }
826
+ export interface DescribeWorkingStorageOutput {
827
+ GatewayARN?: string;
828
+ DiskIds?: string[];
829
+ WorkingStorageUsedInBytes?: number;
830
+ WorkingStorageAllocatedInBytes?: number;
831
+ }
832
+ export interface DetachVolumeInput {
833
+ VolumeARN: string | undefined;
834
+ ForceDetach?: boolean;
835
+ }
836
+ export interface DetachVolumeOutput {
837
+ VolumeARN?: string;
838
+ }
839
+ export interface DisableGatewayInput {
840
+ GatewayARN: string | undefined;
841
+ }
842
+ export interface DisableGatewayOutput {
843
+ GatewayARN?: string;
844
+ }
845
+ export interface DisassociateFileSystemInput {
846
+ FileSystemAssociationARN: string | undefined;
847
+ ForceDelete?: boolean;
848
+ }
849
+ export interface DisassociateFileSystemOutput {
850
+ FileSystemAssociationARN?: string;
851
+ }
852
+ export interface Disk {
853
+ DiskId?: string;
854
+ DiskPath?: string;
855
+ DiskNode?: string;
856
+ DiskStatus?: string;
857
+ DiskSizeInBytes?: number;
858
+ DiskAllocationType?: string;
859
+ DiskAllocationResource?: string;
860
+ DiskAttributeList?: string[];
861
+ }
862
+ export declare type FileShareType = "NFS" | "SMB";
863
+ export interface FileShareInfo {
864
+ FileShareType?: FileShareType | string;
865
+ FileShareARN?: string;
866
+ FileShareId?: string;
867
+ FileShareStatus?: string;
868
+ GatewayARN?: string;
869
+ }
870
+ export interface FileSystemAssociationSummary {
871
+ FileSystemAssociationId?: string;
872
+ FileSystemAssociationARN?: string;
873
+ FileSystemAssociationStatus?: string;
874
+ GatewayARN?: string;
875
+ }
876
+ export interface GatewayInfo {
877
+ GatewayId?: string;
878
+ GatewayARN?: string;
879
+ GatewayType?: string;
880
+ GatewayOperationalState?: string;
881
+ GatewayName?: string;
882
+ Ec2InstanceId?: string;
883
+ Ec2InstanceRegion?: string;
884
+ HostEnvironment?: HostEnvironment | string;
885
+ HostEnvironmentId?: string;
886
+ }
887
+ export interface JoinDomainInput {
888
+ GatewayARN: string | undefined;
889
+ DomainName: string | undefined;
890
+ OrganizationalUnit?: string;
891
+ DomainControllers?: string[];
892
+ TimeoutInSeconds?: number;
893
+ UserName: string | undefined;
894
+ Password: string | undefined;
895
+ }
896
+ export interface JoinDomainOutput {
897
+ GatewayARN?: string;
898
+ ActiveDirectoryStatus?: ActiveDirectoryStatus | string;
899
+ }
900
+ export interface ListAutomaticTapeCreationPoliciesInput {
901
+ GatewayARN?: string;
902
+ }
903
+ export interface ListAutomaticTapeCreationPoliciesOutput {
904
+ AutomaticTapeCreationPolicyInfos?: AutomaticTapeCreationPolicyInfo[];
905
+ }
906
+ export interface ListFileSharesInput {
907
+ GatewayARN?: string;
908
+ Limit?: number;
909
+ Marker?: string;
910
+ }
911
+ export interface ListFileSharesOutput {
912
+ Marker?: string;
913
+ NextMarker?: string;
914
+ FileShareInfoList?: FileShareInfo[];
915
+ }
916
+ export interface ListFileSystemAssociationsInput {
917
+ GatewayARN?: string;
918
+ Limit?: number;
919
+ Marker?: string;
920
+ }
921
+ export interface ListFileSystemAssociationsOutput {
922
+ Marker?: string;
923
+ NextMarker?: string;
924
+ FileSystemAssociationSummaryList?: FileSystemAssociationSummary[];
925
+ }
926
+ export interface ListGatewaysInput {
927
+ Marker?: string;
928
+ Limit?: number;
929
+ }
930
+ export interface ListGatewaysOutput {
931
+ Gateways?: GatewayInfo[];
932
+ Marker?: string;
933
+ }
934
+ export interface ListLocalDisksInput {
935
+ GatewayARN: string | undefined;
936
+ }
937
+ export interface ListLocalDisksOutput {
938
+ GatewayARN?: string;
939
+ Disks?: Disk[];
940
+ }
941
+ export interface ListTagsForResourceInput {
942
+ ResourceARN: string | undefined;
943
+ Marker?: string;
944
+ Limit?: number;
945
+ }
946
+ export interface ListTagsForResourceOutput {
947
+ ResourceARN?: string;
948
+ Marker?: string;
949
+ Tags?: Tag[];
950
+ }
951
+ export interface ListTapePoolsInput {
952
+ PoolARNs?: string[];
953
+ Marker?: string;
954
+ Limit?: number;
955
+ }
956
+ export declare type PoolStatus = "ACTIVE" | "DELETED";
957
+ export interface PoolInfo {
958
+ PoolARN?: string;
959
+ PoolName?: string;
960
+ StorageClass?: TapeStorageClass | string;
961
+ RetentionLockType?: RetentionLockType | string;
962
+ RetentionLockTimeInDays?: number;
963
+ PoolStatus?: PoolStatus | string;
964
+ }
965
+ export interface ListTapePoolsOutput {
966
+ PoolInfos?: PoolInfo[];
967
+ Marker?: string;
968
+ }
969
+ export interface ListTapesInput {
970
+ TapeARNs?: string[];
971
+ Marker?: string;
972
+ Limit?: number;
973
+ }
974
+ export interface TapeInfo {
975
+ TapeARN?: string;
976
+ TapeBarcode?: string;
977
+ TapeSizeInBytes?: number;
978
+ TapeStatus?: string;
979
+ GatewayARN?: string;
980
+ PoolId?: string;
981
+ RetentionStartDate?: Date;
982
+ PoolEntryDate?: Date;
983
+ }
984
+ export interface ListTapesOutput {
985
+ TapeInfos?: TapeInfo[];
986
+ Marker?: string;
987
+ }
988
+ export interface ListVolumeInitiatorsInput {
989
+ VolumeARN: string | undefined;
990
+ }
991
+ export interface ListVolumeInitiatorsOutput {
992
+ Initiators?: string[];
993
+ }
994
+ export interface ListVolumeRecoveryPointsInput {
995
+ GatewayARN: string | undefined;
996
+ }
997
+ export interface VolumeRecoveryPointInfo {
998
+ VolumeARN?: string;
999
+ VolumeSizeInBytes?: number;
1000
+ VolumeUsageInBytes?: number;
1001
+ VolumeRecoveryPointTime?: string;
1002
+ }
1003
+ export interface ListVolumeRecoveryPointsOutput {
1004
+ GatewayARN?: string;
1005
+ VolumeRecoveryPointInfos?: VolumeRecoveryPointInfo[];
1006
+ }
1007
+ export interface ListVolumesInput {
1008
+ GatewayARN?: string;
1009
+ Marker?: string;
1010
+ Limit?: number;
1011
+ }
1012
+ export interface VolumeInfo {
1013
+ VolumeARN?: string;
1014
+ VolumeId?: string;
1015
+ GatewayARN?: string;
1016
+ GatewayId?: string;
1017
+ VolumeType?: string;
1018
+ VolumeSizeInBytes?: number;
1019
+ VolumeAttachmentStatus?: string;
1020
+ }
1021
+ export interface ListVolumesOutput {
1022
+ GatewayARN?: string;
1023
+ Marker?: string;
1024
+ VolumeInfos?: VolumeInfo[];
1025
+ }
1026
+ export interface NotifyWhenUploadedInput {
1027
+ FileShareARN: string | undefined;
1028
+ }
1029
+ export interface NotifyWhenUploadedOutput {
1030
+ FileShareARN?: string;
1031
+ NotificationId?: string;
1032
+ }
1033
+ export interface RefreshCacheInput {
1034
+ FileShareARN: string | undefined;
1035
+ FolderList?: string[];
1036
+ Recursive?: boolean;
1037
+ }
1038
+ export interface RefreshCacheOutput {
1039
+ FileShareARN?: string;
1040
+ NotificationId?: string;
1041
+ }
1042
+ export interface RemoveTagsFromResourceInput {
1043
+ ResourceARN: string | undefined;
1044
+ TagKeys: string[] | undefined;
1045
+ }
1046
+ export interface RemoveTagsFromResourceOutput {
1047
+ ResourceARN?: string;
1048
+ }
1049
+ export interface ResetCacheInput {
1050
+ GatewayARN: string | undefined;
1051
+ }
1052
+ export interface ResetCacheOutput {
1053
+ GatewayARN?: string;
1054
+ }
1055
+ export interface RetrieveTapeArchiveInput {
1056
+ TapeARN: string | undefined;
1057
+ GatewayARN: string | undefined;
1058
+ }
1059
+ export interface RetrieveTapeArchiveOutput {
1060
+ TapeARN?: string;
1061
+ }
1062
+ export interface RetrieveTapeRecoveryPointInput {
1063
+ TapeARN: string | undefined;
1064
+ GatewayARN: string | undefined;
1065
+ }
1066
+ export interface RetrieveTapeRecoveryPointOutput {
1067
+ TapeARN?: string;
1068
+ }
1069
+ export interface SetLocalConsolePasswordInput {
1070
+ GatewayARN: string | undefined;
1071
+ LocalConsolePassword: string | undefined;
1072
+ }
1073
+ export interface SetLocalConsolePasswordOutput {
1074
+ GatewayARN?: string;
1075
+ }
1076
+ export interface SetSMBGuestPasswordInput {
1077
+ GatewayARN: string | undefined;
1078
+ Password: string | undefined;
1079
+ }
1080
+ export interface SetSMBGuestPasswordOutput {
1081
+ GatewayARN?: string;
1082
+ }
1083
+ export interface ShutdownGatewayInput {
1084
+ GatewayARN: string | undefined;
1085
+ }
1086
+ export interface ShutdownGatewayOutput {
1087
+ GatewayARN?: string;
1088
+ }
1089
+ export interface StartAvailabilityMonitorTestInput {
1090
+ GatewayARN: string | undefined;
1091
+ }
1092
+ export interface StartAvailabilityMonitorTestOutput {
1093
+ GatewayARN?: string;
1094
+ }
1095
+ export interface StartGatewayInput {
1096
+ GatewayARN: string | undefined;
1097
+ }
1098
+ export interface StartGatewayOutput {
1099
+ GatewayARN?: string;
1100
+ }
1101
+ export interface UpdateAutomaticTapeCreationPolicyInput {
1102
+ AutomaticTapeCreationRules: AutomaticTapeCreationRule[] | undefined;
1103
+ GatewayARN: string | undefined;
1104
+ }
1105
+ export interface UpdateAutomaticTapeCreationPolicyOutput {
1106
+ GatewayARN?: string;
1107
+ }
1108
+ export interface UpdateBandwidthRateLimitInput {
1109
+ GatewayARN: string | undefined;
1110
+ AverageUploadRateLimitInBitsPerSec?: number;
1111
+ AverageDownloadRateLimitInBitsPerSec?: number;
1112
+ }
1113
+ export interface UpdateBandwidthRateLimitOutput {
1114
+ GatewayARN?: string;
1115
+ }
1116
+ export interface UpdateBandwidthRateLimitScheduleInput {
1117
+ GatewayARN: string | undefined;
1118
+ BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
1119
+ }
1120
+ export interface UpdateBandwidthRateLimitScheduleOutput {
1121
+ GatewayARN?: string;
1122
+ }
1123
+ export interface UpdateChapCredentialsInput {
1124
+ TargetARN: string | undefined;
1125
+ SecretToAuthenticateInitiator: string | undefined;
1126
+ InitiatorName: string | undefined;
1127
+ SecretToAuthenticateTarget?: string;
1128
+ }
1129
+ export interface UpdateChapCredentialsOutput {
1130
+ TargetARN?: string;
1131
+ InitiatorName?: string;
1132
+ }
1133
+ export interface UpdateFileSystemAssociationInput {
1134
+ FileSystemAssociationARN: string | undefined;
1135
+ UserName?: string;
1136
+ Password?: string;
1137
+ AuditDestinationARN?: string;
1138
+ CacheAttributes?: CacheAttributes;
1139
+ }
1140
+ export interface UpdateFileSystemAssociationOutput {
1141
+ FileSystemAssociationARN?: string;
1142
+ }
1143
+ export interface UpdateGatewayInformationInput {
1144
+ GatewayARN: string | undefined;
1145
+ GatewayName?: string;
1146
+ GatewayTimezone?: string;
1147
+ CloudWatchLogGroupARN?: string;
1148
+ GatewayCapacity?: GatewayCapacity | string;
1149
+ }
1150
+ export interface UpdateGatewayInformationOutput {
1151
+ GatewayARN?: string;
1152
+ GatewayName?: string;
1153
+ }
1154
+ export interface UpdateGatewaySoftwareNowInput {
1155
+ GatewayARN: string | undefined;
1156
+ }
1157
+ export interface UpdateGatewaySoftwareNowOutput {
1158
+ GatewayARN?: string;
1159
+ }
1160
+ export interface UpdateMaintenanceStartTimeInput {
1161
+ GatewayARN: string | undefined;
1162
+ HourOfDay: number | undefined;
1163
+ MinuteOfHour: number | undefined;
1164
+ DayOfWeek?: number;
1165
+ DayOfMonth?: number;
1166
+ }
1167
+ export interface UpdateMaintenanceStartTimeOutput {
1168
+ GatewayARN?: string;
1169
+ }
1170
+ export interface UpdateNFSFileShareInput {
1171
+ FileShareARN: string | undefined;
1172
+ KMSEncrypted?: boolean;
1173
+ KMSKey?: string;
1174
+ NFSFileShareDefaults?: NFSFileShareDefaults;
1175
+ DefaultStorageClass?: string;
1176
+ ObjectACL?: ObjectACL | string;
1177
+ ClientList?: string[];
1178
+ Squash?: string;
1179
+ ReadOnly?: boolean;
1180
+ GuessMIMETypeEnabled?: boolean;
1181
+ RequesterPays?: boolean;
1182
+ FileShareName?: string;
1183
+ CacheAttributes?: CacheAttributes;
1184
+ NotificationPolicy?: string;
1185
+ AuditDestinationARN?: string;
1186
+ }
1187
+ export interface UpdateNFSFileShareOutput {
1188
+ FileShareARN?: string;
1189
+ }
1190
+ export interface UpdateSMBFileShareInput {
1191
+ FileShareARN: string | undefined;
1192
+ KMSEncrypted?: boolean;
1193
+ KMSKey?: string;
1194
+ DefaultStorageClass?: string;
1195
+ ObjectACL?: ObjectACL | string;
1196
+ ReadOnly?: boolean;
1197
+ GuessMIMETypeEnabled?: boolean;
1198
+ RequesterPays?: boolean;
1199
+ SMBACLEnabled?: boolean;
1200
+ AccessBasedEnumeration?: boolean;
1201
+ AdminUserList?: string[];
1202
+ ValidUserList?: string[];
1203
+ InvalidUserList?: string[];
1204
+ AuditDestinationARN?: string;
1205
+ CaseSensitivity?: CaseSensitivity | string;
1206
+ FileShareName?: string;
1207
+ CacheAttributes?: CacheAttributes;
1208
+ NotificationPolicy?: string;
1209
+ OplocksEnabled?: boolean;
1210
+ }
1211
+ export interface UpdateSMBFileShareOutput {
1212
+ FileShareARN?: string;
1213
+ }
1214
+ export interface UpdateSMBFileShareVisibilityInput {
1215
+ GatewayARN: string | undefined;
1216
+ FileSharesVisible: boolean | undefined;
1217
+ }
1218
+ export interface UpdateSMBFileShareVisibilityOutput {
1219
+ GatewayARN?: string;
1220
+ }
1221
+ export interface UpdateSMBLocalGroupsInput {
1222
+ GatewayARN: string | undefined;
1223
+ SMBLocalGroups: SMBLocalGroups | undefined;
1224
+ }
1225
+ export interface UpdateSMBLocalGroupsOutput {
1226
+ GatewayARN?: string;
1227
+ }
1228
+ export interface UpdateSMBSecurityStrategyInput {
1229
+ GatewayARN: string | undefined;
1230
+ SMBSecurityStrategy: SMBSecurityStrategy | string | undefined;
1231
+ }
1232
+ export interface UpdateSMBSecurityStrategyOutput {
1233
+ GatewayARN?: string;
1234
+ }
1235
+ export interface UpdateSnapshotScheduleInput {
1236
+ VolumeARN: string | undefined;
1237
+ StartAt: number | undefined;
1238
+ RecurrenceInHours: number | undefined;
1239
+ Description?: string;
1240
+ Tags?: Tag[];
1241
+ }
1242
+ export interface UpdateSnapshotScheduleOutput {
1243
+ VolumeARN?: string;
1244
+ }
1245
+ export interface UpdateVTLDeviceTypeInput {
1246
+ VTLDeviceARN: string | undefined;
1247
+ DeviceType: string | undefined;
1248
+ }
1249
+ export interface UpdateVTLDeviceTypeOutput {
1250
+ VTLDeviceARN?: string;
1251
+ }
1252
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1253
+ export declare const ActivateGatewayInputFilterSensitiveLog: (
1254
+ obj: ActivateGatewayInput
1255
+ ) => any;
1256
+ export declare const ActivateGatewayOutputFilterSensitiveLog: (
1257
+ obj: ActivateGatewayOutput
1258
+ ) => any;
1259
+ export declare const StorageGatewayErrorFilterSensitiveLog: (
1260
+ obj: StorageGatewayError
1261
+ ) => any;
1262
+ export declare const AddCacheInputFilterSensitiveLog: (
1263
+ obj: AddCacheInput
1264
+ ) => any;
1265
+ export declare const AddCacheOutputFilterSensitiveLog: (
1266
+ obj: AddCacheOutput
1267
+ ) => any;
1268
+ export declare const AddTagsToResourceInputFilterSensitiveLog: (
1269
+ obj: AddTagsToResourceInput
1270
+ ) => any;
1271
+ export declare const AddTagsToResourceOutputFilterSensitiveLog: (
1272
+ obj: AddTagsToResourceOutput
1273
+ ) => any;
1274
+ export declare const AddUploadBufferInputFilterSensitiveLog: (
1275
+ obj: AddUploadBufferInput
1276
+ ) => any;
1277
+ export declare const AddUploadBufferOutputFilterSensitiveLog: (
1278
+ obj: AddUploadBufferOutput
1279
+ ) => any;
1280
+ export declare const AddWorkingStorageInputFilterSensitiveLog: (
1281
+ obj: AddWorkingStorageInput
1282
+ ) => any;
1283
+ export declare const AddWorkingStorageOutputFilterSensitiveLog: (
1284
+ obj: AddWorkingStorageOutput
1285
+ ) => any;
1286
+ export declare const AssignTapePoolInputFilterSensitiveLog: (
1287
+ obj: AssignTapePoolInput
1288
+ ) => any;
1289
+ export declare const AssignTapePoolOutputFilterSensitiveLog: (
1290
+ obj: AssignTapePoolOutput
1291
+ ) => any;
1292
+ export declare const CacheAttributesFilterSensitiveLog: (
1293
+ obj: CacheAttributes
1294
+ ) => any;
1295
+ export declare const EndpointNetworkConfigurationFilterSensitiveLog: (
1296
+ obj: EndpointNetworkConfiguration
1297
+ ) => any;
1298
+ export declare const AssociateFileSystemInputFilterSensitiveLog: (
1299
+ obj: AssociateFileSystemInput
1300
+ ) => any;
1301
+ export declare const AssociateFileSystemOutputFilterSensitiveLog: (
1302
+ obj: AssociateFileSystemOutput
1303
+ ) => any;
1304
+ export declare const AttachVolumeInputFilterSensitiveLog: (
1305
+ obj: AttachVolumeInput
1306
+ ) => any;
1307
+ export declare const AttachVolumeOutputFilterSensitiveLog: (
1308
+ obj: AttachVolumeOutput
1309
+ ) => any;
1310
+ export declare const AutomaticTapeCreationRuleFilterSensitiveLog: (
1311
+ obj: AutomaticTapeCreationRule
1312
+ ) => any;
1313
+ export declare const AutomaticTapeCreationPolicyInfoFilterSensitiveLog: (
1314
+ obj: AutomaticTapeCreationPolicyInfo
1315
+ ) => any;
1316
+ export declare const BandwidthRateLimitIntervalFilterSensitiveLog: (
1317
+ obj: BandwidthRateLimitInterval
1318
+ ) => any;
1319
+ export declare const VolumeiSCSIAttributesFilterSensitiveLog: (
1320
+ obj: VolumeiSCSIAttributes
1321
+ ) => any;
1322
+ export declare const CachediSCSIVolumeFilterSensitiveLog: (
1323
+ obj: CachediSCSIVolume
1324
+ ) => any;
1325
+ export declare const CancelArchivalInputFilterSensitiveLog: (
1326
+ obj: CancelArchivalInput
1327
+ ) => any;
1328
+ export declare const CancelArchivalOutputFilterSensitiveLog: (
1329
+ obj: CancelArchivalOutput
1330
+ ) => any;
1331
+ export declare const CancelRetrievalInputFilterSensitiveLog: (
1332
+ obj: CancelRetrievalInput
1333
+ ) => any;
1334
+ export declare const CancelRetrievalOutputFilterSensitiveLog: (
1335
+ obj: CancelRetrievalOutput
1336
+ ) => any;
1337
+ export declare const ChapInfoFilterSensitiveLog: (obj: ChapInfo) => any;
1338
+ export declare const CreateCachediSCSIVolumeInputFilterSensitiveLog: (
1339
+ obj: CreateCachediSCSIVolumeInput
1340
+ ) => any;
1341
+ export declare const CreateCachediSCSIVolumeOutputFilterSensitiveLog: (
1342
+ obj: CreateCachediSCSIVolumeOutput
1343
+ ) => any;
1344
+ export declare const NFSFileShareDefaultsFilterSensitiveLog: (
1345
+ obj: NFSFileShareDefaults
1346
+ ) => any;
1347
+ export declare const CreateNFSFileShareInputFilterSensitiveLog: (
1348
+ obj: CreateNFSFileShareInput
1349
+ ) => any;
1350
+ export declare const CreateNFSFileShareOutputFilterSensitiveLog: (
1351
+ obj: CreateNFSFileShareOutput
1352
+ ) => any;
1353
+ export declare const CreateSMBFileShareInputFilterSensitiveLog: (
1354
+ obj: CreateSMBFileShareInput
1355
+ ) => any;
1356
+ export declare const CreateSMBFileShareOutputFilterSensitiveLog: (
1357
+ obj: CreateSMBFileShareOutput
1358
+ ) => any;
1359
+ export declare const CreateSnapshotInputFilterSensitiveLog: (
1360
+ obj: CreateSnapshotInput
1361
+ ) => any;
1362
+ export declare const CreateSnapshotOutputFilterSensitiveLog: (
1363
+ obj: CreateSnapshotOutput
1364
+ ) => any;
1365
+ export declare const CreateSnapshotFromVolumeRecoveryPointInputFilterSensitiveLog: (
1366
+ obj: CreateSnapshotFromVolumeRecoveryPointInput
1367
+ ) => any;
1368
+ export declare const CreateSnapshotFromVolumeRecoveryPointOutputFilterSensitiveLog: (
1369
+ obj: CreateSnapshotFromVolumeRecoveryPointOutput
1370
+ ) => any;
1371
+ export declare const CreateStorediSCSIVolumeInputFilterSensitiveLog: (
1372
+ obj: CreateStorediSCSIVolumeInput
1373
+ ) => any;
1374
+ export declare const CreateStorediSCSIVolumeOutputFilterSensitiveLog: (
1375
+ obj: CreateStorediSCSIVolumeOutput
1376
+ ) => any;
1377
+ export declare const CreateTapePoolInputFilterSensitiveLog: (
1378
+ obj: CreateTapePoolInput
1379
+ ) => any;
1380
+ export declare const CreateTapePoolOutputFilterSensitiveLog: (
1381
+ obj: CreateTapePoolOutput
1382
+ ) => any;
1383
+ export declare const CreateTapesInputFilterSensitiveLog: (
1384
+ obj: CreateTapesInput
1385
+ ) => any;
1386
+ export declare const CreateTapesOutputFilterSensitiveLog: (
1387
+ obj: CreateTapesOutput
1388
+ ) => any;
1389
+ export declare const CreateTapeWithBarcodeInputFilterSensitiveLog: (
1390
+ obj: CreateTapeWithBarcodeInput
1391
+ ) => any;
1392
+ export declare const CreateTapeWithBarcodeOutputFilterSensitiveLog: (
1393
+ obj: CreateTapeWithBarcodeOutput
1394
+ ) => any;
1395
+ export declare const DeleteAutomaticTapeCreationPolicyInputFilterSensitiveLog: (
1396
+ obj: DeleteAutomaticTapeCreationPolicyInput
1397
+ ) => any;
1398
+ export declare const DeleteAutomaticTapeCreationPolicyOutputFilterSensitiveLog: (
1399
+ obj: DeleteAutomaticTapeCreationPolicyOutput
1400
+ ) => any;
1401
+ export declare const DeleteBandwidthRateLimitInputFilterSensitiveLog: (
1402
+ obj: DeleteBandwidthRateLimitInput
1403
+ ) => any;
1404
+ export declare const DeleteBandwidthRateLimitOutputFilterSensitiveLog: (
1405
+ obj: DeleteBandwidthRateLimitOutput
1406
+ ) => any;
1407
+ export declare const DeleteChapCredentialsInputFilterSensitiveLog: (
1408
+ obj: DeleteChapCredentialsInput
1409
+ ) => any;
1410
+ export declare const DeleteChapCredentialsOutputFilterSensitiveLog: (
1411
+ obj: DeleteChapCredentialsOutput
1412
+ ) => any;
1413
+ export declare const DeleteFileShareInputFilterSensitiveLog: (
1414
+ obj: DeleteFileShareInput
1415
+ ) => any;
1416
+ export declare const DeleteFileShareOutputFilterSensitiveLog: (
1417
+ obj: DeleteFileShareOutput
1418
+ ) => any;
1419
+ export declare const DeleteGatewayInputFilterSensitiveLog: (
1420
+ obj: DeleteGatewayInput
1421
+ ) => any;
1422
+ export declare const DeleteGatewayOutputFilterSensitiveLog: (
1423
+ obj: DeleteGatewayOutput
1424
+ ) => any;
1425
+ export declare const DeleteSnapshotScheduleInputFilterSensitiveLog: (
1426
+ obj: DeleteSnapshotScheduleInput
1427
+ ) => any;
1428
+ export declare const DeleteSnapshotScheduleOutputFilterSensitiveLog: (
1429
+ obj: DeleteSnapshotScheduleOutput
1430
+ ) => any;
1431
+ export declare const DeleteTapeInputFilterSensitiveLog: (
1432
+ obj: DeleteTapeInput
1433
+ ) => any;
1434
+ export declare const DeleteTapeOutputFilterSensitiveLog: (
1435
+ obj: DeleteTapeOutput
1436
+ ) => any;
1437
+ export declare const DeleteTapeArchiveInputFilterSensitiveLog: (
1438
+ obj: DeleteTapeArchiveInput
1439
+ ) => any;
1440
+ export declare const DeleteTapeArchiveOutputFilterSensitiveLog: (
1441
+ obj: DeleteTapeArchiveOutput
1442
+ ) => any;
1443
+ export declare const DeleteTapePoolInputFilterSensitiveLog: (
1444
+ obj: DeleteTapePoolInput
1445
+ ) => any;
1446
+ export declare const DeleteTapePoolOutputFilterSensitiveLog: (
1447
+ obj: DeleteTapePoolOutput
1448
+ ) => any;
1449
+ export declare const DeleteVolumeInputFilterSensitiveLog: (
1450
+ obj: DeleteVolumeInput
1451
+ ) => any;
1452
+ export declare const DeleteVolumeOutputFilterSensitiveLog: (
1453
+ obj: DeleteVolumeOutput
1454
+ ) => any;
1455
+ export declare const DescribeAvailabilityMonitorTestInputFilterSensitiveLog: (
1456
+ obj: DescribeAvailabilityMonitorTestInput
1457
+ ) => any;
1458
+ export declare const DescribeAvailabilityMonitorTestOutputFilterSensitiveLog: (
1459
+ obj: DescribeAvailabilityMonitorTestOutput
1460
+ ) => any;
1461
+ export declare const DescribeBandwidthRateLimitInputFilterSensitiveLog: (
1462
+ obj: DescribeBandwidthRateLimitInput
1463
+ ) => any;
1464
+ export declare const DescribeBandwidthRateLimitOutputFilterSensitiveLog: (
1465
+ obj: DescribeBandwidthRateLimitOutput
1466
+ ) => any;
1467
+ export declare const DescribeBandwidthRateLimitScheduleInputFilterSensitiveLog: (
1468
+ obj: DescribeBandwidthRateLimitScheduleInput
1469
+ ) => any;
1470
+ export declare const DescribeBandwidthRateLimitScheduleOutputFilterSensitiveLog: (
1471
+ obj: DescribeBandwidthRateLimitScheduleOutput
1472
+ ) => any;
1473
+ export declare const DescribeCacheInputFilterSensitiveLog: (
1474
+ obj: DescribeCacheInput
1475
+ ) => any;
1476
+ export declare const DescribeCacheOutputFilterSensitiveLog: (
1477
+ obj: DescribeCacheOutput
1478
+ ) => any;
1479
+ export declare const DescribeCachediSCSIVolumesInputFilterSensitiveLog: (
1480
+ obj: DescribeCachediSCSIVolumesInput
1481
+ ) => any;
1482
+ export declare const DescribeCachediSCSIVolumesOutputFilterSensitiveLog: (
1483
+ obj: DescribeCachediSCSIVolumesOutput
1484
+ ) => any;
1485
+ export declare const DescribeChapCredentialsInputFilterSensitiveLog: (
1486
+ obj: DescribeChapCredentialsInput
1487
+ ) => any;
1488
+ export declare const DescribeChapCredentialsOutputFilterSensitiveLog: (
1489
+ obj: DescribeChapCredentialsOutput
1490
+ ) => any;
1491
+ export declare const DescribeFileSystemAssociationsInputFilterSensitiveLog: (
1492
+ obj: DescribeFileSystemAssociationsInput
1493
+ ) => any;
1494
+ export declare const FileSystemAssociationStatusDetailFilterSensitiveLog: (
1495
+ obj: FileSystemAssociationStatusDetail
1496
+ ) => any;
1497
+ export declare const FileSystemAssociationInfoFilterSensitiveLog: (
1498
+ obj: FileSystemAssociationInfo
1499
+ ) => any;
1500
+ export declare const DescribeFileSystemAssociationsOutputFilterSensitiveLog: (
1501
+ obj: DescribeFileSystemAssociationsOutput
1502
+ ) => any;
1503
+ export declare const DescribeGatewayInformationInputFilterSensitiveLog: (
1504
+ obj: DescribeGatewayInformationInput
1505
+ ) => any;
1506
+ export declare const NetworkInterfaceFilterSensitiveLog: (
1507
+ obj: NetworkInterface
1508
+ ) => any;
1509
+ export declare const DescribeGatewayInformationOutputFilterSensitiveLog: (
1510
+ obj: DescribeGatewayInformationOutput
1511
+ ) => any;
1512
+ export declare const DescribeMaintenanceStartTimeInputFilterSensitiveLog: (
1513
+ obj: DescribeMaintenanceStartTimeInput
1514
+ ) => any;
1515
+ export declare const DescribeMaintenanceStartTimeOutputFilterSensitiveLog: (
1516
+ obj: DescribeMaintenanceStartTimeOutput
1517
+ ) => any;
1518
+ export declare const DescribeNFSFileSharesInputFilterSensitiveLog: (
1519
+ obj: DescribeNFSFileSharesInput
1520
+ ) => any;
1521
+ export declare const NFSFileShareInfoFilterSensitiveLog: (
1522
+ obj: NFSFileShareInfo
1523
+ ) => any;
1524
+ export declare const DescribeNFSFileSharesOutputFilterSensitiveLog: (
1525
+ obj: DescribeNFSFileSharesOutput
1526
+ ) => any;
1527
+ export declare const DescribeSMBFileSharesInputFilterSensitiveLog: (
1528
+ obj: DescribeSMBFileSharesInput
1529
+ ) => any;
1530
+ export declare const SMBFileShareInfoFilterSensitiveLog: (
1531
+ obj: SMBFileShareInfo
1532
+ ) => any;
1533
+ export declare const DescribeSMBFileSharesOutputFilterSensitiveLog: (
1534
+ obj: DescribeSMBFileSharesOutput
1535
+ ) => any;
1536
+ export declare const DescribeSMBSettingsInputFilterSensitiveLog: (
1537
+ obj: DescribeSMBSettingsInput
1538
+ ) => any;
1539
+ export declare const SMBLocalGroupsFilterSensitiveLog: (
1540
+ obj: SMBLocalGroups
1541
+ ) => any;
1542
+ export declare const DescribeSMBSettingsOutputFilterSensitiveLog: (
1543
+ obj: DescribeSMBSettingsOutput
1544
+ ) => any;
1545
+ export declare const DescribeSnapshotScheduleInputFilterSensitiveLog: (
1546
+ obj: DescribeSnapshotScheduleInput
1547
+ ) => any;
1548
+ export declare const DescribeSnapshotScheduleOutputFilterSensitiveLog: (
1549
+ obj: DescribeSnapshotScheduleOutput
1550
+ ) => any;
1551
+ export declare const DescribeStorediSCSIVolumesInputFilterSensitiveLog: (
1552
+ obj: DescribeStorediSCSIVolumesInput
1553
+ ) => any;
1554
+ export declare const StorediSCSIVolumeFilterSensitiveLog: (
1555
+ obj: StorediSCSIVolume
1556
+ ) => any;
1557
+ export declare const DescribeStorediSCSIVolumesOutputFilterSensitiveLog: (
1558
+ obj: DescribeStorediSCSIVolumesOutput
1559
+ ) => any;
1560
+ export declare const DescribeTapeArchivesInputFilterSensitiveLog: (
1561
+ obj: DescribeTapeArchivesInput
1562
+ ) => any;
1563
+ export declare const TapeArchiveFilterSensitiveLog: (obj: TapeArchive) => any;
1564
+ export declare const DescribeTapeArchivesOutputFilterSensitiveLog: (
1565
+ obj: DescribeTapeArchivesOutput
1566
+ ) => any;
1567
+ export declare const DescribeTapeRecoveryPointsInputFilterSensitiveLog: (
1568
+ obj: DescribeTapeRecoveryPointsInput
1569
+ ) => any;
1570
+ export declare const TapeRecoveryPointInfoFilterSensitiveLog: (
1571
+ obj: TapeRecoveryPointInfo
1572
+ ) => any;
1573
+ export declare const DescribeTapeRecoveryPointsOutputFilterSensitiveLog: (
1574
+ obj: DescribeTapeRecoveryPointsOutput
1575
+ ) => any;
1576
+ export declare const DescribeTapesInputFilterSensitiveLog: (
1577
+ obj: DescribeTapesInput
1578
+ ) => any;
1579
+ export declare const TapeFilterSensitiveLog: (obj: Tape) => any;
1580
+ export declare const DescribeTapesOutputFilterSensitiveLog: (
1581
+ obj: DescribeTapesOutput
1582
+ ) => any;
1583
+ export declare const DescribeUploadBufferInputFilterSensitiveLog: (
1584
+ obj: DescribeUploadBufferInput
1585
+ ) => any;
1586
+ export declare const DescribeUploadBufferOutputFilterSensitiveLog: (
1587
+ obj: DescribeUploadBufferOutput
1588
+ ) => any;
1589
+ export declare const DescribeVTLDevicesInputFilterSensitiveLog: (
1590
+ obj: DescribeVTLDevicesInput
1591
+ ) => any;
1592
+ export declare const DeviceiSCSIAttributesFilterSensitiveLog: (
1593
+ obj: DeviceiSCSIAttributes
1594
+ ) => any;
1595
+ export declare const VTLDeviceFilterSensitiveLog: (obj: VTLDevice) => any;
1596
+ export declare const DescribeVTLDevicesOutputFilterSensitiveLog: (
1597
+ obj: DescribeVTLDevicesOutput
1598
+ ) => any;
1599
+ export declare const DescribeWorkingStorageInputFilterSensitiveLog: (
1600
+ obj: DescribeWorkingStorageInput
1601
+ ) => any;
1602
+ export declare const DescribeWorkingStorageOutputFilterSensitiveLog: (
1603
+ obj: DescribeWorkingStorageOutput
1604
+ ) => any;
1605
+ export declare const DetachVolumeInputFilterSensitiveLog: (
1606
+ obj: DetachVolumeInput
1607
+ ) => any;
1608
+ export declare const DetachVolumeOutputFilterSensitiveLog: (
1609
+ obj: DetachVolumeOutput
1610
+ ) => any;
1611
+ export declare const DisableGatewayInputFilterSensitiveLog: (
1612
+ obj: DisableGatewayInput
1613
+ ) => any;
1614
+ export declare const DisableGatewayOutputFilterSensitiveLog: (
1615
+ obj: DisableGatewayOutput
1616
+ ) => any;
1617
+ export declare const DisassociateFileSystemInputFilterSensitiveLog: (
1618
+ obj: DisassociateFileSystemInput
1619
+ ) => any;
1620
+ export declare const DisassociateFileSystemOutputFilterSensitiveLog: (
1621
+ obj: DisassociateFileSystemOutput
1622
+ ) => any;
1623
+ export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
1624
+ export declare const FileShareInfoFilterSensitiveLog: (
1625
+ obj: FileShareInfo
1626
+ ) => any;
1627
+ export declare const FileSystemAssociationSummaryFilterSensitiveLog: (
1628
+ obj: FileSystemAssociationSummary
1629
+ ) => any;
1630
+ export declare const GatewayInfoFilterSensitiveLog: (obj: GatewayInfo) => any;
1631
+ export declare const JoinDomainInputFilterSensitiveLog: (
1632
+ obj: JoinDomainInput
1633
+ ) => any;
1634
+ export declare const JoinDomainOutputFilterSensitiveLog: (
1635
+ obj: JoinDomainOutput
1636
+ ) => any;
1637
+ export declare const ListAutomaticTapeCreationPoliciesInputFilterSensitiveLog: (
1638
+ obj: ListAutomaticTapeCreationPoliciesInput
1639
+ ) => any;
1640
+ export declare const ListAutomaticTapeCreationPoliciesOutputFilterSensitiveLog: (
1641
+ obj: ListAutomaticTapeCreationPoliciesOutput
1642
+ ) => any;
1643
+ export declare const ListFileSharesInputFilterSensitiveLog: (
1644
+ obj: ListFileSharesInput
1645
+ ) => any;
1646
+ export declare const ListFileSharesOutputFilterSensitiveLog: (
1647
+ obj: ListFileSharesOutput
1648
+ ) => any;
1649
+ export declare const ListFileSystemAssociationsInputFilterSensitiveLog: (
1650
+ obj: ListFileSystemAssociationsInput
1651
+ ) => any;
1652
+ export declare const ListFileSystemAssociationsOutputFilterSensitiveLog: (
1653
+ obj: ListFileSystemAssociationsOutput
1654
+ ) => any;
1655
+ export declare const ListGatewaysInputFilterSensitiveLog: (
1656
+ obj: ListGatewaysInput
1657
+ ) => any;
1658
+ export declare const ListGatewaysOutputFilterSensitiveLog: (
1659
+ obj: ListGatewaysOutput
1660
+ ) => any;
1661
+ export declare const ListLocalDisksInputFilterSensitiveLog: (
1662
+ obj: ListLocalDisksInput
1663
+ ) => any;
1664
+ export declare const ListLocalDisksOutputFilterSensitiveLog: (
1665
+ obj: ListLocalDisksOutput
1666
+ ) => any;
1667
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
1668
+ obj: ListTagsForResourceInput
1669
+ ) => any;
1670
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
1671
+ obj: ListTagsForResourceOutput
1672
+ ) => any;
1673
+ export declare const ListTapePoolsInputFilterSensitiveLog: (
1674
+ obj: ListTapePoolsInput
1675
+ ) => any;
1676
+ export declare const PoolInfoFilterSensitiveLog: (obj: PoolInfo) => any;
1677
+ export declare const ListTapePoolsOutputFilterSensitiveLog: (
1678
+ obj: ListTapePoolsOutput
1679
+ ) => any;
1680
+ export declare const ListTapesInputFilterSensitiveLog: (
1681
+ obj: ListTapesInput
1682
+ ) => any;
1683
+ export declare const TapeInfoFilterSensitiveLog: (obj: TapeInfo) => any;
1684
+ export declare const ListTapesOutputFilterSensitiveLog: (
1685
+ obj: ListTapesOutput
1686
+ ) => any;
1687
+ export declare const ListVolumeInitiatorsInputFilterSensitiveLog: (
1688
+ obj: ListVolumeInitiatorsInput
1689
+ ) => any;
1690
+ export declare const ListVolumeInitiatorsOutputFilterSensitiveLog: (
1691
+ obj: ListVolumeInitiatorsOutput
1692
+ ) => any;
1693
+ export declare const ListVolumeRecoveryPointsInputFilterSensitiveLog: (
1694
+ obj: ListVolumeRecoveryPointsInput
1695
+ ) => any;
1696
+ export declare const VolumeRecoveryPointInfoFilterSensitiveLog: (
1697
+ obj: VolumeRecoveryPointInfo
1698
+ ) => any;
1699
+ export declare const ListVolumeRecoveryPointsOutputFilterSensitiveLog: (
1700
+ obj: ListVolumeRecoveryPointsOutput
1701
+ ) => any;
1702
+ export declare const ListVolumesInputFilterSensitiveLog: (
1703
+ obj: ListVolumesInput
1704
+ ) => any;
1705
+ export declare const VolumeInfoFilterSensitiveLog: (obj: VolumeInfo) => any;
1706
+ export declare const ListVolumesOutputFilterSensitiveLog: (
1707
+ obj: ListVolumesOutput
1708
+ ) => any;
1709
+ export declare const NotifyWhenUploadedInputFilterSensitiveLog: (
1710
+ obj: NotifyWhenUploadedInput
1711
+ ) => any;
1712
+ export declare const NotifyWhenUploadedOutputFilterSensitiveLog: (
1713
+ obj: NotifyWhenUploadedOutput
1714
+ ) => any;
1715
+ export declare const RefreshCacheInputFilterSensitiveLog: (
1716
+ obj: RefreshCacheInput
1717
+ ) => any;
1718
+ export declare const RefreshCacheOutputFilterSensitiveLog: (
1719
+ obj: RefreshCacheOutput
1720
+ ) => any;
1721
+ export declare const RemoveTagsFromResourceInputFilterSensitiveLog: (
1722
+ obj: RemoveTagsFromResourceInput
1723
+ ) => any;
1724
+ export declare const RemoveTagsFromResourceOutputFilterSensitiveLog: (
1725
+ obj: RemoveTagsFromResourceOutput
1726
+ ) => any;
1727
+ export declare const ResetCacheInputFilterSensitiveLog: (
1728
+ obj: ResetCacheInput
1729
+ ) => any;
1730
+ export declare const ResetCacheOutputFilterSensitiveLog: (
1731
+ obj: ResetCacheOutput
1732
+ ) => any;
1733
+ export declare const RetrieveTapeArchiveInputFilterSensitiveLog: (
1734
+ obj: RetrieveTapeArchiveInput
1735
+ ) => any;
1736
+ export declare const RetrieveTapeArchiveOutputFilterSensitiveLog: (
1737
+ obj: RetrieveTapeArchiveOutput
1738
+ ) => any;
1739
+ export declare const RetrieveTapeRecoveryPointInputFilterSensitiveLog: (
1740
+ obj: RetrieveTapeRecoveryPointInput
1741
+ ) => any;
1742
+ export declare const RetrieveTapeRecoveryPointOutputFilterSensitiveLog: (
1743
+ obj: RetrieveTapeRecoveryPointOutput
1744
+ ) => any;
1745
+ export declare const SetLocalConsolePasswordInputFilterSensitiveLog: (
1746
+ obj: SetLocalConsolePasswordInput
1747
+ ) => any;
1748
+ export declare const SetLocalConsolePasswordOutputFilterSensitiveLog: (
1749
+ obj: SetLocalConsolePasswordOutput
1750
+ ) => any;
1751
+ export declare const SetSMBGuestPasswordInputFilterSensitiveLog: (
1752
+ obj: SetSMBGuestPasswordInput
1753
+ ) => any;
1754
+ export declare const SetSMBGuestPasswordOutputFilterSensitiveLog: (
1755
+ obj: SetSMBGuestPasswordOutput
1756
+ ) => any;
1757
+ export declare const ShutdownGatewayInputFilterSensitiveLog: (
1758
+ obj: ShutdownGatewayInput
1759
+ ) => any;
1760
+ export declare const ShutdownGatewayOutputFilterSensitiveLog: (
1761
+ obj: ShutdownGatewayOutput
1762
+ ) => any;
1763
+ export declare const StartAvailabilityMonitorTestInputFilterSensitiveLog: (
1764
+ obj: StartAvailabilityMonitorTestInput
1765
+ ) => any;
1766
+ export declare const StartAvailabilityMonitorTestOutputFilterSensitiveLog: (
1767
+ obj: StartAvailabilityMonitorTestOutput
1768
+ ) => any;
1769
+ export declare const StartGatewayInputFilterSensitiveLog: (
1770
+ obj: StartGatewayInput
1771
+ ) => any;
1772
+ export declare const StartGatewayOutputFilterSensitiveLog: (
1773
+ obj: StartGatewayOutput
1774
+ ) => any;
1775
+ export declare const UpdateAutomaticTapeCreationPolicyInputFilterSensitiveLog: (
1776
+ obj: UpdateAutomaticTapeCreationPolicyInput
1777
+ ) => any;
1778
+ export declare const UpdateAutomaticTapeCreationPolicyOutputFilterSensitiveLog: (
1779
+ obj: UpdateAutomaticTapeCreationPolicyOutput
1780
+ ) => any;
1781
+ export declare const UpdateBandwidthRateLimitInputFilterSensitiveLog: (
1782
+ obj: UpdateBandwidthRateLimitInput
1783
+ ) => any;
1784
+ export declare const UpdateBandwidthRateLimitOutputFilterSensitiveLog: (
1785
+ obj: UpdateBandwidthRateLimitOutput
1786
+ ) => any;
1787
+ export declare const UpdateBandwidthRateLimitScheduleInputFilterSensitiveLog: (
1788
+ obj: UpdateBandwidthRateLimitScheduleInput
1789
+ ) => any;
1790
+ export declare const UpdateBandwidthRateLimitScheduleOutputFilterSensitiveLog: (
1791
+ obj: UpdateBandwidthRateLimitScheduleOutput
1792
+ ) => any;
1793
+ export declare const UpdateChapCredentialsInputFilterSensitiveLog: (
1794
+ obj: UpdateChapCredentialsInput
1795
+ ) => any;
1796
+ export declare const UpdateChapCredentialsOutputFilterSensitiveLog: (
1797
+ obj: UpdateChapCredentialsOutput
1798
+ ) => any;
1799
+ export declare const UpdateFileSystemAssociationInputFilterSensitiveLog: (
1800
+ obj: UpdateFileSystemAssociationInput
1801
+ ) => any;
1802
+ export declare const UpdateFileSystemAssociationOutputFilterSensitiveLog: (
1803
+ obj: UpdateFileSystemAssociationOutput
1804
+ ) => any;
1805
+ export declare const UpdateGatewayInformationInputFilterSensitiveLog: (
1806
+ obj: UpdateGatewayInformationInput
1807
+ ) => any;
1808
+ export declare const UpdateGatewayInformationOutputFilterSensitiveLog: (
1809
+ obj: UpdateGatewayInformationOutput
1810
+ ) => any;
1811
+ export declare const UpdateGatewaySoftwareNowInputFilterSensitiveLog: (
1812
+ obj: UpdateGatewaySoftwareNowInput
1813
+ ) => any;
1814
+ export declare const UpdateGatewaySoftwareNowOutputFilterSensitiveLog: (
1815
+ obj: UpdateGatewaySoftwareNowOutput
1816
+ ) => any;
1817
+ export declare const UpdateMaintenanceStartTimeInputFilterSensitiveLog: (
1818
+ obj: UpdateMaintenanceStartTimeInput
1819
+ ) => any;
1820
+ export declare const UpdateMaintenanceStartTimeOutputFilterSensitiveLog: (
1821
+ obj: UpdateMaintenanceStartTimeOutput
1822
+ ) => any;
1823
+ export declare const UpdateNFSFileShareInputFilterSensitiveLog: (
1824
+ obj: UpdateNFSFileShareInput
1825
+ ) => any;
1826
+ export declare const UpdateNFSFileShareOutputFilterSensitiveLog: (
1827
+ obj: UpdateNFSFileShareOutput
1828
+ ) => any;
1829
+ export declare const UpdateSMBFileShareInputFilterSensitiveLog: (
1830
+ obj: UpdateSMBFileShareInput
1831
+ ) => any;
1832
+ export declare const UpdateSMBFileShareOutputFilterSensitiveLog: (
1833
+ obj: UpdateSMBFileShareOutput
1834
+ ) => any;
1835
+ export declare const UpdateSMBFileShareVisibilityInputFilterSensitiveLog: (
1836
+ obj: UpdateSMBFileShareVisibilityInput
1837
+ ) => any;
1838
+ export declare const UpdateSMBFileShareVisibilityOutputFilterSensitiveLog: (
1839
+ obj: UpdateSMBFileShareVisibilityOutput
1840
+ ) => any;
1841
+ export declare const UpdateSMBLocalGroupsInputFilterSensitiveLog: (
1842
+ obj: UpdateSMBLocalGroupsInput
1843
+ ) => any;
1844
+ export declare const UpdateSMBLocalGroupsOutputFilterSensitiveLog: (
1845
+ obj: UpdateSMBLocalGroupsOutput
1846
+ ) => any;
1847
+ export declare const UpdateSMBSecurityStrategyInputFilterSensitiveLog: (
1848
+ obj: UpdateSMBSecurityStrategyInput
1849
+ ) => any;
1850
+ export declare const UpdateSMBSecurityStrategyOutputFilterSensitiveLog: (
1851
+ obj: UpdateSMBSecurityStrategyOutput
1852
+ ) => any;
1853
+ export declare const UpdateSnapshotScheduleInputFilterSensitiveLog: (
1854
+ obj: UpdateSnapshotScheduleInput
1855
+ ) => any;
1856
+ export declare const UpdateSnapshotScheduleOutputFilterSensitiveLog: (
1857
+ obj: UpdateSnapshotScheduleOutput
1858
+ ) => any;
1859
+ export declare const UpdateVTLDeviceTypeInputFilterSensitiveLog: (
1860
+ obj: UpdateVTLDeviceTypeInput
1861
+ ) => any;
1862
+ export declare const UpdateVTLDeviceTypeOutputFilterSensitiveLog: (
1863
+ obj: UpdateVTLDeviceTypeOutput
1864
+ ) => any;