aws-sdk-storagegateway 1.69.0 → 1.70.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,25 +26,6 @@ module Aws::StorageGateway
26
26
  #
27
27
  # * ActivateGatewayInput$TapeDriveType
28
28
  #
29
- # @note When making an API call, you may pass ActivateGatewayInput
30
- # data as a hash:
31
- #
32
- # {
33
- # activation_key: "ActivationKey", # required
34
- # gateway_name: "GatewayName", # required
35
- # gateway_timezone: "GatewayTimezone", # required
36
- # gateway_region: "RegionId", # required
37
- # gateway_type: "GatewayType",
38
- # tape_drive_type: "TapeDriveType",
39
- # medium_changer_type: "MediumChangerType",
40
- # tags: [
41
- # {
42
- # key: "TagKey", # required
43
- # value: "TagValue", # required
44
- # },
45
- # ],
46
- # }
47
- #
48
29
  # @!attribute [rw] activation_key
49
30
  # Your gateway activation key. You can obtain the activation key by
50
31
  # sending an HTTP GET request with redirects enabled to the gateway IP
@@ -170,14 +151,6 @@ module Aws::StorageGateway
170
151
  include Aws::Structure
171
152
  end
172
153
 
173
- # @note When making an API call, you may pass AddCacheInput
174
- # data as a hash:
175
- #
176
- # {
177
- # gateway_arn: "GatewayARN", # required
178
- # disk_ids: ["DiskId"], # required
179
- # }
180
- #
181
154
  # @!attribute [rw] gateway_arn
182
155
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
183
156
  # operation to return a list of gateways for your account and Amazon
@@ -215,19 +188,6 @@ module Aws::StorageGateway
215
188
 
216
189
  # AddTagsToResourceInput
217
190
  #
218
- # @note When making an API call, you may pass AddTagsToResourceInput
219
- # data as a hash:
220
- #
221
- # {
222
- # resource_arn: "ResourceARN", # required
223
- # tags: [ # required
224
- # {
225
- # key: "TagKey", # required
226
- # value: "TagValue", # required
227
- # },
228
- # ],
229
- # }
230
- #
231
191
  # @!attribute [rw] resource_arn
232
192
  # The Amazon Resource Name (ARN) of the resource you want to add tags
233
193
  # to.
@@ -269,14 +229,6 @@ module Aws::StorageGateway
269
229
  include Aws::Structure
270
230
  end
271
231
 
272
- # @note When making an API call, you may pass AddUploadBufferInput
273
- # data as a hash:
274
- #
275
- # {
276
- # gateway_arn: "GatewayARN", # required
277
- # disk_ids: ["DiskId"], # required
278
- # }
279
- #
280
232
  # @!attribute [rw] gateway_arn
281
233
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
282
234
  # operation to return a list of gateways for your account and Amazon
@@ -318,14 +270,6 @@ module Aws::StorageGateway
318
270
  #
319
271
  # ^
320
272
  #
321
- # @note When making an API call, you may pass AddWorkingStorageInput
322
- # data as a hash:
323
- #
324
- # {
325
- # gateway_arn: "GatewayARN", # required
326
- # disk_ids: ["DiskId"], # required
327
- # }
328
- #
329
273
  # @!attribute [rw] gateway_arn
330
274
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
331
275
  # operation to return a list of gateways for your account and Amazon
@@ -364,15 +308,6 @@ module Aws::StorageGateway
364
308
  include Aws::Structure
365
309
  end
366
310
 
367
- # @note When making an API call, you may pass AssignTapePoolInput
368
- # data as a hash:
369
- #
370
- # {
371
- # tape_arn: "TapeARN", # required
372
- # pool_id: "PoolId", # required
373
- # bypass_governance_retention: false,
374
- # }
375
- #
376
311
  # @!attribute [rw] tape_arn
377
312
  # The unique Amazon Resource Name (ARN) of the virtual tape that you
378
313
  # want to add to the tape pool.
@@ -421,30 +356,6 @@ module Aws::StorageGateway
421
356
  include Aws::Structure
422
357
  end
423
358
 
424
- # @note When making an API call, you may pass AssociateFileSystemInput
425
- # data as a hash:
426
- #
427
- # {
428
- # user_name: "DomainUserName", # required
429
- # password: "DomainUserPassword", # required
430
- # client_token: "ClientToken", # required
431
- # gateway_arn: "GatewayARN", # required
432
- # location_arn: "FileSystemLocationARN", # required
433
- # tags: [
434
- # {
435
- # key: "TagKey", # required
436
- # value: "TagValue", # required
437
- # },
438
- # ],
439
- # audit_destination_arn: "AuditDestinationARN",
440
- # cache_attributes: {
441
- # cache_stale_timeout_in_seconds: 1,
442
- # },
443
- # endpoint_network_configuration: {
444
- # ip_addresses: ["IPV4Address"],
445
- # },
446
- # }
447
- #
448
359
  # @!attribute [rw] user_name
449
360
  # The user name of the user credential that has permission to access
450
361
  # the root share D$ of the Amazon FSx file system. The user account
@@ -526,17 +437,6 @@ module Aws::StorageGateway
526
437
 
527
438
  # AttachVolumeInput
528
439
  #
529
- # @note When making an API call, you may pass AttachVolumeInput
530
- # data as a hash:
531
- #
532
- # {
533
- # gateway_arn: "GatewayARN", # required
534
- # target_name: "TargetName",
535
- # volume_arn: "VolumeARN", # required
536
- # network_interface_id: "NetworkInterfaceId", # required
537
- # disk_id: "DiskId",
538
- # }
539
- #
540
440
  # @!attribute [rw] gateway_arn
541
441
  # The Amazon Resource Name (ARN) of the gateway that you want to
542
442
  # attach the volume to.
@@ -641,17 +541,6 @@ module Aws::StorageGateway
641
541
  #
642
542
  # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedCreateTapes.html#CreateTapesAutomatically
643
543
  #
644
- # @note When making an API call, you may pass AutomaticTapeCreationRule
645
- # data as a hash:
646
- #
647
- # {
648
- # tape_barcode_prefix: "TapeBarcodePrefix", # required
649
- # pool_id: "PoolId", # required
650
- # tape_size_in_bytes: 1, # required
651
- # minimum_num_tapes: 1, # required
652
- # worm: false,
653
- # }
654
- #
655
544
  # @!attribute [rw] tape_barcode_prefix
656
545
  # A prefix that you append to the barcode of the virtual tape that you
657
546
  # are creating. This prefix makes the barcode unique.
@@ -712,19 +601,6 @@ module Aws::StorageGateway
712
601
  # one or more days of the week, during which bandwidth rate limits are
713
602
  # specified for uploading, downloading, or both.
714
603
  #
715
- # @note When making an API call, you may pass BandwidthRateLimitInterval
716
- # data as a hash:
717
- #
718
- # {
719
- # start_hour_of_day: 1, # required
720
- # start_minute_of_hour: 1, # required
721
- # end_hour_of_day: 1, # required
722
- # end_minute_of_hour: 1, # required
723
- # days_of_week: [1], # required
724
- # average_upload_rate_limit_in_bits_per_sec: 1,
725
- # average_download_rate_limit_in_bits_per_sec: 1,
726
- # }
727
- #
728
604
  # @!attribute [rw] start_hour_of_day
729
605
  # The hour of the day to start the bandwidth rate limit interval.
730
606
  # @return [Integer]
@@ -780,13 +656,6 @@ module Aws::StorageGateway
780
656
 
781
657
  # The refresh cache information for the file share or FSx file systems.
782
658
  #
783
- # @note When making an API call, you may pass CacheAttributes
784
- # data as a hash:
785
- #
786
- # {
787
- # cache_stale_timeout_in_seconds: 1,
788
- # }
789
- #
790
659
  # @!attribute [rw] cache_stale_timeout_in_seconds
791
660
  # Refreshes a file share's cache by using Time To Live (TTL). TTL is
792
661
  # the length of time since the last refresh after which access to the
@@ -924,14 +793,6 @@ module Aws::StorageGateway
924
793
 
925
794
  # CancelArchivalInput
926
795
  #
927
- # @note When making an API call, you may pass CancelArchivalInput
928
- # data as a hash:
929
- #
930
- # {
931
- # gateway_arn: "GatewayARN", # required
932
- # tape_arn: "TapeARN", # required
933
- # }
934
- #
935
796
  # @!attribute [rw] gateway_arn
936
797
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
937
798
  # operation to return a list of gateways for your account and Amazon
@@ -969,14 +830,6 @@ module Aws::StorageGateway
969
830
 
