aws-sdk-storagegateway 1.0.0.rc13 → 1.0.0.rc14

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: 0f417620f91d3df65e7038ee62442e2ae5cb9bd9
4
- data.tar.gz: df1d9de5bb623c5ec5c6cada7f8e73c1c59badbb
3
+ metadata.gz: 88968db799f08eb6e4ed221d57aed8266857fc7e
4
+ data.tar.gz: 2f23845ecfbe16c1cfc1ccc474782870d88756c0
5
5
  SHA512:
6
- metadata.gz: a12dfbee0da93f2ffd9c759d53511bb402b7398513b773d4e15f107c7aa5b73fffe867e2764d644f5dc06dae1ec45f6691760aee04f2574c138defd2ee437fb1
7
- data.tar.gz: f4c1c27d7bbf2c0aa3505c6315ce2d5bd42ec87aee26d7606e9116a4d87934681dd0f784079a8854f4c49f44551522de85b6a4ef964d62bbd32f42b0d51959cc
6
+ metadata.gz: af3858504bc143540fb137d53bfec5bb2c1074c5a5ae140d5ba5e1d0ca1a19aa49ab54702c29a5cea8fa0b693265766a28eea9e3d9dc00c28a833cda7b605199
7
+ data.tar.gz: a245d2e19103ed319b9a13fe6cf574f80d9e70ed4bf88058adbc2cfaa6acf9f84fbc9296ef777bf489c64080d17e473431a0b9fec8ae93f398779c6847df9fb3
@@ -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.rc13'
45
+ GEM_VERSION = '1.0.0.rc14'
46
46
 
47
47
  end
@@ -1053,7 +1053,7 @@ module Aws::StorageGateway
1053
1053
  # The name of the iSCSI target used by initiators to connect to the
1054
1054
  # target and as a suffix for the target ARN. For example, specifying
1055
1055
  # `TargetName` as *myvolume* results in the target ARN of
1056
- # arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume.
1056
+ # arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume.
1057
1057
  # The target name must be unique across all volumes of a gateway.
1058
1058
  #
1059
1059
  # @option params [required, String] :network_interface_id
@@ -1118,8 +1118,10 @@ module Aws::StorageGateway
1118
1118
  end
1119
1119
 
1120
1120
  # Creates a virtual tape by using your own barcode. You write data to
1121
- # the virtual tape and then archive the tape. This operation is only
1122
- # supported in the tape gateway architecture.
1121
+ # the virtual tape and then archive the tape. A barcode is unique and
1122
+ # can not be reused if it has already been used on a tape . This applies
1123
+ # to barcodes used on deleted tapes. This operation is only supported in
1124
+ # the tape gateway. architecture.
1123
1125
  #
1124
1126
  # <note markdown="1"> Cache storage must be allocated to the gateway before you can create a
1125
1127
  # virtual tape. Use the AddCache operation to add cache storage to a
@@ -1142,6 +1144,11 @@ module Aws::StorageGateway
1142
1144
  # @option params [required, String] :tape_barcode
1143
1145
  # The barcode that you want to assign to the tape.
1144
1146
  #
1147
+ # <note markdown="1"> Barcodes cannot be reused. This includes barcodes used for tapes that
1148
+ # have been deleted.
1149
+ #
1150
+ # </note>
1151
+ #
1145
1152
  # @return [Types::CreateTapeWithBarcodeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1146
1153
  #
1147
1154
  # * {Types::CreateTapeWithBarcodeOutput#tape_arn #tape_arn} => String
@@ -1391,6 +1398,12 @@ module Aws::StorageGateway
1391
1398
  # @option params [required, String] :file_share_arn
1392
1399
  # The Amazon Resource Name (ARN) of the file share to be deleted.
1393
1400
  #
1401
+ # @option params [Boolean] :force_delete
1402
+ # If set to true, deletes a file share immediately and aborts all data
1403
+ # uploads to AWS. Otherwise the file share is not deleted until all data
1404
+ # is uploaded to AWS. This process aborts the data upload process and
1405
+ # the file share enters the FORCE\_DELETING status.
1406
+ #
1394
1407
  # @return [Types::DeleteFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1395
1408
  #
1396
1409
  # * {Types::DeleteFileShareOutput#file_share_arn #file_share_arn} => String
@@ -1399,6 +1412,7 @@ module Aws::StorageGateway
1399
1412
  #
1400
1413
  # resp = client.delete_file_share({
1401
1414
  # file_share_arn: "FileShareARN", # required
1415
+ # force_delete: false,
1402
1416
  # })
1403
1417
  #
1404
1418
  # @example Response structure
@@ -3397,8 +3411,9 @@ module Aws::StorageGateway
3397
3411
  end
3398
3412
 
3399
3413
  # Refreshes the cache for the specified file share. This operation finds
3400
- # objects in the Amazon S3 bucket that were added or removed since the
3401
- # gateway last listed the bucket's contents and cached the results.
3414
+ # objects in the Amazon S3 bucket that were added, removed or replaced
3415
+ # since the gateway last listed the bucket's contents and cached the
3416
+ # results.
3402
3417
  #
3403
3418
  # @option params [required, String] :file_share_arn
3404
3419
  # The Amazon Resource Name (ARN) of the file share.
@@ -4233,7 +4248,7 @@ module Aws::StorageGateway
4233
4248
  #
4234
4249
  # @option params [Boolean] :read_only
4235
4250
  # Sets the write status of a file share: "true" if the write status is
4236
- # read-only, and otherwise "false".
4251
+ # read-only, otherwise "false".
4237
4252
  #
4238
4253
  # @return [Types::UpdateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4239
4254
  #
@@ -4409,7 +4424,7 @@ module Aws::StorageGateway
4409
4424
  params: params,
4410
4425
  config: config)
4411
4426
  context[:gem_name] = 'aws-sdk-storagegateway'
4412
- context[:gem_version] = '1.0.0.rc13'
4427
+ context[:gem_version] = '1.0.0.rc14'
4413
4428
  Seahorse::Client::Request.new(handlers, context)
4414
4429
  end
4415
4430
 
@@ -430,6 +430,7 @@ module Aws::StorageGateway
430
430
  DeleteChapCredentialsOutput.struct_class = Types::DeleteChapCredentialsOutput
431
431
 
432
432
  DeleteFileShareInput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, required: true, location_name: "FileShareARN"))
433
+ DeleteFileShareInput.add_member(:force_delete, Shapes::ShapeRef.new(shape: boolean, location_name: "ForceDelete"))
433
434
  DeleteFileShareInput.struct_class = Types::DeleteFileShareInput
434
435
 
435
436
  DeleteFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -332,7 +332,7 @@ module Aws::StorageGateway
332
332
  # @return [String]
333
333
  #
334
334
  # @!attribute [rw] volume_size_in_bytes
335
- # The size of the volume in bytes.
335
+ # The size, in bytes, of the volume capacity.
336
336
  # @return [Integer]
337
337
  #
338
338
  # @!attribute [rw] volume_progress
@@ -834,7 +834,7 @@ module Aws::StorageGateway
834
834
  # The name of the iSCSI target used by initiators to connect to the
835
835
  # target and as a suffix for the target ARN. For example, specifying
836
836
  # `TargetName` as *myvolume* results in the target ARN of
837
- # arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume.
837
+ # arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume.
838
838
  # The target name must be unique across all volumes of a gateway.
839
839
  # @return [String]
840
840
  #
@@ -910,6 +910,11 @@ module Aws::StorageGateway
910
910
  #
911
911
  # @!attribute [rw] tape_barcode
912
912
  # The barcode that you want to assign to the tape.
913
+ #
914
+ # <note markdown="1"> Barcodes cannot be reused. This includes barcodes used for tapes
915
+ # that have been deleted.
916
+ #
917
+ # </note>
913
918
  # @return [String]
914
919
  #
915
920
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcodeInput AWS API Documentation
@@ -1118,16 +1123,25 @@ module Aws::StorageGateway
1118
1123
  #
1119
1124
  # {
1120
1125
  # file_share_arn: "FileShareARN", # required
1126
+ # force_delete: false,
1121
1127
  # }
1122
1128
  #
1123
1129
  # @!attribute [rw] file_share_arn
1124
1130
  # The Amazon Resource Name (ARN) of the file share to be deleted.
1125
1131
  # @return [String]
1126
1132
  #
1133
+ # @!attribute [rw] force_delete
1134
+ # If set to true, deletes a file share immediately and aborts all data
1135
+ # uploads to AWS. Otherwise the file share is not deleted until all
1136
+ # data is uploaded to AWS. This process aborts the data upload process
1137
+ # and the file share enters the FORCE\_DELETING status.
1138
+ # @return [Boolean]
1139
+ #
1127
1140
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteFileShareInput AWS API Documentation
1128
1141
  #
1129
1142
  class DeleteFileShareInput < Struct.new(
1130
- :file_share_arn)
1143
+ :file_share_arn,
1144
+ :force_delete)
1131
1145
  include Aws::Structure
1132
1146
  end
1133
1147
 
@@ -3349,7 +3363,7 @@ module Aws::StorageGateway
3349
3363
  # @!attribute [rw] tape_used_in_bytes
3350
3364
  # The size, in bytes, of data written to the virtual tape.
3351
3365
  #
3352
- # <note markdown="1"> This value is not available for tapes created prior to May,13 2015.
3366
+ # <note markdown="1"> This value is not available for tapes created prior to May 13, 2015.
3353
3367
  #
3354
3368
  # </note>
3355
3369
  # @return [Integer]
@@ -3407,7 +3421,7 @@ module Aws::StorageGateway
3407
3421
  # @!attribute [rw] tape_used_in_bytes
3408
3422
  # The size, in bytes, of data written to the virtual tape.
3409
3423
  #
3410
- # <note markdown="1"> This value is not available for tapes created prior to May,13 2015.
3424
+ # <note markdown="1"> This value is not available for tapes created prior to May 13, 2015.
3411
3425
  #
3412
3426
  # </note>
3413
3427
  # @return [Integer]
@@ -3836,7 +3850,7 @@ module Aws::StorageGateway
3836
3850
  #
3837
3851
  # @!attribute [rw] read_only
3838
3852
  # Sets the write status of a file share: "true" if the write status
3839
- # is read-only, and otherwise "false".
3853
+ # is read-only, otherwise "false".
3840
3854
  # @return [Boolean]
3841
3855
  #
3842
3856
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
@@ -4007,7 +4021,7 @@ module Aws::StorageGateway
4007
4021
  # The Amazon Resource Name (ARN) for the storage volume. For example,
4008
4022
  # the following is a valid ARN:
4009
4023
  #
4010
- # `arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB`
4024
+ # `arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB`
4011
4025
  #
4012
4026
  # Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and
4013
4027
  # hyphens (-).
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.rc13
4
+ version: 1.0.0.rc14
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-08-01 00:00:00.000000000 Z
11
+ date: 2017-08-14 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.rc19
19
+ version: 3.0.0.rc20
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.rc19
26
+ version: 3.0.0.rc20
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement