aws-sdk-storagegateway 1.69.0 → 1.71.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.
@@ -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.
@@ -1320,11 +1113,11 @@ module Aws::StorageGateway
1320
1113
  #
1321
1114
  # Valid values are the following:
1322
1115
  #
1323
- # * `RootSquash`\: Only root is mapped to anonymous user.
1116
+ # * `RootSquash`: Only root is mapped to anonymous user.
1324
1117
  #
1325
- # * `NoSquash`\: No one is mapped to anonymous user.
1118
+ # * `NoSquash`: No one is mapped to anonymous user.
1326
1119
  #
1327
- # * `AllSquash`\: Everyone is mapped to anonymous user.
1120
+ # * `AllSquash`: Everyone is mapped to anonymous user.
1328
1121
  # @return [String]
1329
1122
  #
1330
1123
  # @!attribute [rw] read_only
@@ -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
@@ -3169,18 +2701,18 @@ module Aws::StorageGateway
3169
2701
  # array is returned. CHAP credential information is provided in a JSON
3170
2702
  # object with the following fields:
3171
2703
  #
3172
- # * **InitiatorName**\: The iSCSI initiator that connects to the
2704
+ # * **InitiatorName**: The iSCSI initiator that connects to the
3173
2705
  # target.
3174
2706
  #
3175
- # * **SecretToAuthenticateInitiator**\: The secret key that the
2707
+ # * **SecretToAuthenticateInitiator**: The secret key that the
3176
2708
  # initiator (for example, the Windows client) must provide to
3177
2709
  # participate in mutual CHAP with the target.
3178
2710
  #
3179
- # * **SecretToAuthenticateTarget**\: The secret key that the target
2711
+ # * **SecretToAuthenticateTarget**: The secret key that the target
3180
2712
  # must provide to participate in mutual CHAP with the initiator
3181
2713
  # (e.g. Windows client).
3182
2714
  #
3183
- # * **TargetARN**\: The Amazon Resource Name (ARN) of the storage
2715
+ # * **TargetARN**: The Amazon Resource Name (ARN) of the storage
3184
2716
  # volume.
3185
2717
  # @return [Array<Types::ChapInfo>]
3186
2718
  #
@@ -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
@@ -3583,24 +3073,23 @@ module Aws::StorageGateway
3583
3073
  # Indicates the status of a gateway that is a member of the Active
3584
3074
  # Directory domain.
3585
3075
  #
3586
- # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
3076
+ # * `ACCESS_DENIED`: Indicates that the `JoinDomain` operation failed
3587
3077
  # due to an authentication error.
3588
3078
  #
3589
- # * `DETACHED`\: Indicates that gateway is not joined to a domain.
3079
+ # * `DETACHED`: Indicates that gateway is not joined to a domain.
3590
3080
  #
3591
- # * `JOINED`\: Indicates that the gateway has successfully joined a
3081
+ # * `JOINED`: Indicates that the gateway has successfully joined a
3592
3082
  # domain.
3593
3083
  #
3594
- # * `JOINING`\: Indicates that a `JoinDomain` operation is in
3595
- # progress.
3084
+ # * `JOINING`: Indicates that a `JoinDomain` operation is in progress.
3596
3085
  #
3597
- # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
3086
+ # * `NETWORK_ERROR`: Indicates that `JoinDomain` operation failed due
3598
3087
  # to a network or connectivity error.
3599
3088
  #
3600
- # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
3089
+ # * `TIMEOUT`: Indicates that the `JoinDomain` operation failed
3601
3090
  # because the operation didn't complete within the allotted time.
3602
3091
  #
3603
- # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
3092
+ # * `UNKNOWN_ERROR`: Indicates that the `JoinDomain` operation failed
3604
3093
  # due to another type of error.
3605
3094
  # @return [String]
3606
3095
  #
@@ -3614,18 +3103,18 @@ module Aws::StorageGateway
3614
3103
  # @!attribute [rw] smb_security_strategy
3615
3104
  # The type of security strategy that was specified for file gateway.
3616
3105
  #
3617
- # * `ClientSpecified`\: If you use this option, requests are
3106
+ # * `ClientSpecified`: If you use this option, requests are
3618
3107
  # established based on what is negotiated by the client. This option
3619
3108
  # is recommended when you want to maximize compatibility across
3620
3109
  # different clients in your environment. Only supported for S3 File
3621
3110
  # Gateways.
3622
3111
  #
3623
- # * `MandatorySigning`\: If you use this option, file gateway only
3112
+ # * `MandatorySigning`: If you use this option, file gateway only
3624
3113
  # allows connections from SMBv2 or SMBv3 clients that have signing
3625
3114
  # enabled. This option works with SMB clients on Microsoft Windows
3626
3115
  # Vista, Windows Server 2008 or newer.
3627
3116
  #
3628
- # * `MandatoryEncryption`\: If you use this option, file gateway only
3117
+ # * `MandatoryEncryption`: If you use this option, file gateway only
3629
3118
  # allows connections from SMBv3 clients that have encryption
3630
3119
  # enabled. This option is highly recommended for environments that
3631
3120
  # handle sensitive data. This option works with SMB clients on
@@ -3659,13 +3148,6 @@ module Aws::StorageGateway
3659
3148
  # A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN
3660
3149
  # of the volume.
3661
3150
  #
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
3151
  # @!attribute [rw] volume_arn
3670
3152
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
3671
3153
  # operation to return a list of gateway volumes.
@@ -3725,13 +3207,6 @@ module Aws::StorageGateway
3725
3207
  # A JSON object containing a list of
3726
3208
  # DescribeStorediSCSIVolumesInput$VolumeARNs.
3727
3209
  #
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
3210
  # @!attribute [rw] volume_arns
3736
3211
  # An array of strings where each string represents the Amazon Resource
3737
3212
  # Name (ARN) of a stored volume. All of the specified stored volumes
@@ -3751,53 +3226,53 @@ module Aws::StorageGateway
3751
3226
  # Describes a single unit of output from DescribeStorediSCSIVolumes.
3752
3227
  # The following fields are returned:
3753
3228
  #
3754
- # * `ChapEnabled`\: Indicates whether mutual CHAP is enabled for the
3229
+ # * `ChapEnabled`: Indicates whether mutual CHAP is enabled for the
3755
3230
  # iSCSI target.
3756
3231
  #
3757
- # * `LunNumber`\: The logical disk number.
3232
+ # * `LunNumber`: The logical disk number.
3758
3233
  #
3759
- # * `NetworkInterfaceId`\: The network interface ID of the stored
3234
+ # * `NetworkInterfaceId`: The network interface ID of the stored
3760
3235
  # volume that initiator use to map the stored volume as an iSCSI
3761
3236
  # target.
3762
3237
  #
3763
- # * `NetworkInterfacePort`\: The port used to communicate with iSCSI
3238
+ # * `NetworkInterfacePort`: The port used to communicate with iSCSI
3764
3239
  # targets.
3765
3240
  #
3766
- # * `PreservedExistingData`\: Indicates when the stored volume was
3241
+ # * `PreservedExistingData`: Indicates when the stored volume was
3767
3242
  # created, existing data on the underlying local disk was preserved.
3768
3243
  #
3769
- # * `SourceSnapshotId`\: If the stored volume was created from a
3244
+ # * `SourceSnapshotId`: If the stored volume was created from a
3770
3245
  # snapshot, this field contains the snapshot ID used, e.g.
3771
3246
  # `snap-1122aabb`. Otherwise, this field is not included.
3772
3247
  #
3773
- # * `StorediSCSIVolumes`\: An array of StorediSCSIVolume objects where
3248
+ # * `StorediSCSIVolumes`: An array of StorediSCSIVolume objects where
3774
3249
  # each object contains metadata about one stored volume.
