aws-sdk-storagegateway 1.59.0 → 1.63.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 +260 -113
- data/lib/aws-sdk-storagegateway/client_api.rb +40 -0
- data/lib/aws-sdk-storagegateway/types.rb +459 -153
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +4 -4
@@ -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*.
|
@@ -97,8 +98,8 @@ module Aws::StorageGateway
|
|
97
98
|
# specified is critical to all later functions of the gateway and
|
98
99
|
# cannot be changed after activation. The default value is `CACHED`.
|
99
100
|
#
|
100
|
-
# Valid Values: `STORED` \| `CACHED` \| `VTL` \| `
|
101
|
-
# `FILE_FSX_SMB
|
101
|
+
# Valid Values: `STORED` \| `CACHED` \| `VTL` \| `VTL_SNOW` \|
|
102
|
+
# `FILE_S3` \| `FILE_FSX_SMB`
|
102
103
|
# @return [String]
|
103
104
|
#
|
104
105
|
# @!attribute [rw] tape_drive_type
|
@@ -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/`
|
1558
|
+
#
|
1559
|
+
# Access point ARN:
|
1520
1560
|
#
|
1521
|
-
#
|
1522
|
-
# complete ARN that includes the bucket region as shown:
|
1561
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
1523
1562
|
#
|
1524
|
-
#
|
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*.
|
1525
1567
|
#
|
1526
|
-
#
|
1527
|
-
#
|
1528
|
-
#
|
1529
|
-
# points][1] in the *Amazon S3 User Guide*.
|
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
|
@@ -3261,7 +3324,8 @@ module Aws::StorageGateway
|
|
3261
3324
|
# @return [String]
|
3262
3325
|
#
|
3263
3326
|
# @!attribute [rw] host_environment
|
3264
|
-
# The type of
|
3327
|
+
# The type of hardware or software platform on which the gateway is
|
3328
|
+
# running.
|
3265
3329
|
# @return [String]
|
3266
3330
|
#
|
3267
3331
|
# @!attribute [rw] endpoint_type
|
@@ -3289,6 +3353,12 @@ module Aws::StorageGateway
|
|
3289
3353
|
# based on its current hardware specifications.
|
3290
3354
|
# @return [Array<String>]
|
3291
3355
|
#
|
3356
|
+
# @!attribute [rw] host_environment_id
|
3357
|
+
# A unique identifier for the specific instance of the host platform
|
3358
|
+
# running the gateway. This value is only available for certain host
|
3359
|
+
# environments, and its format depends on the host environment type.
|
3360
|
+
# @return [String]
|
3361
|
+
#
|
3292
3362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
|
3293
3363
|
#
|
3294
3364
|
class DescribeGatewayInformationOutput < Struct.new(
|
@@ -3311,7 +3381,8 @@ module Aws::StorageGateway
|
|
3311
3381
|
:software_updates_end_date,
|
3312
3382
|
:deprecation_date,
|
3313
3383
|
:gateway_capacity,
|
3314
|
-
:supported_gateway_capacities
|
3384
|
+
:supported_gateway_capacities,
|
3385
|
+
:host_environment_id)
|
3315
3386
|
SENSITIVE = []
|
3316
3387
|
include Aws::Structure
|
3317
3388
|
end
|
@@ -3328,7 +3399,8 @@ module Aws::StorageGateway
|
|
3328
3399
|
#
|
3329
3400
|
# @!attribute [rw] gateway_arn
|
3330
3401
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3331
|
-
# operation to return a list of gateways for your account and
|
3402
|
+
# operation to return a list of gateways for your account and Amazon
|
3403
|
+
# Web Services Region.
|
3332
3404
|
# @return [String]
|
3333
3405
|
#
|
3334
3406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeInput AWS API Documentation
|
@@ -3353,7 +3425,8 @@ module Aws::StorageGateway
|
|
3353
3425
|
#
|
3354
3426
|
# @!attribute [rw] gateway_arn
|
3355
3427
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3356
|
-
# operation to return a list of gateways for your account and
|
3428
|
+
# operation to return a list of gateways for your account and Amazon
|
3429
|
+
# Web Services Region.
|
3357
3430
|
# @return [String]
|
3358
3431
|
#
|
3359
3432
|
# @!attribute [rw] hour_of_day
|
@@ -3481,7 +3554,8 @@ module Aws::StorageGateway
|
|
3481
3554
|
#
|
3482
3555
|
# @!attribute [rw] gateway_arn
|
3483
3556
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3484
|
-
# operation to return a list of gateways for your account and
|
3557
|
+
# operation to return a list of gateways for your account and Amazon
|
3558
|
+
# Web Services Region.
|
3485
3559
|
# @return [String]
|
3486
3560
|
#
|
3487
3561
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsInput AWS API Documentation
|
@@ -3494,7 +3568,8 @@ module Aws::StorageGateway
|
|
3494
3568
|
|
3495
3569
|
# @!attribute [rw] gateway_arn
|
3496
3570
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3497
|
-
# operation to return a list of gateways for your account and
|
3571
|
+
# operation to return a list of gateways for your account and Amazon
|
3572
|
+
# Web Services Region.
|
3498
3573
|
# @return [String]
|
3499
3574
|
#
|
3500
3575
|
# @!attribute [rw] domain_name
|
@@ -3559,6 +3634,11 @@ module Aws::StorageGateway
|
|
3559
3634
|
# supported for S3 File Gateways.
|
3560
3635
|
# @return [Boolean]
|
3561
3636
|
#
|
3637
|
+
# @!attribute [rw] smb_local_groups
|
3638
|
+
# A list of Active Directory users and groups that have special
|
3639
|
+
# permissions for SMB file shares on the gateway.
|
3640
|
+
# @return [Types::SMBLocalGroups]
|
3641
|
+
#
|
3562
3642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
|
3563
3643
|
#
|
3564
3644
|
class DescribeSMBSettingsOutput < Struct.new(
|
@@ -3567,7 +3647,8 @@ module Aws::StorageGateway
|
|
3567
3647
|
:active_directory_status,
|
3568
3648
|
:smb_guest_password_set,
|
3569
3649
|
:smb_security_strategy,
|
3570
|
-
:file_shares_visible
|
3650
|
+
:file_shares_visible,
|
3651
|
+
:smb_local_groups)
|
3571
3652
|
SENSITIVE = []
|
3572
3653
|
include Aws::Structure
|
3573
3654
|
end
|
@@ -3800,7 +3881,8 @@ module Aws::StorageGateway
|
|
3800
3881
|
#
|
3801
3882
|
# @!attribute [rw] gateway_arn
|
3802
3883
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3803
|
-
# operation to return a list of gateways for your account and
|
3884
|
+
# operation to return a list of gateways for your account and Amazon
|
3885
|
+
# Web Services Region.
|
3804
3886
|
# @return [String]
|
3805
3887
|
#
|
3806
3888
|
# @!attribute [rw] marker
|
@@ -3827,7 +3909,8 @@ module Aws::StorageGateway
|
|
3827
3909
|
#
|
3828
3910
|
# @!attribute [rw] gateway_arn
|
3829
3911
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3830
|
-
# operation to return a list of gateways for your account and
|
3912
|
+
# operation to return a list of gateways for your account and Amazon
|
3913
|
+
# Web Services Region.
|
3831
3914
|
# @return [String]
|
3832
3915
|
#
|
3833
3916
|
# @!attribute [rw] tape_recovery_point_infos
|
@@ -3868,7 +3951,8 @@ module Aws::StorageGateway
|
|
3868
3951
|
#
|
3869
3952
|
# @!attribute [rw] gateway_arn
|
3870
3953
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3871
|
-
# operation to return a list of gateways for your account and
|
3954
|
+
# operation to return a list of gateways for your account and Amazon
|
3955
|
+
# Web Services Region.
|
3872
3956
|
# @return [String]
|
3873
3957
|
#
|
3874
3958
|
# @!attribute [rw] tape_arns
|
@@ -3938,7 +4022,8 @@ module Aws::StorageGateway
|
|
3938
4022
|
#
|
3939
4023
|
# @!attribute [rw] gateway_arn
|
3940
4024
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3941
|
-
# operation to return a list of gateways for your account and
|
4025
|
+
# operation to return a list of gateways for your account and Amazon
|
4026
|
+
# Web Services Region.
|
3942
4027
|
# @return [String]
|
3943
4028
|
#
|
3944
4029
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferInput AWS API Documentation
|
@@ -3951,7 +4036,8 @@ module Aws::StorageGateway
|
|
3951
4036
|
|
3952
4037
|
# @!attribute [rw] gateway_arn
|
3953
4038
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3954
|
-
# operation to return a list of gateways for your account and
|
4039
|
+
# operation to return a list of gateways for your account and Amazon
|
4040
|
+
# Web Services Region.
|
3955
4041
|
# @return [String]
|
3956
4042
|
#
|
3957
4043
|
# @!attribute [rw] disk_ids
|
@@ -3996,7 +4082,8 @@ module Aws::StorageGateway
|
|
3996
4082
|
#
|
3997
4083
|
# @!attribute [rw] gateway_arn
|
3998
4084
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
3999
|
-
# operation to return a list of gateways for your account and
|
4085
|
+
# operation to return a list of gateways for your account and Amazon
|
4086
|
+
# Web Services Region.
|
4000
4087
|
# @return [String]
|
4001
4088
|
#
|
4002
4089
|
# @!attribute [rw] vtl_device_arns
|
@@ -4035,7 +4122,8 @@ module Aws::StorageGateway
|
|
4035
4122
|
#
|
4036
4123
|
# @!attribute [rw] gateway_arn
|
4037
4124
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4038
|
-
# operation to return a list of gateways for your account and
|
4125
|
+
# operation to return a list of gateways for your account and Amazon
|
4126
|
+
# Web Services Region.
|
4039
4127
|
# @return [String]
|
4040
4128
|
#
|
4041
4129
|
# @!attribute [rw] vtl_devices
|
@@ -4073,7 +4161,8 @@ module Aws::StorageGateway
|
|
4073
4161
|
#
|
4074
4162
|
# @!attribute [rw] gateway_arn
|
4075
4163
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4076
|
-
# operation to return a list of gateways for your account and
|
4164
|
+
# operation to return a list of gateways for your account and Amazon
|
4165
|
+
# Web Services Region.
|
4077
4166
|
# @return [String]
|
4078
4167
|
#
|
4079
4168
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageInput AWS API Documentation
|
@@ -4088,7 +4177,8 @@ module Aws::StorageGateway
|
|
4088
4177
|
#
|
4089
4178
|
# @!attribute [rw] gateway_arn
|
4090
4179
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4091
|
-
# operation to return a list of gateways for your account and
|
4180
|
+
# operation to return a list of gateways for your account and Amazon
|
4181
|
+
# Web Services Region.
|
4092
4182
|
# @return [String]
|
4093
4183
|
#
|
4094
4184
|
# @!attribute [rw] disk_ids
|
@@ -4207,7 +4297,8 @@ module Aws::StorageGateway
|
|
4207
4297
|
#
|
4208
4298
|
# @!attribute [rw] gateway_arn
|
4209
4299
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4210
|
-
# operation to return a list of gateways for your account and
|
4300
|
+
# operation to return a list of gateways for your account and Amazon
|
4301
|
+
# Web Services Region.
|
4211
4302
|
# @return [String]
|
4212
4303
|
#
|
4213
4304
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayInput AWS API Documentation
|
@@ -4382,7 +4473,8 @@ module Aws::StorageGateway
|
|
4382
4473
|
#
|
4383
4474
|
# @!attribute [rw] gateway_arn
|
4384
4475
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4385
|
-
# operation to return a list of gateways for your account and
|
4476
|
+
# operation to return a list of gateways for your account and Amazon
|
4477
|
+
# Web Services Region.
|
4386
4478
|
# @return [String]
|
4387
4479
|
#
|
4388
4480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileShareInfo AWS API Documentation
|
@@ -4427,7 +4519,8 @@ module Aws::StorageGateway
|
|
4427
4519
|
#
|
4428
4520
|
# @!attribute [rw] gateway_arn
|
4429
4521
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4430
|
-
# operation to return a list of gateways for your account and
|
4522
|
+
# operation to return a list of gateways for your account and Amazon
|
4523
|
+
# Web Services Region.
|
4431
4524
|
# @return [String]
|
4432
4525
|
#
|
4433
4526
|
# @!attribute [rw] tags
|
@@ -4450,6 +4543,12 @@ module Aws::StorageGateway
|
|
4450
4543
|
# </note>
|
4451
4544
|
# @return [Types::EndpointNetworkConfiguration]
|
4452
4545
|
#
|
4546
|
+
# @!attribute [rw] file_system_association_status_details
|
4547
|
+
# An array containing the FileSystemAssociationStatusDetail data type,
|
4548
|
+
# which provides detailed information on file system association
|
4549
|
+
# status.
|
4550
|
+
# @return [Array<Types::FileSystemAssociationStatusDetail>]
|
4551
|
+
#
|
4453
4552
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationInfo AWS API Documentation
|
4454
4553
|
#
|
4455
4554
|
class FileSystemAssociationInfo < Struct.new(
|
@@ -4460,7 +4559,22 @@ module Aws::StorageGateway
|
|
4460
4559
|
:gateway_arn,
|
4461
4560
|
:tags,
|
4462
4561
|
:cache_attributes,
|
4463
|
-
:endpoint_network_configuration
|
4562
|
+
:endpoint_network_configuration,
|
4563
|
+
:file_system_association_status_details)
|
4564
|
+
SENSITIVE = []
|
4565
|
+
include Aws::Structure
|
4566
|
+
end
|
4567
|
+
|
4568
|
+
# Detailed information on file system association status.
|
4569
|
+
#
|
4570
|
+
# @!attribute [rw] error_code
|
4571
|
+
# The error code for a given file system association status.
|
4572
|
+
# @return [String]
|
4573
|
+
#
|
4574
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationStatusDetail AWS API Documentation
|
4575
|
+
#
|
4576
|
+
class FileSystemAssociationStatusDetail < Struct.new(
|
4577
|
+
:error_code)
|
4464
4578
|
SENSITIVE = []
|
4465
4579
|
include Aws::Structure
|
4466
4580
|
end
|
@@ -4484,7 +4598,8 @@ module Aws::StorageGateway
|
|
4484
4598
|
#
|
4485
4599
|
# @!attribute [rw] gateway_arn
|
4486
4600
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4487
|
-
# operation to return a list of gateways for your account and
|
4601
|
+
# operation to return a list of gateways for your account and Amazon
|
4602
|
+
# Web Services Region.
|
4488
4603
|
# @return [String]
|
4489
4604
|
#
|
4490
4605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationSummary AWS API Documentation
|
@@ -4508,7 +4623,8 @@ module Aws::StorageGateway
|
|
4508
4623
|
#
|
4509
4624
|
# @!attribute [rw] gateway_arn
|
4510
4625
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4511
|
-
# operation to return a list of gateways for your account and
|
4626
|
+
# operation to return a list of gateways for your account and Amazon
|
4627
|
+
# Web Services Region.
|
4512
4628
|
# @return [String]
|
4513
4629
|
#
|
4514
4630
|
# @!attribute [rw] gateway_type
|
@@ -4531,7 +4647,19 @@ module Aws::StorageGateway
|
|
4531
4647
|
# @return [String]
|
4532
4648
|
#
|
4533
4649
|
# @!attribute [rw] ec2_instance_region
|
4534
|
-
# The Region where the Amazon EC2 instance is
|
4650
|
+
# The Amazon Web Services Region where the Amazon EC2 instance is
|
4651
|
+
# located.
|
4652
|
+
# @return [String]
|
4653
|
+
#
|
4654
|
+
# @!attribute [rw] host_environment
|
4655
|
+
# The type of hardware or software platform on which the gateway is
|
4656
|
+
# running.
|
4657
|
+
# @return [String]
|
4658
|
+
#
|
4659
|
+
# @!attribute [rw] host_environment_id
|
4660
|
+
# A unique identifier for the specific instance of the host platform
|
4661
|
+
# running the gateway. This value is only available for certain host
|
4662
|
+
# environments, and its format depends on the host environment type.
|
4535
4663
|
# @return [String]
|
4536
4664
|
#
|
4537
4665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/GatewayInfo AWS API Documentation
|
@@ -4543,7 +4671,9 @@ module Aws::StorageGateway
|
|
4543
4671
|
:gateway_operational_state,
|
4544
4672
|
:gateway_name,
|
4545
4673
|
:ec2_instance_id,
|
4546
|
-
:ec2_instance_region
|
4674
|
+
:ec2_instance_region,
|
4675
|
+
:host_environment,
|
4676
|
+
:host_environment_id)
|
4547
4677
|
SENSITIVE = []
|
4548
4678
|
include Aws::Structure
|
4549
4679
|
end
|
@@ -4608,7 +4738,7 @@ module Aws::StorageGateway
|
|
4608
4738
|
# @!attribute [rw] gateway_arn
|
4609
4739
|
# The Amazon Resource Name (ARN) of the gateway. Use the
|
4610
4740
|
# `ListGateways` operation to return a list of gateways for your
|
4611
|
-
# account and Region.
|
4741
|
+
# account and Amazon Web Services Region.
|
4612
4742
|
# @return [String]
|
4613
4743
|
#
|
4614
4744
|
# @!attribute [rw] domain_name
|
@@ -4710,7 +4840,8 @@ module Aws::StorageGateway
|
|
4710
4840
|
#
|
4711
4841
|
# @!attribute [rw] gateway_arn
|
4712
4842
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4713
|
-
# operation to return a list of gateways for your account and
|
4843
|
+
# operation to return a list of gateways for your account and Amazon
|
4844
|
+
# Web Services Region.
|
4714
4845
|
# @return [String]
|
4715
4846
|
#
|
4716
4847
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListAutomaticTapeCreationPoliciesInput AWS API Documentation
|
@@ -4811,7 +4942,8 @@ module Aws::StorageGateway
|
|
4811
4942
|
#
|
4812
4943
|
# @!attribute [rw] gateway_arn
|
4813
4944
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4814
|
-
# operation to return a list of gateways for your account and
|
4945
|
+
# operation to return a list of gateways for your account and Amazon
|
4946
|
+
# Web Services Region.
|
4815
4947
|
# @return [String]
|
4816
4948
|
#
|
4817
4949
|
# @!attribute [rw] limit
|
@@ -4927,7 +5059,8 @@ module Aws::StorageGateway
|
|
4927
5059
|
#
|
4928
5060
|
# @!attribute [rw] gateway_arn
|
4929
5061
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4930
|
-
# operation to return a list of gateways for your account and
|
5062
|
+
# operation to return a list of gateways for your account and Amazon
|
5063
|
+
# Web Services Region.
|
4931
5064
|
# @return [String]
|
4932
5065
|
#
|
4933
5066
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksInput AWS API Documentation
|
@@ -4940,7 +5073,8 @@ module Aws::StorageGateway
|
|
4940
5073
|
|
4941
5074
|
# @!attribute [rw] gateway_arn
|
4942
5075
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4943
|
-
# operation to return a list of gateways for your account and
|
5076
|
+
# operation to return a list of gateways for your account and Amazon
|
5077
|
+
# Web Services Region.
|
4944
5078
|
# @return [String]
|
4945
5079
|
#
|
4946
5080
|
# @!attribute [rw] disks
|
@@ -5196,7 +5330,8 @@ module Aws::StorageGateway
|
|
5196
5330
|
#
|
5197
5331
|
# @!attribute [rw] gateway_arn
|
5198
5332
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5199
|
-
# operation to return a list of gateways for your account and
|
5333
|
+
# operation to return a list of gateways for your account and Amazon
|
5334
|
+
# Web Services Region.
|
5200
5335
|
# @return [String]
|
5201
5336
|
#
|
5202
5337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsInput AWS API Documentation
|
@@ -5209,7 +5344,8 @@ module Aws::StorageGateway
|
|
5209
5344
|
|
5210
5345
|
# @!attribute [rw] gateway_arn
|
5211
5346
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5212
|
-
# operation to return a list of gateways for your account and
|
5347
|
+
# operation to return a list of gateways for your account and Amazon
|
5348
|
+
# Web Services Region.
|
5213
5349
|
# @return [String]
|
5214
5350
|
#
|
5215
5351
|
# @!attribute [rw] volume_recovery_point_infos
|
@@ -5242,7 +5378,8 @@ module Aws::StorageGateway
|
|
5242
5378
|
#
|
5243
5379
|
# @!attribute [rw] gateway_arn
|
5244
5380
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5245
|
-
# operation to return a list of gateways for your account and
|
5381
|
+
# operation to return a list of gateways for your account and Amazon
|
5382
|
+
# Web Services Region.
|
5246
5383
|
# @return [String]
|
5247
5384
|
#
|
5248
5385
|
# @!attribute [rw] marker
|
@@ -5274,7 +5411,8 @@ module Aws::StorageGateway
|
|
5274
5411
|
#
|
5275
5412
|
# @!attribute [rw] gateway_arn
|
5276
5413
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5277
|
-
# operation to return a list of gateways for your account and
|
5414
|
+
# operation to return a list of gateways for your account and Amazon
|
5415
|
+
# Web Services Region.
|
5278
5416
|
# @return [String]
|
5279
5417
|
#
|
5280
5418
|
# @!attribute [rw] marker
|
@@ -5378,7 +5516,8 @@ module Aws::StorageGateway
|
|
5378
5516
|
#
|
5379
5517
|
# @!attribute [rw] gateway_arn
|
5380
5518
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5381
|
-
# operation to return a list of gateways for your account and
|
5519
|
+
# operation to return a list of gateways for your account and Amazon
|
5520
|
+
# Web Services Region.
|
5382
5521
|
# @return [String]
|
5383
5522
|
#
|
5384
5523
|
# @!attribute [rw] kms_encrypted
|
@@ -5406,8 +5545,35 @@ module Aws::StorageGateway
|
|
5406
5545
|
# @return [String]
|
5407
5546
|
#
|
5408
5547
|
# @!attribute [rw] location_arn
|
5409
|
-
#
|
5410
|
-
#
|
5548
|
+
# A custom ARN for the backend storage used for storing data for file
|
5549
|
+
# shares. It includes a resource ARN with an optional prefix
|
5550
|
+
# concatenation. The prefix must end with a forward slash (/).
|
5551
|
+
#
|
5552
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
5553
|
+
# access point alias, as shown in the following examples.
|
5554
|
+
#
|
5555
|
+
# Bucket ARN:
|
5556
|
+
#
|
5557
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
5558
|
+
#
|
5559
|
+
# Access point ARN:
|
5560
|
+
#
|
5561
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
5562
|
+
#
|
5563
|
+
# If you specify an access point, the bucket policy must be configured
|
5564
|
+
# to delegate access control to the access point. For information, see
|
5565
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
5566
|
+
# User Guide*.
|
5567
|
+
#
|
5568
|
+
# Access point alias:
|
5569
|
+
#
|
5570
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
5571
|
+
#
|
5572
|
+
# </note>
|
5573
|
+
#
|
5574
|
+
#
|
5575
|
+
#
|
5576
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
|
5411
5577
|
# @return [String]
|
5412
5578
|
#
|
5413
5579
|
# @!attribute [rw] default_storage_class
|
@@ -5485,7 +5651,7 @@ module Aws::StorageGateway
|
|
5485
5651
|
# The name of the file share. Optional.
|
5486
5652
|
#
|
5487
5653
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
5488
|
-
# `LocationARN
|
5654
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
5489
5655
|
#
|
5490
5656
|
# </note>
|
5491
5657
|
# @return [String]
|
@@ -5540,6 +5706,10 @@ module Aws::StorageGateway
|
|
5540
5706
|
# </note>
|
5541
5707
|
# @return [String]
|
5542
5708
|
#
|
5709
|
+
# @!attribute [rw] audit_destination_arn
|
5710
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
5711
|
+
# @return [String]
|
5712
|
+
#
|
5543
5713
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
5544
5714
|
#
|
5545
5715
|
class NFSFileShareInfo < Struct.new(
|
@@ -5565,7 +5735,8 @@ module Aws::StorageGateway
|
|
5565
5735
|
:cache_attributes,
|
5566
5736
|
:notification_policy,
|
5567
5737
|
:vpc_endpoint_dns_name,
|
5568
|
-
:bucket_region
|
5738
|
+
:bucket_region,
|
5739
|
+
:audit_destination_arn)
|
5569
5740
|
SENSITIVE = []
|
5570
5741
|
include Aws::Structure
|
5571
5742
|
end
|
@@ -5641,7 +5812,7 @@ module Aws::StorageGateway
|
|
5641
5812
|
# @!attribute [rw] pool_arn
|
5642
5813
|
# The Amazon Resource Name (ARN) of the custom tape pool. Use the
|
5643
5814
|
# ListTapePools operation to return a list of custom tape pools for
|
5644
|
-
# your account and Region.
|
5815
|
+
# your account and Amazon Web Services Region.
|
5645
5816
|
# @return [String]
|
5646
5817
|
#
|
5647
5818
|
# @!attribute [rw] pool_name
|
@@ -5658,11 +5829,11 @@ module Aws::StorageGateway
|
|
5658
5829
|
#
|
5659
5830
|
# @!attribute [rw] retention_lock_type
|
5660
5831
|
# 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.
|
5832
|
+
# configured in governance mode, Amazon Web Services accounts with
|
5833
|
+
# specific IAM permissions are authorized to remove the tape retention
|
5834
|
+
# lock from archived virtual tapes. When configured in compliance
|
5835
|
+
# mode, the tape retention lock cannot be removed by any user,
|
5836
|
+
# including the root Amazon Web Services account.
|
5666
5837
|
# @return [String]
|
5667
5838
|
#
|
5668
5839
|
# @!attribute [rw] retention_lock_time_in_days
|
@@ -5807,7 +5978,8 @@ module Aws::StorageGateway
|
|
5807
5978
|
#
|
5808
5979
|
# @!attribute [rw] gateway_arn
|
5809
5980
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5810
|
-
# operation to return a list of gateways for your account and
|
5981
|
+
# operation to return a list of gateways for your account and Amazon
|
5982
|
+
# Web Services Region.
|
5811
5983
|
# @return [String]
|
5812
5984
|
#
|
5813
5985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheInput AWS API Documentation
|
@@ -5820,7 +5992,8 @@ module Aws::StorageGateway
|
|
5820
5992
|
|
5821
5993
|
# @!attribute [rw] gateway_arn
|
5822
5994
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5823
|
-
# operation to return a list of gateways for your account and
|
5995
|
+
# operation to return a list of gateways for your account and Amazon
|
5996
|
+
# Web Services Region.
|
5824
5997
|
# @return [String]
|
5825
5998
|
#
|
5826
5999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheOutput AWS API Documentation
|
@@ -5849,7 +6022,7 @@ module Aws::StorageGateway
|
|
5849
6022
|
# @!attribute [rw] gateway_arn
|
5850
6023
|
# The Amazon Resource Name (ARN) of the gateway you want to retrieve
|
5851
6024
|
# the virtual tape to. Use the ListGateways operation to return a list
|
5852
|
-
# of gateways for your account and Region.
|
6025
|
+
# of gateways for your account and Amazon Web Services Region.
|
5853
6026
|
#
|
5854
6027
|
# You retrieve archived virtual tapes to only one gateway and the
|
5855
6028
|
# gateway must be a tape gateway.
|
@@ -5895,7 +6068,8 @@ module Aws::StorageGateway
|
|
5895
6068
|
#
|
5896
6069
|
# @!attribute [rw] gateway_arn
|
5897
6070
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5898
|
-
# operation to return a list of gateways for your account and
|
6071
|
+
# operation to return a list of gateways for your account and Amazon
|
6072
|
+
# Web Services Region.
|
5899
6073
|
# @return [String]
|
5900
6074
|
#
|
5901
6075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointInput AWS API Documentation
|
@@ -5942,7 +6116,8 @@ module Aws::StorageGateway
|
|
5942
6116
|
#
|
5943
6117
|
# @!attribute [rw] gateway_arn
|
5944
6118
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
5945
|
-
# operation to return a list of gateways for your account and
|
6119
|
+
# operation to return a list of gateways for your account and Amazon
|
6120
|
+
# Web Services Region.
|
5946
6121
|
# @return [String]
|
5947
6122
|
#
|
5948
6123
|
# @!attribute [rw] kms_encrypted
|
@@ -5970,8 +6145,35 @@ module Aws::StorageGateway
|
|
5970
6145
|
# @return [String]
|
5971
6146
|
#
|
5972
6147
|
# @!attribute [rw] location_arn
|
5973
|
-
#
|
5974
|
-
#
|
6148
|
+
# A custom ARN for the backend storage used for storing data for file
|
6149
|
+
# shares. It includes a resource ARN with an optional prefix
|
6150
|
+
# concatenation. The prefix must end with a forward slash (/).
|
6151
|
+
#
|
6152
|
+
# <note markdown="1"> You can specify LocationARN as a bucket ARN, access point ARN or
|
6153
|
+
# access point alias, as shown in the following examples.
|
6154
|
+
#
|
6155
|
+
# Bucket ARN:
|
6156
|
+
#
|
6157
|
+
# `arn:aws:s3:::my-bucket/prefix/`
|
6158
|
+
#
|
6159
|
+
# Access point ARN:
|
6160
|
+
#
|
6161
|
+
# `arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/`
|
6162
|
+
#
|
6163
|
+
# If you specify an access point, the bucket policy must be configured
|
6164
|
+
# to delegate access control to the access point. For information, see
|
6165
|
+
# [Delegating access control to access points][1] in the *Amazon S3
|
6166
|
+
# User Guide*.
|
6167
|
+
#
|
6168
|
+
# Access point alias:
|
6169
|
+
#
|
6170
|
+
# `test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias`
|
6171
|
+
#
|
6172
|
+
# </note>
|
6173
|
+
#
|
6174
|
+
#
|
6175
|
+
#
|
6176
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
|
5975
6177
|
# @return [String]
|
5976
6178
|
#
|
5977
6179
|
# @!attribute [rw] default_storage_class
|
@@ -6093,7 +6295,7 @@ module Aws::StorageGateway
|
|
6093
6295
|
# The name of the file share. Optional.
|
6094
6296
|
#
|
6095
6297
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
6096
|
-
# `LocationARN
|
6298
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
6097
6299
|
#
|
6098
6300
|
# </note>
|
6099
6301
|
# @return [String]
|
@@ -6197,6 +6399,33 @@ module Aws::StorageGateway
|
|
6197
6399
|
include Aws::Structure
|
6198
6400
|
end
|
6199
6401
|
|
6402
|
+
# A list of Active Directory users and groups that have special
|
6403
|
+
# permissions for SMB file shares on the gateway.
|
6404
|
+
#
|
6405
|
+
# @note When making an API call, you may pass SMBLocalGroups
|
6406
|
+
# data as a hash:
|
6407
|
+
#
|
6408
|
+
# {
|
6409
|
+
# gateway_admins: ["UserListUser"],
|
6410
|
+
# }
|
6411
|
+
#
|
6412
|
+
# @!attribute [rw] gateway_admins
|
6413
|
+
# A list of Active Directory users and groups that have local Gateway
|
6414
|
+
# Admin permissions. Acceptable formats include: `DOMAIN\User1`,
|
6415
|
+
# `user1`, `DOMAIN\group1`, and `group1`.
|
6416
|
+
#
|
6417
|
+
# Gateway Admins can use the Shared Folders Microsoft Management
|
6418
|
+
# Console snap-in to force-close files that are open and locked.
|
6419
|
+
# @return [Array<String>]
|
6420
|
+
#
|
6421
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBLocalGroups AWS API Documentation
|
6422
|
+
#
|
6423
|
+
class SMBLocalGroups < Struct.new(
|
6424
|
+
:gateway_admins)
|
6425
|
+
SENSITIVE = []
|
6426
|
+
include Aws::Structure
|
6427
|
+
end
|
6428
|
+
|
6200
6429
|
# An internal server error has occurred because the service is
|
6201
6430
|
# unavailable. For more information, see the error and message fields.
|
6202
6431
|
#
|
@@ -6230,7 +6459,8 @@ module Aws::StorageGateway
|
|
6230
6459
|
#
|
6231
6460
|
# @!attribute [rw] gateway_arn
|
6232
6461
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6233
|
-
# operation to return a list of gateways for your account and
|
6462
|
+
# operation to return a list of gateways for your account and Amazon
|
6463
|
+
# Web Services Region.
|
6234
6464
|
# @return [String]
|
6235
6465
|
#
|
6236
6466
|
# @!attribute [rw] local_console_password
|
@@ -6248,7 +6478,8 @@ module Aws::StorageGateway
|
|
6248
6478
|
|
6249
6479
|
# @!attribute [rw] gateway_arn
|
6250
6480
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6251
|
-
# operation to return a list of gateways for your account and
|
6481
|
+
# operation to return a list of gateways for your account and Amazon
|
6482
|
+
# Web Services Region.
|
6252
6483
|
# @return [String]
|
6253
6484
|
#
|
6254
6485
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordOutput AWS API Documentation
|
@@ -6289,7 +6520,8 @@ module Aws::StorageGateway
|
|
6289
6520
|
|
6290
6521
|
# @!attribute [rw] gateway_arn
|
6291
6522
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6292
|
-
# operation to return a list of gateways for your account and
|
6523
|
+
# operation to return a list of gateways for your account and Amazon
|
6524
|
+
# Web Services Region.
|
6293
6525
|
# @return [String]
|
6294
6526
|
#
|
6295
6527
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordOutput AWS API Documentation
|
@@ -6312,7 +6544,8 @@ module Aws::StorageGateway
|
|
6312
6544
|
#
|
6313
6545
|
# @!attribute [rw] gateway_arn
|
6314
6546
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6315
|
-
# operation to return a list of gateways for your account and
|
6547
|
+
# operation to return a list of gateways for your account and Amazon
|
6548
|
+
# Web Services Region.
|
6316
6549
|
# @return [String]
|
6317
6550
|
#
|
6318
6551
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayInput AWS API Documentation
|
@@ -6328,7 +6561,8 @@ module Aws::StorageGateway
|
|
6328
6561
|
#
|
6329
6562
|
# @!attribute [rw] gateway_arn
|
6330
6563
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6331
|
-
# 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.
|
6332
6566
|
# @return [String]
|
6333
6567
|
#
|
6334
6568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayOutput AWS API Documentation
|
@@ -6348,7 +6582,8 @@ module Aws::StorageGateway
|
|
6348
6582
|
#
|
6349
6583
|
# @!attribute [rw] gateway_arn
|
6350
6584
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6351
|
-
# operation to return a list of gateways for your account and
|
6585
|
+
# operation to return a list of gateways for your account and Amazon
|
6586
|
+
# Web Services Region.
|
6352
6587
|
# @return [String]
|
6353
6588
|
#
|
6354
6589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestInput AWS API Documentation
|
@@ -6361,7 +6596,8 @@ module Aws::StorageGateway
|
|
6361
6596
|
|
6362
6597
|
# @!attribute [rw] gateway_arn
|
6363
6598
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6364
|
-
# operation to return a list of gateways for your account and
|
6599
|
+
# operation to return a list of gateways for your account and Amazon
|
6600
|
+
# Web Services Region.
|
6365
6601
|
# @return [String]
|
6366
6602
|
#
|
6367
6603
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestOutput AWS API Documentation
|
@@ -6384,7 +6620,8 @@ module Aws::StorageGateway
|
|
6384
6620
|
#
|
6385
6621
|
# @!attribute [rw] gateway_arn
|
6386
6622
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6387
|
-
# operation to return a list of gateways for your account and
|
6623
|
+
# operation to return a list of gateways for your account and Amazon
|
6624
|
+
# Web Services Region.
|
6388
6625
|
# @return [String]
|
6389
6626
|
#
|
6390
6627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayInput AWS API Documentation
|
@@ -6400,7 +6637,8 @@ module Aws::StorageGateway
|
|
6400
6637
|
#
|
6401
6638
|
# @!attribute [rw] gateway_arn
|
6402
6639
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6403
|
-
# operation to return a list of gateways for your account and
|
6640
|
+
# operation to return a list of gateways for your account and Amazon
|
6641
|
+
# Web Services Region.
|
6404
6642
|
# @return [String]
|
6405
6643
|
#
|
6406
6644
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayOutput AWS API Documentation
|
@@ -6798,7 +7036,8 @@ module Aws::StorageGateway
|
|
6798
7036
|
#
|
6799
7037
|
# @!attribute [rw] gateway_arn
|
6800
7038
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6801
|
-
# operation to return a list of gateways for your account and
|
7039
|
+
# operation to return a list of gateways for your account and Amazon
|
7040
|
+
# Web Services Region.
|
6802
7041
|
# @return [String]
|
6803
7042
|
#
|
6804
7043
|
# @!attribute [rw] pool_id
|
@@ -6893,7 +7132,8 @@ module Aws::StorageGateway
|
|
6893
7132
|
#
|
6894
7133
|
# @!attribute [rw] gateway_arn
|
6895
7134
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6896
|
-
# operation to return a list of gateways for your account and
|
7135
|
+
# operation to return a list of gateways for your account and Amazon
|
7136
|
+
# Web Services Region.
|
6897
7137
|
# @return [String]
|
6898
7138
|
#
|
6899
7139
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyInput AWS API Documentation
|
@@ -6907,7 +7147,8 @@ module Aws::StorageGateway
|
|
6907
7147
|
|
6908
7148
|
# @!attribute [rw] gateway_arn
|
6909
7149
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6910
|
-
# operation to return a list of gateways for your account and
|
7150
|
+
# operation to return a list of gateways for your account and Amazon
|
7151
|
+
# Web Services Region.
|
6911
7152
|
# @return [String]
|
6912
7153
|
#
|
6913
7154
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyOutput AWS API Documentation
|
@@ -6935,7 +7176,8 @@ module Aws::StorageGateway
|
|
6935
7176
|
#
|
6936
7177
|
# @!attribute [rw] gateway_arn
|
6937
7178
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6938
|
-
# operation to return a list of gateways for your account and
|
7179
|
+
# operation to return a list of gateways for your account and Amazon
|
7180
|
+
# Web Services Region.
|
6939
7181
|
# @return [String]
|
6940
7182
|
#
|
6941
7183
|
# @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
|
@@ -6961,7 +7203,8 @@ module Aws::StorageGateway
|
|
6961
7203
|
#
|
6962
7204
|
# @!attribute [rw] gateway_arn
|
6963
7205
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6964
|
-
# operation to return a list of gateways for your account and
|
7206
|
+
# operation to return a list of gateways for your account and Amazon
|
7207
|
+
# Web Services Region.
|
6965
7208
|
# @return [String]
|
6966
7209
|
#
|
6967
7210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitOutput AWS API Documentation
|
@@ -6992,7 +7235,8 @@ module Aws::StorageGateway
|
|
6992
7235
|
#
|
6993
7236
|
# @!attribute [rw] gateway_arn
|
6994
7237
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
6995
|
-
# 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.
|
6996
7240
|
# @return [String]
|
6997
7241
|
#
|
6998
7242
|
# @!attribute [rw] bandwidth_rate_limit_intervals
|
@@ -7012,7 +7256,8 @@ module Aws::StorageGateway
|
|
7012
7256
|
|
7013
7257
|
# @!attribute [rw] gateway_arn
|
7014
7258
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7015
|
-
# operation to return a list of gateways for your account and
|
7259
|
+
# operation to return a list of gateways for your account and Amazon
|
7260
|
+
# Web Services Region.
|
7016
7261
|
# @return [String]
|
7017
7262
|
#
|
7018
7263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitScheduleOutput AWS API Documentation
|
@@ -7182,7 +7427,8 @@ module Aws::StorageGateway
|
|
7182
7427
|
#
|
7183
7428
|
# @!attribute [rw] gateway_arn
|
7184
7429
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7185
|
-
# operation to return a list of gateways for your account and
|
7430
|
+
# operation to return a list of gateways for your account and Amazon
|
7431
|
+
# Web Services Region.
|
7186
7432
|
# @return [String]
|
7187
7433
|
#
|
7188
7434
|
# @!attribute [rw] gateway_name
|
@@ -7225,7 +7471,8 @@ module Aws::StorageGateway
|
|
7225
7471
|
#
|
7226
7472
|
# @!attribute [rw] gateway_arn
|
7227
7473
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7228
|
-
# operation to return a list of gateways for your account and
|
7474
|
+
# operation to return a list of gateways for your account and Amazon
|
7475
|
+
# Web Services Region.
|
7229
7476
|
# @return [String]
|
7230
7477
|
#
|
7231
7478
|
# @!attribute [rw] gateway_name
|
@@ -7253,7 +7500,8 @@ module Aws::StorageGateway
|
|
7253
7500
|
#
|
7254
7501
|
# @!attribute [rw] gateway_arn
|
7255
7502
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7256
|
-
# operation to return a list of gateways for your account and
|
7503
|
+
# operation to return a list of gateways for your account and Amazon
|
7504
|
+
# Web Services Region.
|
7257
7505
|
# @return [String]
|
7258
7506
|
#
|
7259
7507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowInput AWS API Documentation
|
@@ -7269,7 +7517,8 @@ module Aws::StorageGateway
|
|
7269
7517
|
#
|
7270
7518
|
# @!attribute [rw] gateway_arn
|
7271
7519
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7272
|
-
# operation to return a list of gateways for your account and
|
7520
|
+
# operation to return a list of gateways for your account and Amazon
|
7521
|
+
# Web Services Region.
|
7273
7522
|
# @return [String]
|
7274
7523
|
#
|
7275
7524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowOutput AWS API Documentation
|
@@ -7303,7 +7552,8 @@ module Aws::StorageGateway
|
|
7303
7552
|
#
|
7304
7553
|
# @!attribute [rw] gateway_arn
|
7305
7554
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7306
|
-
# operation to return a list of gateways for your account and
|
7555
|
+
# operation to return a list of gateways for your account and Amazon
|
7556
|
+
# Web Services Region.
|
7307
7557
|
# @return [String]
|
7308
7558
|
#
|
7309
7559
|
# @!attribute [rw] hour_of_day
|
@@ -7348,7 +7598,8 @@ module Aws::StorageGateway
|
|
7348
7598
|
#
|
7349
7599
|
# @!attribute [rw] gateway_arn
|
7350
7600
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7351
|
-
# operation to return a list of gateways for your account and
|
7601
|
+
# operation to return a list of gateways for your account and Amazon
|
7602
|
+
# Web Services Region.
|
7352
7603
|
# @return [String]
|
7353
7604
|
#
|
7354
7605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeOutput AWS API Documentation
|
@@ -7386,6 +7637,7 @@ module Aws::StorageGateway
|
|
7386
7637
|
# cache_stale_timeout_in_seconds: 1,
|
7387
7638
|
# },
|
7388
7639
|
# notification_policy: "NotificationPolicy",
|
7640
|
+
# audit_destination_arn: "AuditDestinationARN",
|
7389
7641
|
# }
|
7390
7642
|
#
|
7391
7643
|
# @!attribute [rw] file_share_arn
|
@@ -7480,13 +7732,13 @@ module Aws::StorageGateway
|
|
7480
7732
|
# The name of the file share. Optional.
|
7481
7733
|
#
|
7482
7734
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
7483
|
-
# `LocationARN
|
7735
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
7484
7736
|
#
|
7485
7737
|
# </note>
|
7486
7738
|
# @return [String]
|
7487
7739
|
#
|
7488
7740
|
# @!attribute [rw] cache_attributes
|
7489
|
-
#
|
7741
|
+
# Specifies refresh cache information for the file share.
|
7490
7742
|
# @return [Types::CacheAttributes]
|
7491
7743
|
#
|
7492
7744
|
# @!attribute [rw] notification_policy
|
@@ -7513,6 +7765,10 @@ module Aws::StorageGateway
|
|
7513
7765
|
# `\{\}`
|
7514
7766
|
# @return [String]
|
7515
7767
|
#
|
7768
|
+
# @!attribute [rw] audit_destination_arn
|
7769
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
7770
|
+
# @return [String]
|
7771
|
+
#
|
7516
7772
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
7517
7773
|
#
|
7518
7774
|
class UpdateNFSFileShareInput < Struct.new(
|
@@ -7529,7 +7785,8 @@ module Aws::StorageGateway
|
|
7529
7785
|
:requester_pays,
|
7530
7786
|
:file_share_name,
|
7531
7787
|
:cache_attributes,
|
7532
|
-
:notification_policy
|
7788
|
+
:notification_policy,
|
7789
|
+
:audit_destination_arn)
|
7533
7790
|
SENSITIVE = []
|
7534
7791
|
include Aws::Structure
|
7535
7792
|
end
|
@@ -7703,7 +7960,7 @@ module Aws::StorageGateway
|
|
7703
7960
|
# The name of the file share. Optional.
|
7704
7961
|
#
|
7705
7962
|
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
7706
|
-
# `LocationARN
|
7963
|
+
# `LocationARN`, or if an access point or access point alias is used.
|
7707
7964
|
#
|
7708
7965
|
# </note>
|
7709
7966
|
# @return [String]
|
@@ -7799,7 +8056,8 @@ module Aws::StorageGateway
|
|
7799
8056
|
#
|
7800
8057
|
# @!attribute [rw] gateway_arn
|
7801
8058
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7802
|
-
# operation to return a list of gateways for your account and
|
8059
|
+
# operation to return a list of gateways for your account and Amazon
|
8060
|
+
# Web Services Region.
|
7803
8061
|
# @return [String]
|
7804
8062
|
#
|
7805
8063
|
# @!attribute [rw] file_shares_visible
|
@@ -7817,7 +8075,8 @@ module Aws::StorageGateway
|
|
7817
8075
|
|
7818
8076
|
# @!attribute [rw] gateway_arn
|
7819
8077
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7820
|
-
# operation to return a list of gateways for your account and
|
8078
|
+
# operation to return a list of gateways for your account and Amazon
|
8079
|
+
# Web Services Region.
|
7821
8080
|
# @return [String]
|
7822
8081
|
#
|
7823
8082
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareVisibilityOutput AWS API Documentation
|
@@ -7828,6 +8087,50 @@ module Aws::StorageGateway
|
|
7828
8087
|
include Aws::Structure
|
7829
8088
|
end
|
7830
8089
|
|
8090
|
+
# @note When making an API call, you may pass UpdateSMBLocalGroupsInput
|
8091
|
+
# data as a hash:
|
8092
|
+
#
|
8093
|
+
# {
|
8094
|
+
# gateway_arn: "GatewayARN", # required
|
8095
|
+
# smb_local_groups: { # required
|
8096
|
+
# gateway_admins: ["UserListUser"],
|
8097
|
+
# },
|
8098
|
+
# }
|
8099
|
+
#
|
8100
|
+
# @!attribute [rw] gateway_arn
|
8101
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8102
|
+
# operation to return a list of gateways for your account and Amazon
|
8103
|
+
# Web Services Region.
|
8104
|
+
# @return [String]
|
8105
|
+
#
|
8106
|
+
# @!attribute [rw] smb_local_groups
|
8107
|
+
# A list of Active Directory users and groups that you want to grant
|
8108
|
+
# special permissions for SMB file shares on the gateway.
|
8109
|
+
# @return [Types::SMBLocalGroups]
|
8110
|
+
#
|
8111
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBLocalGroupsInput AWS API Documentation
|
8112
|
+
#
|
8113
|
+
class UpdateSMBLocalGroupsInput < Struct.new(
|
8114
|
+
:gateway_arn,
|
8115
|
+
:smb_local_groups)
|
8116
|
+
SENSITIVE = []
|
8117
|
+
include Aws::Structure
|
8118
|
+
end
|
8119
|
+
|
8120
|
+
# @!attribute [rw] gateway_arn
|
8121
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8122
|
+
# operation to return a list of gateways for your account and Amazon
|
8123
|
+
# Web Services Region.
|
8124
|
+
# @return [String]
|
8125
|
+
#
|
8126
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBLocalGroupsOutput AWS API Documentation
|
8127
|
+
#
|
8128
|
+
class UpdateSMBLocalGroupsOutput < Struct.new(
|
8129
|
+
:gateway_arn)
|
8130
|
+
SENSITIVE = []
|
8131
|
+
include Aws::Structure
|
8132
|
+
end
|
8133
|
+
|
7831
8134
|
# @note When making an API call, you may pass UpdateSMBSecurityStrategyInput
|
7832
8135
|
# data as a hash:
|
7833
8136
|
#
|
@@ -7838,7 +8141,8 @@ module Aws::StorageGateway
|
|
7838
8141
|
#
|
7839
8142
|
# @!attribute [rw] gateway_arn
|
7840
8143
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7841
|
-
# operation to return a list of gateways for your account and
|
8144
|
+
# operation to return a list of gateways for your account and Amazon
|
8145
|
+
# Web Services Region.
|
7842
8146
|
# @return [String]
|
7843
8147
|
#
|
7844
8148
|
# @!attribute [rw] smb_security_strategy
|
@@ -7872,7 +8176,8 @@ module Aws::StorageGateway
|
|
7872
8176
|
|
7873
8177
|
# @!attribute [rw] gateway_arn
|
7874
8178
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
7875
|
-
# operation to return a list of gateways for your account and
|
8179
|
+
# operation to return a list of gateways for your account and Amazon
|
8180
|
+
# Web Services Region.
|
7876
8181
|
# @return [String]
|
7877
8182
|
#
|
7878
8183
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBSecurityStrategyOutput AWS API Documentation
|
@@ -8072,7 +8377,8 @@ module Aws::StorageGateway
|
|
8072
8377
|
#
|
8073
8378
|
# @!attribute [rw] gateway_arn
|
8074
8379
|
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
8075
|
-
# operation to return a list of gateways for your account and
|
8380
|
+
# operation to return a list of gateways for your account and Amazon
|
8381
|
+
# Web Services Region.
|
8076
8382
|
# @return [String]
|
8077
8383
|
#
|
8078
8384
|
# @!attribute [rw] gateway_id
|