970
831
  # CancelRetrievalInput
971
832
  #
972
- # @note When making an API call, you may pass CancelRetrievalInput
973
- # data as a hash:
974
- #
975
- # {
976
- # gateway_arn: "GatewayARN", # required
977
- # tape_arn: "TapeARN", # required
978
- # }
979
- #
980
833
  # @!attribute [rw] gateway_arn
981
834
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
982
835
  # operation to return a list of gateways for your account and Amazon
@@ -1048,27 +901,6 @@ module Aws::StorageGateway
1048
901
  include Aws::Structure
1049
902
  end
1050
903
 
1051
- # @note When making an API call, you may pass CreateCachediSCSIVolumeInput
1052
- # data as a hash:
1053
- #
1054
- # {
1055
- # gateway_arn: "GatewayARN", # required
1056
- # volume_size_in_bytes: 1, # required
1057
- # snapshot_id: "SnapshotId",
1058
- # target_name: "TargetName", # required
1059
- # source_volume_arn: "VolumeARN",
1060
- # network_interface_id: "NetworkInterfaceId", # required
1061
- # client_token: "ClientToken", # required
1062
- # kms_encrypted: false,
1063
- # kms_key: "KMSKey",
1064
- # tags: [
1065
- # {
1066
- # key: "TagKey", # required
1067
- # value: "TagValue", # required
1068
- # },
1069
- # ],
1070
- # }
1071
- #
1072
904
  # @!attribute [rw] gateway_arn
1073
905
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1074
906
  # operation to return a list of gateways for your account and Amazon
@@ -1190,45 +1022,6 @@ module Aws::StorageGateway
1190
1022
 
1191
1023
  # CreateNFSFileShareInput
1192
1024
  #
1193
- # @note When making an API call, you may pass CreateNFSFileShareInput
1194
- # data as a hash:
1195
- #
1196
- # {
1197
- # client_token: "ClientToken", # required
1198
- # nfs_file_share_defaults: {
1199
- # file_mode: "PermissionMode",
1200
- # directory_mode: "PermissionMode",
1201
- # group_id: 1,
1202
- # owner_id: 1,
1203
- # },
1204
- # gateway_arn: "GatewayARN", # required
1205
- # kms_encrypted: false,
1206
- # kms_key: "KMSKey",
1207
- # role: "Role", # required
1208
- # location_arn: "LocationARN", # required
1209
- # default_storage_class: "StorageClass",
1210
- # object_acl: "private", # accepts private, public-read, public-read-write, authenticated-read, bucket-owner-read, bucket-owner-full-control, aws-exec-read
1211
- # client_list: ["IPV4AddressCIDR"],
1212
- # squash: "Squash",
1213
- # read_only: false,
1214
- # guess_mime_type_enabled: false,
1215
- # requester_pays: false,
1216
- # tags: [
1217
- # {
1218
- # key: "TagKey", # required
1219
- # value: "TagValue", # required
1220
- # },
1221
- # ],
1222
- # file_share_name: "FileShareName",
1223
- # cache_attributes: {
1224
- # cache_stale_timeout_in_seconds: 1,
1225
- # },
1226
- # notification_policy: "NotificationPolicy",
1227
- # vpc_endpoint_dns_name: "DNSHostName",
1228
- # bucket_region: "RegionId",
1229
- # audit_destination_arn: "AuditDestinationARN",
1230
- # }
1231
- #
1232
1025
  # @!attribute [rw] client_token
1233
1026
  # A unique string value that you supply that is used by S3 File
1234
1027
  # Gateway to ensure idempotent file share creation.
@@ -1479,45 +1272,6 @@ module Aws::StorageGateway
1479
1272
 
1480
1273
  # CreateSMBFileShareInput
1481
1274
  #
1482
- # @note When making an API call, you may pass CreateSMBFileShareInput
1483
- # data as a hash:
1484
- #
1485
- # {
1486
- # client_token: "ClientToken", # required
1487
- # gateway_arn: "GatewayARN", # required
1488
- # kms_encrypted: false,
1489
- # kms_key: "KMSKey",
1490
- # role: "Role", # required
1491
- # location_arn: "LocationARN", # required
1492
- # default_storage_class: "StorageClass",
1493
- # object_acl: "private", # accepts private, public-read, public-read-write, authenticated-read, bucket-owner-read, bucket-owner-full-control, aws-exec-read
1494
- # read_only: false,
1495
- # guess_mime_type_enabled: false,
1496
- # requester_pays: false,
1497
- # smbacl_enabled: false,
1498
- # access_based_enumeration: false,
1499
- # admin_user_list: ["UserListUser"],
1500
- # valid_user_list: ["UserListUser"],
1501
- # invalid_user_list: ["UserListUser"],
1502
- # audit_destination_arn: "AuditDestinationARN",
1503
- # authentication: "Authentication",
1504
- # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
1505
- # tags: [
1506
- # {
1507
- # key: "TagKey", # required
1508
- # value: "TagValue", # required
1509
- # },
1510
- # ],
1511
- # file_share_name: "FileShareName",
1512
- # cache_attributes: {
1513
- # cache_stale_timeout_in_seconds: 1,
1514
- # },
1515
- # notification_policy: "NotificationPolicy",
1516
- # vpc_endpoint_dns_name: "DNSHostName",
1517
- # bucket_region: "RegionId",
1518
- # oplocks_enabled: false,
1519
- # }
1520
- #
1521
1275
  # @!attribute [rw] client_token
1522
1276
  # A unique string value that you supply that is used by S3 File
1523
1277
  # Gateway to ensure idempotent file share creation.
@@ -1823,20 +1577,6 @@ module Aws::StorageGateway
1823
1577
  include Aws::Structure
1824
1578
  end
1825
1579
 
1826
- # @note When making an API call, you may pass CreateSnapshotFromVolumeRecoveryPointInput
1827
- # data as a hash:
1828
- #
1829
- # {
1830
- # volume_arn: "VolumeARN", # required
1831
- # snapshot_description: "SnapshotDescription", # required
1832
- # tags: [
1833
- # {
1834
- # key: "TagKey", # required
1835
- # value: "TagValue", # required
1836
- # },
1837
- # ],
1838
- # }
1839
- #
1840
1580
  # @!attribute [rw] volume_arn
1841
1581
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
1842
1582
  # DescribeStorediSCSIVolumes operation to return to retrieve the
@@ -1902,20 +1642,6 @@ module Aws::StorageGateway
1902
1642
  #
1903
1643
  # * CreateSnapshotInput$VolumeARN
1904
1644
  #
1905
- # @note When making an API call, you may pass CreateSnapshotInput
1906
- # data as a hash:
1907
- #
1908
- # {
1909
- # volume_arn: "VolumeARN", # required
1910
- # snapshot_description: "SnapshotDescription", # required
1911
- # tags: [
1912
- # {
1913
- # key: "TagKey", # required
1914
- # value: "TagValue", # required
1915
- # },
1916
- # ],
1917
- # }
1918
- #
1919
1645
  # @!attribute [rw] volume_arn
1920
1646
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
1921
1647
  # operation to return a list of gateway volumes.
@@ -1985,26 +1711,6 @@ module Aws::StorageGateway
1985
1711
  #
1986
1712
  # * CreateStorediSCSIVolumeInput$TargetName
1987
1713
  #
1988
- # @note When making an API call, you may pass CreateStorediSCSIVolumeInput
1989
- # data as a hash:
1990
- #
1991
- # {
1992
- # gateway_arn: "GatewayARN", # required
1993
- # disk_id: "DiskId", # required
1994
- # snapshot_id: "SnapshotId",
1995
- # preserve_existing_data: false, # required
1996
- # target_name: "TargetName", # required
1997
- # network_interface_id: "NetworkInterfaceId", # required
1998
- # kms_encrypted: false,
1999
- # kms_key: "KMSKey",
2000
- # tags: [
2001
- # {
2002
- # key: "TagKey", # required
2003
- # value: "TagValue", # required
2004
- # },
2005
- # ],
2006
- # }
2007
- #
2008
1714
  # @!attribute [rw] gateway_arn
2009
1715
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2010
1716
  # operation to return a list of gateways for your account and Amazon
@@ -2128,22 +1834,6 @@ module Aws::StorageGateway
2128
1834
  include Aws::Structure
2129
1835
  end
2130
1836
 
