aws-sdk-storagegateway 1.37.0 → 1.38.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.
@@ -29,6 +29,10 @@ module Aws::StorageGateway
29
29
  AttachVolumeOutput = Shapes::StructureShape.new(name: 'AttachVolumeOutput')
30
30
  AuditDestinationARN = Shapes::StringShape.new(name: 'AuditDestinationARN')
31
31
  Authentication = Shapes::StringShape.new(name: 'Authentication')
32
+ AutomaticTapeCreationPolicyInfo = Shapes::StructureShape.new(name: 'AutomaticTapeCreationPolicyInfo')
33
+ AutomaticTapeCreationPolicyInfos = Shapes::ListShape.new(name: 'AutomaticTapeCreationPolicyInfos')
34
+ AutomaticTapeCreationRule = Shapes::StructureShape.new(name: 'AutomaticTapeCreationRule')
35
+ AutomaticTapeCreationRules = Shapes::ListShape.new(name: 'AutomaticTapeCreationRules')
32
36
  AvailabilityMonitorTestStatus = Shapes::StringShape.new(name: 'AvailabilityMonitorTestStatus')
33
37
  BandwidthDownloadRateLimit = Shapes::IntegerShape.new(name: 'BandwidthDownloadRateLimit')
34
38
  BandwidthType = Shapes::StringShape.new(name: 'BandwidthType')
@@ -64,6 +68,8 @@ module Aws::StorageGateway
64
68
  CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate')
65
69
  DayOfMonth = Shapes::IntegerShape.new(name: 'DayOfMonth')
66
70
  DayOfWeek = Shapes::IntegerShape.new(name: 'DayOfWeek')
71
+ DeleteAutomaticTapeCreationPolicyInput = Shapes::StructureShape.new(name: 'DeleteAutomaticTapeCreationPolicyInput')
72
+ DeleteAutomaticTapeCreationPolicyOutput = Shapes::StructureShape.new(name: 'DeleteAutomaticTapeCreationPolicyOutput')
67
73
  DeleteBandwidthRateLimitInput = Shapes::StructureShape.new(name: 'DeleteBandwidthRateLimitInput')
68
74
  DeleteBandwidthRateLimitOutput = Shapes::StructureShape.new(name: 'DeleteBandwidthRateLimitOutput')
69
75
  DeleteChapCredentialsInput = Shapes::StructureShape.new(name: 'DeleteChapCredentialsInput')
@@ -173,6 +179,8 @@ module Aws::StorageGateway
173
179
  JoinDomainOutput = Shapes::StructureShape.new(name: 'JoinDomainOutput')
174
180
  KMSKey = Shapes::StringShape.new(name: 'KMSKey')
175
181
  LastSoftwareUpdate = Shapes::StringShape.new(name: 'LastSoftwareUpdate')
182
+ ListAutomaticTapeCreationPoliciesInput = Shapes::StructureShape.new(name: 'ListAutomaticTapeCreationPoliciesInput')
183
+ ListAutomaticTapeCreationPoliciesOutput = Shapes::StructureShape.new(name: 'ListAutomaticTapeCreationPoliciesOutput')
176
184
  ListFileSharesInput = Shapes::StructureShape.new(name: 'ListFileSharesInput')
177
185
  ListFileSharesOutput = Shapes::StructureShape.new(name: 'ListFileSharesOutput')
178
186
  ListGatewaysInput = Shapes::StructureShape.new(name: 'ListGatewaysInput')
@@ -193,6 +201,7 @@ module Aws::StorageGateway
193
201
  LocationARN = Shapes::StringShape.new(name: 'LocationARN')
194
202
  Marker = Shapes::StringShape.new(name: 'Marker')
195
203
  MediumChangerType = Shapes::StringShape.new(name: 'MediumChangerType')
204
+ MinimumNumTapes = Shapes::IntegerShape.new(name: 'MinimumNumTapes')
196
205
  MinuteOfHour = Shapes::IntegerShape.new(name: 'MinuteOfHour')
197
206
  NFSFileShareDefaults = Shapes::StructureShape.new(name: 'NFSFileShareDefaults')
198
207
  NFSFileShareInfo = Shapes::StructureShape.new(name: 'NFSFileShareInfo')
@@ -274,6 +283,8 @@ module Aws::StorageGateway
274
283
  TargetName = Shapes::StringShape.new(name: 'TargetName')
275
284
  Time = Shapes::TimestampShape.new(name: 'Time')
276
285
  TimeoutInSeconds = Shapes::IntegerShape.new(name: 'TimeoutInSeconds')
286
+ UpdateAutomaticTapeCreationPolicyInput = Shapes::StructureShape.new(name: 'UpdateAutomaticTapeCreationPolicyInput')
287
+ UpdateAutomaticTapeCreationPolicyOutput = Shapes::StructureShape.new(name: 'UpdateAutomaticTapeCreationPolicyOutput')
277
288
  UpdateBandwidthRateLimitInput = Shapes::StructureShape.new(name: 'UpdateBandwidthRateLimitInput')
278
289
  UpdateBandwidthRateLimitOutput = Shapes::StructureShape.new(name: 'UpdateBandwidthRateLimitOutput')
279
290
  UpdateChapCredentialsInput = Shapes::StructureShape.new(name: 'UpdateChapCredentialsInput')
@@ -379,6 +390,20 @@ module Aws::StorageGateway
379
390
  AttachVolumeOutput.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetARN, location_name: "TargetARN"))
380
391
  AttachVolumeOutput.struct_class = Types::AttachVolumeOutput
381
392
 
