aws-sdk-storagegateway 1.54.0 → 1.55.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway.rb +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +375 -35
- data/lib/aws-sdk-storagegateway/client_api.rb +154 -12
- data/lib/aws-sdk-storagegateway/customizations.rb +1 -1
- data/lib/aws-sdk-storagegateway/types.rb +534 -37
- metadata +4 -4
@@ -27,6 +27,8 @@ module Aws::StorageGateway
|
|
27
27
|
AddWorkingStorageOutput = Shapes::StructureShape.new(name: 'AddWorkingStorageOutput')
|
28
28
|
AssignTapePoolInput = Shapes::StructureShape.new(name: 'AssignTapePoolInput')
|
29
29
|
AssignTapePoolOutput = Shapes::StructureShape.new(name: 'AssignTapePoolOutput')
|
30
|
+
AssociateFileSystemInput = Shapes::StructureShape.new(name: 'AssociateFileSystemInput')
|
31
|
+
AssociateFileSystemOutput = Shapes::StructureShape.new(name: 'AssociateFileSystemOutput')
|
30
32
|
AttachVolumeInput = Shapes::StructureShape.new(name: 'AttachVolumeInput')
|
31
33
|
AttachVolumeOutput = Shapes::StructureShape.new(name: 'AttachVolumeOutput')
|
32
34
|
AuditDestinationARN = Shapes::StringShape.new(name: 'AuditDestinationARN')
|
@@ -111,6 +113,8 @@ module Aws::StorageGateway
|
|
111
113
|
DescribeCachediSCSIVolumesOutput = Shapes::StructureShape.new(name: 'DescribeCachediSCSIVolumesOutput')
|
112
114
|
DescribeChapCredentialsInput = Shapes::StructureShape.new(name: 'DescribeChapCredentialsInput')
|
113
115
|
DescribeChapCredentialsOutput = Shapes::StructureShape.new(name: 'DescribeChapCredentialsOutput')
|
116
|
+
DescribeFileSystemAssociationsInput = Shapes::StructureShape.new(name: 'DescribeFileSystemAssociationsInput')
|
117
|
+
DescribeFileSystemAssociationsOutput = Shapes::StructureShape.new(name: 'DescribeFileSystemAssociationsOutput')
|
114
118
|
DescribeGatewayInformationInput = Shapes::StructureShape.new(name: 'DescribeGatewayInformationInput')
|
115
119
|
DescribeGatewayInformationOutput = Shapes::StructureShape.new(name: 'DescribeGatewayInformationOutput')
|
116
120
|
DescribeMaintenanceStartTimeInput = Shapes::StructureShape.new(name: 'DescribeMaintenanceStartTimeInput')
|
@@ -144,6 +148,8 @@ module Aws::StorageGateway
|
|
144
148
|
DeviceiSCSIAttributes = Shapes::StructureShape.new(name: 'DeviceiSCSIAttributes')
|
145
149
|
DisableGatewayInput = Shapes::StructureShape.new(name: 'DisableGatewayInput')
|
146
150
|
DisableGatewayOutput = Shapes::StructureShape.new(name: 'DisableGatewayOutput')
|
151
|
+
DisassociateFileSystemInput = Shapes::StructureShape.new(name: 'DisassociateFileSystemInput')
|
152
|
+
DisassociateFileSystemOutput = Shapes::StructureShape.new(name: 'DisassociateFileSystemOutput')
|
147
153
|
Disk = Shapes::StructureShape.new(name: 'Disk')
|
148
154
|
DiskAllocationType = Shapes::StringShape.new(name: 'DiskAllocationType')
|
149
155
|
DiskAttribute = Shapes::StringShape.new(name: 'DiskAttribute')
|
@@ -168,8 +174,15 @@ module Aws::StorageGateway
|
|
168
174
|
FileShareName = Shapes::StringShape.new(name: 'FileShareName')
|
169
175
|
FileShareStatus = Shapes::StringShape.new(name: 'FileShareStatus')
|
170
176
|
FileShareType = Shapes::StringShape.new(name: 'FileShareType')
|
171
|
-
|
172
|
-
|
177
|
+
FileSystemAssociationARN = Shapes::StringShape.new(name: 'FileSystemAssociationARN')
|
178
|
+
FileSystemAssociationARNList = Shapes::ListShape.new(name: 'FileSystemAssociationARNList')
|
179
|
+
FileSystemAssociationId = Shapes::StringShape.new(name: 'FileSystemAssociationId')
|
180
|
+
FileSystemAssociationInfo = Shapes::StructureShape.new(name: 'FileSystemAssociationInfo')
|
181
|
+
FileSystemAssociationInfoList = Shapes::ListShape.new(name: 'FileSystemAssociationInfoList')
|
182
|
+
FileSystemAssociationStatus = Shapes::StringShape.new(name: 'FileSystemAssociationStatus')
|
183
|
+
FileSystemAssociationSummary = Shapes::StructureShape.new(name: 'FileSystemAssociationSummary')
|
184
|
+
FileSystemAssociationSummaryList = Shapes::ListShape.new(name: 'FileSystemAssociationSummaryList')
|
185
|
+
FileSystemLocationARN = Shapes::StringShape.new(name: 'FileSystemLocationARN')
|
173
186
|
Folder = Shapes::StringShape.new(name: 'Folder')
|
174
187
|
FolderList = Shapes::ListShape.new(name: 'FolderList')
|
175
188
|
GatewayARN = Shapes::StringShape.new(name: 'GatewayARN')
|
@@ -200,6 +213,8 @@ module Aws::StorageGateway
|
|
200
213
|
ListAutomaticTapeCreationPoliciesOutput = Shapes::StructureShape.new(name: 'ListAutomaticTapeCreationPoliciesOutput')
|
201
214
|
ListFileSharesInput = Shapes::StructureShape.new(name: 'ListFileSharesInput')
|
202
215
|
ListFileSharesOutput = Shapes::StructureShape.new(name: 'ListFileSharesOutput')
|
216
|
+
ListFileSystemAssociationsInput = Shapes::StructureShape.new(name: 'ListFileSystemAssociationsInput')
|
217
|
+
ListFileSystemAssociationsOutput = Shapes::StructureShape.new(name: 'ListFileSystemAssociationsOutput')
|
203
218
|
ListGatewaysInput = Shapes::StructureShape.new(name: 'ListGatewaysInput')
|
204
219
|
ListGatewaysOutput = Shapes::StructureShape.new(name: 'ListGatewaysOutput')
|
205
220
|
ListLocalDisksInput = Shapes::StructureShape.new(name: 'ListLocalDisksInput')
|
@@ -321,6 +336,8 @@ module Aws::StorageGateway
|
|
321
336
|
UpdateBandwidthRateLimitScheduleOutput = Shapes::StructureShape.new(name: 'UpdateBandwidthRateLimitScheduleOutput')
|
322
337
|
UpdateChapCredentialsInput = Shapes::StructureShape.new(name: 'UpdateChapCredentialsInput')
|
323
338
|
UpdateChapCredentialsOutput = Shapes::StructureShape.new(name: 'UpdateChapCredentialsOutput')
|
339
|
+
UpdateFileSystemAssociationInput = Shapes::StructureShape.new(name: 'UpdateFileSystemAssociationInput')
|
340
|
+
UpdateFileSystemAssociationOutput = Shapes::StructureShape.new(name: 'UpdateFileSystemAssociationOutput')
|
324
341
|
UpdateGatewayInformationInput = Shapes::StructureShape.new(name: 'UpdateGatewayInformationInput')
|
325
342
|
UpdateGatewayInformationOutput = Shapes::StructureShape.new(name: 'UpdateGatewayInformationOutput')
|
326
343
|
UpdateGatewaySoftwareNowInput = Shapes::StructureShape.new(name: 'UpdateGatewaySoftwareNowInput')
|
@@ -339,6 +356,8 @@ module Aws::StorageGateway
|
|
339
356
|
UpdateSnapshotScheduleOutput = Shapes::StructureShape.new(name: 'UpdateSnapshotScheduleOutput')
|
340
357
|
UpdateVTLDeviceTypeInput = Shapes::StructureShape.new(name: 'UpdateVTLDeviceTypeInput')
|
341
358
|
UpdateVTLDeviceTypeOutput = Shapes::StructureShape.new(name: 'UpdateVTLDeviceTypeOutput')
|
359
|
+
UserList = Shapes::ListShape.new(name: 'UserList')
|
360
|
+
UserListUser = Shapes::StringShape.new(name: 'UserListUser')
|
342
361
|
VTLDevice = Shapes::StructureShape.new(name: 'VTLDevice')
|
343
362
|
VTLDeviceARN = Shapes::StringShape.new(name: 'VTLDeviceARN')
|
344
363
|
VTLDeviceARNs = Shapes::ListShape.new(name: 'VTLDeviceARNs')
|
@@ -414,6 +433,19 @@ module Aws::StorageGateway
|
|
414
433
|
AssignTapePoolOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
415
434
|
AssignTapePoolOutput.struct_class = Types::AssignTapePoolOutput
|
416
435
|
|
436
|
+
AssociateFileSystemInput.add_member(:user_name, Shapes::ShapeRef.new(shape: DomainUserName, required: true, location_name: "UserName"))
|
437
|
+
AssociateFileSystemInput.add_member(:password, Shapes::ShapeRef.new(shape: DomainUserPassword, required: true, location_name: "Password"))
|
438
|
+
AssociateFileSystemInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
|
439
|
+
AssociateFileSystemInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
440
|
+
AssociateFileSystemInput.add_member(:location_arn, Shapes::ShapeRef.new(shape: FileSystemLocationARN, required: true, location_name: "LocationARN"))
|
441
|
+
AssociateFileSystemInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
442
|
+
AssociateFileSystemInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
443
|
+
AssociateFileSystemInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
444
|
+
AssociateFileSystemInput.struct_class = Types::AssociateFileSystemInput
|
445
|
+
|
446
|
+
AssociateFileSystemOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
|
447
|
+
AssociateFileSystemOutput.struct_class = Types::AssociateFileSystemOutput
|
448
|
+
|
417
449
|
AttachVolumeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
418
450
|
AttachVolumeInput.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, location_name: "TargetName"))
|
419
451
|
AttachVolumeInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
|
@@ -545,9 +577,9 @@ module Aws::StorageGateway
|
|
545
577
|
CreateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
546
578
|
CreateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
547
579
|
CreateSMBFileShareInput.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
|
548
|
-
CreateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape:
|
549
|
-
CreateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape:
|
550
|
-
CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape:
|
580
|
+
CreateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
|
581
|
+
CreateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
|
582
|
+
CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
|
551
583
|
CreateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
552
584
|
CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
553
585
|
CreateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
@@ -749,6 +781,12 @@ module Aws::StorageGateway
|
|
749
781
|
DescribeChapCredentialsOutput.add_member(:chap_credentials, Shapes::ShapeRef.new(shape: ChapCredentials, location_name: "ChapCredentials"))
|
750
782
|
DescribeChapCredentialsOutput.struct_class = Types::DescribeChapCredentialsOutput
|
751
783
|
|
784
|
+
DescribeFileSystemAssociationsInput.add_member(:file_system_association_arn_list, Shapes::ShapeRef.new(shape: FileSystemAssociationARNList, required: true, location_name: "FileSystemAssociationARNList"))
|
785
|
+
DescribeFileSystemAssociationsInput.struct_class = Types::DescribeFileSystemAssociationsInput
|
786
|
+
|
787
|
+
DescribeFileSystemAssociationsOutput.add_member(:file_system_association_info_list, Shapes::ShapeRef.new(shape: FileSystemAssociationInfoList, location_name: "FileSystemAssociationInfoList"))
|
788
|
+
DescribeFileSystemAssociationsOutput.struct_class = Types::DescribeFileSystemAssociationsOutput
|
789
|
+
|
752
790
|
DescribeGatewayInformationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
753
791
|
DescribeGatewayInformationInput.struct_class = Types::DescribeGatewayInformationInput
|
754
792
|
|
@@ -900,6 +938,13 @@ module Aws::StorageGateway
|
|
900
938
|
DisableGatewayOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
901
939
|
DisableGatewayOutput.struct_class = Types::DisableGatewayOutput
|
902
940
|
|
941
|
+
DisassociateFileSystemInput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, required: true, location_name: "FileSystemAssociationARN"))
|
942
|
+
DisassociateFileSystemInput.add_member(:force_delete, Shapes::ShapeRef.new(shape: boolean, location_name: "ForceDelete"))
|
943
|
+
DisassociateFileSystemInput.struct_class = Types::DisassociateFileSystemInput
|
944
|
+
|
945
|
+
DisassociateFileSystemOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
|
946
|
+
DisassociateFileSystemOutput.struct_class = Types::DisassociateFileSystemOutput
|
947
|
+
|
903
948
|
Disk.add_member(:disk_id, Shapes::ShapeRef.new(shape: DiskId, location_name: "DiskId"))
|
904
949
|
Disk.add_member(:disk_path, Shapes::ShapeRef.new(shape: string, location_name: "DiskPath"))
|
905
950
|
Disk.add_member(:disk_node, Shapes::ShapeRef.new(shape: string, location_name: "DiskNode"))
|
@@ -929,7 +974,26 @@ module Aws::StorageGateway
|
|
929
974
|
|
930
975
|
FileShareInfoList.member = Shapes::ShapeRef.new(shape: FileShareInfo)
|
931
976
|
|
932
|
-
|
977
|
+
FileSystemAssociationARNList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationARN)
|
978
|
+
|
979
|
+
FileSystemAssociationInfo.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
|
980
|
+
FileSystemAssociationInfo.add_member(:location_arn, Shapes::ShapeRef.new(shape: FileSystemLocationARN, location_name: "LocationARN"))
|
981
|
+
FileSystemAssociationInfo.add_member(:file_system_association_status, Shapes::ShapeRef.new(shape: FileSystemAssociationStatus, location_name: "FileSystemAssociationStatus"))
|
982
|
+
FileSystemAssociationInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
983
|
+
FileSystemAssociationInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
984
|
+
FileSystemAssociationInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
985
|
+
FileSystemAssociationInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
986
|
+
FileSystemAssociationInfo.struct_class = Types::FileSystemAssociationInfo
|
987
|
+
|
988
|
+
FileSystemAssociationInfoList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationInfo)
|
989
|
+
|
990
|
+
FileSystemAssociationSummary.add_member(:file_system_association_id, Shapes::ShapeRef.new(shape: FileSystemAssociationId, location_name: "FileSystemAssociationId"))
|
991
|
+
FileSystemAssociationSummary.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
|
992
|
+
FileSystemAssociationSummary.add_member(:file_system_association_status, Shapes::ShapeRef.new(shape: FileSystemAssociationStatus, location_name: "FileSystemAssociationStatus"))
|
993
|
+
FileSystemAssociationSummary.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
994
|
+
FileSystemAssociationSummary.struct_class = Types::FileSystemAssociationSummary
|
995
|
+
|
996
|
+
FileSystemAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationSummary)
|
933
997
|
|
934
998
|
FolderList.member = Shapes::ShapeRef.new(shape: Folder)
|
935
999
|
|
@@ -987,6 +1051,16 @@ module Aws::StorageGateway
|
|
987
1051
|
ListFileSharesOutput.add_member(:file_share_info_list, Shapes::ShapeRef.new(shape: FileShareInfoList, location_name: "FileShareInfoList"))
|
988
1052
|
ListFileSharesOutput.struct_class = Types::ListFileSharesOutput
|
989
1053
|
|
1054
|
+
ListFileSystemAssociationsInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
1055
|
+
ListFileSystemAssociationsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
|
1056
|
+
ListFileSystemAssociationsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
1057
|
+
ListFileSystemAssociationsInput.struct_class = Types::ListFileSystemAssociationsInput
|
1058
|
+
|
1059
|
+
ListFileSystemAssociationsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
1060
|
+
ListFileSystemAssociationsOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
|
1061
|
+
ListFileSystemAssociationsOutput.add_member(:file_system_association_summary_list, Shapes::ShapeRef.new(shape: FileSystemAssociationSummaryList, location_name: "FileSystemAssociationSummaryList"))
|
1062
|
+
ListFileSystemAssociationsOutput.struct_class = Types::ListFileSystemAssociationsOutput
|
1063
|
+
|
990
1064
|
ListGatewaysInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
991
1065
|
ListGatewaysInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
|
992
1066
|
ListGatewaysInput.struct_class = Types::ListGatewaysInput
|
@@ -1160,9 +1234,9 @@ module Aws::StorageGateway
|
|
1160
1234
|
SMBFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
1161
1235
|
SMBFileShareInfo.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
1162
1236
|
SMBFileShareInfo.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
|
1163
|
-
SMBFileShareInfo.add_member(:admin_user_list, Shapes::ShapeRef.new(shape:
|
1164
|
-
SMBFileShareInfo.add_member(:valid_user_list, Shapes::ShapeRef.new(shape:
|
1165
|
-
SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape:
|
1237
|
+
SMBFileShareInfo.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
|
1238
|
+
SMBFileShareInfo.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
|
1239
|
+
SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
|
1166
1240
|
SMBFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
1167
1241
|
SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
1168
1242
|
SMBFileShareInfo.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
@@ -1329,6 +1403,16 @@ module Aws::StorageGateway
|
|
1329
1403
|
UpdateChapCredentialsOutput.add_member(:initiator_name, Shapes::ShapeRef.new(shape: IqnName, location_name: "InitiatorName"))
|
1330
1404
|
UpdateChapCredentialsOutput.struct_class = Types::UpdateChapCredentialsOutput
|
1331
1405
|
|
1406
|
+
UpdateFileSystemAssociationInput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, required: true, location_name: "FileSystemAssociationARN"))
|
1407
|
+
UpdateFileSystemAssociationInput.add_member(:user_name, Shapes::ShapeRef.new(shape: DomainUserName, location_name: "UserName"))
|
1408
|
+
UpdateFileSystemAssociationInput.add_member(:password, Shapes::ShapeRef.new(shape: DomainUserPassword, location_name: "Password"))
|
1409
|
+
UpdateFileSystemAssociationInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
1410
|
+
UpdateFileSystemAssociationInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
1411
|
+
UpdateFileSystemAssociationInput.struct_class = Types::UpdateFileSystemAssociationInput
|
1412
|
+
|
1413
|
+
UpdateFileSystemAssociationOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
|
1414
|
+
UpdateFileSystemAssociationOutput.struct_class = Types::UpdateFileSystemAssociationOutput
|
1415
|
+
|
1332
1416
|
UpdateGatewayInformationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
1333
1417
|
UpdateGatewayInformationInput.add_member(:gateway_name, Shapes::ShapeRef.new(shape: GatewayName, location_name: "GatewayName"))
|
1334
1418
|
UpdateGatewayInformationInput.add_member(:gateway_timezone, Shapes::ShapeRef.new(shape: GatewayTimezone, location_name: "GatewayTimezone"))
|
@@ -1384,9 +1468,9 @@ module Aws::StorageGateway
|
|
1384
1468
|
UpdateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
1385
1469
|
UpdateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
|
1386
1470
|
UpdateSMBFileShareInput.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
|
1387
|
-
UpdateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape:
|
1388
|
-
UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape:
|
1389
|
-
UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape:
|
1471
|
+
UpdateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
|
1472
|
+
UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
|
1473
|
+
UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
|
1390
1474
|
UpdateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
1391
1475
|
UpdateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
1392
1476
|
UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
@@ -1428,6 +1512,8 @@ module Aws::StorageGateway
|
|
1428
1512
|
UpdateVTLDeviceTypeOutput.add_member(:vtl_device_arn, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDeviceARN"))
|
1429
1513
|
UpdateVTLDeviceTypeOutput.struct_class = Types::UpdateVTLDeviceTypeOutput
|
1430
1514
|
|
1515
|
+
UserList.member = Shapes::ShapeRef.new(shape: UserListUser)
|
1516
|
+
|
1431
1517
|
VTLDevice.add_member(:vtl_device_arn, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDeviceARN"))
|
1432
1518
|
VTLDevice.add_member(:vtl_device_type, Shapes::ShapeRef.new(shape: VTLDeviceType, location_name: "VTLDeviceType"))
|
1433
1519
|
VTLDevice.add_member(:vtl_device_vendor, Shapes::ShapeRef.new(shape: VTLDeviceVendor, location_name: "VTLDeviceVendor"))
|
@@ -1548,6 +1634,16 @@ module Aws::StorageGateway
|
|
1548
1634
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1549
1635
|
end)
|
1550
1636
|
|
1637
|
+
api.add_operation(:associate_file_system, Seahorse::Model::Operation.new.tap do |o|
|
1638
|
+
o.name = "AssociateFileSystem"
|
1639
|
+
o.http_method = "POST"
|
1640
|
+
o.http_request_uri = "/"
|
1641
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateFileSystemInput)
|
1642
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateFileSystemOutput)
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1645
|
+
end)
|
1646
|
+
|
1551
1647
|
api.add_operation(:attach_volume, Seahorse::Model::Operation.new.tap do |o|
|
1552
1648
|
o.name = "AttachVolume"
|
1553
1649
|
o.http_method = "POST"
|
@@ -1830,6 +1926,16 @@ module Aws::StorageGateway
|
|
1830
1926
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1831
1927
|
end)
|
1832
1928
|
|
1929
|
+
api.add_operation(:describe_file_system_associations, Seahorse::Model::Operation.new.tap do |o|
|
1930
|
+
o.name = "DescribeFileSystemAssociations"
|
1931
|
+
o.http_method = "POST"
|
1932
|
+
o.http_request_uri = "/"
|
1933
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFileSystemAssociationsInput)
|
1934
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFileSystemAssociationsOutput)
|
1935
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
1936
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1937
|
+
end)
|
1938
|
+
|
1833
1939
|
api.add_operation(:describe_gateway_information, Seahorse::Model::Operation.new.tap do |o|
|
1834
1940
|
o.name = "DescribeGatewayInformation"
|
1835
1941
|
o.http_method = "POST"
|
@@ -2004,6 +2110,16 @@ module Aws::StorageGateway
|
|
2004
2110
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2005
2111
|
end)
|
2006
2112
|
|
2113
|
+
api.add_operation(:disassociate_file_system, Seahorse::Model::Operation.new.tap do |o|
|
2114
|
+
o.name = "DisassociateFileSystem"
|
2115
|
+
o.http_method = "POST"
|
2116
|
+
o.http_request_uri = "/"
|
2117
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateFileSystemInput)
|
2118
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateFileSystemOutput)
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2121
|
+
end)
|
2122
|
+
|
2007
2123
|
api.add_operation(:join_domain, Seahorse::Model::Operation.new.tap do |o|
|
2008
2124
|
o.name = "JoinDomain"
|
2009
2125
|
o.http_method = "POST"
|
@@ -2040,6 +2156,22 @@ module Aws::StorageGateway
|
|
2040
2156
|
)
|
2041
2157
|
end)
|
2042
2158
|
|
2159
|
+
api.add_operation(:list_file_system_associations, Seahorse::Model::Operation.new.tap do |o|
|
2160
|
+
o.name = "ListFileSystemAssociations"
|
2161
|
+
o.http_method = "POST"
|
2162
|
+
o.http_request_uri = "/"
|
2163
|
+
o.input = Shapes::ShapeRef.new(shape: ListFileSystemAssociationsInput)
|
2164
|
+
o.output = Shapes::ShapeRef.new(shape: ListFileSystemAssociationsOutput)
|
2165
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
2166
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2167
|
+
o[:pager] = Aws::Pager.new(
|
2168
|
+
limit_key: "limit",
|
2169
|
+
tokens: {
|
2170
|
+
"next_marker" => "marker"
|
2171
|
+
}
|
2172
|
+
)
|
2173
|
+
end)
|
2174
|
+
|
2043
2175
|
api.add_operation(:list_gateways, Seahorse::Model::Operation.new.tap do |o|
|
2044
2176
|
o.name = "ListGateways"
|
2045
2177
|
o.http_method = "POST"
|
@@ -2300,6 +2432,16 @@ module Aws::StorageGateway
|
|
2300
2432
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2301
2433
|
end)
|
2302
2434
|
|
2435
|
+
api.add_operation(:update_file_system_association, Seahorse::Model::Operation.new.tap do |o|
|
2436
|
+
o.name = "UpdateFileSystemAssociation"
|
2437
|
+
o.http_method = "POST"
|
2438
|
+
o.http_request_uri = "/"
|
2439
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFileSystemAssociationInput)
|
2440
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFileSystemAssociationOutput)
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2443
|
+
end)
|
2444
|
+
|
2303
2445
|
api.add_operation(:update_gateway_information, Seahorse::Model::Operation.new.tap do |o|
|
2304
2446
|
o.name = "UpdateGatewayInformation"
|
2305
2447
|
o.http_method = "POST"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -421,6 +421,94 @@ module Aws::StorageGateway
|
|
421
421
|
include Aws::Structure
|
422
422
|
end
|
423
423
|
|
424
|
+
# @note When making an API call, you may pass AssociateFileSystemInput
|
425
|
+
# data as a hash:
|
426
|
+
#
|
427
|
+
# {
|
428
|
+
# user_name: "DomainUserName", # required
|
429
|
+
# password: "DomainUserPassword", # required
|
430
|
+
# client_token: "ClientToken", # required
|
431
|
+
# gateway_arn: "GatewayARN", # required
|
432
|
+
# location_arn: "FileSystemLocationARN", # required
|
433
|
+
# tags: [
|
434
|
+
# {
|
435
|
+
# key: "TagKey", # required
|
436
|
+
# value: "TagValue", # required
|
437
|
+
# },
|
438
|
+
# ],
|
439
|
+
# audit_destination_arn: "AuditDestinationARN",
|
440
|
+
# cache_attributes: {
|
441
|
+
# cache_stale_timeout_in_seconds: 1,
|
442
|
+
# },
|
443
|
+
# }
|
444
|
+
#
|
445
|
+
# @!attribute [rw] user_name
|
446
|
+
# The user name of the user credential that has permission to access
|
447
|
+
# the root share D$ of the Amazon FSx file system. The user account
|
448
|
+
# must belong to the Amazon FSx delegated admin user group.
|
449
|
+
# @return [String]
|
450
|
+
#
|
451
|
+
# @!attribute [rw] password
|
452
|
+
# The password of the user credential.
|
453
|
+
# @return [String]
|
454
|
+
#
|
455
|
+
# @!attribute [rw] client_token
|
456
|
+
# A unique string value that you supply that is used by the file
|
457
|
+
# gateway to ensure idempotent file system association creation.
|
458
|
+
# @return [String]
|
459
|
+
#
|
460
|
+
# @!attribute [rw] gateway_arn
|
461
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
462
|
+
# operation to return a list of gateways for your account and AWS
|
463
|
+
# Region.
|
464
|
+
# @return [String]
|
465
|
+
#
|
466
|
+
# @!attribute [rw] location_arn
|
467
|
+
# The Amazon Resource Name (ARN) of the Amazon FSx file system to
|
468
|
+
# associate with the Amazon FSx file gateway.
|
469
|
+
# @return [String]
|
470
|
+
#
|
471
|
+
# @!attribute [rw] tags
|
472
|
+
# A list of up to 50 tags that can be assigned to the file system
|
473
|
+
# association. Each tag is a key-value pair.
|
474
|
+
# @return [Array<Types::Tag>]
|
475
|
+
#
|
476
|
+
# @!attribute [rw] audit_destination_arn
|
477
|
+
# The Amazon Resource Name (ARN) of the storage used for the audit
|
478
|
+
# logs.
|
479
|
+
# @return [String]
|
480
|
+
#
|
481
|
+
# @!attribute [rw] cache_attributes
|
482
|
+
# The refresh cache information for the file share.
|
483
|
+
# @return [Types::CacheAttributes]
|
484
|
+
#
|
485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AssociateFileSystemInput AWS API Documentation
|
486
|
+
#
|
487
|
+
class AssociateFileSystemInput < Struct.new(
|
488
|
+
:user_name,
|
489
|
+
:password,
|
490
|
+
:client_token,
|
491
|
+
:gateway_arn,
|
492
|
+
:location_arn,
|
493
|
+
:tags,
|
494
|
+
:audit_destination_arn,
|
495
|
+
:cache_attributes)
|
496
|
+
SENSITIVE = [:password]
|
497
|
+
include Aws::Structure
|
498
|
+
end
|
499
|
+
|
500
|
+
# @!attribute [rw] file_system_association_arn
|
501
|
+
# The ARN of the newly created file system association.
|
502
|
+
# @return [String]
|
503
|
+
#
|
504
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AssociateFileSystemOutput AWS API Documentation
|
505
|
+
#
|
506
|
+
class AssociateFileSystemOutput < Struct.new(
|
507
|
+
:file_system_association_arn)
|
508
|
+
SENSITIVE = []
|
509
|
+
include Aws::Structure
|
510
|
+
end
|
511
|
+
|
424
512
|
# AttachVolumeInput
|
425
513
|
#
|
426
514
|
# @note When making an API call, you may pass AttachVolumeInput
|
@@ -648,7 +736,7 @@ module Aws::StorageGateway
|
|
648
736
|
# @!attribute [rw] days_of_week
|
649
737
|
# The days of the week component of the bandwidth rate limit interval,
|
650
738
|
# represented as ordinal numbers from 0 to 6, where 0 represents
|
651
|
-
# Sunday and 6 Saturday.
|
739
|
+
# Sunday and 6 represents Saturday.
|
652
740
|
# @return [Array<Integer>]
|
653
741
|
#
|
654
742
|
# @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
|
@@ -677,7 +765,7 @@ module Aws::StorageGateway
|
|
677
765
|
include Aws::Structure
|
678
766
|
end
|
679
767
|
|
680
|
-
#
|
768
|
+
# The refresh cache information for the file share.
|
681
769
|
#
|
682
770
|
# @note When making an API call, you may pass CacheAttributes
|
683
771
|
# data as a hash:
|
@@ -690,8 +778,8 @@ module Aws::StorageGateway
|
|
690
778
|
# Refreshes a file share's cache by using Time To Live (TTL). TTL is
|
691
779
|
# the length of time since the last refresh after which access to the
|
692
780
|
# directory would cause the file gateway to first refresh that
|
693
|
-
# directory's contents from the Amazon S3 bucket
|
694
|
-
# in seconds.
|
781
|
+
# directory's contents from the Amazon S3 bucket or Amazon FSx file
|
782
|
+
# system. The TTL duration is in seconds.
|
695
783
|
#
|
696
784
|
# Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
|
697
785
|
# @return [Integer]
|
@@ -1243,11 +1331,31 @@ module Aws::StorageGateway
|
|
1243
1331
|
# @return [String]
|
1244
1332
|
#
|
1245
1333
|
# @!attribute [rw] cache_attributes
|
1246
|
-
#
|
1334
|
+
# Specifies refresh cache information for the file share.
|
1247
1335
|
# @return [Types::CacheAttributes]
|
1248
1336
|
#
|
1249
1337
|
# @!attribute [rw] notification_policy
|
1250
|
-
# The notification policy of the file share.
|
1338
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
1339
|
+
# controls the number of seconds to wait after the last point in time
|
1340
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
1341
|
+
# notification. Because clients can make many small writes to files,
|
1342
|
+
# it's best to set this parameter for as long as possible to avoid
|
1343
|
+
# generating multiple notifications for the same file in a small time
|
1344
|
+
# period.
|
1345
|
+
#
|
1346
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
1347
|
+
# uploading to Amazon S3, only the timing of the notification.
|
1348
|
+
#
|
1349
|
+
# </note>
|
1350
|
+
#
|
1351
|
+
# The following example sets `NotificationPolicy` on with
|
1352
|
+
# `SettlingTimeInSeconds` set to 60.
|
1353
|
+
#
|
1354
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
1355
|
+
#
|
1356
|
+
# The following example sets `NotificationPolicy` off.
|
1357
|
+
#
|
1358
|
+
# `\{\}`
|
1251
1359
|
# @return [String]
|
1252
1360
|
#
|
1253
1361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
|
@@ -1308,9 +1416,9 @@ module Aws::StorageGateway
|
|
1308
1416
|
# requester_pays: false,
|
1309
1417
|
# smbacl_enabled: false,
|
1310
1418
|
# access_based_enumeration: false,
|
1311
|
-
# admin_user_list: ["
|
1312
|
-
# valid_user_list: ["
|
1313
|
-
# invalid_user_list: ["
|
1419
|
+
# admin_user_list: ["UserListUser"],
|
1420
|
+
# valid_user_list: ["UserListUser"],
|
1421
|
+
# invalid_user_list: ["UserListUser"],
|
1314
1422
|
# audit_destination_arn: "AuditDestinationARN",
|
1315
1423
|
# authentication: "Authentication",
|
1316
1424
|
# case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
|
@@ -1458,8 +1566,7 @@ module Aws::StorageGateway
|
|
1458
1566
|
# @return [Array<String>]
|
1459
1567
|
#
|
1460
1568
|
# @!attribute [rw] audit_destination_arn
|
1461
|
-
# The Amazon Resource Name (ARN) of the storage used for
|
1462
|
-
# logs.
|
1569
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
1463
1570
|
# @return [String]
|
1464
1571
|
#
|
1465
1572
|
# @!attribute [rw] authentication
|
@@ -1498,11 +1605,31 @@ module Aws::StorageGateway
|
|
1498
1605
|
# @return [String]
|
1499
1606
|
#
|
1500
1607
|
# @!attribute [rw] cache_attributes
|
1501
|
-
#
|
1608
|
+
# Specifies refresh cache information for the file share.
|
1502
1609
|
# @return [Types::CacheAttributes]
|
1503
1610
|
#
|
1504
1611
|
# @!attribute [rw] notification_policy
|
1505
|
-
# The notification policy of the file share.
|
1612
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
1613
|
+
# controls the number of seconds to wait after the last point in time
|
1614
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
1615
|
+
# notification. Because clients can make many small writes to files,
|
1616
|
+
# it's best to set this parameter for as long as possible to avoid
|
1617
|
+
# generating multiple notifications for the same file in a small time
|
1618
|
+
# period.
|
1619
|
+
#
|
1620
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
1621
|
+
# uploading to Amazon S3, only the timing of the notification.
|
1622
|
+
#
|
1623
|
+
# </note>
|
1624
|
+
#
|
1625
|
+
# The following example sets `NotificationPolicy` on with
|
1626
|
+
# `SettlingTimeInSeconds` set to 60.
|
1627
|
+
#
|
1628
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
1629
|
+
#
|
1630
|
+
# The following example sets `NotificationPolicy` off.
|
1631
|
+
#
|
1632
|
+
# `\{\}`
|
1506
1633
|
# @return [String]
|
1507
1634
|
#
|
1508
1635
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSMBFileShareInput AWS API Documentation
|
@@ -1748,7 +1875,7 @@ module Aws::StorageGateway
|
|
1748
1875
|
# @return [String]
|
1749
1876
|
#
|
1750
1877
|
# @!attribute [rw] snapshot_id
|
1751
|
-
# The snapshot ID (e.g
|
1878
|
+
# The snapshot ID (e.g., "snap-1122aabb") of the snapshot to restore
|
1752
1879
|
# as the new stored volume. Specify this field if you want to create
|
1753
1880
|
# the iSCSI storage volume from a snapshot; otherwise, do not include
|
1754
1881
|
# this field. To list snapshots for your account use
|
@@ -1761,8 +1888,8 @@ module Aws::StorageGateway
|
|
1761
1888
|
# @return [String]
|
1762
1889
|
#
|
1763
1890
|
# @!attribute [rw] preserve_existing_data
|
1764
|
-
# Set to
|
1765
|
-
#
|
1891
|
+
# Set to `true` if you want to preserve the data on the local disk.
|
1892
|
+
# Otherwise, set to `false` to create an empty volume.
|
1766
1893
|
#
|
1767
1894
|
# Valid Values: `true` \| `false`
|
1768
1895
|
# @return [Boolean]
|
@@ -2103,8 +2230,8 @@ module Aws::StorageGateway
|
|
2103
2230
|
# A prefix that you append to the barcode of the virtual tape you are
|
2104
2231
|
# creating. This prefix makes the barcode unique.
|
2105
2232
|
#
|
2106
|
-
# <note markdown="1"> The prefix must be 1
|
2107
|
-
#
|
2233
|
+
# <note markdown="1"> The prefix must be 1-4 characters in length and must be one of the
|
2234
|
+
# uppercase letters from A to Z.
|
2108
2235
|
#
|
2109
2236
|
# </note>
|
2110
2237
|
# @return [String]
|
@@ -2637,12 +2764,12 @@ module Aws::StorageGateway
|
|
2637
2764
|
# @return [String]
|
2638
2765
|
#
|
2639
2766
|
# @!attribute [rw] status
|
2640
|
-
# The status of the
|
2767
|
+
# The status of the high availability monitoring test. If a test
|
2641
2768
|
# hasn't been performed, the value of this field is null.
|
2642
2769
|
# @return [String]
|
2643
2770
|
#
|
2644
2771
|
# @!attribute [rw] start_time
|
2645
|
-
# The time the
|
2772
|
+
# The time the high availability monitoring test was started. If a
|
2646
2773
|
# test hasn't been performed, the value of this field is null.
|
2647
2774
|
# @return [Time]
|
2648
2775
|
#
|
@@ -2919,6 +3046,39 @@ module Aws::StorageGateway
|
|
2919
3046
|
include Aws::Structure
|
2920
3047
|
end
|
2921
3048
|
|
3049
|
+
# @note When making an API call, you may pass DescribeFileSystemAssociationsInput
|
3050
|
+
# data as a hash:
|
3051
|
+
#
|
3052
|
+
# {
|
3053
|
+
# file_system_association_arn_list: ["FileSystemAssociationARN"], # required
|
3054
|
+
# }
|
3055
|
+
#
|
3056
|
+
# @!attribute [rw] file_system_association_arn_list
|
3057
|
+
# An array containing the Amazon Resource Name (ARN) of each file
|
3058
|
+
# system association to be described.
|
3059
|
+
# @return [Array<String>]
|
3060
|
+
#
|
3061
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeFileSystemAssociationsInput AWS API Documentation
|
3062
|
+
#
|
3063
|
+
class DescribeFileSystemAssociationsInput < Struct.new(
|
3064
|
+
:file_system_association_arn_list)
|
3065
|
+
SENSITIVE = []
|
3066
|
+
include Aws::Structure
|
3067
|
+
end
|
3068
|
+
|
3069
|
+
# @!attribute [rw] file_system_association_info_list
|
3070
|
+
# An array containing the `FileSystemAssociationInfo` data type of
|
3071
|
+
# each file system association to be described.
|
3072
|
+
# @return [Array<Types::FileSystemAssociationInfo>]
|
3073
|
+
#
|
3074
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeFileSystemAssociationsOutput AWS API Documentation
|
3075
|
+
#
|
3076
|
+
class DescribeFileSystemAssociationsOutput < Struct.new(
|
3077
|
+
:file_system_association_info_list)
|
3078
|
+
SENSITIVE = []
|
3079
|
+
include Aws::Structure
|
3080
|
+
end
|
3081
|
+
|
2922
3082
|
# A JSON object containing the ID of the gateway.
|
2923
3083
|
#
|
2924
3084
|
# @note When making an API call, you may pass DescribeGatewayInformationInput
|
@@ -3662,8 +3822,8 @@ module Aws::StorageGateway
|
|
3662
3822
|
# @return [Array<Types::Tape>]
|
3663
3823
|
#
|
3664
3824
|
# @!attribute [rw] marker
|
3665
|
-
# An opaque string
|
3666
|
-
# DescribeTapes call to retrieve the next page of results.
|
3825
|
+
# An opaque string that can be used as part of a subsequent
|
3826
|
+
# `DescribeTapes` call to retrieve the next page of results.
|
3667
3827
|
#
|
3668
3828
|
# If a response does not contain a marker, then there are no more
|
3669
3829
|
# results to be retrieved.
|
@@ -3988,6 +4148,49 @@ module Aws::StorageGateway
|
|
3988
4148
|
include Aws::Structure
|
3989
4149
|
end
|
3990
4150
|
|
4151
|
+
# @note When making an API call, you may pass DisassociateFileSystemInput
|
4152
|
+
# data as a hash:
|
4153
|
+
#
|
4154
|
+
# {
|
4155
|
+
# file_system_association_arn: "FileSystemAssociationARN", # required
|
4156
|
+
# force_delete: false,
|
4157
|
+
# }
|
4158
|
+
#
|
4159
|
+
# @!attribute [rw] file_system_association_arn
|
4160
|
+
# The Amazon Resource Name (ARN) of the file system association to be
|
4161
|
+
# deleted.
|
4162
|
+
# @return [String]
|
4163
|
+
#
|
4164
|
+
# @!attribute [rw] force_delete
|
4165
|
+
# If this value is set to true, the operation disassociates an Amazon
|
4166
|
+
# FSx file system immediately. It ends all data uploads to the file
|
4167
|
+
# system, and the file system association enters the `FORCE_DELETING`
|
4168
|
+
# status. If this value is set to false, the Amazon FSx file system
|
4169
|
+
# does not disassociate until all data is uploaded.
|
4170
|
+
# @return [Boolean]
|
4171
|
+
#
|
4172
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisassociateFileSystemInput AWS API Documentation
|
4173
|
+
#
|
4174
|
+
class DisassociateFileSystemInput < Struct.new(
|
4175
|
+
:file_system_association_arn,
|
4176
|
+
:force_delete)
|
4177
|
+
SENSITIVE = []
|
4178
|
+
include Aws::Structure
|
4179
|
+
end
|
4180
|
+
|
4181
|
+
# @!attribute [rw] file_system_association_arn
|
4182
|
+
# The Amazon Resource Name (ARN) of the deleted file system
|
4183
|
+
# association.
|
4184
|
+
# @return [String]
|
4185
|
+
#
|
4186
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisassociateFileSystemOutput AWS API Documentation
|
4187
|
+
#
|
4188
|
+
class DisassociateFileSystemOutput < Struct.new(
|
4189
|
+
:file_system_association_arn)
|
4190
|
+
SENSITIVE = []
|
4191
|
+
include Aws::Structure
|
4192
|
+
end
|
4193
|
+
|
3991
4194
|
# Represents a gateway's local disk.
|
3992
4195
|
#
|
3993
4196
|
# @!attribute [rw] disk_id
|
@@ -4083,6 +4286,97 @@ module Aws::StorageGateway
|
|
4083
4286
|
include Aws::Structure
|
4084
4287
|
end
|
4085
4288
|
|
4289
|
+
# Describes the object returned by `DescribeFileSystemAssociations` that
|
4290
|
+
# describes a created file system association.
|
4291
|
+
#
|
4292
|
+
# @!attribute [rw] file_system_association_arn
|
4293
|
+
# The Amazon Resource Name (ARN) of the file system association.
|
4294
|
+
# @return [String]
|
4295
|
+
#
|
4296
|
+
# @!attribute [rw] location_arn
|
4297
|
+
# The ARN of the backend Amazon FSx file system used for storing file
|
4298
|
+
# data. For information, see [FileSystem][1] in the *Amazon FSx API
|
4299
|
+
# Reference*.
|
4300
|
+
#
|
4301
|
+
#
|
4302
|
+
#
|
4303
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_FileSystem.html
|
4304
|
+
# @return [String]
|
4305
|
+
#
|
4306
|
+
# @!attribute [rw] file_system_association_status
|
4307
|
+
# The status of the file system association. Valid Values: `AVAILABLE`
|
4308
|
+
# \| `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `MISCONFIGURED`
|
4309
|
+
# \| `UPDATING` \| `UNAVAILABLE`
|
4310
|
+
# @return [String]
|
4311
|
+
#
|
4312
|
+
# @!attribute [rw] audit_destination_arn
|
4313
|
+
# The Amazon Resource Name (ARN) of the storage used for the audit
|
4314
|
+
# logs.
|
4315
|
+
# @return [String]
|
4316
|
+
#
|
4317
|
+
# @!attribute [rw] gateway_arn
|
4318
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4319
|
+
# operation to return a list of gateways for your account and AWS
|
4320
|
+
# Region.
|
4321
|
+
# @return [String]
|
4322
|
+
#
|
4323
|
+
# @!attribute [rw] tags
|
4324
|
+
# A list of up to 50 tags assigned to the SMB file share, sorted
|
4325
|
+
# alphabetically by key name. Each tag is a key-value pair.
|
4326
|
+
# @return [Array<Types::Tag>]
|
4327
|
+
#
|
4328
|
+
# @!attribute [rw] cache_attributes
|
4329
|
+
# The refresh cache information for the file share.
|
4330
|
+
# @return [Types::CacheAttributes]
|
4331
|
+
#
|
4332
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationInfo AWS API Documentation
|
4333
|
+
#
|
4334
|
+
class FileSystemAssociationInfo < Struct.new(
|
4335
|
+
:file_system_association_arn,
|
4336
|
+
:location_arn,
|
4337
|
+
:file_system_association_status,
|
4338
|
+
:audit_destination_arn,
|
4339
|
+
:gateway_arn,
|
4340
|
+
:tags,
|
4341
|
+
:cache_attributes)
|
4342
|
+
SENSITIVE = []
|
4343
|
+
include Aws::Structure
|
4344
|
+
end
|
4345
|
+
|
4346
|
+
# Gets the summary returned by `ListFileSystemAssociation`, which is a
|
4347
|
+
# summary of a created file system association.
|
4348
|
+
#
|
4349
|
+
# @!attribute [rw] file_system_association_id
|
4350
|
+
# The ID of the file system association.
|
4351
|
+
# @return [String]
|
4352
|
+
#
|
4353
|
+
# @!attribute [rw] file_system_association_arn
|
4354
|
+
# The Amazon Resource Name (ARN) of the file system association.
|
4355
|
+
# @return [String]
|
4356
|
+
#
|
4357
|
+
# @!attribute [rw] file_system_association_status
|
4358
|
+
# The status of the file share. Valid Values: `AVAILABLE` \|
|
4359
|
+
# `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `MISCONFIGURED` \|
|
4360
|
+
# `UPDATING` \| `UNAVAILABLE`
|
4361
|
+
# @return [String]
|
4362
|
+
#
|
4363
|
+
# @!attribute [rw] gateway_arn
|
4364
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4365
|
+
# operation to return a list of gateways for your account and AWS
|
4366
|
+
# Region.
|
4367
|
+
# @return [String]
|
4368
|
+
#
|
4369
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationSummary AWS API Documentation
|
4370
|
+
#
|
4371
|
+
class FileSystemAssociationSummary < Struct.new(
|
4372
|
+
:file_system_association_id,
|
4373
|
+
:file_system_association_arn,
|
4374
|
+
:file_system_association_status,
|
4375
|
+
:gateway_arn)
|
4376
|
+
SENSITIVE = []
|
4377
|
+
include Aws::Structure
|
4378
|
+
end
|
4379
|
+
|
4086
4380
|
# Describes a gateway object.
|
4087
4381
|
#
|
4088
4382
|
# @!attribute [rw] gateway_id
|
@@ -4387,6 +4681,70 @@ module Aws::StorageGateway
|
|
4387
4681
|
include Aws::Structure
|
4388
4682
|
end
|
4389
4683
|
|
4684
|
+
# @note When making an API call, you may pass ListFileSystemAssociationsInput
|
4685
|
+
# data as a hash:
|
4686
|
+
#
|
4687
|
+
# {
|
4688
|
+
# gateway_arn: "GatewayARN",
|
4689
|
+
# limit: 1,
|
4690
|
+
# marker: "Marker",
|
4691
|
+
# }
|
4692
|
+
#
|
4693
|
+
# @!attribute [rw] gateway_arn
|
4694
|
+
# The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
|
4695
|
+
# operation to return a list of gateways for your account and AWS
|
4696
|
+
# Region.
|
4697
|
+
# @return [String]
|
4698
|
+
#
|
4699
|
+
# @!attribute [rw] limit
|
4700
|
+
# The maximum number of file system associations to return in the
|
4701
|
+
# response. If present, `Limit` must be an integer with a value
|
4702
|
+
# greater than zero. Optional.
|
4703
|
+
# @return [Integer]
|
4704
|
+
#
|
4705
|
+
# @!attribute [rw] marker
|
4706
|
+
# Opaque pagination token returned from a previous
|
4707
|
+
# `ListFileSystemAssociations` operation. If present, `Marker`
|
4708
|
+
# specifies where to continue the list from after a previous call to
|
4709
|
+
# `ListFileSystemAssociations`. Optional.
|
4710
|
+
# @return [String]
|
4711
|
+
#
|
4712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileSystemAssociationsInput AWS API Documentation
|
4713
|
+
#
|
4714
|
+
class ListFileSystemAssociationsInput < Struct.new(
|
4715
|
+
:gateway_arn,
|
4716
|
+
:limit,
|
4717
|
+
:marker)
|
4718
|
+
SENSITIVE = []
|
4719
|
+
include Aws::Structure
|
4720
|
+
end
|
4721
|
+
|
4722
|
+
# @!attribute [rw] marker
|
4723
|
+
# If the request includes `Marker`, the response returns that value in
|
4724
|
+
# this field.
|
4725
|
+
# @return [String]
|
4726
|
+
#
|
4727
|
+
# @!attribute [rw] next_marker
|
4728
|
+
# If a value is present, there are more file system associations to
|
4729
|
+
# return. In a subsequent request, use `NextMarker` as the value for
|
4730
|
+
# `Marker` to retrieve the next set of file system associations.
|
4731
|
+
# @return [String]
|
4732
|
+
#
|
4733
|
+
# @!attribute [rw] file_system_association_summary_list
|
4734
|
+
# An array of information about the Amazon FSx gateway's file system
|
4735
|
+
# associations.
|
4736
|
+
# @return [Array<Types::FileSystemAssociationSummary>]
|
4737
|
+
#
|
4738
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileSystemAssociationsOutput AWS API Documentation
|
4739
|
+
#
|
4740
|
+
class ListFileSystemAssociationsOutput < Struct.new(
|
4741
|
+
:marker,
|
4742
|
+
:next_marker,
|
4743
|
+
:file_system_association_summary_list)
|
4744
|
+
SENSITIVE = []
|
4745
|
+
include Aws::Structure
|
4746
|
+
end
|
4747
|
+
|
4390
4748
|
# A JSON object containing zero or more of the following fields:
|
4391
4749
|
#
|
4392
4750
|
# * ListGatewaysInput$Limit
|
@@ -5021,11 +5379,31 @@ module Aws::StorageGateway
|
|
5021
5379
|
# @return [String]
|
5022
5380
|
#
|
5023
5381
|
# @!attribute [rw] cache_attributes
|
5024
|
-
# Refresh cache information.
|
5382
|
+
# Refresh cache information for the file share.
|
5025
5383
|
# @return [Types::CacheAttributes]
|
5026
5384
|
#
|
5027
5385
|
# @!attribute [rw] notification_policy
|
5028
|
-
# The notification policy of the file share.
|
5386
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
5387
|
+
# controls the number of seconds to wait after the last point in time
|
5388
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
5389
|
+
# notification. Because clients can make many small writes to files,
|
5390
|
+
# it's best to set this parameter for as long as possible to avoid
|
5391
|
+
# generating multiple notifications for the same file in a small time
|
5392
|
+
# period.
|
5393
|
+
#
|
5394
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
5395
|
+
# uploading to Amazon S3, only the timing of the notification.
|
5396
|
+
#
|
5397
|
+
# </note>
|
5398
|
+
#
|
5399
|
+
# The following example sets `NotificationPolicy` on with
|
5400
|
+
# `SettlingTimeInSeconds` set to 60.
|
5401
|
+
#
|
5402
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
5403
|
+
#
|
5404
|
+
# The following example sets `NotificationPolicy` off.
|
5405
|
+
#
|
5406
|
+
# `\{\}`
|
5029
5407
|
# @return [String]
|
5030
5408
|
#
|
5031
5409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
@@ -5556,8 +5934,7 @@ module Aws::StorageGateway
|
|
5556
5934
|
# @return [Array<String>]
|
5557
5935
|
#
|
5558
5936
|
# @!attribute [rw] audit_destination_arn
|
5559
|
-
# The Amazon Resource Name (ARN) of the storage used for
|
5560
|
-
# logs.
|
5937
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
5561
5938
|
# @return [String]
|
5562
5939
|
#
|
5563
5940
|
# @!attribute [rw] authentication
|
@@ -5591,11 +5968,31 @@ module Aws::StorageGateway
|
|
5591
5968
|
# @return [String]
|
5592
5969
|
#
|
5593
5970
|
# @!attribute [rw] cache_attributes
|
5594
|
-
# Refresh cache information.
|
5971
|
+
# Refresh cache information for the file share.
|
5595
5972
|
# @return [Types::CacheAttributes]
|
5596
5973
|
#
|
5597
5974
|
# @!attribute [rw] notification_policy
|
5598
|
-
# The notification policy of the file share.
|
5975
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
5976
|
+
# controls the number of seconds to wait after the last point in time
|
5977
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
5978
|
+
# notification. Because clients can make many small writes to files,
|
5979
|
+
# it's best to set this parameter for as long as possible to avoid
|
5980
|
+
# generating multiple notifications for the same file in a small time
|
5981
|
+
# period.
|
5982
|
+
#
|
5983
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
5984
|
+
# uploading to Amazon S3, only the timing of the notification.
|
5985
|
+
#
|
5986
|
+
# </note>
|
5987
|
+
#
|
5988
|
+
# The following example sets `NotificationPolicy` on with
|
5989
|
+
# `SettlingTimeInSeconds` set to 60.
|
5990
|
+
#
|
5991
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
5992
|
+
#
|
5993
|
+
# The following example sets `NotificationPolicy` off.
|
5994
|
+
#
|
5995
|
+
# `\{\}`
|
5599
5996
|
# @return [String]
|
5600
5997
|
#
|
5601
5998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
|
@@ -6557,6 +6954,67 @@ module Aws::StorageGateway
|
|
6557
6954
|
include Aws::Structure
|
6558
6955
|
end
|
6559
6956
|
|
6957
|
+
# @note When making an API call, you may pass UpdateFileSystemAssociationInput
|
6958
|
+
# data as a hash:
|
6959
|
+
#
|
6960
|
+
# {
|
6961
|
+
# file_system_association_arn: "FileSystemAssociationARN", # required
|
6962
|
+
# user_name: "DomainUserName",
|
6963
|
+
# password: "DomainUserPassword",
|
6964
|
+
# audit_destination_arn: "AuditDestinationARN",
|
6965
|
+
# cache_attributes: {
|
6966
|
+
# cache_stale_timeout_in_seconds: 1,
|
6967
|
+
# },
|
6968
|
+
# }
|
6969
|
+
#
|
6970
|
+
# @!attribute [rw] file_system_association_arn
|
6971
|
+
# The Amazon Resource Name (ARN) of the file system association that
|
6972
|
+
# you want to update.
|
6973
|
+
# @return [String]
|
6974
|
+
#
|
6975
|
+
# @!attribute [rw] user_name
|
6976
|
+
# The user name of the user credential that has permission to access
|
6977
|
+
# the root share D$ of the Amazon FSx file system. The user account
|
6978
|
+
# must belong to the Amazon FSx delegated admin user group.
|
6979
|
+
# @return [String]
|
6980
|
+
#
|
6981
|
+
# @!attribute [rw] password
|
6982
|
+
# The password of the user credential.
|
6983
|
+
# @return [String]
|
6984
|
+
#
|
6985
|
+
# @!attribute [rw] audit_destination_arn
|
6986
|
+
# The Amazon Resource Name (ARN) of the storage used for the audit
|
6987
|
+
# logs.
|
6988
|
+
# @return [String]
|
6989
|
+
#
|
6990
|
+
# @!attribute [rw] cache_attributes
|
6991
|
+
# The refresh cache information for the file share.
|
6992
|
+
# @return [Types::CacheAttributes]
|
6993
|
+
#
|
6994
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateFileSystemAssociationInput AWS API Documentation
|
6995
|
+
#
|
6996
|
+
class UpdateFileSystemAssociationInput < Struct.new(
|
6997
|
+
:file_system_association_arn,
|
6998
|
+
:user_name,
|
6999
|
+
:password,
|
7000
|
+
:audit_destination_arn,
|
7001
|
+
:cache_attributes)
|
7002
|
+
SENSITIVE = [:password]
|
7003
|
+
include Aws::Structure
|
7004
|
+
end
|
7005
|
+
|
7006
|
+
# @!attribute [rw] file_system_association_arn
|
7007
|
+
# The ARN of the updated file system association.
|
7008
|
+
# @return [String]
|
7009
|
+
#
|
7010
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateFileSystemAssociationOutput AWS API Documentation
|
7011
|
+
#
|
7012
|
+
class UpdateFileSystemAssociationOutput < Struct.new(
|
7013
|
+
:file_system_association_arn)
|
7014
|
+
SENSITIVE = []
|
7015
|
+
include Aws::Structure
|
7016
|
+
end
|
7017
|
+
|
6560
7018
|
# @note When making an API call, you may pass UpdateGatewayInformationInput
|
6561
7019
|
# data as a hash:
|
6562
7020
|
#
|
@@ -6873,11 +7331,31 @@ module Aws::StorageGateway
|
|
6873
7331
|
# @return [String]
|
6874
7332
|
#
|
6875
7333
|
# @!attribute [rw] cache_attributes
|
6876
|
-
#
|
7334
|
+
# specifies refresh cache information for the file share.
|
6877
7335
|
# @return [Types::CacheAttributes]
|
6878
7336
|
#
|
6879
7337
|
# @!attribute [rw] notification_policy
|
6880
|
-
# The notification policy of the file share.
|
7338
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
7339
|
+
# controls the number of seconds to wait after the last point in time
|
7340
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
7341
|
+
# notification. Because clients can make many small writes to files,
|
7342
|
+
# it's best to set this parameter for as long as possible to avoid
|
7343
|
+
# generating multiple notifications for the same file in a small time
|
7344
|
+
# period.
|
7345
|
+
#
|
7346
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
7347
|
+
# uploading to Amazon S3, only the timing of the notification.
|
7348
|
+
#
|
7349
|
+
# </note>
|
7350
|
+
#
|
7351
|
+
# The following example sets `NotificationPolicy` on with
|
7352
|
+
# `SettlingTimeInSeconds` set to 60.
|
7353
|
+
#
|
7354
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
7355
|
+
#
|
7356
|
+
# The following example sets `NotificationPolicy` off.
|
7357
|
+
#
|
7358
|
+
# `\{\}`
|
6881
7359
|
# @return [String]
|
6882
7360
|
#
|
6883
7361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
@@ -6931,9 +7409,9 @@ module Aws::StorageGateway
|
|
6931
7409
|
# requester_pays: false,
|
6932
7410
|
# smbacl_enabled: false,
|
6933
7411
|
# access_based_enumeration: false,
|
6934
|
-
# admin_user_list: ["
|
6935
|
-
# valid_user_list: ["
|
6936
|
-
# invalid_user_list: ["
|
7412
|
+
# admin_user_list: ["UserListUser"],
|
7413
|
+
# valid_user_list: ["UserListUser"],
|
7414
|
+
# invalid_user_list: ["UserListUser"],
|
6937
7415
|
# audit_destination_arn: "AuditDestinationARN",
|
6938
7416
|
# case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
|
6939
7417
|
# file_share_name: "FileShareName",
|
@@ -7056,8 +7534,7 @@ module Aws::StorageGateway
|
|
7056
7534
|
# @return [Array<String>]
|
7057
7535
|
#
|
7058
7536
|
# @!attribute [rw] audit_destination_arn
|
7059
|
-
# The Amazon Resource Name (ARN) of the storage used for
|
7060
|
-
# logs.
|
7537
|
+
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
7061
7538
|
# @return [String]
|
7062
7539
|
#
|
7063
7540
|
# @!attribute [rw] case_sensitivity
|
@@ -7077,11 +7554,31 @@ module Aws::StorageGateway
|
|
7077
7554
|
# @return [String]
|
7078
7555
|
#
|
7079
7556
|
# @!attribute [rw] cache_attributes
|
7080
|
-
#
|
7557
|
+
# Specifies refresh cache information for the file share.
|
7081
7558
|
# @return [Types::CacheAttributes]
|
7082
7559
|
#
|
7083
7560
|
# @!attribute [rw] notification_policy
|
7084
|
-
# The notification policy of the file share.
|
7561
|
+
# The notification policy of the file share. `SettlingTimeInSeconds`
|
7562
|
+
# controls the number of seconds to wait after the last point in time
|
7563
|
+
# a client wrote to a file before generating an `ObjectUploaded`
|
7564
|
+
# notification. Because clients can make many small writes to files,
|
7565
|
+
# it's best to set this parameter for as long as possible to avoid
|
7566
|
+
# generating multiple notifications for the same file in a small time
|
7567
|
+
# period.
|
7568
|
+
#
|
7569
|
+
# <note markdown="1"> `SettlingTimeInSeconds` has no effect on the timing of the object
|
7570
|
+
# uploading to Amazon S3, only the timing of the notification.
|
7571
|
+
#
|
7572
|
+
# </note>
|
7573
|
+
#
|
7574
|
+
# The following example sets `NotificationPolicy` on with
|
7575
|
+
# `SettlingTimeInSeconds` set to 60.
|
7576
|
+
#
|
7577
|
+
# `\{"Upload": \{"SettlingTimeInSeconds": 60\}\}`
|
7578
|
+
#
|
7579
|
+
# The following example sets `NotificationPolicy` off.
|
7580
|
+
#
|
7581
|
+
# `\{\}`
|
7085
7582
|
# @return [String]
|
7086
7583
|
#
|
7087
7584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
|