2131
- # @note When making an API call, you may pass CreateTapePoolInput
2132
- # data as a hash:
2133
- #
2134
- # {
2135
- # pool_name: "PoolName", # required
2136
- # storage_class: "DEEP_ARCHIVE", # required, accepts DEEP_ARCHIVE, GLACIER
2137
- # retention_lock_type: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE, NONE
2138
- # retention_lock_time_in_days: 1,
2139
- # tags: [
2140
- # {
2141
- # key: "TagKey", # required
2142
- # value: "TagValue", # required
2143
- # },
2144
- # ],
2145
- # }
2146
- #
2147
1837
  # @!attribute [rw] pool_name
2148
1838
  # The name of the new custom tape pool.
2149
1839
  # @return [String]
@@ -2209,25 +1899,6 @@ module Aws::StorageGateway
2209
1899
 
2210
1900
  # CreateTapeWithBarcodeInput
2211
1901
  #
2212
- # @note When making an API call, you may pass CreateTapeWithBarcodeInput
2213
- # data as a hash:
2214
- #
2215
- # {
2216
- # gateway_arn: "GatewayARN", # required
2217
- # tape_size_in_bytes: 1, # required
2218
- # tape_barcode: "TapeBarcode", # required
2219
- # kms_encrypted: false,
2220
- # kms_key: "KMSKey",
2221
- # pool_id: "PoolId",
2222
- # worm: false,
2223
- # tags: [
2224
- # {
2225
- # key: "TagKey", # required
2226
- # value: "TagValue", # required
2227
- # },
2228
- # ],
2229
- # }
2230
- #
2231
1902
  # @!attribute [rw] gateway_arn
2232
1903
  # The unique Amazon Resource Name (ARN) that represents the gateway to
2233
1904
  # associate the virtual tape with. Use the ListGateways operation to
@@ -2323,27 +1994,6 @@ module Aws::StorageGateway
2323
1994
 
2324
1995
  # CreateTapesInput
2325
1996
  #
2326
- # @note When making an API call, you may pass CreateTapesInput
2327
- # data as a hash:
2328
- #
2329
- # {
2330
- # gateway_arn: "GatewayARN", # required
2331
- # tape_size_in_bytes: 1, # required
2332
- # client_token: "ClientToken", # required
2333
- # num_tapes_to_create: 1, # required
2334
- # tape_barcode_prefix: "TapeBarcodePrefix", # required
2335
- # kms_encrypted: false,
2336
- # kms_key: "KMSKey",
2337
- # pool_id: "PoolId",
2338
- # worm: false,
2339
- # tags: [
2340
- # {
2341
- # key: "TagKey", # required
2342
- # value: "TagValue", # required
2343
- # },
2344
- # ],
2345
- # }
2346
- #
2347
1997
  # @!attribute [rw] gateway_arn
2348
1998
  # The unique Amazon Resource Name (ARN) that represents the gateway to
2349
1999
  # associate the virtual tapes with. Use the ListGateways operation to
@@ -2456,13 +2106,6 @@ module Aws::StorageGateway
2456
2106
  include Aws::Structure
2457
2107
  end
2458
2108
 
2459
- # @note When making an API call, you may pass DeleteAutomaticTapeCreationPolicyInput
2460
- # data as a hash:
2461
- #
2462
- # {
2463
- # gateway_arn: "GatewayARN", # required
2464
- # }
2465
- #
2466
2109
  # @!attribute [rw] gateway_arn
2467
2110
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2468
2111
  # operation to return a list of gateways for your account and Amazon
@@ -2497,14 +2140,6 @@ module Aws::StorageGateway
2497
2140
  #
2498
2141
  # ^
2499
2142
  #
2500
- # @note When making an API call, you may pass DeleteBandwidthRateLimitInput
2501
- # data as a hash:
2502
- #
2503
- # {
2504
- # gateway_arn: "GatewayARN", # required
2505
- # bandwidth_type: "BandwidthType", # required
2506
- # }
2507
- #
2508
2143
  # @!attribute [rw] gateway_arn
2509
2144
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2510
2145
  # operation to return a list of gateways for your account and Amazon
@@ -2550,14 +2185,6 @@ module Aws::StorageGateway
2550
2185
  #
2551
2186
  # * DeleteChapCredentialsInput$TargetARN
2552
2187
  #
2553
- # @note When making an API call, you may pass DeleteChapCredentialsInput
2554
- # data as a hash:
2555
- #
2556
- # {
2557
- # target_arn: "TargetARN", # required
2558
- # initiator_name: "IqnName", # required
2559
- # }
2560
- #
2561
2188
  # @!attribute [rw] target_arn
2562
2189
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
2563
2190
  # DescribeStorediSCSIVolumes operation to return to retrieve the
@@ -2598,14 +2225,6 @@ module Aws::StorageGateway
2598
2225
 
2599
2226
  # DeleteFileShareInput
2600
2227
  #
2601
- # @note When making an API call, you may pass DeleteFileShareInput
2602
- # data as a hash:
2603
- #
2604
- # {
2605
- # file_share_arn: "FileShareARN", # required
2606
- # force_delete: false,
2607
- # }
2608
- #
2609
2228
  # @!attribute [rw] file_share_arn
2610
2229
  # The Amazon Resource Name (ARN) of the file share to be deleted.
2611
2230
  # @return [String]
@@ -2645,13 +2264,6 @@ module Aws::StorageGateway
2645
2264
 
2646
2265
  # A JSON object containing the ID of the gateway to delete.
2647
2266
  #
2648
- # @note When making an API call, you may pass DeleteGatewayInput
2649
- # data as a hash:
2650
- #
2651
- # {
2652
- # gateway_arn: "GatewayARN", # required
2653
- # }
2654
- #
2655
2267
  # @!attribute [rw] gateway_arn
2656
2268
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2657
2269
  # operation to return a list of gateways for your account and Amazon
@@ -2682,13 +2294,6 @@ module Aws::StorageGateway
2682
2294
  include Aws::Structure
2683
2295
  end
2684
2296
 
2685
- # @note When making an API call, you may pass DeleteSnapshotScheduleInput
2686
- # data as a hash:
2687
- #
2688
- # {
2689
- # volume_arn: "VolumeARN", # required
2690
- # }
2691
- #
2692
2297
  # @!attribute [rw] volume_arn
2693
2298
  # The volume which snapshot schedule to delete.
2694
2299
  # @return [String]
@@ -2715,14 +2320,6 @@ module Aws::StorageGateway
2715
2320
 
2716
2321
  # DeleteTapeArchiveInput
2717
2322
  #
2718
- # @note When making an API call, you may pass DeleteTapeArchiveInput
2719
- # data as a hash:
2720
- #
2721
- # {
2722
- # tape_arn: "TapeARN", # required
2723
- # bypass_governance_retention: false,
2724
- # }
2725
- #
2726
2323
  # @!attribute [rw] tape_arn
2727
2324
  # The Amazon Resource Name (ARN) of the virtual tape to delete from
2728
2325
  # the virtual tape shelf (VTS).
@@ -2761,15 +2358,6 @@ module Aws::StorageGateway
2761
2358
 
2762
2359
  # DeleteTapeInput
2763
2360
  #
2764
- # @note When making an API call, you may pass DeleteTapeInput
2765
- # data as a hash:
2766
- #
2767
- # {
2768
- # gateway_arn: "GatewayARN", # required
2769
- # tape_arn: "TapeARN", # required
2770
- # bypass_governance_retention: false,
2771
- # }
2772
- #
2773
2361
  # @!attribute [rw] gateway_arn
2774
2362
  # The unique Amazon Resource Name (ARN) of the gateway that the
2775
2363
  # virtual tape to delete is associated with. Use the ListGateways
@@ -2812,13 +2400,6 @@ module Aws::StorageGateway
2812
2400
  include Aws::Structure
2813
2401
  end
2814
2402
 
2815
- # @note When making an API call, you may pass DeleteTapePoolInput
2816
- # data as a hash:
2817
- #
2818
- # {
2819
- # pool_arn: "PoolARN", # required
2820
- # }
2821
- #
2822
2403
  # @!attribute [rw] pool_arn
2823
2404
  # The Amazon Resource Name (ARN) of the custom tape pool to delete.
2824
2405
  # @return [String]
@@ -2846,13 +2427,6 @@ module Aws::StorageGateway
2846
2427
 
2847
2428
  # A JSON object containing the DeleteVolumeInput$VolumeARN to delete.
2848
2429
  #
2849
- # @note When making an API call, you may pass DeleteVolumeInput
2850
- # data as a hash:
2851
- #
2852
- # {
2853
- # volume_arn: "VolumeARN", # required
2854
- # }
2855
- #
2856
2430
  # @!attribute [rw] volume_arn
2857
2431
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
2858
2432
  # operation to return a list of gateway volumes.