3775
3250
  #
3776
- # * `TargetARN`\: The Amazon Resource Name (ARN) of the volume target.
3251
+ # * `TargetARN`: The Amazon Resource Name (ARN) of the volume target.
3777
3252
  #
3778
- # * `VolumeARN`\: The Amazon Resource Name (ARN) of the stored volume.
3253
+ # * `VolumeARN`: The Amazon Resource Name (ARN) of the stored volume.
3779
3254
  #
3780
- # * `VolumeDiskId`\: The disk ID of the local disk that was specified
3255
+ # * `VolumeDiskId`: The disk ID of the local disk that was specified
3781
3256
  # in the CreateStorediSCSIVolume operation.
3782
3257
  #
3783
- # * `VolumeId`\: The unique identifier of the storage volume, e.g.
3258
+ # * `VolumeId`: The unique identifier of the storage volume, e.g.
3784
3259
  # `vol-1122AABB`.
3785
3260
  #
3786
- # * `VolumeiSCSIAttributes`\: An VolumeiSCSIAttributes object that
3261
+ # * `VolumeiSCSIAttributes`: An VolumeiSCSIAttributes object that
3787
3262
  # represents a collection of iSCSI attributes for one stored volume.
3788
3263
  #
3789
- # * `VolumeProgress`\: Represents the percentage complete if the
3790
- # volume is restoring or bootstrapping that represents the percent
3791
- # of data transferred. This field does not appear in the response if
3792
- # the stored volume is not restoring or bootstrapping.
3264
+ # * `VolumeProgress`: Represents the percentage complete if the volume
3265
+ # is restoring or bootstrapping that represents the percent of data
3266
+ # transferred. This field does not appear in the response if the
3267
+ # stored volume is not restoring or bootstrapping.
3793
3268
  #
3794
- # * `VolumeSizeInBytes`\: The size of the volume in bytes.
3269
+ # * `VolumeSizeInBytes`: The size of the volume in bytes.
3795
3270
  #
3796
- # * `VolumeStatus`\: One of the `VolumeStatus` values that indicates
3271
+ # * `VolumeStatus`: One of the `VolumeStatus` values that indicates
3797
3272
  # the state of the volume.
3798
3273
  #
3799
- # * `VolumeType`\: One of the enumeration values describing the type
3800
- # of the volume. Currently, only `STORED` volumes are supported.
3274
+ # * `VolumeType`: One of the enumeration values describing the type of
3275
+ # the volume. Currently, only `STORED` volumes are supported.
3801
3276
  # @return [Array<Types::StorediSCSIVolume>]
3802
3277
  #
3803
3278
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesOutput AWS API Documentation
@@ -3810,15 +3285,6 @@ module Aws::StorageGateway
3810
3285
 
3811
3286
  # DescribeTapeArchivesInput
3812
3287
  #
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
3288
  # @!attribute [rw] tape_arns
3823
3289
  # Specifies one or more unique Amazon Resource Names (ARNs) that
3824
3290
  # represent the virtual tapes you want to describe.
@@ -3873,15 +3339,6 @@ module Aws::StorageGateway
3873
3339
 
3874
3340
  # DescribeTapeRecoveryPointsInput
3875
3341
  #
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
3342
  # @!attribute [rw] gateway_arn
3886
3343
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3887
3344
  # operation to return a list of gateways for your account and Amazon
@@ -3942,16 +3399,6 @@ module Aws::StorageGateway
3942
3399
 
3943
3400
  # DescribeTapesInput
3944
3401
  #
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
3402
  # @!attribute [rw] gateway_arn
3956
3403
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3957
3404
  # operation to return a list of gateways for your account and Amazon
@@ -4016,13 +3463,6 @@ module Aws::StorageGateway
4016
3463
  include Aws::Structure
4017
3464
  end
