aws-sdk-storagegateway 1.81.0 → 1.82.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +1 -1
- data/lib/aws-sdk-storagegateway/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-storagegateway.rb +1 -1
- data/sig/client.rbs +1389 -0
- data/sig/errors.rbs +28 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1575 -0
- data/sig/waiters.rbs +13 -0
- metadata +9 -4
data/sig/types.rbs
ADDED
@@ -0,0 +1,1575 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::StorageGateway
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class ActivateGatewayInput
|
12
|
+
attr_accessor activation_key: ::String
|
13
|
+
attr_accessor gateway_name: ::String
|
14
|
+
attr_accessor gateway_timezone: ::String
|
15
|
+
attr_accessor gateway_region: ::String
|
16
|
+
attr_accessor gateway_type: ::String
|
17
|
+
attr_accessor tape_drive_type: ::String
|
18
|
+
attr_accessor medium_changer_type: ::String
|
19
|
+
attr_accessor tags: ::Array[Types::Tag]
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class ActivateGatewayOutput
|
24
|
+
attr_accessor gateway_arn: ::String
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class AddCacheInput
|
29
|
+
attr_accessor gateway_arn: ::String
|
30
|
+
attr_accessor disk_ids: ::Array[::String]
|
31
|
+
SENSITIVE: []
|
32
|
+
end
|
33
|
+
|
34
|
+
class AddCacheOutput
|
35
|
+
attr_accessor gateway_arn: ::String
|
36
|
+
SENSITIVE: []
|
37
|
+
end
|
38
|
+
|
39
|
+
class AddTagsToResourceInput
|
40
|
+
attr_accessor resource_arn: ::String
|
41
|
+
attr_accessor tags: ::Array[Types::Tag]
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AddTagsToResourceOutput
|
46
|
+
attr_accessor resource_arn: ::String
|
47
|
+
SENSITIVE: []
|
48
|
+
end
|
49
|
+
|
50
|
+
class AddUploadBufferInput
|
51
|
+
attr_accessor gateway_arn: ::String
|
52
|
+
attr_accessor disk_ids: ::Array[::String]
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class AddUploadBufferOutput
|
57
|
+
attr_accessor gateway_arn: ::String
|
58
|
+
SENSITIVE: []
|
59
|
+
end
|
60
|
+
|
61
|
+
class AddWorkingStorageInput
|
62
|
+
attr_accessor gateway_arn: ::String
|
63
|
+
attr_accessor disk_ids: ::Array[::String]
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class AddWorkingStorageOutput
|
68
|
+
attr_accessor gateway_arn: ::String
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class AssignTapePoolInput
|
73
|
+
attr_accessor tape_arn: ::String
|
74
|
+
attr_accessor pool_id: ::String
|
75
|
+
attr_accessor bypass_governance_retention: bool
|
76
|
+
SENSITIVE: []
|
77
|
+
end
|
78
|
+
|
79
|
+
class AssignTapePoolOutput
|
80
|
+
attr_accessor tape_arn: ::String
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class AssociateFileSystemInput
|
85
|
+
attr_accessor user_name: ::String
|
86
|
+
attr_accessor password: ::String
|
87
|
+
attr_accessor client_token: ::String
|
88
|
+
attr_accessor gateway_arn: ::String
|
89
|
+
attr_accessor location_arn: ::String
|
90
|
+
attr_accessor tags: ::Array[Types::Tag]
|
91
|
+
attr_accessor audit_destination_arn: ::String
|
92
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
93
|
+
attr_accessor endpoint_network_configuration: Types::EndpointNetworkConfiguration
|
94
|
+
SENSITIVE: [:password]
|
95
|
+
end
|
96
|
+
|
97
|
+
class AssociateFileSystemOutput
|
98
|
+
attr_accessor file_system_association_arn: ::String
|
99
|
+
SENSITIVE: []
|
100
|
+
end
|
101
|
+
|
102
|
+
class AttachVolumeInput
|
103
|
+
attr_accessor gateway_arn: ::String
|
104
|
+
attr_accessor target_name: ::String
|
105
|
+
attr_accessor volume_arn: ::String
|
106
|
+
attr_accessor network_interface_id: ::String
|
107
|
+
attr_accessor disk_id: ::String
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class AttachVolumeOutput
|
112
|
+
attr_accessor volume_arn: ::String
|
113
|
+
attr_accessor target_arn: ::String
|
114
|
+
SENSITIVE: []
|
115
|
+
end
|
116
|
+
|
117
|
+
class AutomaticTapeCreationPolicyInfo
|
118
|
+
attr_accessor automatic_tape_creation_rules: ::Array[Types::AutomaticTapeCreationRule]
|
119
|
+
attr_accessor gateway_arn: ::String
|
120
|
+
SENSITIVE: []
|
121
|
+
end
|
122
|
+
|
123
|
+
class AutomaticTapeCreationRule
|
124
|
+
attr_accessor tape_barcode_prefix: ::String
|
125
|
+
attr_accessor pool_id: ::String
|
126
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
127
|
+
attr_accessor minimum_num_tapes: ::Integer
|
128
|
+
attr_accessor worm: bool
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class BandwidthRateLimitInterval
|
133
|
+
attr_accessor start_hour_of_day: ::Integer
|
134
|
+
attr_accessor start_minute_of_hour: ::Integer
|
135
|
+
attr_accessor end_hour_of_day: ::Integer
|
136
|
+
attr_accessor end_minute_of_hour: ::Integer
|
137
|
+
attr_accessor days_of_week: ::Array[::Integer]
|
138
|
+
attr_accessor average_upload_rate_limit_in_bits_per_sec: ::Integer
|
139
|
+
attr_accessor average_download_rate_limit_in_bits_per_sec: ::Integer
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class CacheAttributes
|
144
|
+
attr_accessor cache_stale_timeout_in_seconds: ::Integer
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class CachediSCSIVolume
|
149
|
+
attr_accessor volume_arn: ::String
|
150
|
+
attr_accessor volume_id: ::String
|
151
|
+
attr_accessor volume_type: ::String
|
152
|
+
attr_accessor volume_status: ::String
|
153
|
+
attr_accessor volume_attachment_status: ::String
|
154
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
155
|
+
attr_accessor volume_progress: ::Float
|
156
|
+
attr_accessor source_snapshot_id: ::String
|
157
|
+
attr_accessor volume_iscsi_attributes: Types::VolumeiSCSIAttributes
|
158
|
+
attr_accessor created_date: ::Time
|
159
|
+
attr_accessor volume_used_in_bytes: ::Integer
|
160
|
+
attr_accessor kms_key: ::String
|
161
|
+
attr_accessor target_name: ::String
|
162
|
+
SENSITIVE: []
|
163
|
+
end
|
164
|
+
|
165
|
+
class CancelArchivalInput
|
166
|
+
attr_accessor gateway_arn: ::String
|
167
|
+
attr_accessor tape_arn: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class CancelArchivalOutput
|
172
|
+
attr_accessor tape_arn: ::String
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class CancelRetrievalInput
|
177
|
+
attr_accessor gateway_arn: ::String
|
178
|
+
attr_accessor tape_arn: ::String
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class CancelRetrievalOutput
|
183
|
+
attr_accessor tape_arn: ::String
|
184
|
+
SENSITIVE: []
|
185
|
+
end
|
186
|
+
|
187
|
+
class ChapInfo
|
188
|
+
attr_accessor target_arn: ::String
|
189
|
+
attr_accessor secret_to_authenticate_initiator: ::String
|
190
|
+
attr_accessor initiator_name: ::String
|
191
|
+
attr_accessor secret_to_authenticate_target: ::String
|
192
|
+
SENSITIVE: [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
|
193
|
+
end
|
194
|
+
|
195
|
+
class CreateCachediSCSIVolumeInput
|
196
|
+
attr_accessor gateway_arn: ::String
|
197
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
198
|
+
attr_accessor snapshot_id: ::String
|
199
|
+
attr_accessor target_name: ::String
|
200
|
+
attr_accessor source_volume_arn: ::String
|
201
|
+
attr_accessor network_interface_id: ::String
|
202
|
+
attr_accessor client_token: ::String
|
203
|
+
attr_accessor kms_encrypted: bool
|
204
|
+
attr_accessor kms_key: ::String
|
205
|
+
attr_accessor tags: ::Array[Types::Tag]
|
206
|
+
SENSITIVE: []
|
207
|
+
end
|
208
|
+
|
209
|
+
class CreateCachediSCSIVolumeOutput
|
210
|
+
attr_accessor volume_arn: ::String
|
211
|
+
attr_accessor target_arn: ::String
|
212
|
+
SENSITIVE: []
|
213
|
+
end
|
214
|
+
|
215
|
+
class CreateNFSFileShareInput
|
216
|
+
attr_accessor client_token: ::String
|
217
|
+
attr_accessor nfs_file_share_defaults: Types::NFSFileShareDefaults
|
218
|
+
attr_accessor gateway_arn: ::String
|
219
|
+
attr_accessor kms_encrypted: bool
|
220
|
+
attr_accessor kms_key: ::String
|
221
|
+
attr_accessor role: ::String
|
222
|
+
attr_accessor location_arn: ::String
|
223
|
+
attr_accessor default_storage_class: ::String
|
224
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
225
|
+
attr_accessor client_list: ::Array[::String]
|
226
|
+
attr_accessor squash: ::String
|
227
|
+
attr_accessor read_only: bool
|
228
|
+
attr_accessor guess_mime_type_enabled: bool
|
229
|
+
attr_accessor requester_pays: bool
|
230
|
+
attr_accessor tags: ::Array[Types::Tag]
|
231
|
+
attr_accessor file_share_name: ::String
|
232
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
233
|
+
attr_accessor notification_policy: ::String
|
234
|
+
attr_accessor vpc_endpoint_dns_name: ::String
|
235
|
+
attr_accessor bucket_region: ::String
|
236
|
+
attr_accessor audit_destination_arn: ::String
|
237
|
+
SENSITIVE: []
|
238
|
+
end
|
239
|
+
|
240
|
+
class CreateNFSFileShareOutput
|
241
|
+
attr_accessor file_share_arn: ::String
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class CreateSMBFileShareInput
|
246
|
+
attr_accessor client_token: ::String
|
247
|
+
attr_accessor gateway_arn: ::String
|
248
|
+
attr_accessor kms_encrypted: bool
|
249
|
+
attr_accessor kms_key: ::String
|
250
|
+
attr_accessor role: ::String
|
251
|
+
attr_accessor location_arn: ::String
|
252
|
+
attr_accessor default_storage_class: ::String
|
253
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
254
|
+
attr_accessor read_only: bool
|
255
|
+
attr_accessor guess_mime_type_enabled: bool
|
256
|
+
attr_accessor requester_pays: bool
|
257
|
+
attr_accessor smbacl_enabled: bool
|
258
|
+
attr_accessor access_based_enumeration: bool
|
259
|
+
attr_accessor admin_user_list: ::Array[::String]
|
260
|
+
attr_accessor valid_user_list: ::Array[::String]
|
261
|
+
attr_accessor invalid_user_list: ::Array[::String]
|
262
|
+
attr_accessor audit_destination_arn: ::String
|
263
|
+
attr_accessor authentication: ::String
|
264
|
+
attr_accessor case_sensitivity: ("ClientSpecified" | "CaseSensitive")
|
265
|
+
attr_accessor tags: ::Array[Types::Tag]
|
266
|
+
attr_accessor file_share_name: ::String
|
267
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
268
|
+
attr_accessor notification_policy: ::String
|
269
|
+
attr_accessor vpc_endpoint_dns_name: ::String
|
270
|
+
attr_accessor bucket_region: ::String
|
271
|
+
attr_accessor oplocks_enabled: bool
|
272
|
+
SENSITIVE: []
|
273
|
+
end
|
274
|
+
|
275
|
+
class CreateSMBFileShareOutput
|
276
|
+
attr_accessor file_share_arn: ::String
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class CreateSnapshotFromVolumeRecoveryPointInput
|
281
|
+
attr_accessor volume_arn: ::String
|
282
|
+
attr_accessor snapshot_description: ::String
|
283
|
+
attr_accessor tags: ::Array[Types::Tag]
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class CreateSnapshotFromVolumeRecoveryPointOutput
|
288
|
+
attr_accessor snapshot_id: ::String
|
289
|
+
attr_accessor volume_arn: ::String
|
290
|
+
attr_accessor volume_recovery_point_time: ::String
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class CreateSnapshotInput
|
295
|
+
attr_accessor volume_arn: ::String
|
296
|
+
attr_accessor snapshot_description: ::String
|
297
|
+
attr_accessor tags: ::Array[Types::Tag]
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class CreateSnapshotOutput
|
302
|
+
attr_accessor volume_arn: ::String
|
303
|
+
attr_accessor snapshot_id: ::String
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class CreateStorediSCSIVolumeInput
|
308
|
+
attr_accessor gateway_arn: ::String
|
309
|
+
attr_accessor disk_id: ::String
|
310
|
+
attr_accessor snapshot_id: ::String
|
311
|
+
attr_accessor preserve_existing_data: bool
|
312
|
+
attr_accessor target_name: ::String
|
313
|
+
attr_accessor network_interface_id: ::String
|
314
|
+
attr_accessor kms_encrypted: bool
|
315
|
+
attr_accessor kms_key: ::String
|
316
|
+
attr_accessor tags: ::Array[Types::Tag]
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
320
|
+
class CreateStorediSCSIVolumeOutput
|
321
|
+
attr_accessor volume_arn: ::String
|
322
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
323
|
+
attr_accessor target_arn: ::String
|
324
|
+
SENSITIVE: []
|
325
|
+
end
|
326
|
+
|
327
|
+
class CreateTapePoolInput
|
328
|
+
attr_accessor pool_name: ::String
|
329
|
+
attr_accessor storage_class: ("DEEP_ARCHIVE" | "GLACIER")
|
330
|
+
attr_accessor retention_lock_type: ("COMPLIANCE" | "GOVERNANCE" | "NONE")
|
331
|
+
attr_accessor retention_lock_time_in_days: ::Integer
|
332
|
+
attr_accessor tags: ::Array[Types::Tag]
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class CreateTapePoolOutput
|
337
|
+
attr_accessor pool_arn: ::String
|
338
|
+
SENSITIVE: []
|
339
|
+
end
|
340
|
+
|
341
|
+
class CreateTapeWithBarcodeInput
|
342
|
+
attr_accessor gateway_arn: ::String
|
343
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
344
|
+
attr_accessor tape_barcode: ::String
|
345
|
+
attr_accessor kms_encrypted: bool
|
346
|
+
attr_accessor kms_key: ::String
|
347
|
+
attr_accessor pool_id: ::String
|
348
|
+
attr_accessor worm: bool
|
349
|
+
attr_accessor tags: ::Array[Types::Tag]
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class CreateTapeWithBarcodeOutput
|
354
|
+
attr_accessor tape_arn: ::String
|
355
|
+
SENSITIVE: []
|
356
|
+
end
|
357
|
+
|
358
|
+
class CreateTapesInput
|
359
|
+
attr_accessor gateway_arn: ::String
|
360
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
361
|
+
attr_accessor client_token: ::String
|
362
|
+
attr_accessor num_tapes_to_create: ::Integer
|
363
|
+
attr_accessor tape_barcode_prefix: ::String
|
364
|
+
attr_accessor kms_encrypted: bool
|
365
|
+
attr_accessor kms_key: ::String
|
366
|
+
attr_accessor pool_id: ::String
|
367
|
+
attr_accessor worm: bool
|
368
|
+
attr_accessor tags: ::Array[Types::Tag]
|
369
|
+
SENSITIVE: []
|
370
|
+
end
|
371
|
+
|
372
|
+
class CreateTapesOutput
|
373
|
+
attr_accessor tape_arns: ::Array[::String]
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class DeleteAutomaticTapeCreationPolicyInput
|
378
|
+
attr_accessor gateway_arn: ::String
|
379
|
+
SENSITIVE: []
|
380
|
+
end
|
381
|
+
|
382
|
+
class DeleteAutomaticTapeCreationPolicyOutput
|
383
|
+
attr_accessor gateway_arn: ::String
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class DeleteBandwidthRateLimitInput
|
388
|
+
attr_accessor gateway_arn: ::String
|
389
|
+
attr_accessor bandwidth_type: ::String
|
390
|
+
SENSITIVE: []
|
391
|
+
end
|
392
|
+
|
393
|
+
class DeleteBandwidthRateLimitOutput
|
394
|
+
attr_accessor gateway_arn: ::String
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class DeleteChapCredentialsInput
|
399
|
+
attr_accessor target_arn: ::String
|
400
|
+
attr_accessor initiator_name: ::String
|
401
|
+
SENSITIVE: []
|
402
|
+
end
|
403
|
+
|
404
|
+
class DeleteChapCredentialsOutput
|
405
|
+
attr_accessor target_arn: ::String
|
406
|
+
attr_accessor initiator_name: ::String
|
407
|
+
SENSITIVE: []
|
408
|
+
end
|
409
|
+
|
410
|
+
class DeleteFileShareInput
|
411
|
+
attr_accessor file_share_arn: ::String
|
412
|
+
attr_accessor force_delete: bool
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class DeleteFileShareOutput
|
417
|
+
attr_accessor file_share_arn: ::String
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
421
|
+
class DeleteGatewayInput
|
422
|
+
attr_accessor gateway_arn: ::String
|
423
|
+
SENSITIVE: []
|
424
|
+
end
|
425
|
+
|
426
|
+
class DeleteGatewayOutput
|
427
|
+
attr_accessor gateway_arn: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class DeleteSnapshotScheduleInput
|
432
|
+
attr_accessor volume_arn: ::String
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class DeleteSnapshotScheduleOutput
|
437
|
+
attr_accessor volume_arn: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class DeleteTapeArchiveInput
|
442
|
+
attr_accessor tape_arn: ::String
|
443
|
+
attr_accessor bypass_governance_retention: bool
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class DeleteTapeArchiveOutput
|
448
|
+
attr_accessor tape_arn: ::String
|
449
|
+
SENSITIVE: []
|
450
|
+
end
|
451
|
+
|
452
|
+
class DeleteTapeInput
|
453
|
+
attr_accessor gateway_arn: ::String
|
454
|
+
attr_accessor tape_arn: ::String
|
455
|
+
attr_accessor bypass_governance_retention: bool
|
456
|
+
SENSITIVE: []
|
457
|
+
end
|
458
|
+
|
459
|
+
class DeleteTapeOutput
|
460
|
+
attr_accessor tape_arn: ::String
|
461
|
+
SENSITIVE: []
|
462
|
+
end
|
463
|
+
|
464
|
+
class DeleteTapePoolInput
|
465
|
+
attr_accessor pool_arn: ::String
|
466
|
+
SENSITIVE: []
|
467
|
+
end
|
468
|
+
|
469
|
+
class DeleteTapePoolOutput
|
470
|
+
attr_accessor pool_arn: ::String
|
471
|
+
SENSITIVE: []
|
472
|
+
end
|
473
|
+
|
474
|
+
class DeleteVolumeInput
|
475
|
+
attr_accessor volume_arn: ::String
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class DeleteVolumeOutput
|
480
|
+
attr_accessor volume_arn: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class DescribeAvailabilityMonitorTestInput
|
485
|
+
attr_accessor gateway_arn: ::String
|
486
|
+
SENSITIVE: []
|
487
|
+
end
|
488
|
+
|
489
|
+
class DescribeAvailabilityMonitorTestOutput
|
490
|
+
attr_accessor gateway_arn: ::String
|
491
|
+
attr_accessor status: ("COMPLETE" | "FAILED" | "PENDING")
|
492
|
+
attr_accessor start_time: ::Time
|
493
|
+
SENSITIVE: []
|
494
|
+
end
|
495
|
+
|
496
|
+
class DescribeBandwidthRateLimitInput
|
497
|
+
attr_accessor gateway_arn: ::String
|
498
|
+
SENSITIVE: []
|
499
|
+
end
|
500
|
+
|
501
|
+
class DescribeBandwidthRateLimitOutput
|
502
|
+
attr_accessor gateway_arn: ::String
|
503
|
+
attr_accessor average_upload_rate_limit_in_bits_per_sec: ::Integer
|
504
|
+
attr_accessor average_download_rate_limit_in_bits_per_sec: ::Integer
|
505
|
+
SENSITIVE: []
|
506
|
+
end
|
507
|
+
|
508
|
+
class DescribeBandwidthRateLimitScheduleInput
|
509
|
+
attr_accessor gateway_arn: ::String
|
510
|
+
SENSITIVE: []
|
511
|
+
end
|
512
|
+
|
513
|
+
class DescribeBandwidthRateLimitScheduleOutput
|
514
|
+
attr_accessor gateway_arn: ::String
|
515
|
+
attr_accessor bandwidth_rate_limit_intervals: ::Array[Types::BandwidthRateLimitInterval]
|
516
|
+
SENSITIVE: []
|
517
|
+
end
|
518
|
+
|
519
|
+
class DescribeCacheInput
|
520
|
+
attr_accessor gateway_arn: ::String
|
521
|
+
SENSITIVE: []
|
522
|
+
end
|
523
|
+
|
524
|
+
class DescribeCacheOutput
|
525
|
+
attr_accessor gateway_arn: ::String
|
526
|
+
attr_accessor disk_ids: ::Array[::String]
|
527
|
+
attr_accessor cache_allocated_in_bytes: ::Integer
|
528
|
+
attr_accessor cache_used_percentage: ::Float
|
529
|
+
attr_accessor cache_dirty_percentage: ::Float
|
530
|
+
attr_accessor cache_hit_percentage: ::Float
|
531
|
+
attr_accessor cache_miss_percentage: ::Float
|
532
|
+
SENSITIVE: []
|
533
|
+
end
|
534
|
+
|
535
|
+
class DescribeCachediSCSIVolumesInput
|
536
|
+
attr_accessor volume_arns: ::Array[::String]
|
537
|
+
SENSITIVE: []
|
538
|
+
end
|
539
|
+
|
540
|
+
class DescribeCachediSCSIVolumesOutput
|
541
|
+
attr_accessor cached_iscsi_volumes: ::Array[Types::CachediSCSIVolume]
|
542
|
+
SENSITIVE: []
|
543
|
+
end
|
544
|
+
|
545
|
+
class DescribeChapCredentialsInput
|
546
|
+
attr_accessor target_arn: ::String
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class DescribeChapCredentialsOutput
|
551
|
+
attr_accessor chap_credentials: ::Array[Types::ChapInfo]
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
554
|
+
|
555
|
+
class DescribeFileSystemAssociationsInput
|
556
|
+
attr_accessor file_system_association_arn_list: ::Array[::String]
|
557
|
+
SENSITIVE: []
|
558
|
+
end
|
559
|
+
|
560
|
+
class DescribeFileSystemAssociationsOutput
|
561
|
+
attr_accessor file_system_association_info_list: ::Array[Types::FileSystemAssociationInfo]
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class DescribeGatewayInformationInput
|
566
|
+
attr_accessor gateway_arn: ::String
|
567
|
+
SENSITIVE: []
|
568
|
+
end
|
569
|
+
|
570
|
+
class DescribeGatewayInformationOutput
|
571
|
+
attr_accessor gateway_arn: ::String
|
572
|
+
attr_accessor gateway_id: ::String
|
573
|
+
attr_accessor gateway_name: ::String
|
574
|
+
attr_accessor gateway_timezone: ::String
|
575
|
+
attr_accessor gateway_state: ::String
|
576
|
+
attr_accessor gateway_network_interfaces: ::Array[Types::NetworkInterface]
|
577
|
+
attr_accessor gateway_type: ::String
|
578
|
+
attr_accessor next_update_availability_date: ::String
|
579
|
+
attr_accessor last_software_update: ::String
|
580
|
+
attr_accessor ec2_instance_id: ::String
|
581
|
+
attr_accessor ec2_instance_region: ::String
|
582
|
+
attr_accessor tags: ::Array[Types::Tag]
|
583
|
+
attr_accessor vpc_endpoint: ::String
|
584
|
+
attr_accessor cloud_watch_log_group_arn: ::String
|
585
|
+
attr_accessor host_environment: ("VMWARE" | "HYPER-V" | "EC2" | "KVM" | "OTHER" | "SNOWBALL")
|
586
|
+
attr_accessor endpoint_type: ::String
|
587
|
+
attr_accessor software_updates_end_date: ::String
|
588
|
+
attr_accessor deprecation_date: ::String
|
589
|
+
attr_accessor gateway_capacity: ("Small" | "Medium" | "Large")
|
590
|
+
attr_accessor supported_gateway_capacities: ::Array[("Small" | "Medium" | "Large")]
|
591
|
+
attr_accessor host_environment_id: ::String
|
592
|
+
attr_accessor software_version: ::String
|
593
|
+
SENSITIVE: []
|
594
|
+
end
|
595
|
+
|
596
|
+
class DescribeMaintenanceStartTimeInput
|
597
|
+
attr_accessor gateway_arn: ::String
|
598
|
+
SENSITIVE: []
|
599
|
+
end
|
600
|
+
|
601
|
+
class DescribeMaintenanceStartTimeOutput
|
602
|
+
attr_accessor gateway_arn: ::String
|
603
|
+
attr_accessor hour_of_day: ::Integer
|
604
|
+
attr_accessor minute_of_hour: ::Integer
|
605
|
+
attr_accessor day_of_week: ::Integer
|
606
|
+
attr_accessor day_of_month: ::Integer
|
607
|
+
attr_accessor timezone: ::String
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class DescribeNFSFileSharesInput
|
612
|
+
attr_accessor file_share_arn_list: ::Array[::String]
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class DescribeNFSFileSharesOutput
|
617
|
+
attr_accessor nfs_file_share_info_list: ::Array[Types::NFSFileShareInfo]
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class DescribeSMBFileSharesInput
|
622
|
+
attr_accessor file_share_arn_list: ::Array[::String]
|
623
|
+
SENSITIVE: []
|
624
|
+
end
|
625
|
+
|
626
|
+
class DescribeSMBFileSharesOutput
|
627
|
+
attr_accessor smb_file_share_info_list: ::Array[Types::SMBFileShareInfo]
|
628
|
+
SENSITIVE: []
|
629
|
+
end
|
630
|
+
|
631
|
+
class DescribeSMBSettingsInput
|
632
|
+
attr_accessor gateway_arn: ::String
|
633
|
+
SENSITIVE: []
|
634
|
+
end
|
635
|
+
|
636
|
+
class DescribeSMBSettingsOutput
|
637
|
+
attr_accessor gateway_arn: ::String
|
638
|
+
attr_accessor domain_name: ::String
|
639
|
+
attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
|
640
|
+
attr_accessor smb_guest_password_set: bool
|
641
|
+
attr_accessor smb_security_strategy: ("ClientSpecified" | "MandatorySigning" | "MandatoryEncryption")
|
642
|
+
attr_accessor file_shares_visible: bool
|
643
|
+
attr_accessor smb_local_groups: Types::SMBLocalGroups
|
644
|
+
SENSITIVE: []
|
645
|
+
end
|
646
|
+
|
647
|
+
class DescribeSnapshotScheduleInput
|
648
|
+
attr_accessor volume_arn: ::String
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class DescribeSnapshotScheduleOutput
|
653
|
+
attr_accessor volume_arn: ::String
|
654
|
+
attr_accessor start_at: ::Integer
|
655
|
+
attr_accessor recurrence_in_hours: ::Integer
|
656
|
+
attr_accessor description: ::String
|
657
|
+
attr_accessor timezone: ::String
|
658
|
+
attr_accessor tags: ::Array[Types::Tag]
|
659
|
+
SENSITIVE: []
|
660
|
+
end
|
661
|
+
|
662
|
+
class DescribeStorediSCSIVolumesInput
|
663
|
+
attr_accessor volume_arns: ::Array[::String]
|
664
|
+
SENSITIVE: []
|
665
|
+
end
|
666
|
+
|
667
|
+
class DescribeStorediSCSIVolumesOutput
|
668
|
+
attr_accessor stored_iscsi_volumes: ::Array[Types::StorediSCSIVolume]
|
669
|
+
SENSITIVE: []
|
670
|
+
end
|
671
|
+
|
672
|
+
class DescribeTapeArchivesInput
|
673
|
+
attr_accessor tape_arns: ::Array[::String]
|
674
|
+
attr_accessor marker: ::String
|
675
|
+
attr_accessor limit: ::Integer
|
676
|
+
SENSITIVE: []
|
677
|
+
end
|
678
|
+
|
679
|
+
class DescribeTapeArchivesOutput
|
680
|
+
attr_accessor tape_archives: ::Array[Types::TapeArchive]
|
681
|
+
attr_accessor marker: ::String
|
682
|
+
SENSITIVE: []
|
683
|
+
end
|
684
|
+
|
685
|
+
class DescribeTapeRecoveryPointsInput
|
686
|
+
attr_accessor gateway_arn: ::String
|
687
|
+
attr_accessor marker: ::String
|
688
|
+
attr_accessor limit: ::Integer
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class DescribeTapeRecoveryPointsOutput
|
693
|
+
attr_accessor gateway_arn: ::String
|
694
|
+
attr_accessor tape_recovery_point_infos: ::Array[Types::TapeRecoveryPointInfo]
|
695
|
+
attr_accessor marker: ::String
|
696
|
+
SENSITIVE: []
|
697
|
+
end
|
698
|
+
|
699
|
+
class DescribeTapesInput
|
700
|
+
attr_accessor gateway_arn: ::String
|
701
|
+
attr_accessor tape_arns: ::Array[::String]
|
702
|
+
attr_accessor marker: ::String
|
703
|
+
attr_accessor limit: ::Integer
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class DescribeTapesOutput
|
708
|
+
attr_accessor tapes: ::Array[Types::Tape]
|
709
|
+
attr_accessor marker: ::String
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class DescribeUploadBufferInput
|
714
|
+
attr_accessor gateway_arn: ::String
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class DescribeUploadBufferOutput
|
719
|
+
attr_accessor gateway_arn: ::String
|
720
|
+
attr_accessor disk_ids: ::Array[::String]
|
721
|
+
attr_accessor upload_buffer_used_in_bytes: ::Integer
|
722
|
+
attr_accessor upload_buffer_allocated_in_bytes: ::Integer
|
723
|
+
SENSITIVE: []
|
724
|
+
end
|
725
|
+
|
726
|
+
class DescribeVTLDevicesInput
|
727
|
+
attr_accessor gateway_arn: ::String
|
728
|
+
attr_accessor vtl_device_arns: ::Array[::String]
|
729
|
+
attr_accessor marker: ::String
|
730
|
+
attr_accessor limit: ::Integer
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class DescribeVTLDevicesOutput
|
735
|
+
attr_accessor gateway_arn: ::String
|
736
|
+
attr_accessor vtl_devices: ::Array[Types::VTLDevice]
|
737
|
+
attr_accessor marker: ::String
|
738
|
+
SENSITIVE: []
|
739
|
+
end
|
740
|
+
|
741
|
+
class DescribeWorkingStorageInput
|
742
|
+
attr_accessor gateway_arn: ::String
|
743
|
+
SENSITIVE: []
|
744
|
+
end
|
745
|
+
|
746
|
+
class DescribeWorkingStorageOutput
|
747
|
+
attr_accessor gateway_arn: ::String
|
748
|
+
attr_accessor disk_ids: ::Array[::String]
|
749
|
+
attr_accessor working_storage_used_in_bytes: ::Integer
|
750
|
+
attr_accessor working_storage_allocated_in_bytes: ::Integer
|
751
|
+
SENSITIVE: []
|
752
|
+
end
|
753
|
+
|
754
|
+
class DetachVolumeInput
|
755
|
+
attr_accessor volume_arn: ::String
|
756
|
+
attr_accessor force_detach: bool
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class DetachVolumeOutput
|
761
|
+
attr_accessor volume_arn: ::String
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
765
|
+
class DeviceiSCSIAttributes
|
766
|
+
attr_accessor target_arn: ::String
|
767
|
+
attr_accessor network_interface_id: ::String
|
768
|
+
attr_accessor network_interface_port: ::Integer
|
769
|
+
attr_accessor chap_enabled: bool
|
770
|
+
SENSITIVE: []
|
771
|
+
end
|
772
|
+
|
773
|
+
class DisableGatewayInput
|
774
|
+
attr_accessor gateway_arn: ::String
|
775
|
+
SENSITIVE: []
|
776
|
+
end
|
777
|
+
|
778
|
+
class DisableGatewayOutput
|
779
|
+
attr_accessor gateway_arn: ::String
|
780
|
+
SENSITIVE: []
|
781
|
+
end
|
782
|
+
|
783
|
+
class DisassociateFileSystemInput
|
784
|
+
attr_accessor file_system_association_arn: ::String
|
785
|
+
attr_accessor force_delete: bool
|
786
|
+
SENSITIVE: []
|
787
|
+
end
|
788
|
+
|
789
|
+
class DisassociateFileSystemOutput
|
790
|
+
attr_accessor file_system_association_arn: ::String
|
791
|
+
SENSITIVE: []
|
792
|
+
end
|
793
|
+
|
794
|
+
class Disk
|
795
|
+
attr_accessor disk_id: ::String
|
796
|
+
attr_accessor disk_path: ::String
|
797
|
+
attr_accessor disk_node: ::String
|
798
|
+
attr_accessor disk_status: ::String
|
799
|
+
attr_accessor disk_size_in_bytes: ::Integer
|
800
|
+
attr_accessor disk_allocation_type: ::String
|
801
|
+
attr_accessor disk_allocation_resource: ::String
|
802
|
+
attr_accessor disk_attribute_list: ::Array[::String]
|
803
|
+
SENSITIVE: []
|
804
|
+
end
|
805
|
+
|
806
|
+
class EndpointNetworkConfiguration
|
807
|
+
attr_accessor ip_addresses: ::Array[::String]
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class FileShareInfo
|
812
|
+
attr_accessor file_share_type: ("NFS" | "SMB")
|
813
|
+
attr_accessor file_share_arn: ::String
|
814
|
+
attr_accessor file_share_id: ::String
|
815
|
+
attr_accessor file_share_status: ::String
|
816
|
+
attr_accessor gateway_arn: ::String
|
817
|
+
SENSITIVE: []
|
818
|
+
end
|
819
|
+
|
820
|
+
class FileSystemAssociationInfo
|
821
|
+
attr_accessor file_system_association_arn: ::String
|
822
|
+
attr_accessor location_arn: ::String
|
823
|
+
attr_accessor file_system_association_status: ::String
|
824
|
+
attr_accessor audit_destination_arn: ::String
|
825
|
+
attr_accessor gateway_arn: ::String
|
826
|
+
attr_accessor tags: ::Array[Types::Tag]
|
827
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
828
|
+
attr_accessor endpoint_network_configuration: Types::EndpointNetworkConfiguration
|
829
|
+
attr_accessor file_system_association_status_details: ::Array[Types::FileSystemAssociationStatusDetail]
|
830
|
+
SENSITIVE: []
|
831
|
+
end
|
832
|
+
|
833
|
+
class FileSystemAssociationStatusDetail
|
834
|
+
attr_accessor error_code: ::String
|
835
|
+
SENSITIVE: []
|
836
|
+
end
|
837
|
+
|
838
|
+
class FileSystemAssociationSummary
|
839
|
+
attr_accessor file_system_association_id: ::String
|
840
|
+
attr_accessor file_system_association_arn: ::String
|
841
|
+
attr_accessor file_system_association_status: ::String
|
842
|
+
attr_accessor gateway_arn: ::String
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class GatewayInfo
|
847
|
+
attr_accessor gateway_id: ::String
|
848
|
+
attr_accessor gateway_arn: ::String
|
849
|
+
attr_accessor gateway_type: ::String
|
850
|
+
attr_accessor gateway_operational_state: ::String
|
851
|
+
attr_accessor gateway_name: ::String
|
852
|
+
attr_accessor ec2_instance_id: ::String
|
853
|
+
attr_accessor ec2_instance_region: ::String
|
854
|
+
attr_accessor host_environment: ("VMWARE" | "HYPER-V" | "EC2" | "KVM" | "OTHER" | "SNOWBALL")
|
855
|
+
attr_accessor host_environment_id: ::String
|
856
|
+
attr_accessor deprecation_date: ::String
|
857
|
+
attr_accessor software_version: ::String
|
858
|
+
SENSITIVE: []
|
859
|
+
end
|
860
|
+
|
861
|
+
class InternalServerError
|
862
|
+
attr_accessor message: ::String
|
863
|
+
attr_accessor error: Types::StorageGatewayError
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class InvalidGatewayRequestException
|
868
|
+
attr_accessor message: ::String
|
869
|
+
attr_accessor error: Types::StorageGatewayError
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class JoinDomainInput
|
874
|
+
attr_accessor gateway_arn: ::String
|
875
|
+
attr_accessor domain_name: ::String
|
876
|
+
attr_accessor organizational_unit: ::String
|
877
|
+
attr_accessor domain_controllers: ::Array[::String]
|
878
|
+
attr_accessor timeout_in_seconds: ::Integer
|
879
|
+
attr_accessor user_name: ::String
|
880
|
+
attr_accessor password: ::String
|
881
|
+
SENSITIVE: [:password]
|
882
|
+
end
|
883
|
+
|
884
|
+
class JoinDomainOutput
|
885
|
+
attr_accessor gateway_arn: ::String
|
886
|
+
attr_accessor active_directory_status: ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR")
|
887
|
+
SENSITIVE: []
|
888
|
+
end
|
889
|
+
|
890
|
+
class ListAutomaticTapeCreationPoliciesInput
|
891
|
+
attr_accessor gateway_arn: ::String
|
892
|
+
SENSITIVE: []
|
893
|
+
end
|
894
|
+
|
895
|
+
class ListAutomaticTapeCreationPoliciesOutput
|
896
|
+
attr_accessor automatic_tape_creation_policy_infos: ::Array[Types::AutomaticTapeCreationPolicyInfo]
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
900
|
+
class ListFileSharesInput
|
901
|
+
attr_accessor gateway_arn: ::String
|
902
|
+
attr_accessor limit: ::Integer
|
903
|
+
attr_accessor marker: ::String
|
904
|
+
SENSITIVE: []
|
905
|
+
end
|
906
|
+
|
907
|
+
class ListFileSharesOutput
|
908
|
+
attr_accessor marker: ::String
|
909
|
+
attr_accessor next_marker: ::String
|
910
|
+
attr_accessor file_share_info_list: ::Array[Types::FileShareInfo]
|
911
|
+
SENSITIVE: []
|
912
|
+
end
|
913
|
+
|
914
|
+
class ListFileSystemAssociationsInput
|
915
|
+
attr_accessor gateway_arn: ::String
|
916
|
+
attr_accessor limit: ::Integer
|
917
|
+
attr_accessor marker: ::String
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class ListFileSystemAssociationsOutput
|
922
|
+
attr_accessor marker: ::String
|
923
|
+
attr_accessor next_marker: ::String
|
924
|
+
attr_accessor file_system_association_summary_list: ::Array[Types::FileSystemAssociationSummary]
|
925
|
+
SENSITIVE: []
|
926
|
+
end
|
927
|
+
|
928
|
+
class ListGatewaysInput
|
929
|
+
attr_accessor marker: ::String
|
930
|
+
attr_accessor limit: ::Integer
|
931
|
+
SENSITIVE: []
|
932
|
+
end
|
933
|
+
|
934
|
+
class ListGatewaysOutput
|
935
|
+
attr_accessor gateways: ::Array[Types::GatewayInfo]
|
936
|
+
attr_accessor marker: ::String
|
937
|
+
SENSITIVE: []
|
938
|
+
end
|
939
|
+
|
940
|
+
class ListLocalDisksInput
|
941
|
+
attr_accessor gateway_arn: ::String
|
942
|
+
SENSITIVE: []
|
943
|
+
end
|
944
|
+
|
945
|
+
class ListLocalDisksOutput
|
946
|
+
attr_accessor gateway_arn: ::String
|
947
|
+
attr_accessor disks: ::Array[Types::Disk]
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class ListTagsForResourceInput
|
952
|
+
attr_accessor resource_arn: ::String
|
953
|
+
attr_accessor marker: ::String
|
954
|
+
attr_accessor limit: ::Integer
|
955
|
+
SENSITIVE: []
|
956
|
+
end
|
957
|
+
|
958
|
+
class ListTagsForResourceOutput
|
959
|
+
attr_accessor resource_arn: ::String
|
960
|
+
attr_accessor marker: ::String
|
961
|
+
attr_accessor tags: ::Array[Types::Tag]
|
962
|
+
SENSITIVE: []
|
963
|
+
end
|
964
|
+
|
965
|
+
class ListTapePoolsInput
|
966
|
+
attr_accessor pool_arns: ::Array[::String]
|
967
|
+
attr_accessor marker: ::String
|
968
|
+
attr_accessor limit: ::Integer
|
969
|
+
SENSITIVE: []
|
970
|
+
end
|
971
|
+
|
972
|
+
class ListTapePoolsOutput
|
973
|
+
attr_accessor pool_infos: ::Array[Types::PoolInfo]
|
974
|
+
attr_accessor marker: ::String
|
975
|
+
SENSITIVE: []
|
976
|
+
end
|
977
|
+
|
978
|
+
class ListTapesInput
|
979
|
+
attr_accessor tape_arns: ::Array[::String]
|
980
|
+
attr_accessor marker: ::String
|
981
|
+
attr_accessor limit: ::Integer
|
982
|
+
SENSITIVE: []
|
983
|
+
end
|
984
|
+
|
985
|
+
class ListTapesOutput
|
986
|
+
attr_accessor tape_infos: ::Array[Types::TapeInfo]
|
987
|
+
attr_accessor marker: ::String
|
988
|
+
SENSITIVE: []
|
989
|
+
end
|
990
|
+
|
991
|
+
class ListVolumeInitiatorsInput
|
992
|
+
attr_accessor volume_arn: ::String
|
993
|
+
SENSITIVE: []
|
994
|
+
end
|
995
|
+
|
996
|
+
class ListVolumeInitiatorsOutput
|
997
|
+
attr_accessor initiators: ::Array[::String]
|
998
|
+
SENSITIVE: []
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class ListVolumeRecoveryPointsInput
|
1002
|
+
attr_accessor gateway_arn: ::String
|
1003
|
+
SENSITIVE: []
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class ListVolumeRecoveryPointsOutput
|
1007
|
+
attr_accessor gateway_arn: ::String
|
1008
|
+
attr_accessor volume_recovery_point_infos: ::Array[Types::VolumeRecoveryPointInfo]
|
1009
|
+
SENSITIVE: []
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
class ListVolumesInput
|
1013
|
+
attr_accessor gateway_arn: ::String
|
1014
|
+
attr_accessor marker: ::String
|
1015
|
+
attr_accessor limit: ::Integer
|
1016
|
+
SENSITIVE: []
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class ListVolumesOutput
|
1020
|
+
attr_accessor gateway_arn: ::String
|
1021
|
+
attr_accessor marker: ::String
|
1022
|
+
attr_accessor volume_infos: ::Array[Types::VolumeInfo]
|
1023
|
+
SENSITIVE: []
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class NFSFileShareDefaults
|
1027
|
+
attr_accessor file_mode: ::String
|
1028
|
+
attr_accessor directory_mode: ::String
|
1029
|
+
attr_accessor group_id: ::Integer
|
1030
|
+
attr_accessor owner_id: ::Integer
|
1031
|
+
SENSITIVE: []
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class NFSFileShareInfo
|
1035
|
+
attr_accessor nfs_file_share_defaults: Types::NFSFileShareDefaults
|
1036
|
+
attr_accessor file_share_arn: ::String
|
1037
|
+
attr_accessor file_share_id: ::String
|
1038
|
+
attr_accessor file_share_status: ::String
|
1039
|
+
attr_accessor gateway_arn: ::String
|
1040
|
+
attr_accessor kms_encrypted: bool
|
1041
|
+
attr_accessor kms_key: ::String
|
1042
|
+
attr_accessor path: ::String
|
1043
|
+
attr_accessor role: ::String
|
1044
|
+
attr_accessor location_arn: ::String
|
1045
|
+
attr_accessor default_storage_class: ::String
|
1046
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
1047
|
+
attr_accessor client_list: ::Array[::String]
|
1048
|
+
attr_accessor squash: ::String
|
1049
|
+
attr_accessor read_only: bool
|
1050
|
+
attr_accessor guess_mime_type_enabled: bool
|
1051
|
+
attr_accessor requester_pays: bool
|
1052
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1053
|
+
attr_accessor file_share_name: ::String
|
1054
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
1055
|
+
attr_accessor notification_policy: ::String
|
1056
|
+
attr_accessor vpc_endpoint_dns_name: ::String
|
1057
|
+
attr_accessor bucket_region: ::String
|
1058
|
+
attr_accessor audit_destination_arn: ::String
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class NetworkInterface
|
1063
|
+
attr_accessor ipv_4_address: ::String
|
1064
|
+
attr_accessor mac_address: ::String
|
1065
|
+
attr_accessor ipv_6_address: ::String
|
1066
|
+
SENSITIVE: []
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class NotifyWhenUploadedInput
|
1070
|
+
attr_accessor file_share_arn: ::String
|
1071
|
+
SENSITIVE: []
|
1072
|
+
end
|
1073
|
+
|
1074
|
+
class NotifyWhenUploadedOutput
|
1075
|
+
attr_accessor file_share_arn: ::String
|
1076
|
+
attr_accessor notification_id: ::String
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class PoolInfo
|
1081
|
+
attr_accessor pool_arn: ::String
|
1082
|
+
attr_accessor pool_name: ::String
|
1083
|
+
attr_accessor storage_class: ("DEEP_ARCHIVE" | "GLACIER")
|
1084
|
+
attr_accessor retention_lock_type: ("COMPLIANCE" | "GOVERNANCE" | "NONE")
|
1085
|
+
attr_accessor retention_lock_time_in_days: ::Integer
|
1086
|
+
attr_accessor pool_status: ("ACTIVE" | "DELETED")
|
1087
|
+
SENSITIVE: []
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
class RefreshCacheInput
|
1091
|
+
attr_accessor file_share_arn: ::String
|
1092
|
+
attr_accessor folder_list: ::Array[::String]
|
1093
|
+
attr_accessor recursive: bool
|
1094
|
+
SENSITIVE: []
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class RefreshCacheOutput
|
1098
|
+
attr_accessor file_share_arn: ::String
|
1099
|
+
attr_accessor notification_id: ::String
|
1100
|
+
SENSITIVE: []
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class RemoveTagsFromResourceInput
|
1104
|
+
attr_accessor resource_arn: ::String
|
1105
|
+
attr_accessor tag_keys: ::Array[::String]
|
1106
|
+
SENSITIVE: []
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class RemoveTagsFromResourceOutput
|
1110
|
+
attr_accessor resource_arn: ::String
|
1111
|
+
SENSITIVE: []
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class ResetCacheInput
|
1115
|
+
attr_accessor gateway_arn: ::String
|
1116
|
+
SENSITIVE: []
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
class ResetCacheOutput
|
1120
|
+
attr_accessor gateway_arn: ::String
|
1121
|
+
SENSITIVE: []
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class RetrieveTapeArchiveInput
|
1125
|
+
attr_accessor tape_arn: ::String
|
1126
|
+
attr_accessor gateway_arn: ::String
|
1127
|
+
SENSITIVE: []
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class RetrieveTapeArchiveOutput
|
1131
|
+
attr_accessor tape_arn: ::String
|
1132
|
+
SENSITIVE: []
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class RetrieveTapeRecoveryPointInput
|
1136
|
+
attr_accessor tape_arn: ::String
|
1137
|
+
attr_accessor gateway_arn: ::String
|
1138
|
+
SENSITIVE: []
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class RetrieveTapeRecoveryPointOutput
|
1142
|
+
attr_accessor tape_arn: ::String
|
1143
|
+
SENSITIVE: []
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class SMBFileShareInfo
|
1147
|
+
attr_accessor file_share_arn: ::String
|
1148
|
+
attr_accessor file_share_id: ::String
|
1149
|
+
attr_accessor file_share_status: ::String
|
1150
|
+
attr_accessor gateway_arn: ::String
|
1151
|
+
attr_accessor kms_encrypted: bool
|
1152
|
+
attr_accessor kms_key: ::String
|
1153
|
+
attr_accessor path: ::String
|
1154
|
+
attr_accessor role: ::String
|
1155
|
+
attr_accessor location_arn: ::String
|
1156
|
+
attr_accessor default_storage_class: ::String
|
1157
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
1158
|
+
attr_accessor read_only: bool
|
1159
|
+
attr_accessor guess_mime_type_enabled: bool
|
1160
|
+
attr_accessor requester_pays: bool
|
1161
|
+
attr_accessor smbacl_enabled: bool
|
1162
|
+
attr_accessor access_based_enumeration: bool
|
1163
|
+
attr_accessor admin_user_list: ::Array[::String]
|
1164
|
+
attr_accessor valid_user_list: ::Array[::String]
|
1165
|
+
attr_accessor invalid_user_list: ::Array[::String]
|
1166
|
+
attr_accessor audit_destination_arn: ::String
|
1167
|
+
attr_accessor authentication: ::String
|
1168
|
+
attr_accessor case_sensitivity: ("ClientSpecified" | "CaseSensitive")
|
1169
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1170
|
+
attr_accessor file_share_name: ::String
|
1171
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
1172
|
+
attr_accessor notification_policy: ::String
|
1173
|
+
attr_accessor vpc_endpoint_dns_name: ::String
|
1174
|
+
attr_accessor bucket_region: ::String
|
1175
|
+
attr_accessor oplocks_enabled: bool
|
1176
|
+
SENSITIVE: []
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class SMBLocalGroups
|
1180
|
+
attr_accessor gateway_admins: ::Array[::String]
|
1181
|
+
SENSITIVE: []
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class ServiceUnavailableError
|
1185
|
+
attr_accessor message: ::String
|
1186
|
+
attr_accessor error: Types::StorageGatewayError
|
1187
|
+
SENSITIVE: []
|
1188
|
+
end
|
1189
|
+
|
1190
|
+
class SetLocalConsolePasswordInput
|
1191
|
+
attr_accessor gateway_arn: ::String
|
1192
|
+
attr_accessor local_console_password: ::String
|
1193
|
+
SENSITIVE: [:local_console_password]
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class SetLocalConsolePasswordOutput
|
1197
|
+
attr_accessor gateway_arn: ::String
|
1198
|
+
SENSITIVE: []
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class SetSMBGuestPasswordInput
|
1202
|
+
attr_accessor gateway_arn: ::String
|
1203
|
+
attr_accessor password: ::String
|
1204
|
+
SENSITIVE: [:password]
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class SetSMBGuestPasswordOutput
|
1208
|
+
attr_accessor gateway_arn: ::String
|
1209
|
+
SENSITIVE: []
|
1210
|
+
end
|
1211
|
+
|
1212
|
+
class ShutdownGatewayInput
|
1213
|
+
attr_accessor gateway_arn: ::String
|
1214
|
+
SENSITIVE: []
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class ShutdownGatewayOutput
|
1218
|
+
attr_accessor gateway_arn: ::String
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class StartAvailabilityMonitorTestInput
|
1223
|
+
attr_accessor gateway_arn: ::String
|
1224
|
+
SENSITIVE: []
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class StartAvailabilityMonitorTestOutput
|
1228
|
+
attr_accessor gateway_arn: ::String
|
1229
|
+
SENSITIVE: []
|
1230
|
+
end
|
1231
|
+
|
1232
|
+
class StartGatewayInput
|
1233
|
+
attr_accessor gateway_arn: ::String
|
1234
|
+
SENSITIVE: []
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class StartGatewayOutput
|
1238
|
+
attr_accessor gateway_arn: ::String
|
1239
|
+
SENSITIVE: []
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
class StorageGatewayError
|
1243
|
+
attr_accessor error_code: ("ActivationKeyExpired" | "ActivationKeyInvalid" | "ActivationKeyNotFound" | "GatewayInternalError" | "GatewayNotConnected" | "GatewayNotFound" | "GatewayProxyNetworkConnectionBusy" | "AuthenticationFailure" | "BandwidthThrottleScheduleNotFound" | "Blocked" | "CannotExportSnapshot" | "ChapCredentialNotFound" | "DiskAlreadyAllocated" | "DiskDoesNotExist" | "DiskSizeGreaterThanVolumeMaxSize" | "DiskSizeLessThanVolumeSize" | "DiskSizeNotGigAligned" | "DuplicateCertificateInfo" | "DuplicateSchedule" | "EndpointNotFound" | "IAMNotSupported" | "InitiatorInvalid" | "InitiatorNotFound" | "InternalError" | "InvalidGateway" | "InvalidEndpoint" | "InvalidParameters" | "InvalidSchedule" | "LocalStorageLimitExceeded" | "LunAlreadyAllocated " | "LunInvalid" | "JoinDomainInProgress" | "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")
|
1244
|
+
attr_accessor error_details: ::Hash[::String, ::String]
|
1245
|
+
SENSITIVE: []
|
1246
|
+
end
|
1247
|
+
|
1248
|
+
class StorediSCSIVolume
|
1249
|
+
attr_accessor volume_arn: ::String
|
1250
|
+
attr_accessor volume_id: ::String
|
1251
|
+
attr_accessor volume_type: ::String
|
1252
|
+
attr_accessor volume_status: ::String
|
1253
|
+
attr_accessor volume_attachment_status: ::String
|
1254
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
1255
|
+
attr_accessor volume_progress: ::Float
|
1256
|
+
attr_accessor volume_disk_id: ::String
|
1257
|
+
attr_accessor source_snapshot_id: ::String
|
1258
|
+
attr_accessor preserved_existing_data: bool
|
1259
|
+
attr_accessor volume_iscsi_attributes: Types::VolumeiSCSIAttributes
|
1260
|
+
attr_accessor created_date: ::Time
|
1261
|
+
attr_accessor volume_used_in_bytes: ::Integer
|
1262
|
+
attr_accessor kms_key: ::String
|
1263
|
+
attr_accessor target_name: ::String
|
1264
|
+
SENSITIVE: []
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class Tag
|
1268
|
+
attr_accessor key: ::String
|
1269
|
+
attr_accessor value: ::String
|
1270
|
+
SENSITIVE: []
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class Tape
|
1274
|
+
attr_accessor tape_arn: ::String
|
1275
|
+
attr_accessor tape_barcode: ::String
|
1276
|
+
attr_accessor tape_created_date: ::Time
|
1277
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
1278
|
+
attr_accessor tape_status: ::String
|
1279
|
+
attr_accessor vtl_device: ::String
|
1280
|
+
attr_accessor progress: ::Float
|
1281
|
+
attr_accessor tape_used_in_bytes: ::Integer
|
1282
|
+
attr_accessor kms_key: ::String
|
1283
|
+
attr_accessor pool_id: ::String
|
1284
|
+
attr_accessor worm: bool
|
1285
|
+
attr_accessor retention_start_date: ::Time
|
1286
|
+
attr_accessor pool_entry_date: ::Time
|
1287
|
+
SENSITIVE: []
|
1288
|
+
end
|
1289
|
+
|
1290
|
+
class TapeArchive
|
1291
|
+
attr_accessor tape_arn: ::String
|
1292
|
+
attr_accessor tape_barcode: ::String
|
1293
|
+
attr_accessor tape_created_date: ::Time
|
1294
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
1295
|
+
attr_accessor completion_time: ::Time
|
1296
|
+
attr_accessor retrieved_to: ::String
|
1297
|
+
attr_accessor tape_status: ::String
|
1298
|
+
attr_accessor tape_used_in_bytes: ::Integer
|
1299
|
+
attr_accessor kms_key: ::String
|
1300
|
+
attr_accessor pool_id: ::String
|
1301
|
+
attr_accessor worm: bool
|
1302
|
+
attr_accessor retention_start_date: ::Time
|
1303
|
+
attr_accessor pool_entry_date: ::Time
|
1304
|
+
SENSITIVE: []
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class TapeInfo
|
1308
|
+
attr_accessor tape_arn: ::String
|
1309
|
+
attr_accessor tape_barcode: ::String
|
1310
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
1311
|
+
attr_accessor tape_status: ::String
|
1312
|
+
attr_accessor gateway_arn: ::String
|
1313
|
+
attr_accessor pool_id: ::String
|
1314
|
+
attr_accessor retention_start_date: ::Time
|
1315
|
+
attr_accessor pool_entry_date: ::Time
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class TapeRecoveryPointInfo
|
1320
|
+
attr_accessor tape_arn: ::String
|
1321
|
+
attr_accessor tape_recovery_point_time: ::Time
|
1322
|
+
attr_accessor tape_size_in_bytes: ::Integer
|
1323
|
+
attr_accessor tape_status: ::String
|
1324
|
+
SENSITIVE: []
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class UpdateAutomaticTapeCreationPolicyInput
|
1328
|
+
attr_accessor automatic_tape_creation_rules: ::Array[Types::AutomaticTapeCreationRule]
|
1329
|
+
attr_accessor gateway_arn: ::String
|
1330
|
+
SENSITIVE: []
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class UpdateAutomaticTapeCreationPolicyOutput
|
1334
|
+
attr_accessor gateway_arn: ::String
|
1335
|
+
SENSITIVE: []
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class UpdateBandwidthRateLimitInput
|
1339
|
+
attr_accessor gateway_arn: ::String
|
1340
|
+
attr_accessor average_upload_rate_limit_in_bits_per_sec: ::Integer
|
1341
|
+
attr_accessor average_download_rate_limit_in_bits_per_sec: ::Integer
|
1342
|
+
SENSITIVE: []
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class UpdateBandwidthRateLimitOutput
|
1346
|
+
attr_accessor gateway_arn: ::String
|
1347
|
+
SENSITIVE: []
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class UpdateBandwidthRateLimitScheduleInput
|
1351
|
+
attr_accessor gateway_arn: ::String
|
1352
|
+
attr_accessor bandwidth_rate_limit_intervals: ::Array[Types::BandwidthRateLimitInterval]
|
1353
|
+
SENSITIVE: []
|
1354
|
+
end
|
1355
|
+
|
1356
|
+
class UpdateBandwidthRateLimitScheduleOutput
|
1357
|
+
attr_accessor gateway_arn: ::String
|
1358
|
+
SENSITIVE: []
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
class UpdateChapCredentialsInput
|
1362
|
+
attr_accessor target_arn: ::String
|
1363
|
+
attr_accessor secret_to_authenticate_initiator: ::String
|
1364
|
+
attr_accessor initiator_name: ::String
|
1365
|
+
attr_accessor secret_to_authenticate_target: ::String
|
1366
|
+
SENSITIVE: [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class UpdateChapCredentialsOutput
|
1370
|
+
attr_accessor target_arn: ::String
|
1371
|
+
attr_accessor initiator_name: ::String
|
1372
|
+
SENSITIVE: []
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class UpdateFileSystemAssociationInput
|
1376
|
+
attr_accessor file_system_association_arn: ::String
|
1377
|
+
attr_accessor user_name: ::String
|
1378
|
+
attr_accessor password: ::String
|
1379
|
+
attr_accessor audit_destination_arn: ::String
|
1380
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
1381
|
+
SENSITIVE: [:password]
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class UpdateFileSystemAssociationOutput
|
1385
|
+
attr_accessor file_system_association_arn: ::String
|
1386
|
+
SENSITIVE: []
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class UpdateGatewayInformationInput
|
1390
|
+
attr_accessor gateway_arn: ::String
|
1391
|
+
attr_accessor gateway_name: ::String
|
1392
|
+
attr_accessor gateway_timezone: ::String
|
1393
|
+
attr_accessor cloud_watch_log_group_arn: ::String
|
1394
|
+
attr_accessor gateway_capacity: ("Small" | "Medium" | "Large")
|
1395
|
+
SENSITIVE: []
|
1396
|
+
end
|
1397
|
+
|
1398
|
+
class UpdateGatewayInformationOutput
|
1399
|
+
attr_accessor gateway_arn: ::String
|
1400
|
+
attr_accessor gateway_name: ::String
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class UpdateGatewaySoftwareNowInput
|
1405
|
+
attr_accessor gateway_arn: ::String
|
1406
|
+
SENSITIVE: []
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
class UpdateGatewaySoftwareNowOutput
|
1410
|
+
attr_accessor gateway_arn: ::String
|
1411
|
+
SENSITIVE: []
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class UpdateMaintenanceStartTimeInput
|
1415
|
+
attr_accessor gateway_arn: ::String
|
1416
|
+
attr_accessor hour_of_day: ::Integer
|
1417
|
+
attr_accessor minute_of_hour: ::Integer
|
1418
|
+
attr_accessor day_of_week: ::Integer
|
1419
|
+
attr_accessor day_of_month: ::Integer
|
1420
|
+
SENSITIVE: []
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class UpdateMaintenanceStartTimeOutput
|
1424
|
+
attr_accessor gateway_arn: ::String
|
1425
|
+
SENSITIVE: []
|
1426
|
+
end
|
1427
|
+
|
1428
|
+
class UpdateNFSFileShareInput
|
1429
|
+
attr_accessor file_share_arn: ::String
|
1430
|
+
attr_accessor kms_encrypted: bool
|
1431
|
+
attr_accessor kms_key: ::String
|
1432
|
+
attr_accessor nfs_file_share_defaults: Types::NFSFileShareDefaults
|
1433
|
+
attr_accessor default_storage_class: ::String
|
1434
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
1435
|
+
attr_accessor client_list: ::Array[::String]
|
1436
|
+
attr_accessor squash: ::String
|
1437
|
+
attr_accessor read_only: bool
|
1438
|
+
attr_accessor guess_mime_type_enabled: bool
|
1439
|
+
attr_accessor requester_pays: bool
|
1440
|
+
attr_accessor file_share_name: ::String
|
1441
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
1442
|
+
attr_accessor notification_policy: ::String
|
1443
|
+
attr_accessor audit_destination_arn: ::String
|
1444
|
+
SENSITIVE: []
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class UpdateNFSFileShareOutput
|
1448
|
+
attr_accessor file_share_arn: ::String
|
1449
|
+
SENSITIVE: []
|
1450
|
+
end
|
1451
|
+
|
1452
|
+
class UpdateSMBFileShareInput
|
1453
|
+
attr_accessor file_share_arn: ::String
|
1454
|
+
attr_accessor kms_encrypted: bool
|
1455
|
+
attr_accessor kms_key: ::String
|
1456
|
+
attr_accessor default_storage_class: ::String
|
1457
|
+
attr_accessor object_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control" | "aws-exec-read")
|
1458
|
+
attr_accessor read_only: bool
|
1459
|
+
attr_accessor guess_mime_type_enabled: bool
|
1460
|
+
attr_accessor requester_pays: bool
|
1461
|
+
attr_accessor smbacl_enabled: bool
|
1462
|
+
attr_accessor access_based_enumeration: bool
|
1463
|
+
attr_accessor admin_user_list: ::Array[::String]
|
1464
|
+
attr_accessor valid_user_list: ::Array[::String]
|
1465
|
+
attr_accessor invalid_user_list: ::Array[::String]
|
1466
|
+
attr_accessor audit_destination_arn: ::String
|
1467
|
+
attr_accessor case_sensitivity: ("ClientSpecified" | "CaseSensitive")
|
1468
|
+
attr_accessor file_share_name: ::String
|
1469
|
+
attr_accessor cache_attributes: Types::CacheAttributes
|
1470
|
+
attr_accessor notification_policy: ::String
|
1471
|
+
attr_accessor oplocks_enabled: bool
|
1472
|
+
SENSITIVE: []
|
1473
|
+
end
|
1474
|
+
|
1475
|
+
class UpdateSMBFileShareOutput
|
1476
|
+
attr_accessor file_share_arn: ::String
|
1477
|
+
SENSITIVE: []
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class UpdateSMBFileShareVisibilityInput
|
1481
|
+
attr_accessor gateway_arn: ::String
|
1482
|
+
attr_accessor file_shares_visible: bool
|
1483
|
+
SENSITIVE: []
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class UpdateSMBFileShareVisibilityOutput
|
1487
|
+
attr_accessor gateway_arn: ::String
|
1488
|
+
SENSITIVE: []
|
1489
|
+
end
|
1490
|
+
|
1491
|
+
class UpdateSMBLocalGroupsInput
|
1492
|
+
attr_accessor gateway_arn: ::String
|
1493
|
+
attr_accessor smb_local_groups: Types::SMBLocalGroups
|
1494
|
+
SENSITIVE: []
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
class UpdateSMBLocalGroupsOutput
|
1498
|
+
attr_accessor gateway_arn: ::String
|
1499
|
+
SENSITIVE: []
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class UpdateSMBSecurityStrategyInput
|
1503
|
+
attr_accessor gateway_arn: ::String
|
1504
|
+
attr_accessor smb_security_strategy: ("ClientSpecified" | "MandatorySigning" | "MandatoryEncryption")
|
1505
|
+
SENSITIVE: []
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class UpdateSMBSecurityStrategyOutput
|
1509
|
+
attr_accessor gateway_arn: ::String
|
1510
|
+
SENSITIVE: []
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class UpdateSnapshotScheduleInput
|
1514
|
+
attr_accessor volume_arn: ::String
|
1515
|
+
attr_accessor start_at: ::Integer
|
1516
|
+
attr_accessor recurrence_in_hours: ::Integer
|
1517
|
+
attr_accessor description: ::String
|
1518
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1519
|
+
SENSITIVE: []
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
class UpdateSnapshotScheduleOutput
|
1523
|
+
attr_accessor volume_arn: ::String
|
1524
|
+
SENSITIVE: []
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class UpdateVTLDeviceTypeInput
|
1528
|
+
attr_accessor vtl_device_arn: ::String
|
1529
|
+
attr_accessor device_type: ::String
|
1530
|
+
SENSITIVE: []
|
1531
|
+
end
|
1532
|
+
|
1533
|
+
class UpdateVTLDeviceTypeOutput
|
1534
|
+
attr_accessor vtl_device_arn: ::String
|
1535
|
+
SENSITIVE: []
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
class VTLDevice
|
1539
|
+
attr_accessor vtl_device_arn: ::String
|
1540
|
+
attr_accessor vtl_device_type: ::String
|
1541
|
+
attr_accessor vtl_device_vendor: ::String
|
1542
|
+
attr_accessor vtl_device_product_identifier: ::String
|
1543
|
+
attr_accessor device_iscsi_attributes: Types::DeviceiSCSIAttributes
|
1544
|
+
SENSITIVE: []
|
1545
|
+
end
|
1546
|
+
|
1547
|
+
class VolumeInfo
|
1548
|
+
attr_accessor volume_arn: ::String
|
1549
|
+
attr_accessor volume_id: ::String
|
1550
|
+
attr_accessor gateway_arn: ::String
|
1551
|
+
attr_accessor gateway_id: ::String
|
1552
|
+
attr_accessor volume_type: ::String
|
1553
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
1554
|
+
attr_accessor volume_attachment_status: ::String
|
1555
|
+
SENSITIVE: []
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
class VolumeRecoveryPointInfo
|
1559
|
+
attr_accessor volume_arn: ::String
|
1560
|
+
attr_accessor volume_size_in_bytes: ::Integer
|
1561
|
+
attr_accessor volume_usage_in_bytes: ::Integer
|
1562
|
+
attr_accessor volume_recovery_point_time: ::String
|
1563
|
+
SENSITIVE: []
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
class VolumeiSCSIAttributes
|
1567
|
+
attr_accessor target_arn: ::String
|
1568
|
+
attr_accessor network_interface_id: ::String
|
1569
|
+
attr_accessor network_interface_port: ::Integer
|
1570
|
+
attr_accessor lun_number: ::Integer
|
1571
|
+
attr_accessor chap_enabled: bool
|
1572
|
+
SENSITIVE: []
|
1573
|
+
end
|
1574
|
+
end
|
1575
|
+
end
|