@@ -2882,13 +2456,6 @@ module Aws::StorageGateway
2882
2456
  include Aws::Structure
2883
2457
  end
2884
2458
 
2885
- # @note When making an API call, you may pass DescribeAvailabilityMonitorTestInput
2886
- # data as a hash:
2887
- #
2888
- # {
2889
- # gateway_arn: "GatewayARN", # required
2890
- # }
2891
- #
2892
2459
  # @!attribute [rw] gateway_arn
2893
2460
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2894
2461
  # operation to return a list of gateways for your account and Amazon
@@ -2932,13 +2499,6 @@ module Aws::StorageGateway
2932
2499
  # A JSON object containing the Amazon Resource Name (ARN) of the
2933
2500
  # gateway.
2934
2501
  #
2935
- # @note When making an API call, you may pass DescribeBandwidthRateLimitInput
2936
- # data as a hash:
2937
- #
2938
- # {
2939
- # gateway_arn: "GatewayARN", # required
2940
- # }
2941
- #
2942
2502
  # @!attribute [rw] gateway_arn
2943
2503
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2944
2504
  # operation to return a list of gateways for your account and Amazon
@@ -2983,13 +2543,6 @@ module Aws::StorageGateway
2983
2543
  include Aws::Structure
2984
2544
  end
2985
2545
 
2986
- # @note When making an API call, you may pass DescribeBandwidthRateLimitScheduleInput
2987
- # data as a hash:
2988
- #
2989
- # {
2990
- # gateway_arn: "GatewayARN", # required
2991
- # }
2992
- #
2993
2546
  # @!attribute [rw] gateway_arn
2994
2547
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2995
2548
  # operation to return a list of gateways for your account and Amazon
@@ -3024,13 +2577,6 @@ module Aws::StorageGateway
3024
2577
  include Aws::Structure
3025
2578
  end
3026
2579
 
3027
- # @note When making an API call, you may pass DescribeCacheInput
3028
- # data as a hash:
3029
- #
3030
- # {
3031
- # gateway_arn: "GatewayARN", # required
3032
- # }
3033
- #
3034
2580
  # @!attribute [rw] gateway_arn
3035
2581
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3036
2582
  # operation to return a list of gateways for your account and Amazon
@@ -3099,13 +2645,6 @@ module Aws::StorageGateway
3099
2645
  include Aws::Structure
3100
2646
  end
3101
2647
 
3102
- # @note When making an API call, you may pass DescribeCachediSCSIVolumesInput
3103
- # data as a hash:
3104
- #
3105
- # {
3106
- # volume_arns: ["VolumeARN"], # required
3107
- # }
3108
- #
3109
2648
  # @!attribute [rw] volume_arns
3110
2649
  # An array of strings where each string represents the Amazon Resource
3111
2650
  # Name (ARN) of a cached volume. All of the specified cached volumes
@@ -3139,13 +2678,6 @@ module Aws::StorageGateway
3139
2678
  # A JSON object containing the Amazon Resource Name (ARN) of the iSCSI
3140
2679
  # volume target.
3141
2680
  #
3142
- # @note When making an API call, you may pass DescribeChapCredentialsInput
3143
- # data as a hash:
3144
- #
3145
- # {
3146
- # target_arn: "TargetARN", # required
3147
- # }
3148
- #
3149
2681
  # @!attribute [rw] target_arn
3150
2682
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
3151
2683
  # DescribeStorediSCSIVolumes operation to return to retrieve the
@@ -3192,13 +2724,6 @@ module Aws::StorageGateway
3192
2724
  include Aws::Structure
3193
2725
  end
3194
2726
 
3195
- # @note When making an API call, you may pass DescribeFileSystemAssociationsInput
3196
- # data as a hash:
3197
- #
3198
- # {
3199
- # file_system_association_arn_list: ["FileSystemAssociationARN"], # required
3200
- # }
3201
- #
3202
2727
  # @!attribute [rw] file_system_association_arn_list
3203
2728
  # An array containing the Amazon Resource Name (ARN) of each file
3204
2729
  # system association to be described.
@@ -3227,13 +2752,6 @@ module Aws::StorageGateway
3227
2752
 
3228
2753
  # A JSON object containing the ID of the gateway.
3229
2754
  #
3230
- # @note When making an API call, you may pass DescribeGatewayInformationInput
3231
- # data as a hash:
3232
- #
3233
- # {
3234
- # gateway_arn: "GatewayARN", # required
3235
- # }
3236
- #
3237
2755
  # @!attribute [rw] gateway_arn
3238
2756
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3239
2757
  # operation to return a list of gateways for your account and Amazon
@@ -3393,13 +2911,6 @@ module Aws::StorageGateway
3393
2911
  # A JSON object containing the Amazon Resource Name (ARN) of the
3394
2912
  # gateway.
3395
2913
  #
3396
- # @note When making an API call, you may pass DescribeMaintenanceStartTimeInput
3397
- # data as a hash:
3398
- #
3399
- # {
3400
- # gateway_arn: "GatewayARN", # required
3401
- # }
3402
- #
3403
2914
  # @!attribute [rw] gateway_arn
3404
2915
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3405
2916
  # operation to return a list of gateways for your account and Amazon
@@ -3478,13 +2989,6 @@ module Aws::StorageGateway
3478
2989
 
3479
2990
  # DescribeNFSFileSharesInput
3480
2991
  #
3481
- # @note When making an API call, you may pass DescribeNFSFileSharesInput
3482
- # data as a hash:
3483
- #
3484
- # {
3485
- # file_share_arn_list: ["FileShareARN"], # required
3486
- # }
3487
- #
3488
2992
  # @!attribute [rw] file_share_arn_list
3489
2993
  # An array containing the Amazon Resource Name (ARN) of each file
3490
2994
  # share to be described.
@@ -3514,13 +3018,6 @@ module Aws::StorageGateway
3514
3018
 
3515
3019
  # DescribeSMBFileSharesInput
3516
3020
  #
3517
- # @note When making an API call, you may pass DescribeSMBFileSharesInput
3518
- # data as a hash:
3519
- #
3520
- # {
3521
- # file_share_arn_list: ["FileShareARN"], # required
3522
- # }
3523
- #
3524
3021
  # @!attribute [rw] file_share_arn_list
3525
3022
  # An array containing the Amazon Resource Name (ARN) of each file
3526
3023
  # share to be described.
@@ -3548,13 +3045,6 @@ module Aws::StorageGateway
3548
3045
  include Aws::Structure
3549
3046
  end
3550
3047
 
3551
- # @note When making an API call, you may pass DescribeSMBSettingsInput
3552
- # data as a hash:
3553
- #
3554
- # {
3555
- # gateway_arn: "GatewayARN", # required
3556
- # }
3557
- #
3558
3048
  # @!attribute [rw] gateway_arn
3559
3049
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3560
3050
  # operation to return a list of gateways for your account and Amazon
@@ -3659,13 +3149,6 @@ module Aws::StorageGateway
3659
3149
  # A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN
3660
3150
  # of the volume.
3661
3151
  #
3662
- # @note When making an API call, you may pass DescribeSnapshotScheduleInput
3663
- # data as a hash:
3664
- #
3665
- # {
3666
- # volume_arn: "VolumeARN", # required
3667
- # }
3668
- #
3669
3152
  # @!attribute [rw] volume_arn
3670
3153
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
3671
3154
  # operation to return a list of gateway volumes.
@@ -3725,13 +3208,6 @@ module Aws::StorageGateway
3725
3208
  # A JSON object containing a list of
3726
3209
  # DescribeStorediSCSIVolumesInput$VolumeARNs.
3727
3210
  #
3728
- # @note When making an API call, you may pass DescribeStorediSCSIVolumesInput
3729
- # data as a hash:
3730
- #
3731
- # {
3732
- # volume_arns: ["VolumeARN"], # required
3733
- # }
3734
- #
3735
3211
  # @!attribute [rw] volume_arns
3736
3212
  # An array of strings where each string represents the Amazon Resource
3737
3213
  # Name (ARN) of a stored volume. All of the specified stored volumes
@@ -3810,15 +3286,6 @@ module Aws::StorageGateway
3810
3286
 
3811
3287
  # DescribeTapeArchivesInput
3812
3288
  #
3813
- # @note When making an API call, you may pass DescribeTapeArchivesInput
3814
- # data as a hash:
3815
- #
3816
- # {
3817
- # tape_arns: ["TapeARN"],
3818
- # marker: "Marker",
3819
- # limit: 1,
3820
- # }
3821
- #
3822
3289
  # @!attribute [rw] tape_arns
3823
3290
  # Specifies one or more unique Amazon Resource Names (ARNs) that
3824
3291
  # represent the virtual tapes you want to describe.
@@ -3873,15 +3340,6 @@ module Aws::StorageGateway
3873
3340
 
3874
3341
  # DescribeTapeRecoveryPointsInput
3875
3342
  #
3876
- # @note When making an API call, you may pass DescribeTapeRecoveryPointsInput
3877
- # data as a hash:
3878
- #
3879
- # {
3880
- # gateway_arn: "GatewayARN", # required
3881
- # marker: "Marker",
3882
- # limit: 1,
3883
- # }
3884
- #
3885
3343
  # @!attribute [rw] gateway_arn
3886
3344
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3887
3345
  # operation to return a list of gateways for your account and Amazon
@@ -3942,16 +3400,6 @@ module Aws::StorageGateway
3942
3400
 
3943
3401
  # DescribeTapesInput
3944
3402
  #
3945
- # @note When making an API call, you may pass DescribeTapesInput
3946
- # data as a hash:
3947
- #
3948
- # {
3949
- # gateway_arn: "GatewayARN", # required
3950
- # tape_arns: ["TapeARN"],
3951
- # marker: "Marker",
3952
- # limit: 1,
3953
- # }
3954
- #
3955
3403
  # @!attribute [rw] gateway_arn
3956
3404
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3957
3405
  # operation to return a list of gateways for your account and Amazon
@@ -4016,13 +3464,6 @@ module Aws::StorageGateway
4016
3464
  include Aws::Structure
4017
3465
  end
4018
3466
 
4019
- # @note When making an API call, you may pass DescribeUploadBufferInput
4020
- # data as a hash:
4021
- #
4022
- # {
4023
- # gateway_arn: "GatewayARN", # required
4024
- # }
4025
- #
4026
3467
  # @!attribute [rw] gateway_arn
4027
3468
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4028
3469
  # operation to return a list of gateways for your account and Amazon
@@ -4073,16 +3514,6 @@ module Aws::StorageGateway
4073
3514
 
4074
3515
  # DescribeVTLDevicesInput
4075
3516
  #
4076
- # @note When making an API call, you may pass DescribeVTLDevicesInput
4077
- # data as a hash:
4078
- #
4079
- # {
4080
- # gateway_arn: "GatewayARN", # required
4081
- # vtl_device_arns: ["VTLDeviceARN"],
4082
- # marker: "Marker",
4083
- # limit: 1,
4084
- # }
4085
- #
4086
3517
  # @!attribute [rw] gateway_arn
4087
3518
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4088
3519
  # operation to return a list of gateways for your account and Amazon
@@ -4155,13 +3586,6 @@ module Aws::StorageGateway
4155
3586
  # A JSON object containing the Amazon Resource Name (ARN) of the
4156
3587
  # gateway.
4157
3588
  #
4158
- # @note When making an API call, you may pass DescribeWorkingStorageInput
4159
- # data as a hash:
4160
- #
4161
- # {
4162
- # gateway_arn: "GatewayARN", # required
4163
- # }
4164
- #
4165
3589
  # @!attribute [rw] gateway_arn
4166
3590
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4167
3591
  # operation to return a list of gateways for your account and Amazon
@@ -4214,14 +3638,6 @@ module Aws::StorageGateway
4214
3638
 
4215
3639
  # AttachVolumeInput
4216
3640
  #
4217
- # @note When making an API call, you may pass DetachVolumeInput
4218
- # data as a hash:
4219
- #
4220
- # {
4221
- # volume_arn: "VolumeARN", # required
4222
- # force_detach: false,
4223
- # }
4224
- #
4225
3641
  # @!attribute [rw] volume_arn
4226
3642
  # The Amazon Resource Name (ARN) of the volume to detach from the
4227
3643
  # gateway.
@@ -4291,13 +3707,6 @@ module Aws::StorageGateway
4291
3707
 
4292
3708
  # DisableGatewayInput
4293
3709
  #
4294
- # @note When making an API call, you may pass DisableGatewayInput
4295
- # data as a hash:
4296
- #
4297
- # {
4298
- # gateway_arn: "GatewayARN", # required
4299
- # }
4300
- #
4301
3710
  # @!attribute [rw] gateway_arn
4302
3711
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4303
3712
  # operation to return a list of gateways for your account and Amazon
@@ -4326,14 +3735,6 @@ module Aws::StorageGateway
4326
3735
  include Aws::Structure
4327
3736
  end
4328
3737
 
4329
- # @note When making an API call, you may pass DisassociateFileSystemInput
4330
- # data as a hash:
4331
- #
4332
- # {
4333
- # file_system_association_arn: "FileSystemAssociationARN", # required
4334
- # force_delete: false,
4335
- # }
4336
- #
4337
3738
  # @!attribute [rw] file_system_association_arn
4338
3739
  # The Amazon Resource Name (ARN) of the file system association to be
4339
3740
  # deleted.
@@ -4429,13 +3830,6 @@ module Aws::StorageGateway
4429
3830
  # Specifies network configuration information for the gateway associated
4430
3831
  # with the Amazon FSx file system.
4431
3832
  #
4432
- # @note When making an API call, you may pass EndpointNetworkConfiguration
4433
- # data as a hash:
4434
- #
4435
- # {
4436
- # ip_addresses: ["IPV4Address"],
4437
- # }
4438
- #
4439
3833
  # @!attribute [rw] ip_addresses
4440
3834
  # A list of gateway IP addresses on which the associated Amazon FSx
4441
3835
  # file system is available.
@@ -4725,19 +4119,6 @@ module Aws::StorageGateway
4725
4119
 
4726
4120
  # JoinDomainInput
4727
4121
  #
4728
- # @note When making an API call, you may pass JoinDomainInput
4729
- # data as a hash:
4730
- #
4731
- # {
4732
- # gateway_arn: "GatewayARN", # required
4733
- # domain_name: "DomainName", # required
4734
- # organizational_unit: "OrganizationalUnit",
4735
- # domain_controllers: ["Host"],
4736
- # timeout_in_seconds: 1,
4737
- # user_name: "DomainUserName", # required
4738
- # password: "DomainUserPassword", # required
4739
- # }
4740
- #
4741
4122
  # @!attribute [rw] gateway_arn
4742
4123
  # The Amazon Resource Name (ARN) of the gateway. Use the
4743
4124
  # `ListGateways` operation to return a list of gateways for your
@@ -4834,13 +4215,6 @@ module Aws::StorageGateway
4834
4215
  include Aws::Structure
4835
4216
  end
4836
4217
 
4837
- # @note When making an API call, you may pass ListAutomaticTapeCreationPoliciesInput
4838
- # data as a hash:
4839
- #
4840
- # {
4841
- # gateway_arn: "GatewayARN",
4842
- # }
4843
- #
4844
4218
  # @!attribute [rw] gateway_arn
4845
4219
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4846
4220
  # operation to return a list of gateways for your account and Amazon
@@ -4871,15 +4245,6 @@ module Aws::StorageGateway
4871
4245
 
4872
4246
  # ListFileShareInput
4873
4247
  #
4874
- # @note When making an API call, you may pass ListFileSharesInput
4875
- # data as a hash:
4876
- #
4877
- # {
4878
- # gateway_arn: "GatewayARN",
4879
- # limit: 1,
4880
- # marker: "Marker",
4881
- # }
4882
- #
4883
4248
  # @!attribute [rw] gateway_arn
4884
4249
  # The Amazon Resource Name (ARN) of the gateway whose file shares you
4885
4250
  # want to list. If this field is not present, all file shares under
@@ -4934,15 +4299,6 @@ module Aws::StorageGateway
4934
4299
  include Aws::Structure
4935
4300
  end
4936
4301
 
4937
- # @note When making an API call, you may pass ListFileSystemAssociationsInput
4938
- # data as a hash:
4939
- #
4940
- # {
4941
- # gateway_arn: "GatewayARN",
4942
- # limit: 1,
4943
- # marker: "Marker",
4944
- # }
4945
- #
4946
4302
  # @!attribute [rw] gateway_arn
4947
4303
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4948
4304
  # operation to return a list of gateways for your account and Amazon
@@ -5004,14 +4360,6 @@ module Aws::StorageGateway
5004
4360
  #
5005
4361
  # * ListGatewaysInput$Marker
5006
4362
  #
5007
- # @note When making an API call, you may pass ListGatewaysInput
5008
- # data as a hash:
5009
- #
5010
- # {
5011
- # marker: "Marker",
5012
- # limit: 1,
5013
- # }
5014
- #
5015
4363
  # @!attribute [rw] marker
5016
4364
  # An opaque string that indicates the position at which to begin the
5017
4365
  # returned list of gateways.
@@ -5053,13 +4401,6 @@ module Aws::StorageGateway
5053
4401
  # A JSON object containing the Amazon Resource Name (ARN) of the
5054
4402
  # gateway.
5055
4403
  #
5056
- # @note When making an API call, you may pass ListLocalDisksInput
5057
- # data as a hash:
5058
- #
5059
- # {
5060
- # gateway_arn: "GatewayARN", # required
5061
- # }
5062
- #
5063
4404
  # @!attribute [rw] gateway_arn
5064
4405
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5065
4406
  # operation to return a list of gateways for your account and Amazon
@@ -5099,15 +4440,6 @@ module Aws::StorageGateway
5099
4440
 
5100
4441
  # ListTagsForResourceInput
5101
4442
  #
5102
- # @note When making an API call, you may pass ListTagsForResourceInput
5103
- # data as a hash:
5104
- #
5105
- # {
5106
- # resource_arn: "ResourceARN", # required
5107
- # marker: "Marker",
5108
- # limit: 1,
5109
- # }
5110
- #
5111
4443
  # @!attribute [rw] resource_arn
5112
4444
  # The Amazon Resource Name (ARN) of the resource for which you want to
5113
4445
  # list tags.
@@ -5159,15 +4491,6 @@ module Aws::StorageGateway
5159
4491
  include Aws::Structure
5160
4492
  end
5161
4493
 
5162
- # @note When making an API call, you may pass ListTapePoolsInput
5163
- # data as a hash:
5164
- #
5165
- # {
5166
- # pool_arns: ["PoolARN"],
5167
- # marker: "Marker",
5168
- # limit: 1,
5169
- # }
5170
- #
5171
4494
  # @!attribute [rw] pool_arns
5172
4495
  # The Amazon Resource Name (ARN) of each of the custom tape pools you
5173
4496
  # want to list. If you don't specify a custom tape pool ARN, the
@@ -5224,15 +4547,6 @@ module Aws::StorageGateway
5224
4547
  #
5225
4548
  # * ListTapesInput$TapeARNs
5226
4549
  #
5227
- # @note When making an API call, you may pass ListTapesInput
5228
- # data as a hash:
5229
- #
5230
- # {
5231
- # tape_arns: ["TapeARN"],
5232
- # marker: "Marker",
5233
- # limit: 1,
5234
- # }
5235
- #
5236
4550
  # @!attribute [rw] tape_arns
5237
4551
  # The Amazon Resource Name (ARN) of each of the tapes you want to
5238
4552
  # list. If you don't specify a tape ARN, the response lists all tapes
@@ -5289,13 +4603,6 @@ module Aws::StorageGateway
5289
4603
 
5290
4604
  # ListVolumeInitiatorsInput
5291
4605
  #
5292
- # @note When making an API call, you may pass ListVolumeInitiatorsInput
5293
- # data as a hash:
5294
- #
5295
- # {
5296
- # volume_arn: "VolumeARN", # required
5297
- # }
5298
- #
5299
4606
  # @!attribute [rw] volume_arn
5300
4607
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
5301
4608
  # operation to return a list of gateway volumes for the gateway.
@@ -5324,13 +4631,6 @@ module Aws::StorageGateway
5324
4631
  include Aws::Structure
5325
4632
  end
5326
4633
 
5327
- # @note When making an API call, you may pass ListVolumeRecoveryPointsInput
5328
- # data as a hash:
5329
- #
5330
- # {
5331
- # gateway_arn: "GatewayARN", # required
5332
- # }
5333
- #
5334
4634
  # @!attribute [rw] gateway_arn
5335
4635
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5336
4636
  # operation to return a list of gateways for your account and Amazon
@@ -5370,15 +4670,6 @@ module Aws::StorageGateway
5370
4670
  #
5371
4671
  # * ListVolumesInput$Marker
5372
4672
  #
5373
- # @note When making an API call, you may pass ListVolumesInput
5374
- # data as a hash:
5375
- #
5376
- # {
5377
- # gateway_arn: "GatewayARN",
5378
- # marker: "Marker",
5379
- # limit: 1,
5380
- # }
5381
- #
5382
4673
  # @!attribute [rw] gateway_arn
5383
4674
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5384
4675
  # operation to return a list of gateways for your account and Amazon
@@ -5447,16 +4738,6 @@ module Aws::StorageGateway
5447
4738
  # files and folders are assigned these default Unix permissions. This
5448
4739
  # operation is only supported for S3 File Gateways.
5449
4740
  #
5450
- # @note When making an API call, you may pass NFSFileShareDefaults
5451
- # data as a hash:
5452
- #
5453
- # {
5454
- # file_mode: "PermissionMode",
5455
- # directory_mode: "PermissionMode",
5456
- # group_id: 1,
5457
- # owner_id: 1,
5458
- # }
5459
- #
5460
4741
  # @!attribute [rw] file_mode
5461
4742
  # The Unix file mode in the form "nnnn". For example, `0666`
5462
4743
  # represents the default file mode inside the file share. The default
@@ -5773,13 +5054,6 @@ module Aws::StorageGateway
5773
5054
  include Aws::Structure
5774
5055
  end
5775
5056
 
5776
- # @note When making an API call, you may pass NotifyWhenUploadedInput
5777
- # data as a hash:
5778
- #
5779
- # {
5780
- # file_share_arn: "FileShareARN", # required
5781
- # }
5782
- #
5783
5057
  # @!attribute [rw] file_share_arn
5784
5058
  # The Amazon Resource Name (ARN) of the file share.
5785
5059
  # @return [String]
@@ -5863,15 +5137,6 @@ module Aws::StorageGateway
5863
5137
 
5864
5138
  # RefreshCacheInput
5865
5139
  #
5866
- # @note When making an API call, you may pass RefreshCacheInput
5867
- # data as a hash:
5868
- #
5869
- # {
5870
- # file_share_arn: "FileShareARN", # required
5871
- # folder_list: ["Folder"],
5872
- # recursive: false,
5873
- # }
5874
- #
5875
5140
  # @!attribute [rw] file_share_arn
5876
5141
  # The Amazon Resource Name (ARN) of the file share you want to
5877
5142
  # refresh.
@@ -5930,14 +5195,6 @@ module Aws::StorageGateway
5930
5195
 
5931
5196
  # RemoveTagsFromResourceInput
5932
5197
  #
5933
- # @note When making an API call, you may pass RemoveTagsFromResourceInput
5934
- # data as a hash:
5935
- #
5936
- # {
5937
- # resource_arn: "ResourceARN", # required
5938
- # tag_keys: ["TagKey"], # required
5939
- # }
5940
- #
5941
5198
  # @!attribute [rw] resource_arn
5942
5199
  # The Amazon Resource Name (ARN) of the resource you want to remove
5943
5200
  # the tags from.
@@ -5972,13 +5229,6 @@ module Aws::StorageGateway
5972
5229
  include Aws::Structure
5973
5230
  end
5974
5231
 
5975
- # @note When making an API call, you may pass ResetCacheInput
5976
- # data as a hash:
5977
- #
5978
- # {
5979
- # gateway_arn: "GatewayARN", # required
5980
- # }
5981
- #
5982
5232
  # @!attribute [rw] gateway_arn
5983
5233
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5984
5234
  # operation to return a list of gateways for your account and Amazon
@@ -6009,14 +5259,6 @@ module Aws::StorageGateway
6009
5259
 
6010
5260
  # RetrieveTapeArchiveInput
6011
5261
  #
6012
- # @note When making an API call, you may pass RetrieveTapeArchiveInput
6013
- # data as a hash:
6014
- #
6015
- # {
6016
- # tape_arn: "TapeARN", # required
6017
- # gateway_arn: "GatewayARN", # required
6018
- # }
6019
- #
6020
5262
  # @!attribute [rw] tape_arn
6021
5263
  # The Amazon Resource Name (ARN) of the virtual tape you want to
6022
5264
  # retrieve from the virtual tape shelf (VTS).
@@ -6056,14 +5298,6 @@ module Aws::StorageGateway
6056
5298
 
6057
5299
  # RetrieveTapeRecoveryPointInput
6058
5300
  #
6059
- # @note When making an API call, you may pass RetrieveTapeRecoveryPointInput
6060
- # data as a hash:
6061
- #
6062
- # {
6063
- # tape_arn: "TapeARN", # required
6064
- # gateway_arn: "GatewayARN", # required
6065
- # }
6066
- #
6067
5301
  # @!attribute [rw] tape_arn