4018
3465
 
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
3466
  # @!attribute [rw] gateway_arn
4027
3467
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4028
3468
  # operation to return a list of gateways for your account and Amazon
@@ -4073,16 +3513,6 @@ module Aws::StorageGateway
4073
3513
 
4074
3514
  # DescribeVTLDevicesInput
4075
3515
  #
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
3516
  # @!attribute [rw] gateway_arn
4087
3517
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4088
3518
  # operation to return a list of gateways for your account and Amazon
@@ -4155,13 +3585,6 @@ module Aws::StorageGateway
4155
3585
  # A JSON object containing the Amazon Resource Name (ARN) of the
4156
3586
  # gateway.
4157
3587
  #
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
3588
  # @!attribute [rw] gateway_arn
4166
3589
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4167
3590
  # operation to return a list of gateways for your account and Amazon
@@ -4214,14 +3637,6 @@ module Aws::StorageGateway
4214
3637
 
4215
3638
  # AttachVolumeInput
4216
3639
  #
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
3640
  # @!attribute [rw] volume_arn
4226
3641
  # The Amazon Resource Name (ARN) of the volume to detach from the
4227
3642
  # gateway.
@@ -4291,13 +3706,6 @@ module Aws::StorageGateway
4291
3706
 
4292
3707
  # DisableGatewayInput
4293
3708
  #
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
3709
  # @!attribute [rw] gateway_arn
4302
3710
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4303
3711
  # operation to return a list of gateways for your account and Amazon
@@ -4326,14 +3734,6 @@ module Aws::StorageGateway
4326
3734
  include Aws::Structure
4327
3735
  end
4328
3736
 
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
3737
  # @!attribute [rw] file_system_association_arn
4338
3738
  # The Amazon Resource Name (ARN) of the file system association to be
4339
3739
  # deleted.
@@ -4429,13 +3829,6 @@ module Aws::StorageGateway
4429
3829
  # Specifies network configuration information for the gateway associated
4430
3830
  # with the Amazon FSx file system.
4431
3831
  #
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
3832
  # @!attribute [rw] ip_addresses
4440
3833
  # A list of gateway IP addresses on which the associated Amazon FSx
4441
3834
  # file system is available.
@@ -4725,19 +4118,6 @@ module Aws::StorageGateway
4725
4118
 
4726
4119
  # JoinDomainInput
4727
4120
  #
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
4121
  # @!attribute [rw] gateway_arn
4742
4122
  # The Amazon Resource Name (ARN) of the gateway. Use the
4743
4123
  # `ListGateways` operation to return a list of gateways for your
@@ -4804,24 +4184,23 @@ module Aws::StorageGateway
4804
4184
  # Indicates the status of the gateway as a member of the Active
4805
4185
  # Directory domain.
4806
4186
  #
4807
- # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
4187
+ # * `ACCESS_DENIED`: Indicates that the `JoinDomain` operation failed
4808
4188
  # due to an authentication error.
4809
4189
  #
4810
- # * `DETACHED`\: Indicates that gateway is not joined to a domain.
4190
+ # * `DETACHED`: Indicates that gateway is not joined to a domain.
4811
4191
  #
4812
- # * `JOINED`\: Indicates that the gateway has successfully joined a
4192
+ # * `JOINED`: Indicates that the gateway has successfully joined a
4813
4193
  # domain.
4814
4194
  #
4815
- # * `JOINING`\: Indicates that a `JoinDomain` operation is in
4816
- # progress.
4195
+ # * `JOINING`: Indicates that a `JoinDomain` operation is in progress.
4817
4196
  #
4818
- # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
4197
+ # * `NETWORK_ERROR`: Indicates that `JoinDomain` operation failed due
4819
4198
  # to a network or connectivity error.
4820
4199
  #
4821
- # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
4200
+ # * `TIMEOUT`: Indicates that the `JoinDomain` operation failed
4822
4201
  # because the operation didn't complete within the allotted time.
