aws-sdk-storagegateway 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d646a2f523ac4cd887a5ea57fe3d7f20416b759
|
4
|
+
data.tar.gz: d3e6ec69f17b67eba653efc74c298cbacf177910
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fda378a8d1a91c580e11d3b35aa3291e8e966d74f6102a5f0e2b8f95ed4475c1920401ffad6d967b1fdbfb0f3892ab349693ae63568eefe13fcc7959b04ba75d
|
7
|
+
data.tar.gz: 912d23fa8330788a02207ca00133f3af364d46359a28b01214e2d75040d050307f512493f738fbb58ab69e7cf07bbc076dc1db407c80704efab8430a2d619f02
|
@@ -209,6 +209,49 @@ module Aws::StorageGateway
|
|
209
209
|
# When `true`, request parameters are validated before
|
210
210
|
# sending the request.
|
211
211
|
#
|
212
|
+
# @option options [URI::HTTP,String] :http_proxy A proxy to send
|
213
|
+
# requests through. Formatted like 'http://proxy.com:123'.
|
214
|
+
#
|
215
|
+
# @option options [Float] :http_open_timeout (15) The number of
|
216
|
+
# seconds to wait when opening a HTTP session before rasing a
|
217
|
+
# `Timeout::Error`.
|
218
|
+
#
|
219
|
+
# @option options [Integer] :http_read_timeout (60) The default
|
220
|
+
# number of seconds to wait for response data. This value can
|
221
|
+
# safely be set
|
222
|
+
# per-request on the session yeidled by {#session_for}.
|
223
|
+
#
|
224
|
+
# @option options [Float] :http_idle_timeout (5) The number of
|
225
|
+
# seconds a connection is allowed to sit idble before it is
|
226
|
+
# considered stale. Stale connections are closed and removed
|
227
|
+
# from the pool before making a request.
|
228
|
+
#
|
229
|
+
# @option options [Float] :http_continue_timeout (1) The number of
|
230
|
+
# seconds to wait for a 100-continue response before sending the
|
231
|
+
# request body. This option has no effect unless the request has
|
232
|
+
# "Expect" header set to "100-continue". Defaults to `nil` which
|
233
|
+
# disables this behaviour. This value can safely be set per
|
234
|
+
# request on the session yeidled by {#session_for}.
|
235
|
+
#
|
236
|
+
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
237
|
+
# HTTP debug output will be sent to the `:logger`.
|
238
|
+
#
|
239
|
+
# @option options [Boolean] :ssl_verify_peer (true) When `true`,
|
240
|
+
# SSL peer certificates are verified when establishing a
|
241
|
+
# connection.
|
242
|
+
#
|
243
|
+
# @option options [String] :ssl_ca_bundle Full path to the SSL
|
244
|
+
# certificate authority bundle file that should be used when
|
245
|
+
# verifying peer certificates. If you do not pass
|
246
|
+
# `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
|
247
|
+
# will be used if available.
|
248
|
+
#
|
249
|
+
# @option options [String] :ssl_ca_directory Full path of the
|
250
|
+
# directory that contains the unbundled SSL certificate
|
251
|
+
# authority files for verifying peer certificates. If you do
|
252
|
+
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
|
253
|
+
# system default will be used if available.
|
254
|
+
#
|
212
255
|
def initialize(*args)
|
213
256
|
super
|
214
257
|
end
|
@@ -286,8 +329,8 @@ module Aws::StorageGateway
|
|
286
329
|
# Valid Values: "STK-L700", "AWS-Gateway-VTL"
|
287
330
|
#
|
288
331
|
# @option params [Array<Types::Tag>] :tags
|
289
|
-
# A list of up to
|
290
|
-
#
|
332
|
+
# A list of up to 10 tags that can be assigned to the gateway. Each tag
|
333
|
+
# is a key-value pair.
|
291
334
|
#
|
292
335
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
293
336
|
# representable in UTF-8 format, and the following special characters: +
|
@@ -423,11 +466,11 @@ module Aws::StorageGateway
|
|
423
466
|
#
|
424
467
|
# * Storage gateways of all types
|
425
468
|
#
|
426
|
-
# * Storage
|
469
|
+
# * Storage volumes
|
427
470
|
#
|
428
|
-
# * Virtual
|
471
|
+
# * Virtual tapes
|
429
472
|
#
|
430
|
-
# * NFS and SMB
|
473
|
+
# * NFS and SMB file shares
|
431
474
|
#
|
432
475
|
# You can create a maximum of 10 tags for each resource. Virtual tapes
|
433
476
|
# and storage volumes that are recovered to a new gateway maintain their
|
@@ -983,7 +1026,8 @@ module Aws::StorageGateway
|
|
983
1026
|
# list must contain either valid IP addresses or valid CIDR blocks.
|
984
1027
|
#
|
985
1028
|
# @option params [String] :squash
|
986
|
-
#
|
1029
|
+
# A value that maps a user to anonymous user. Valid options are the
|
1030
|
+
# following:
|
987
1031
|
#
|
988
1032
|
# * `RootSquash` - Only root is mapped to anonymous user.
|
989
1033
|
#
|
@@ -1006,8 +1050,8 @@ module Aws::StorageGateway
|
|
1006
1050
|
# default value is `private`.
|
1007
1051
|
#
|
1008
1052
|
# @option params [Array<Types::Tag>] :tags
|
1009
|
-
# A list of up to
|
1010
|
-
#
|
1053
|
+
# A list of up to 10 tags that can be assigned to the NFS file share.
|
1054
|
+
# Each tag is a key-value pair.
|
1011
1055
|
#
|
1012
1056
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
1013
1057
|
# representable in UTF-8 format, and the following special characters: +
|
@@ -1153,8 +1197,8 @@ module Aws::StorageGateway
|
|
1153
1197
|
# `ActiveDirectory`.
|
1154
1198
|
#
|
1155
1199
|
# @option params [Array<Types::Tag>] :tags
|
1156
|
-
# A list of up to
|
1157
|
-
#
|
1200
|
+
# A list of up to 10 tags that can be assigned to the NFS file share.
|
1201
|
+
# Each tag is a key-value pair.
|
1158
1202
|
#
|
1159
1203
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
1160
1204
|
# representable in UTF-8 format, and the following special characters: +
|
@@ -1539,6 +1583,15 @@ module Aws::StorageGateway
|
|
1539
1583
|
# server side encryption. This value can only be set when KMSEncrypted
|
1540
1584
|
# is true. Optional.
|
1541
1585
|
#
|
1586
|
+
# @option params [String] :pool_id
|
1587
|
+
# The ID of the pool that you want to add your tape to for archiving.
|
1588
|
+
# The tape in this pool is archived in the S3 storage class that is
|
1589
|
+
# associated with the pool. When you use your backup application to
|
1590
|
+
# eject the tape, the tape is archived directly into the storage class
|
1591
|
+
# (Glacier or Deep Archive) that corresponds to the pool.
|
1592
|
+
#
|
1593
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
1594
|
+
#
|
1542
1595
|
# @return [Types::CreateTapeWithBarcodeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1543
1596
|
#
|
1544
1597
|
# * {Types::CreateTapeWithBarcodeOutput#tape_arn #tape_arn} => String
|
@@ -1567,6 +1620,7 @@ module Aws::StorageGateway
|
|
1567
1620
|
# tape_barcode: "TapeBarcode", # required
|
1568
1621
|
# kms_encrypted: false,
|
1569
1622
|
# kms_key: "KMSKey",
|
1623
|
+
# pool_id: "PoolId",
|
1570
1624
|
# })
|
1571
1625
|
#
|
1572
1626
|
# @example Response structure
|
@@ -1635,6 +1689,15 @@ module Aws::StorageGateway
|
|
1635
1689
|
# server side encryption. This value can only be set when KMSEncrypted
|
1636
1690
|
# is true. Optional.
|
1637
1691
|
#
|
1692
|
+
# @option params [String] :pool_id
|
1693
|
+
# The ID of the pool that you want to add your tape to for archiving.
|
1694
|
+
# The tape in this pool is archived in the S3 storage class you chose
|
1695
|
+
# when you created the tape. When you use your backup application to
|
1696
|
+
# eject the tape, the tape is archived directly into the storage class
|
1697
|
+
# (Glacier or Deep Archive).
|
1698
|
+
#
|
1699
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
1700
|
+
#
|
1638
1701
|
# @return [Types::CreateTapesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1639
1702
|
#
|
1640
1703
|
# * {Types::CreateTapesOutput#tape_arns #tape_arns} => Array<String>
|
@@ -1671,6 +1734,7 @@ module Aws::StorageGateway
|
|
1671
1734
|
# tape_barcode_prefix: "TapeBarcodePrefix", # required
|
1672
1735
|
# kms_encrypted: false,
|
1673
1736
|
# kms_key: "KMSKey",
|
1737
|
+
# pool_id: "PoolId",
|
1674
1738
|
# })
|
1675
1739
|
#
|
1676
1740
|
# @example Response structure
|
@@ -2888,6 +2952,7 @@ module Aws::StorageGateway
|
|
2888
2952
|
# resp.tape_archives[0].tape_status #=> String
|
2889
2953
|
# resp.tape_archives[0].tape_used_in_bytes #=> Integer
|
2890
2954
|
# resp.tape_archives[0].kms_key #=> String
|
2955
|
+
# resp.tape_archives[0].pool_id #=> String
|
2891
2956
|
# resp.marker #=> String
|
2892
2957
|
#
|
2893
2958
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchives AWS API Documentation
|
@@ -3069,6 +3134,7 @@ module Aws::StorageGateway
|
|
3069
3134
|
# resp.tapes[0].progress #=> Float
|
3070
3135
|
# resp.tapes[0].tape_used_in_bytes #=> Integer
|
3071
3136
|
# resp.tapes[0].kms_key #=> String
|
3137
|
+
# resp.tapes[0].pool_id #=> String
|
3072
3138
|
# resp.marker #=> String
|
3073
3139
|
#
|
3074
3140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapes AWS API Documentation
|
@@ -3835,6 +3901,7 @@ module Aws::StorageGateway
|
|
3835
3901
|
# resp.tape_infos[0].tape_size_in_bytes #=> Integer
|
3836
3902
|
# resp.tape_infos[0].tape_status #=> String
|
3837
3903
|
# resp.tape_infos[0].gateway_arn #=> String
|
3904
|
+
# resp.tape_infos[0].pool_id #=> String
|
3838
3905
|
# resp.marker #=> String
|
3839
3906
|
#
|
3840
3907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapes AWS API Documentation
|
@@ -5292,7 +5359,7 @@ module Aws::StorageGateway
|
|
5292
5359
|
params: params,
|
5293
5360
|
config: config)
|
5294
5361
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
5295
|
-
context[:gem_version] = '1.
|
5362
|
+
context[:gem_version] = '1.19.0'
|
5296
5363
|
Seahorse::Client::Request.new(handlers, context)
|
5297
5364
|
end
|
5298
5365
|
|
@@ -197,6 +197,7 @@ module Aws::StorageGateway
|
|
197
197
|
Path = Shapes::StringShape.new(name: 'Path')
|
198
198
|
PermissionId = Shapes::IntegerShape.new(name: 'PermissionId')
|
199
199
|
PermissionMode = Shapes::StringShape.new(name: 'PermissionMode')
|
200
|
+
PoolId = Shapes::StringShape.new(name: 'PoolId')
|
200
201
|
PositiveIntObject = Shapes::IntegerShape.new(name: 'PositiveIntObject')
|
201
202
|
RecurrenceInHours = Shapes::IntegerShape.new(name: 'RecurrenceInHours')
|
202
203
|
RefreshCacheInput = Shapes::StructureShape.new(name: 'RefreshCacheInput')
|
@@ -484,6 +485,7 @@ module Aws::StorageGateway
|
|
484
485
|
CreateTapeWithBarcodeInput.add_member(:tape_barcode, Shapes::ShapeRef.new(shape: TapeBarcode, required: true, location_name: "TapeBarcode"))
|
485
486
|
CreateTapeWithBarcodeInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
486
487
|
CreateTapeWithBarcodeInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
488
|
+
CreateTapeWithBarcodeInput.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
487
489
|
CreateTapeWithBarcodeInput.struct_class = Types::CreateTapeWithBarcodeInput
|
488
490
|
|
489
491
|
CreateTapeWithBarcodeOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
@@ -496,6 +498,7 @@ module Aws::StorageGateway
|
|
496
498
|
CreateTapesInput.add_member(:tape_barcode_prefix, Shapes::ShapeRef.new(shape: TapeBarcodePrefix, required: true, location_name: "TapeBarcodePrefix"))
|
497
499
|
CreateTapesInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
498
500
|
CreateTapesInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
501
|
+
CreateTapesInput.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
499
502
|
CreateTapesInput.struct_class = Types::CreateTapesInput
|
500
503
|
|
501
504
|
CreateTapesOutput.add_member(:tape_arns, Shapes::ShapeRef.new(shape: TapeARNs, location_name: "TapeARNs"))
|
@@ -1014,6 +1017,7 @@ module Aws::StorageGateway
|
|
1014
1017
|
Tape.add_member(:progress, Shapes::ShapeRef.new(shape: DoubleObject, location_name: "Progress"))
|
1015
1018
|
Tape.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
1016
1019
|
Tape.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
1020
|
+
Tape.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1017
1021
|
Tape.struct_class = Types::Tape
|
1018
1022
|
|
1019
1023
|
TapeARNs.member = Shapes::ShapeRef.new(shape: TapeARN)
|
@@ -1027,6 +1031,7 @@ module Aws::StorageGateway
|
|
1027
1031
|
TapeArchive.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeArchiveStatus, location_name: "TapeStatus"))
|
1028
1032
|
TapeArchive.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
1029
1033
|
TapeArchive.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
1034
|
+
TapeArchive.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1030
1035
|
TapeArchive.struct_class = Types::TapeArchive
|
1031
1036
|
|
1032
1037
|
TapeArchives.member = Shapes::ShapeRef.new(shape: TapeArchive)
|
@@ -1036,6 +1041,7 @@ module Aws::StorageGateway
|
|
1036
1041
|
TapeInfo.add_member(:tape_size_in_bytes, Shapes::ShapeRef.new(shape: TapeSize, location_name: "TapeSizeInBytes"))
|
1037
1042
|
TapeInfo.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeStatus, location_name: "TapeStatus"))
|
1038
1043
|
TapeInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
1044
|
+
TapeInfo.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1039
1045
|
TapeInfo.struct_class = Types::TapeInfo
|
1040
1046
|
|
1041
1047
|
TapeInfos.member = Shapes::ShapeRef.new(shape: TapeInfo)
|
@@ -109,8 +109,8 @@ module Aws::StorageGateway
|
|
109
109
|
# @return [String]
|
110
110
|
#
|
111
111
|
# @!attribute [rw] tags
|
112
|
-
# A list of up to
|
113
|
-
#
|
112
|
+
# A list of up to 10 tags that can be assigned to the gateway. Each
|
113
|
+
# tag is a key-value pair.
|
114
114
|
#
|
115
115
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
116
116
|
# representable in UTF-8 format, and the following special characters:
|
@@ -840,7 +840,8 @@ module Aws::StorageGateway
|
|
840
840
|
# @return [Array<String>]
|
841
841
|
#
|
842
842
|
# @!attribute [rw] squash
|
843
|
-
#
|
843
|
+
# A value that maps a user to anonymous user. Valid options are the
|
844
|
+
# following:
|
844
845
|
#
|
845
846
|
# * `RootSquash` - Only root is mapped to anonymous user.
|
846
847
|
#
|
@@ -867,8 +868,8 @@ module Aws::StorageGateway
|
|
867
868
|
# @return [Boolean]
|
868
869
|
#
|
869
870
|
# @!attribute [rw] tags
|
870
|
-
# A list of up to
|
871
|
-
#
|
871
|
+
# A list of up to 10 tags that can be assigned to the NFS file share.
|
872
|
+
# Each tag is a key-value pair.
|
872
873
|
#
|
873
874
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
874
875
|
# representable in UTF-8 format, and the following special characters:
|
@@ -1022,8 +1023,8 @@ module Aws::StorageGateway
|
|
1022
1023
|
# @return [String]
|
1023
1024
|
#
|
1024
1025
|
# @!attribute [rw] tags
|
1025
|
-
# A list of up to
|
1026
|
-
#
|
1026
|
+
# A list of up to 10 tags that can be assigned to the NFS file share.
|
1027
|
+
# Each tag is a key-value pair.
|
1027
1028
|
#
|
1028
1029
|
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
1029
1030
|
# representable in UTF-8 format, and the following special characters:
|
@@ -1317,6 +1318,7 @@ module Aws::StorageGateway
|
|
1317
1318
|
# tape_barcode: "TapeBarcode", # required
|
1318
1319
|
# kms_encrypted: false,
|
1319
1320
|
# kms_key: "KMSKey",
|
1321
|
+
# pool_id: "PoolId",
|
1320
1322
|
# }
|
1321
1323
|
#
|
1322
1324
|
# @!attribute [rw] gateway_arn
|
@@ -1353,6 +1355,16 @@ module Aws::StorageGateway
|
|
1353
1355
|
# is true. Optional.
|
1354
1356
|
# @return [String]
|
1355
1357
|
#
|
1358
|
+
# @!attribute [rw] pool_id
|
1359
|
+
# The ID of the pool that you want to add your tape to for archiving.
|
1360
|
+
# The tape in this pool is archived in the S3 storage class that is
|
1361
|
+
# associated with the pool. When you use your backup application to
|
1362
|
+
# eject the tape, the tape is archived directly into the storage class
|
1363
|
+
# (Glacier or Deep Archive) that corresponds to the pool.
|
1364
|
+
#
|
1365
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
1366
|
+
# @return [String]
|
1367
|
+
#
|
1356
1368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcodeInput AWS API Documentation
|
1357
1369
|
#
|
1358
1370
|
class CreateTapeWithBarcodeInput < Struct.new(
|
@@ -1360,7 +1372,8 @@ module Aws::StorageGateway
|
|
1360
1372
|
:tape_size_in_bytes,
|
1361
1373
|
:tape_barcode,
|
1362
1374
|
:kms_encrypted,
|
1363
|
-
:kms_key
|
1375
|
+
:kms_key,
|
1376
|
+
:pool_id)
|
1364
1377
|
include Aws::Structure
|
1365
1378
|
end
|
1366
1379
|
|
@@ -1391,6 +1404,7 @@ module Aws::StorageGateway
|
|
1391
1404
|
# tape_barcode_prefix: "TapeBarcodePrefix", # required
|
1392
1405
|
# kms_encrypted: false,
|
1393
1406
|
# kms_key: "KMSKey",
|
1407
|
+
# pool_id: "PoolId",
|
1394
1408
|
# }
|
1395
1409
|
#
|
1396
1410
|
# @!attribute [rw] gateway_arn
|
@@ -1443,6 +1457,16 @@ module Aws::StorageGateway
|
|
1443
1457
|
# is true. Optional.
|
1444
1458
|
# @return [String]
|
1445
1459
|
#
|
1460
|
+
# @!attribute [rw] pool_id
|
1461
|
+
# The ID of the pool that you want to add your tape to for archiving.
|
1462
|
+
# The tape in this pool is archived in the S3 storage class you chose
|
1463
|
+
# when you created the tape. When you use your backup application to
|
1464
|
+
# eject the tape, the tape is archived directly into the storage class
|
1465
|
+
# (Glacier or Deep Archive).
|
1466
|
+
#
|
1467
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
1468
|
+
# @return [String]
|
1469
|
+
#
|
1446
1470
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapesInput AWS API Documentation
|
1447
1471
|
#
|
1448
1472
|
class CreateTapesInput < Struct.new(
|
@@ -1452,7 +1476,8 @@ module Aws::StorageGateway
|
|
1452
1476
|
:num_tapes_to_create,
|
1453
1477
|
:tape_barcode_prefix,
|
1454
1478
|
:kms_encrypted,
|
1455
|
-
:kms_key
|
1479
|
+
:kms_key,
|
1480
|
+
:pool_id)
|
1456
1481
|
include Aws::Structure
|
1457
1482
|
end
|
1458
1483
|
|
@@ -2061,10 +2086,10 @@ module Aws::StorageGateway
|
|
2061
2086
|
# @return [String]
|
2062
2087
|
#
|
2063
2088
|
# @!attribute [rw] tags
|
2064
|
-
# A list of up to
|
2065
|
-
#
|
2066
|
-
#
|
2067
|
-
#
|
2089
|
+
# A list of up to 10 tags assigned to the gateway, sorted
|
2090
|
+
# alphabetically by key name. Each tag is a key-value pair. For a
|
2091
|
+
# gateway with more than 10 tags assigned, you can view all tags using
|
2092
|
+
# the `ListTagsForResource` API operation.
|
2068
2093
|
# @return [Array<Types::Tag>]
|
2069
2094
|
#
|
2070
2095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
|
@@ -3674,10 +3699,10 @@ module Aws::StorageGateway
|
|
3674
3699
|
# @return [Boolean]
|
3675
3700
|
#
|
3676
3701
|
# @!attribute [rw] tags
|
3677
|
-
# A list of up to
|
3678
|
-
#
|
3679
|
-
#
|
3680
|
-
#
|
3702
|
+
# A list of up to 10 tags assigned to the NFS file share, sorted
|
3703
|
+
# alphabetically by key name. Each tag is a key-value pair. For a
|
3704
|
+
# gateway with more than 10 tags assigned, you can view all tags using
|
3705
|
+
# the `ListTagsForResource` API operation.
|
3681
3706
|
# @return [Array<Types::Tag>]
|
3682
3707
|
#
|
3683
3708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
@@ -4089,10 +4114,10 @@ module Aws::StorageGateway
|
|
4089
4114
|
# @return [String]
|
4090
4115
|
#
|
4091
4116
|
# @!attribute [rw] tags
|
4092
|
-
# A list of up to
|
4093
|
-
#
|
4094
|
-
#
|
4095
|
-
#
|
4117
|
+
# A list of up to 10 tags assigned to the SMB file share, sorted
|
4118
|
+
# alphabetically by key name. Each tag is a key-value pair. For a
|
4119
|
+
# gateway with more than 10 tags assigned, you can view all tags using
|
4120
|
+
# the `ListTagsForResource` API operation.
|
4096
4121
|
# @return [Array<Types::Tag>]
|
4097
4122
|
#
|
4098
4123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
|
@@ -4481,6 +4506,16 @@ module Aws::StorageGateway
|
|
4481
4506
|
# is true. Optional.
|
4482
4507
|
# @return [String]
|
4483
4508
|
#
|
4509
|
+
# @!attribute [rw] pool_id
|
4510
|
+
# The ID of the pool that contains tapes that will be archived. The
|
4511
|
+
# tapes in this pool are archived in the S3 storage class that is
|
4512
|
+
# associated with the pool. When you use your backup application to
|
4513
|
+
# eject the tape, the tape is archived directly into the storage class
|
4514
|
+
# (Glacier or Deep Archive) that corresponds to the pool.
|
4515
|
+
#
|
4516
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
4517
|
+
# @return [String]
|
4518
|
+
#
|
4484
4519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
|
4485
4520
|
#
|
4486
4521
|
class Tape < Struct.new(
|
@@ -4492,7 +4527,8 @@ module Aws::StorageGateway
|
|
4492
4527
|
:vtl_device,
|
4493
4528
|
:progress,
|
4494
4529
|
:tape_used_in_bytes,
|
4495
|
-
:kms_key
|
4530
|
+
:kms_key,
|
4531
|
+
:pool_id)
|
4496
4532
|
include Aws::Structure
|
4497
4533
|
end
|
4498
4534
|
|
@@ -4547,6 +4583,14 @@ module Aws::StorageGateway
|
|
4547
4583
|
# is true. Optional.
|
4548
4584
|
# @return [String]
|
4549
4585
|
#
|
4586
|
+
# @!attribute [rw] pool_id
|
4587
|
+
# The ID of the pool that was used to archive the tape. The tapes in
|
4588
|
+
# this pool are archived in the S3 storage class that is associated
|
4589
|
+
# with the pool.
|
4590
|
+
#
|
4591
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
4592
|
+
# @return [String]
|
4593
|
+
#
|
4550
4594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
|
4551
4595
|
#
|
4552
4596
|
class TapeArchive < Struct.new(
|
@@ -4558,7 +4602,8 @@ module Aws::StorageGateway
|
|
4558
4602
|
:retrieved_to,
|
4559
4603
|
:tape_status,
|
4560
4604
|
:tape_used_in_bytes,
|
4561
|
-
:kms_key
|
4605
|
+
:kms_key,
|
4606
|
+
:pool_id)
|
4562
4607
|
include Aws::Structure
|
4563
4608
|
end
|
4564
4609
|
|
@@ -4585,6 +4630,16 @@ module Aws::StorageGateway
|
|
4585
4630
|
# operation to return a list of gateways for your account and region.
|
4586
4631
|
# @return [String]
|
4587
4632
|
#
|
4633
|
+
# @!attribute [rw] pool_id
|
4634
|
+
# The ID of the pool that you want to add your tape to for archiving.
|
4635
|
+
# The tape in this pool is archived in the S3 storage class that is
|
4636
|
+
# associated with the pool. When you use your backup application to
|
4637
|
+
# eject the tape, the tape is archived directly into the storage class
|
4638
|
+
# (Glacier or Deep Archive) that corresponds to the pool.
|
4639
|
+
#
|
4640
|
+
# Valid values: "GLACIER", "DEEP\_ARCHIVE"
|
4641
|
+
# @return [String]
|
4642
|
+
#
|
4588
4643
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeInfo AWS API Documentation
|
4589
4644
|
#
|
4590
4645
|
class TapeInfo < Struct.new(
|
@@ -4592,7 +4647,8 @@ module Aws::StorageGateway
|
|
4592
4647
|
:tape_barcode,
|
4593
4648
|
:tape_size_in_bytes,
|
4594
4649
|
:tape_status,
|
4595
|
-
:gateway_arn
|
4650
|
+
:gateway_arn,
|
4651
|
+
:pool_id)
|
4596
4652
|
include Aws::Structure
|
4597
4653
|
end
|
4598
4654
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-storagegateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|