aws-sdk-storagegateway 1.6.0 → 1.7.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 +4 -4
- data/lib/aws-sdk-storagegateway.rb +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +156 -131
- data/lib/aws-sdk-storagegateway/client_api.rb +3 -0
- data/lib/aws-sdk-storagegateway/types.rb +179 -150
- metadata +2 -2
@@ -442,6 +442,8 @@ module Aws::StorageGateway
|
|
442
442
|
CreateStorediSCSIVolumeInput.add_member(:preserve_existing_data, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "PreserveExistingData"))
|
443
443
|
CreateStorediSCSIVolumeInput.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "TargetName"))
|
444
444
|
CreateStorediSCSIVolumeInput.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "NetworkInterfaceId"))
|
445
|
+
CreateStorediSCSIVolumeInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
446
|
+
CreateStorediSCSIVolumeInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
445
447
|
CreateStorediSCSIVolumeInput.struct_class = Types::CreateStorediSCSIVolumeInput
|
446
448
|
|
447
449
|
CreateStorediSCSIVolumeOutput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
|
@@ -938,6 +940,7 @@ module Aws::StorageGateway
|
|
938
940
|
StorediSCSIVolume.add_member(:volume_iscsi_attributes, Shapes::ShapeRef.new(shape: VolumeiSCSIAttributes, location_name: "VolumeiSCSIAttributes"))
|
939
941
|
StorediSCSIVolume.add_member(:created_date, Shapes::ShapeRef.new(shape: CreatedDate, location_name: "CreatedDate"))
|
940
942
|
StorediSCSIVolume.add_member(:volume_used_in_bytes, Shapes::ShapeRef.new(shape: VolumeUsedInBytes, location_name: "VolumeUsedInBytes"))
|
943
|
+
StorediSCSIVolume.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
941
944
|
StorediSCSIVolume.struct_class = Types::StorediSCSIVolume
|
942
945
|
|
943
946
|
StorediSCSIVolumes.member = Shapes::ShapeRef.new(shape: StorediSCSIVolume)
|
@@ -372,7 +372,7 @@ module Aws::StorageGateway
|
|
372
372
|
# @return [Integer]
|
373
373
|
#
|
374
374
|
# @!attribute [rw] kms_key
|
375
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
375
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
376
376
|
# server side encryption. This value can only be set when KMSEncrypted
|
377
377
|
# is true. Optional.
|
378
378
|
# @return [String]
|
@@ -587,7 +587,7 @@ module Aws::StorageGateway
|
|
587
587
|
# @return [Boolean]
|
588
588
|
#
|
589
589
|
# @!attribute [rw] kms_key
|
590
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
590
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
591
591
|
# server side encryption. This value can only be set when KMSEncrypted
|
592
592
|
# is true. Optional.
|
593
593
|
# @return [String]
|
@@ -671,7 +671,7 @@ module Aws::StorageGateway
|
|
671
671
|
# @return [Boolean]
|
672
672
|
#
|
673
673
|
# @!attribute [rw] kms_key
|
674
|
-
# The Amazon Resource Name (ARN) KMS key used for Amazon S3 server
|
674
|
+
# The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3 server
|
675
675
|
# side encryption. This value can only be set when KMSEncrypted is
|
676
676
|
# true. Optional.
|
677
677
|
# @return [String]
|
@@ -687,15 +687,15 @@ module Aws::StorageGateway
|
|
687
687
|
#
|
688
688
|
# @!attribute [rw] default_storage_class
|
689
689
|
# The default storage class for objects put into an Amazon S3 bucket
|
690
|
-
# by file gateway. Possible values are
|
691
|
-
# or
|
692
|
-
# value
|
690
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
691
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
692
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
693
693
|
# @return [String]
|
694
694
|
#
|
695
695
|
# @!attribute [rw] object_acl
|
696
|
-
#
|
697
|
-
# bucket that a file gateway puts objects into. The default
|
698
|
-
# "private".
|
696
|
+
# A value that sets the access control list permission for objects in
|
697
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
698
|
+
# value is "private".
|
699
699
|
# @return [String]
|
700
700
|
#
|
701
701
|
# @!attribute [rw] client_list
|
@@ -706,28 +706,28 @@ module Aws::StorageGateway
|
|
706
706
|
# @!attribute [rw] squash
|
707
707
|
# Maps a user to anonymous user. Valid options are the following:
|
708
708
|
#
|
709
|
-
# *
|
709
|
+
# * `RootSquash` - Only root is mapped to anonymous user.
|
710
710
|
#
|
711
|
-
# *
|
711
|
+
# * `NoSquash` - No one is mapped to anonymous user
|
712
712
|
#
|
713
|
-
# *
|
713
|
+
# * `AllSquash` - Everyone is mapped to anonymous user.
|
714
714
|
# @return [String]
|
715
715
|
#
|
716
716
|
# @!attribute [rw] read_only
|
717
|
-
#
|
718
|
-
# write status is read-only, and otherwise false.
|
717
|
+
# A value that sets the write status of a file share. This value is
|
718
|
+
# true if the write status is read-only, and otherwise false.
|
719
719
|
# @return [Boolean]
|
720
720
|
#
|
721
721
|
# @!attribute [rw] guess_mime_type_enabled
|
722
|
-
#
|
723
|
-
# extensions. Set this value to true to enable MIME type
|
724
|
-
# otherwise to false. The default value is true.
|
722
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
723
|
+
# based on file extensions. Set this value to true to enable MIME type
|
724
|
+
# guessing, and otherwise to false. The default value is true.
|
725
725
|
# @return [Boolean]
|
726
726
|
#
|
727
727
|
# @!attribute [rw] requester_pays
|
728
|
-
#
|
729
|
-
# Amazon S3 bucket
|
730
|
-
#
|
728
|
+
# A value that sets the access control list permission for objects in
|
729
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
730
|
+
# default value is `private`.
|
731
731
|
# @return [Boolean]
|
732
732
|
#
|
733
733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
|
@@ -801,9 +801,9 @@ module Aws::StorageGateway
|
|
801
801
|
# @return [Boolean]
|
802
802
|
#
|
803
803
|
# @!attribute [rw] kms_key
|
804
|
-
# The Amazon Resource Name (ARN) KMS key used for Amazon S3
|
805
|
-
# side encryption. This value can only be set when KMSEncrypted
|
806
|
-
# true. Optional.
|
804
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
805
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
806
|
+
# is true. Optional.
|
807
807
|
# @return [String]
|
808
808
|
#
|
809
809
|
# @!attribute [rw] role
|
@@ -817,51 +817,53 @@ module Aws::StorageGateway
|
|
817
817
|
#
|
818
818
|
# @!attribute [rw] default_storage_class
|
819
819
|
# The default storage class for objects put into an Amazon S3 bucket
|
820
|
-
# by file gateway. Possible values are
|
821
|
-
# or
|
822
|
-
# value
|
820
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
821
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
822
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
823
823
|
# @return [String]
|
824
824
|
#
|
825
825
|
# @!attribute [rw] object_acl
|
826
|
-
#
|
827
|
-
# bucket that a file gateway puts objects into. The default
|
828
|
-
# "private".
|
826
|
+
# A value that sets the access control list permission for objects in
|
827
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
828
|
+
# value is "private".
|
829
829
|
# @return [String]
|
830
830
|
#
|
831
831
|
# @!attribute [rw] read_only
|
832
|
-
#
|
833
|
-
# write status is read-only, and otherwise false.
|
832
|
+
# A value that sets the write status of a file share. This value is
|
833
|
+
# true if the write status is read-only, and otherwise false.
|
834
834
|
# @return [Boolean]
|
835
835
|
#
|
836
836
|
# @!attribute [rw] guess_mime_type_enabled
|
837
|
-
#
|
838
|
-
# extensions. Set this value to true to enable MIME type
|
839
|
-
# otherwise to false. The default value is true.
|
837
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
838
|
+
# based on file extensions. Set this value to true to enable MIME type
|
839
|
+
# guessing, and otherwise to false. The default value is true.
|
840
840
|
# @return [Boolean]
|
841
841
|
#
|
842
842
|
# @!attribute [rw] requester_pays
|
843
|
-
#
|
844
|
-
# Amazon S3 bucket
|
845
|
-
#
|
843
|
+
# A value that sets the access control list permission for objects in
|
844
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
845
|
+
# default value is `private`.
|
846
846
|
# @return [Boolean]
|
847
847
|
#
|
848
848
|
# @!attribute [rw] valid_user_list
|
849
|
-
# A list of users in the Active Directory that are allowed
|
850
|
-
# the file share.
|
851
|
-
#
|
849
|
+
# A list of users or groups in the Active Directory that are allowed
|
850
|
+
# to access the file share. A group must be prefixed with the @
|
851
|
+
# character. For example `@group1`. Can only be set if Authentication
|
852
|
+
# is set to `ActiveDirectory`.
|
852
853
|
# @return [Array<String>]
|
853
854
|
#
|
854
855
|
# @!attribute [rw] invalid_user_list
|
855
|
-
# A list of users in the Active Directory that are not
|
856
|
-
# access the file share.
|
857
|
-
#
|
856
|
+
# A list of users or groups in the Active Directory that are not
|
857
|
+
# allowed to access the file share. A group must be prefixed with the
|
858
|
+
# @ character. For example `@group1`. Can only be set if
|
859
|
+
# Authentication is set to `ActiveDirectory`.
|
858
860
|
# @return [Array<String>]
|
859
861
|
#
|
860
862
|
# @!attribute [rw] authentication
|
861
863
|
# The authentication method that users use to access the file share.
|
862
864
|
#
|
863
|
-
# Valid values
|
864
|
-
#
|
865
|
+
# Valid values are `ActiveDirectory` or `GuestAccess`. The default is
|
866
|
+
# `ActiveDirectory`.
|
865
867
|
# @return [String]
|
866
868
|
#
|
867
869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSMBFileShareInput AWS API Documentation
|
@@ -1015,6 +1017,8 @@ module Aws::StorageGateway
|
|
1015
1017
|
# preserve_existing_data: false, # required
|
1016
1018
|
# target_name: "TargetName", # required
|
1017
1019
|
# network_interface_id: "NetworkInterfaceId", # required
|
1020
|
+
# kms_encrypted: false,
|
1021
|
+
# kms_key: "KMSKey",
|
1018
1022
|
# }
|
1019
1023
|
#
|
1020
1024
|
# @!attribute [rw] gateway_arn
|
@@ -1070,6 +1074,17 @@ module Aws::StorageGateway
|
|
1070
1074
|
# Valid Values: A valid IP address.
|
1071
1075
|
# @return [String]
|
1072
1076
|
#
|
1077
|
+
# @!attribute [rw] kms_encrypted
|
1078
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
1079
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
1080
|
+
# @return [Boolean]
|
1081
|
+
#
|
1082
|
+
# @!attribute [rw] kms_key
|
1083
|
+
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
1084
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
1085
|
+
# is true. Optional.
|
1086
|
+
# @return [String]
|
1087
|
+
#
|
1073
1088
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateStorediSCSIVolumeInput AWS API Documentation
|
1074
1089
|
#
|
1075
1090
|
class CreateStorediSCSIVolumeInput < Struct.new(
|
@@ -1078,7 +1093,9 @@ module Aws::StorageGateway
|
|
1078
1093
|
:snapshot_id,
|
1079
1094
|
:preserve_existing_data,
|
1080
1095
|
:target_name,
|
1081
|
-
:network_interface_id
|
1096
|
+
:network_interface_id,
|
1097
|
+
:kms_encrypted,
|
1098
|
+
:kms_key)
|
1082
1099
|
include Aws::Structure
|
1083
1100
|
end
|
1084
1101
|
|
@@ -1148,7 +1165,7 @@ module Aws::StorageGateway
|
|
1148
1165
|
# @return [Boolean]
|
1149
1166
|
#
|
1150
1167
|
# @!attribute [rw] kms_key
|
1151
|
-
# The Amazon Resource Name (ARN) of the KMS Key used for Amazon S3
|
1168
|
+
# The Amazon Resource Name (ARN) of the AWS KMS Key used for Amazon S3
|
1152
1169
|
# server side encryption. This value can only be set when KMSEncrypted
|
1153
1170
|
# is true. Optional.
|
1154
1171
|
# @return [String]
|
@@ -1238,7 +1255,7 @@ module Aws::StorageGateway
|
|
1238
1255
|
# @return [Boolean]
|
1239
1256
|
#
|
1240
1257
|
# @!attribute [rw] kms_key
|
1241
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
1258
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
1242
1259
|
# server side encryption. This value can only be set when KMSEncrypted
|
1243
1260
|
# is true. Optional.
|
1244
1261
|
# @return [String]
|
@@ -2155,7 +2172,7 @@ module Aws::StorageGateway
|
|
2155
2172
|
#
|
2156
2173
|
# @!attribute [rw] tape_archives
|
2157
2174
|
# An array of virtual tape objects in the virtual tape shelf (VTS).
|
2158
|
-
# The description includes of the Amazon Resource Name(ARN) of the
|
2175
|
+
# The description includes of the Amazon Resource Name (ARN) of the
|
2159
2176
|
# virtual tapes. The information returned includes the Amazon Resource
|
2160
2177
|
# Names (ARNs) of the tapes, size of the tapes, status of the tapes,
|
2161
2178
|
# progress of the description and tape barcode.
|
@@ -2493,7 +2510,7 @@ module Aws::StorageGateway
|
|
2493
2510
|
# Lists iSCSI information about a VTL device.
|
2494
2511
|
#
|
2495
2512
|
# @!attribute [rw] target_arn
|
2496
|
-
# Specifies the unique Amazon Resource Name(ARN) that encodes the
|
2513
|
+
# Specifies the unique Amazon Resource Name (ARN) that encodes the
|
2497
2514
|
# iSCSI qualified name(iqn) of a tape drive or media changer target.
|
2498
2515
|
# @return [String]
|
2499
2516
|
#
|
@@ -2543,7 +2560,7 @@ module Aws::StorageGateway
|
|
2543
2560
|
# DisableGatewayOutput
|
2544
2561
|
#
|
2545
2562
|
# @!attribute [rw] gateway_arn
|
2546
|
-
# The unique Amazon Resource Name of the disabled gateway.
|
2563
|
+
# The unique Amazon Resource Name (ARN) of the disabled gateway.
|
2547
2564
|
# @return [String]
|
2548
2565
|
#
|
2549
2566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayOutput AWS API Documentation
|
@@ -2673,8 +2690,8 @@ module Aws::StorageGateway
|
|
2673
2690
|
# }
|
2674
2691
|
#
|
2675
2692
|
# @!attribute [rw] gateway_arn
|
2676
|
-
# The unique Amazon Resource Name of the file gateway you want
|
2677
|
-
# to the Active Directory domain.
|
2693
|
+
# The unique Amazon Resource Name (ARN) of the file gateway you want
|
2694
|
+
# to add to the Active Directory domain.
|
2678
2695
|
# @return [String]
|
2679
2696
|
#
|
2680
2697
|
# @!attribute [rw] domain_name
|
@@ -2704,7 +2721,7 @@ module Aws::StorageGateway
|
|
2704
2721
|
# JoinDomainOutput
|
2705
2722
|
#
|
2706
2723
|
# @!attribute [rw] gateway_arn
|
2707
|
-
# The unique Amazon Resource Name of the gateway that joined the
|
2724
|
+
# The unique Amazon Resource Name (ARN) of the gateway that joined the
|
2708
2725
|
# domain.
|
2709
2726
|
# @return [String]
|
2710
2727
|
#
|
@@ -3125,7 +3142,7 @@ module Aws::StorageGateway
|
|
3125
3142
|
# default, have Unix file permissions assigned to them. Upon discovery
|
3126
3143
|
# in an S3 bucket by Storage Gateway, the S3 objects that represent
|
3127
3144
|
# files and folders are assigned these default Unix permissions. This
|
3128
|
-
# operation is only supported
|
3145
|
+
# operation is only supported for file gateways.
|
3129
3146
|
#
|
3130
3147
|
# @note When making an API call, you may pass NFSFileShareDefaults
|
3131
3148
|
# data as a hash:
|
@@ -3179,7 +3196,7 @@ module Aws::StorageGateway
|
|
3179
3196
|
# default, have Unix file permissions assigned to them. Upon discovery
|
3180
3197
|
# in an S3 bucket by Storage Gateway, the S3 objects that represent
|
3181
3198
|
# files and folders are assigned these default Unix permissions. This
|
3182
|
-
# operation is only supported
|
3199
|
+
# operation is only supported for file gateways.
|
3183
3200
|
# @return [Types::NFSFileShareDefaults]
|
3184
3201
|
#
|
3185
3202
|
# @!attribute [rw] file_share_arn
|
@@ -3201,12 +3218,12 @@ module Aws::StorageGateway
|
|
3201
3218
|
# @return [String]
|
3202
3219
|
#
|
3203
3220
|
# @!attribute [rw] kms_encrypted
|
3204
|
-
# True to use Amazon S3 server side encryption with your own KMS
|
3205
|
-
# or false to use a key managed by Amazon S3. Optional.
|
3221
|
+
# True to use Amazon S3 server side encryption with your own AWS KMS
|
3222
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
3206
3223
|
# @return [Boolean]
|
3207
3224
|
#
|
3208
3225
|
# @!attribute [rw] kms_key
|
3209
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
3226
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
3210
3227
|
# server side encryption. This value can only be set when KMSEncrypted
|
3211
3228
|
# is true. Optional.
|
3212
3229
|
# @return [String]
|
@@ -3227,15 +3244,15 @@ module Aws::StorageGateway
|
|
3227
3244
|
#
|
3228
3245
|
# @!attribute [rw] default_storage_class
|
3229
3246
|
# The default storage class for objects put into an Amazon S3 bucket
|
3230
|
-
# by file gateway. Possible values are
|
3231
|
-
# or
|
3232
|
-
# value
|
3247
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
3248
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
3249
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
3233
3250
|
# @return [String]
|
3234
3251
|
#
|
3235
3252
|
# @!attribute [rw] object_acl
|
3236
|
-
#
|
3237
|
-
# that a file gateway puts objects into. The default
|
3238
|
-
# "private".
|
3253
|
+
# A value that sets the access control list permission for objects in
|
3254
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
3255
|
+
# value is "private".
|
3239
3256
|
# @return [String]
|
3240
3257
|
#
|
3241
3258
|
# @!attribute [rw] client_list
|
@@ -3246,28 +3263,28 @@ module Aws::StorageGateway
|
|
3246
3263
|
# @!attribute [rw] squash
|
3247
3264
|
# The user mapped to anonymous user. Valid options are the following:
|
3248
3265
|
#
|
3249
|
-
# *
|
3266
|
+
# * `RootSquash` - Only root is mapped to anonymous user.
|
3250
3267
|
#
|
3251
|
-
# *
|
3268
|
+
# * `NoSquash` - No one is mapped to anonymous user
|
3252
3269
|
#
|
3253
|
-
# *
|
3270
|
+
# * `AllSquash` - Everyone is mapped to anonymous user.
|
3254
3271
|
# @return [String]
|
3255
3272
|
#
|
3256
3273
|
# @!attribute [rw] read_only
|
3257
|
-
#
|
3258
|
-
# write status is read-only, and otherwise false.
|
3274
|
+
# A value that sets the write status of a file share. This value is
|
3275
|
+
# true if the write status is read-only, and otherwise false.
|
3259
3276
|
# @return [Boolean]
|
3260
3277
|
#
|
3261
3278
|
# @!attribute [rw] guess_mime_type_enabled
|
3262
|
-
#
|
3263
|
-
# extensions. Set this value to true to enable MIME type
|
3264
|
-
# otherwise to false. The default value is true.
|
3279
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
3280
|
+
# based on file extensions. Set this value to true to enable MIME type
|
3281
|
+
# guessing, and otherwise to false. The default value is true.
|
3265
3282
|
# @return [Boolean]
|
3266
3283
|
#
|
3267
3284
|
# @!attribute [rw] requester_pays
|
3268
|
-
#
|
3269
|
-
# Amazon S3 bucket
|
3270
|
-
#
|
3285
|
+
# A value that sets the access control list permission for objects in
|
3286
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
3287
|
+
# default value is `private`.
|
3271
3288
|
# @return [Boolean]
|
3272
3289
|
#
|
3273
3290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
@@ -3547,7 +3564,7 @@ module Aws::StorageGateway
|
|
3547
3564
|
|
3548
3565
|
# The Windows file permissions and ownership information assigned, by
|
3549
3566
|
# default, to native S3 objects when file gateway discovers them in S3
|
3550
|
-
# buckets. This operation is only supported
|
3567
|
+
# buckets. This operation is only supported for file gateways.
|
3551
3568
|
#
|
3552
3569
|
# @!attribute [rw] file_share_arn
|
3553
3570
|
# The Amazon Resource Name (ARN) of the file share.
|
@@ -3568,12 +3585,12 @@ module Aws::StorageGateway
|
|
3568
3585
|
# @return [String]
|
3569
3586
|
#
|
3570
3587
|
# @!attribute [rw] kms_encrypted
|
3571
|
-
# True to use Amazon S3 server
|
3572
|
-
# or false to use a key managed by Amazon S3. Optional.
|
3588
|
+
# True to use Amazon S3 server-side encryption with your own AWS KMS
|
3589
|
+
# key, or false to use a key managed by Amazon S3. Optional.
|
3573
3590
|
# @return [Boolean]
|
3574
3591
|
#
|
3575
3592
|
# @!attribute [rw] kms_key
|
3576
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
3593
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
3577
3594
|
# server side encryption. This value can only be set when KMSEncrypted
|
3578
3595
|
# is true. Optional.
|
3579
3596
|
# @return [String]
|
@@ -3594,50 +3611,53 @@ module Aws::StorageGateway
|
|
3594
3611
|
#
|
3595
3612
|
# @!attribute [rw] default_storage_class
|
3596
3613
|
# The default storage class for objects put into an Amazon S3 bucket
|
3597
|
-
# by file gateway. Possible values are
|
3598
|
-
# or
|
3599
|
-
# value
|
3614
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
3615
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
3616
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
3600
3617
|
# @return [String]
|
3601
3618
|
#
|
3602
3619
|
# @!attribute [rw] object_acl
|
3603
|
-
#
|
3604
|
-
# that a file gateway puts objects into. The default
|
3605
|
-
# "private".
|
3620
|
+
# A value that sets the access control list permission for objects in
|
3621
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
3622
|
+
# value is "private".
|
3606
3623
|
# @return [String]
|
3607
3624
|
#
|
3608
3625
|
# @!attribute [rw] read_only
|
3609
|
-
#
|
3610
|
-
# write status is read-only, and otherwise false.
|
3626
|
+
# A value that sets the write status of a file share. This value is
|
3627
|
+
# true if the write status is read-only, and otherwise false.
|
3611
3628
|
# @return [Boolean]
|
3612
3629
|
#
|
3613
3630
|
# @!attribute [rw] guess_mime_type_enabled
|
3614
|
-
#
|
3615
|
-
# extensions. Set this value to true to enable MIME type
|
3616
|
-
# otherwise to false. The default value is true.
|
3631
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
3632
|
+
# based on file extensions. Set this value to true to enable MIME type
|
3633
|
+
# guessing, and otherwise to false. The default value is true.
|
3617
3634
|
# @return [Boolean]
|
3618
3635
|
#
|
3619
3636
|
# @!attribute [rw] requester_pays
|
3620
|
-
#
|
3621
|
-
# Amazon S3 bucket
|
3622
|
-
#
|
3637
|
+
# A value that sets the access control list permission for objects in
|
3638
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
3639
|
+
# default value is `private`.
|
3623
3640
|
# @return [Boolean]
|
3624
3641
|
#
|
3625
3642
|
# @!attribute [rw] valid_user_list
|
3626
|
-
# A list of users in the Active Directory that are allowed
|
3627
|
-
# the file share.
|
3628
|
-
#
|
3643
|
+
# A list of users or groups in the Active Directory that are allowed
|
3644
|
+
# to access the file share. A group must be prefixed with the @
|
3645
|
+
# character. For example `@group1`. Can only be set if Authentication
|
3646
|
+
# is set to `ActiveDirectory`.
|
3629
3647
|
# @return [Array<String>]
|
3630
3648
|
#
|
3631
3649
|
# @!attribute [rw] invalid_user_list
|
3632
|
-
# A list of users in the Active Directory that are not
|
3633
|
-
# access the file share.
|
3634
|
-
#
|
3650
|
+
# A list of users or groups in the Active Directory that are not
|
3651
|
+
# allowed to access the file share. A group must be prefixed with the
|
3652
|
+
# @ character. For example `@group1`. Can only be set if
|
3653
|
+
# Authentication is set to `ActiveDirectory`.
|
3635
3654
|
# @return [Array<String>]
|
3636
3655
|
#
|
3637
3656
|
# @!attribute [rw] authentication
|
3638
|
-
# The authentication method of the file share.
|
3639
|
-
#
|
3640
|
-
#
|
3657
|
+
# The authentication method of the file share.
|
3658
|
+
#
|
3659
|
+
# Valid values are `ActiveDirectory` or `GuestAccess`. The default is
|
3660
|
+
# `ActiveDirectory`.
|
3641
3661
|
# @return [String]
|
3642
3662
|
#
|
3643
3663
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
|
@@ -3718,7 +3738,7 @@ module Aws::StorageGateway
|
|
3718
3738
|
# @return [String]
|
3719
3739
|
#
|
3720
3740
|
# @!attribute [rw] password
|
3721
|
-
# The password you want to set for your SMB Server.
|
3741
|
+
# The password that you want to set for your SMB Server.
|
3722
3742
|
# @return [String]
|
3723
3743
|
#
|
3724
3744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordInput AWS API Documentation
|
@@ -3900,6 +3920,12 @@ module Aws::StorageGateway
|
|
3900
3920
|
# </note>
|
3901
3921
|
# @return [Integer]
|
3902
3922
|
#
|
3923
|
+
# @!attribute [rw] kms_key
|
3924
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
3925
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
3926
|
+
# is true. Optional.
|
3927
|
+
# @return [String]
|
3928
|
+
#
|
3903
3929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StorediSCSIVolume AWS API Documentation
|
3904
3930
|
#
|
3905
3931
|
class StorediSCSIVolume < Struct.new(
|
@@ -3914,7 +3940,8 @@ module Aws::StorageGateway
|
|
3914
3940
|
:preserved_existing_data,
|
3915
3941
|
:volume_iscsi_attributes,
|
3916
3942
|
:created_date,
|
3917
|
-
:volume_used_in_bytes
|
3943
|
+
:volume_used_in_bytes,
|
3944
|
+
:kms_key)
|
3918
3945
|
include Aws::Structure
|
3919
3946
|
end
|
3920
3947
|
|
@@ -3983,7 +4010,7 @@ module Aws::StorageGateway
|
|
3983
4010
|
# @return [Integer]
|
3984
4011
|
#
|
3985
4012
|
# @!attribute [rw] kms_key
|
3986
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
4013
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
3987
4014
|
# server side encryption. This value can only be set when KMSEncrypted
|
3988
4015
|
# is true. Optional.
|
3989
4016
|
# @return [String]
|
@@ -4049,7 +4076,7 @@ module Aws::StorageGateway
|
|
4049
4076
|
# @return [Integer]
|
4050
4077
|
#
|
4051
4078
|
# @!attribute [rw] kms_key
|
4052
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
4079
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
4053
4080
|
# server side encryption. This value can only be set when KMSEncrypted
|
4054
4081
|
# is true. Optional.
|
4055
4082
|
# @return [String]
|
@@ -4450,7 +4477,7 @@ module Aws::StorageGateway
|
|
4450
4477
|
# @return [Boolean]
|
4451
4478
|
#
|
4452
4479
|
# @!attribute [rw] kms_key
|
4453
|
-
# The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
|
4480
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
4454
4481
|
# server side encryption. This value can only be set when KMSEncrypted
|
4455
4482
|
# is true. Optional.
|
4456
4483
|
# @return [String]
|
@@ -4461,15 +4488,15 @@ module Aws::StorageGateway
|
|
4461
4488
|
#
|
4462
4489
|
# @!attribute [rw] default_storage_class
|
4463
4490
|
# The default storage class for objects put into an Amazon S3 bucket
|
4464
|
-
# by
|
4465
|
-
#
|
4466
|
-
# the default value
|
4491
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
4492
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
4493
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
4467
4494
|
# @return [String]
|
4468
4495
|
#
|
4469
4496
|
# @!attribute [rw] object_acl
|
4470
|
-
#
|
4471
|
-
# that a file gateway puts objects into. The default
|
4472
|
-
# "private".
|
4497
|
+
# A value that sets the access control list permission for objects in
|
4498
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
4499
|
+
# value is "private".
|
4473
4500
|
# @return [String]
|
4474
4501
|
#
|
4475
4502
|
# @!attribute [rw] client_list
|
@@ -4480,28 +4507,28 @@ module Aws::StorageGateway
|
|
4480
4507
|
# @!attribute [rw] squash
|
4481
4508
|
# The user mapped to anonymous user. Valid options are the following:
|
4482
4509
|
#
|
4483
|
-
# *
|
4510
|
+
# * `RootSquash` - Only root is mapped to anonymous user.
|
4484
4511
|
#
|
4485
|
-
# *
|
4512
|
+
# * `NoSquash` - No one is mapped to anonymous user
|
4486
4513
|
#
|
4487
|
-
# *
|
4514
|
+
# * `AllSquash` - Everyone is mapped to anonymous user.
|
4488
4515
|
# @return [String]
|
4489
4516
|
#
|
4490
4517
|
# @!attribute [rw] read_only
|
4491
|
-
#
|
4492
|
-
# write status is read-only, and otherwise false.
|
4518
|
+
# A value that sets the write status of a file share. This value is
|
4519
|
+
# true if the write status is read-only, and otherwise false.
|
4493
4520
|
# @return [Boolean]
|
4494
4521
|
#
|
4495
4522
|
# @!attribute [rw] guess_mime_type_enabled
|
4496
|
-
#
|
4497
|
-
# extensions. Set this value to true to enable MIME type
|
4498
|
-
# otherwise to false. The default value is true.
|
4523
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
4524
|
+
# based on file extensions. Set this value to true to enable MIME type
|
4525
|
+
# guessing, and otherwise to false. The default value is true.
|
4499
4526
|
# @return [Boolean]
|
4500
4527
|
#
|
4501
4528
|
# @!attribute [rw] requester_pays
|
4502
|
-
#
|
4503
|
-
# Amazon S3 bucket
|
4504
|
-
#
|
4529
|
+
# A value that sets the access control list permission for objects in
|
4530
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
4531
|
+
# default value is `private`.
|
4505
4532
|
# @return [Boolean]
|
4506
4533
|
#
|
4507
4534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
@@ -4553,8 +4580,8 @@ module Aws::StorageGateway
|
|
4553
4580
|
# }
|
4554
4581
|
#
|
4555
4582
|
# @!attribute [rw] file_share_arn
|
4556
|
-
# The Amazon Resource Name (ARN) of the SMB file share you want
|
4557
|
-
# update.
|
4583
|
+
# The Amazon Resource Name (ARN) of the SMB file share that you want
|
4584
|
+
# to update.
|
4558
4585
|
# @return [String]
|
4559
4586
|
#
|
4560
4587
|
# @!attribute [rw] kms_encrypted
|
@@ -4563,51 +4590,53 @@ module Aws::StorageGateway
|
|
4563
4590
|
# @return [Boolean]
|
4564
4591
|
#
|
4565
4592
|
# @!attribute [rw] kms_key
|
4566
|
-
# The Amazon Resource Name (ARN) KMS key used for Amazon S3
|
4567
|
-
# side encryption. This value can only be set when KMSEncrypted
|
4568
|
-
# true. Optional.
|
4593
|
+
# The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
|
4594
|
+
# server side encryption. This value can only be set when KMSEncrypted
|
4595
|
+
# is true. Optional.
|
4569
4596
|
# @return [String]
|
4570
4597
|
#
|
4571
4598
|
# @!attribute [rw] default_storage_class
|
4572
4599
|
# The default storage class for objects put into an Amazon S3 bucket
|
4573
|
-
# by file gateway. Possible values are
|
4574
|
-
# or
|
4575
|
-
# value
|
4600
|
+
# by the file gateway. Possible values are `S3_STANDARD`,
|
4601
|
+
# `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
|
4602
|
+
# populated, the default value `S3_STANDARD` is used. Optional.
|
4576
4603
|
# @return [String]
|
4577
4604
|
#
|
4578
4605
|
# @!attribute [rw] object_acl
|
4579
|
-
#
|
4580
|
-
# bucket that a file gateway puts objects into. The default
|
4581
|
-
# "private".
|
4606
|
+
# A value that sets the access control list permission for objects in
|
4607
|
+
# the S3 bucket that a file gateway puts objects into. The default
|
4608
|
+
# value is "private".
|
4582
4609
|
# @return [String]
|
4583
4610
|
#
|
4584
4611
|
# @!attribute [rw] read_only
|
4585
|
-
#
|
4586
|
-
# write status is read-only, and otherwise false.
|
4612
|
+
# A value that sets the write status of a file share. This value is
|
4613
|
+
# true if the write status is read-only, and otherwise false.
|
4587
4614
|
# @return [Boolean]
|
4588
4615
|
#
|
4589
4616
|
# @!attribute [rw] guess_mime_type_enabled
|
4590
|
-
#
|
4591
|
-
# extensions. Set this value to true to enable MIME type
|
4592
|
-
# otherwise to false. The default value is true.
|
4617
|
+
# A value that enables guessing of the MIME type for uploaded objects
|
4618
|
+
# based on file extensions. Set this value to true to enable MIME type
|
4619
|
+
# guessing, and otherwise to false. The default value is true.
|
4593
4620
|
# @return [Boolean]
|
4594
4621
|
#
|
4595
4622
|
# @!attribute [rw] requester_pays
|
4596
|
-
#
|
4597
|
-
# Amazon S3 bucket
|
4598
|
-
#
|
4623
|
+
# A value that sets the access control list permission for objects in
|
4624
|
+
# the Amazon S3 bucket that a file gateway puts objects into. The
|
4625
|
+
# default value is `private`.
|
4599
4626
|
# @return [Boolean]
|
4600
4627
|
#
|
4601
4628
|
# @!attribute [rw] valid_user_list
|
4602
|
-
# A list of users in the Active Directory that are allowed
|
4603
|
-
# the file share.
|
4604
|
-
#
|
4629
|
+
# A list of users or groups in the Active Directory that are allowed
|
4630
|
+
# to access the file share. A group must be prefixed with the @
|
4631
|
+
# character. For example `@group1`. Can only be set if Authentication
|
4632
|
+
# is set to `ActiveDirectory`.
|
4605
4633
|
# @return [Array<String>]
|
4606
4634
|
#
|
4607
4635
|
# @!attribute [rw] invalid_user_list
|
4608
|
-
# A list of users in the Active Directory that are not
|
4609
|
-
# access the file share.
|
4610
|
-
#
|
4636
|
+
# A list of users or groups in the Active Directory that are not
|
4637
|
+
# allowed to access the file share. A group must be prefixed with the
|
4638
|
+
# @ character. For example `@group1`. Can only be set if
|
4639
|
+
# Authentication is set to `ActiveDirectory`.
|
4611
4640
|
# @return [Array<String>]
|
4612
4641
|
#
|
4613
4642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
|