4823
4202
  #
4824
- # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
4203
+ # * `UNKNOWN_ERROR`: Indicates that the `JoinDomain` operation failed
4825
4204
  # due to another type of error.
4826
4205
  # @return [String]
4827
4206
  #
@@ -4834,13 +4213,6 @@ module Aws::StorageGateway
4834
4213
  include Aws::Structure
4835
4214
  end
4836
4215
 
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
4216
  # @!attribute [rw] gateway_arn
4845
4217
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4846
4218
  # operation to return a list of gateways for your account and Amazon
@@ -4871,15 +4243,6 @@ module Aws::StorageGateway
4871
4243
 
4872
4244
  # ListFileShareInput
4873
4245
  #
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
4246
  # @!attribute [rw] gateway_arn
4884
4247
  # The Amazon Resource Name (ARN) of the gateway whose file shares you
4885
4248
  # want to list. If this field is not present, all file shares under
@@ -4934,15 +4297,6 @@ module Aws::StorageGateway
4934
4297
  include Aws::Structure
4935
4298
  end
4936
4299
 
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
4300
  # @!attribute [rw] gateway_arn
4947
4301
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4948
4302
  # operation to return a list of gateways for your account and Amazon
@@ -5004,14 +4358,6 @@ module Aws::StorageGateway
5004
4358
  #
5005
4359
  # * ListGatewaysInput$Marker
5006
4360
  #
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
4361
  # @!attribute [rw] marker
5016
4362
  # An opaque string that indicates the position at which to begin the
5017
4363
  # returned list of gateways.
@@ -5053,13 +4399,6 @@ module Aws::StorageGateway
5053
4399
  # A JSON object containing the Amazon Resource Name (ARN) of the
5054
4400
  # gateway.
5055
4401
  #
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
4402
  # @!attribute [rw] gateway_arn
5064
4403
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5065
4404
  # operation to return a list of gateways for your account and Amazon
@@ -5099,15 +4438,6 @@ module Aws::StorageGateway
5099
4438
 
5100
4439
  # ListTagsForResourceInput
5101
4440
  #
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
4441
  # @!attribute [rw] resource_arn
5112
4442
  # The Amazon Resource Name (ARN) of the resource for which you want to
5113
4443
  # list tags.
@@ -5159,15 +4489,6 @@ module Aws::StorageGateway
5159
4489
  include Aws::Structure
5160
4490
  end
5161
4491
 
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
4492
  # @!attribute [rw] pool_arns
5172
4493
  # The Amazon Resource Name (ARN) of each of the custom tape pools you
5173
4494
  # want to list. If you don't specify a custom tape pool ARN, the
@@ -5224,15 +4545,6 @@ module Aws::StorageGateway
5224
4545
  #
5225
4546
  # * ListTapesInput$TapeARNs
5226
4547
  #
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
4548
  # @!attribute [rw] tape_arns
5237
4549
  # The Amazon Resource Name (ARN) of each of the tapes you want to
5238
4550
  # list. If you don't specify a tape ARN, the response lists all tapes
@@ -5289,13 +4601,6 @@ module Aws::StorageGateway
5289
4601
 
5290
4602
  # ListVolumeInitiatorsInput
5291
4603
  #
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
4604
  # @!attribute [rw] volume_arn
5300
4605
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
5301
4606
  # operation to return a list of gateway volumes for the gateway.
@@ -5324,13 +4629,6 @@ module Aws::StorageGateway
5324
4629
  include Aws::Structure
5325
4630
  end
5326
4631
 
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
4632
  # @!attribute [rw] gateway_arn
5335
4633
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5336
4634
  # operation to return a list of gateways for your account and Amazon
@@ -5370,15 +4668,6 @@ module Aws::StorageGateway
5370
4668
  #
5371
4669
  # * ListVolumesInput$Marker
5372
4670
  #
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
4671
  # @!attribute [rw] gateway_arn
5383
4672
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5384
4673
  # operation to return a list of gateways for your account and Amazon
@@ -5447,16 +4736,6 @@ module Aws::StorageGateway
5447
4736
  # files and folders are assigned these default Unix permissions. This
5448
4737
  # operation is only supported for S3 File Gateways.
5449
4738
  #
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
4739
  # @!attribute [rw] file_mode
5461
4740
  # The Unix file mode in the form "nnnn". For example, `0666`
5462
4741
  # represents the default file mode inside the file share. The default
@@ -5603,11 +4882,11 @@ module Aws::StorageGateway
5603
4882
  # @!attribute [rw] squash
5604
4883
  # The user mapped to anonymous user. Valid options are the following:
5605
4884
  #
5606
- # * `RootSquash`\: Only root is mapped to anonymous user.
4885
+ # * `RootSquash`: Only root is mapped to anonymous user.
5607
4886
  #
5608
- # * `NoSquash`\: No one is mapped to anonymous user.
4887
+ # * `NoSquash`: No one is mapped to anonymous user.
5609
4888
  #
5610
- # * `AllSquash`\: Everyone is mapped to anonymous user.
4889
+ # * `AllSquash`: Everyone is mapped to anonymous user.
5611
4890
  # @return [String]
5612
4891
  #
5613
4892
  # @!attribute [rw] read_only
@@ -5773,13 +5052,6 @@ module Aws::StorageGateway
5773
5052
  include Aws::Structure
5774
5053
  end
5775
5054
 
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
5055
  # @!attribute [rw] file_share_arn
5784
5056
  # The Amazon Resource Name (ARN) of the file share.
5785
5057
  # @return [String]
@@ -5863,15 +5135,6 @@ module Aws::StorageGateway
5863
5135
 
5864
5136
  # RefreshCacheInput
5865
5137
  #
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
5138
  # @!attribute [rw] file_share_arn
5876
5139
  # The Amazon Resource Name (ARN) of the file share you want to
5877
5140
  # refresh.
@@ -5930,14 +5193,6 @@ module Aws::StorageGateway
5930
5193
 
5931
5194
  # RemoveTagsFromResourceInput
5932
5195
  #
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
5196
  # @!attribute [rw] resource_arn
5942
5197
  # The Amazon Resource Name (ARN) of the resource you want to remove
5943
5198
  # the tags from.
@@ -5972,13 +5227,6 @@ module Aws::StorageGateway
5972
5227
  include Aws::Structure
5973
5228
  end
5974
5229
 
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
5230
  # @!attribute [rw] gateway_arn
5983
5231
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5984
5232
  # operation to return a list of gateways for your account and Amazon
@@ -6009,14 +5257,6 @@ module Aws::StorageGateway
6009
5257
 
6010
5258
  # RetrieveTapeArchiveInput
6011
5259
  #
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
5260
  # @!attribute [rw] tape_arn
6021
5261
  # The Amazon Resource Name (ARN) of the virtual tape you want to
6022
5262
  # retrieve from the virtual tape shelf (VTS).
@@ -6056,14 +5296,6 @@ module Aws::StorageGateway
6056
5296
 
6057
5297
  # RetrieveTapeRecoveryPointInput
6058
5298
  #
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
5299
  # @!attribute [rw] tape_arn
6068
5300
  # The Amazon Resource Name (ARN) of the virtual tape for which you
6069
5301
  # want to retrieve the recovery point.
@@ -6405,13 +5637,6 @@ module Aws::StorageGateway
6405
5637
  # A list of Active Directory users and groups that have special
6406
5638
  # permissions for SMB file shares on the gateway.
6407
5639
  #
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
5640
  # @!attribute [rw] gateway_admins
6416
5641
  # A list of Active Directory users and groups that have local Gateway
