aws-sdk-storagegateway 1.0.0.rc7 → 1.0.0.rc8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5740b60deb2f1b4b4865975f9a56f96320964589
4
- data.tar.gz: b820d769644f07dc5c974252df4f19e60386e445
3
+ metadata.gz: e54b6b109e4ed7a11f078bc54a01282ca2154bb3
4
+ data.tar.gz: 616a51d93a00f1bbfb746aaf51d8121372fc8fdb
5
5
  SHA512:
6
- metadata.gz: 099233d464105b71d31a650cfd3937e89f15ba5ae1eceab02793105abc19285c08011a0f090eb8af3bebff40c40f5448005ae17445fea816d0671138b5446d71
7
- data.tar.gz: 69df98b59eb598276769158e735233ed1b5798ac2188f09c1e06f0ba0b0d1a4014c89a461643d0f61a225fdfb1f00f7a8f79e99e4b04d13d265ad9d8cf638719
6
+ metadata.gz: 7208174344828530585f316444fb3e087799592ba7f6b462b5d766003ab2ec9cfc698ba01b0decb6d692856c427e14b7ee10f71d6ed585250513043a5a6b7cb0
7
+ data.tar.gz: eca4615572aae9c812353a1abe397ac2da30a6dbdae64ad314438090c44513cd6154f6aa0601171d3b2534d7a6098da1d235383ddaa287add80f55b90cbbf165
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.0.0.rc7'
45
+ GEM_VERSION = '1.0.0.rc8'
46
46
 
47
47
  end
@@ -158,11 +158,11 @@ module Aws::StorageGateway
158
158
  # Activates the gateway you previously deployed on your host. For more
159
159
  # information, see [ Activate the AWS Storage Gateway][1]. In the
160
160
  # activation process, you specify information such as the region you
161
- # want to use for storing snapshots, the time zone for scheduled
162
- # snapshots the gateway snapshot schedule window, an activation key, and
163
- # a name for your gateway. The activation process also associates your
164
- # gateway with your account; for more information, see
165
- # UpdateGatewayInformation.
161
+ # want to use for storing snapshots or tapes, the time zone for
162
+ # scheduled snapshots the gateway snapshot schedule window, an
163
+ # activation key, and a name for your gateway. The activation process
164
+ # also associates your gateway with your account; for more information,
165
+ # see UpdateGatewayInformation.
166
166
  #
167
167
  # <note markdown="1"> You must turn on the gateway VM before you can activate your gateway.
168
168
  #
@@ -187,20 +187,23 @@ module Aws::StorageGateway
187
187
  #
188
188
  # @option params [required, String] :gateway_timezone
189
189
  # A value that indicates the time zone you want to set for the gateway.
190
- # The time zone is used, for example, for scheduling snapshots and your
191
- # gateway's maintenance schedule.
190
+ # The time zone is of the format "GMT-hr:mm" or "GMT+hr:mm". For
191
+ # example, GMT-4:00 indicates the time is 4 hours behind GMT. GMT+2:00
192
+ # indicates the time is 2 hours ahead of GMT. The time zone is used, for
193
+ # example, for scheduling snapshots and your gateway's maintenance
194
+ # schedule.
192
195
  #
193
196
  # @option params [required, String] :gateway_region
194
- # A value that indicates the region where you want to store the snapshot
195
- # backups. The gateway region specified must be the same region as the
196
- # region in your `Host` header in the request. For more information
197
- # about available regions and endpoints for AWS Storage Gateway, see
198
- # [Regions and Endpoints][1] in the *Amazon Web Services Glossary*.
197
+ # A value that indicates the region where you want to store your data.
198
+ # The gateway region specified must be the same region as the region in
199
+ # your `Host` header in the request. For more information about
200
+ # available regions and endpoints for AWS Storage Gateway, see [Regions
201
+ # and Endpoints][1] in the *Amazon Web Services Glossary*.
199
202
  #
200
203
  # Valid Values: "us-east-1", "us-east-2", "us-west-1",
201
204
  # "us-west-2", "ca-central-1", "eu-west-1", "eu-central-1",
202
205
  # "eu-west-2", "ap-northeast-1", "ap-northeast-2",
203
- # "ap-southeast-1", "ap-southeast-2", "sa-east-1"
206
+ # "ap-southeast-1", "ap-southeast-2", "ap-south-1", "sa-east-1"
204
207
  #
205
208
  #
206
209
  #
@@ -254,9 +257,9 @@ module Aws::StorageGateway
254
257
  req.send_request(options)
255
258
  end
256
259
 
257
- # Configures one or more gateway local disks as cache for a cached
258
- # volumes gateway. This operation is only supported in the cached
259
- # volumes gateway architecture (see [Storage Gateway Concepts][1]).
260
+ # Configures one or more gateway local disks as cache for a gateway.
261
+ # This operation is only supported in the cached volume, tape and file
262
+ # gateway architectures (see [Storage Gateway Concepts][1]).
260
263
  #
261
264
  # In the request, you specify the gateway Amazon Resource Name (ARN) to
262
265
  # which you want to add cache, and one or more disk IDs that you want to
@@ -365,8 +368,8 @@ module Aws::StorageGateway
365
368
  end
366
369
 
367
370
  # Configures one or more gateway local disks as upload buffer for a
368
- # specified gateway. This operation is supported for both the stored
369
- # volumes and cached volumes gateway architectures.
371
+ # specified gateway. This operation is supported for the stored volume,
372
+ # cached volume and tape gateway architectures.
370
373
  #
371
374
  # In the request, you specify the gateway Amazon Resource Name (ARN) to
372
375
  # which you want to add upload buffer, and one or more disk IDs that you
@@ -404,11 +407,11 @@ module Aws::StorageGateway
404
407
 
405
408
  # Configures one or more gateway local disks as working storage for a
406
409
  # gateway. This operation is only supported in the stored volume gateway
407
- # architecture. This operation is deprecated in cached-volumes API
410
+ # architecture. This operation is deprecated in cached volume API
408
411
  # version 20120630. Use AddUploadBuffer instead.
409
412
  #
410
413
  # <note markdown="1"> Working storage is also referred to as upload buffer. You can also use
411
- # the AddUploadBuffer operation to add upload buffer to a stored-volume
414
+ # the AddUploadBuffer operation to add upload buffer to a stored volume
412
415
  # gateway.
413
416
  #
414
417
  # </note>
@@ -452,7 +455,7 @@ module Aws::StorageGateway
452
455
 
453
456
  # Cancels archiving of a virtual tape to the virtual tape shelf (VTS)
