aws-sdk-fsx 1.36.0 → 1.40.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx.rb +1 -1
- data/lib/aws-sdk-fsx/client.rb +53 -3
- data/lib/aws-sdk-fsx/client_api.rb +21 -0
- data/lib/aws-sdk-fsx/types.rb +257 -6
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6944881f7b82b5bf199c782c50335871b47180bfcbafe5a19e2c3cc80a49550c
|
|
4
|
+
data.tar.gz: b7b3bd92a16a3b4cc588fa4bdf260b22c71f736fbd7dcbe640ebc305f20b5896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73b4a28a3e3bb66141fa821d60b20207c3224a811e093dcad78ed3cc41f3cc45fe418cfc4861ad9216e4346377c3831b51c7546b6bc5b38d513f9abdf640dd1f
|
|
7
|
+
data.tar.gz: a963e14e4260acc491b37a92dc5ccb46dc2f1f9beea1c13c3bd53b73f10ea99c6dc39ed0abf0a696db79362914e786e9ea833fc0139fe4888701e7f5f80ee985
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.40.0 (2021-07-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.39.0 (2021-07-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.38.0 (2021-06-08)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs.
|
|
18
|
+
|
|
19
|
+
1.37.0 (2021-05-27)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
|
|
23
|
+
|
|
4
24
|
1.36.0 (2021-04-12)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -485,8 +485,8 @@ module Aws::FSx
|
|
|
485
485
|
#
|
|
486
486
|
#
|
|
487
487
|
#
|
|
488
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/
|
|
489
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
|
488
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups
|
|
489
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups
|
|
490
490
|
#
|
|
491
491
|
# @option params [String] :client_request_token
|
|
492
492
|
# (Optional) An idempotency token for resource creation, in a string of
|
|
@@ -651,6 +651,9 @@ module Aws::FSx
|
|
|
651
651
|
# resp.backup.file_system.windows_configuration.aliases #=> Array
|
|
652
652
|
# resp.backup.file_system.windows_configuration.aliases[0].name #=> String
|
|
653
653
|
# resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
654
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
655
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
656
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
654
657
|
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
655
658
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
656
659
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -665,6 +668,7 @@ module Aws::FSx
|
|
|
665
668
|
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
666
669
|
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
667
670
|
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
671
|
+
# resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
668
672
|
# resp.backup.file_system.administrative_actions #=> Array
|
|
669
673
|
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
670
674
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -868,6 +872,9 @@ module Aws::FSx
|
|
|
868
872
|
# resp.backup.file_system.windows_configuration.aliases #=> Array
|
|
869
873
|
# resp.backup.file_system.windows_configuration.aliases[0].name #=> String
|
|
870
874
|
# resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
875
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
876
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
877
|
+
# resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
871
878
|
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
872
879
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
873
880
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -882,6 +889,7 @@ module Aws::FSx
|
|
|
882
889
|
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
883
890
|
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
884
891
|
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
892
|
+
# resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
885
893
|
# resp.backup.file_system.administrative_actions #=> Array
|
|
886
894
|
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
887
895
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -1265,6 +1273,11 @@ module Aws::FSx
|
|
|
1265
1273
|
# automatic_backup_retention_days: 1,
|
|
1266
1274
|
# copy_tags_to_backups: false,
|
|
1267
1275
|
# aliases: ["AlternateDNSName"],
|
|
1276
|
+
# audit_log_configuration: {
|
|
1277
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1278
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1279
|
+
# audit_log_destination: "GeneralARN",
|
|
1280
|
+
# },
|
|
1268
1281
|
# },
|
|
1269
1282
|
# lustre_configuration: {
|
|
1270
1283
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
@@ -1278,6 +1291,7 @@ module Aws::FSx
|
|
|
1278
1291
|
# automatic_backup_retention_days: 1,
|
|
1279
1292
|
# copy_tags_to_backups: false,
|
|
1280
1293
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
|
1294
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
1281
1295
|
# },
|
|
1282
1296
|
# })
|
|
1283
1297
|
#
|
|
@@ -1323,6 +1337,9 @@ module Aws::FSx
|
|
|
1323
1337
|
# resp.file_system.windows_configuration.aliases #=> Array
|
|
1324
1338
|
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
|
1325
1339
|
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
1340
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
1341
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
1342
|
+
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
1326
1343
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
1327
1344
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
1328
1345
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -1337,6 +1354,7 @@ module Aws::FSx
|
|
|
1337
1354
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
1338
1355
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
1339
1356
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
1357
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
1340
1358
|
# resp.file_system.administrative_actions #=> Array
|
|
1341
1359
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
1342
1360
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -1558,6 +1576,11 @@ module Aws::FSx
|
|
|
1558
1576
|
# automatic_backup_retention_days: 1,
|
|
1559
1577
|
# copy_tags_to_backups: false,
|
|
1560
1578
|
# aliases: ["AlternateDNSName"],
|
|
1579
|
+
# audit_log_configuration: {
|
|
1580
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1581
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1582
|
+
# audit_log_destination: "GeneralARN",
|
|
1583
|
+
# },
|
|
1561
1584
|
# },
|
|
1562
1585
|
# lustre_configuration: {
|
|
1563
1586
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
@@ -1571,6 +1594,7 @@ module Aws::FSx
|
|
|
1571
1594
|
# automatic_backup_retention_days: 1,
|
|
1572
1595
|
# copy_tags_to_backups: false,
|
|
1573
1596
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
|
1597
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
1574
1598
|
# },
|
|
1575
1599
|
# storage_type: "SSD", # accepts SSD, HDD
|
|
1576
1600
|
# kms_key_id: "KmsKeyId",
|
|
@@ -1618,6 +1642,9 @@ module Aws::FSx
|
|
|
1618
1642
|
# resp.file_system.windows_configuration.aliases #=> Array
|
|
1619
1643
|
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
|
1620
1644
|
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
1645
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
1646
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
1647
|
+
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
1621
1648
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
1622
1649
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
1623
1650
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -1632,6 +1659,7 @@ module Aws::FSx
|
|
|
1632
1659
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
1633
1660
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
1634
1661
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
1662
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
1635
1663
|
# resp.file_system.administrative_actions #=> Array
|
|
1636
1664
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
1637
1665
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -1982,6 +2010,9 @@ module Aws::FSx
|
|
|
1982
2010
|
# resp.backups[0].file_system.windows_configuration.aliases #=> Array
|
|
1983
2011
|
# resp.backups[0].file_system.windows_configuration.aliases[0].name #=> String
|
|
1984
2012
|
# resp.backups[0].file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
2013
|
+
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2014
|
+
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2015
|
+
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
1985
2016
|
# resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
1986
2017
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
1987
2018
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -1996,6 +2027,7 @@ module Aws::FSx
|
|
|
1996
2027
|
# resp.backups[0].file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
1997
2028
|
# resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
1998
2029
|
# resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
2030
|
+
# resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
1999
2031
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
|
2000
2032
|
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
2001
2033
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -2320,6 +2352,9 @@ module Aws::FSx
|
|
|
2320
2352
|
# resp.file_systems[0].windows_configuration.aliases #=> Array
|
|
2321
2353
|
# resp.file_systems[0].windows_configuration.aliases[0].name #=> String
|
|
2322
2354
|
# resp.file_systems[0].windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
2355
|
+
# resp.file_systems[0].windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2356
|
+
# resp.file_systems[0].windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2357
|
+
# resp.file_systems[0].windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
2323
2358
|
# resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
|
|
2324
2359
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
2325
2360
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -2334,6 +2369,7 @@ module Aws::FSx
|
|
|
2334
2369
|
# resp.file_systems[0].lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
2335
2370
|
# resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
2336
2371
|
# resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
2372
|
+
# resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
2337
2373
|
# resp.file_systems[0].administrative_actions #=> Array
|
|
2338
2374
|
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
2339
2375
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
|
@@ -2591,6 +2627,8 @@ module Aws::FSx
|
|
|
2591
2627
|
# For Amazon FSx for Windows File Server file systems, you can update
|
|
2592
2628
|
# the following properties:
|
|
2593
2629
|
#
|
|
2630
|
+
# * AuditLogConfiguration
|
|
2631
|
+
#
|
|
2594
2632
|
# * AutomaticBackupRetentionDays
|
|
2595
2633
|
#
|
|
2596
2634
|
# * DailyAutomaticBackupStartTime
|
|
@@ -2612,6 +2650,8 @@ module Aws::FSx
|
|
|
2612
2650
|
#
|
|
2613
2651
|
# * DailyAutomaticBackupStartTime
|
|
2614
2652
|
#
|
|
2653
|
+
# * DataCompressionType
|
|
2654
|
+
#
|
|
2615
2655
|
# * StorageCapacity
|
|
2616
2656
|
#
|
|
2617
2657
|
# * WeeklyMaintenanceStartTime
|
|
@@ -2735,12 +2775,18 @@ module Aws::FSx
|
|
|
2735
2775
|
# password: "DirectoryPassword",
|
|
2736
2776
|
# dns_ips: ["IpAddress"],
|
|
2737
2777
|
# },
|
|
2778
|
+
# audit_log_configuration: {
|
|
2779
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
2780
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
2781
|
+
# audit_log_destination: "GeneralARN",
|
|
2782
|
+
# },
|
|
2738
2783
|
# },
|
|
2739
2784
|
# lustre_configuration: {
|
|
2740
2785
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
2741
2786
|
# daily_automatic_backup_start_time: "DailyTime",
|
|
2742
2787
|
# automatic_backup_retention_days: 1,
|
|
2743
2788
|
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
|
|
2789
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
2744
2790
|
# },
|
|
2745
2791
|
# })
|
|
2746
2792
|
#
|
|
@@ -2786,6 +2832,9 @@ module Aws::FSx
|
|
|
2786
2832
|
# resp.file_system.windows_configuration.aliases #=> Array
|
|
2787
2833
|
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
|
2788
2834
|
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
|
2835
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2836
|
+
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
|
2837
|
+
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
|
2789
2838
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
|
2790
2839
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
|
2791
2840
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
|
@@ -2800,6 +2849,7 @@ module Aws::FSx
|
|
|
2800
2849
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
|
2801
2850
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
|
2802
2851
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
|
2852
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
|
2803
2853
|
# resp.file_system.administrative_actions #=> Array
|
|
2804
2854
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
2805
2855
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -2830,7 +2880,7 @@ module Aws::FSx
|
|
|
2830
2880
|
params: params,
|
|
2831
2881
|
config: config)
|
|
2832
2882
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
2833
|
-
context[:gem_version] = '1.
|
|
2883
|
+
context[:gem_version] = '1.40.0'
|
|
2834
2884
|
Seahorse::Client::Request.new(handlers, context)
|
|
2835
2885
|
end
|
|
2836
2886
|
|
|
@@ -63,6 +63,7 @@ module Aws::FSx
|
|
|
63
63
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
|
64
64
|
DNSName = Shapes::StringShape.new(name: 'DNSName')
|
|
65
65
|
DailyTime = Shapes::StringShape.new(name: 'DailyTime')
|
|
66
|
+
DataCompressionType = Shapes::StringShape.new(name: 'DataCompressionType')
|
|
66
67
|
DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'DataRepositoryConfiguration')
|
|
67
68
|
DataRepositoryFailureDetails = Shapes::StructureShape.new(name: 'DataRepositoryFailureDetails')
|
|
68
69
|
DataRepositoryLifecycle = Shapes::StringShape.new(name: 'DataRepositoryLifecycle')
|
|
@@ -125,6 +126,7 @@ module Aws::FSx
|
|
|
125
126
|
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
|
126
127
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
|
127
128
|
Flag = Shapes::BooleanShape.new(name: 'Flag')
|
|
129
|
+
GeneralARN = Shapes::StringShape.new(name: 'GeneralARN')
|
|
128
130
|
IncompatibleParameterError = Shapes::StructureShape.new(name: 'IncompatibleParameterError')
|
|
129
131
|
IncompatibleRegionForMultiAZ = Shapes::StructureShape.new(name: 'IncompatibleRegionForMultiAZ')
|
|
130
132
|
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
|
@@ -197,6 +199,9 @@ module Aws::FSx
|
|
|
197
199
|
UpdateFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemWindowsConfiguration')
|
|
198
200
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
199
201
|
WeeklyTime = Shapes::StringShape.new(name: 'WeeklyTime')
|
|
202
|
+
WindowsAccessAuditLogLevel = Shapes::StringShape.new(name: 'WindowsAccessAuditLogLevel')
|
|
203
|
+
WindowsAuditLogConfiguration = Shapes::StructureShape.new(name: 'WindowsAuditLogConfiguration')
|
|
204
|
+
WindowsAuditLogCreateConfiguration = Shapes::StructureShape.new(name: 'WindowsAuditLogCreateConfiguration')
|
|
200
205
|
WindowsDeploymentType = Shapes::StringShape.new(name: 'WindowsDeploymentType')
|
|
201
206
|
WindowsFileSystemConfiguration = Shapes::StructureShape.new(name: 'WindowsFileSystemConfiguration')
|
|
202
207
|
|
|
@@ -347,6 +352,7 @@ module Aws::FSx
|
|
|
347
352
|
CreateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
348
353
|
CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
|
349
354
|
CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
|
|
355
|
+
CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
|
350
356
|
CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
|
|
351
357
|
|
|
352
358
|
CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
|
@@ -374,6 +380,7 @@ module Aws::FSx
|
|
|
374
380
|
CreateFileSystemWindowsConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
375
381
|
CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
|
376
382
|
CreateFileSystemWindowsConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, location_name: "Aliases"))
|
|
383
|
+
CreateFileSystemWindowsConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogCreateConfiguration, location_name: "AuditLogConfiguration"))
|
|
377
384
|
CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
|
|
378
385
|
|
|
379
386
|
DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
|
|
@@ -608,6 +615,7 @@ module Aws::FSx
|
|
|
608
615
|
LustreFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
609
616
|
LustreFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
|
610
617
|
LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
|
|
618
|
+
LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
|
611
619
|
LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
|
|
612
620
|
|
|
613
621
|
MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
@@ -688,6 +696,7 @@ module Aws::FSx
|
|
|
688
696
|
UpdateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
|
689
697
|
UpdateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
690
698
|
UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
|
|
699
|
+
UpdateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
|
691
700
|
UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
|
|
692
701
|
|
|
693
702
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
|
@@ -705,8 +714,19 @@ module Aws::FSx
|
|
|
705
714
|
UpdateFileSystemWindowsConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
706
715
|
UpdateFileSystemWindowsConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
|
|
707
716
|
UpdateFileSystemWindowsConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryConfigurationUpdates, location_name: "SelfManagedActiveDirectoryConfiguration"))
|
|
717
|
+
UpdateFileSystemWindowsConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogCreateConfiguration, location_name: "AuditLogConfiguration"))
|
|
708
718
|
UpdateFileSystemWindowsConfiguration.struct_class = Types::UpdateFileSystemWindowsConfiguration
|
|
709
719
|
|
|
720
|
+
WindowsAuditLogConfiguration.add_member(:file_access_audit_log_level, Shapes::ShapeRef.new(shape: WindowsAccessAuditLogLevel, required: true, location_name: "FileAccessAuditLogLevel"))
|
|
721
|
+
WindowsAuditLogConfiguration.add_member(:file_share_access_audit_log_level, Shapes::ShapeRef.new(shape: WindowsAccessAuditLogLevel, required: true, location_name: "FileShareAccessAuditLogLevel"))
|
|
722
|
+
WindowsAuditLogConfiguration.add_member(:audit_log_destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "AuditLogDestination"))
|
|
723
|
+
WindowsAuditLogConfiguration.struct_class = Types::WindowsAuditLogConfiguration
|
|
724
|
+
|
|
725
|
+
WindowsAuditLogCreateConfiguration.add_member(:file_access_audit_log_level, Shapes::ShapeRef.new(shape: WindowsAccessAuditLogLevel, required: true, location_name: "FileAccessAuditLogLevel"))
|
|
726
|
+
WindowsAuditLogCreateConfiguration.add_member(:file_share_access_audit_log_level, Shapes::ShapeRef.new(shape: WindowsAccessAuditLogLevel, required: true, location_name: "FileShareAccessAuditLogLevel"))
|
|
727
|
+
WindowsAuditLogCreateConfiguration.add_member(:audit_log_destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "AuditLogDestination"))
|
|
728
|
+
WindowsAuditLogCreateConfiguration.struct_class = Types::WindowsAuditLogCreateConfiguration
|
|
729
|
+
|
|
710
730
|
WindowsFileSystemConfiguration.add_member(:active_directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "ActiveDirectoryId"))
|
|
711
731
|
WindowsFileSystemConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryAttributes, location_name: "SelfManagedActiveDirectoryConfiguration"))
|
|
712
732
|
WindowsFileSystemConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: WindowsDeploymentType, location_name: "DeploymentType"))
|
|
@@ -720,6 +740,7 @@ module Aws::FSx
|
|
|
720
740
|
WindowsFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
721
741
|
WindowsFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
|
722
742
|
WindowsFileSystemConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
|
743
|
+
WindowsFileSystemConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogConfiguration, location_name: "AuditLogConfiguration"))
|
|
723
744
|
WindowsFileSystemConfiguration.struct_class = Types::WindowsFileSystemConfiguration
|
|
724
745
|
|
|
725
746
|
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -919,6 +919,11 @@ module Aws::FSx
|
|
|
919
919
|
# automatic_backup_retention_days: 1,
|
|
920
920
|
# copy_tags_to_backups: false,
|
|
921
921
|
# aliases: ["AlternateDNSName"],
|
|
922
|
+
# audit_log_configuration: {
|
|
923
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
924
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
925
|
+
# audit_log_destination: "GeneralARN",
|
|
926
|
+
# },
|
|
922
927
|
# },
|
|
923
928
|
# lustre_configuration: {
|
|
924
929
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
@@ -932,6 +937,7 @@ module Aws::FSx
|
|
|
932
937
|
# automatic_backup_retention_days: 1,
|
|
933
938
|
# copy_tags_to_backups: false,
|
|
934
939
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
|
940
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
935
941
|
# },
|
|
936
942
|
# storage_type: "SSD", # accepts SSD, HDD
|
|
937
943
|
# kms_key_id: "KmsKeyId",
|
|
@@ -1070,6 +1076,7 @@ module Aws::FSx
|
|
|
1070
1076
|
# automatic_backup_retention_days: 1,
|
|
1071
1077
|
# copy_tags_to_backups: false,
|
|
1072
1078
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
|
1079
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
1073
1080
|
# }
|
|
1074
1081
|
#
|
|
1075
1082
|
# @!attribute [rw] weekly_maintenance_start_time
|
|
@@ -1233,6 +1240,22 @@ module Aws::FSx
|
|
|
1233
1240
|
# This parameter is required when `StorageType` is set to HDD.
|
|
1234
1241
|
# @return [String]
|
|
1235
1242
|
#
|
|
1243
|
+
# @!attribute [rw] data_compression_type
|
|
1244
|
+
# Sets the data compression configuration for the file system.
|
|
1245
|
+
# `DataCompressionType` can have the following values:
|
|
1246
|
+
#
|
|
1247
|
+
# * `NONE` - (Default) Data compression is turned off when the file
|
|
1248
|
+
# system is created.
|
|
1249
|
+
#
|
|
1250
|
+
# * `LZ4` - Data compression is turned on with the LZ4 algorithm.
|
|
1251
|
+
#
|
|
1252
|
+
# For more information, see [Lustre data compression][1].
|
|
1253
|
+
#
|
|
1254
|
+
#
|
|
1255
|
+
#
|
|
1256
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html
|
|
1257
|
+
# @return [String]
|
|
1258
|
+
#
|
|
1236
1259
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
|
|
1237
1260
|
#
|
|
1238
1261
|
class CreateFileSystemLustreConfiguration < Struct.new(
|
|
@@ -1246,7 +1269,8 @@ module Aws::FSx
|
|
|
1246
1269
|
:daily_automatic_backup_start_time,
|
|
1247
1270
|
:automatic_backup_retention_days,
|
|
1248
1271
|
:copy_tags_to_backups,
|
|
1249
|
-
:drive_cache_type
|
|
1272
|
+
:drive_cache_type,
|
|
1273
|
+
:data_compression_type)
|
|
1250
1274
|
SENSITIVE = []
|
|
1251
1275
|
include Aws::Structure
|
|
1252
1276
|
end
|
|
@@ -1288,6 +1312,11 @@ module Aws::FSx
|
|
|
1288
1312
|
# automatic_backup_retention_days: 1,
|
|
1289
1313
|
# copy_tags_to_backups: false,
|
|
1290
1314
|
# aliases: ["AlternateDNSName"],
|
|
1315
|
+
# audit_log_configuration: {
|
|
1316
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1317
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1318
|
+
# audit_log_destination: "GeneralARN",
|
|
1319
|
+
# },
|
|
1291
1320
|
# },
|
|
1292
1321
|
# lustre_configuration: {
|
|
1293
1322
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
@@ -1301,6 +1330,7 @@ module Aws::FSx
|
|
|
1301
1330
|
# automatic_backup_retention_days: 1,
|
|
1302
1331
|
# copy_tags_to_backups: false,
|
|
1303
1332
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
|
1333
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
1304
1334
|
# },
|
|
1305
1335
|
# }
|
|
1306
1336
|
#
|
|
@@ -1473,6 +1503,11 @@ module Aws::FSx
|
|
|
1473
1503
|
# automatic_backup_retention_days: 1,
|
|
1474
1504
|
# copy_tags_to_backups: false,
|
|
1475
1505
|
# aliases: ["AlternateDNSName"],
|
|
1506
|
+
# audit_log_configuration: {
|
|
1507
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1508
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
1509
|
+
# audit_log_destination: "GeneralARN",
|
|
1510
|
+
# },
|
|
1476
1511
|
# }
|
|
1477
1512
|
#
|
|
1478
1513
|
# @!attribute [rw] active_directory_id
|
|
@@ -1600,6 +1635,12 @@ module Aws::FSx
|
|
|
1600
1635
|
# [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html
|
|
1601
1636
|
# @return [Array<String>]
|
|
1602
1637
|
#
|
|
1638
|
+
# @!attribute [rw] audit_log_configuration
|
|
1639
|
+
# The configuration that Amazon FSx for Windows File Server uses to
|
|
1640
|
+
# audit and log user accesses of files, folders, and file shares on
|
|
1641
|
+
# the Amazon FSx for Windows File Server file system.
|
|
1642
|
+
# @return [Types::WindowsAuditLogCreateConfiguration]
|
|
1643
|
+
#
|
|
1603
1644
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemWindowsConfiguration AWS API Documentation
|
|
1604
1645
|
#
|
|
1605
1646
|
class CreateFileSystemWindowsConfiguration < Struct.new(
|
|
@@ -1612,7 +1653,8 @@ module Aws::FSx
|
|
|
1612
1653
|
:daily_automatic_backup_start_time,
|
|
1613
1654
|
:automatic_backup_retention_days,
|
|
1614
1655
|
:copy_tags_to_backups,
|
|
1615
|
-
:aliases
|
|
1656
|
+
:aliases,
|
|
1657
|
+
:audit_log_configuration)
|
|
1616
1658
|
SENSITIVE = []
|
|
1617
1659
|
include Aws::Structure
|
|
1618
1660
|
end
|
|
@@ -3145,6 +3187,21 @@ module Aws::FSx
|
|
|
3145
3187
|
# This parameter is required when `StorageType` is set to HDD.
|
|
3146
3188
|
# @return [String]
|
|
3147
3189
|
#
|
|
3190
|
+
# @!attribute [rw] data_compression_type
|
|
3191
|
+
# The data compression configuration for the file system.
|
|
3192
|
+
# `DataCompressionType` can have the following values:
|
|
3193
|
+
#
|
|
3194
|
+
# * `NONE` - Data compression is turned off for the file system.
|
|
3195
|
+
#
|
|
3196
|
+
# * `LZ4` - Data compression is turned on with the LZ4 algorithm.
|
|
3197
|
+
#
|
|
3198
|
+
# For more information, see [Lustre data compression][1].
|
|
3199
|
+
#
|
|
3200
|
+
#
|
|
3201
|
+
#
|
|
3202
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html
|
|
3203
|
+
# @return [String]
|
|
3204
|
+
#
|
|
3148
3205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
|
|
3149
3206
|
#
|
|
3150
3207
|
class LustreFileSystemConfiguration < Struct.new(
|
|
@@ -3156,7 +3213,8 @@ module Aws::FSx
|
|
|
3156
3213
|
:daily_automatic_backup_start_time,
|
|
3157
3214
|
:automatic_backup_retention_days,
|
|
3158
3215
|
:copy_tags_to_backups,
|
|
3159
|
-
:drive_cache_type
|
|
3216
|
+
:drive_cache_type,
|
|
3217
|
+
:data_compression_type)
|
|
3160
3218
|
SENSITIVE = []
|
|
3161
3219
|
include Aws::Structure
|
|
3162
3220
|
end
|
|
@@ -3572,6 +3630,7 @@ module Aws::FSx
|
|
|
3572
3630
|
# daily_automatic_backup_start_time: "DailyTime",
|
|
3573
3631
|
# automatic_backup_retention_days: 1,
|
|
3574
3632
|
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
|
|
3633
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
3575
3634
|
# }
|
|
3576
3635
|
#
|
|
3577
3636
|
# @!attribute [rw] weekly_maintenance_start_time
|
|
@@ -3621,13 +3680,32 @@ module Aws::FSx
|
|
|
3621
3680
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
|
|
3622
3681
|
# @return [String]
|
|
3623
3682
|
#
|
|
3683
|
+
# @!attribute [rw] data_compression_type
|
|
3684
|
+
# Sets the data compression configuration for the file system.
|
|
3685
|
+
# `DataCompressionType` can have the following values:
|
|
3686
|
+
#
|
|
3687
|
+
# * `NONE` - Data compression is turned off for the file system.
|
|
3688
|
+
#
|
|
3689
|
+
# * `LZ4` - Data compression is turned on with the LZ4 algorithm.
|
|
3690
|
+
#
|
|
3691
|
+
# If you don't use `DataCompressionType`, the file system retains its
|
|
3692
|
+
# current data compression configuration.
|
|
3693
|
+
#
|
|
3694
|
+
# For more information, see [Lustre data compression][1].
|
|
3695
|
+
#
|
|
3696
|
+
#
|
|
3697
|
+
#
|
|
3698
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html
|
|
3699
|
+
# @return [String]
|
|
3700
|
+
#
|
|
3624
3701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
|
|
3625
3702
|
#
|
|
3626
3703
|
class UpdateFileSystemLustreConfiguration < Struct.new(
|
|
3627
3704
|
:weekly_maintenance_start_time,
|
|
3628
3705
|
:daily_automatic_backup_start_time,
|
|
3629
3706
|
:automatic_backup_retention_days,
|
|
3630
|
-
:auto_import_policy
|
|
3707
|
+
:auto_import_policy,
|
|
3708
|
+
:data_compression_type)
|
|
3631
3709
|
SENSITIVE = []
|
|
3632
3710
|
include Aws::Structure
|
|
3633
3711
|
end
|
|
@@ -3651,12 +3729,18 @@ module Aws::FSx
|
|
|
3651
3729
|
# password: "DirectoryPassword",
|
|
3652
3730
|
# dns_ips: ["IpAddress"],
|
|
3653
3731
|
# },
|
|
3732
|
+
# audit_log_configuration: {
|
|
3733
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3734
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3735
|
+
# audit_log_destination: "GeneralARN",
|
|
3736
|
+
# },
|
|
3654
3737
|
# },
|
|
3655
3738
|
# lustre_configuration: {
|
|
3656
3739
|
# weekly_maintenance_start_time: "WeeklyTime",
|
|
3657
3740
|
# daily_automatic_backup_start_time: "DailyTime",
|
|
3658
3741
|
# automatic_backup_retention_days: 1,
|
|
3659
3742
|
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
|
|
3743
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
|
3660
3744
|
# },
|
|
3661
3745
|
# }
|
|
3662
3746
|
#
|
|
@@ -3765,6 +3849,11 @@ module Aws::FSx
|
|
|
3765
3849
|
# password: "DirectoryPassword",
|
|
3766
3850
|
# dns_ips: ["IpAddress"],
|
|
3767
3851
|
# },
|
|
3852
|
+
# audit_log_configuration: {
|
|
3853
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3854
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3855
|
+
# audit_log_destination: "GeneralARN",
|
|
3856
|
+
# },
|
|
3768
3857
|
# }
|
|
3769
3858
|
#
|
|
3770
3859
|
# @!attribute [rw] weekly_maintenance_start_time
|
|
@@ -3809,6 +3898,12 @@ module Aws::FSx
|
|
|
3809
3898
|
# self-managed Microsoft AD update request in progress.
|
|
3810
3899
|
# @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
|
|
3811
3900
|
#
|
|
3901
|
+
# @!attribute [rw] audit_log_configuration
|
|
3902
|
+
# The configuration that Amazon FSx for Windows File Server uses to
|
|
3903
|
+
# audit and log user accesses of files, folders, and file shares on
|
|
3904
|
+
# the Amazon FSx for Windows File Server file system..
|
|
3905
|
+
# @return [Types::WindowsAuditLogCreateConfiguration]
|
|
3906
|
+
#
|
|
3812
3907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemWindowsConfiguration AWS API Documentation
|
|
3813
3908
|
#
|
|
3814
3909
|
class UpdateFileSystemWindowsConfiguration < Struct.new(
|
|
@@ -3816,7 +3911,156 @@ module Aws::FSx
|
|
|
3816
3911
|
:daily_automatic_backup_start_time,
|
|
3817
3912
|
:automatic_backup_retention_days,
|
|
3818
3913
|
:throughput_capacity,
|
|
3819
|
-
:self_managed_active_directory_configuration
|
|
3914
|
+
:self_managed_active_directory_configuration,
|
|
3915
|
+
:audit_log_configuration)
|
|
3916
|
+
SENSITIVE = []
|
|
3917
|
+
include Aws::Structure
|
|
3918
|
+
end
|
|
3919
|
+
|
|
3920
|
+
# The configuration that Amazon FSx for Windows File Server uses to
|
|
3921
|
+
# audit and log user accesses of files, folders, and file shares on the
|
|
3922
|
+
# Amazon FSx for Windows File Server file system. For more information,
|
|
3923
|
+
# see [ File access auditing][1].
|
|
3924
|
+
#
|
|
3925
|
+
#
|
|
3926
|
+
#
|
|
3927
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/file-access-auditing.html
|
|
3928
|
+
#
|
|
3929
|
+
# @!attribute [rw] file_access_audit_log_level
|
|
3930
|
+
# Sets which attempt type is logged by Amazon FSx for file and folder
|
|
3931
|
+
# accesses.
|
|
3932
|
+
#
|
|
3933
|
+
# * `SUCCESS_ONLY` - only successful attempts to access files or
|
|
3934
|
+
# folders are logged.
|
|
3935
|
+
#
|
|
3936
|
+
# * `FAILURE_ONLY` - only failed attempts to access files or folders
|
|
3937
|
+
# are logged.
|
|
3938
|
+
#
|
|
3939
|
+
# * `SUCCESS_AND_FAILURE` - both successful attempts and failed
|
|
3940
|
+
# attempts to access files or folders are logged.
|
|
3941
|
+
#
|
|
3942
|
+
# * `DISABLED` - access auditing of files and folders is turned off.
|
|
3943
|
+
# @return [String]
|
|
3944
|
+
#
|
|
3945
|
+
# @!attribute [rw] file_share_access_audit_log_level
|
|
3946
|
+
# Sets which attempt type is logged by Amazon FSx for file share
|
|
3947
|
+
# accesses.
|
|
3948
|
+
#
|
|
3949
|
+
# * `SUCCESS_ONLY` - only successful attempts to access file shares
|
|
3950
|
+
# are logged.
|
|
3951
|
+
#
|
|
3952
|
+
# * `FAILURE_ONLY` - only failed attempts to access file shares are
|
|
3953
|
+
# logged.
|
|
3954
|
+
#
|
|
3955
|
+
# * `SUCCESS_AND_FAILURE` - both successful attempts and failed
|
|
3956
|
+
# attempts to access file shares are logged.
|
|
3957
|
+
#
|
|
3958
|
+
# * `DISABLED` - access auditing of file shares is turned off.
|
|
3959
|
+
# @return [String]
|
|
3960
|
+
#
|
|
3961
|
+
# @!attribute [rw] audit_log_destination
|
|
3962
|
+
# The Amazon Resource Name (ARN) for the destination of the audit
|
|
3963
|
+
# logs. The destination can be any Amazon CloudWatch Logs log group
|
|
3964
|
+
# ARN or Amazon Kinesis Data Firehose delivery stream ARN.
|
|
3965
|
+
#
|
|
3966
|
+
# The name of the Amazon CloudWatch Logs log group must begin with the
|
|
3967
|
+
# `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse
|
|
3968
|
+
# delivery stream must begin with the `aws-fsx` prefix.
|
|
3969
|
+
#
|
|
3970
|
+
# The destination ARN (either CloudWatch Logs log group or Kinesis
|
|
3971
|
+
# Data Firehose delivery stream) must be in the same AWS partition,
|
|
3972
|
+
# AWS region, and AWS account as your Amazon FSx file system.
|
|
3973
|
+
# @return [String]
|
|
3974
|
+
#
|
|
3975
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/WindowsAuditLogConfiguration AWS API Documentation
|
|
3976
|
+
#
|
|
3977
|
+
class WindowsAuditLogConfiguration < Struct.new(
|
|
3978
|
+
:file_access_audit_log_level,
|
|
3979
|
+
:file_share_access_audit_log_level,
|
|
3980
|
+
:audit_log_destination)
|
|
3981
|
+
SENSITIVE = []
|
|
3982
|
+
include Aws::Structure
|
|
3983
|
+
end
|
|
3984
|
+
|
|
3985
|
+
# The Windows file access auditing configuration used when creating or
|
|
3986
|
+
# updating an Amazon FSx for Windows File Server file system.
|
|
3987
|
+
#
|
|
3988
|
+
# @note When making an API call, you may pass WindowsAuditLogCreateConfiguration
|
|
3989
|
+
# data as a hash:
|
|
3990
|
+
#
|
|
3991
|
+
# {
|
|
3992
|
+
# file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3993
|
+
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
|
3994
|
+
# audit_log_destination: "GeneralARN",
|
|
3995
|
+
# }
|
|
3996
|
+
#
|
|
3997
|
+
# @!attribute [rw] file_access_audit_log_level
|
|
3998
|
+
# Sets which attempt type is logged by Amazon FSx for file and folder
|
|
3999
|
+
# accesses.
|
|
4000
|
+
#
|
|
4001
|
+
# * `SUCCESS_ONLY` - only successful attempts to access files or
|
|
4002
|
+
# folders are logged.
|
|
4003
|
+
#
|
|
4004
|
+
# * `FAILURE_ONLY` - only failed attempts to access files or folders
|
|
4005
|
+
# are logged.
|
|
4006
|
+
#
|
|
4007
|
+
# * `SUCCESS_AND_FAILURE` - both successful attempts and failed
|
|
4008
|
+
# attempts to access files or folders are logged.
|
|
4009
|
+
#
|
|
4010
|
+
# * `DISABLED` - access auditing of files and folders is turned off.
|
|
4011
|
+
# @return [String]
|
|
4012
|
+
#
|
|
4013
|
+
# @!attribute [rw] file_share_access_audit_log_level
|
|
4014
|
+
# Sets which attempt type is logged by Amazon FSx for file share
|
|
4015
|
+
# accesses.
|
|
4016
|
+
#
|
|
4017
|
+
# * `SUCCESS_ONLY` - only successful attempts to access file shares
|
|
4018
|
+
# are logged.
|
|
4019
|
+
#
|
|
4020
|
+
# * `FAILURE_ONLY` - only failed attempts to access file shares are
|
|
4021
|
+
# logged.
|
|
4022
|
+
#
|
|
4023
|
+
# * `SUCCESS_AND_FAILURE` - both successful attempts and failed
|
|
4024
|
+
# attempts to access file shares are logged.
|
|
4025
|
+
#
|
|
4026
|
+
# * `DISABLED` - access auditing of file shares is turned off.
|
|
4027
|
+
# @return [String]
|
|
4028
|
+
#
|
|
4029
|
+
# @!attribute [rw] audit_log_destination
|
|
4030
|
+
# The Amazon Resource Name (ARN) that specifies the destination of the
|
|
4031
|
+
# audit logs.
|
|
4032
|
+
#
|
|
4033
|
+
# The destination can be any Amazon CloudWatch Logs log group ARN or
|
|
4034
|
+
# Amazon Kinesis Data Firehose delivery stream ARN, with the following
|
|
4035
|
+
# requirements:
|
|
4036
|
+
#
|
|
4037
|
+
# * The destination ARN that you provide (either CloudWatch Logs log
|
|
4038
|
+
# group or Kinesis Data Firehose delivery stream) must be in the
|
|
4039
|
+
# same AWS partition, AWS region, and AWS account as your Amazon FSx
|
|
4040
|
+
# file system.
|
|
4041
|
+
#
|
|
4042
|
+
# * The name of the Amazon CloudWatch Logs log group must begin with
|
|
4043
|
+
# the `/aws/fsx` prefix. The name of the Amazon Kinesis Data
|
|
4044
|
+
# Firehouse delivery stream must begin with the `aws-fsx` prefix.
|
|
4045
|
+
#
|
|
4046
|
+
# * If you do not provide a destination in `AuditLogDestination`,
|
|
4047
|
+
# Amazon FSx will create and use a log stream in the CloudWatch Logs
|
|
4048
|
+
# `/aws/fsx/windows` log group.
|
|
4049
|
+
#
|
|
4050
|
+
# * If `AuditLogDestination` is provided and the resource does not
|
|
4051
|
+
# exist, the request will fail with a `BadRequest` error.
|
|
4052
|
+
#
|
|
4053
|
+
# * If `FileAccessAuditLogLevel` and `FileShareAccessAuditLogLevel`
|
|
4054
|
+
# are both set to `DISABLED`, you cannot specify a destination in
|
|
4055
|
+
# `AuditLogDestination`.
|
|
4056
|
+
# @return [String]
|
|
4057
|
+
#
|
|
4058
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/WindowsAuditLogCreateConfiguration AWS API Documentation
|
|
4059
|
+
#
|
|
4060
|
+
class WindowsAuditLogCreateConfiguration < Struct.new(
|
|
4061
|
+
:file_access_audit_log_level,
|
|
4062
|
+
:file_share_access_audit_log_level,
|
|
4063
|
+
:audit_log_destination)
|
|
3820
4064
|
SENSITIVE = []
|
|
3821
4065
|
include Aws::Structure
|
|
3822
4066
|
end
|
|
@@ -3957,6 +4201,12 @@ module Aws::FSx
|
|
|
3957
4201
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
|
3958
4202
|
# @return [Array<Types::Alias>]
|
|
3959
4203
|
#
|
|
4204
|
+
# @!attribute [rw] audit_log_configuration
|
|
4205
|
+
# The configuration that Amazon FSx for Windows File Server uses to
|
|
4206
|
+
# audit and log user accesses of files, folders, and file shares on
|
|
4207
|
+
# the Amazon FSx for Windows File Server file system.
|
|
4208
|
+
# @return [Types::WindowsAuditLogConfiguration]
|
|
4209
|
+
#
|
|
3960
4210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/WindowsFileSystemConfiguration AWS API Documentation
|
|
3961
4211
|
#
|
|
3962
4212
|
class WindowsFileSystemConfiguration < Struct.new(
|
|
@@ -3972,7 +4222,8 @@ module Aws::FSx
|
|
|
3972
4222
|
:daily_automatic_backup_start_time,
|
|
3973
4223
|
:automatic_backup_retention_days,
|
|
3974
4224
|
:copy_tags_to_backups,
|
|
3975
|
-
:aliases
|
|
4225
|
+
:aliases,
|
|
4226
|
+
:audit_log_configuration)
|
|
3976
4227
|
SENSITIVE = []
|
|
3977
4228
|
include Aws::Structure
|
|
3978
4229
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-fsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.40.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: 2021-
|
|
11
|
+
date: 2021-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.119.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.119.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - Amazon FSx
|