aws-sdk-storagegateway 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 146e38ee23c6fbc35d6bce1bc916d1494d7740a1
|
4
|
+
data.tar.gz: 58048f370a8a19de188baffc5f3112e4008ebdfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16dafe00bae9bf22c99b9bcd3b74fc1b028e998d272b433f7cb8e169f5e4276b7173a0de02277d93f6aa054046d35c0e5f0bf50ab9fbe8449507029309d5cbcd
|
7
|
+
data.tar.gz: 1d9e261a51b2b43d1ff1dd51497f4bf450fe8a7638f6db86d03df1e513ebdb6fa8c1ed9e3e33c0a1121715af9fe0182eb0067210ede90a393ae2258b0b61cc16
|
@@ -693,6 +693,15 @@ module Aws::StorageGateway
|
|
693
693
|
#
|
694
694
|
# @option params [required, String] :client_token
|
695
695
|
#
|
696
|
+
# @option params [Boolean] :kms_encrypted
|
697
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
698
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
699
|
+
#
|
700
|
+
# @option params [String] :kms_key
|
701
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
702
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
703
|
+
# is true. Optional.
|
704
|
+
#
|
696
705
|
# @return [Types::CreateCachediSCSIVolumeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
697
706
|
#
|
698
707
|
# * {Types::CreateCachediSCSIVolumeOutput#volume_arn #volume_arn} => String
|
@@ -728,6 +737,8 @@ module Aws::StorageGateway
|
|
728
737
|
# source_volume_arn: "VolumeARN",
|
729
738
|
# network_interface_id: "NetworkInterfaceId", # required
|
730
739
|
# client_token: "ClientToken", # required
|
740
|
+
# kms_encrypted: false,
|
741
|
+
# kms_key: "KMSKey",
|
731
742
|
# })
|
732
743
|
#
|
733
744
|
# @example Response structure
|
@@ -776,8 +787,9 @@ module Aws::StorageGateway
|
|
776
787
|
# key, or false to use a key managed by Amazon S3. Optional.
|
777
788
|
#
|
778
789
|
# @option params [String] :kms_key
|
779
|
-
# The KMS key used for Amazon S3 server side
|
780
|
-
# only be set when
|
790
|
+
# The Amazon Resource Name (ARN) KMS key used for Amazon S3 server side
|
791
|
+
# encryption. This value can only be set when KMSEncrypted is true.
|
792
|
+
# Optional.
|
781
793
|
#
|
782
794
|
# @option params [required, String] :role
|
783
795
|
# The ARN of the AWS Identity and Access Management (IAM) role that a
|
@@ -788,9 +800,9 @@ module Aws::StorageGateway
|
|
788
800
|
#
|
789
801
|
# @option params [String] :default_storage_class
|
790
802
|
# The default storage class for objects put into an Amazon S3 bucket by
|
791
|
-
# file gateway. Possible values are S3\_STANDARD
|
792
|
-
# this field is not populated, the default value
|
793
|
-
# Optional.
|
803
|
+
# file gateway. Possible values are S3\_STANDARD, S3\_STANDARD\_IA or
|
804
|
+
# S3\_ONEZONE\_IA. If this field is not populated, the default value
|
805
|
+
# S3\_STANDARD is used. Optional.
|
794
806
|
#
|
795
807
|
# @option params [String] :object_acl
|
796
808
|
# Sets the access control list permission for objects in the Amazon S3
|
@@ -1169,6 +1181,15 @@ module Aws::StorageGateway
|
|
1169
1181
|
#
|
1170
1182
|
# </note>
|
1171
1183
|
#
|
1184
|
+
# @option params [Boolean] :kms_encrypted
|
1185
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
1186
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
1187
|
+
#
|
1188
|
+
# @option params [String] :kms_key
|
1189
|
+
# The Amazon Resource Name (ARN) of the KMS Key used for Amazon S3
|
1190
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
1191
|
+
# is true. Optional.
|
1192
|
+
#
|
1172
1193
|
# @return [Types::CreateTapeWithBarcodeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1173
1194
|
#
|
1174
1195
|
# * {Types::CreateTapeWithBarcodeOutput#tape_arn #tape_arn} => String
|
@@ -1195,6 +1216,8 @@ module Aws::StorageGateway
|
|
1195
1216
|
# gateway_arn: "GatewayARN", # required
|
1196
1217
|
# tape_size_in_bytes: 1, # required
|
1197
1218
|
# tape_barcode: "TapeBarcode", # required
|
1219
|
+
# kms_encrypted: false,
|
1220
|
+
# kms_key: "KMSKey",
|
1198
1221
|
# })
|
1199
1222
|
#
|
1200
1223
|
# @example Response structure
|
@@ -1254,6 +1277,15 @@ module Aws::StorageGateway
|
|
1254
1277
|
#
|
1255
1278
|
# </note>
|
1256
1279
|
#
|
1280
|
+
# @option params [Boolean] :kms_encrypted
|
1281
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
1282
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
1283
|
+
#
|
1284
|
+
# @option params [String] :kms_key
|
1285
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
1286
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
1287
|
+
# is true. Optional.
|
1288
|
+
#
|
1257
1289
|
# @return [Types::CreateTapesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1258
1290
|
#
|
1259
1291
|
# * {Types::CreateTapesOutput#tape_arns #tape_arns} => Array<String>
|
@@ -1288,6 +1320,8 @@ module Aws::StorageGateway
|
|
1288
1320
|
# client_token: "ClientToken", # required
|
1289
1321
|
# num_tapes_to_create: 1, # required
|
1290
1322
|
# tape_barcode_prefix: "TapeBarcodePrefix", # required
|
1323
|
+
# kms_encrypted: false,
|
1324
|
+
# kms_key: "KMSKey",
|
1291
1325
|
# })
|
1292
1326
|
#
|
1293
1327
|
# @example Response structure
|
@@ -1922,6 +1956,7 @@ module Aws::StorageGateway
|
|
1922
1956
|
# resp.cached_iscsi_volumes[0].volume_iscsi_attributes.chap_enabled #=> Boolean
|
1923
1957
|
# resp.cached_iscsi_volumes[0].created_date #=> Time
|
1924
1958
|
# resp.cached_iscsi_volumes[0].volume_used_in_bytes #=> Integer
|
1959
|
+
# resp.cached_iscsi_volumes[0].kms_key #=> String
|
1925
1960
|
#
|
1926
1961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCachediSCSIVolumes AWS API Documentation
|
1927
1962
|
#
|
@@ -2397,6 +2432,7 @@ module Aws::StorageGateway
|
|
2397
2432
|
# resp.tape_archives[0].retrieved_to #=> String
|
2398
2433
|
# resp.tape_archives[0].tape_status #=> String
|
2399
2434
|
# resp.tape_archives[0].tape_used_in_bytes #=> Integer
|
2435
|
+
# resp.tape_archives[0].kms_key #=> String
|
2400
2436
|
# resp.marker #=> String
|
2401
2437
|
#
|
2402
2438
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchives AWS API Documentation
|
@@ -2577,6 +2613,7 @@ module Aws::StorageGateway
|
|
2577
2613
|
# resp.tapes[0].vtl_device #=> String
|
2578
2614
|
# resp.tapes[0].progress #=> Float
|
2579
2615
|
# resp.tapes[0].tape_used_in_bytes #=> Integer
|
2616
|
+
# resp.tapes[0].kms_key #=> String
|
2580
2617
|
# resp.marker #=> String
|
2581
2618
|
#
|
2582
2619
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapes AWS API Documentation
|
@@ -4307,17 +4344,18 @@ module Aws::StorageGateway
|
|
4307
4344
|
# key, or false to use a key managed by Amazon S3. Optional.
|
4308
4345
|
#
|
4309
4346
|
# @option params [String] :kms_key
|
4310
|
-
# The KMS key used for Amazon S3
|
4311
|
-
# only be set when
|
4347
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
4348
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
4349
|
+
# is true. Optional.
|
4312
4350
|
#
|
4313
4351
|
# @option params [Types::NFSFileShareDefaults] :nfs_file_share_defaults
|
4314
4352
|
# The default values for the file share. Optional.
|
4315
4353
|
#
|
4316
4354
|
# @option params [String] :default_storage_class
|
4317
4355
|
# The default storage class for objects put into an Amazon S3 bucket by
|
4318
|
-
# a file gateway. Possible values are S3\_STANDARD
|
4319
|
-
# If this field is not populated, the default value
|
4320
|
-
# used. Optional.
|
4356
|
+
# a file gateway. Possible values are S3\_STANDARD, S3\_STANDARD\_IA or
|
4357
|
+
# S3\_ONEZONE\_IA. If this field is not populated, the default value
|
4358
|
+
# S3\_STANDARD is used. Optional.
|
4321
4359
|
#
|
4322
4360
|
# @option params [String] :object_acl
|
4323
4361
|
# Sets the access control list permission for objects in the S3 bucket
|
@@ -4528,7 +4566,7 @@ module Aws::StorageGateway
|
|
4528
4566
|
params: params,
|
4529
4567
|
config: config)
|
4530
4568
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
4531
|
-
context[:gem_version] = '1.
|
4569
|
+
context[:gem_version] = '1.4.0'
|
4532
4570
|
Seahorse::Client::Request.new(handlers, context)
|
4533
4571
|
end
|
4534
4572
|
|
@@ -317,6 +317,7 @@ module Aws::StorageGateway
|
|
317
317
|
CachediSCSIVolume.add_member(:volume_iscsi_attributes, Shapes::ShapeRef.new(shape: VolumeiSCSIAttributes, location_name: "VolumeiSCSIAttributes"))
|
318
318
|
CachediSCSIVolume.add_member(:created_date, Shapes::ShapeRef.new(shape: CreatedDate, location_name: "CreatedDate"))
|
319
319
|
CachediSCSIVolume.add_member(:volume_used_in_bytes, Shapes::ShapeRef.new(shape: VolumeUsedInBytes, location_name: "VolumeUsedInBytes"))
|
320
|
+
CachediSCSIVolume.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
320
321
|
CachediSCSIVolume.struct_class = Types::CachediSCSIVolume
|
321
322
|
|
322
323
|
CachediSCSIVolumes.member = Shapes::ShapeRef.new(shape: CachediSCSIVolume)
|
@@ -350,6 +351,8 @@ module Aws::StorageGateway
|
|
350
351
|
CreateCachediSCSIVolumeInput.add_member(:source_volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "SourceVolumeARN"))
|
351
352
|
CreateCachediSCSIVolumeInput.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "NetworkInterfaceId"))
|
352
353
|
CreateCachediSCSIVolumeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
|
354
|
+
CreateCachediSCSIVolumeInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
355
|
+
CreateCachediSCSIVolumeInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
353
356
|
CreateCachediSCSIVolumeInput.struct_class = Types::CreateCachediSCSIVolumeInput
|
354
357
|
|
355
358
|
CreateCachediSCSIVolumeOutput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
|
@@ -408,6 +411,8 @@ module Aws::StorageGateway
|
|
408
411
|
CreateTapeWithBarcodeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
409
412
|
CreateTapeWithBarcodeInput.add_member(:tape_size_in_bytes, Shapes::ShapeRef.new(shape: TapeSize, required: true, location_name: "TapeSizeInBytes"))
|
410
413
|
CreateTapeWithBarcodeInput.add_member(:tape_barcode, Shapes::ShapeRef.new(shape: TapeBarcode, required: true, location_name: "TapeBarcode"))
|
414
|
+
CreateTapeWithBarcodeInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
415
|
+
CreateTapeWithBarcodeInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
411
416
|
CreateTapeWithBarcodeInput.struct_class = Types::CreateTapeWithBarcodeInput
|
412
417
|
|
413
418
|
CreateTapeWithBarcodeOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
@@ -418,6 +423,8 @@ module Aws::StorageGateway
|
|
418
423
|
CreateTapesInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
|
419
424
|
CreateTapesInput.add_member(:num_tapes_to_create, Shapes::ShapeRef.new(shape: NumTapesToCreate, required: true, location_name: "NumTapesToCreate"))
|
420
425
|
CreateTapesInput.add_member(:tape_barcode_prefix, Shapes::ShapeRef.new(shape: TapeBarcodePrefix, required: true, location_name: "TapeBarcodePrefix"))
|
426
|
+
CreateTapesInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
427
|
+
CreateTapesInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
421
428
|
CreateTapesInput.struct_class = Types::CreateTapesInput
|
422
429
|
|
423
430
|
CreateTapesOutput.add_member(:tape_arns, Shapes::ShapeRef.new(shape: TapeARNs, location_name: "TapeARNs"))
|
@@ -856,6 +863,7 @@ module Aws::StorageGateway
|
|
856
863
|
Tape.add_member(:vtl_device, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDevice"))
|
857
864
|
Tape.add_member(:progress, Shapes::ShapeRef.new(shape: DoubleObject, location_name: "Progress"))
|
858
865
|
Tape.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
866
|
+
Tape.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
859
867
|
Tape.struct_class = Types::Tape
|
860
868
|
|
861
869
|
TapeARNs.member = Shapes::ShapeRef.new(shape: TapeARN)
|
@@ -868,6 +876,7 @@ module Aws::StorageGateway
|
|
868
876
|
TapeArchive.add_member(:retrieved_to, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "RetrievedTo"))
|
869
877
|
TapeArchive.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeArchiveStatus, location_name: "TapeStatus"))
|
870
878
|
TapeArchive.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
879
|
+
TapeArchive.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
871
880
|
TapeArchive.struct_class = Types::TapeArchive
|
872
881
|
|
873
882
|
TapeArchives.member = Shapes::ShapeRef.new(shape: TapeArchive)
|
@@ -371,6 +371,12 @@ module Aws::StorageGateway
|
|
371
371
|
# </note>
|
372
372
|
# @return [Integer]
|
373
373
|
#
|
374
|
+
# @!attribute [rw] kms_key
|
375
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
376
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
377
|
+
# is true. Optional.
|
378
|
+
# @return [String]
|
379
|
+
#
|
374
380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CachediSCSIVolume AWS API Documentation
|
375
381
|
#
|
376
382
|
class CachediSCSIVolume < Struct.new(
|
@@ -383,7 +389,8 @@ module Aws::StorageGateway
|
|
383
389
|
:source_snapshot_id,
|
384
390
|
:volume_iscsi_attributes,
|
385
391
|
:created_date,
|
386
|
-
:volume_used_in_bytes
|
392
|
+
:volume_used_in_bytes,
|
393
|
+
:kms_key)
|
387
394
|
include Aws::Structure
|
388
395
|
end
|
389
396
|
|
@@ -517,6 +524,8 @@ module Aws::StorageGateway
|
|
517
524
|
# source_volume_arn: "VolumeARN",
|
518
525
|
# network_interface_id: "NetworkInterfaceId", # required
|
519
526
|
# client_token: "ClientToken", # required
|
527
|
+
# kms_encrypted: false,
|
528
|
+
# kms_key: "KMSKey",
|
520
529
|
# }
|
521
530
|
#
|
522
531
|
# @!attribute [rw] gateway_arn
|
@@ -547,6 +556,17 @@ module Aws::StorageGateway
|
|
547
556
|
# @!attribute [rw] client_token
|
548
557
|
# @return [String]
|
549
558
|
#
|
559
|
+
# @!attribute [rw] kms_encrypted
|
560
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
561
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
562
|
+
# @return [Boolean]
|
563
|
+
#
|
564
|
+
# @!attribute [rw] kms_key
|
565
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
566
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
567
|
+
# is true. Optional.
|
568
|
+
# @return [String]
|
569
|
+
#
|
550
570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateCachediSCSIVolumeInput AWS API Documentation
|
551
571
|
#
|
552
572
|
class CreateCachediSCSIVolumeInput < Struct.new(
|
@@ -556,7 +576,9 @@ module Aws::StorageGateway
|
|
556
576
|
:target_name,
|
557
577
|
:source_volume_arn,
|
558
578
|
:network_interface_id,
|
559
|
-
:client_token
|
579
|
+
:client_token,
|
580
|
+
:kms_encrypted,
|
581
|
+
:kms_key)
|
560
582
|
include Aws::Structure
|
561
583
|
end
|
562
584
|
|
@@ -621,8 +643,9 @@ module Aws::StorageGateway
|
|
621
643
|
# @return [Boolean]
|
622
644
|
#
|
623
645
|
# @!attribute [rw] kms_key
|
624
|
-
# The KMS key used for Amazon S3 server
|
625
|
-
# can only be set when
|
646
|
+
# The Amazon Resource Name (ARN) KMS key used for Amazon S3 server
|
647
|
+
# side encryption. This value can only be set when KMSEncrypted is
|
648
|
+
# true. Optional.
|
626
649
|
# @return [String]
|
627
650
|
#
|
628
651
|
# @!attribute [rw] role
|
@@ -636,9 +659,9 @@ module Aws::StorageGateway
|
|
636
659
|
#
|
637
660
|
# @!attribute [rw] default_storage_class
|
638
661
|
# The default storage class for objects put into an Amazon S3 bucket
|
639
|
-
# by file gateway. Possible values are S3\_STANDARD
|
640
|
-
# S3\
|
641
|
-
# S3\_STANDARD is used. Optional.
|
662
|
+
# by file gateway. Possible values are S3\_STANDARD, S3\_STANDARD\_IA
|
663
|
+
# or S3\_ONEZONE\_IA. If this field is not populated, the default
|
664
|
+
# value S3\_STANDARD is used. Optional.
|
642
665
|
# @return [String]
|
643
666
|
#
|
644
667
|
# @!attribute [rw] object_acl
|
@@ -930,6 +953,8 @@ module Aws::StorageGateway
|
|
930
953
|
# gateway_arn: "GatewayARN", # required
|
931
954
|
# tape_size_in_bytes: 1, # required
|
932
955
|
# tape_barcode: "TapeBarcode", # required
|
956
|
+
# kms_encrypted: false,
|
957
|
+
# kms_key: "KMSKey",
|
933
958
|
# }
|
934
959
|
#
|
935
960
|
# @!attribute [rw] gateway_arn
|
@@ -955,12 +980,25 @@ module Aws::StorageGateway
|
|
955
980
|
# </note>
|
956
981
|
# @return [String]
|
957
982
|
#
|
983
|
+
# @!attribute [rw] kms_encrypted
|
984
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
985
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
986
|
+
# @return [Boolean]
|
987
|
+
#
|
988
|
+
# @!attribute [rw] kms_key
|
989
|
+
# The Amazon Resource Name (ARN) of the KMS Key used for Amazon S3
|
990
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
991
|
+
# is true. Optional.
|
992
|
+
# @return [String]
|
993
|
+
#
|
958
994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcodeInput AWS API Documentation
|
959
995
|
#
|
960
996
|
class CreateTapeWithBarcodeInput < Struct.new(
|
961
997
|
:gateway_arn,
|
962
998
|
:tape_size_in_bytes,
|
963
|
-
:tape_barcode
|
999
|
+
:tape_barcode,
|
1000
|
+
:kms_encrypted,
|
1001
|
+
:kms_key)
|
964
1002
|
include Aws::Structure
|
965
1003
|
end
|
966
1004
|
|
@@ -989,6 +1027,8 @@ module Aws::StorageGateway
|
|
989
1027
|
# client_token: "ClientToken", # required
|
990
1028
|
# num_tapes_to_create: 1, # required
|
991
1029
|
# tape_barcode_prefix: "TapeBarcodePrefix", # required
|
1030
|
+
# kms_encrypted: false,
|
1031
|
+
# kms_key: "KMSKey",
|
992
1032
|
# }
|
993
1033
|
#
|
994
1034
|
# @!attribute [rw] gateway_arn
|
@@ -1030,6 +1070,17 @@ module Aws::StorageGateway
|
|
1030
1070
|
# </note>
|
1031
1071
|
# @return [String]
|
1032
1072
|
#
|
1073
|
+
# @!attribute [rw] kms_encrypted
|
1074
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
1075
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
1076
|
+
# @return [Boolean]
|
1077
|
+
#
|
1078
|
+
# @!attribute [rw] kms_key
|
1079
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
1080
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
1081
|
+
# is true. Optional.
|
1082
|
+
# @return [String]
|
1083
|
+
#
|
1033
1084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapesInput AWS API Documentation
|
1034
1085
|
#
|
1035
1086
|
class CreateTapesInput < Struct.new(
|
@@ -1037,7 +1088,9 @@ module Aws::StorageGateway
|
|
1037
1088
|
:tape_size_in_bytes,
|
1038
1089
|
:client_token,
|
1039
1090
|
:num_tapes_to_create,
|
1040
|
-
:tape_barcode_prefix
|
1091
|
+
:tape_barcode_prefix,
|
1092
|
+
:kms_encrypted,
|
1093
|
+
:kms_key)
|
1041
1094
|
include Aws::Structure
|
1042
1095
|
end
|
1043
1096
|
|
@@ -2855,7 +2908,9 @@ module Aws::StorageGateway
|
|
2855
2908
|
# @return [Boolean]
|
2856
2909
|
#
|
2857
2910
|
# @!attribute [rw] kms_key
|
2858
|
-
# The ARN of the KMS key used for Amazon S3
|
2911
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
2912
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
2913
|
+
# is true. Optional.
|
2859
2914
|
# @return [String]
|
2860
2915
|
#
|
2861
2916
|
# @!attribute [rw] path
|
@@ -2874,9 +2929,9 @@ module Aws::StorageGateway
|
|
2874
2929
|
#
|
2875
2930
|
# @!attribute [rw] default_storage_class
|
2876
2931
|
# The default storage class for objects put into an Amazon S3 bucket
|
2877
|
-
# by file gateway. Possible values are S3\_STANDARD
|
2878
|
-
# S3\
|
2879
|
-
# S3\_STANDARD is used. Optional.
|
2932
|
+
# by file gateway. Possible values are S3\_STANDARD, S3\_STANDARD\_IA
|
2933
|
+
# or S3\_ONEZONE\_IA. If this field is not populated, the default
|
2934
|
+
# value S3\_STANDARD is used. Optional.
|
2880
2935
|
# @return [String]
|
2881
2936
|
#
|
2882
2937
|
# @!attribute [rw] object_acl
|
@@ -3472,6 +3527,12 @@ module Aws::StorageGateway
|
|
3472
3527
|
# </note>
|
3473
3528
|
# @return [Integer]
|
3474
3529
|
#
|
3530
|
+
# @!attribute [rw] kms_key
|
3531
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
3532
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
3533
|
+
# is true. Optional.
|
3534
|
+
# @return [String]
|
3535
|
+
#
|
3475
3536
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
|
3476
3537
|
#
|
3477
3538
|
class Tape < Struct.new(
|
@@ -3482,7 +3543,8 @@ module Aws::StorageGateway
|
|
3482
3543
|
:tape_status,
|
3483
3544
|
:vtl_device,
|
3484
3545
|
:progress,
|
3485
|
-
:tape_used_in_bytes
|
3546
|
+
:tape_used_in_bytes,
|
3547
|
+
:kms_key)
|
3486
3548
|
include Aws::Structure
|
3487
3549
|
end
|
3488
3550
|
|
@@ -3498,6 +3560,7 @@ module Aws::StorageGateway
|
|
3498
3560
|
# @return [String]
|
3499
3561
|
#
|
3500
3562
|
# @!attribute [rw] tape_created_date
|
3563
|
+
# The date the virtual tape was created.
|
3501
3564
|
# @return [Time]
|
3502
3565
|
#
|
3503
3566
|
# @!attribute [rw] tape_size_in_bytes
|
@@ -3507,7 +3570,7 @@ module Aws::StorageGateway
|
|
3507
3570
|
# @!attribute [rw] completion_time
|
3508
3571
|
# The time that the archiving of the virtual tape was completed.
|
3509
3572
|
#
|
3510
|
-
# The
|
3573
|
+
# The default time stamp format is in the ISO8601 extended
|
3511
3574
|
# YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
3512
3575
|
# @return [Time]
|
3513
3576
|
#
|
@@ -3530,6 +3593,12 @@ module Aws::StorageGateway
|
|
3530
3593
|
# </note>
|
3531
3594
|
# @return [Integer]
|
3532
3595
|
#
|
3596
|
+
# @!attribute [rw] kms_key
|
3597
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
3598
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
3599
|
+
# is true. Optional.
|
3600
|
+
# @return [String]
|
3601
|
+
#
|
3533
3602
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
|
3534
3603
|
#
|
3535
3604
|
class TapeArchive < Struct.new(
|
@@ -3540,7 +3609,8 @@ module Aws::StorageGateway
|
|
3540
3609
|
:completion_time,
|
3541
3610
|
:retrieved_to,
|
3542
3611
|
:tape_status,
|
3543
|
-
:tape_used_in_bytes
|
3612
|
+
:tape_used_in_bytes,
|
3613
|
+
:kms_key)
|
3544
3614
|
include Aws::Structure
|
3545
3615
|
end
|
3546
3616
|
|
@@ -3588,8 +3658,8 @@ module Aws::StorageGateway
|
|
3588
3658
|
# The time when the point-in-time view of the virtual tape was
|
3589
3659
|
# replicated for later recovery.
|
3590
3660
|
#
|
3591
|
-
# The
|
3592
|
-
# extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
3661
|
+
# The default time stamp format of the tape recovery point time is in
|
3662
|
+
# the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
3593
3663
|
# @return [Time]
|
3594
3664
|
#
|
3595
3665
|
# @!attribute [rw] tape_size_in_bytes
|
@@ -3925,8 +3995,9 @@ module Aws::StorageGateway
|
|
3925
3995
|
# @return [Boolean]
|
3926
3996
|
#
|
3927
3997
|
# @!attribute [rw] kms_key
|
3928
|
-
# The KMS key used for Amazon S3
|
3929
|
-
# can only be set when
|
3998
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
3999
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
4000
|
+
# is true. Optional.
|
3930
4001
|
# @return [String]
|
3931
4002
|
#
|
3932
4003
|
# @!attribute [rw] nfs_file_share_defaults
|
@@ -3935,9 +4006,9 @@ module Aws::StorageGateway
|
|
3935
4006
|
#
|
3936
4007
|
# @!attribute [rw] default_storage_class
|
3937
4008
|
# The default storage class for objects put into an Amazon S3 bucket
|
3938
|
-
# by a file gateway. Possible values are S3\_STANDARD
|
3939
|
-
# S3\_STANDARD\_IA. If this field is not populated,
|
3940
|
-
# S3\_STANDARD is used. Optional.
|
4009
|
+
# by a file gateway. Possible values are S3\_STANDARD,
|
4010
|
+
# S3\_STANDARD\_IA or S3\_ONEZONE\_IA. If this field is not populated,
|
4011
|
+
# the default value S3\_STANDARD is used. Optional.
|
3941
4012
|
# @return [String]
|
3942
4013
|
#
|
3943
4014
|
# @!attribute [rw] object_acl
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-storagegateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.5.
|
78
|
+
rubygems_version: 2.5.2.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: AWS SDK for Ruby - AWS Storage Gateway
|