6068
5302
  # The Amazon Resource Name (ARN) of the virtual tape for which you
6069
5303
  # want to retrieve the recovery point.
@@ -6405,13 +5639,6 @@ module Aws::StorageGateway
6405
5639
  # A list of Active Directory users and groups that have special
6406
5640
  # permissions for SMB file shares on the gateway.
6407
5641
  #
6408
- # @note When making an API call, you may pass SMBLocalGroups
6409
- # data as a hash:
6410
- #
6411
- # {
6412
- # gateway_admins: ["UserListUser"],
6413
- # }
6414
- #
6415
5642
  # @!attribute [rw] gateway_admins
6416
5643
  # A list of Active Directory users and groups that have local Gateway
6417
5644
  # Admin permissions. Acceptable formats include: `DOMAIN\User1`,
@@ -6452,14 +5679,6 @@ module Aws::StorageGateway
6452
5679
 
6453
5680
  # SetLocalConsolePasswordInput
6454
5681
  #
6455
- # @note When making an API call, you may pass SetLocalConsolePasswordInput
6456
- # data as a hash:
6457
- #
6458
- # {
6459
- # gateway_arn: "GatewayARN", # required
6460
- # local_console_password: "LocalConsolePassword", # required
6461
- # }
6462
- #
6463
5682
  # @!attribute [rw] gateway_arn
6464
5683
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6465
5684
  # operation to return a list of gateways for your account and Amazon
@@ -6495,14 +5714,6 @@ module Aws::StorageGateway
6495
5714
 
6496
5715
  # SetSMBGuestPasswordInput
6497
5716
  #
6498
- # @note When making an API call, you may pass SetSMBGuestPasswordInput
6499
- # data as a hash:
6500
- #
6501
- # {
6502
- # gateway_arn: "GatewayARN", # required
6503
- # password: "SMBGuestPassword", # required
6504
- # }
6505
- #
6506
5717
  # @!attribute [rw] gateway_arn
6507
5718
  # The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file
6508
5719
  # share is associated with.
@@ -6538,13 +5749,6 @@ module Aws::StorageGateway
6538
5749
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6539
5750
  # to shut down.
6540
5751
  #
6541
- # @note When making an API call, you may pass ShutdownGatewayInput
6542
- # data as a hash:
6543
- #
6544
- # {
6545
- # gateway_arn: "GatewayARN", # required
6546
- # }
6547
- #
6548
5752
  # @!attribute [rw] gateway_arn
6549
5753
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6550
5754
  # operation to return a list of gateways for your account and Amazon
@@ -6576,13 +5780,6 @@ module Aws::StorageGateway
6576
5780
  include Aws::Structure
6577
5781
  end
6578
5782
 
6579
- # @note When making an API call, you may pass StartAvailabilityMonitorTestInput
6580
- # data as a hash:
6581
- #
6582
- # {
6583
- # gateway_arn: "GatewayARN", # required
6584
- # }
6585
- #
6586
5783
  # @!attribute [rw] gateway_arn
6587
5784
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6588
5785
  # operation to return a list of gateways for your account and Amazon
@@ -6614,13 +5811,6 @@ module Aws::StorageGateway
6614
5811
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6615
5812
  # to start.
6616
5813
  #
6617
- # @note When making an API call, you may pass StartGatewayInput
6618
- # data as a hash:
6619
- #
6620
- # {
6621
- # gateway_arn: "GatewayARN", # required
6622
- # }
6623
- #
6624
5814
  # @!attribute [rw] gateway_arn
6625
5815
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6626
5816
  # operation to return a list of gateways for your account and Amazon
@@ -6803,14 +5993,6 @@ module Aws::StorageGateway
6803
5993
  # resource. Allowed characters: letters, white space, and numbers,
6804
5994
  # representable in UTF-8, and the following characters: + - = . \_ : /.
6805
5995
  #
6806
- # @note When making an API call, you may pass Tag
6807
- # data as a hash:
6808
- #
6809
- # {
6810
- # key: "TagKey", # required
6811
- # value: "TagValue", # required
6812
- # }
6813
- #
6814
5996
  # @!attribute [rw] key
6815
5997
  # Tag key. The key can't start with aws:.
6816
5998
  # @return [String]
@@ -7105,22 +6287,6 @@ module Aws::StorageGateway
7105
6287
  include Aws::Structure
7106
6288
  end
7107
6289
 
7108
- # @note When making an API call, you may pass UpdateAutomaticTapeCreationPolicyInput
7109
- # data as a hash:
7110
- #
7111
- # {
7112
- # automatic_tape_creation_rules: [ # required
7113
- # {
7114
- # tape_barcode_prefix: "TapeBarcodePrefix", # required
7115
- # pool_id: "PoolId", # required
7116
- # tape_size_in_bytes: 1, # required
7117
- # minimum_num_tapes: 1, # required
7118
- # worm: false,
7119
- # },
7120
- # ],
7121
- # gateway_arn: "GatewayARN", # required
7122
- # }
7123
- #
7124
6290
  # @!attribute [rw] automatic_tape_creation_rules
7125
6291
  # An automatic tape creation policy consists of a list of automatic
7126
6292
  # tape creation rules. The rules determine when and how to
@@ -7162,15 +6328,6 @@ module Aws::StorageGateway
7162
6328
  #
7163
6329
  # * UpdateBandwidthRateLimitInput$AverageUploadRateLimitInBitsPerSec
7164
6330
  #
7165
- # @note When making an API call, you may pass UpdateBandwidthRateLimitInput
7166
- # data as a hash:
7167
- #
7168
- # {
7169
- # gateway_arn: "GatewayARN", # required
7170
- # average_upload_rate_limit_in_bits_per_sec: 1,
7171
- # average_download_rate_limit_in_bits_per_sec: 1,
7172
- # }
7173
- #
7174
6331
  # @!attribute [rw] gateway_arn
7175
6332
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7176
6333
  # operation to return a list of gateways for your account and Amazon
@@ -7212,24 +6369,6 @@ module Aws::StorageGateway
7212
6369
  include Aws::Structure
7213
6370
  end
7214
6371
 
7215
- # @note When making an API call, you may pass UpdateBandwidthRateLimitScheduleInput
7216
- # data as a hash:
7217
- #
7218
- # {
7219
- # gateway_arn: "GatewayARN", # required
7220
- # bandwidth_rate_limit_intervals: [ # required
7221
- # {
7222
- # start_hour_of_day: 1, # required
7223
- # start_minute_of_hour: 1, # required
7224
- # end_hour_of_day: 1, # required
7225
- # end_minute_of_hour: 1, # required
7226
- # days_of_week: [1], # required
7227
- # average_upload_rate_limit_in_bits_per_sec: 1,
7228
- # average_download_rate_limit_in_bits_per_sec: 1,
7229
- # },
7230
- # ],
7231
- # }
7232
- #
7233
6372
  # @!attribute [rw] gateway_arn
7234
6373
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7235
6374
  # operation to return a list of gateways for your account and Amazon
@@ -7275,16 +6414,6 @@ module Aws::StorageGateway
7275
6414
  #
7276
6415
  # * UpdateChapCredentialsInput$TargetARN
7277
6416
  #
7278
- # @note When making an API call, you may pass UpdateChapCredentialsInput
7279
- # data as a hash:
7280
- #
7281
- # {
7282
- # target_arn: "TargetARN", # required
7283
- # secret_to_authenticate_initiator: "ChapSecret", # required
7284
- # initiator_name: "IqnName", # required
7285
- # secret_to_authenticate_target: "ChapSecret",
7286
- # }
7287
- #
7288
6417
  # @!attribute [rw] target_arn
7289
6418
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
7290
6419
  # DescribeStorediSCSIVolumes operation to return the TargetARN for
@@ -7349,19 +6478,6 @@ module Aws::StorageGateway
7349
6478
  include Aws::Structure
7350
6479
  end
7351
6480
 
7352
- # @note When making an API call, you may pass UpdateFileSystemAssociationInput
7353
- # data as a hash:
7354
- #
7355
- # {
7356
- # file_system_association_arn: "FileSystemAssociationARN", # required
7357
- # user_name: "DomainUserName",
7358
- # password: "DomainUserPassword",
7359
- # audit_destination_arn: "AuditDestinationARN",
7360
- # cache_attributes: {
7361
- # cache_stale_timeout_in_seconds: 1,
7362
- # },
7363
- # }
7364
- #
7365
6481
  # @!attribute [rw] file_system_association_arn
7366
6482
  # The Amazon Resource Name (ARN) of the file system association that
7367
6483
  # you want to update.
@@ -7411,17 +6527,6 @@ module Aws::StorageGateway
7411
6527
  include Aws::Structure
7412
6528
  end
7413
6529
 
7414
- # @note When making an API call, you may pass UpdateGatewayInformationInput
7415
- # data as a hash:
7416
- #
7417
- # {
7418
- # gateway_arn: "GatewayARN", # required
7419
- # gateway_name: "GatewayName",
7420
- # gateway_timezone: "GatewayTimezone",
7421
- # cloud_watch_log_group_arn: "CloudWatchLogGroupARN",
7422
- # gateway_capacity: "Small", # accepts Small, Medium, Large
7423
- # }
7424
- #
7425
6530
  # @!attribute [rw] gateway_arn
7426
6531
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7427
6532
  # operation to return a list of gateways for your account and Amazon
@@ -7488,13 +6593,6 @@ module Aws::StorageGateway
7488
6593
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
7489
6594
  # to update.
7490
6595
  #
7491
- # @note When making an API call, you may pass UpdateGatewaySoftwareNowInput
7492
- # data as a hash:
7493
- #
7494
- # {
7495
- # gateway_arn: "GatewayARN", # required
7496
- # }
7497
- #
7498
6596
  # @!attribute [rw] gateway_arn
7499
6597
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7500
6598
  # operation to return a list of gateways for your account and Amazon
@@ -7536,17 +6634,6 @@ module Aws::StorageGateway
7536
6634
  #
7537
6635
  # * UpdateMaintenanceStartTimeInput$MinuteOfHour
7538
6636
  #
7539
- # @note When making an API call, you may pass UpdateMaintenanceStartTimeInput
7540
- # data as a hash:
7541
- #
7542
- # {
7543
- # gateway_arn: "GatewayARN", # required
7544
- # hour_of_day: 1, # required
7545
- # minute_of_hour: 1, # required
7546
- # day_of_week: 1,
7547
- # day_of_month: 1,
7548
- # }
7549
- #
7550
6637
  # @!attribute [rw] gateway_arn
7551
6638
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7552
6639
  # operation to return a list of gateways for your account and Amazon
@@ -7609,34 +6696,6 @@ module Aws::StorageGateway
7609
6696
 
7610
6697
  # UpdateNFSFileShareInput
7611
6698
  #
7612
- # @note When making an API call, you may pass UpdateNFSFileShareInput
7613
- # data as a hash:
7614
- #
7615
- # {
7616
- # file_share_arn: "FileShareARN", # required
7617
- # kms_encrypted: false,
7618
- # kms_key: "KMSKey",
7619
- # nfs_file_share_defaults: {
7620
- # file_mode: "PermissionMode",
7621
- # directory_mode: "PermissionMode",
7622
- # group_id: 1,
7623
- # owner_id: 1,
7624
- # },
7625
- # default_storage_class: "StorageClass",
7626
- # object_acl: "private", # accepts private, public-read, public-read-write, authenticated-read, bucket-owner-read, bucket-owner-full-control, aws-exec-read
7627
- # client_list: ["IPV4AddressCIDR"],
7628
- # squash: "Squash",
7629
- # read_only: false,
7630
- # guess_mime_type_enabled: false,
7631
- # requester_pays: false,
7632
- # file_share_name: "FileShareName",
7633
- # cache_attributes: {
7634
- # cache_stale_timeout_in_seconds: 1,
7635
- # },
7636
- # notification_policy: "NotificationPolicy",
7637
- # audit_destination_arn: "AuditDestinationARN",
7638
- # }
7639
- #
7640
6699
  # @!attribute [rw] file_share_arn
7641
6700
  # The Amazon Resource Name (ARN) of the file share to be updated.
7642
6701
  # @return [String]
@@ -7804,33 +6863,6 @@ module Aws::StorageGateway
7804
6863
 
7805
6864
  # UpdateSMBFileShareInput
7806
6865
  #
7807
- # @note When making an API call, you may pass UpdateSMBFileShareInput
7808
- # data as a hash:
7809
- #
7810
- # {
7811
- # file_share_arn: "FileShareARN", # required
7812
- # kms_encrypted: false,
7813
- # kms_key: "KMSKey",
7814
- # default_storage_class: "StorageClass",
7815
- # object_acl: "private", # accepts private, public-read, public-read-write, authenticated-read, bucket-owner-read, bucket-owner-full-control, aws-exec-read
7816
- # read_only: false,
7817
- # guess_mime_type_enabled: false,
7818
- # requester_pays: false,
7819
- # smbacl_enabled: false,
7820
- # access_based_enumeration: false,
7821
- # admin_user_list: ["UserListUser"],
7822
- # valid_user_list: ["UserListUser"],
7823
- # invalid_user_list: ["UserListUser"],
7824
- # audit_destination_arn: "AuditDestinationARN",
7825
- # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
7826
- # file_share_name: "FileShareName",
7827
- # cache_attributes: {
7828
- # cache_stale_timeout_in_seconds: 1,
7829
- # },
7830
- # notification_policy: "NotificationPolicy",
7831
- # oplocks_enabled: false,
7832
- # }
7833
- #
7834
6866
  # @!attribute [rw] file_share_arn
7835
6867
  # The Amazon Resource Name (ARN) of the SMB file share that you want
7836
6868
  # to update.
@@ -8043,14 +7075,6 @@ module Aws::StorageGateway
8043
7075
  include Aws::Structure
8044
7076
  end
8045
7077
 
8046
- # @note When making an API call, you may pass UpdateSMBFileShareVisibilityInput
8047
- # data as a hash:
8048
- #
8049
- # {
8050
- # gateway_arn: "GatewayARN", # required
8051
- # file_shares_visible: false, # required
8052
- # }
8053
- #
8054
7078
  # @!attribute [rw] gateway_arn
8055
7079
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8056
7080
  # operation to return a list of gateways for your account and Amazon
@@ -8084,16 +7108,6 @@ module Aws::StorageGateway
8084
7108
  include Aws::Structure
8085
7109
  end
8086
7110
 
8087
- # @note When making an API call, you may pass UpdateSMBLocalGroupsInput
8088
- # data as a hash:
8089
- #
8090
- # {
8091
- # gateway_arn: "GatewayARN", # required
8092
- # smb_local_groups: { # required
8093
- # gateway_admins: ["UserListUser"],
8094
- # },
8095
- # }
8096
- #
8097
7111
  # @!attribute [rw] gateway_arn
8098
7112
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8099
7113
  # operation to return a list of gateways for your account and Amazon
@@ -8128,14 +7142,6 @@ module Aws::StorageGateway
8128
7142
  include Aws::Structure
8129
7143
  end
8130
7144
 
8131
- # @note When making an API call, you may pass UpdateSMBSecurityStrategyInput
8132
- # data as a hash:
8133
- #
8134
- # {
8135
- # gateway_arn: "GatewayARN", # required
8136
- # smb_security_strategy: "ClientSpecified", # required, accepts ClientSpecified, MandatorySigning, MandatoryEncryption
8137
- # }
8138
- #
8139
7145
  # @!attribute [rw] gateway_arn
8140
7146
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8141
7147
  # operation to return a list of gateways for your account and Amazon
@@ -8195,22 +7201,6 @@ module Aws::StorageGateway
8195
7201
  #
8196
7202
  # * UpdateSnapshotScheduleInput$VolumeARN
8197
7203
  #
8198
- # @note When making an API call, you may pass UpdateSnapshotScheduleInput
8199
- # data as a hash:
8200
- #
8201
- # {
8202
- # volume_arn: "VolumeARN", # required
8203
- # start_at: 1, # required
8204
- # recurrence_in_hours: 1, # required
8205
- # description: "Description",
8206
- # tags: [
8207
- # {
8208
- # key: "TagKey", # required
8209
- # value: "TagValue", # required
8210
- # },
8211
- # ],
8212
- # }
8213
- #
8214
7204
  # @!attribute [rw] volume_arn
8215
7205
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
8216
7206
  # operation to return a list of gateway volumes.
@@ -8272,14 +7262,6 @@ module Aws::StorageGateway
8272
7262
  include Aws::Structure
8273
7263
  end
8274
7264
 
8275
- # @note When making an API call, you may pass UpdateVTLDeviceTypeInput
8276
- # data as a hash:
8277
- #
8278
- # {
8279
- # vtl_device_arn: "VTLDeviceARN", # required
8280
- # device_type: "DeviceType", # required
8281
- # }
8282
- #
8283
7265
  # @!attribute [rw] vtl_device_arn
8284
7266
  # The Amazon Resource Name (ARN) of the medium changer you want to
8285
7267
  # select.