aws-sdk-storagegateway 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 990cbf247b6e7fd52990c288d69b5677a368aee1
|
4
|
+
data.tar.gz: daac44981cd8bc164c8cc82d2e272698b3c5c7f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b9ece82655d083a9cc09807a32d90efd31698fe42b7d1c4811943f15127e3a12812db880e0f868aa92d0607feda224f2b31c80cd827c44873e0c43815fd9cad
|
7
|
+
data.tar.gz: 2d4a132f7ddf7163a7d3db1461c29278c0fd915120178da75bc9c08b30ef11d5de2d06c670eb0af0c928de092f1433ab196e417a4518c79bfa66923f0e392e64
|
@@ -1216,6 +1216,12 @@ module Aws::StorageGateway
|
|
1216
1216
|
# SMB file share. Set it to "false" to map file and directory
|
1217
1217
|
# permissions to the POSIX permissions.
|
1218
1218
|
#
|
1219
|
+
# @option params [Array<String>] :admin_user_list
|
1220
|
+
# A list of users or groups in the Active Directory that have
|
1221
|
+
# administrator rights to the file share. A group must be prefixed with
|
1222
|
+
# the @ character. For example `@group1`. Can only be set if
|
1223
|
+
# Authentication is set to `ActiveDirectory`.
|
1224
|
+
#
|
1219
1225
|
# @option params [Array<String>] :valid_user_list
|
1220
1226
|
# A list of users or groups in the Active Directory that are allowed to
|
1221
1227
|
# access the file share. A group must be prefixed with the @ character.
|
@@ -1264,6 +1270,7 @@ module Aws::StorageGateway
|
|
1264
1270
|
# guess_mime_type_enabled: false,
|
1265
1271
|
# requester_pays: false,
|
1266
1272
|
# smbacl_enabled: false,
|
1273
|
+
# admin_user_list: ["FileShareUser"],
|
1267
1274
|
# valid_user_list: ["FileShareUser"],
|
1268
1275
|
# invalid_user_list: ["FileShareUser"],
|
1269
1276
|
# authentication: "Authentication",
|
@@ -2771,6 +2778,8 @@ module Aws::StorageGateway
|
|
2771
2778
|
# resp.smb_file_share_info_list[0].guess_mime_type_enabled #=> Boolean
|
2772
2779
|
# resp.smb_file_share_info_list[0].requester_pays #=> Boolean
|
2773
2780
|
# resp.smb_file_share_info_list[0].smbacl_enabled #=> Boolean
|
2781
|
+
# resp.smb_file_share_info_list[0].admin_user_list #=> Array
|
2782
|
+
# resp.smb_file_share_info_list[0].admin_user_list[0] #=> String
|
2774
2783
|
# resp.smb_file_share_info_list[0].valid_user_list #=> Array
|
2775
2784
|
# resp.smb_file_share_info_list[0].valid_user_list[0] #=> String
|
2776
2785
|
# resp.smb_file_share_info_list[0].invalid_user_list #=> Array
|
@@ -5315,6 +5324,12 @@ module Aws::StorageGateway
|
|
5315
5324
|
# SMB file share. Set it to "false" to map file and directory
|
5316
5325
|
# permissions to the POSIX permissions.
|
5317
5326
|
#
|
5327
|
+
# @option params [Array<String>] :admin_user_list
|
5328
|
+
# A list of users or groups in the Active Directory that have
|
5329
|
+
# administrator rights to the file share. A group must be prefixed with
|
5330
|
+
# the @ character. For example `@group1`. Can only be set if
|
5331
|
+
# Authentication is set to `ActiveDirectory`.
|
5332
|
+
#
|
5318
5333
|
# @option params [Array<String>] :valid_user_list
|
5319
5334
|
# A list of users or groups in the Active Directory that are allowed to
|
5320
5335
|
# access the file share. A group must be prefixed with the @ character.
|
@@ -5343,6 +5358,7 @@ module Aws::StorageGateway
|
|
5343
5358
|
# guess_mime_type_enabled: false,
|
5344
5359
|
# requester_pays: false,
|
5345
5360
|
# smbacl_enabled: false,
|
5361
|
+
# admin_user_list: ["FileShareUser"],
|
5346
5362
|
# valid_user_list: ["FileShareUser"],
|
5347
5363
|
# invalid_user_list: ["FileShareUser"],
|
5348
5364
|
# })
|
@@ -5499,7 +5515,7 @@ module Aws::StorageGateway
|
|
5499
5515
|
params: params,
|
5500
5516
|
config: config)
|
5501
5517
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
5502
|
-
context[:gem_version] = '1.
|
5518
|
+
context[:gem_version] = '1.22.0'
|
5503
5519
|
Seahorse::Client::Request.new(handlers, context)
|
5504
5520
|
end
|
5505
5521
|
|
@@ -444,6 +444,7 @@ module Aws::StorageGateway
|
|
444
444
|
CreateSMBFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
445
445
|
CreateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
446
446
|
CreateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
447
|
+
CreateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
|
447
448
|
CreateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
|
448
449
|
CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
449
450
|
CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
@@ -957,6 +958,7 @@ module Aws::StorageGateway
|
|
957
958
|
SMBFileShareInfo.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
958
959
|
SMBFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
959
960
|
SMBFileShareInfo.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
961
|
+
SMBFileShareInfo.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
|
960
962
|
SMBFileShareInfo.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
|
961
963
|
SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
962
964
|
SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
@@ -1138,6 +1140,7 @@ module Aws::StorageGateway
|
|
1138
1140
|
UpdateSMBFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
1139
1141
|
UpdateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
1140
1142
|
UpdateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
1143
|
+
UpdateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
|
1141
1144
|
UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
|
1142
1145
|
UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
1143
1146
|
UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
|
@@ -964,6 +964,7 @@ module Aws::StorageGateway
|
|
964
964
|
# guess_mime_type_enabled: false,
|
965
965
|
# requester_pays: false,
|
966
966
|
# smbacl_enabled: false,
|
967
|
+
# admin_user_list: ["FileShareUser"],
|
967
968
|
# valid_user_list: ["FileShareUser"],
|
968
969
|
# invalid_user_list: ["FileShareUser"],
|
969
970
|
# authentication: "Authentication",
|
@@ -1049,6 +1050,13 @@ module Aws::StorageGateway
|
|
1049
1050
|
# permissions to the POSIX permissions.
|
1050
1051
|
# @return [Boolean]
|
1051
1052
|
#
|
1053
|
+
# @!attribute [rw] admin_user_list
|
1054
|
+
# A list of users or groups in the Active Directory that have
|
1055
|
+
# administrator rights to the file share. A group must be prefixed
|
1056
|
+
# with the @ character. For example `@group1`. Can only be set if
|
1057
|
+
# Authentication is set to `ActiveDirectory`.
|
1058
|
+
# @return [Array<String>]
|
1059
|
+
#
|
1052
1060
|
# @!attribute [rw] valid_user_list
|
1053
1061
|
# A list of users or groups in the Active Directory that are allowed
|
1054
1062
|
# to access the file share. A group must be prefixed with the @
|
@@ -1097,6 +1105,7 @@ module Aws::StorageGateway
|
|
1097
1105
|
:guess_mime_type_enabled,
|
1098
1106
|
:requester_pays,
|
1099
1107
|
:smbacl_enabled,
|
1108
|
+
:admin_user_list,
|
1100
1109
|
:valid_user_list,
|
1101
1110
|
:invalid_user_list,
|
1102
1111
|
:authentication,
|
@@ -4260,6 +4269,13 @@ module Aws::StorageGateway
|
|
4260
4269
|
# POSIX permission.
|
4261
4270
|
# @return [Boolean]
|
4262
4271
|
#
|
4272
|
+
# @!attribute [rw] admin_user_list
|
4273
|
+
# A list of users or groups in the Active Directory that have
|
4274
|
+
# administrator rights to the file share. A group must be prefixed
|
4275
|
+
# with the @ character. For example `@group1`. Can only be set if
|
4276
|
+
# Authentication is set to `ActiveDirectory`.
|
4277
|
+
# @return [Array<String>]
|
4278
|
+
#
|
4263
4279
|
# @!attribute [rw] valid_user_list
|
4264
4280
|
# A list of users or groups in the Active Directory that are allowed
|
4265
4281
|
# to access the file share. A group must be prefixed with the @
|
@@ -4306,6 +4322,7 @@ module Aws::StorageGateway
|
|
4306
4322
|
:guess_mime_type_enabled,
|
4307
4323
|
:requester_pays,
|
4308
4324
|
:smbacl_enabled,
|
4325
|
+
:admin_user_list,
|
4309
4326
|
:valid_user_list,
|
4310
4327
|
:invalid_user_list,
|
4311
4328
|
:authentication,
|
@@ -5300,6 +5317,7 @@ module Aws::StorageGateway
|
|
5300
5317
|
# guess_mime_type_enabled: false,
|
5301
5318
|
# requester_pays: false,
|
5302
5319
|
# smbacl_enabled: false,
|
5320
|
+
# admin_user_list: ["FileShareUser"],
|
5303
5321
|
# valid_user_list: ["FileShareUser"],
|
5304
5322
|
# invalid_user_list: ["FileShareUser"],
|
5305
5323
|
# }
|
@@ -5364,6 +5382,13 @@ module Aws::StorageGateway
|
|
5364
5382
|
# permissions to the POSIX permissions.
|
5365
5383
|
# @return [Boolean]
|
5366
5384
|
#
|
5385
|
+
# @!attribute [rw] admin_user_list
|
5386
|
+
# A list of users or groups in the Active Directory that have
|
5387
|
+
# administrator rights to the file share. A group must be prefixed
|
5388
|
+
# with the @ character. For example `@group1`. Can only be set if
|
5389
|
+
# Authentication is set to `ActiveDirectory`.
|
5390
|
+
# @return [Array<String>]
|
5391
|
+
#
|
5367
5392
|
# @!attribute [rw] valid_user_list
|
5368
5393
|
# A list of users or groups in the Active Directory that are allowed
|
5369
5394
|
# to access the file share. A group must be prefixed with the @
|
@@ -5390,6 +5415,7 @@ module Aws::StorageGateway
|
|
5390
5415
|
:guess_mime_type_enabled,
|
5391
5416
|
:requester_pays,
|
5392
5417
|
:smbacl_enabled,
|
5418
|
+
:admin_user_list,
|
5393
5419
|
:valid_user_list,
|
5394
5420
|
:invalid_user_list)
|
5395
5421
|
include Aws::Structure
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-storagegateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|