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

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