393
+ AutomaticTapeCreationPolicyInfo.add_member(:automatic_tape_creation_rules, Shapes::ShapeRef.new(shape: AutomaticTapeCreationRules, location_name: "AutomaticTapeCreationRules"))
394
+ AutomaticTapeCreationPolicyInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
395
+ AutomaticTapeCreationPolicyInfo.struct_class = Types::AutomaticTapeCreationPolicyInfo
396
+
397
+ AutomaticTapeCreationPolicyInfos.member = Shapes::ShapeRef.new(shape: AutomaticTapeCreationPolicyInfo)
398
+
399
+ AutomaticTapeCreationRule.add_member(:tape_barcode_prefix, Shapes::ShapeRef.new(shape: TapeBarcodePrefix, required: true, location_name: "TapeBarcodePrefix"))
400
+ AutomaticTapeCreationRule.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, required: true, location_name: "PoolId"))
401
+ AutomaticTapeCreationRule.add_member(:tape_size_in_bytes, Shapes::ShapeRef.new(shape: TapeSize, required: true, location_name: "TapeSizeInBytes"))
402
+ AutomaticTapeCreationRule.add_member(:minimum_num_tapes, Shapes::ShapeRef.new(shape: MinimumNumTapes, required: true, location_name: "MinimumNumTapes"))
403
+ AutomaticTapeCreationRule.struct_class = Types::AutomaticTapeCreationRule
404
+
405
+ AutomaticTapeCreationRules.member = Shapes::ShapeRef.new(shape: AutomaticTapeCreationRule)
406
+
382
407
  CachediSCSIVolume.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
383
408
  CachediSCSIVolume.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
384
409
  CachediSCSIVolume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
@@ -538,6 +563,12 @@ module Aws::StorageGateway
538
563
  CreateTapesOutput.add_member(:tape_arns, Shapes::ShapeRef.new(shape: TapeARNs, location_name: "TapeARNs"))
539
564
  CreateTapesOutput.struct_class = Types::CreateTapesOutput
540
565
 
566
+ DeleteAutomaticTapeCreationPolicyInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
567
+ DeleteAutomaticTapeCreationPolicyInput.struct_class = Types::DeleteAutomaticTapeCreationPolicyInput
568
+
569
+ DeleteAutomaticTapeCreationPolicyOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
570
+ DeleteAutomaticTapeCreationPolicyOutput.struct_class = Types::DeleteAutomaticTapeCreationPolicyOutput
571
+
541
572
  DeleteBandwidthRateLimitInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
542
573
  DeleteBandwidthRateLimitInput.add_member(:bandwidth_type, Shapes::ShapeRef.new(shape: BandwidthType, required: true, location_name: "BandwidthType"))
543
574
  DeleteBandwidthRateLimitInput.struct_class = Types::DeleteBandwidthRateLimitInput
@@ -849,6 +880,12 @@ module Aws::StorageGateway
849
880
  JoinDomainOutput.add_member(:active_directory_status, Shapes::ShapeRef.new(shape: ActiveDirectoryStatus, location_name: "ActiveDirectoryStatus"))
850
881
  JoinDomainOutput.struct_class = Types::JoinDomainOutput
851
882
 
883
+ ListAutomaticTapeCreationPoliciesInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
884
+ ListAutomaticTapeCreationPoliciesInput.struct_class = Types::ListAutomaticTapeCreationPoliciesInput
885
+
886
+ ListAutomaticTapeCreationPoliciesOutput.add_member(:automatic_tape_creation_policy_infos, Shapes::ShapeRef.new(shape: AutomaticTapeCreationPolicyInfos, location_name: "AutomaticTapeCreationPolicyInfos"))
887
+ ListAutomaticTapeCreationPoliciesOutput.struct_class = Types::ListAutomaticTapeCreationPoliciesOutput
888
+
852
889
  ListFileSharesInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
853
890
  ListFileSharesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
854
891
  ListFileSharesInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
@@ -1132,6 +1169,13 @@ module Aws::StorageGateway
1132
1169
 
1133
1170
  Tapes.member = Shapes::ShapeRef.new(shape: Tape)
1134
1171
 
1172
+ UpdateAutomaticTapeCreationPolicyInput.add_member(:automatic_tape_creation_rules, Shapes::ShapeRef.new(shape: AutomaticTapeCreationRules, required: true, location_name: "AutomaticTapeCreationRules"))
1173
+ UpdateAutomaticTapeCreationPolicyInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
1174
+ UpdateAutomaticTapeCreationPolicyInput.struct_class = Types::UpdateAutomaticTapeCreationPolicyInput
1175
+
1176
+ UpdateAutomaticTapeCreationPolicyOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
1177
+ UpdateAutomaticTapeCreationPolicyOutput.struct_class = Types::UpdateAutomaticTapeCreationPolicyOutput
1178
+
1135
1179
  UpdateBandwidthRateLimitInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
1136
1180
  UpdateBandwidthRateLimitInput.add_member(:average_upload_rate_limit_in_bits_per_sec, Shapes::ShapeRef.new(shape: BandwidthUploadRateLimit, location_name: "AverageUploadRateLimitInBitsPerSec"))
1137
1181
  UpdateBandwidthRateLimitInput.add_member(:average_download_rate_limit_in_bits_per_sec, Shapes::ShapeRef.new(shape: BandwidthDownloadRateLimit, location_name: "AverageDownloadRateLimitInBitsPerSec"))
@@ -1466,6 +1510,16 @@ module Aws::StorageGateway
1466
1510
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1467
1511
  end)
1468
1512
 
1513
+ api.add_operation(:delete_automatic_tape_creation_policy, Seahorse::Model::Operation.new.tap do |o|
1514
+ o.name = "DeleteAutomaticTapeCreationPolicy"
1515
+ o.http_method = "POST"
1516
+ o.http_request_uri = "/"
1517
+ o.input = Shapes::ShapeRef.new(shape: DeleteAutomaticTapeCreationPolicyInput)
1518
+ o.output = Shapes::ShapeRef.new(shape: DeleteAutomaticTapeCreationPolicyOutput)
1519
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
1520
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1521
+ end)
1522
+
1469
1523
  api.add_operation(:delete_bandwidth_rate_limit, Seahorse::Model::Operation.new.tap do |o|
1470
1524
  o.name = "DeleteBandwidthRateLimit"
1471
1525
  o.http_method = "POST"
@@ -1780,6 +1834,16 @@ module Aws::StorageGateway
1780
1834
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1781
1835
  end)
1782
1836
 
