aws-sdk-storagegateway 1.58.0 → 1.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +250 -109
- data/lib/aws-sdk-storagegateway/client_api.rb +36 -0
- data/lib/aws-sdk-storagegateway/types.rb +433 -148
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +5 -5
@@ -77,12 +77,13 @@ module Aws::StorageGateway
|
|
77
77
|
# @return [String]
|
78
78
|
#
|
79
79
|
# @!attribute [rw] gateway_region
|
80
|
-
# A value that indicates the Region where you want
|
81
|
-
#
|
82
|
-
#
|
83
|
-
#
|
84
|
-
#
|
85
|
-
#
|
80
|
+
# A value that indicates the Amazon Web Services Region where you want
|
81
|
+
# to store your data. The gateway Amazon Web Services Region specified
|
82
|
+
# must be the same Amazon Web Services Region as the Amazon Web
|
83
|
+
# Services Region in your `Host` header in the request. For more
|
84
|
+
# information about available Amazon Web Services Regions and
|
85
|
+
# endpoints for Storage Gateway, see [ Storage Gateway endpoints and
|
86
|
+
# quotas][1] in the *Amazon Web Services General Reference*.
|
86
87
|
#
|
87
88
|
# Valid Values: See [ Storage Gateway endpoints and quotas][1] in the
|
88
89
|
# *Amazon Web Services General Reference*.
|
@@ -145,9 +146,9 @@ module Aws::StorageGateway
|
|
145
146
|
|
146
147
|
# Storage Gateway returns the Amazon Resource Name (ARN) of the
|
147
148
|
# activated gateway. It is a string made of information such as your
|
148
|
-
# account, gateway name, and Region. This ARN is
|
149
|
-
# gateway in other API operations as well as
|
150
|
-
# authorization.
|
149
|
+
# account, gateway name, and Amazon Web Services Region. This ARN is
|
150
|
+
# used to reference the gateway in other API operations as well as
|
151
|
+
# resource-based authorization.
|
151
152
|
#
|
152
153
|
# <note markdown="1"> For gateways activated prior to September 02, 2015, the gateway ARN
|
153
154
|
# contains the gateway name rather than the gateway ID. Changing the
|
@@ -157,7 +158,8 @@ module Aws::StorageGateway
|
|
157
158
|
#
|
158
159
|
# @!attribute [rw] gateway_arn
|
159
160
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
160
|
-
# operation to return a list of gateways for your account and
|
161
|
+
# operation to return a list of gateways for your account and Amazon
|
162
|
+
# Web Services Region.
|
161
163
|
# @return [String]
|
162
164
|
#
|
163
165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGatewayOutput AWS API Documentation
|
@@ -178,7 +180,8 @@ module Aws::StorageGateway
|
|
178
180
|
#
|
179
181
|
# @!attribute [rw] gateway_arn
|
180
182
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
181
|
-
# operation to return a list of gateways for your account and
|
183
|
+
# operation to return a list of gateways for your account and Amazon
|
184
|
+
# Web Services Region.
|
182
185
|
# @return [String]
|
183
186
|
#
|
184
187
|
# @!attribute [rw] disk_ids
|
@@ -198,7 +201,8 @@ module Aws::StorageGateway
|
|
198
201
|
|
199
202
|
# @!attribute [rw] gateway_arn
|
200
203
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
201
|
-
# operation to return a list of gateways for your account and
|
204
|
+
# operation to return a list of gateways for your account and Amazon
|
205
|
+
# Web Services Region.
|
202
206
|
# @return [String]
|
203
207
|
#
|
204
208
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCacheOutput AWS API Documentation
|
@@ -275,7 +279,8 @@ module Aws::StorageGateway
|
|
275
279
|
#
|
276
280
|
# @!attribute [rw] gateway_arn
|
277
281
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
278
|
-
# operation to return a list of gateways for your account and
|
282
|
+
# operation to return a list of gateways for your account and Amazon
|
283
|
+
# Web Services Region.
|
279
284
|
# @return [String]
|
280
285
|
#
|
281
286
|
# @!attribute [rw] disk_ids
|
@@ -295,7 +300,8 @@ module Aws::StorageGateway
|
|
295
300
|
|
296
301
|
# @!attribute [rw] gateway_arn
|
297
302
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
298
|
-
# operation to return a list of gateways for your account and
|
303
|
+
# operation to return a list of gateways for your account and Amazon
|
304
|
+
# Web Services Region.
|
299
305
|
# @return [String]
|
300
306
|
#
|
301
307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBufferOutput AWS API Documentation
|
@@ -322,7 +328,8 @@ module Aws::StorageGateway
|
|
322
328
|
#
|
323
329
|
# @!attribute [rw] gateway_arn
|
324
330
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
325
|
-
# operation to return a list of gateways for your account and
|
331
|
+
# operation to return a list of gateways for your account and Amazon
|
332
|
+
# Web Services Region.
|
326
333
|
# @return [String]
|
327
334
|
#
|
328
335
|
# @!attribute [rw] disk_ids
|
@@ -345,7 +352,8 @@ module Aws::StorageGateway
|
|
345
352
|
#
|
346
353
|
# @!attribute [rw] gateway_arn
|
347
354
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
348
|
-
# operation to return a list of gateways for your account and
|
355
|
+
# operation to return a list of gateways for your account and Amazon
|
356
|
+
# Web Services Region.
|
349
357
|
# @return [String]
|
350
358
|
#
|
351
359
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorageOutput AWS API Documentation
|
@@ -456,7 +464,8 @@ module Aws::StorageGateway
|
|
456
464
|
#
|
457
465
|
# @!attribute [rw] gateway_arn
|
458
466
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
459
|
-
# operation to return a list of gateways for your account and
|
467
|
+
# operation to return a list of gateways for your account and Amazon
|
468
|
+
# Web Services Region.
|
460
469
|
# @return [String]
|
461
470
|
#
|
462
471
|
# @!attribute [rw] location_arn
|
@@ -612,7 +621,8 @@ module Aws::StorageGateway
|
|
612
621
|
#
|
613
622
|
# @!attribute [rw] gateway_arn
|
614
623
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
615
|
-
# operation to return a list of gateways for your account and
|
624
|
+
# operation to return a list of gateways for your account and Amazon
|
625
|
+
# Web Services Region.
|
616
626
|
# @return [String]
|
617
627
|
#
|
618
628
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AutomaticTapeCreationPolicyInfo AWS API Documentation
|
@@ -921,7 +931,8 @@ module Aws::StorageGateway
|
|
921
931
|
#
|
922
932
|
# @!attribute [rw] gateway_arn
|
923
933
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
924
|
-
# operation to return a list of gateways for your account and
|
934
|
+
# operation to return a list of gateways for your account and Amazon
|
935
|
+
# Web Services Region.
|
925
936
|
# @return [String]
|
926
937
|
#
|
927
938
|
# @!attribute [rw] tape_arn
|
@@ -965,7 +976,8 @@ module Aws::StorageGateway
|
|
965
976
|
#
|
966
977
|
# @!attribute [rw] gateway_arn
|
967
978
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
968
|
-
# operation to return a list of gateways for your account and
|
979
|
+
# operation to return a list of gateways for your account and Amazon
|
980
|
+
# Web Services Region.
|
969
981
|
# @return [String]
|
970
982
|
#
|
971
983
|
# @!attribute [rw] tape_arn
|
@@ -1056,7 +1068,8 @@ module Aws::StorageGateway
|
|
1056
1068
|
#
|
1057
1069
|
# @!attribute [rw] gateway_arn
|
1058
1070
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
1059
|
-
# operation to return a list of gateways for your account and
|
1071
|
+
# operation to return a list of gateways for your account and Amazon
|
1072
|
+
# Web Services Region.
|
1060
1073
|
# @return [String]
|
1061
1074
|
#
|
1062
1075
|
# @!attribute [rw] volume_size_in_bytes
|
@@ -1210,6 +1223,7 @@ module Aws::StorageGateway
|
|
1210
1223
|
# notification_policy: "NotificationPolicy",
|
1211
1224
|
# vpc_endpoint_dns_name: "DNSHostName",
|
1212
1225
|
# bucket_region: "RegionId",
|
1226
|
+
# audit_destination_arn: "AuditDestinationARN",
|
1213
1227
|
# }
|
1214
1228
|
#
|
1215
1229
|
# @!attribute [rw] client_token
|
@@ -1246,18 +1260,29 @@ module Aws::StorageGateway
|
|
1246
1260
|
# @return [String]
|
1247
1261
|
#
|
1248
1262
|
# @!attribute [rw] location_arn
|
1249
|
-
#
|
1250
|
-
#
|
1263
|
+
# A custom ARN for the backend storage used for storing data for file
|
1264
|
+
# shares. It includes a resource ARN with an optional prefix
|
1265
|
+
# concatenation. The prefix must end with a forward slash (/).
|
1266
|
+
#
|
1267
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
1268
|
+
# access point alias, as shown in the following examples.
|
1269
|
+
#
|
1270
|
+
# Bucket ARN:
|
1251
1271
|
#
|
1252
|
-
#
|
1253
|
-
# complete ARN that includes the bucket region as shown:
|
1272
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
1254
1273
|
#
|
1255
|
-
#
|
1274
|
+
# Access point ARN:
|
1256
1275
|
#
|
1257
|
-
#
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
#
|
1276
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
1277
|
+
#
|
1278
|
+
# If you specify an access point, the bucket policy must be configured
|
1279
|
+
# to delegate access control to the access point. For information, see
|
1280
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
1281
|
+
# User Guide*.
|
1282
|
+
#
|
1283
|
+
# Access point alias:
|
1284
|
+
#
|
1285
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
1261
1286
|
#
|
1262
1287
|
# </note>
|
1263
1288
|
#
|
@@ -1348,7 +1373,7 @@ module Aws::StorageGateway
|
|
1348
1373
|
# The name of the file share. Optional.
|
1349
1374
|
#
|
1350
1375
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
1351
|
-
# `LocationARN
|
1376
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
1352
1377
|
#
|
1353
1378
|
# </note>
|
1354
1379
|
# @return [String]
|
@@ -1403,6 +1428,10 @@ module Aws::StorageGateway
|
|
1403
1428
|
# </note>
|
1404
1429
|
# @return [String]
|
1405
1430
|
#
|
1431
|
+
# @!attribute [rw] audit_destination_arn
|
1432
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
1433
|
+
# @return [String]
|
1434
|
+
#
|
1406
1435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
|
1407
1436
|
#
|
1408
1437
|
class CreateNFSFileShareInput < Struct.new(
|
@@ -1425,7 +1454,8 @@ module Aws::StorageGateway
|
|
1425
1454
|
:cache_attributes,
|
1426
1455
|
:notification_policy,
|
1427
1456
|
:vpc_endpoint_dns_name,
|
1428
|
-
:bucket_region
|
1457
|
+
:bucket_region,
|
1458
|
+
:audit_destination_arn)
|
1429
1459
|
SENSITIVE = []
|
1430
1460
|
include Aws::Structure
|
1431
1461
|
end
|
@@ -1515,18 +1545,29 @@ module Aws::StorageGateway
|
|
1515
1545
|
# @return [String]
|
1516
1546
|
#
|
1517
1547
|
# @!attribute [rw] location_arn
|
1518
|
-
#
|
1519
|
-
#
|
1548
|
+
# A custom ARN for the backend storage used for storing data for file
|
1549
|
+
# shares. It includes a resource ARN with an optional prefix
|
1550
|
+
# concatenation. The prefix must end with a forward slash (/).
|
1551
|
+
#
|
1552
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
1553
|
+
# access point alias, as shown in the following examples.
|
1554
|
+
#
|
1555
|
+
# Bucket ARN:
|
1556
|
+
#
|
1557
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
1520
1558
|
#
|
1521
|
-
#
|
1522
|
-
# complete ARN that includes the bucket region as shown:
|
1559
|
+
# Access point ARN:
|
1523
1560
|
#
|
1524
|
-
# `arn:aws:s3:region:account-id:accesspoint/access-point-name
|
1561
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
1525
1562
|
#
|
1526
|
-
# If you specify
|
1527
|
-
#
|
1528
|
-
#
|
1529
|
-
#
|
1563
|
+
# If you specify an access point, the bucket policy must be configured
|
1564
|
+
# to delegate access control to the access point. For information, see
|
1565
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
1566
|
+
# User Guide*.
|
1567
|
+
#
|
1568
|
+
# Access point alias:
|
1569
|
+
#
|
1570
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
1530
1571
|
#
|
1531
1572
|
# </note>
|
1532
1573
|
#
|
@@ -1664,7 +1705,7 @@ module Aws::StorageGateway
|
|
1664
1705
|
# The name of the file share. Optional.
|
1665
1706
|
#
|
1666
1707
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
1667
|
-
# `LocationARN
|
1708
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
1668
1709
|
#
|
1669
1710
|
# </note>
|
1670
1711
|
# @return [String]
|
@@ -1963,7 +2004,8 @@ module Aws::StorageGateway
|
|
1963
2004
|
#
|
1964
2005
|
# @!attribute [rw] gateway_arn
|
1965
2006
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
1966
|
-
# operation to return a list of gateways for your account and
|
2007
|
+
# operation to return a list of gateways for your account and Amazon
|
2008
|
+
# Web Services Region.
|
1967
2009
|
# @return [String]
|
1968
2010
|
#
|
1969
2011
|
# @!attribute [rw] disk_id
|
@@ -2112,10 +2154,11 @@ module Aws::StorageGateway
|
|
2112
2154
|
#
|
2113
2155
|
# @!attribute [rw] retention_lock_type
|
2114
2156
|
# Tape retention lock can be configured in two modes. When configured
|
2115
|
-
# in governance mode, accounts with specific IAM
|
2116
|
-
# authorized to remove the tape retention lock from
|
2117
|
-
# tapes. When configured in compliance mode, the tape
|
2118
|
-
# cannot be removed by any user, including the root
|
2157
|
+
# in governance mode, Amazon Web Services accounts with specific IAM
|
2158
|
+
# permissions are authorized to remove the tape retention lock from
|
2159
|
+
# archived virtual tapes. When configured in compliance mode, the tape
|
2160
|
+
# retention lock cannot be removed by any user, including the root
|
2161
|
+
# Amazon Web Services account.
|
2119
2162
|
# @return [String]
|
2120
2163
|
#
|
2121
2164
|
# @!attribute [rw] retention_lock_time_in_days
|
@@ -2150,7 +2193,7 @@ module Aws::StorageGateway
|
|
2150
2193
|
# @!attribute [rw] pool_arn
|
2151
2194
|
# The unique Amazon Resource Name (ARN) that represents the custom
|
2152
2195
|
# tape pool. Use the ListTapePools operation to return a list of tape
|
2153
|
-
# pools for your account and Region.
|
2196
|
+
# pools for your account and Amazon Web Services Region.
|
2154
2197
|
# @return [String]
|
2155
2198
|
#
|
2156
2199
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapePoolOutput AWS API Documentation
|
@@ -2185,7 +2228,8 @@ module Aws::StorageGateway
|
|
2185
2228
|
# @!attribute [rw] gateway_arn
|
2186
2229
|
# The unique Amazon Resource Name (ARN) that represents the gateway to
|
2187
2230
|
# associate the virtual tape with. Use the ListGateways operation to
|
2188
|
-
# return a list of gateways for your account and
|
2231
|
+
# return a list of gateways for your account and Amazon Web Services
|
2232
|
+
# Region.
|
2189
2233
|
# @return [String]
|
2190
2234
|
#
|
2191
2235
|
# @!attribute [rw] tape_size_in_bytes
|
@@ -2302,7 +2346,8 @@ module Aws::StorageGateway
|
|
2302
2346
|
# @!attribute [rw] gateway_arn
|
2303
2347
|
# The unique Amazon Resource Name (ARN) that represents the gateway to
|
2304
2348
|
# associate the virtual tapes with. Use the ListGateways operation to
|
2305
|
-
# return a list of gateways for your account and
|
2349
|
+
# return a list of gateways for your account and Amazon Web Services
|
2350
|
+
# Region.
|
2306
2351
|
# @return [String]
|
2307
2352
|
#
|
2308
2353
|
# @!attribute [rw] tape_size_in_bytes
|
@@ -2421,7 +2466,8 @@ module Aws::StorageGateway
|
|
2421
2466
|
#
|
2422
2467
|
# @!attribute [rw] gateway_arn
|
2423
2468
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2424
|
-
# operation to return a list of gateways for your account and
|
2469
|
+
# operation to return a list of gateways for your account and Amazon
|
2470
|
+
# Web Services Region.
|
2425
2471
|
# @return [String]
|
2426
2472
|
#
|
2427
2473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyInput AWS API Documentation
|
@@ -2434,7 +2480,8 @@ module Aws::StorageGateway
|
|
2434
2480
|
|
2435
2481
|
# @!attribute [rw] gateway_arn
|
2436
2482
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2437
|
-
# operation to return a list of gateways for your account and
|
2483
|
+
# operation to return a list of gateways for your account and Amazon
|
2484
|
+
# Web Services Region.
|
2438
2485
|
# @return [String]
|
2439
2486
|
#
|
2440
2487
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyOutput AWS API Documentation
|
@@ -2461,7 +2508,8 @@ module Aws::StorageGateway
|
|
2461
2508
|
#
|
2462
2509
|
# @!attribute [rw] gateway_arn
|
2463
2510
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2464
|
-
# operation to return a list of gateways for your account and
|
2511
|
+
# operation to return a list of gateways for your account and Amazon
|
2512
|
+
# Web Services Region.
|
2465
2513
|
# @return [String]
|
2466
2514
|
#
|
2467
2515
|
# @!attribute [rw] bandwidth_type
|
@@ -2485,7 +2533,8 @@ module Aws::StorageGateway
|
|
2485
2533
|
#
|
2486
2534
|
# @!attribute [rw] gateway_arn
|
2487
2535
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2488
|
-
# operation to return a list of gateways for your account and
|
2536
|
+
# operation to return a list of gateways for your account and Amazon
|
2537
|
+
# Web Services Region.
|
2489
2538
|
# @return [String]
|
2490
2539
|
#
|
2491
2540
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitOutput AWS API Documentation
|
@@ -2606,7 +2655,8 @@ module Aws::StorageGateway
|
|
2606
2655
|
#
|
2607
2656
|
# @!attribute [rw] gateway_arn
|
2608
2657
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2609
|
-
# operation to return a list of gateways for your account and
|
2658
|
+
# operation to return a list of gateways for your account and Amazon
|
2659
|
+
# Web Services Region.
|
2610
2660
|
# @return [String]
|
2611
2661
|
#
|
2612
2662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayInput AWS API Documentation
|
@@ -2621,7 +2671,8 @@ module Aws::StorageGateway
|
|
2621
2671
|
#
|
2622
2672
|
# @!attribute [rw] gateway_arn
|
2623
2673
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2624
|
-
# operation to return a list of gateways for your account and
|
2674
|
+
# operation to return a list of gateways for your account and Amazon
|
2675
|
+
# Web Services Region.
|
2625
2676
|
# @return [String]
|
2626
2677
|
#
|
2627
2678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayOutput AWS API Documentation
|
@@ -2723,7 +2774,8 @@ module Aws::StorageGateway
|
|
2723
2774
|
# @!attribute [rw] gateway_arn
|
2724
2775
|
# The unique Amazon Resource Name (ARN) of the gateway that the
|
2725
2776
|
# virtual tape to delete is associated with. Use the ListGateways
|
2726
|
-
# operation to return a list of gateways for your account and
|
2777
|
+
# operation to return a list of gateways for your account and Amazon
|
2778
|
+
# Web Services Region.
|
2727
2779
|
# @return [String]
|
2728
2780
|
#
|
2729
2781
|
# @!attribute [rw] tape_arn
|
@@ -2840,7 +2892,8 @@ module Aws::StorageGateway
|
|
2840
2892
|
#
|
2841
2893
|
# @!attribute [rw] gateway_arn
|
2842
2894
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2843
|
-
# operation to return a list of gateways for your account and
|
2895
|
+
# operation to return a list of gateways for your account and Amazon
|
2896
|
+
# Web Services Region.
|
2844
2897
|
# @return [String]
|
2845
2898
|
#
|
2846
2899
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeAvailabilityMonitorTestInput AWS API Documentation
|
@@ -2853,7 +2906,8 @@ module Aws::StorageGateway
|
|
2853
2906
|
|
2854
2907
|
# @!attribute [rw] gateway_arn
|
2855
2908
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2856
|
-
# operation to return a list of gateways for your account and
|
2909
|
+
# operation to return a list of gateways for your account and Amazon
|
2910
|
+
# Web Services Region.
|
2857
2911
|
# @return [String]
|
2858
2912
|
#
|
2859
2913
|
# @!attribute [rw] status
|
@@ -2888,7 +2942,8 @@ module Aws::StorageGateway
|
|
2888
2942
|
#
|
2889
2943
|
# @!attribute [rw] gateway_arn
|
2890
2944
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2891
|
-
# operation to return a list of gateways for your account and
|
2945
|
+
# operation to return a list of gateways for your account and Amazon
|
2946
|
+
# Web Services Region.
|
2892
2947
|
# @return [String]
|
2893
2948
|
#
|
2894
2949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitInput AWS API Documentation
|
@@ -2903,7 +2958,8 @@ module Aws::StorageGateway
|
|
2903
2958
|
#
|
2904
2959
|
# @!attribute [rw] gateway_arn
|
2905
2960
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2906
|
-
# operation to return a list of gateways for your account and
|
2961
|
+
# operation to return a list of gateways for your account and Amazon
|
2962
|
+
# Web Services Region.
|
2907
2963
|
# @return [String]
|
2908
2964
|
#
|
2909
2965
|
# @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
|
@@ -2937,7 +2993,8 @@ module Aws::StorageGateway
|
|
2937
2993
|
#
|
2938
2994
|
# @!attribute [rw] gateway_arn
|
2939
2995
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2940
|
-
# operation to return a list of gateways for your account and
|
2996
|
+
# operation to return a list of gateways for your account and Amazon
|
2997
|
+
# Web Services Region.
|
2941
2998
|
# @return [String]
|
2942
2999
|
#
|
2943
3000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitScheduleInput AWS API Documentation
|
@@ -2950,7 +3007,8 @@ module Aws::StorageGateway
|
|
2950
3007
|
|
2951
3008
|
# @!attribute [rw] gateway_arn
|
2952
3009
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2953
|
-
# operation to return a list of gateways for your account and
|
3010
|
+
# operation to return a list of gateways for your account and Amazon
|
3011
|
+
# Web Services Region.
|
2954
3012
|
# @return [String]
|
2955
3013
|
#
|
2956
3014
|
# @!attribute [rw] bandwidth_rate_limit_intervals
|
@@ -2976,7 +3034,8 @@ module Aws::StorageGateway
|
|
2976
3034
|
#
|
2977
3035
|
# @!attribute [rw] gateway_arn
|
2978
3036
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2979
|
-
# operation to return a list of gateways for your account and
|
3037
|
+
# operation to return a list of gateways for your account and Amazon
|
3038
|
+
# Web Services Region.
|
2980
3039
|
# @return [String]
|
2981
3040
|
#
|
2982
3041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCacheInput AWS API Documentation
|
@@ -2989,7 +3048,8 @@ module Aws::StorageGateway
|
|
2989
3048
|
|
2990
3049
|
# @!attribute [rw] gateway_arn
|
2991
3050
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
2992
|
-
# operation to return a list of gateways for your account and
|
3051
|
+
# operation to return a list of gateways for your account and Amazon
|
3052
|
+
# Web Services Region.
|
2993
3053
|
# @return [String]
|
2994
3054
|
#
|
2995
3055
|
# @!attribute [rw] disk_ids
|
@@ -3177,7 +3237,8 @@ module Aws::StorageGateway
|
|
3177
3237
|
#
|
3178
3238
|
# @!attribute [rw] gateway_arn
|
3179
3239
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3180
|
-
# operation to return a list of gateways for your account and
|
3240
|
+
# operation to return a list of gateways for your account and Amazon
|
3241
|
+
# Web Services Region.
|
3181
3242
|
# @return [String]
|
3182
3243
|
#
|
3183
3244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationInput AWS API Documentation
|
@@ -3192,7 +3253,8 @@ module Aws::StorageGateway
|
|
3192
3253
|
#
|
3193
3254
|
# @!attribute [rw] gateway_arn
|
3194
3255
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3195
|
-
# operation to return a list of gateways for your account and
|
3256
|
+
# operation to return a list of gateways for your account and Amazon
|
3257
|
+
# Web Services Region.
|
3196
3258
|
# @return [String]
|
3197
3259
|
#
|
3198
3260
|
# @!attribute [rw] gateway_id
|
@@ -3240,7 +3302,8 @@ module Aws::StorageGateway
|
|
3240
3302
|
# @return [String]
|
3241
3303
|
#
|
3242
3304
|
# @!attribute [rw] ec2_instance_region
|
3243
|
-
# The Region where the Amazon EC2 instance is
|
3305
|
+
# The Amazon Web Services Region where the Amazon EC2 instance is
|
3306
|
+
# located.
|
3244
3307
|
# @return [String]
|
3245
3308
|
#
|
3246
3309
|
# @!attribute [rw] tags
|
@@ -3328,7 +3391,8 @@ module Aws::StorageGateway
|
|
3328
3391
|
#
|
3329
3392
|
# @!attribute [rw] gateway_arn
|
3330
3393
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3331
|
-
# operation to return a list of gateways for your account and
|
3394
|
+
# operation to return a list of gateways for your account and Amazon
|
3395
|
+
# Web Services Region.
|
3332
3396
|
# @return [String]
|
3333
3397
|
#
|
3334
3398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeInput AWS API Documentation
|
@@ -3353,7 +3417,8 @@ module Aws::StorageGateway
|
|
3353
3417
|
#
|
3354
3418
|
# @!attribute [rw] gateway_arn
|
3355
3419
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3356
|
-
# operation to return a list of gateways for your account and
|
3420
|
+
# operation to return a list of gateways for your account and Amazon
|
3421
|
+
# Web Services Region.
|
3357
3422
|
# @return [String]
|
3358
3423
|
#
|
3359
3424
|
# @!attribute [rw] hour_of_day
|
@@ -3481,7 +3546,8 @@ module Aws::StorageGateway
|
|
3481
3546
|
#
|
3482
3547
|
# @!attribute [rw] gateway_arn
|
3483
3548
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3484
|
-
# operation to return a list of gateways for your account and
|
3549
|
+
# operation to return a list of gateways for your account and Amazon
|
3550
|
+
# Web Services Region.
|
3485
3551
|
# @return [String]
|
3486
3552
|
#
|
3487
3553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsInput AWS API Documentation
|
@@ -3494,7 +3560,8 @@ module Aws::StorageGateway
|
|
3494
3560
|
|
3495
3561
|
# @!attribute [rw] gateway_arn
|
3496
3562
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3497
|
-
# operation to return a list of gateways for your account and
|
3563
|
+
# operation to return a list of gateways for your account and Amazon
|
3564
|
+
# Web Services Region.
|
3498
3565
|
# @return [String]
|
3499
3566
|
#
|
3500
3567
|
# @!attribute [rw] domain_name
|
@@ -3559,6 +3626,11 @@ module Aws::StorageGateway
|
|
3559
3626
|
# supported for S3 File Gateways.
|
3560
3627
|
# @return [Boolean]
|
3561
3628
|
#
|
3629
|
+
# @!attribute [rw] smb_local_groups
|
3630
|
+
# A list of Active Directory users and groups that have special
|
3631
|
+
# permissions for SMB file shares on the gateway.
|
3632
|
+
# @return [Types::SMBLocalGroups]
|
3633
|
+
#
|
3562
3634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
|
3563
3635
|
#
|
3564
3636
|
class DescribeSMBSettingsOutput < Struct.new(
|
@@ -3567,7 +3639,8 @@ module Aws::StorageGateway
|
|
3567
3639
|
:active_directory_status,
|
3568
3640
|
:smb_guest_password_set,
|
3569
3641
|
:smb_security_strategy,
|
3570
|
-
:file_shares_visible
|
3642
|
+
:file_shares_visible,
|
3643
|
+
:smb_local_groups)
|
3571
3644
|
SENSITIVE = []
|
3572
3645
|
include Aws::Structure
|
3573
3646
|
end
|
@@ -3800,7 +3873,8 @@ module Aws::StorageGateway
|
|
3800
3873
|
#
|
3801
3874
|
# @!attribute [rw] gateway_arn
|
3802
3875
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3803
|
-
# operation to return a list of gateways for your account and
|
3876
|
+
# operation to return a list of gateways for your account and Amazon
|
3877
|
+
# Web Services Region.
|
3804
3878
|
# @return [String]
|
3805
3879
|
#
|
3806
3880
|
# @!attribute [rw] marker
|
@@ -3827,7 +3901,8 @@ module Aws::StorageGateway
|
|
3827
3901
|
#
|
3828
3902
|
# @!attribute [rw] gateway_arn
|
3829
3903
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3830
|
-
# operation to return a list of gateways for your account and
|
3904
|
+
# operation to return a list of gateways for your account and Amazon
|
3905
|
+
# Web Services Region.
|
3831
3906
|
# @return [String]
|
3832
3907
|
#
|
3833
3908
|
# @!attribute [rw] tape_recovery_point_infos
|
@@ -3868,7 +3943,8 @@ module Aws::StorageGateway
|
|
3868
3943
|
#
|
3869
3944
|
# @!attribute [rw] gateway_arn
|
3870
3945
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3871
|
-
# operation to return a list of gateways for your account and
|
3946
|
+
# operation to return a list of gateways for your account and Amazon
|
3947
|
+
# Web Services Region.
|
3872
3948
|
# @return [String]
|
3873
3949
|
#
|
3874
3950
|
# @!attribute [rw] tape_arns
|
@@ -3938,7 +4014,8 @@ module Aws::StorageGateway
|
|
3938
4014
|
#
|
3939
4015
|
# @!attribute [rw] gateway_arn
|
3940
4016
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3941
|
-
# operation to return a list of gateways for your account and
|
4017
|
+
# operation to return a list of gateways for your account and Amazon
|
4018
|
+
# Web Services Region.
|
3942
4019
|
# @return [String]
|
3943
4020
|
#
|
3944
4021
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferInput AWS API Documentation
|
@@ -3951,7 +4028,8 @@ module Aws::StorageGateway
|
|
3951
4028
|
|
3952
4029
|
# @!attribute [rw] gateway_arn
|
3953
4030
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3954
|
-
# operation to return a list of gateways for your account and
|
4031
|
+
# operation to return a list of gateways for your account and Amazon
|
4032
|
+
# Web Services Region.
|
3955
4033
|
# @return [String]
|
3956
4034
|
#
|
3957
4035
|
# @!attribute [rw] disk_ids
|
@@ -3996,7 +4074,8 @@ module Aws::StorageGateway
|
|
3996
4074
|
#
|
3997
4075
|
# @!attribute [rw] gateway_arn
|
3998
4076
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3999
|
-
# operation to return a list of gateways for your account and
|
4077
|
+
# operation to return a list of gateways for your account and Amazon
|
4078
|
+
# Web Services Region.
|
4000
4079
|
# @return [String]
|
4001
4080
|
#
|
4002
4081
|
# @!attribute [rw] vtl_device_arns
|
@@ -4035,7 +4114,8 @@ module Aws::StorageGateway
|
|
4035
4114
|
#
|
4036
4115
|
# @!attribute [rw] gateway_arn
|
4037
4116
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4038
|
-
# operation to return a list of gateways for your account and
|
4117
|
+
# operation to return a list of gateways for your account and Amazon
|
4118
|
+
# Web Services Region.
|
4039
4119
|
# @return [String]
|
4040
4120
|
#
|
4041
4121
|
# @!attribute [rw] vtl_devices
|
@@ -4073,7 +4153,8 @@ module Aws::StorageGateway
|
|
4073
4153
|
#
|
4074
4154
|
# @!attribute [rw] gateway_arn
|
4075
4155
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4076
|
-
# operation to return a list of gateways for your account and
|
4156
|
+
# operation to return a list of gateways for your account and Amazon
|
4157
|
+
# Web Services Region.
|
4077
4158
|
# @return [String]
|
4078
4159
|
#
|
4079
4160
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageInput AWS API Documentation
|
@@ -4088,7 +4169,8 @@ module Aws::StorageGateway
|
|
4088
4169
|
#
|
4089
4170
|
# @!attribute [rw] gateway_arn
|
4090
4171
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4091
|
-
# operation to return a list of gateways for your account and
|
4172
|
+
# operation to return a list of gateways for your account and Amazon
|
4173
|
+
# Web Services Region.
|
4092
4174
|
# @return [String]
|
4093
4175
|
#
|
4094
4176
|
# @!attribute [rw] disk_ids
|
@@ -4207,7 +4289,8 @@ module Aws::StorageGateway
|
|
4207
4289
|
#
|
4208
4290
|
# @!attribute [rw] gateway_arn
|
4209
4291
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4210
|
-
# operation to return a list of gateways for your account and
|
4292
|
+
# operation to return a list of gateways for your account and Amazon
|
4293
|
+
# Web Services Region.
|
4211
4294
|
# @return [String]
|
4212
4295
|
#
|
4213
4296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayInput AWS API Documentation
|
@@ -4382,7 +4465,8 @@ module Aws::StorageGateway
|
|
4382
4465
|
#
|
4383
4466
|
# @!attribute [rw] gateway_arn
|
4384
4467
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4385
|
-
# operation to return a list of gateways for your account and
|
4468
|
+
# operation to return a list of gateways for your account and Amazon
|
4469
|
+
# Web Services Region.
|
4386
4470
|
# @return [String]
|
4387
4471
|
#
|
4388
4472
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileShareInfo AWS API Documentation
|
@@ -4427,7 +4511,8 @@ module Aws::StorageGateway
|
|
4427
4511
|
#
|
4428
4512
|
# @!attribute [rw] gateway_arn
|
4429
4513
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4430
|
-
# operation to return a list of gateways for your account and
|
4514
|
+
# operation to return a list of gateways for your account and Amazon
|
4515
|
+
# Web Services Region.
|
4431
4516
|
# @return [String]
|
4432
4517
|
#
|
4433
4518
|
# @!attribute [rw] tags
|
@@ -4450,6 +4535,12 @@ module Aws::StorageGateway
|
|
4450
4535
|
# </note>
|
4451
4536
|
# @return [Types::EndpointNetworkConfiguration]
|
4452
4537
|
#
|
4538
|
+
# @!attribute [rw] file_system_association_status_details
|
4539
|
+
# An array containing the FileSystemAssociationStatusDetail data type,
|
4540
|
+
# which provides detailed information on file system association
|
4541
|
+
# status.
|
4542
|
+
# @return [Array<Types::FileSystemAssociationStatusDetail>]
|
4543
|
+
#
|
4453
4544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationInfo AWS API Documentation
|
4454
4545
|
#
|
4455
4546
|
class FileSystemAssociationInfo < Struct.new(
|
@@ -4460,7 +4551,22 @@ module Aws::StorageGateway
|
|
4460
4551
|
:gateway_arn,
|
4461
4552
|
:tags,
|
4462
4553
|
:cache_attributes,
|
4463
|
-
:endpoint_network_configuration
|
4554
|
+
:endpoint_network_configuration,
|
4555
|
+
:file_system_association_status_details)
|
4556
|
+
SENSITIVE = []
|
4557
|
+
include Aws::Structure
|
4558
|
+
end
|
4559
|
+
|
4560
|
+
# Detailed information on file system association status.
|
4561
|
+
#
|
4562
|
+
# @!attribute [rw] error_code
|
4563
|
+
# The error code for a given file system association status.
|
4564
|
+
# @return [String]
|
4565
|
+
#
|
4566
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationStatusDetail AWS API Documentation
|
4567
|
+
#
|
4568
|
+
class FileSystemAssociationStatusDetail < Struct.new(
|
4569
|
+
:error_code)
|
4464
4570
|
SENSITIVE = []
|
4465
4571
|
include Aws::Structure
|
4466
4572
|
end
|
@@ -4484,7 +4590,8 @@ module Aws::StorageGateway
|
|
4484
4590
|
#
|
4485
4591
|
# @!attribute [rw] gateway_arn
|
4486
4592
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4487
|
-
# operation to return a list of gateways for your account and
|
4593
|
+
# operation to return a list of gateways for your account and Amazon
|
4594
|
+
# Web Services Region.
|
4488
4595
|
# @return [String]
|
4489
4596
|
#
|
4490
4597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationSummary AWS API Documentation
|
@@ -4508,7 +4615,8 @@ module Aws::StorageGateway
|
|
4508
4615
|
#
|
4509
4616
|
# @!attribute [rw] gateway_arn
|
4510
4617
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4511
|
-
# operation to return a list of gateways for your account and
|
4618
|
+
# operation to return a list of gateways for your account and Amazon
|
4619
|
+
# Web Services Region.
|
4512
4620
|
# @return [String]
|
4513
4621
|
#
|
4514
4622
|
# @!attribute [rw] gateway_type
|
@@ -4531,7 +4639,8 @@ module Aws::StorageGateway
|
|
4531
4639
|
# @return [String]
|
4532
4640
|
#
|
4533
4641
|
# @!attribute [rw] ec2_instance_region
|
4534
|
-
# The Region where the Amazon EC2 instance is
|
4642
|
+
# The Amazon Web Services Region where the Amazon EC2 instance is
|
4643
|
+
# located.
|
4535
4644
|
# @return [String]
|
4536
4645
|
#
|
4537
4646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/GatewayInfo AWS API Documentation
|
@@ -4608,7 +4717,7 @@ module Aws::StorageGateway
|
|
4608
4717
|
# @!attribute [rw] gateway_arn
|
4609
4718
|
# The Amazon Resource Name (ARN) of the gateway. Use the
|
4610
4719
|
# `ListGateways` operation to return a list of gateways for your
|
4611
|
-
# account and Region.
|
4720
|
+
# account and Amazon Web Services Region.
|
4612
4721
|
# @return [String]
|
4613
4722
|
#
|
4614
4723
|
# @!attribute [rw] domain_name
|
@@ -4710,7 +4819,8 @@ module Aws::StorageGateway
|
|
4710
4819
|
#
|
4711
4820
|
# @!attribute [rw] gateway_arn
|
4712
4821
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4713
|
-
# operation to return a list of gateways for your account and
|
4822
|
+
# operation to return a list of gateways for your account and Amazon
|
4823
|
+
# Web Services Region.
|
4714
4824
|
# @return [String]
|
4715
4825
|
#
|
4716
4826
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListAutomaticTapeCreationPoliciesInput AWS API Documentation
|
@@ -4811,7 +4921,8 @@ module Aws::StorageGateway
|
|
4811
4921
|
#
|
4812
4922
|
# @!attribute [rw] gateway_arn
|
4813
4923
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4814
|
-
# operation to return a list of gateways for your account and
|
4924
|
+
# operation to return a list of gateways for your account and Amazon
|
4925
|
+
# Web Services Region.
|
4815
4926
|
# @return [String]
|
4816
4927
|
#
|
4817
4928
|
# @!attribute [rw] limit
|
@@ -4927,7 +5038,8 @@ module Aws::StorageGateway
|
|
4927
5038
|
#
|
4928
5039
|
# @!attribute [rw] gateway_arn
|
4929
5040
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4930
|
-
# operation to return a list of gateways for your account and
|
5041
|
+
# operation to return a list of gateways for your account and Amazon
|
5042
|
+
# Web Services Region.
|
4931
5043
|
# @return [String]
|
4932
5044
|
#
|
4933
5045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksInput AWS API Documentation
|
@@ -4940,7 +5052,8 @@ module Aws::StorageGateway
|
|
4940
5052
|
|
4941
5053
|
# @!attribute [rw] gateway_arn
|
4942
5054
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4943
|
-
# operation to return a list of gateways for your account and
|
5055
|
+
# operation to return a list of gateways for your account and Amazon
|
5056
|
+
# Web Services Region.
|
4944
5057
|
# @return [String]
|
4945
5058
|
#
|
4946
5059
|
# @!attribute [rw] disks
|
@@ -5196,7 +5309,8 @@ module Aws::StorageGateway
|
|
5196
5309
|
#
|
5197
5310
|
# @!attribute [rw] gateway_arn
|
5198
5311
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5199
|
-
# operation to return a list of gateways for your account and
|
5312
|
+
# operation to return a list of gateways for your account and Amazon
|
5313
|
+
# Web Services Region.
|
5200
5314
|
# @return [String]
|
5201
5315
|
#
|
5202
5316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsInput AWS API Documentation
|
@@ -5209,7 +5323,8 @@ module Aws::StorageGateway
|
|
5209
5323
|
|
5210
5324
|
# @!attribute [rw] gateway_arn
|
5211
5325
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5212
|
-
# operation to return a list of gateways for your account and
|
5326
|
+
# operation to return a list of gateways for your account and Amazon
|
5327
|
+
# Web Services Region.
|
5213
5328
|
# @return [String]
|
5214
5329
|
#
|
5215
5330
|
# @!attribute [rw] volume_recovery_point_infos
|
@@ -5242,7 +5357,8 @@ module Aws::StorageGateway
|
|
5242
5357
|
#
|
5243
5358
|
# @!attribute [rw] gateway_arn
|
5244
5359
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5245
|
-
# operation to return a list of gateways for your account and
|
5360
|
+
# operation to return a list of gateways for your account and Amazon
|
5361
|
+
# Web Services Region.
|
5246
5362
|
# @return [String]
|
5247
5363
|
#
|
5248
5364
|
# @!attribute [rw] marker
|
@@ -5274,7 +5390,8 @@ module Aws::StorageGateway
|
|
5274
5390
|
#
|
5275
5391
|
# @!attribute [rw] gateway_arn
|
5276
5392
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5277
|
-
# operation to return a list of gateways for your account and
|
5393
|
+
# operation to return a list of gateways for your account and Amazon
|
5394
|
+
# Web Services Region.
|
5278
5395
|
# @return [String]
|
5279
5396
|
#
|
5280
5397
|
# @!attribute [rw] marker
|
@@ -5378,7 +5495,8 @@ module Aws::StorageGateway
|
|
5378
5495
|
#
|
5379
5496
|
# @!attribute [rw] gateway_arn
|
5380
5497
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5381
|
-
# operation to return a list of gateways for your account and
|
5498
|
+
# operation to return a list of gateways for your account and Amazon
|
5499
|
+
# Web Services Region.
|
5382
5500
|
# @return [String]
|
5383
5501
|
#
|
5384
5502
|
# @!attribute [rw] kms_encrypted
|
@@ -5406,8 +5524,35 @@ module Aws::StorageGateway
|
|
5406
5524
|
# @return [String]
|
5407
5525
|
#
|
5408
5526
|
# @!attribute [rw] location_arn
|
5409
|
-
#
|
5410
|
-
#
|
5527
|
+
# A custom ARN for the backend storage used for storing data for file
|
5528
|
+
# shares. It includes a resource ARN with an optional prefix
|
5529
|
+
# concatenation. The prefix must end with a forward slash (/).
|
5530
|
+
#
|
5531
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
5532
|
+
# access point alias, as shown in the following examples.
|
5533
|
+
#
|
5534
|
+
# Bucket ARN:
|
5535
|
+
#
|
5536
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
5537
|
+
#
|
5538
|
+
# Access point ARN:
|
5539
|
+
#
|
5540
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
5541
|
+
#
|
5542
|
+
# If you specify an access point, the bucket policy must be configured
|
5543
|
+
# to delegate access control to the access point. For information, see
|
5544
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
5545
|
+
# User Guide*.
|
5546
|
+
#
|
5547
|
+
# Access point alias:
|
5548
|
+
#
|
5549
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
5550
|
+
#
|
5551
|
+
# </note>
|
5552
|
+
#
|
5553
|
+
#
|
5554
|
+
#
|
5555
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
|
5411
5556
|
# @return [String]
|
5412
5557
|
#
|
5413
5558
|
# @!attribute [rw] default_storage_class
|
@@ -5485,7 +5630,7 @@ module Aws::StorageGateway
|
|
5485
5630
|
# The name of the file share. Optional.
|
5486
5631
|
#
|
5487
5632
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
5488
|
-
# `LocationARN
|
5633
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
5489
5634
|
#
|
5490
5635
|
# </note>
|
5491
5636
|
# @return [String]
|
@@ -5540,6 +5685,10 @@ module Aws::StorageGateway
|
|
5540
5685
|
# </note>
|
5541
5686
|
# @return [String]
|
5542
5687
|
#
|
5688
|
+
# @!attribute [rw] audit_destination_arn
|
5689
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
5690
|
+
# @return [String]
|
5691
|
+
#
|
5543
5692
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
5544
5693
|
#
|
5545
5694
|
class NFSFileShareInfo < Struct.new(
|
@@ -5565,7 +5714,8 @@ module Aws::StorageGateway
|
|
5565
5714
|
:cache_attributes,
|
5566
5715
|
:notification_policy,
|
5567
5716
|
:vpc_endpoint_dns_name,
|
5568
|
-
:bucket_region
|
5717
|
+
:bucket_region,
|
5718
|
+
:audit_destination_arn)
|
5569
5719
|
SENSITIVE = []
|
5570
5720
|
include Aws::Structure
|
5571
5721
|
end
|
@@ -5641,7 +5791,7 @@ module Aws::StorageGateway
|
|
5641
5791
|
# @!attribute [rw] pool_arn
|
5642
5792
|
# The Amazon Resource Name (ARN) of the custom tape pool. Use the
|
5643
5793
|
# ListTapePools operation to return a list of custom tape pools for
|
5644
|
-
# your account and Region.
|
5794
|
+
# your account and Amazon Web Services Region.
|
5645
5795
|
# @return [String]
|
5646
5796
|
#
|
5647
5797
|
# @!attribute [rw] pool_name
|
@@ -5658,11 +5808,11 @@ module Aws::StorageGateway
|
|
5658
5808
|
#
|
5659
5809
|
# @!attribute [rw] retention_lock_type
|
5660
5810
|
# Tape retention lock type, which can be configured in two modes. When
|
5661
|
-
# configured in governance mode, accounts with
|
5662
|
-
# permissions are authorized to remove the tape retention
|
5663
|
-
# archived virtual tapes. When configured in compliance
|
5664
|
-
# retention lock cannot be removed by any user,
|
5665
|
-
# account.
|
5811
|
+
# configured in governance mode, Amazon Web Services accounts with
|
5812
|
+
# specific IAM permissions are authorized to remove the tape retention
|
5813
|
+
# lock from archived virtual tapes. When configured in compliance
|
5814
|
+
# mode, the tape retention lock cannot be removed by any user,
|
5815
|
+
# including the root Amazon Web Services account.
|
5666
5816
|
# @return [String]
|
5667
5817
|
#
|
5668
5818
|
# @!attribute [rw] retention_lock_time_in_days
|
@@ -5807,7 +5957,8 @@ module Aws::StorageGateway
|
|
5807
5957
|
#
|
5808
5958
|
# @!attribute [rw] gateway_arn
|
5809
5959
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5810
|
-
# operation to return a list of gateways for your account and
|
5960
|
+
# operation to return a list of gateways for your account and Amazon
|
5961
|
+
# Web Services Region.
|
5811
5962
|
# @return [String]
|
5812
5963
|
#
|
5813
5964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheInput AWS API Documentation
|
@@ -5820,7 +5971,8 @@ module Aws::StorageGateway
|
|
5820
5971
|
|
5821
5972
|
# @!attribute [rw] gateway_arn
|
5822
5973
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5823
|
-
# operation to return a list of gateways for your account and
|
5974
|
+
# operation to return a list of gateways for your account and Amazon
|
5975
|
+
# Web Services Region.
|
5824
5976
|
# @return [String]
|
5825
5977
|
#
|
5826
5978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheOutput AWS API Documentation
|
@@ -5849,7 +6001,7 @@ module Aws::StorageGateway
|
|
5849
6001
|
# @!attribute [rw] gateway_arn
|
5850
6002
|
# The Amazon Resource Name (ARN) of the gateway you want to retrieve
|
5851
6003
|
# the virtual tape to. Use the ListGateways operation to return a list
|
5852
|
-
# of gateways for your account and Region.
|
6004
|
+
# of gateways for your account and Amazon Web Services Region.
|
5853
6005
|
#
|
5854
6006
|
# You retrieve archived virtual tapes to only one gateway and the
|
5855
6007
|
# gateway must be a tape gateway.
|
@@ -5895,7 +6047,8 @@ module Aws::StorageGateway
|
|
5895
6047
|
#
|
5896
6048
|
# @!attribute [rw] gateway_arn
|
5897
6049
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5898
|
-
# operation to return a list of gateways for your account and
|
6050
|
+
# operation to return a list of gateways for your account and Amazon
|
6051
|
+
# Web Services Region.
|
5899
6052
|
# @return [String]
|
5900
6053
|
#
|
5901
6054
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointInput AWS API Documentation
|
@@ -5942,7 +6095,8 @@ module Aws::StorageGateway
|
|
5942
6095
|
#
|
5943
6096
|
# @!attribute [rw] gateway_arn
|
5944
6097
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5945
|
-
# operation to return a list of gateways for your account and
|
6098
|
+
# operation to return a list of gateways for your account and Amazon
|
6099
|
+
# Web Services Region.
|
5946
6100
|
# @return [String]
|
5947
6101
|
#
|
5948
6102
|
# @!attribute [rw] kms_encrypted
|
@@ -5970,8 +6124,35 @@ module Aws::StorageGateway
|
|
5970
6124
|
# @return [String]
|
5971
6125
|
#
|
5972
6126
|
# @!attribute [rw] location_arn
|
5973
|
-
#
|
5974
|
-
#
|
6127
|
+
# A custom ARN for the backend storage used for storing data for file
|
6128
|
+
# shares. It includes a resource ARN with an optional prefix
|
6129
|
+
# concatenation. The prefix must end with a forward slash (/).
|
6130
|
+
#
|
6131
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
6132
|
+
# access point alias, as shown in the following examples.
|
6133
|
+
#
|
6134
|
+
# Bucket ARN:
|
6135
|
+
#
|
6136
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
6137
|
+
#
|
6138
|
+
# Access point ARN:
|
6139
|
+
#
|
6140
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
6141
|
+
#
|
6142
|
+
# If you specify an access point, the bucket policy must be configured
|
6143
|
+
# to delegate access control to the access point. For information, see
|
6144
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
6145
|
+
# User Guide*.
|
6146
|
+
#
|
6147
|
+
# Access point alias:
|
6148
|
+
#
|
6149
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
6150
|
+
#
|
6151
|
+
# </note>
|
6152
|
+
#
|
6153
|
+
#
|
6154
|
+
#
|
6155
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
|
5975
6156
|
# @return [String]
|
5976
6157
|
#
|
5977
6158
|
# @!attribute [rw] default_storage_class
|
@@ -6093,7 +6274,7 @@ module Aws::StorageGateway
|
|
6093
6274
|
# The name of the file share. Optional.
|
6094
6275
|
#
|
6095
6276
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
6096
|
-
# `LocationARN
|
6277
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
6097
6278
|
#
|
6098
6279
|
# </note>
|
6099
6280
|
# @return [String]
|
@@ -6197,6 +6378,33 @@ module Aws::StorageGateway
|
|
6197
6378
|
include Aws::Structure
|
6198
6379
|
end
|
6199
6380
|
|
6381
|
+
# A list of Active Directory users and groups that have special
|
6382
|
+
# permissions for SMB file shares on the gateway.
|
6383
|
+
#
|
6384
|
+
# @note When making an API call, you may pass SMBLocalGroups
|
6385
|
+
# data as a hash:
|
6386
|
+
#
|
6387
|
+
# {
|
6388
|
+
# gateway_admins: ["UserListUser"],
|
6389
|
+
# }
|
6390
|
+
#
|
6391
|
+
# @!attribute [rw] gateway_admins
|
6392
|
+
# A list of Active Directory users and groups that have local Gateway
|
6393
|
+
# Admin permissions. Acceptable formats include: `DOMAIN\User1`,
|
6394
|
+
# `user1`, `DOMAIN\group1`, and `group1`.
|
6395
|
+
#
|
6396
|
+
# Gateway Admins can use the Shared Folders Microsoft Management
|
6397
|
+
# Console snap-in to force-close files that are open and locked.
|
6398
|
+
# @return [Array<String>]
|
6399
|
+
#
|
6400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBLocalGroups AWS API Documentation
|
6401
|
+
#
|
6402
|
+
class SMBLocalGroups < Struct.new(
|
6403
|
+
:gateway_admins)
|
6404
|
+
SENSITIVE = []
|
6405
|
+
include Aws::Structure
|
6406
|
+
end
|
6407
|
+
|
6200
6408
|
# An internal server error has occurred because the service is
|
6201
6409
|
# unavailable. For more information, see the error and message fields.
|
6202
6410
|
#
|
@@ -6230,7 +6438,8 @@ module Aws::StorageGateway
|
|
6230
6438
|
#
|
6231
6439
|
# @!attribute [rw] gateway_arn
|
6232
6440
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6233
|
-
# operation to return a list of gateways for your account and
|
6441
|
+
# operation to return a list of gateways for your account and Amazon
|
6442
|
+
# Web Services Region.
|
6234
6443
|
# @return [String]
|
6235
6444
|
#
|
6236
6445
|
# @!attribute [rw] local_console_password
|
@@ -6248,7 +6457,8 @@ module Aws::StorageGateway
|
|
6248
6457
|
|
6249
6458
|
# @!attribute [rw] gateway_arn
|
6250
6459
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6251
|
-
# operation to return a list of gateways for your account and
|
6460
|
+
# operation to return a list of gateways for your account and Amazon
|
6461
|
+
# Web Services Region.
|
6252
6462
|
# @return [String]
|
6253
6463
|
#
|
6254
6464
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordOutput AWS API Documentation
|
@@ -6289,7 +6499,8 @@ module Aws::StorageGateway
|
|
6289
6499
|
|
6290
6500
|
# @!attribute [rw] gateway_arn
|
6291
6501
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6292
|
-
# operation to return a list of gateways for your account and
|
6502
|
+
# operation to return a list of gateways for your account and Amazon
|
6503
|
+
# Web Services Region.
|
6293
6504
|
# @return [String]
|
6294
6505
|
#
|
6295
6506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordOutput AWS API Documentation
|
@@ -6312,7 +6523,8 @@ module Aws::StorageGateway
|
|
6312
6523
|
#
|
6313
6524
|
# @!attribute [rw] gateway_arn
|
6314
6525
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6315
|
-
# operation to return a list of gateways for your account and
|
6526
|
+
# operation to return a list of gateways for your account and Amazon
|
6527
|
+
# Web Services Region.
|
6316
6528
|
# @return [String]
|
6317
6529
|
#
|
6318
6530
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayInput AWS API Documentation
|
@@ -6328,7 +6540,8 @@ module Aws::StorageGateway
|
|
6328
6540
|
#
|
6329
6541
|
# @!attribute [rw] gateway_arn
|
6330
6542
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6331
|
-
# operation to return a list of gateways for your account and
|
6543
|
+
# operation to return a list of gateways for your account and Amazon
|
6544
|
+
# Web Services Region.
|
6332
6545
|
# @return [String]
|
6333
6546
|
#
|
6334
6547
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayOutput AWS API Documentation
|
@@ -6348,7 +6561,8 @@ module Aws::StorageGateway
|
|
6348
6561
|
#
|
6349
6562
|
# @!attribute [rw] gateway_arn
|
6350
6563
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6351
|
-
# operation to return a list of gateways for your account and
|
6564
|
+
# operation to return a list of gateways for your account and Amazon
|
6565
|
+
# Web Services Region.
|
6352
6566
|
# @return [String]
|
6353
6567
|
#
|
6354
6568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestInput AWS API Documentation
|
@@ -6361,7 +6575,8 @@ module Aws::StorageGateway
|
|
6361
6575
|
|
6362
6576
|
# @!attribute [rw] gateway_arn
|
6363
6577
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6364
|
-
# operation to return a list of gateways for your account and
|
6578
|
+
# operation to return a list of gateways for your account and Amazon
|
6579
|
+
# Web Services Region.
|
6365
6580
|
# @return [String]
|
6366
6581
|
#
|
6367
6582
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestOutput AWS API Documentation
|
@@ -6384,7 +6599,8 @@ module Aws::StorageGateway
|
|
6384
6599
|
#
|
6385
6600
|
# @!attribute [rw] gateway_arn
|
6386
6601
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6387
|
-
# operation to return a list of gateways for your account and
|
6602
|
+
# operation to return a list of gateways for your account and Amazon
|
6603
|
+
# Web Services Region.
|
6388
6604
|
# @return [String]
|
6389
6605
|
#
|
6390
6606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayInput AWS API Documentation
|
@@ -6400,7 +6616,8 @@ module Aws::StorageGateway
|
|
6400
6616
|
#
|
6401
6617
|
# @!attribute [rw] gateway_arn
|
6402
6618
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6403
|
-
# operation to return a list of gateways for your account and
|
6619
|
+
# operation to return a list of gateways for your account and Amazon
|
6620
|
+
# Web Services Region.
|
6404
6621
|
# @return [String]
|
6405
6622
|
#
|
6406
6623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayOutput AWS API Documentation
|
@@ -6798,7 +7015,8 @@ module Aws::StorageGateway
|
|
6798
7015
|
#
|
6799
7016
|
# @!attribute [rw] gateway_arn
|
6800
7017
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6801
|
-
# operation to return a list of gateways for your account and
|
7018
|
+
# operation to return a list of gateways for your account and Amazon
|
7019
|
+
# Web Services Region.
|
6802
7020
|
# @return [String]
|
6803
7021
|
#
|
6804
7022
|
# @!attribute [rw] pool_id
|
@@ -6893,7 +7111,8 @@ module Aws::StorageGateway
|
|
6893
7111
|
#
|
6894
7112
|
# @!attribute [rw] gateway_arn
|
6895
7113
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6896
|
-
# operation to return a list of gateways for your account and
|
7114
|
+
# operation to return a list of gateways for your account and Amazon
|
7115
|
+
# Web Services Region.
|
6897
7116
|
# @return [String]
|
6898
7117
|
#
|
6899
7118
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyInput AWS API Documentation
|
@@ -6907,7 +7126,8 @@ module Aws::StorageGateway
|
|
6907
7126
|
|
6908
7127
|
# @!attribute [rw] gateway_arn
|
6909
7128
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6910
|
-
# operation to return a list of gateways for your account and
|
7129
|
+
# operation to return a list of gateways for your account and Amazon
|
7130
|
+
# Web Services Region.
|
6911
7131
|
# @return [String]
|
6912
7132
|
#
|
6913
7133
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyOutput AWS API Documentation
|
@@ -6935,7 +7155,8 @@ module Aws::StorageGateway
|
|
6935
7155
|
#
|
6936
7156
|
# @!attribute [rw] gateway_arn
|
6937
7157
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6938
|
-
# operation to return a list of gateways for your account and
|
7158
|
+
# operation to return a list of gateways for your account and Amazon
|
7159
|
+
# Web Services Region.
|
6939
7160
|
# @return [String]
|
6940
7161
|
#
|
6941
7162
|
# @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
|
@@ -6961,7 +7182,8 @@ module Aws::StorageGateway
|
|
6961
7182
|
#
|
6962
7183
|
# @!attribute [rw] gateway_arn
|
6963
7184
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6964
|
-
# operation to return a list of gateways for your account and
|
7185
|
+
# operation to return a list of gateways for your account and Amazon
|
7186
|
+
# Web Services Region.
|
6965
7187
|
# @return [String]
|
6966
7188
|
#
|
6967
7189
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitOutput AWS API Documentation
|
@@ -6992,7 +7214,8 @@ module Aws::StorageGateway
|
|
6992
7214
|
#
|
6993
7215
|
# @!attribute [rw] gateway_arn
|
6994
7216
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6995
|
-
# operation to return a list of gateways for your account and
|
7217
|
+
# operation to return a list of gateways for your account and Amazon
|
7218
|
+
# Web Services Region.
|
6996
7219
|
# @return [String]
|
6997
7220
|
#
|
6998
7221
|
# @!attribute [rw] bandwidth_rate_limit_intervals
|
@@ -7012,7 +7235,8 @@ module Aws::StorageGateway
|
|
7012
7235
|
|
7013
7236
|
# @!attribute [rw] gateway_arn
|
7014
7237
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7015
|
-
# operation to return a list of gateways for your account and
|
7238
|
+
# operation to return a list of gateways for your account and Amazon
|
7239
|
+
# Web Services Region.
|
7016
7240
|
# @return [String]
|
7017
7241
|
#
|
7018
7242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitScheduleOutput AWS API Documentation
|
@@ -7182,7 +7406,8 @@ module Aws::StorageGateway
|
|
7182
7406
|
#
|
7183
7407
|
# @!attribute [rw] gateway_arn
|
7184
7408
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7185
|
-
# operation to return a list of gateways for your account and
|
7409
|
+
# operation to return a list of gateways for your account and Amazon
|
7410
|
+
# Web Services Region.
|
7186
7411
|
# @return [String]
|
7187
7412
|
#
|
7188
7413
|
# @!attribute [rw] gateway_name
|
@@ -7225,7 +7450,8 @@ module Aws::StorageGateway
|
|
7225
7450
|
#
|
7226
7451
|
# @!attribute [rw] gateway_arn
|
7227
7452
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7228
|
-
# operation to return a list of gateways for your account and
|
7453
|
+
# operation to return a list of gateways for your account and Amazon
|
7454
|
+
# Web Services Region.
|
7229
7455
|
# @return [String]
|
7230
7456
|
#
|
7231
7457
|
# @!attribute [rw] gateway_name
|
@@ -7253,7 +7479,8 @@ module Aws::StorageGateway
|
|
7253
7479
|
#
|
7254
7480
|
# @!attribute [rw] gateway_arn
|
7255
7481
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7256
|
-
# operation to return a list of gateways for your account and
|
7482
|
+
# operation to return a list of gateways for your account and Amazon
|
7483
|
+
# Web Services Region.
|
7257
7484
|
# @return [String]
|
7258
7485
|
#
|
7259
7486
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowInput AWS API Documentation
|
@@ -7269,7 +7496,8 @@ module Aws::StorageGateway
|
|
7269
7496
|
#
|
7270
7497
|
# @!attribute [rw] gateway_arn
|
7271
7498
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7272
|
-
# operation to return a list of gateways for your account and
|
7499
|
+
# operation to return a list of gateways for your account and Amazon
|
7500
|
+
# Web Services Region.
|
7273
7501
|
# @return [String]
|
7274
7502
|
#
|
7275
7503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowOutput AWS API Documentation
|
@@ -7303,7 +7531,8 @@ module Aws::StorageGateway
|
|
7303
7531
|
#
|
7304
7532
|
# @!attribute [rw] gateway_arn
|
7305
7533
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7306
|
-
# operation to return a list of gateways for your account and
|
7534
|
+
# operation to return a list of gateways for your account and Amazon
|
7535
|
+
# Web Services Region.
|
7307
7536
|
# @return [String]
|
7308
7537
|
#
|
7309
7538
|
# @!attribute [rw] hour_of_day
|
@@ -7348,7 +7577,8 @@ module Aws::StorageGateway
|
|
7348
7577
|
#
|
7349
7578
|
# @!attribute [rw] gateway_arn
|
7350
7579
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7351
|
-
# operation to return a list of gateways for your account and
|
7580
|
+
# operation to return a list of gateways for your account and Amazon
|
7581
|
+
# Web Services Region.
|
7352
7582
|
# @return [String]
|
7353
7583
|
#
|
7354
7584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeOutput AWS API Documentation
|
@@ -7386,6 +7616,7 @@ module Aws::StorageGateway
|
|
7386
7616
|
# cache_stale_timeout_in_seconds: 1,
|
7387
7617
|
# },
|
7388
7618
|
# notification_policy: "NotificationPolicy",
|
7619
|
+
# audit_destination_arn: "AuditDestinationARN",
|
7389
7620
|
# }
|
7390
7621
|
#
|
7391
7622
|
# @!attribute [rw] file_share_arn
|
@@ -7480,13 +7711,13 @@ module Aws::StorageGateway
|
|
7480
7711
|
# The name of the file share. Optional.
|
7481
7712
|
#
|
7482
7713
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
7483
|
-
# `LocationARN
|
7714
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
7484
7715
|
#
|
7485
7716
|
# </note>
|
7486
7717
|
# @return [String]
|
7487
7718
|
#
|
7488
7719
|
# @!attribute [rw] cache_attributes
|
7489
|
-
#
|
7720
|
+
# Specifies refresh cache information for the file share.
|
7490
7721
|
# @return [Types::CacheAttributes]
|
7491
7722
|
#
|
7492
7723
|
# @!attribute [rw] notification_policy
|
@@ -7513,6 +7744,10 @@ module Aws::StorageGateway
|
|
7513
7744
|
# `\{\}`
|
7514
7745
|
# @return [String]
|
7515
7746
|
#
|
7747
|
+
# @!attribute [rw] audit_destination_arn
|
7748
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
7749
|
+
# @return [String]
|
7750
|
+
#
|
7516
7751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
7517
7752
|
#
|
7518
7753
|
class UpdateNFSFileShareInput < Struct.new(
|
@@ -7529,7 +7764,8 @@ module Aws::StorageGateway
|
|
7529
7764
|
:requester_pays,
|
7530
7765
|
:file_share_name,
|
7531
7766
|
:cache_attributes,
|
7532
|
-
:notification_policy
|
7767
|
+
:notification_policy,
|
7768
|
+
:audit_destination_arn)
|
7533
7769
|
SENSITIVE = []
|
7534
7770
|
include Aws::Structure
|
7535
7771
|
end
|
@@ -7703,7 +7939,7 @@ module Aws::StorageGateway
|
|
7703
7939
|
# The name of the file share. Optional.
|
7704
7940
|
#
|
7705
7941
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
7706
|
-
# `LocationARN
|
7942
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
7707
7943
|
#
|
7708
7944
|
# </note>
|
7709
7945
|
# @return [String]
|
@@ -7799,7 +8035,8 @@ module Aws::StorageGateway
|
|
7799
8035
|
#
|
7800
8036
|
# @!attribute [rw] gateway_arn
|
7801
8037
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7802
|
-
# operation to return a list of gateways for your account and
|
8038
|
+
# operation to return a list of gateways for your account and Amazon
|
8039
|
+
# Web Services Region.
|
7803
8040
|
# @return [String]
|
7804
8041
|
#
|
7805
8042
|
# @!attribute [rw] file_shares_visible
|
@@ -7817,7 +8054,8 @@ module Aws::StorageGateway
|
|
7817
8054
|
|
7818
8055
|
# @!attribute [rw] gateway_arn
|
7819
8056
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7820
|
-
# operation to return a list of gateways for your account and
|
8057
|
+
# operation to return a list of gateways for your account and Amazon
|
8058
|
+
# Web Services Region.
|
7821
8059
|
# @return [String]
|
7822
8060
|
#
|
7823
8061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareVisibilityOutput AWS API Documentation
|
@@ -7828,6 +8066,50 @@ module Aws::StorageGateway
|
|
7828
8066
|
include Aws::Structure
|
7829
8067
|
end
|
7830
8068
|
|
8069
|
+
# @note When making an API call, you may pass UpdateSMBLocalGroupsInput
|
8070
|
+
# data as a hash:
|
8071
|
+
#
|
8072
|
+
# {
|
8073
|
+
# gateway_arn: "GatewayARN", # required
|
8074
|
+
# smb_local_groups: { # required
|
8075
|
+
# gateway_admins: ["UserListUser"],
|
8076
|
+
# },
|
8077
|
+
# }
|
8078
|
+
#
|
8079
|
+
# @!attribute [rw] gateway_arn
|
8080
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8081
|
+
# operation to return a list of gateways for your account and Amazon
|
8082
|
+
# Web Services Region.
|
8083
|
+
# @return [String]
|
8084
|
+
#
|
8085
|
+
# @!attribute [rw] smb_local_groups
|
8086
|
+
# A list of Active Directory users and groups that you want to grant
|
8087
|
+
# special permissions for SMB file shares on the gateway.
|
8088
|
+
# @return [Types::SMBLocalGroups]
|
8089
|
+
#
|
8090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBLocalGroupsInput AWS API Documentation
|
8091
|
+
#
|
8092
|
+
class UpdateSMBLocalGroupsInput < Struct.new(
|
8093
|
+
:gateway_arn,
|
8094
|
+
:smb_local_groups)
|
8095
|
+
SENSITIVE = []
|
8096
|
+
include Aws::Structure
|
8097
|
+
end
|
8098
|
+
|
8099
|
+
# @!attribute [rw] gateway_arn
|
8100
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8101
|
+
# operation to return a list of gateways for your account and Amazon
|
8102
|
+
# Web Services Region.
|
8103
|
+
# @return [String]
|
8104
|
+
#
|
8105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBLocalGroupsOutput AWS API Documentation
|
8106
|
+
#
|
8107
|
+
class UpdateSMBLocalGroupsOutput < Struct.new(
|
8108
|
+
:gateway_arn)
|
8109
|
+
SENSITIVE = []
|
8110
|
+
include Aws::Structure
|
8111
|
+
end
|
8112
|
+
|
7831
8113
|
# @note When making an API call, you may pass UpdateSMBSecurityStrategyInput
|
7832
8114
|
# data as a hash:
|
7833
8115
|
#
|
@@ -7838,7 +8120,8 @@ module Aws::StorageGateway
|
|
7838
8120
|
#
|
7839
8121
|
# @!attribute [rw] gateway_arn
|
7840
8122
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7841
|
-
# operation to return a list of gateways for your account and
|
8123
|
+
# operation to return a list of gateways for your account and Amazon
|
8124
|
+
# Web Services Region.
|
7842
8125
|
# @return [String]
|
7843
8126
|
#
|
7844
8127
|
# @!attribute [rw] smb_security_strategy
|
@@ -7872,7 +8155,8 @@ module Aws::StorageGateway
|
|
7872
8155
|
|
7873
8156
|
# @!attribute [rw] gateway_arn
|
7874
8157
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7875
|
-
# operation to return a list of gateways for your account and
|
8158
|
+
# operation to return a list of gateways for your account and Amazon
|
8159
|
+
# Web Services Region.
|
7876
8160
|
# @return [String]
|
7877
8161
|
#
|
7878
8162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBSecurityStrategyOutput AWS API Documentation
|
@@ -8072,7 +8356,8 @@ module Aws::StorageGateway
|
|
8072
8356
|
#
|
8073
8357
|
# @!attribute [rw] gateway_arn
|
8074
8358
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8075
|
-
# operation to return a list of gateways for your account and
|
8359
|
+
# operation to return a list of gateways for your account and Amazon
|
8360
|
+
# Web Services Region.
|
8076
8361
|
# @return [String]
|
8077
8362
|
#
|
8078
8363
|
# @!attribute [rw] gateway_id
|