6417
5642
  # Admin permissions. Acceptable formats include: `DOMAIN\User1`,
@@ -6452,14 +5677,6 @@ module Aws::StorageGateway
6452
5677
 
6453
5678
  # SetLocalConsolePasswordInput
6454
5679
  #
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
5680
  # @!attribute [rw] gateway_arn
6464
5681
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6465
5682
  # operation to return a list of gateways for your account and Amazon
@@ -6495,14 +5712,6 @@ module Aws::StorageGateway
6495
5712
 
6496
5713
  # SetSMBGuestPasswordInput
6497
5714
  #
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
5715
  # @!attribute [rw] gateway_arn
6507
5716
  # The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file
6508
5717
  # share is associated with.
@@ -6538,13 +5747,6 @@ module Aws::StorageGateway
6538
5747
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6539
5748
  # to shut down.
6540
5749
  #
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
5750
  # @!attribute [rw] gateway_arn
6549
5751
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6550
5752
  # operation to return a list of gateways for your account and Amazon
@@ -6576,13 +5778,6 @@ module Aws::StorageGateway
6576
5778
  include Aws::Structure
6577
5779
  end
6578
5780
 
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
5781
  # @!attribute [rw] gateway_arn
6587
5782
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6588
5783
  # operation to return a list of gateways for your account and Amazon
@@ -6614,13 +5809,6 @@ module Aws::StorageGateway
6614
5809
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6615
5810
  # to start.
6616
5811
  #
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
5812
  # @!attribute [rw] gateway_arn
6625
5813
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6626
5814
  # operation to return a list of gateways for your account and Amazon
@@ -6803,14 +5991,6 @@ module Aws::StorageGateway
6803
5991
  # resource. Allowed characters: letters, white space, and numbers,
6804
5992
  # representable in UTF-8, and the following characters: + - = . \_ : /.
6805
5993
  #
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
5994
  # @!attribute [rw] key
6815
5995
  # Tag key. The key can't start with aws:.
6816
5996
  # @return [String]
@@ -7105,22 +6285,6 @@ module Aws::StorageGateway
7105
6285
  include Aws::Structure
7106
6286
  end
7107
6287
 
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
6288
  # @!attribute [rw] automatic_tape_creation_rules
7125
6289
  # An automatic tape creation policy consists of a list of automatic
7126
6290
  # tape creation rules. The rules determine when and how to
@@ -7162,15 +6326,6 @@ module Aws::StorageGateway
7162
6326
  #
7163
6327
  # * UpdateBandwidthRateLimitInput$AverageUploadRateLimitInBitsPerSec
7164
6328
  #
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
6329
  # @!attribute [rw] gateway_arn
7175
6330
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7176
6331
  # operation to return a list of gateways for your account and Amazon
@@ -7212,24 +6367,6 @@ module Aws::StorageGateway
7212
6367
  include Aws::Structure
7213
6368
  end
7214
6369
 
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
6370
  # @!attribute [rw] gateway_arn
7234
6371
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7235
6372
  # operation to return a list of gateways for your account and Amazon
@@ -7275,16 +6412,6 @@ module Aws::StorageGateway
7275
6412
  #
7276
6413
  # * UpdateChapCredentialsInput$TargetARN
7277
6414
  #
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
6415
  # @!attribute [rw] target_arn
7289
6416
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
7290
6417
  # DescribeStorediSCSIVolumes operation to return the TargetARN for
@@ -7349,19 +6476,6 @@ module Aws::StorageGateway
7349
6476
  include Aws::Structure
7350
6477
  end
7351
6478
 
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
6479
  # @!attribute [rw] file_system_association_arn
7366
6480
  # The Amazon Resource Name (ARN) of the file system association that
7367
6481
  # you want to update.
@@ -7411,17 +6525,6 @@ module Aws::StorageGateway
7411
6525
  include Aws::Structure
7412
6526
  end
7413
6527
 
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
6528
  # @!attribute [rw] gateway_arn
7426
6529
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7427
6530
  # operation to return a list of gateways for your account and Amazon
@@ -7488,13 +6591,6 @@ module Aws::StorageGateway
7488
6591
  # A JSON object containing the Amazon Resource Name (ARN) of the gateway
7489
6592
  # to update.
7490
6593
  #
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
6594
  # @!attribute [rw] gateway_arn
7499
6595
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7500
6596
  # operation to return a list of gateways for your account and Amazon
@@ -7536,17 +6632,6 @@ module Aws::StorageGateway
7536
6632
  #
7537
6633
  # * UpdateMaintenanceStartTimeInput$MinuteOfHour
7538
6634
  #
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
6635
  # @!attribute [rw] gateway_arn
7551
6636
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7552
6637
  # operation to return a list of gateways for your account and Amazon
@@ -7609,34 +6694,6 @@ module Aws::StorageGateway
7609
6694
 
7610
6695
  # UpdateNFSFileShareInput
7611
6696
  #
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
6697
  # @!attribute [rw] file_share_arn
7641
6698
  # The Amazon Resource Name (ARN) of the file share to be updated.
7642
6699
  # @return [String]
@@ -7685,11 +6742,11 @@ module Aws::StorageGateway
7685
6742
  #
7686
6743
  # Valid values are the following:
7687
6744
  #
7688
- # * `RootSquash`\: Only root is mapped to anonymous user.
6745
+ # * `RootSquash`: Only root is mapped to anonymous user.
7689
6746
  #
7690
- # * `NoSquash`\: No one is mapped to anonymous user.
6747
+ # * `NoSquash`: No one is mapped to anonymous user.
7691
6748
  #
7692
- # * `AllSquash`\: Everyone is mapped to anonymous user.
6749
+ # * `AllSquash`: Everyone is mapped to anonymous user.
7693
6750
  # @return [String]
7694
6751
  #
7695
6752
  # @!attribute [rw] read_only
@@ -7804,33 +6861,6 @@ module Aws::StorageGateway
7804
6861
 
7805
6862
  # UpdateSMBFileShareInput
7806
6863
  #
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
6864
  # @!attribute [rw] file_share_arn
7835
6865
  # The Amazon Resource Name (ARN) of the SMB file share that you want
7836
6866
  # to update.
@@ -8043,14 +7073,6 @@ module Aws::StorageGateway
8043
7073
  include Aws::Structure
8044
7074
  end
8045
7075
 
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
7076
  # @!attribute [rw] gateway_arn
8055
7077
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8056
7078
  # operation to return a list of gateways for your account and Amazon
@@ -8084,16 +7106,6 @@ module Aws::StorageGateway
8084
7106
  include Aws::Structure
8085
7107
  end
8086
7108
 
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
7109
  # @!attribute [rw] gateway_arn
8098
7110
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8099
7111
  # operation to return a list of gateways for your account and Amazon
@@ -8128,14 +7140,6 @@ module Aws::StorageGateway
8128
7140
  include Aws::Structure
8129
7141
  end
8130
7142
 
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
7143
  # @!attribute [rw] gateway_arn
8140
7144
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
8141
7145
  # operation to return a list of gateways for your account and Amazon
@@ -8195,22 +7199,6 @@ module Aws::StorageGateway
8195
7199
  #
8196
7200
  # * UpdateSnapshotScheduleInput$VolumeARN
8197
7201
  #
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
7202
  # @!attribute [rw] volume_arn
8215
7203
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
8216
7204
  # operation to return a list of gateway volumes.
@@ -8272,14 +7260,6 @@ module Aws::StorageGateway
8272
7260
  include Aws::Structure
8273
7261
  end
8274
7262
 
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
7263
  # @!attribute [rw] vtl_device_arn
8284
7264
  # The Amazon Resource Name (ARN) of the medium changer you want to
8285
7265
  # select.