1837
+ api.add_operation(:list_automatic_tape_creation_policies, Seahorse::Model::Operation.new.tap do |o|
1838
+ o.name = "ListAutomaticTapeCreationPolicies"
1839
+ o.http_method = "POST"
1840
+ o.http_request_uri = "/"
1841
+ o.input = Shapes::ShapeRef.new(shape: ListAutomaticTapeCreationPoliciesInput)
1842
+ o.output = Shapes::ShapeRef.new(shape: ListAutomaticTapeCreationPoliciesOutput)
1843
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1845
+ end)
1846
+
1783
1847
  api.add_operation(:list_file_shares, Seahorse::Model::Operation.new.tap do |o|
1784
1848
  o.name = "ListFileShares"
1785
1849
  o.http_method = "POST"
@@ -2000,6 +2064,16 @@ module Aws::StorageGateway
2000
2064
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2001
2065
  end)
2002
2066
 
2067
+ api.add_operation(:update_automatic_tape_creation_policy, Seahorse::Model::Operation.new.tap do |o|
2068
+ o.name = "UpdateAutomaticTapeCreationPolicy"
2069
+ o.http_method = "POST"
2070
+ o.http_request_uri = "/"
2071
+ o.input = Shapes::ShapeRef.new(shape: UpdateAutomaticTapeCreationPolicyInput)
2072
+ o.output = Shapes::ShapeRef.new(shape: UpdateAutomaticTapeCreationPolicyOutput)
2073
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
2074
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2075
+ end)
2076
+
2003
2077
  api.add_operation(:update_bandwidth_rate_limit, Seahorse::Model::Operation.new.tap do |o|
2004
2078
  o.name = "UpdateBandwidthRateLimit"
2005
2079
  o.http_method = "POST"
@@ -177,7 +177,7 @@ module Aws::StorageGateway
177
177
  #
178
178
  # @!attribute [rw] disk_ids
179
179
  # An array of strings that identify disks that are to be configured as
180
- # working storage. Each string have a minimum length of 1 and maximum
180
+ # working storage. Each string has a minimum length of 1 and maximum
181
181
  # length of 300. You can get the disk IDs from the ListLocalDisks API.
182
182
  # @return [Array<String>]
183
183
  #
@@ -272,7 +272,7 @@ module Aws::StorageGateway
272
272
  #
273
273
  # @!attribute [rw] disk_ids
274
274
  # An array of strings that identify disks that are to be configured as
275
- # working storage. Each string have a minimum length of 1 and maximum
275
+ # working storage. Each string has a minimum length of 1 and maximum
276
276
  # length of 300. You can get the disk IDs from the ListLocalDisks API.
277
277
  # @return [Array<String>]
278
278
  #
@@ -319,7 +319,7 @@ module Aws::StorageGateway
319
319
  #
320
320
  # @!attribute [rw] disk_ids
321
321
  # An array of strings that identify disks that are to be configured as
322
- # working storage. Each string have a minimum length of 1 and maximum
322
+ # working storage. Each string has a minimum length of 1 and maximum
323
323
  # length of 300. You can get the disk IDs from the ListLocalDisks API.
324
324
  # @return [Array<String>]
325
325
  #
@@ -331,8 +331,8 @@ module Aws::StorageGateway
331
331
  include Aws::Structure
332
332
  end
333
333
 
334
- # A JSON object containing the of the gateway for which working storage
335
- # was configured.
334
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
335
+ # for which working storage was configured.
336
336
  #
337
337
  # @!attribute [rw] gateway_arn
338
338
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -365,7 +365,8 @@ module Aws::StorageGateway
365
365
  # The tape in this pool is archived in the S3 storage class that is
366
366
  # associated with the pool. When you use your backup application to
367
367
  # eject the tape, the tape is archived directly into the storage class
368
- # (Glacier or Deep Archive) that corresponds to the pool.
368
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
369
+ # pool.
369
370
  #
370
371
  # Valid values: "GLACIER", "DEEP\_ARCHIVE"
371
372
  # @return [String]
@@ -471,6 +472,85 @@ module Aws::StorageGateway
471
472
  include Aws::Structure
472
473
  end
473
474
 
475
+ # Information about the gateway's automatic tape creation policies,
476
+ # including the automatic tape creation rules and the gateway that is
477
+ # using the policies.
478
+ #
479
+ # @!attribute [rw] automatic_tape_creation_rules
480
+ # An automatic tape creation policy consists of a list of automatic
481
+ # tape creation rules. This returns the rules that determine when and
482
+ # how to automatically create new tapes.
483
+ # @return [Array<Types::AutomaticTapeCreationRule>]
484
+ #
485
+ # @!attribute [rw] gateway_arn
486
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
487
+ # operation to return a list of gateways for your account and AWS
488
+ # Region.
489
+ # @return [String]
490
+ #
491
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AutomaticTapeCreationPolicyInfo AWS API Documentation
492
+ #
493
+ class AutomaticTapeCreationPolicyInfo < Struct.new(
494
+ :automatic_tape_creation_rules,
495
+ :gateway_arn)
496
+ include Aws::Structure
497
+ end
498
+
499
+ # An automatic tape creation policy consists of automatic tape creation
500
+ # rules where each rule defines when and how to create new tapes.
501
+ #
502
+ # @note When making an API call, you may pass AutomaticTapeCreationRule
503
+ # data as a hash:
504
+ #
505
+ # {
506
+ # tape_barcode_prefix: "TapeBarcodePrefix", # required
507
+ # pool_id: "PoolId", # required
508
+ # tape_size_in_bytes: 1, # required
509
+ # minimum_num_tapes: 1, # required
510
+ # }
511
+ #
512
+ # @!attribute [rw] tape_barcode_prefix
513
+ # A prefix that you append to the barcode of the virtual tape that you
514
+ # are creating. This prefix makes the barcode unique.
515
+ #
516
+ # <note markdown="1"> The prefix must be 1-4 characters in length and must be one of the
517
+ # uppercase letters from A to Z.
518
+ #
519
+ # </note>
520
+ # @return [String]
521
+ #
522
+ # @!attribute [rw] pool_id
523
+ # The ID of the pool that you want to add your tape to for archiving.
524
+ # The tape in this pool is archived in the Amazon S3 storage class
525
+ # that is associated with the pool. When you use your backup
526
+ # application to eject the tape, the tape is archived directly into
527
+ # the storage class (S3 Glacier or S3 Glacier Deep Archive) that
528
+ # corresponds to the pool.
529
+ #
530
+ # Valid values: "GLACIER", "DEEP\_ARCHIVE"
531
+ # @return [String]
532
+ #
533
+ # @!attribute [rw] tape_size_in_bytes
534
+ # The size, in bytes, of the virtual tape capacity.
535
+ # @return [Integer]
536
+ #
537
+ # @!attribute [rw] minimum_num_tapes
538
+ # The minimum number of available virtual tapes that the gateway
539
+ # maintains at all times. If the number of tapes on the gateway goes
540
+ # below this value, the gateway creates as many new tapes as are
541
+ # needed to have `MinimumNumTapes` on the gateway.
542
+ # @return [Integer]
543
+ #
544
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AutomaticTapeCreationRule AWS API Documentation
545
+ #
546
+ class AutomaticTapeCreationRule < Struct.new(
547
+ :tape_barcode_prefix,
548
+ :pool_id,
549
+ :tape_size_in_bytes,
550
+ :minimum_num_tapes)
551
+ include Aws::Structure
552
+ end
553
+
474
554
  # Describes an iSCSI cached volume.
475
555
  #
476
556
  # @!attribute [rw] volume_arn
@@ -545,7 +625,7 @@ module Aws::StorageGateway
545
625
  #
546
626
  # @!attribute [rw] kms_key
547
627
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
548
- # server side encryption. This value can only be set when KMSEncrypted
628
+ # server-side encryption. This value can only be set when KMSEncrypted
549
629
  # is true. Optional.
550
630
  # @return [String]
551
631
  #
@@ -779,13 +859,13 @@ module Aws::StorageGateway
779
859
  # @return [String]
780
860
  #
781
861
  # @!attribute [rw] kms_encrypted
782
- # True to use Amazon S3 server side encryption with your own AWS KMS
862
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
783
863
  # key, or false to use a key managed by Amazon S3. Optional.
784
864
  # @return [Boolean]
785
865
  #
786
866
  # @!attribute [rw] kms_key
787
867
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
788
- # server side encryption. This value can only be set when KMSEncrypted
868
+ # server-side encryption. This value can only be set when KMSEncrypted
789
869
  # is true. Optional.
790
870
  # @return [String]
791
871
  #
@@ -883,14 +963,14 @@ module Aws::StorageGateway
883
963
  # @return [String]
884
964
  #
885
965
  # @!attribute [rw] kms_encrypted
886
- # True to use Amazon S3 server side encryption with your own AWS KMS
966
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
887
967
  # key, or false to use a key managed by Amazon S3. Optional.
888
968
  # @return [Boolean]
889
969
  #
890
970
  # @!attribute [rw] kms_key
891
- # The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3 server
892
- # side encryption. This value can only be set when KMSEncrypted is
893
- # true. Optional.
971
+ # The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3
972
+ # server-side encryption. This value can only be set when KMSEncrypted
973
+ # is true. Optional.
894
974
  # @return [String]
895
975
  #
896
976
  # @!attribute [rw] role
@@ -1044,13 +1124,13 @@ module Aws::StorageGateway
1044
1124
  # @return [String]
1045
1125
  #
1046
1126
  # @!attribute [rw] kms_encrypted
1047
- # True to use Amazon S3 server side encryption with your own AWS KMS
1127
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
1048
1128
  # key, or false to use a key managed by Amazon S3. Optional.
1049
1129
  # @return [Boolean]
1050
1130
  #
1051
1131
  # @!attribute [rw] kms_key
1052
1132
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1053
- # server side encryption. This value can only be set when KMSEncrypted
1133
+ # server-side encryption. This value can only be set when KMSEncrypted
1054
1134
  # is true. Optional.
1055
1135
  # @return [String]
1056
1136
  #
@@ -1131,7 +1211,7 @@ module Aws::StorageGateway
1131
1211
  # @!attribute [rw] invalid_user_list
1132
1212
  # A list of users or groups in the Active Directory that are not
1133
1213
  # allowed to access the file share. A group must be prefixed with the
1134
- # @ character. For example `@group1`. Can only be set if
1214
+ # @ character. For example, `@group1`. Can only be set if
1135
1215
  # Authentication is set to `ActiveDirectory`.
1136
1216
  # @return [Array<String>]
1137
1217
  #
@@ -1432,13 +1512,13 @@ module Aws::StorageGateway
1432
1512
  # @return [String]
1433
1513
  #
1434
1514
  # @!attribute [rw] kms_encrypted
1435
- # True to use Amazon S3 server side encryption with your own AWS KMS
1515
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
1436
1516
  # key, or false to use a key managed by Amazon S3. Optional.
1437
1517
  # @return [Boolean]
1438
1518
  #
1439
1519
  # @!attribute [rw] kms_key
1440
1520
  # The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
1441
- # server side encryption. This value can only be set when KMSEncrypted
1521
+ # server-side encryption. This value can only be set when KMSEncrypted
1442
1522
  # is true. Optional.
1443
1523
  # @return [String]
1444
1524
  #
@@ -1522,7 +1602,7 @@ module Aws::StorageGateway
1522
1602
  # @!attribute [rw] tape_size_in_bytes
1523
1603
  # The size, in bytes, of the virtual tape that you want to create.
1524
1604
  #
1525
- # <note markdown="1"> The size must be aligned by gigabyte (1024*1024*1024 byte).
1605
+ # <note markdown="1"> The size must be aligned by gigabyte (1024*1024*1024 bytes).
1526
1606
  #
1527
1607
  # </note>
1528
1608
  # @return [Integer]
@@ -1537,13 +1617,13 @@ module Aws::StorageGateway
1537
1617
  # @return [String]
1538
1618
  #
1539
1619
  # @!attribute [rw] kms_encrypted
1540
- # True to use Amazon S3 server side encryption with your own AWS KMS
1620
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
1541
1621
  # key, or false to use a key managed by Amazon S3. Optional.
1542
1622
  # @return [Boolean]
1543
1623
  #
1544
1624
  # @!attribute [rw] kms_key
1545
- # The Amazon Resource Name (ARN) of the AWS KMS Key used for Amazon S3
1546
- # server side encryption. This value can only be set when KMSEncrypted
1625
+ # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1626
+ # server-side encryption. This value can only be set when KMSEncrypted
1547
1627
  # is true. Optional.
1548
1628
  # @return [String]
1549
1629
  #
@@ -1552,7 +1632,8 @@ module Aws::StorageGateway
1552
1632
  # The tape in this pool is archived in the S3 storage class that is
1553
1633
  # associated with the pool. When you use your backup application to
1554
1634
  # eject the tape, the tape is archived directly into the storage class
1555
- # (Glacier or Deep Archive) that corresponds to the pool.
1635
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
1636
+ # pool.
1556
1637
  #
1557
1638
  # Valid values: "GLACIER", "DEEP\_ARCHIVE"
1558
1639
  # @return [String]
@@ -1627,7 +1708,7 @@ module Aws::StorageGateway
1627
1708
  # @!attribute [rw] tape_size_in_bytes
1628
1709
  # The size, in bytes, of the virtual tapes that you want to create.
1629
1710
  #
1630
- # <note markdown="1"> The size must be aligned by gigabyte (1024*1024*1024 byte).
1711
+ # <note markdown="1"> The size must be aligned by gigabyte (1024*1024*1024 bytes).
1631
1712
  #
1632
1713
  # </note>
1633
1714
  # @return [Integer]
@@ -1658,13 +1739,13 @@ module Aws::StorageGateway
1658
1739
  # @return [String]
1659
1740
  #
1660
1741
  # @!attribute [rw] kms_encrypted
1661
- # True to use Amazon S3 server side encryption with your own AWS KMS
1742
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
1662
1743
  # key, or false to use a key managed by Amazon S3. Optional.
1663
1744
  # @return [Boolean]
1664
1745
  #
1665
1746
  # @!attribute [rw] kms_key
1666
1747
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1667
- # server side encryption. This value can only be set when KMSEncrypted
1748
+ # server-side encryption. This value can only be set when KMSEncrypted
1668
1749
  # is true. Optional.
1669
1750
  # @return [String]
1670
1751
  #
@@ -1673,7 +1754,8 @@ module Aws::StorageGateway
1673
1754
  # The tape in this pool is archived in the S3 storage class that is
1674
1755
  # associated with the pool. When you use your backup application to
1675
1756
  # eject the tape, the tape is archived directly into the storage class
1676
- # (Glacier or Deep Archive) that corresponds to the pool.
1757
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
1758
+ # pool.
1677
1759
  #
1678
1760
  # Valid values: "GLACIER", "DEEP\_ARCHIVE"
1679
1761
  # @return [String]
@@ -1719,6 +1801,39 @@ module Aws::StorageGateway
1719
1801
  include Aws::Structure
1720
1802
  end
1721
1803
 
1804
+ # @note When making an API call, you may pass DeleteAutomaticTapeCreationPolicyInput
1805
+ # data as a hash:
1806
+ #
1807
+ # {
1808
+ # gateway_arn: "GatewayARN", # required
1809
+ # }
1810
+ #
1811
+ # @!attribute [rw] gateway_arn
1812
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1813
+ # operation to return a list of gateways for your account and AWS
1814
+ # Region.
1815
+ # @return [String]
1816
+ #
1817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyInput AWS API Documentation
1818
+ #
1819
+ class DeleteAutomaticTapeCreationPolicyInput < Struct.new(
1820
+ :gateway_arn)
1821
+ include Aws::Structure
1822
+ end
1823
+
1824
+ # @!attribute [rw] gateway_arn
1825
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1826
+ # operation to return a list of gateways for your account and AWS
1827
+ # Region.
1828
+ # @return [String]
1829
+ #
1830
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyOutput AWS API Documentation
1831
+ #
1832
+ class DeleteAutomaticTapeCreationPolicyOutput < Struct.new(
1833
+ :gateway_arn)
1834
+ include Aws::Structure
1835
+ end
1836
+
1722
1837
  # A JSON object containing the following fields:
1723
1838
  #
1724
1839
  # * DeleteBandwidthRateLimitInput$BandwidthType
@@ -1754,8 +1869,8 @@ module Aws::StorageGateway
1754
1869
  include Aws::Structure
1755
1870
  end
1756
1871
 
1757
- # A JSON object containing the of the gateway whose bandwidth rate
1758
- # information was deleted.
1872
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
1873
+ # whose bandwidth rate information was deleted.
1759
1874
  #
1760
1875
  # @!attribute [rw] gateway_arn
1761
1876
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -2027,7 +2142,8 @@ module Aws::StorageGateway
2027
2142
  include Aws::Structure
2028
2143
  end
2029
2144
 
2030
- # A JSON object containing the of the storage volume that was deleted
2145
+ # A JSON object containing the Amazon Resource Name (ARN) of the storage
2146
+ # volume that was deleted
2031
2147
  #
2032
2148
  # @!attribute [rw] volume_arn
2033
2149
  # The Amazon Resource Name (ARN) of the storage volume that was
@@ -2086,7 +2202,8 @@ module Aws::StorageGateway
2086
2202
  include Aws::Structure
2087
2203
  end
2088
2204
 
2089
- # A JSON object containing the of the gateway.
2205
+ # A JSON object containing the Amazon Resource Name (ARN) of the
2206
+ # gateway.
2090
2207
  #
2091
2208
  # @note When making an API call, you may pass DescribeBandwidthRateLimitInput
2092
2209
  # data as a hash:
@@ -2165,12 +2282,12 @@ module Aws::StorageGateway
2165
2282
  #
2166
2283
  # @!attribute [rw] disk_ids
2167
2284
  # An array of strings that identify disks that are to be configured as
2168
- # working storage. Each string have a minimum length of 1 and maximum
2285
+ # working storage. Each string has a minimum length of 1 and maximum
2169
2286
  # length of 300. You can get the disk IDs from the ListLocalDisks API.
2170
2287
  # @return [Array<String>]
2171
2288
  #
2172
2289
  # @!attribute [rw] cache_allocated_in_bytes
2173
- # The amount of cache in bytes allocated to the a gateway.
2290
+ # The amount of cache in bytes allocated to a gateway.
2174
2291
  # @return [Integer]
2175
2292
  #
2176
2293
  # @!attribute [rw] cache_used_percentage
@@ -2220,8 +2337,8 @@ module Aws::StorageGateway
2220
2337
  # @!attribute [rw] volume_arns
2221
2338
  # An array of strings where each string represents the Amazon Resource
2222
2339
  # Name (ARN) of a cached volume. All of the specified cached volumes
2223
- # must from the same gateway. Use ListVolumes to get volume ARNs for a
2224
- # gateway.
2340
+ # must be from the same gateway. Use ListVolumes to get volume ARNs
2341
+ # for a gateway.
2225
2342
  # @return [Array<String>]
2226
2343
  #
2227
2344
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCachediSCSIVolumesInput AWS API Documentation
@@ -2419,7 +2536,8 @@ module Aws::StorageGateway
2419
2536
  include Aws::Structure
2420
2537
  end
2421
2538
 
2422
- # A JSON object containing the of the gateway.
2539
+ # A JSON object containing the Amazon Resource Name (ARN) of the
2540
+ # gateway.
2423
2541
  #
2424
2542
  # @note When making an API call, you may pass DescribeMaintenanceStartTimeInput
2425
2543
  # data as a hash:
@@ -2741,8 +2859,8 @@ module Aws::StorageGateway
2741
2859
  # @!attribute [rw] volume_arns
2742
2860
  # An array of strings where each string represents the Amazon Resource
2743
2861
  # Name (ARN) of a stored volume. All of the specified stored volumes
2744
- # must from the same gateway. Use ListVolumes to get volume ARNs for a
2745
- # gateway.
2862
+ # must be from the same gateway. Use ListVolumes to get volume ARNs
2863
+ # for a gateway.
2746
2864
  # @return [Array<String>]
2747
2865
  #
2748
2866
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesInput AWS API Documentation
@@ -2837,7 +2955,7 @@ module Aws::StorageGateway
2837
2955
  # @return [String]
2838
2956
  #
2839
2957
  # @!attribute [rw] limit
2840
- # Specifies that the number of virtual tapes descried be limited to
2958
+ # Specifies that the number of virtual tapes described be limited to
2841
2959
  # the specified number.
2842
2960
  # @return [Integer]
2843
2961
  #
@@ -3128,8 +3246,8 @@ module Aws::StorageGateway
3128
3246
  # @return [String]
3129
3247
  #
3130
3248
  # @!attribute [rw] vtl_devices
3131
- # An array of VTL device objects composed of the Amazon Resource
3132
- # Name(ARN) of the VTL devices.
3249
+ # An array of VTL device objects composed of the Amazon Resource Name
3250
+ # (ARN) of the VTL devices.
3133
3251
  # @return [Array<Types::VTLDevice>]
3134
3252
  #
3135
3253
  # @!attribute [rw] marker
@@ -3149,7 +3267,8 @@ module Aws::StorageGateway
3149
3267
  include Aws::Structure
3150
3268
  end
3151
3269
 
3152
- # A JSON object containing the of the gateway.
3270
+ # A JSON object containing the Amazon Resource Name (ARN) of the
3271
+ # gateway.
3153
3272
  #
3154
3273
  # @note When making an API call, you may pass DescribeWorkingStorageInput
3155
3274
  # data as a hash:
@@ -3602,6 +3721,39 @@ module Aws::StorageGateway
3602
3721
  include Aws::Structure
3603
3722
  end
3604
3723
 
3724
+ # @note When making an API call, you may pass ListAutomaticTapeCreationPoliciesInput
3725
+ # data as a hash:
3726
+ #
3727
+ # {
3728
+ # gateway_arn: "GatewayARN",
3729
+ # }
3730
+ #
3731
+ # @!attribute [rw] gateway_arn
3732
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3733
+ # operation to return a list of gateways for your account and AWS
3734
+ # Region.
3735
+ # @return [String]
3736
+ #
3737
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListAutomaticTapeCreationPoliciesInput AWS API Documentation
3738
+ #
3739
+ class ListAutomaticTapeCreationPoliciesInput < Struct.new(
3740
+ :gateway_arn)
3741
+ include Aws::Structure
3742
+ end
3743
+
3744
+ # @!attribute [rw] automatic_tape_creation_policy_infos
3745
+ # Gets a listing of information about the gateway's automatic tape
3746
+ # creation policies, including the automatic tape creation rules and
3747
+ # the gateway that is using the policies.
3748
+ # @return [Array<Types::AutomaticTapeCreationPolicyInfo>]
3749
+ #
3750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListAutomaticTapeCreationPoliciesOutput AWS API Documentation
3751
+ #
3752
+ class ListAutomaticTapeCreationPoliciesOutput < Struct.new(
3753
+ :automatic_tape_creation_policy_infos)
3754
+ include Aws::Structure
3755
+ end
3756
+
3605
3757
  # ListFileShareInput
3606
3758
  #
3607
3759
  # @note When making an API call, you may pass ListFileSharesInput
@@ -3614,7 +3766,7 @@ module Aws::StorageGateway
3614
3766
  # }
3615
3767
  #
3616
3768
  # @!attribute [rw] gateway_arn
3617
- # The Amazon resource Name (ARN) of the gateway whose file shares you
3769
+ # The Amazon Resource Name (ARN) of the gateway whose file shares you
3618
3770
  # want to list. If this field is not present, all file shares under
3619
3771
  # your account are listed.
3620
3772
  # @return [String]
@@ -3715,7 +3867,8 @@ module Aws::StorageGateway
3715
3867
  include Aws::Structure
3716
3868
  end
3717
3869
 
3718
- # A JSON object containing the of the gateway.
3870
+ # A JSON object containing the Amazon Resource Name (ARN) of the
3871
+ # gateway.
3719
3872
  #
3720
3873
  # @note When making an API call, you may pass ListLocalDisksInput
3721
3874
  # data as a hash:
@@ -3868,8 +4021,8 @@ module Aws::StorageGateway
3868
4021
  # * ListTapesOutput$VolumeInfos
3869
4022
  #
3870
4023
  # @!attribute [rw] tape_infos
3871
- # An array of TapeInfo objects, where each object describes an a
3872
- # single tape. If there not tapes in the tape library or VTS, then the
4024
+ # An array of TapeInfo objects, where each object describes a single
4025
+ # tape. If there are no tapes in the tape library or VTS, then the
3873
4026
  # `TapeInfos` is an empty array.
3874
4027
  # @return [Array<Types::TapeInfo>]
3875
4028
  #
@@ -4117,13 +4270,13 @@ module Aws::StorageGateway
4117
4270
  # @return [String]
4118
4271
  #
4119
4272
  # @!attribute [rw] kms_encrypted
4120
- # True to use Amazon S3 server side encryption with your own AWS KMS
4273
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
4121
4274
  # key, or false to use a key managed by Amazon S3. Optional.
4122
4275
  # @return [Boolean]
4123
4276
  #
4124
4277
  # @!attribute [rw] kms_key
4125
4278
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
4126
- # server side encryption. This value can only be set when KMSEncrypted
4279
+ # server-side encryption. This value can only be set when KMSEncrypted
4127
4280
  # is true. Optional.
4128
4281
  # @return [String]
4129
4282
  #
@@ -4368,7 +4521,7 @@ module Aws::StorageGateway
4368
4521
  #
4369
4522
  # @!attribute [rw] tag_keys
4370
4523
  # The keys of the tags you want to remove from the specified resource.
4371
- # A tag is composed of a key/value pair.
4524
+ # A tag is composed of a key-value pair.
4372
4525
  # @return [Array<String>]
4373
4526
  #
4374
4527
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RemoveTagsFromResourceInput AWS API Documentation
@@ -4544,7 +4697,7 @@ module Aws::StorageGateway
4544
4697
  #
4545
4698
  # @!attribute [rw] kms_key
4546
4699
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
4547
- # server side encryption. This value can only be set when KMSEncrypted
4700
+ # server-side encryption. This value can only be set when KMSEncrypted
4548
4701
  # is true. Optional.
4549
4702
  # @return [String]
4550
4703
  #
@@ -4779,7 +4932,8 @@ module Aws::StorageGateway
4779
4932
  include Aws::Structure
4780
4933
  end
4781
4934
 
4782
- # A JSON object containing the of the gateway to shut down.
4935
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
4936
+ # to shut down.
4783
4937
  #
4784
4938
  # @note When making an API call, you may pass ShutdownGatewayInput
4785
4939
  # data as a hash:
@@ -4801,7 +4955,8 @@ module Aws::StorageGateway
4801
4955
  include Aws::Structure
4802
4956
  end
4803
4957
 
4804
- # A JSON object containing the of the gateway that was shut down.
4958
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
4959
+ # that was shut down.
4805
4960
  #
4806
4961
  # @!attribute [rw] gateway_arn
4807
4962
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -4849,7 +5004,8 @@ module Aws::StorageGateway
4849
5004
  include Aws::Structure
4850
5005
  end
4851
5006
 
4852
- # A JSON object containing the of the gateway to start.
5007
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5008
+ # to start.
4853
5009
  #
4854
5010
  # @note When making an API call, you may pass StartGatewayInput
4855
5011
  # data as a hash:
@@ -4871,7 +5027,8 @@ module Aws::StorageGateway
4871
5027
  include Aws::Structure
4872
5028
  end
4873
5029
 
4874
- # A JSON object containing the of the gateway that was restarted.
5030
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5031
+ # that was restarted.
4875
5032
  #
4876
5033
  # @!attribute [rw] gateway_arn
4877
5034
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -4887,8 +5044,8 @@ module Aws::StorageGateway
4887
5044
  end
4888
5045
 
4889
5046
  # Provides additional information about an error that was returned by
4890
- # the service as an or. See the `errorCode` and `errorDetails` members
4891
- # for more information about the error.
5047
+ # the service. See the `errorCode` and `errorDetails` members for more
5048
+ # information about the error.
4892
5049
  #
4893
5050
  # @!attribute [rw] error_code
4894
5051
  # Additional information about the error.
@@ -4994,7 +5151,7 @@ module Aws::StorageGateway
4994
5151
  #
4995
5152
  # @!attribute [rw] kms_key
4996
5153
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
4997
- # server side encryption. This value can only be set when KMSEncrypted
5154
+ # server-side encryption. This value can only be set when KMSEncrypted
4998
5155
  # is true. Optional.
4999
5156
  # @return [String]
5000
5157
  #
@@ -5102,7 +5259,7 @@ module Aws::StorageGateway
5102
5259
  #
5103
5260
  # @!attribute [rw] kms_key
5104
5261
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5105
- # server side encryption. This value can only be set when KMSEncrypted
5262
+ # server-side encryption. This value can only be set when KMSEncrypted
5106
5263
  # is true. Optional.
5107
5264
  # @return [String]
5108
5265
  #
@@ -5111,7 +5268,8 @@ module Aws::StorageGateway
5111
5268
  # tapes in this pool are archived in the S3 storage class that is
5112
5269
  # associated with the pool. When you use your backup application to
5113
5270
  # eject the tape, the tape is archived directly into the storage class
5114
- # (Glacier or Deep Archive) that corresponds to the pool.
5271
+ # (S3 Glacier or S# Glacier Deep Archive) that corresponds to the
5272
+ # pool.
5115
5273
  #
5116
5274
  # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5117
5275
  # @return [String]
@@ -5179,7 +5337,7 @@ module Aws::StorageGateway
5179
5337
  #
5180
5338
  # @!attribute [rw] kms_key
5181
5339
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5182
- # server side encryption. This value can only be set when KMSEncrypted
5340
+ # server-side encryption. This value can only be set when KMSEncrypted
5183
5341
  # is true. Optional.
5184
5342
  # @return [String]
5185
5343
  #
@@ -5236,7 +5394,8 @@ module Aws::StorageGateway
5236
5394
  # The tape in this pool is archived in the S3 storage class that is
5237
5395
  # associated with the pool. When you use your backup application to
5238
5396
  # eject the tape, the tape is archived directly into the storage class
5239
- # (Glacier or Deep Archive) that corresponds to the pool.
5397
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
5398
+ # pool.
5240
5399
  #
5241
5400
  # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5242
5401
  # @return [String]
@@ -5285,6 +5444,54 @@ module Aws::StorageGateway
5285
5444
  include Aws::Structure
5286
5445
  end
5287
5446
 
5447
+ # @note When making an API call, you may pass UpdateAutomaticTapeCreationPolicyInput
5448
+ # data as a hash:
5449
+ #
5450
+ # {
5451
+ # automatic_tape_creation_rules: [ # required
5452
+ # {
5453
+ # tape_barcode_prefix: "TapeBarcodePrefix", # required
5454
+ # pool_id: "PoolId", # required
5455
+ # tape_size_in_bytes: 1, # required
5456
+ # minimum_num_tapes: 1, # required
5457
+ # },
5458
+ # ],
5459
+ # gateway_arn: "GatewayARN", # required
5460
+ # }
5461
+ #
5462
+ # @!attribute [rw] automatic_tape_creation_rules
5463
+ # An automatic tape creation policy consists of a list of automatic
5464
+ # tape creation rules. The rules determine when and how to
5465
+ # automatically create new tapes.
5466
+ # @return [Array<Types::AutomaticTapeCreationRule>]
5467
+ #
5468
+ # @!attribute [rw] gateway_arn
5469
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5470
+ # operation to return a list of gateways for your account and AWS
5471
+ # Region.
5472
+ # @return [String]
5473
+ #
5474
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyInput AWS API Documentation
5475
+ #
5476
+ class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
5477
+ :automatic_tape_creation_rules,
5478
+ :gateway_arn)
5479
+ include Aws::Structure
5480
+ end
5481
+
5482
+ # @!attribute [rw] gateway_arn
5483
+ # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5484
+ # operation to return a list of gateways for your account and AWS
5485
+ # Region.
5486
+ # @return [String]
5487
+ #
5488
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyOutput AWS API Documentation
5489
+ #
5490
+ class UpdateAutomaticTapeCreationPolicyOutput < Struct.new(
5491
+ :gateway_arn)
5492
+ include Aws::Structure
5493
+ end
5494
+
5288
5495
  # A JSON object containing one or more of the following fields:
5289
5496
  #
5290
5497
  # * UpdateBandwidthRateLimitInput$AverageDownloadRateLimitInBitsPerSec
@@ -5323,8 +5530,8 @@ module Aws::StorageGateway
5323
5530
  include Aws::Structure
5324
5531
  end
5325
5532
 
5326
- # A JSON object containing the of the gateway whose throttle information
5327
- # was updated.
5533
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5534
+ # whose throttle information was updated.
5328
5535
  #
5329
5536
  # @!attribute [rw] gateway_arn
5330
5537
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -5486,7 +5693,8 @@ module Aws::StorageGateway
5486
5693
  include Aws::Structure
5487
5694
  end
5488
5695
 
5489
- # A JSON object containing the of the gateway to update.
5696
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5697
+ # to update.
5490
5698
  #
5491
5699
  # @note When making an API call, you may pass UpdateGatewaySoftwareNowInput
5492
5700
  # data as a hash:
@@ -5508,7 +5716,8 @@ module Aws::StorageGateway
5508
5716
  include Aws::Structure
5509
5717
  end
5510
5718
 
5511
- # A JSON object containing the of the gateway that was updated.
5719
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5720
+ # that was updated.
5512
5721
  #
5513
5722
  # @!attribute [rw] gateway_arn
5514
5723
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -5590,8 +5799,8 @@ module Aws::StorageGateway
5590
5799
  include Aws::Structure
5591
5800
  end
5592
5801
 
5593
- # A JSON object containing the of the gateway whose maintenance start
5594
- # time is updated.
5802
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
5803
+ # whose maintenance start time is updated.
5595
5804
  #
5596
5805
  # @!attribute [rw] gateway_arn
5597
5806
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -5635,13 +5844,13 @@ module Aws::StorageGateway
5635
5844
  # @return [String]
5636
5845
  #
5637
5846
  # @!attribute [rw] kms_encrypted
5638
- # True to use Amazon S3 server side encryption with your own AWS KMS
5847
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
5639
5848
  # key, or false to use a key managed by Amazon S3. Optional.
5640
5849
  # @return [Boolean]
5641
5850
  #
5642
5851
  # @!attribute [rw] kms_key
5643
5852
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5644
- # server side encryption. This value can only be set when KMSEncrypted
5853
+ # server-side encryption. This value can only be set when KMSEncrypted
5645
5854
  # is true. Optional.
5646
5855
  # @return [String]
5647
5856
  #
@@ -5759,13 +5968,13 @@ module Aws::StorageGateway
5759
5968
  # @return [String]
5760
5969
  #
5761
5970
  # @!attribute [rw] kms_encrypted
5762
- # True to use Amazon S3 server side encryption with your own AWS KMS
5971
+ # True to use Amazon S3 server-side encryption with your own AWS KMS
5763
5972
  # key, or false to use a key managed by Amazon S3. Optional.
5764
5973
  # @return [Boolean]
5765
5974
  #
5766
5975
  # @!attribute [rw] kms_key
5767
5976
  # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5768
- # server side encryption. This value can only be set when KMSEncrypted
5977
+ # server-side encryption. This value can only be set when KMSEncrypted
5769
5978
  # is true. Optional.
5770
5979
  # @return [String]
5771
5980
  #
@@ -6000,7 +6209,8 @@ module Aws::StorageGateway
6000
6209
  include Aws::Structure
6001
6210
  end
6002
6211
 
6003
- # A JSON object containing the of the updated storage volume.
6212
+ # A JSON object containing the Amazon Resource Name (ARN) of the updated
6213
+ # storage volume.
6004
6214
  #
6005
6215
  # @!attribute [rw] volume_arn
6006
6216
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes