aws-sdk-storagegateway 1.41.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60abe789913bd971fb88746b02eec498998df589dce44fc7baec4f717e624dc6
4
- data.tar.gz: af95cb91c9a0c4afe76b063add818e1933eafa983ea670114be651b50893ed52
3
+ metadata.gz: e5452ac7c5cce3a5dcf0d3866e5c2e7d5fdb1654a6435eb09505719e75711534
4
+ data.tar.gz: 91efd758f193453d3f8763a69f3eed14690c7355e848bc8ac41312e8c1e6d2f0
5
5
  SHA512:
6
- metadata.gz: f14a7d904054602812c4c41996977a8212b7ea484ae2e1f9899abd129c15be8c205c7910bbc7e6334fffff72b5280cf0d49eca9d2f05cecb3549465820c5bd67
7
- data.tar.gz: e4aa1ae05bbe8ebddf357c47ffa9d2f65d6326ec955337e5cc3b77d687ff19bff690337275f8eaa8996cb767b9bbff403c621ffe8381189c737465fe7b148850
6
+ metadata.gz: a650389936a346f485a3452c4ab860f7c43bcfa4010618c216b0edbcffe6808b47c36a5ec3eb6f988bde31c33f8647b8ec62b9213d197db23632cfc627e93e0c
7
+ data.tar.gz: 4ce5841e603d6915577f9af0c7c72fa9aa48c514535c26007bf1cb9a7a255d426c82e39db90ed607a96020b0bae83af564e9b1824dc7be9c3fc6e3396cd13832
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
45
47
  # @service
46
48
  module Aws::StorageGateway
47
49
 
48
- GEM_VERSION = '1.41.0'
50
+ GEM_VERSION = '1.46.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::StorageGateway
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::StorageGateway
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -323,7 +327,7 @@ module Aws::StorageGateway
323
327
  # that you want to use for storing snapshots or tapes, the time zone for
324
328
  # scheduled snapshots the gateway snapshot schedule window, an
325
329
  # activation key, and a name for your gateway. The activation process
326
- # also associates your gateway with your account; for more information,
330
+ # also associates your gateway with your account. For more information,
327
331
  # see UpdateGatewayInformation.
328
332
  #
329
333
  # <note markdown="1"> You must turn on the gateway VM before you can activate your gateway.
@@ -340,9 +344,12 @@ module Aws::StorageGateway
340
344
  # pass to the `ActivateGateway` API call determine the actual
341
345
  # configuration of your gateway.
342
346
  #
343
- # For more information, see
344
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html
345
- # in the Storage Gateway User Guide.
347
+ # For more information, see [Getting activation key][1] in the *AWS
348
+ # Storage Gateway User Guide*.
349
+ #
350
+ #
351
+ #
352
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html
346
353
  #
347
354
  # @option params [required, String] :gateway_name
348
355
  # The name you configured for your gateway.
@@ -360,34 +367,34 @@ module Aws::StorageGateway
360
367
  # data. The gateway AWS Region specified must be the same AWS Region as
361
368
  # the AWS Region in your `Host` header in the request. For more
362
369
  # information about available AWS Regions and endpoints for AWS Storage
363
- # Gateway, see [Regions and Endpoints][1] in the *Amazon Web Services
364
- # Glossary*.
370
+ # Gateway, see [AWS Storage Gateway endpoints and quotas][1] in the *AWS
371
+ # General Reference*.
365
372
  #
366
- # Valid Values: See [AWS Storage Gateway Regions and Endpoints][1] in
367
- # the AWS General Reference.
373
+ # Valid Values: See [AWS Storage Gateway endpoints and quotas][1] in the
374
+ # *AWS General Reference*.
368
375
  #
369
376
  #
370
377
  #
371
- # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#sg_region
378
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/sg.html
372
379
  #
373
380
  # @option params [String] :gateway_type
374
381
  # A value that defines the type of gateway to activate. The type
375
382
  # specified is critical to all later functions of the gateway and cannot
376
383
  # be changed after activation. The default value is `CACHED`.
377
384
  #
378
- # Valid Values: "STORED", "CACHED", "VTL", "FILE\_S3"
385
+ # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3`
379
386
  #
380
387
  # @option params [String] :tape_drive_type
381
388
  # The value that indicates the type of tape drive to use for tape
382
389
  # gateway. This field is optional.
383
390
  #
384
- # Valid Values: "IBM-ULT3580-TD5"
391
+ # Valid Values: `IBM-ULT3580-TD5`
385
392
  #
386
393
  # @option params [String] :medium_changer_type
387
394
  # The value that indicates the type of medium changer to use for tape
388
395
  # gateway. This field is optional.
389
396
  #
390
- # Valid Values: "STK-L700", "AWS-Gateway-VTL"
397
+ # Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
391
398
  #
392
399
  # @option params [Array<Types::Tag>] :tags
393
400
  # A list of up to 50 tags that you can assign to the gateway. Each tag
@@ -457,8 +464,8 @@ module Aws::StorageGateway
457
464
  end
458
465
 
459
466
  # Configures one or more gateway local disks as cache for a gateway.
460
- # This operation is only supported in the cached volume, tape and file
461
- # gateway type (see [Storage Gateway Concepts][1]).
467
+ # This operation is only supported in the cached volume, tape, and file
468
+ # gateway type (see [How AWS Storage Gateway works (architecture)][1].
462
469
  #
463
470
  # In the request, you specify the gateway Amazon Resource Name (ARN) to
464
471
  # which you want to add cache, and one or more disk IDs that you want to
@@ -737,7 +744,7 @@ module Aws::StorageGateway
737
744
  # is archived directly into the S3 storage class (S3 Glacier or S3
738
745
  # Glacier Deep Archive) that corresponds to the pool.
739
746
  #
740
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
747
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
741
748
  #
742
749
  # @option params [required, String] :tape_arn
743
750
  # The unique Amazon Resource Name (ARN) of the virtual tape that you
@@ -750,7 +757,7 @@ module Aws::StorageGateway
750
757
  # eject the tape, the tape is archived directly into the storage class
751
758
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
752
759
  #
753
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
760
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
754
761
  #
755
762
  # @return [Types::AssignTapePoolOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
756
763
  #
@@ -981,7 +988,7 @@ module Aws::StorageGateway
981
988
  # @option params [String] :snapshot_id
982
989
  # The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as
983
990
  # the new cached volume. Specify this field if you want to create the
984
- # iSCSI storage volume from a snapshot otherwise do not include this
991
+ # iSCSI storage volume from a snapshot; otherwise, do not include this
985
992
  # field. To list snapshots for your account use [DescribeSnapshots][1]
986
993
  # in the *Amazon Elastic Compute Cloud API Reference*.
987
994
  #
@@ -1019,13 +1026,16 @@ module Aws::StorageGateway
1019
1026
  # request.
1020
1027
  #
1021
1028
  # @option params [Boolean] :kms_encrypted
1022
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1023
- # key, or false to use a key managed by Amazon S3. Optional.
1029
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1030
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1031
+ #
1032
+ # Valid Values: `true` \| `false`
1024
1033
  #
1025
1034
  # @option params [String] :kms_key
1026
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1027
- # server-side encryption. This value can only be set when KMSEncrypted
1028
- # is true. Optional.
1035
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1036
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
1037
+ # not support asymmetric CMKs. This value can only be set when
1038
+ # `KMSEncrypted` is `true`. Optional.
1029
1039
  #
1030
1040
  # @option params [Array<Types::Tag>] :tags
1031
1041
  # A list of up to 50 tags that you can assign to a cached volume. Each
@@ -1108,13 +1118,17 @@ module Aws::StorageGateway
1108
1118
  # activated to enable you to create a file share. Make sure AWS STS is
1109
1119
  # activated in the AWS Region you are creating your file gateway in. If
1110
1120
  # AWS STS is not activated in the AWS Region, activate it. For
1111
- # information about how to activate AWS STS, see Activating and
1112
- # Deactivating AWS STS in an AWS Region in the AWS Identity and Access
1113
- # Management User Guide.
1121
+ # information about how to activate AWS STS, see [Activating and
1122
+ # deactivating AWS STS in an AWS Region][1] in the *AWS Identity and
1123
+ # Access Management User Guide*.
1114
1124
  #
1115
1125
  # File gateway does not support creating hard or symbolic links on a
1116
1126
  # file share.
1117
1127
  #
1128
+ #
1129
+ #
1130
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
1131
+ #
1118
1132
  # @option params [required, String] :client_token
1119
1133
  # A unique string value that you supply that is used by file gateway to
1120
1134
  # ensure idempotent file share creation.
@@ -1127,61 +1141,72 @@ module Aws::StorageGateway
1127
1141
  # to create a file share.
1128
1142
  #
1129
1143
  # @option params [Boolean] :kms_encrypted
1130
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1131
- # key, or false to use a key managed by Amazon S3. Optional.
1144
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1145
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1146
+ #
1147
+ # Valid Values: `true` \| `false`
1132
1148
  #
1133
1149
  # @option params [String] :kms_key
1134
- # The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3
1135
- # server-side encryption. This value can only be set when KMSEncrypted
1136
- # is true. Optional.
1150
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1151
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
1152
+ # not support asymmetric CMKs. This value can only be set when
1153
+ # `KMSEncrypted` is `true`. Optional.
1137
1154
  #
1138
1155
  # @option params [required, String] :role
1139
1156
  # The ARN of the AWS Identity and Access Management (IAM) role that a
1140
1157
  # file gateway assumes when it accesses the underlying storage.
1141
1158
  #
1142
1159
  # @option params [required, String] :location_arn
1143
- # The ARN of the backed storage used for storing file data.
1160
+ # The ARN of the backend storage used for storing file data. A prefix
1161
+ # name can be added to the S3 bucket name. It must end with a "/".
1144
1162
  #
1145
1163
  # @option params [String] :default_storage_class
1146
1164
  # The default storage class for objects put into an Amazon S3 bucket by
1147
- # the file gateway. Possible values are `S3_STANDARD`, `S3_STANDARD_IA`,
1148
- # or `S3_ONEZONE_IA`. If this field is not populated, the default value
1149
- # `S3_STANDARD` is used. Optional.
1165
+ # the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1166
+ # Optional.
1167
+ #
1168
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1169
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
1150
1170
  #
1151
1171
  # @option params [String] :object_acl
1152
- # A value that sets the access control list permission for objects in
1153
- # the S3 bucket that a file gateway puts objects into. The default value
1154
- # is "private".
1172
+ # A value that sets the access control list (ACL) permission for objects
1173
+ # in the S3 bucket that a file gateway puts objects into. The default
1174
+ # value is `private`.
1155
1175
  #
1156
1176
  # @option params [Array<String>] :client_list
1157
1177
  # The list of clients that are allowed to access the file gateway. The
1158
1178
  # list must contain either valid IP addresses or valid CIDR blocks.
1159
1179
  #
1160
1180
  # @option params [String] :squash
1161
- # A value that maps a user to anonymous user. Valid options are the
1162
- # following:
1181
+ # A value that maps a user to anonymous user.
1163
1182
  #
1164
- # * `RootSquash` - Only root is mapped to anonymous user.
1183
+ # Valid values are the following:
1165
1184
  #
1166
- # * `NoSquash` - No one is mapped to anonymous user
1185
+ # * `RootSquash`\: Only root is mapped to anonymous user.
1167
1186
  #
1168
- # * `AllSquash` - Everyone is mapped to anonymous user.
1187
+ # * `NoSquash`\: No one is mapped to anonymous user.
1188
+ #
1189
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
1169
1190
  #
1170
1191
  # @option params [Boolean] :read_only
1171
- # A value that sets the write status of a file share. This value is true
1172
- # if the write status is read-only, and otherwise false.
1192
+ # A value that sets the write status of a file share. Set this value to
1193
+ # `true` to set the write status to read-only, otherwise set to `false`.
1194
+ #
1195
+ # Valid Values: `true` \| `false`
1173
1196
  #
1174
1197
  # @option params [Boolean] :guess_mime_type_enabled
1175
1198
  # A value that enables guessing of the MIME type for uploaded objects
1176
- # based on file extensions. Set this value to true to enable MIME type
1177
- # guessing, and otherwise to false. The default value is true.
1199
+ # based on file extensions. Set this value to `true` to enable MIME type
1200
+ # guessing, otherwise set to `false`. The default value is `true`.
1201
+ #
1202
+ # Valid Values: `true` \| `false`
1178
1203
  #
1179
1204
  # @option params [Boolean] :requester_pays
1180
1205
  # A value that sets who pays the cost of the request and the cost
1181
1206
  # associated with data download from the S3 bucket. If this value is set
1182
- # to true, the requester pays the costs. Otherwise the S3 bucket owner
1183
- # pays. However, the S3 bucket owner always pays the cost of storing
1184
- # data.
1207
+ # to `true`, the requester pays the costs; otherwise, the S3 bucket
1208
+ # owner pays. However, the S3 bucket owner always pays the cost of
1209
+ # storing data.
1185
1210
  #
1186
1211
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
1187
1212
  # file share, so make sure that the configuration on the file share is
@@ -1189,6 +1214,8 @@ module Aws::StorageGateway
1189
1214
  #
1190
1215
  # </note>
1191
1216
  #
1217
+ # Valid Values: `true` \| `false`
1218
+ #
1192
1219
  # @option params [Array<Types::Tag>] :tags
1193
1220
  # A list of up to 50 tags that can be assigned to the NFS file share.
1194
1221
  # Each tag is a key-value pair.
@@ -1200,6 +1227,17 @@ module Aws::StorageGateway
1200
1227
  #
1201
1228
  # </note>
1202
1229
  #
1230
+ # @option params [String] :file_share_name
1231
+ # The name of the file share. Optional.
1232
+ #
1233
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1234
+ # `LocationARN`.
1235
+ #
1236
+ # </note>
1237
+ #
1238
+ # @option params [Types::CacheAttributes] :cache_attributes
1239
+ # Refresh cache information.
1240
+ #
1203
1241
  # @return [Types::CreateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1204
1242
  #
1205
1243
  # * {Types::CreateNFSFileShareOutput#file_share_arn #file_share_arn} => String
@@ -1232,6 +1270,10 @@ module Aws::StorageGateway
1232
1270
  # value: "TagValue", # required
1233
1271
  # },
1234
1272
  # ],
1273
+ # file_share_name: "FileShareName",
1274
+ # cache_attributes: {
1275
+ # cache_stale_timeout_in_seconds: 1,
1276
+ # },
1235
1277
  # })
1236
1278
  #
1237
1279
  # @example Response structure
@@ -1258,8 +1300,8 @@ module Aws::StorageGateway
1258
1300
  # is activated in the AWS Region you are creating your file gateway in.
1259
1301
  # If AWS STS is not activated in this AWS Region, activate it. For
1260
1302
  # information about how to activate AWS STS, see [Activating and
1261
- # Deactivating AWS STS in an AWS Region][1] in the *AWS Identity and
1262
- # Access Management User Guide.*
1303
+ # deactivating AWS STS in an AWS Region][1] in the *AWS Identity and
1304
+ # Access Management User Guide*.
1263
1305
  #
1264
1306
  # File gateways don't support creating hard or symbolic links on a
1265
1307
  # file
@@ -1277,47 +1319,57 @@ module Aws::StorageGateway
1277
1319
  # The ARN of the file gateway on which you want to create a file share.
1278
1320
  #
1279
1321
  # @option params [Boolean] :kms_encrypted
1280
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1281
- # key, or false to use a key managed by Amazon S3. Optional.
1322
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1323
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1324
+ #
1325
+ # Valid Values: `true` \| `false`
1282
1326
  #
1283
1327
  # @option params [String] :kms_key
1284
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1285
- # server-side encryption. This value can only be set when KMSEncrypted
1286
- # is true. Optional.
1328
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1329
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
1330
+ # not support asymmetric CMKs. This value can only be set when
1331
+ # `KMSEncrypted` is `true`. Optional.
1287
1332
  #
1288
1333
  # @option params [required, String] :role
1289
1334
  # The ARN of the AWS Identity and Access Management (IAM) role that a
1290
1335
  # file gateway assumes when it accesses the underlying storage.
1291
1336
  #
1292
1337
  # @option params [required, String] :location_arn
1293
- # The ARN of the backed storage used for storing file data.
1338
+ # The ARN of the backend storage used for storing file data. A prefix
1339
+ # name can be added to the S3 bucket name. It must end with a "/".
1294
1340
  #
1295
1341
  # @option params [String] :default_storage_class
1296
1342
  # The default storage class for objects put into an Amazon S3 bucket by
1297
- # the file gateway. Possible values are `S3_STANDARD`, `S3_STANDARD_IA`,
1298
- # or `S3_ONEZONE_IA`. If this field is not populated, the default value
1299
- # `S3_STANDARD` is used. Optional.
1343
+ # the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1344
+ # Optional.
1345
+ #
1346
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1347
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
1300
1348
  #
1301
1349
  # @option params [String] :object_acl
1302
- # A value that sets the access control list permission for objects in
1303
- # the S3 bucket that a file gateway puts objects into. The default value
1304
- # is "private".
1350
+ # A value that sets the access control list (ACL) permission for objects
1351
+ # in the S3 bucket that a file gateway puts objects into. The default
1352
+ # value is `private`.
1305
1353
  #
1306
1354
  # @option params [Boolean] :read_only
1307
- # A value that sets the write status of a file share. This value is true
1308
- # if the write status is read-only, and otherwise false.
1355
+ # A value that sets the write status of a file share. Set this value to
1356
+ # `true` to set the write status to read-only, otherwise set to `false`.
1357
+ #
1358
+ # Valid Values: `true` \| `false`
1309
1359
  #
1310
1360
  # @option params [Boolean] :guess_mime_type_enabled
1311
1361
  # A value that enables guessing of the MIME type for uploaded objects
1312
- # based on file extensions. Set this value to true to enable MIME type
1313
- # guessing, and otherwise to false. The default value is true.
1362
+ # based on file extensions. Set this value to `true` to enable MIME type
1363
+ # guessing, otherwise set to `false`. The default value is `true`.
1364
+ #
1365
+ # Valid Values: `true` \| `false`
1314
1366
  #
1315
1367
  # @option params [Boolean] :requester_pays
1316
1368
  # A value that sets who pays the cost of the request and the cost
1317
1369
  # associated with data download from the S3 bucket. If this value is set
1318
- # to true, the requester pays the costs. Otherwise the S3 bucket owner
1319
- # pays. However, the S3 bucket owner always pays the cost of storing
1320
- # data.
1370
+ # to `true`, the requester pays the costs; otherwise, the S3 bucket
1371
+ # owner pays. However, the S3 bucket owner always pays the cost of
1372
+ # storing data.
1321
1373
  #
1322
1374
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
1323
1375
  # file share, so make sure that the configuration on the file share is
@@ -1325,43 +1377,60 @@ module Aws::StorageGateway
1325
1377
  #
1326
1378
  # </note>
1327
1379
  #
1380
+ # Valid Values: `true` \| `false`
1381
+ #
1328
1382
  # @option params [Boolean] :smbacl_enabled
1329
- # Set this value to "true to enable ACL (access control list) on the
1330
- # SMB file share. Set it to "false" to map file and directory
1383
+ # Set this value to `true` to enable access control list (ACL) on the
1384
+ # SMB file share. Set it to `false` to map file and directory
1331
1385
  # permissions to the POSIX permissions.
1332
1386
  #
1333
- # For more information, see
1334
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1335
- # in the Storage Gateway User Guide.
1387
+ # For more information, see [Using Microsoft Windows ACLs to control
1388
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
1389
+ # Guide*.
1390
+ #
1391
+ # Valid Values: `true` \| `false`
1392
+ #
1393
+ #
1394
+ #
1395
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1336
1396
  #
1337
1397
  # @option params [Array<String>] :admin_user_list
1338
- # A list of users in the Active Directory that will be granted
1398
+ # A list of users or groups in the Active Directory that will be granted
1339
1399
  # administrator privileges on the file share. These users can do all
1340
- # file operations as the super-user.
1400
+ # file operations as the super-user. Acceptable formats include:
1401
+ # `DOMAIN\User1`, `user1`, `@group1`, and `@DOMAIN\group1`.
1341
1402
  #
1342
1403
  # Use this option very carefully, because any user in this list can do
1343
1404
  # anything they like on the file share, regardless of file permissions.
1344
1405
  #
1345
1406
  # @option params [Array<String>] :valid_user_list
1346
1407
  # A list of users or groups in the Active Directory that are allowed to
1347
- # access the file share. A group must be prefixed with the @ character.
1348
- # For example `@group1`. Can only be set if Authentication is set to
1349
- # `ActiveDirectory`.
1408
+ # access the file []() share. A group must be prefixed with the @
1409
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
1410
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication is
1411
+ # set to `ActiveDirectory`.
1350
1412
  #
1351
1413
  # @option params [Array<String>] :invalid_user_list
1352
1414
  # A list of users or groups in the Active Directory that are not allowed
1353
1415
  # to access the file share. A group must be prefixed with the @
1354
- # character. For example, `@group1`. Can only be set if Authentication
1355
- # is set to `ActiveDirectory`.
1416
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
1417
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication is
1418
+ # set to `ActiveDirectory`.
1356
1419
  #
1357
1420
  # @option params [String] :audit_destination_arn
1358
1421
  # The Amazon Resource Name (ARN) of the storage used for the audit logs.
1359
1422
  #
1360
1423
  # @option params [String] :authentication
1361
- # The authentication method that users use to access the file share.
1424
+ # The authentication method that users use to access the file share. The
1425
+ # default is `ActiveDirectory`.
1362
1426
  #
1363
- # Valid values are `ActiveDirectory` or `GuestAccess`. The default is
1364
- # `ActiveDirectory`.
1427
+ # Valid Values: `ActiveDirectory` \| `GuestAccess`
1428
+ #
1429
+ # @option params [String] :case_sensitivity
1430
+ # The case of an object name in an Amazon S3 bucket. For
1431
+ # `ClientSpecified`, the client determines the case sensitivity. For
1432
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
1433
+ # default value is `ClientSpecified`.
1365
1434
  #
1366
1435
  # @option params [Array<Types::Tag>] :tags
1367
1436
  # A list of up to 50 tags that can be assigned to the NFS file share.
@@ -1374,6 +1443,17 @@ module Aws::StorageGateway
1374
1443
  #
1375
1444
  # </note>
1376
1445
  #
1446
+ # @option params [String] :file_share_name
1447
+ # The name of the file share. Optional.
1448
+ #
1449
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1450
+ # `LocationARN`.
1451
+ #
1452
+ # </note>
1453
+ #
1454
+ # @option params [Types::CacheAttributes] :cache_attributes
1455
+ # Refresh cache information.
1456
+ #
1377
1457
  # @return [Types::CreateSMBFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1378
1458
  #
1379
1459
  # * {Types::CreateSMBFileShareOutput#file_share_arn #file_share_arn} => String
@@ -1398,12 +1478,17 @@ module Aws::StorageGateway
1398
1478
  # invalid_user_list: ["FileShareUser"],
1399
1479
  # audit_destination_arn: "AuditDestinationARN",
1400
1480
  # authentication: "Authentication",
1481
+ # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
1401
1482
  # tags: [
1402
1483
  # {
1403
1484
  # key: "TagKey", # required
1404
1485
  # value: "TagValue", # required
1405
1486
  # },
1406
1487
  # ],
1488
+ # file_share_name: "FileShareName",
1489
+ # cache_attributes: {
1490
+ # cache_stale_timeout_in_seconds: 1,
1491
+ # },
1407
1492
  # })
1408
1493
  #
1409
1494
  # @example Response structure
@@ -1422,12 +1507,12 @@ module Aws::StorageGateway
1422
1507
  # Initiates a snapshot of a volume.
1423
1508
  #
1424
1509
  # AWS Storage Gateway provides the ability to back up point-in-time
1425
- # snapshots of your data to Amazon Simple Storage Service (Amazon S3)
1426
- # for durable off-site recovery, as well as import the data to an Amazon
1510
+ # snapshots of your data to Amazon Simple Storage (Amazon S3) for
1511
+ # durable off-site recovery, as well as import the data to an Amazon
1427
1512
  # Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud
1428
1513
  # (EC2). You can take snapshots of your gateway volume on a scheduled or
1429
- # ad hoc basis. This API enables you to take an ad hoc snapshot. For
1430
- # more information, see [Editing a Snapshot Schedule][1].
1514
+ # ad hoc basis. This API enables you to take ad-hoc snapshot. For more
1515
+ # information, see [Editing a snapshot schedule][1].
1431
1516
  #
1432
1517
  # In the CreateSnapshot request you identify the volume by providing its
1433
1518
  # Amazon Resource Name (ARN). You must also provide description for the
@@ -1440,19 +1525,20 @@ module Aws::StorageGateway
1440
1525
  # gateway type.
1441
1526
  #
1442
1527
  # <note markdown="1"> To list or delete a snapshot, you must use the Amazon EC2 API. For
1443
- # more information, see DescribeSnapshots or DeleteSnapshot in the [EC2
1444
- # API reference][2].
1528
+ # more information, see [DescribeSnapshots][2] or [DeleteSnapshot][3] in
1529
+ # the *Amazon Elastic Compute Cloud API Reference*.
1445
1530
  #
1446
1531
  # </note>
1447
1532
  #
1448
1533
  # Volume and snapshot IDs are changing to a longer length ID format. For
1449
- # more information, see the important note on the [Welcome][3] page.
1534
+ # more information, see the important note on the [Welcome][4] page.
1450
1535
  #
1451
1536
  #
1452
1537
  #
1453
1538
  # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#SchedulingSnapshot
1454
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Operations.html
1455
- # [3]: https://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html
1539
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html
1540
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html
1541
+ # [4]: https://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html
1456
1542
  #
1457
1543
  # @option params [required, String] :volume_arn
1458
1544
  # The Amazon Resource Name (ARN) of the volume. Use the ListVolumes
@@ -1462,7 +1548,7 @@ module Aws::StorageGateway
1462
1548
  # Textual description of the snapshot that appears in the Amazon EC2
1463
1549
  # console, Elastic Block Store snapshots panel in the **Description**
1464
1550
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1465
- # **Description** field
1551
+ # **Description** field.
1466
1552
  #
1467
1553
  # @option params [Array<Types::Tag>] :tags
1468
1554
  # A list of up to 50 tags that can be assigned to a snapshot. Each tag
@@ -1541,10 +1627,16 @@ module Aws::StorageGateway
1541
1627
  # from a snapshot.
1542
1628
  #
1543
1629
  # <note markdown="1"> To list or delete a snapshot, you must use the Amazon EC2 API. For
1544
- # more information, in *Amazon Elastic Compute Cloud API Reference*.
1630
+ # more information, see [DescribeSnapshots][1] or [DeleteSnapshot][2] in
1631
+ # the *Amazon Elastic Compute Cloud API Reference*.
1545
1632
  #
1546
1633
  # </note>
1547
1634
  #
1635
+ #
1636
+ #
1637
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html
1638
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html
1639
+ #
1548
1640
  # @option params [required, String] :volume_arn
1549
1641
  # The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
1550
1642
  # DescribeStorediSCSIVolumes operation to return to retrieve the
@@ -1554,7 +1646,7 @@ module Aws::StorageGateway
1554
1646
  # Textual description of the snapshot that appears in the Amazon EC2
1555
1647
  # console, Elastic Block Store snapshots panel in the **Description**
1556
1648
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1557
- # **Description** field
1649
+ # **Description** field.
1558
1650
  #
1559
1651
  # @option params [Array<Types::Tag>] :tags
1560
1652
  # A list of up to 50 tags that can be assigned to a snapshot. Each tag
@@ -1650,7 +1742,7 @@ module Aws::StorageGateway
1650
1742
  # @option params [String] :snapshot_id
1651
1743
  # The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as
1652
1744
  # the new stored volume. Specify this field if you want to create the
1653
- # iSCSI storage volume from a snapshot otherwise do not include this
1745
+ # iSCSI storage volume from a snapshot; otherwise, do not include this
1654
1746
  # field. To list snapshots for your account use [DescribeSnapshots][1]
1655
1747
  # in the *Amazon Elastic Compute Cloud API Reference*.
1656
1748
  #
@@ -1659,11 +1751,10 @@ module Aws::StorageGateway
1659
1751
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html
1660
1752
  #
1661
1753
  # @option params [required, Boolean] :preserve_existing_data
1662
- # Specify this field as true if you want to preserve the data on the
1663
- # local disk. Otherwise, specifying this field as false creates an empty
1664
- # volume.
1754
+ # Set to true `true` if you want to preserve the data on the local disk.
1755
+ # Otherwise, set to `false` to create an empty volume.
1665
1756
  #
1666
- # Valid Values: true, false
1757
+ # Valid Values: `true` \| `false`
1667
1758
  #
1668
1759
  # @option params [required, String] :target_name
1669
1760
  # The name of the iSCSI target used by an initiator to connect to a
@@ -1684,13 +1775,16 @@ module Aws::StorageGateway
1684
1775
  # Valid Values: A valid IP address.
1685
1776
  #
1686
1777
  # @option params [Boolean] :kms_encrypted
1687
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1688
- # key, or false to use a key managed by Amazon S3. Optional.
1778
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1779
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1780
+ #
1781
+ # Valid Values: `true` \| `false`
1689
1782
  #
1690
1783
  # @option params [String] :kms_key
1691
- # The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
1692
- # server-side encryption. This value can only be set when KMSEncrypted
1693
- # is true. Optional.
1784
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1785
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
1786
+ # not support asymmetric CMKs. This value can only be set when
1787
+ # `KMSEncrypted` is `true`. Optional.
1694
1788
  #
1695
1789
  # @option params [Array<Types::Tag>] :tags
1696
1790
  # A list of up to 50 tags that can be assigned to a stored volume. Each
@@ -1766,7 +1860,7 @@ module Aws::StorageGateway
1766
1860
 
1767
1861
  # Creates a virtual tape by using your own barcode. You write data to
1768
1862
  # the virtual tape and then archive the tape. A barcode is unique and
1769
- # cannot be reused if it has already been used on a tape. This applies
1863
+ # can not be reused if it has already been used on a tape. This applies
1770
1864
  # to barcodes used on deleted tapes. This operation is only supported in
1771
1865
  # the tape gateway type.
1772
1866
  #
@@ -1797,22 +1891,25 @@ module Aws::StorageGateway
1797
1891
  # </note>
1798
1892
  #
1799
1893
  # @option params [Boolean] :kms_encrypted
1800
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1801
- # key, or false to use a key managed by Amazon S3. Optional.
1894
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1895
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1896
+ #
1897
+ # Valid Values: `true` \| `false`
1802
1898
  #
1803
1899
  # @option params [String] :kms_key
1804
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1805
- # server-side encryption. This value can only be set when KMSEncrypted
1806
- # is true. Optional.
1900
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1901
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
1902
+ # not support asymmetric CMKs. This value can only be set when
1903
+ # `KMSEncrypted` is `true`. Optional.
1807
1904
  #
1808
1905
  # @option params [String] :pool_id
1809
1906
  # The ID of the pool that you want to add your tape to for archiving.
1810
1907
  # The tape in this pool is archived in the S3 storage class that is
1811
1908
  # associated with the pool. When you use your backup application to
1812
1909
  # eject the tape, the tape is archived directly into the storage class
1813
- # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
1910
+ # (S3 Glacier or S3 Deep Archive) that corresponds to the pool.
1814
1911
  #
1815
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
1912
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
1816
1913
  #
1817
1914
  # @option params [Array<Types::Tag>] :tags
1818
1915
  # A list of up to 50 tags that can be assigned to a virtual tape that
@@ -1920,13 +2017,16 @@ module Aws::StorageGateway
1920
2017
  # </note>
1921
2018
  #
1922
2019
  # @option params [Boolean] :kms_encrypted
1923
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1924
- # key, or false to use a key managed by Amazon S3. Optional.
2020
+ # Set to `true` to use Amazon S3 server-side encryption with your own
2021
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
2022
+ #
2023
+ # Valid Values: `true` \| `false`
1925
2024
  #
1926
2025
  # @option params [String] :kms_key
1927
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1928
- # server-side encryption. This value can only be set when KMSEncrypted
1929
- # is true. Optional.
2026
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
2027
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
2028
+ # not support asymmetric CMKs. This value can only be set when
2029
+ # `KMSEncrypted` is `true`. Optional.
1930
2030
  #
1931
2031
  # @option params [String] :pool_id
1932
2032
  # The ID of the pool that you want to add your tape to for archiving.
@@ -1935,7 +2035,7 @@ module Aws::StorageGateway
1935
2035
  # eject the tape, the tape is archived directly into the storage class
1936
2036
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
1937
2037
  #
1938
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
2038
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
1939
2039
  #
1940
2040
  # @option params [Array<Types::Tag>] :tags
1941
2041
  # A list of up to 50 tags that can be assigned to a virtual tape. Each
@@ -2056,7 +2156,7 @@ module Aws::StorageGateway
2056
2156
  # One of the BandwidthType values that indicates the gateway bandwidth
2057
2157
  # rate limit to delete.
2058
2158
  #
2059
- # Valid Values: `Upload`, `Download`, `All`.
2159
+ # Valid Values: `Upload` \| `Download` \| `All`
2060
2160
  #
2061
2161
  # @return [Types::DeleteBandwidthRateLimitOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2062
2162
  #
@@ -2158,11 +2258,13 @@ module Aws::StorageGateway
2158
2258
  # The Amazon Resource Name (ARN) of the file share to be deleted.
2159
2259
  #
2160
2260
  # @option params [Boolean] :force_delete
2161
- # If this value is set to true, the operation deletes a file share
2261
+ # If this value is set to `true`, the operation deletes a file share
2162
2262
  # immediately and aborts all data uploads to AWS. Otherwise, the file
2163
2263
  # share is not deleted until all data is uploaded to AWS. This process
2164
2264
  # aborts the data upload process, and the file share enters the
2165
- # FORCE\_DELETING status.
2265
+ # `FORCE_DELETING` status.
2266
+ #
2267
+ # Valid Values: `true` \| `false`
2166
2268
  #
2167
2269
  # @return [Types::DeleteFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2168
2270
  #
@@ -2205,8 +2307,8 @@ module Aws::StorageGateway
2205
2307
  # all remaining Amazon EBS snapshots by canceling your Amazon EC2
2206
2308
  # subscription.  If you prefer not to cancel your Amazon EC2
2207
2309
  # subscription, you can delete your snapshots using the Amazon EC2
2208
- # console. For more information, see the [ AWS Storage Gateway Detail
2209
- # Page][1].
2310
+ # console. For more information, see the [AWS Storage Gateway detail
2311
+ # page][1].
2210
2312
  #
2211
2313
  #
2212
2314
  #
@@ -2258,7 +2360,7 @@ module Aws::StorageGateway
2258
2360
  #
2259
2361
  # You can take snapshots of your gateway volumes on a scheduled or ad
2260
2362
  # hoc basis. This API action enables you to delete a snapshot schedule
2261
- # for a volume. For more information, see [Working with Snapshots][1].
2363
+ # for a volume. For more information, see [Backing up your volumes][1].
2262
2364
  # In the `DeleteSnapshotSchedule` request, you identify the volume by
2263
2365
  # providing its Amazon Resource Name (ARN). This operation is only
2264
2366
  # supported in stored and cached volume gateway types.
@@ -2271,7 +2373,7 @@ module Aws::StorageGateway
2271
2373
  #
2272
2374
  #
2273
2375
  #
2274
- # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/WorkingWithSnapshots.html
2376
+ # [1]: https://docs.aws.amazon.com/storagegatewaylatest/userguide/backing-up-volumes.html
2275
2377
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html
2276
2378
  #
2277
2379
  # @option params [required, String] :volume_arn
@@ -2511,7 +2613,7 @@ module Aws::StorageGateway
2511
2613
  # Returns the bandwidth rate limits of a gateway. By default, these
2512
2614
  # limits are not set, which means no bandwidth rate limiting is in
2513
2615
  # effect. This operation is supported for the stored volume, cached
2514
- # volume and tape gateway types.'
2616
+ # volume and tape gateway types.
2515
2617
  #
2516
2618
  # This operation only returns a value for a bandwidth rate limit only if
2517
2619
  # the limit is set. If no limits are set for the gateway, then this
@@ -2807,6 +2909,9 @@ module Aws::StorageGateway
2807
2909
  # * {Types::DescribeGatewayInformationOutput#vpc_endpoint #vpc_endpoint} => String
2808
2910
  # * {Types::DescribeGatewayInformationOutput#cloud_watch_log_group_arn #cloud_watch_log_group_arn} => String
2809
2911
  # * {Types::DescribeGatewayInformationOutput#host_environment #host_environment} => String
2912
+ # * {Types::DescribeGatewayInformationOutput#endpoint_type #endpoint_type} => String
2913
+ # * {Types::DescribeGatewayInformationOutput#software_updates_end_date #software_updates_end_date} => String
2914
+ # * {Types::DescribeGatewayInformationOutput#deprecation_date #deprecation_date} => String
2810
2915
  #
2811
2916
  #
2812
2917
  # @example Example: To describe metadata about the gateway
@@ -2863,6 +2968,9 @@ module Aws::StorageGateway
2863
2968
  # resp.vpc_endpoint #=> String
2864
2969
  # resp.cloud_watch_log_group_arn #=> String
2865
2970
  # resp.host_environment #=> String, one of "VMWARE", "HYPER-V", "EC2", "KVM", "OTHER"
2971
+ # resp.endpoint_type #=> String
2972
+ # resp.software_updates_end_date #=> String
2973
+ # resp.deprecation_date #=> String
2866
2974
  #
2867
2975
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
2868
2976
  #
@@ -2978,6 +3086,8 @@ module Aws::StorageGateway
2978
3086
  # resp.nfs_file_share_info_list[0].tags #=> Array
2979
3087
  # resp.nfs_file_share_info_list[0].tags[0].key #=> String
2980
3088
  # resp.nfs_file_share_info_list[0].tags[0].value #=> String
3089
+ # resp.nfs_file_share_info_list[0].file_share_name #=> String
3090
+ # resp.nfs_file_share_info_list[0].cache_attributes.cache_stale_timeout_in_seconds #=> Integer
2981
3091
  #
2982
3092
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeNFSFileShares AWS API Documentation
2983
3093
  #
@@ -3032,9 +3142,12 @@ module Aws::StorageGateway
3032
3142
  # resp.smb_file_share_info_list[0].invalid_user_list[0] #=> String
3033
3143
  # resp.smb_file_share_info_list[0].audit_destination_arn #=> String
3034
3144
  # resp.smb_file_share_info_list[0].authentication #=> String
3145
+ # resp.smb_file_share_info_list[0].case_sensitivity #=> String, one of "ClientSpecified", "CaseSensitive"
3035
3146
  # resp.smb_file_share_info_list[0].tags #=> Array
3036
3147
  # resp.smb_file_share_info_list[0].tags[0].key #=> String
3037
3148
  # resp.smb_file_share_info_list[0].tags[0].value #=> String
3149
+ # resp.smb_file_share_info_list[0].file_share_name #=> String
3150
+ # resp.smb_file_share_info_list[0].cache_attributes.cache_stale_timeout_in_seconds #=> Integer
3038
3151
  #
3039
3152
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBFileShares AWS API Documentation
3040
3153
  #
@@ -3150,7 +3263,7 @@ module Aws::StorageGateway
3150
3263
 
3151
3264
  # Returns the description of the gateway volumes specified in the
3152
3265
  # request. The list of gateway volumes in the request must be from one
3153
- # gateway. In the response AWS Storage Gateway returns volume
3266
+ # gateway. In the response, AWS Storage Gateway returns volume
3154
3267
  # information sorted by volume ARNs. This operation is only supported in
3155
3268
  # stored volume gateway type.
3156
3269
  #
@@ -3517,7 +3630,7 @@ module Aws::StorageGateway
3517
3630
  end
3518
3631
 
3519
3632
  # Returns information about the upload buffer of a gateway. This
3520
- # operation is supported for the stored volume, cached volume and tape
3633
+ # operation is supported for the stored volume, cached volume, and tape
3521
3634
  # gateway types.
3522
3635
  #
3523
3636
  # The response includes disk IDs that are configured as upload buffer
@@ -3814,6 +3927,8 @@ module Aws::StorageGateway
3814
3927
  # set to `false`, you must manually disconnect the iSCSI connection from
3815
3928
  # the target volume.
3816
3929
  #
3930
+ # Valid Values: `true` \| `false`
3931
+ #
3817
3932
  # @return [Types::DetachVolumeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3818
3933
  #
3819
3934
  # * {Types::DetachVolumeOutput#volume_arn #volume_arn} => String
@@ -4563,9 +4678,12 @@ module Aws::StorageGateway
4563
4678
  # as Amazon SNS or AWS Lambda function. This operation is only supported
4564
4679
  # for file gateways.
4565
4680
  #
4566
- # For more information, see Getting File Upload Notification in the
4567
- # Storage Gateway User Guide
4568
- # (https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-upload-notification).
4681
+ # For more information, see [Getting file upload notification][1] in the
4682
+ # *AWS Storage Gateway User Guide*.
4683
+ #
4684
+ #
4685
+ #
4686
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-upload-notification
4569
4687
  #
4570
4688
  # @option params [required, String] :file_share_arn
4571
4689
  # The Amazon Resource Name (ARN) of the file share.
@@ -4596,12 +4714,13 @@ module Aws::StorageGateway
4596
4714
  end
4597
4715
 
4598
4716
  # Refreshes the cache for the specified file share. This operation finds
4599
- # objects in the Amazon S3 bucket that were added, removed or replaced
4717
+ # objects in the Amazon S3 bucket that were added, removed, or replaced
4600
4718
  # since the gateway last listed the bucket's contents and cached the
4601
4719
  # results. This operation is only supported in the file gateway type.
4602
4720
  # You can subscribe to be notified through an Amazon CloudWatch event
4603
4721
  # when your RefreshCache operation completes. For more information, see
4604
- # [Getting Notified About File Operations][1].
4722
+ # [Getting notified about file operations][1] in the *AWS Storage
4723
+ # Gateway User Guide*.
4605
4724
  #
4606
4725
  # When this API is called, it only initiates the refresh operation. When
4607
4726
  # the API call completes and returns a success code, it doesn't
@@ -4614,16 +4733,16 @@ module Aws::StorageGateway
4614
4733
  # Throttle limit: This API is asynchronous so the gateway will accept no
4615
4734
  # more than two refreshes at any time. We recommend using the
4616
4735
  # refresh-complete CloudWatch event notification before issuing
4617
- # additional requests. For more information, see [Getting Notified About
4618
- # File Operations][1].
4736
+ # additional requests. For more information, see [Getting notified about
4737
+ # file operations][1] in the *AWS Storage Gateway User Guide*.
4619
4738
  #
4620
4739
  # If you invoke the RefreshCache API when two requests are already being
4621
4740
  # processed, any new request will cause an
4622
4741
  # `InvalidGatewayRequestException` error because too many requests were
4623
4742
  # sent to the server.
4624
4743
  #
4625
- # For more information, see
4626
- # "https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification".
4744
+ # For more information, see [Getting notified about file operations][1]
4745
+ # in the *AWS Storage Gateway User Guide*.
4627
4746
  #
4628
4747
  #
4629
4748
  #
@@ -4636,18 +4755,19 @@ module Aws::StorageGateway
4636
4755
  # A comma-separated list of the paths of folders to refresh in the
4637
4756
  # cache. The default is \[`"/"`\]. The default refreshes objects and
4638
4757
  # folders at the root of the Amazon S3 bucket. If `Recursive` is set to
4639
- # "true", the entire S3 bucket that the file share has access to is
4758
+ # `true`, the entire S3 bucket that the file share has access to is
4640
4759
  # refreshed.
4641
4760
  #
4642
4761
  # @option params [Boolean] :recursive
4643
4762
  # A value that specifies whether to recursively refresh folders in the
4644
4763
  # cache. The refresh includes folders that were in the cache the last
4645
4764
  # time the gateway listed the folder's contents. If this value set to
4646
- # "true", each folder that is listed in `FolderList` is recursively
4765
+ # `true`, each folder that is listed in `FolderList` is recursively
4647
4766
  # updated. Otherwise, subfolders listed in `FolderList` are not
4648
4767
  # refreshed. Only objects that are in folders listed directly under
4649
- # `FolderList` are found and used for the update. The default is
4650
- # "true".
4768
+ # `FolderList` are found and used for the update. The default is `true`.
4769
+ #
4770
+ # Valid Values: `true` \| `false`
4651
4771
  #
4652
4772
  # @return [Types::RefreshCacheOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4653
4773
  #
@@ -4973,7 +5093,7 @@ module Aws::StorageGateway
4973
5093
  # is associated with.
4974
5094
  #
4975
5095
  # @option params [required, String] :password
4976
- # The password that you want to set for your SMB Server.
5096
+ # The password that you want to set for your SMB server.
4977
5097
  #
4978
5098
  # @return [Types::SetSMBGuestPasswordOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4979
5099
  #
@@ -5012,7 +5132,7 @@ module Aws::StorageGateway
5012
5132
  # </note>
5013
5133
  #
5014
5134
  # After the gateway is shutdown, you cannot call any other API except
5015
- # StartGateway, DescribeGatewayInformation and ListGateways. For more
5135
+ # StartGateway, DescribeGatewayInformation, and ListGateways. For more
5016
5136
  # information, see ActivateGateway. Your applications cannot read from
5017
5137
  # or write to the gateway's storage volumes, and there are no snapshots
5018
5138
  # taken.
@@ -5224,7 +5344,7 @@ module Aws::StorageGateway
5224
5344
  # the upload and download bandwidth rate limit or specify only one of
5225
5345
  # the two. If you don't set a bandwidth rate limit, the existing rate
5226
5346
  # limit remains. This operation is supported for the stored volume,
5227
- # cached volume and tape gateway types.'
5347
+ # cached volume, and tape gateway types.
5228
5348
  #
5229
5349
  # By default, a gateway's bandwidth rate limits are not set. If you
5230
5350
  # don't set any limit, the gateway does not have any limitations on its
@@ -5393,7 +5513,7 @@ module Aws::StorageGateway
5393
5513
  # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that
5394
5514
  # you want to use to monitor and log events in the gateway.
5395
5515
  #
5396
- # For more information, see [What Is Amazon CloudWatch Logs?][1].
5516
+ # For more information, see [What is Amazon CloudWatch logs?][1].
5397
5517
  #
5398
5518
  #
5399
5519
  #
@@ -5458,8 +5578,8 @@ module Aws::StorageGateway
5458
5578
  # minimize the chance of any disruption to your applications by
5459
5579
  # increasing your iSCSI Initiators' timeouts. For more information
5460
5580
  # about increasing iSCSI Initiator timeouts for Windows and Linux, see
5461
- # [Customizing Your Windows iSCSI Settings][1] and [Customizing Your
5462
- # Linux iSCSI Settings][2], respectively.
5581
+ # [Customizing your Windows iSCSI settings][1] and [Customizing your
5582
+ # Linux iSCSI settings][2], respectively.
5463
5583
  #
5464
5584
  #
5465
5585
  #
@@ -5537,10 +5657,6 @@ module Aws::StorageGateway
5537
5657
  # represented as an ordinal number from 1 to 28, where 1 represents the
5538
5658
  # first day of the month and 28 represents the last day of the month.
5539
5659
  #
5540
- # <note markdown="1"> This value is only available for tape and volume gateways.
5541
- #
5542
- # </note>
5543
- #
5544
5660
  # @return [Types::UpdateMaintenanceStartTimeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5545
5661
  #
5546
5662
  # * {Types::UpdateMaintenanceStartTimeOutput#gateway_arn #gateway_arn} => String
@@ -5615,56 +5731,67 @@ module Aws::StorageGateway
5615
5731
  # The Amazon Resource Name (ARN) of the file share to be updated.
5616
5732
  #
5617
5733
  # @option params [Boolean] :kms_encrypted
5618
- # True to use Amazon S3 server-side encryption with your own AWS KMS
5619
- # key, or false to use a key managed by Amazon S3. Optional.
5734
+ # Set to `true` to use Amazon S3 server-side encryption with your own
5735
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5736
+ #
5737
+ # Valid Values: `true` \| `false`
5620
5738
  #
5621
5739
  # @option params [String] :kms_key
5622
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5623
- # server-side encryption. This value can only be set when KMSEncrypted
5624
- # is true. Optional.
5740
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5741
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
5742
+ # not support asymmetric CMKs. This value can only be set when
5743
+ # `KMSEncrypted` is `true`. Optional.
5625
5744
  #
5626
5745
  # @option params [Types::NFSFileShareDefaults] :nfs_file_share_defaults
5627
5746
  # The default values for the file share. Optional.
5628
5747
  #
5629
5748
  # @option params [String] :default_storage_class
5630
5749
  # The default storage class for objects put into an Amazon S3 bucket by
5631
- # the file gateway. Possible values are `S3_STANDARD`, `S3_STANDARD_IA`,
5632
- # or `S3_ONEZONE_IA`. If this field is not populated, the default value
5633
- # `S3_STANDARD` is used. Optional.
5750
+ # the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5751
+ # Optional.
5752
+ #
5753
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5754
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5634
5755
  #
5635
5756
  # @option params [String] :object_acl
5636
- # A value that sets the access control list permission for objects in
5637
- # the S3 bucket that a file gateway puts objects into. The default value
5638
- # is "private".
5757
+ # A value that sets the access control list (ACL) permission for objects
5758
+ # in the S3 bucket that a file gateway puts objects into. The default
5759
+ # value is `private`.
5639
5760
  #
5640
5761
  # @option params [Array<String>] :client_list
5641
5762
  # The list of clients that are allowed to access the file gateway. The
5642
5763
  # list must contain either valid IP addresses or valid CIDR blocks.
5643
5764
  #
5644
5765
  # @option params [String] :squash
5645
- # The user mapped to anonymous user. Valid options are the following:
5766
+ # The user mapped to anonymous user.
5767
+ #
5768
+ # Valid values are the following:
5646
5769
  #
5647
- # * `RootSquash` - Only root is mapped to anonymous user.
5770
+ # * `RootSquash`\: Only root is mapped to anonymous user.
5648
5771
  #
5649
- # * `NoSquash` - No one is mapped to anonymous user
5772
+ # * `NoSquash`\: No one is mapped to anonymous user.
5650
5773
  #
5651
- # * `AllSquash` - Everyone is mapped to anonymous user.
5774
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
5652
5775
  #
5653
5776
  # @option params [Boolean] :read_only
5654
- # A value that sets the write status of a file share. This value is true
5655
- # if the write status is read-only, and otherwise false.
5777
+ # A value that sets the write status of a file share. Set this value to
5778
+ # `true` to set the write status to read-only, otherwise set to `false`.
5779
+ #
5780
+ # Valid Values: `true` \| `false`
5656
5781
  #
5657
5782
  # @option params [Boolean] :guess_mime_type_enabled
5658
5783
  # A value that enables guessing of the MIME type for uploaded objects
5659
- # based on file extensions. Set this value to true to enable MIME type
5660
- # guessing, and otherwise to false. The default value is true.
5784
+ # based on file extensions. Set this value to `true` to enable MIME type
5785
+ # guessing, otherwise set to `false`. The default value is `true`.
5786
+ #
5787
+ # Valid Values: `true` \| `false`
5661
5788
  #
5662
5789
  # @option params [Boolean] :requester_pays
5663
5790
  # A value that sets who pays the cost of the request and the cost
5664
5791
  # associated with data download from the S3 bucket. If this value is set
5665
- # to true, the requester pays the costs. Otherwise the S3 bucket owner
5666
- # pays. However, the S3 bucket owner always pays the cost of storing
5667
- # data.
5792
+ # to `true`, the requester pays the costs; otherwise, the S3 bucket
5793
+ # owner pays. However, the S3 bucket owner always pays the cost of
5794
+ # storing data.
5668
5795
  #
5669
5796
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
5670
5797
  # file share, so make sure that the configuration on the file share is
@@ -5672,6 +5799,19 @@ module Aws::StorageGateway
5672
5799
  #
5673
5800
  # </note>
5674
5801
  #
5802
+ # Valid Values: `true` \| `false`
5803
+ #
5804
+ # @option params [String] :file_share_name
5805
+ # The name of the file share. Optional.
5806
+ #
5807
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
5808
+ # `LocationARN`.
5809
+ #
5810
+ # </note>
5811
+ #
5812
+ # @option params [Types::CacheAttributes] :cache_attributes
5813
+ # Refresh cache information.
5814
+ #
5675
5815
  # @return [Types::UpdateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5676
5816
  #
5677
5817
  # * {Types::UpdateNFSFileShareOutput#file_share_arn #file_share_arn} => String
@@ -5695,6 +5835,10 @@ module Aws::StorageGateway
5695
5835
  # read_only: false,
5696
5836
  # guess_mime_type_enabled: false,
5697
5837
  # requester_pays: false,
5838
+ # file_share_name: "FileShareName",
5839
+ # cache_attributes: {
5840
+ # cache_stale_timeout_in_seconds: 1,
5841
+ # },
5698
5842
  # })
5699
5843
  #
5700
5844
  # @example Response structure
@@ -5722,8 +5866,8 @@ module Aws::StorageGateway
5722
5866
  # is activated in the AWS Region you are creating your file gateway in.
5723
5867
  # If AWS STS is not activated in this AWS Region, activate it. For
5724
5868
  # information about how to activate AWS STS, see [Activating and
5725
- # Deactivating AWS STS in an AWS Region][1] in the *AWS Identity and
5726
- # Access Management User Guide.*
5869
+ # deactivating AWS STS in an AWS Region][1] in the *AWS Identity and
5870
+ # Access Management User Guide*.
5727
5871
  #
5728
5872
  # File gateways don't support creating hard or symbolic links on a
5729
5873
  # file
@@ -5738,40 +5882,49 @@ module Aws::StorageGateway
5738
5882
  # update.
5739
5883
  #
5740
5884
  # @option params [Boolean] :kms_encrypted
5741
- # True to use Amazon S3 server-side encryption with your own AWS KMS
5742
- # key, or false to use a key managed by Amazon S3. Optional.
5885
+ # Set to `true` to use Amazon S3 server-side encryption with your own
5886
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5887
+ #
5888
+ # Valid Values: `true` \| `false`
5743
5889
  #
5744
5890
  # @option params [String] :kms_key
5745
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5746
- # server-side encryption. This value can only be set when KMSEncrypted
5747
- # is true. Optional.
5891
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5892
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway does
5893
+ # not support asymmetric CMKs. This value can only be set when
5894
+ # `KMSEncrypted` is `true`. Optional.
5748
5895
  #
5749
5896
  # @option params [String] :default_storage_class
5750
5897
  # The default storage class for objects put into an Amazon S3 bucket by
5751
- # the file gateway. Possible values are `S3_STANDARD`, `S3_STANDARD_IA`,
5752
- # or `S3_ONEZONE_IA`. If this field is not populated, the default value
5753
- # `S3_STANDARD` is used. Optional.
5898
+ # the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5899
+ # Optional.
5900
+ #
5901
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5902
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5754
5903
  #
5755
5904
  # @option params [String] :object_acl
5756
- # A value that sets the access control list permission for objects in
5757
- # the S3 bucket that a file gateway puts objects into. The default value
5758
- # is "private".
5905
+ # A value that sets the access control list (ACL) permission for objects
5906
+ # in the S3 bucket that a file gateway puts objects into. The default
5907
+ # value is `private`.
5759
5908
  #
5760
5909
  # @option params [Boolean] :read_only
5761
- # A value that sets the write status of a file share. This value is true
5762
- # if the write status is read-only, and otherwise false.
5910
+ # A value that sets the write status of a file share. Set this value to
5911
+ # `true` to set write status to read-only, otherwise set to `false`.
5912
+ #
5913
+ # Valid Values: `true` \| `false`
5763
5914
  #
5764
5915
  # @option params [Boolean] :guess_mime_type_enabled
5765
5916
  # A value that enables guessing of the MIME type for uploaded objects
5766
- # based on file extensions. Set this value to true to enable MIME type
5767
- # guessing, and otherwise to false. The default value is true.
5917
+ # based on file extensions. Set this value to `true` to enable MIME type
5918
+ # guessing, otherwise set to `false`. The default value is `true`.
5919
+ #
5920
+ # Valid Values: `true` \| `false`
5768
5921
  #
5769
5922
  # @option params [Boolean] :requester_pays
5770
5923
  # A value that sets who pays the cost of the request and the cost
5771
5924
  # associated with data download from the S3 bucket. If this value is set
5772
- # to true, the requester pays the costs. Otherwise the S3 bucket owner
5773
- # pays. However, the S3 bucket owner always pays the cost of storing
5774
- # data.
5925
+ # to `true`, the requester pays the costs; otherwise, the S3 bucket
5926
+ # owner pays. However, the S3 bucket owner always pays the cost of
5927
+ # storing data.
5775
5928
  #
5776
5929
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
5777
5930
  # file share, so make sure that the configuration on the file share is
@@ -5779,36 +5932,64 @@ module Aws::StorageGateway
5779
5932
  #
5780
5933
  # </note>
5781
5934
  #
5935
+ # Valid Values: `true` \| `false`
5936
+ #
5782
5937
  # @option params [Boolean] :smbacl_enabled
5783
- # Set this value to "true to enable ACL (access control list) on the
5784
- # SMB file share. Set it to "false" to map file and directory
5938
+ # Set this value to `true` to enable access control list (ACL) on the
5939
+ # SMB file share. Set it to `false` to map file and directory
5785
5940
  # permissions to the POSIX permissions.
5786
5941
  #
5787
- # For more information, see
5788
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin
5789
- # the Storage Gateway User Guide.
5942
+ # For more information, see [Using Microsoft Windows ACLs to control
5943
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
5944
+ # Guide*.
5945
+ #
5946
+ # Valid Values: `true` \| `false`
5947
+ #
5948
+ #
5949
+ #
5950
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
5790
5951
  #
5791
5952
  # @option params [Array<String>] :admin_user_list
5792
- # A list of users in the Active Directory that have administrator rights
5793
- # to the file share. A group must be prefixed with the @ character. For
5794
- # example `@group1`. Can only be set if Authentication is set to
5795
- # `ActiveDirectory`.
5953
+ # A list of users or groups in the Active Directory that have
5954
+ # administrator rights to the file share. A group must be prefixed with
5955
+ # the @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5956
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication is
5957
+ # set to `ActiveDirectory`.
5796
5958
  #
5797
5959
  # @option params [Array<String>] :valid_user_list
5798
5960
  # A list of users or groups in the Active Directory that are allowed to
5799
5961
  # access the file share. A group must be prefixed with the @ character.
5800
- # For example `@group1`. Can only be set if Authentication is set to
5962
+ # Acceptable formats include: `DOMAIN\User1`, `user1`, `@group1`, and
5963
+ # `@DOMAIN\group1`. Can only be set if Authentication is set to
5801
5964
  # `ActiveDirectory`.
5802
5965
  #
5803
5966
  # @option params [Array<String>] :invalid_user_list
5804
5967
  # A list of users or groups in the Active Directory that are not allowed
5805
5968
  # to access the file share. A group must be prefixed with the @
5806
- # character. For example `@group1`. Can only be set if Authentication is
5969
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5970
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication is
5807
5971
  # set to `ActiveDirectory`.
5808
5972
  #
5809
5973
  # @option params [String] :audit_destination_arn
5810
5974
  # The Amazon Resource Name (ARN) of the storage used for the audit logs.
5811
5975
  #
5976
+ # @option params [String] :case_sensitivity
5977
+ # The case of an object name in an Amazon S3 bucket. For
5978
+ # `ClientSpecified`, the client determines the case sensitivity. For
5979
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
5980
+ # default value is `ClientSpecified`.
5981
+ #
5982
+ # @option params [String] :file_share_name
5983
+ # The name of the file share. Optional.
5984
+ #
5985
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
5986
+ # `LocationARN`.
5987
+ #
5988
+ # </note>
5989
+ #
5990
+ # @option params [Types::CacheAttributes] :cache_attributes
5991
+ # Refresh cache information.
5992
+ #
5812
5993
  # @return [Types::UpdateSMBFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5813
5994
  #
5814
5995
  # * {Types::UpdateSMBFileShareOutput#file_share_arn #file_share_arn} => String
@@ -5829,6 +6010,11 @@ module Aws::StorageGateway
5829
6010
  # valid_user_list: ["FileShareUser"],
5830
6011
  # invalid_user_list: ["FileShareUser"],
5831
6012
  # audit_destination_arn: "AuditDestinationARN",
6013
+ # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
6014
+ # file_share_name: "FileShareName",
6015
+ # cache_attributes: {
6016
+ # cache_stale_timeout_in_seconds: 1,
6017
+ # },
5832
6018
  # })
5833
6019
  #
5834
6020
  # @example Response structure
@@ -6003,7 +6189,7 @@ module Aws::StorageGateway
6003
6189
  # @option params [required, String] :device_type
6004
6190
  # The type of medium changer you want to select.
6005
6191
  #
6006
- # Valid Values: "STK-L700", "AWS-Gateway-VTL"
6192
+ # Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
6007
6193
  #
6008
6194
  # @return [Types::UpdateVTLDeviceTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6009
6195
  #
@@ -6057,7 +6243,7 @@ module Aws::StorageGateway
6057
6243
  params: params,
6058
6244
  config: config)
6059
6245
  context[:gem_name] = 'aws-sdk-storagegateway'
6060
- context[:gem_version] = '1.41.0'
6246
+ context[:gem_version] = '1.46.0'
6061
6247
  Seahorse::Client::Request.new(handlers, context)
6062
6248
  end
6063
6249