454
457
  # after the archiving process is initiated. This operation is only
455
- # supported in tape gateways.
458
+ # supported in the tape gateway architecture.
456
459
  #
457
460
  # @option params [required, String] :gateway_arn
458
461
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -522,9 +525,8 @@ module Aws::StorageGateway
522
525
  req.send_request(options)
523
526
  end
524
527
 
525
- # Creates a cached volume on a specified cached volumes gateway. This
526
- # operation is only supported in the cached volumes gateway
527
- # architecture.
528
+ # Creates a cached volume on a specified cached volume gateway. This
529
+ # operation is only supported in the cached volume gateway architecture.
528
530
  #
529
531
  # <note markdown="1"> Cache storage must be allocated to the gateway before you can create a
530
532
  # cached volume. Use the AddCache operation to add cache storage to a
@@ -534,11 +536,10 @@ module Aws::StorageGateway
534
536
  #
535
537
  # In the request, you must specify the gateway, size of the volume in
536
538
  # bytes, the iSCSI target name, an IP address on which to expose the
537
- # target, and a unique client token. In response, AWS Storage Gateway
538
- # creates the volume and returns information about it. This information
539
- # includes the volume Amazon Resource Name (ARN), its size, and the
540
- # iSCSI target ARN that initiators can use to connect to the volume
541
- # target.
539
+ # target, and a unique client token. In response, the gateway creates
540
+ # the volume and returns information about it. This information includes
541
+ # the volume Amazon Resource Name (ARN), its size, and the iSCSI target
542
+ # ARN that initiators can use to connect to the volume target.
542
543
  #
543
544
  # Optionally, you can provide the ARN for an existing volume as the
544
545
  # `SourceVolumeARN` for this cached volume, which creates an exact copy
@@ -600,8 +601,18 @@ module Aws::StorageGateway
600
601
  # Creates a file share on an existing file gateway. In Storage Gateway,
601
602
  # a file share is a file system mount point backed by Amazon S3 cloud
602
603
  # storage. Storage Gateway exposes file shares using a Network File
603
- # System (NFS) interface. This operation is only supported in file
604
- # gateways.
604
+ # System (NFS) interface. This operation is only supported in the file
605
+ # gateway architecture.
606
+ #
607
+ # File gateway requires AWS Security Token Service (AWS STS) to be
608
+ # activated to enable you create a file share. Make sure AWS STS is
609
+ # activated in the region you are creating your file gateway in. If AWS
610
+ # STS is not activated in the region, activate it. For information about
611
+ # how to activate AWS STS, see Activating and Deactivating AWS STS in an
612
+ # AWS Region in the AWS Identity and Access Management User Guide.
613
+ #
614
+ # File gateway does not support creating hard or symbolic links on a
615
+ # file share.
605
616
  #
606
617
  # @option params [required, String] :client_token
607
618
  # A unique string value that you supply that is used by file gateway to
@@ -627,7 +638,7 @@ module Aws::StorageGateway
627
638
  # file gateway assumes when it accesses the underlying storage.
628
639
  #
629
640
  # @option params [required, String] :location_arn
630
- # The ARN of the backend storage used for storing file data.
641
+ # The ARN of the backed storage used for storing file data.
631
642
  #
632
643
  # @option params [String] :default_storage_class
633
644
  # The default storage class for objects put into an Amazon S3 bucket by
@@ -640,14 +651,17 @@ module Aws::StorageGateway
640
651
  # list must contain either valid IP addresses or valid CIDR blocks.
641
652
  #
642
653
  # @option params [String] :squash
643
- # Maps a user to anonymous user. Valid options: "RootSquash" - Only
644
- # root is mapped to anonymous user, "NoSquash" - No one is mapped to
645
- # anonymous user or "AllSquash" - Everyone is mapped to anonymous
646
- # user.
654
+ # Maps a user to anonymous user. Valid options are the following:
655
+ #
656
+ # * "RootSquash" - Only root is mapped to anonymous user.
657
+ #
658
+ # * "NoSquash" - No one is mapped to anonymous user.
659
+ #
660
+ # * "AllSquash" - Everyone is mapped to anonymous user.
647
661
  #
648
662
  # @option params [Boolean] :read_only
649
- # Sets the write status of a file share. "true", if the write status
650
- # is read-only; otherwise "false.
663
+ # Sets the write status of a file share: "true" if the write status is
664
+ # read-only, and otherwise "false".
651
665
  #
652
666
  # @return [Types::CreateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
653
667
  #
@@ -695,8 +709,7 @@ module Aws::StorageGateway
695
709
  # Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2). You
696
710
  # can take snapshots of your gateway volume on a scheduled or ad-hoc
697
711
  # basis. This API enables you to take ad-hoc snapshot. For more
698
- # information, see [Working With Snapshots in the AWS Storage Gateway
699
- # Console][1].
712
+ # information, see [Editing a Snapshot Schedule][1].
700
713
  #
701
714
  # In the CreateSnapshot request you identify the volume by providing its
702
715
  # Amazon Resource Name (ARN). You must also provide description for the
@@ -705,8 +718,8 @@ module Aws::StorageGateway
705
718
  # Gateway Console. In response, AWS Storage Gateway returns you a
706
719
  # snapshot ID. You can use this snapshot ID to check the snapshot
707
720
  # progress or later use it when you want to create a volume from a
708
- # snapshot. This operation is only supported in stored and cached
709
- # volumes gateways.
721
+ # snapshot. This operation is only supported in stored and cached volume
722
+ # gateway architecture.
710
723
  #
711
724
  # <note markdown="1"> To list or delete a snapshot, you must use the Amazon EC2 API. For
712
725
  # more information, see DescribeSnapshots or DeleteSnapshot in the [EC2
@@ -719,7 +732,7 @@ module Aws::StorageGateway
719
732
  #
720
733
  #
721
734
  #
722
- # [1]: http://docs.aws.amazon.com/storagegateway/latest/userguide/WorkingWithSnapshots.html
735
+ # [1]: http://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#SchedulingSnapshot
723
736
  # [2]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Operations.html
724
737
  # [3]: http://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html
725
738
  #
@@ -760,22 +773,21 @@ module Aws::StorageGateway
760
773
  end
761
774
 
762
775
  # Initiates a snapshot of a gateway from a volume recovery point. This
763
- # operation is only supported in the cached volumes gateway
764
- # architecture.
776
+ # operation is only supported in the cached volume gateway architecture.
765
777
  #
766
778
  # A volume recovery point is a point in time at which all data of the
767
779
  # volume is consistent and from which you can create a snapshot. To get
768
- # a list of volume recovery point for cached volumes gateway, use
780
+ # a list of volume recovery point for cached volume gateway, use
769
781
  # ListVolumeRecoveryPoints.
770
782
  #
771
783
  # In the `CreateSnapshotFromVolumeRecoveryPoint` request, you identify
772
784
  # the volume by providing its Amazon Resource Name (ARN). You must also
773
- # provide a description for the snapshot. When AWS Storage Gateway takes
774
- # a snapshot of the specified volume, the snapshot and its description
775
- # appear in the AWS Storage Gateway console. In response, AWS Storage
776
- # Gateway returns you a snapshot ID. You can use this snapshot ID to
777
- # check the snapshot progress or later use it when you want to create a
778
- # volume from a snapshot.
785
+ # provide a description for the snapshot. When the gateway takes a
786
+ # snapshot of the specified volume, the snapshot and its description
787
+ # appear in the AWS Storage Gateway console. In response, the gateway
788
+ # returns you a snapshot ID. You can use this snapshot ID to check the
789
+ # snapshot progress or later use it when you want to create a volume
790
+ # from a snapshot.
779
791
  #
780
792
  # <note markdown="1"> To list or delete a snapshot, you must use the Amazon EC2 API. For
781
793
  # more information, in *Amazon Elastic Compute Cloud API Reference*.
@@ -815,7 +827,7 @@ module Aws::StorageGateway
815
827
  end
816
828
 
817
829
  # Creates a volume on a specified gateway. This operation is only
818
- # supported in the stored volumes gateway architecture.
830
+ # supported in the stored volume gateway architecture.
819
831
  #
820
832
  # The size of the volume to create is inferred from the disk size. You
821
833
  # can choose to preserve existing data on the disk, create volume from
@@ -824,9 +836,9 @@ module Aws::StorageGateway
824
836
  # erased.
825
837
  #
826
838
  # In the request you must specify the gateway and the disk information
827
- # on which you are creating the volume. In response, AWS Storage Gateway
828
- # creates the volume and returns volume information such as the volume
829
- # Amazon Resource Name (ARN), its size, and the iSCSI target ARN that
839
+ # on which you are creating the volume. In response, the gateway creates
840
+ # the volume and returns volume information such as the volume Amazon
841
+ # Resource Name (ARN), its size, and the iSCSI target ARN that
830
842
  # initiators can use to connect to the volume target.
831
843
  #
832
844
  # @option params [required, String] :gateway_arn
@@ -909,7 +921,7 @@ module Aws::StorageGateway
909
921
 
910
922
  # Creates a virtual tape by using your own barcode. You write data to
911
923
  # the virtual tape and then archive the tape. This operation is only
912
- # supported in tape gateways.
924
+ # supported in the tape gateway architecture.
913
925
  #
914
926
  # <note markdown="1"> Cache storage must be allocated to the gateway before you can create a
915
927
  # virtual tape. Use the AddCache operation to add cache storage to a
@@ -958,8 +970,8 @@ module Aws::StorageGateway
958
970
  end
959
971
 
960
972
  # Creates one or more virtual tapes. You write data to the virtual tapes
961
- # and then archive the tapes. This operation is only supported in tape
962
- # gateways.
973
+ # and then archive the tapes. This operation is only supported in the
974
+ # tape gateway architecture.
963
975
  #
964
976
  # <note markdown="1"> Cache storage must be allocated to the gateway before you can create
965
977
  # virtual tapes. Use the AddCache operation to add cache storage to a
@@ -1107,7 +1119,7 @@ module Aws::StorageGateway
1107
1119
  end
1108
1120
 
1109
1121
  # Deletes a file share from a file gateway. This operation is only
1110
- # supported in file gateways.
1122
+ # supported in the file gateway architecture.
1111
1123
  #
1112
1124
  # @option params [required, String] :file_share_arn
1113
1125
  # The Amazon Resource Name (ARN) of the file share to be deleted.
@@ -1229,7 +1241,7 @@ module Aws::StorageGateway
1229
1241
  end
1230
1242
 
1231
1243
  # Deletes the specified virtual tape. This operation is only supported
1232
- # in tape gateways.
1244
+ # in the tape gateway architecture.
1233
1245
  #
1234
1246
  # @option params [required, String] :gateway_arn
1235
1247
  # The unique Amazon Resource Name (ARN) of the gateway that the virtual
@@ -1264,7 +1276,7 @@ module Aws::StorageGateway
1264
1276
  end
1265
1277
 
1266
1278
  # Deletes the specified virtual tape from the virtual tape shelf (VTS).
1267
- # This operation is only supported in tape gateways.
1279
+ # This operation is only supported in the tape gateway architecture.
1268
1280
  #
1269
1281
  # @option params [required, String] :tape_arn
1270
1282
  # The Amazon Resource Name (ARN) of the virtual tape to delete from the
@@ -1293,18 +1305,19 @@ module Aws::StorageGateway
1293
1305
  req.send_request(options)
1294
1306
  end
1295
1307
 
1296
- # Deletes the specified gateway volume that you previously created using
1297
- # the CreateCachediSCSIVolume or CreateStorediSCSIVolume API. For stored
1298
- # volumes gateways, the local disk that was configured as the storage
1299
- # volume is not deleted. You can reuse the local disk to create another
1300
- # storage volume.
1308
+ # Deletes the specified storage volume that you previously created using
1309
+ # the CreateCachediSCSIVolume or CreateStorediSCSIVolume API. This
1310
+ # operation is only supported in the cached volume and stored volume
1311
+ # architectures. For stored volume gateways, the local disk that was
1312
+ # configured as the storage volume is not deleted. You can reuse the
1313
+ # local disk to create another storage volume.
1301
1314
  #
1302
- # Before you delete a gateway volume, make sure there are no iSCSI
1303
- # connections to the volume you are deleting. You should also make sure
1304
- # there is no snapshot in progress. You can use the Amazon Elastic
1305
- # Compute Cloud (Amazon EC2) API to query snapshots on the volume you
1306
- # are deleting and check the snapshot status. For more information, go
1307
- # to [DescribeSnapshots][1] in the *Amazon Elastic Compute Cloud API
1315
+ # Before you delete a volume, make sure there are no iSCSI connections
1316
+ # to the volume you are deleting. You should also make sure there is no
1317
+ # snapshot in progress. You can use the Amazon Elastic Compute Cloud
1318
+ # (Amazon EC2) API to query snapshots on the volume you are deleting and
1319
+ # check the snapshot status. For more information, go to
1320
+ # [DescribeSnapshots][1] in the *Amazon Elastic Compute Cloud API
1308
1321
  # Reference*.
1309
1322
  #
1310
1323
  # In the request, you must provide the Amazon Resource Name (ARN) of the
@@ -1383,7 +1396,8 @@ module Aws::StorageGateway
1383
1396
  end
1384
1397
 
1385
1398
  # Returns information about the cache of a gateway. This operation is
1386
- # only supported in the cached volumes gateway architecture.
1399
+ # only supported in the cached volume,tape and file gateway
1400
+ # architectures.
1387
1401
  #
1388
1402
  # The response includes disk IDs that are configured as cache, and it
1389
1403
  # includes the amount of cache allocated and used.
@@ -1429,7 +1443,7 @@ module Aws::StorageGateway
1429
1443
  end
1430
1444
 
1431
1445
  # Returns a description of the gateway volumes specified in the request.
1432
- # This operation is only supported in the cached volumes gateway
1446
+ # This operation is only supported in the cached volume gateway
1433
1447
  # architecture.
1434
1448
  #
1435
1449
  # The list of gateway volumes in the request must be from one gateway.
@@ -1650,7 +1664,8 @@ module Aws::StorageGateway
1650
1664
 
1651
1665
  # Describes the snapshot schedule for the specified gateway volume. The
1652
1666
  # snapshot schedule information includes intervals at which snapshots
1653
- # are automatically initiated on the volume.
1667
+ # are automatically initiated on the volume. This operation is only
1668
+ # supported in the cached volume and stored volume architectures.
1654
1669
  #
1655
1670
  # @option params [required, String] :volume_arn
1656
1671
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
@@ -1691,7 +1706,7 @@ module Aws::StorageGateway
1691
1706
  # request. The list of gateway volumes in the request must be from one
1692
1707
  # gateway. In the response Amazon Storage Gateway returns volume
1693
1708
  # information sorted by volume ARNs. This operation is only supported in
1694
- # stored volumes gateways.
1709
+ # stored volume gateway architecture.
1695
1710
  #
1696
1711
  # @option params [required, Array<String>] :volume_arns
1697
1712
  # An array of strings where each string represents the Amazon Resource
@@ -1738,11 +1753,12 @@ module Aws::StorageGateway
1738
1753
  end
1739
1754
 
1740
1755
  # Returns a description of specified virtual tapes in the virtual tape
1741
- # shelf (VTS).
1756
+ # shelf (VTS). This operation is only supported in the tape gateway
1757
+ # architecture.
1742
1758
  #
1743
1759
  # If a specific `TapeARN` is not specified, AWS Storage Gateway returns
1744
1760
  # a description of all virtual tapes found in the VTS associated with
1745
- # your account. This operation is only supported in tape gateways.
1761
+ # your account.
1746
1762
  #
1747
1763
  # @option params [Array<String>] :tape_arns
1748
1764
  # Specifies one or more unique Amazon Resource Names (ARNs) that
@@ -1779,6 +1795,7 @@ module Aws::StorageGateway
1779
1795
  # resp.tape_archives[0].completion_time #=> Time
1780
1796
  # resp.tape_archives[0].retrieved_to #=> String
1781
1797
  # resp.tape_archives[0].tape_status #=> String
1798
+ # resp.tape_archives[0].tape_used_in_bytes #=> Integer
1782
1799
  # resp.marker #=> String
1783
1800
  #
1784
1801
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchives AWS API Documentation
@@ -1796,7 +1813,8 @@ module Aws::StorageGateway
1796
1813
  # A recovery point is a point-in-time view of a virtual tape at which
1797
1814
  # all the data on the virtual tape is consistent. If your gateway
1798
1815
  # crashes, virtual tapes that have recovery points can be recovered to a
1799
- # new gateway. This operation is only supported in tape gateways.
1816
+ # new gateway. This operation is only supported in the tape gateway
1817
+ # architecture.
1800
1818
  #
1801
1819
  # @option params [required, String] :gateway_arn
1802
1820
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -1846,7 +1864,7 @@ module Aws::StorageGateway
1846
1864
  # Returns a description of the specified Amazon Resource Name (ARN) of
1847
1865
  # virtual tapes. If a `TapeARN` is not specified, returns a description
1848
1866
  # of all virtual tapes associated with the specified gateway. This
1849
- # operation is only supported in tape gateways.
1867
+ # operation is only supported in the tape gateway architecture.
1850
1868
  #
1851
1869
  # @option params [required, String] :gateway_arn
1852
1870
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -1855,8 +1873,8 @@ module Aws::StorageGateway
1855
1873
  # @option params [Array<String>] :tape_arns
1856
1874
  # Specifies one or more unique Amazon Resource Names (ARNs) that
1857
1875
  # represent the virtual tapes you want to describe. If this parameter is
1858
- # not specified, AWS Storage Gateway returns a description of all
1859
- # virtual tapes associated with the specified gateway.
1876
+ # not specified, Tape gateway returns a description of all virtual tapes
1877
+ # associated with the specified gateway.
1860
1878
  #
1861
1879
  # @option params [String] :marker
1862
1880
  # A marker value, obtained in a previous call to `DescribeTapes`. This
@@ -1897,6 +1915,7 @@ module Aws::StorageGateway
1897
1915
  # resp.tapes[0].tape_status #=> String
1898
1916
  # resp.tapes[0].vtl_device #=> String
1899
1917
  # resp.tapes[0].progress #=> Float
1918
+ # resp.tapes[0].tape_used_in_bytes #=> Integer
1900
1919
  # resp.marker #=> String
1901
1920
  #
1902
1921
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapes AWS API Documentation
@@ -1909,7 +1928,7 @@ module Aws::StorageGateway
1909
1928
  end
1910
1929
 
1911
1930
  # Returns information about the upload buffer of a gateway. This
1912
- # operation is supported for both the stored volume and cached volumes
1931
+ # operation is supported for the stored volume, cached volume and tape
1913
1932
  # gateway architectures.
1914
1933
  #
1915
1934
  # The response includes disk IDs that are configured as upload buffer
@@ -1954,7 +1973,7 @@ module Aws::StorageGateway
1954
1973
  # specified tape gateway. In the response, AWS Storage Gateway returns
1955
1974
  # VTL device information.
1956
1975
  #
1957
- # This operation is only supported in tape gateways.
1976
+ # This operation is only supported in the tape gateway architecture.
1958
1977
  #
1959
1978
  # @option params [required, String] :gateway_arn
1960
1979
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -2018,12 +2037,12 @@ module Aws::StorageGateway
2018
2037
 
2019
2038
  # Returns information about the working storage of a gateway. This
2020
2039
  # operation is only supported in the stored volumes gateway
2021
- # architecture. This operation is deprecated in cached-volumes API
2040
+ # architecture. This operation is deprecated in cached volumes API
2022
2041
  # version (20120630). Use DescribeUploadBuffer instead.
2023
2042
  #
2024
2043
  # <note markdown="1"> Working storage is also referred to as upload buffer. You can also use
2025
- # the DescribeUploadBuffer operation to add upload buffer to a
2026
- # stored-volume gateway.
2044
+ # the DescribeUploadBuffer operation to add upload buffer to a stored
2045
+ # volume gateway.
2027
2046
  #
2028
2047
  # </note>
2029
2048
  #
@@ -2064,12 +2083,13 @@ module Aws::StorageGateway
2064
2083
  req.send_request(options)
2065
2084
  end
2066
2085
 
2067
- # Disables a gateway when the gateway is no longer functioning. For
2086
+ # Disables a tape gateway when the gateway is no longer functioning. For
2068
2087
  # example, if your gateway VM is damaged, you can disable the gateway so
2069
2088
  # you can recover virtual tapes.
2070
2089
  #
2071
2090
  # Use this operation for a tape gateway that is not reachable or not
2072
- # functioning.
2091
+ # functioning. This operation is only supported in the tape gateway
2092
+ # architectures.
2073
2093
  #
2074
2094
  # Once a gateway is disabled it cannot be enabled.
2075
2095
  #
@@ -2102,7 +2122,7 @@ module Aws::StorageGateway
2102
2122
 
2103
2123
  # Gets a list of the file shares for a specific file gateway, or the
2104
2124
  # list of file shares that belong to the calling user account. This
2105
- # operation is only supported in file gateways.
2125
+ # operation is only supported in the file gateway architecture.
2106
2126
  #
2107
2127
  # @option params [String] :gateway_arn
2108
2128
  # The Amazon resource Name (ARN) of the gateway whose file shares you
@@ -2251,7 +2271,9 @@ module Aws::StorageGateway
2251
2271
  req.send_request(options)
2252
2272
  end
2253
2273
 
2254
- # Lists the tags that have been added to the specified resource.
2274
+ # Lists the tags that have been added to the specified resource. This
2275
+ # operation is only supported in the cached volume, stored volume and
2276
+ # tape gateway architecture.
2255
2277
  #
2256
2278
  # @option params [required, String] :resource_arn
2257
2279
  # The Amazon Resource Name (ARN) of the resource for which you want to
@@ -2308,7 +2330,7 @@ module Aws::StorageGateway
2308
2330
  # the number of tapes returned in the response is truncated, the
2309
2331
  # response includes a `Marker` element that you can use in your
2310
2332
  # subsequent request to retrieve the next set of tapes. This operation
2311
- # is only supported in tape gateways.
2333
+ # is only supported in the tape gateway architecture.
2312
2334
  #
2313
2335
  # @option params [Array<String>] :tape_arns
2314
2336
  # The Amazon Resource Name (ARN) of each of the tapes you want to list.
@@ -2357,6 +2379,8 @@ module Aws::StorageGateway
2357
2379
 
2358
2380
  # Lists iSCSI initiators that are connected to a volume. You can use
2359
2381
  # this operation to determine whether a volume is being used or not.
2382
+ # This operation is only supported in the cached volume and stored
2383
+ # volume gateway architecture.
2360
2384
  #
2361
2385
  # @option params [required, String] :volume_arn
2362
2386
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
@@ -2387,7 +2411,7 @@ module Aws::StorageGateway
2387
2411
  end
2388
2412
 
2389
2413
  # Lists the recovery points for a specified gateway. This operation is
2390
- # only supported in the cached volumes gateway architecture.
2414
+ # only supported in the cached volume gateway architecture.
2391
2415
  #
2392
2416
  # Each cache volume has one recovery point. A volume recovery point is a
2393
2417
  # point in time at which all data of the volume is consistent and from
@@ -2438,7 +2462,9 @@ module Aws::StorageGateway
2438
2462
  # field in the body to limit the number of volumes in the response. If
2439
2463
  # the number of volumes returned in the response is truncated, the
2440
2464
  # response includes a Marker field. You can use this Marker value in
2441
- # your subsequent request to retrieve the next set of volumes.
2465
+ # your subsequent request to retrieve the next set of volumes. This
2466
+ # operation is only supported in the cached volume and stored volume
2467
+ # gateway architectures.
2442
2468
  #
2443
2469
  # @option params [String] :gateway_arn
2444
2470
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -2518,7 +2544,9 @@ module Aws::StorageGateway
2518
2544
  req.send_request(options)
2519
2545
  end
2520
2546
 
2521
- # Removes one or more tags from the specified resource.
2547
+ # Removes one or more tags from the specified resource. This operation
2548
+ # is only supported in the cached volume, stored volume and tape gateway
2549
+ # architectures.
2522
2550
  #
2523
2551
  # @option params [required, String] :resource_arn
2524
2552
  # The Amazon Resource Name (ARN) of the resource you want to remove the
@@ -2558,7 +2586,8 @@ module Aws::StorageGateway
2558
2586
  # operations on virtual tapes in the gateway. For example, an error can
2559
2587
  # occur when a disk is corrupted or removed from the gateway. When a
2560
2588
  # cache is reset, the gateway loses its cache storage. At this point you
2561
- # can reconfigure the disks as cache disks.
2589
+ # can reconfigure the disks as cache disks. This operation is only
2590
+ # supported in the cached volume,tape and file gateway architectures.
2562
2591
  #
2563
2592
  # If the cache disk you are resetting contains data that has not been
2564
2593
  # uploaded to Amazon S3 yet, that data can be lost. After you reset
@@ -2596,11 +2625,14 @@ module Aws::StorageGateway
2596
2625
  # Retrieves an archived virtual tape from the virtual tape shelf (VTS)
2597
2626
  # to a tape gateway. Virtual tapes archived in the VTS are not
2598
2627
  # associated with any gateway. However after a tape is retrieved, it is
2599
- # associated with a gateway, even though it is also listed in the VTS.
2628
+ # associated with a gateway, even though it is also listed in the VTS,
2629
+ # that is, archive. This operation is only supported in the tape gateway
2630
+ # architecture.
2600
2631
  #
2601
2632
  # Once a tape is successfully retrieved to a gateway, it cannot be
2602
2633
  # retrieved again to another gateway. You must archive the tape again
2603
- # before you can retrieve it to another gateway.
2634
+ # before you can retrieve it to another gateway. This operation is only
2635
+ # supported in the tape gateway architecture.
2604
2636
  #
2605
2637
  # @option params [required, String] :tape_arn
2606
2638
  # The Amazon Resource Name (ARN) of the virtual tape you want to
@@ -2638,7 +2670,8 @@ module Aws::StorageGateway
2638
2670
  req.send_request(options)
2639
2671
  end
2640
2672
 
2641
- # Retrieves the recovery point for the specified virtual tape.
2673
+ # Retrieves the recovery point for the specified virtual tape. This
2674
+ # operation is only supported in the tape gateway architecture.
2642
2675
  #
2643
2676
  # A recovery point is a point in time view of a virtual tape at which
2644
2677
  # all the data on the tape is consistent. If your gateway crashes,
@@ -2723,7 +2756,7 @@ module Aws::StorageGateway
2723
2756
  # Amazon Resource Name (ARN) of the gateway in the body of your request.
2724
2757
  #
2725
2758
  # The operation shuts down the gateway service component running in the
2726
- # storage gateway's virtual machine (VM) and not the VM.
2759
+ # gateway's virtual machine (VM) and not the host VM.
2727
2760
  #
2728
2761
  # <note markdown="1"> If you want to shut down the VM, it is recommended that you first shut
2729
2762
  # down the gateway component in the VM to avoid unpredictable
@@ -3071,14 +3104,31 @@ module Aws::StorageGateway
3071
3104
  req.send_request(options)
3072
3105
  end
3073
3106
 
3074
- # Updates a file share. This operation is only supported in file
3075
- # gateways.
3107
+ # Updates a file share. This operation is only supported in the file
3108
+ # gateway architecture.
3076
3109
  #
3077
3110
  # <note markdown="1"> To leave a file share field unchanged, set the corresponding input
3078
3111
  # field to null.
3079
3112
  #
3080
3113
  # </note>
3081
3114
  #
3115
+ # Updates the following file share setting:
3116
+ #
3117
+ # * Default storage class for your S3 bucket
3118
+ #
3119
+ # * Metadata defaults for your S3 bucket
3120
+ #
3121
+ # * Allowed NFS clients for your file share
3122
+ #
3123
+ # * Squash settings
3124
+ #
3125
+ # * Write status of your file share
3126
+ #
3127
+ # <note markdown="1"> To leave a file share field unchanged, set the corresponding input
3128
+ # field to null. This operation is only supported in file gateways.
3129
+ #
3130
+ # </note>
3131
+ #
3082
3132
  # @option params [required, String] :file_share_arn
3083
3133
  # The Amazon Resource Name (ARN) of the file share to be updated.
3084
3134
  #
@@ -3104,14 +3154,17 @@ module Aws::StorageGateway
3104
3154
  # list must contain either valid IP addresses or valid CIDR blocks.
3105
3155
  #
3106
3156
  # @option params [String] :squash
3107
- # Indicates the user mapped to anonymous user. Valid options:
3108
- # "RootSquash" - Only root is mapped to anonymous user, "NoSquash" -
3109
- # No one is mapped to anonymous user or "AllSquash" - Everyone is
3110
- # mapped to anonymous user.
3157
+ # The user mapped to anonymous user. Valid options are the following:
3158
+ #
3159
+ # * "RootSquash" - Only root is mapped to anonymous user.
3160
+ #
3161
+ # * "NoSquash" - No one is mapped to anonymous user
3162
+ #
3163
+ # * "AllSquash" - Everyone is mapped to anonymous user.
3111
3164
  #
3112
3165
  # @option params [Boolean] :read_only
3113
- # Sets the write status of a file share. "true", if the write status
3114
- # is read-only; otherwise "false.
3166
+ # Sets the write status of a file share: "true" if the write status is
3167
+ # read-only, and otherwise "false".
3115
3168
  #
3116
3169
  # @return [Types::UpdateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3117
3170
  #
@@ -3148,7 +3201,9 @@ module Aws::StorageGateway
3148
3201
  req.send_request(options)
3149
3202
  end
3150
3203
 
3151
- # Updates a snapshot schedule configured for a gateway volume.
3204
+ # Updates a snapshot schedule configured for a gateway volume. This
3205
+ # operation is only supported in the cached volume and stored volume
3206
+ # gateway architectures.
3152
3207
  #
3153
3208
  # The default snapshot schedule for volume is once every 24 hours,
3154
3209
  # starting at the creation time of the volume. You can use this API to
@@ -3205,7 +3260,7 @@ module Aws::StorageGateway
3205
3260
  # activate a tape gateway, you select a medium changer type for the tape
3206
3261
  # gateway. This operation enables you to select a different type of
3207
3262
  # medium changer after a tape gateway is activated. This operation is
3208
- # only supported in tape gateways.
3263
+ # only supported in the tape gateway architecture.
3209
3264
  #
3210
3265
  # @option params [required, String] :vtl_device_arn
3211
3266
  # The Amazon Resource Name (ARN) of the medium changer you want to
@@ -3253,7 +3308,7 @@ module Aws::StorageGateway
3253
3308
  params: params,
3254
3309
  config: config)
3255
3310
  context[:gem_name] = 'aws-sdk-storagegateway'
3256
- context[:gem_version] = '1.0.0.rc7'
3311
+ context[:gem_version] = '1.0.0.rc8'
3257
3312
  Seahorse::Client::Request.new(handlers, context)
3258
3313
  end
3259
3314
 
@@ -217,6 +217,7 @@ module Aws::StorageGateway
217
217
  TapeRecoveryPointStatus = Shapes::StringShape.new(name: 'TapeRecoveryPointStatus')
218
218
  TapeSize = Shapes::IntegerShape.new(name: 'TapeSize')
219
219
  TapeStatus = Shapes::StringShape.new(name: 'TapeStatus')
220
+ TapeUsage = Shapes::IntegerShape.new(name: 'TapeUsage')
220
221
  Tapes = Shapes::ListShape.new(name: 'Tapes')
221
222
  TargetARN = Shapes::StringShape.new(name: 'TargetARN')
222
223
  TargetName = Shapes::StringShape.new(name: 'TargetName')
@@ -833,6 +834,7 @@ module Aws::StorageGateway
833
834
  Tape.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeStatus, location_name: "TapeStatus"))
834
835
  Tape.add_member(:vtl_device, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDevice"))
835
836
  Tape.add_member(:progress, Shapes::ShapeRef.new(shape: DoubleObject, location_name: "Progress"))
837
+ Tape.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
836
838
  Tape.struct_class = Types::Tape
837
839
 
838
840
  TapeARNs.member = Shapes::ShapeRef.new(shape: TapeARN)
@@ -844,6 +846,7 @@ module Aws::StorageGateway
844
846
  TapeArchive.add_member(:completion_time, Shapes::ShapeRef.new(shape: Time, location_name: "CompletionTime"))
845
847
  TapeArchive.add_member(:retrieved_to, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "RetrievedTo"))
846
848
  TapeArchive.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeArchiveStatus, location_name: "TapeStatus"))
849
+ TapeArchive.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
847
850
  TapeArchive.struct_class = Types::TapeArchive
848
851
 
849
852
  TapeArchives.member = Shapes::ShapeRef.new(shape: TapeArchive)
@@ -54,22 +54,25 @@ module Aws::StorageGateway
54
54
  #
55
55
  # @!attribute [rw] gateway_timezone
56
56
  # A value that indicates the time zone you want to set for the
57
- # gateway. The time zone is used, for example, for scheduling
58
- # snapshots and your gateway's maintenance schedule.
57
+ # gateway. The time zone is of the format "GMT-hr:mm" or
58
+ # "GMT+hr:mm". For example, GMT-4:00 indicates the time is 4 hours
59
+ # behind GMT. GMT+2:00 indicates the time is 2 hours ahead of GMT. The
60
+ # time zone is used, for example, for scheduling snapshots and your
61
+ # gateway's maintenance schedule.
59
62
  # @return [String]
60
63
  #
61
64
  # @!attribute [rw] gateway_region
62
- # A value that indicates the region where you want to store the
63
- # snapshot backups. The gateway region specified must be the same
64
- # region as the region in your `Host` header in the request. For more
65
- # information about available regions and endpoints for AWS Storage
66
- # Gateway, see [Regions and Endpoints][1] in the *Amazon Web Services
67
- # Glossary*.
65
+ # A value that indicates the region where you want to store your data.
66
+ # The gateway region specified must be the same region as the region
67
+ # in your `Host` header in the request. For more information about
68
+ # available regions and endpoints for AWS Storage Gateway, see
69
+ # [Regions and Endpoints][1] in the *Amazon Web Services Glossary*.
68
70
  #
69
71
  # Valid Values: "us-east-1", "us-east-2", "us-west-1",
70
72
  # "us-west-2", "ca-central-1", "eu-west-1", "eu-central-1",
71
73
  # "eu-west-2", "ap-northeast-1", "ap-northeast-2",
72
- # "ap-southeast-1", "ap-southeast-2", "sa-east-1"
74
+ # "ap-southeast-1", "ap-southeast-2", "ap-south-1",
75
+ # "sa-east-1"
73
76
  #
74
77
  #
75
78
  #
@@ -351,6 +354,8 @@ module Aws::StorageGateway
351
354
  # @return [Types::VolumeiSCSIAttributes]
352
355
  #
353
356
  # @!attribute [rw] created_date
357
+ # The date the volume was created. Volumes created prior to March 28,
358
+ # 2017 don’t have this time stamp.
354
359
  # @return [Time]
355
360
  #
356
361
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CachediSCSIVolume AWS API Documentation
@@ -609,7 +614,7 @@ module Aws::StorageGateway
609
614
  # @return [String]
610
615
  #
611
616
  # @!attribute [rw] location_arn
612
- # The ARN of the backend storage used for storing file data.
617
+ # The ARN of the backed storage used for storing file data.
613
618
  # @return [String]
614
619
  #
615
620
  # @!attribute [rw] default_storage_class
@@ -625,15 +630,18 @@ module Aws::StorageGateway
625
630
  # @return [Array<String>]
626
631
  #
627
632
  # @!attribute [rw] squash
628
- # Maps a user to anonymous user. Valid options: "RootSquash" - Only
629
- # root is mapped to anonymous user, "NoSquash" - No one is mapped to
630
- # anonymous user or "AllSquash" - Everyone is mapped to anonymous
631
- # user.
633
+ # Maps a user to anonymous user. Valid options are the following:
634
+ #
635
+ # * "RootSquash" - Only root is mapped to anonymous user.
636
+ #
637
+ # * "NoSquash" - No one is mapped to anonymous user.
638
+ #
639
+ # * "AllSquash" - Everyone is mapped to anonymous user.
632
640
  # @return [String]
633
641
  #
634
642
  # @!attribute [rw] read_only
635
- # Sets the write status of a file share. "true", if the write status
636
- # is read-only; otherwise "false.
643
+ # Sets the write status of a file share: "true" if the write status
644
+ # is read-only, and otherwise "false".
637
645
  # @return [Boolean]
638
646
  #
639
647
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
@@ -1910,8 +1918,8 @@ module Aws::StorageGateway
1910
1918
  # @!attribute [rw] tape_arns
1911
1919
  # Specifies one or more unique Amazon Resource Names (ARNs) that
1912
1920
  # represent the virtual tapes you want to describe. If this parameter
1913
- # is not specified, AWS Storage Gateway returns a description of all
1914
- # virtual tapes associated with the specified gateway.
1921
+ # is not specified, Tape gateway returns a description of all virtual
1922
+ # tapes associated with the specified gateway.
1915
1923
  # @return [Array<String>]
1916
1924
  #
1917
1925
  # @!attribute [rw] marker
@@ -2713,7 +2721,7 @@ module Aws::StorageGateway
2713
2721
  # permissions assigned to them. Upon discovery in an S3 bucket by
2714
2722
  # Storage Gateway, the S3 objects that represent files and folders are
2715
2723
  # assigned these default Unix permissions. This operation is only
2716
- # supported in file gateways.
2724
+ # supported in the file gateway architecture.
2717
2725
  #
2718
2726
  # @note When making an API call, you may pass NFSFileShareDefaults
2719
2727
  # data as a hash:
@@ -2758,8 +2766,8 @@ module Aws::StorageGateway
2758
2766
  end
2759
2767
 
2760
2768
  # The Unix file permissions and ownership information assigned, by
2761
- # default, to native S3 objects when Storage Gateway discovers them in
2762
- # S3 buckets. This operation is only supported in file gateways.
2769
+ # default, to native S3 objects when file gateway discovers them in S3
2770
+ # buckets. This operation is only supported in file gateways.
2763
2771
  #
2764
2772
  # @!attribute [rw] nfs_file_share_defaults
2765
2773
  # Describes file share default values. Files and folders stored as
@@ -2767,7 +2775,7 @@ module Aws::StorageGateway
2767
2775
  # permissions assigned to them. Upon discovery in an S3 bucket by
2768
2776
  # Storage Gateway, the S3 objects that represent files and folders are
2769
2777
  # assigned these default Unix permissions. This operation is only
2770
- # supported in file gateways.
2778
+ # supported in the file gateway architecture.
2771
2779
  # @return [Types::NFSFileShareDefaults]
2772
2780
  #
2773
2781
  # @!attribute [rw] file_share_arn
@@ -2824,15 +2832,19 @@ module Aws::StorageGateway
2824
2832
  # @return [Array<String>]
2825
2833
  #
2826
2834
  # @!attribute [rw] squash
2827
- # Indicates the user mapped to anonymous user. Valid options:
2828
- # "RootSquash" - Only root is mapped to anonymous user, "NoSquash"
2829
- # - No one is mapped to anonymous user or "AllSquash" - Everyone is
2830
- # mapped to anonymous user.
2835
+ # The user mapped to anonymous user. Valid options are the following:
2836
+ #
2837
+ # * "RootSquash" - Only root is mapped to anonymous user.
2838
+ #
2839
+ # * "NoSquash" - No one is mapped to anonymous user
2840
+ #
2841
+ # * "AllSquash" - Everyone is mapped to anonymous user.
2831
2842
  # @return [String]
2832
2843
  #
2833
2844
  # @!attribute [rw] read_only
2834
- # Indicates whether the write status of a file share is read-only.
2835
- # "true", if write status is read-only; otherwise "false".
2845
+ # A value that indicates whether the write status of a file share is
2846
+ # read-only: "true" if write status is read-only, and otherwise
2847
+ # "false".
2836
2848
  # @return [Boolean]
2837
2849
  #
2838
2850
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
@@ -3257,6 +3269,8 @@ module Aws::StorageGateway
3257
3269
  # @return [Types::VolumeiSCSIAttributes]
3258
3270
  #
3259
3271
  # @!attribute [rw] created_date
3272
+ # The date the volume was created. Volumes created prior to March 28,
3273
+ # 2017 don’t have this time stamp.
3260
3274
  # @return [Time]
3261
3275
  #
3262
3276
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StorediSCSIVolume AWS API Documentation
@@ -3309,10 +3323,11 @@ module Aws::StorageGateway
3309
3323
  # @return [String]
3310
3324
  #
3311
3325
  # @!attribute [rw] tape_created_date
3326
+ # The date the virtual tape was created.
3312
3327
  # @return [Time]
3313
3328
  #
3314
3329
  # @!attribute [rw] tape_size_in_bytes
3315
- # The size, in bytes, of the virtual tape.
3330
+ # The size, in bytes, of the virtual tape capacity.
3316
3331
  # @return [Integer]
3317
3332
  #
3318
3333
  # @!attribute [rw] tape_status
@@ -3331,6 +3346,14 @@ module Aws::StorageGateway
3331
3346
  # Range: 0 (not started) to 100 (complete).
3332
3347
  # @return [Float]
3333
3348
  #
3349
+ # @!attribute [rw] tape_used_in_bytes
3350
+ # The size, in bytes, of data written to the virtual tape.
3351
+ #
3352
+ # <note markdown="1"> This value is not available for tapes created prior to May,13 2015.
3353
+ #
3354
+ # </note>
3355
+ # @return [Integer]
3356
+ #
3334
3357
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
3335
3358
  #
3336
3359
  class Tape < Struct.new(
@@ -3340,7 +3363,8 @@ module Aws::StorageGateway
3340
3363
  :tape_size_in_bytes,
3341
3364
  :tape_status,
3342
3365
  :vtl_device,
3343
- :progress)
3366
+ :progress,
3367
+ :tape_used_in_bytes)
3344
3368
  include Aws::Structure
3345
3369
  end
3346
3370
 
@@ -3380,6 +3404,14 @@ module Aws::StorageGateway
3380
3404
  # The current state of the archived virtual tape.
3381
3405
  # @return [String]
3382
3406
  #
3407
+ # @!attribute [rw] tape_used_in_bytes
3408
+ # The size, in bytes, of data written to the virtual tape.
3409
+ #
3410
+ # <note markdown="1"> This value is not available for tapes created prior to May,13 2015.
3411
+ #
3412
+ # </note>
3413
+ # @return [Integer]
3414
+ #
3383
3415
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
3384
3416
  #
3385
3417
  class TapeArchive < Struct.new(
@@ -3389,7 +3421,8 @@ module Aws::StorageGateway
3389
3421
  :tape_size_in_bytes,
3390
3422
  :completion_time,
3391
3423
  :retrieved_to,
3392
- :tape_status)
3424
+ :tape_status,
3425
+ :tape_used_in_bytes)
3393
3426
  include Aws::Structure
3394
3427
  end
3395
3428
 
@@ -3792,15 +3825,18 @@ module Aws::StorageGateway
3792
3825
  # @return [Array<String>]
3793
3826
  #
3794
3827
  # @!attribute [rw] squash
3795
- # Indicates the user mapped to anonymous user. Valid options:
3796
- # "RootSquash" - Only root is mapped to anonymous user, "NoSquash"
3797
- # - No one is mapped to anonymous user or "AllSquash" - Everyone is
3798
- # mapped to anonymous user.
3828
+ # The user mapped to anonymous user. Valid options are the following:
3829
+ #
3830
+ # * "RootSquash" - Only root is mapped to anonymous user.
3831
+ #
3832
+ # * "NoSquash" - No one is mapped to anonymous user
3833
+ #
3834
+ # * "AllSquash" - Everyone is mapped to anonymous user.
3799
3835
  # @return [String]
3800
3836
  #
3801
3837
  # @!attribute [rw] read_only
3802
- # Sets the write status of a file share. "true", if the write status
3803
- # is read-only; otherwise "false.
3838
+ # Sets the write status of a file share: "true" if the write status
3839
+ # is read-only, and otherwise "false".
3804
3840
  # @return [Boolean]
3805
3841
  #
3806
3842
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
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.0.0.rc7
4
+ version: 1.0.0.rc8
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: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0.rc12
19
+ version: 3.0.0.rc13
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.0.rc12
26
+ version: 3.0.0.rc13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement