aws-sdk-fsx 1.54.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 325ff1628ba5e914abed4d6f121188871c7b0c9afea8e21695b9680226d60c0b
4
- data.tar.gz: 6b90b51af37aa7d6483f8c7582cbc9b2456970387c1265c1c7ef08b312aa981e
3
+ metadata.gz: 7033f967d0f3843866ceff1767852e58dad02a0063765bad429404d1c6de563b
4
+ data.tar.gz: 7ae042ce6bedd722e6fa7772053ac71db99c7fd4f4efca385a8107127ba3d91b
5
5
  SHA512:
6
- metadata.gz: c8d5747ca95c91d3f08703b6b3c2332f8ace9a02cb29a386802eaf09439cfd3149825539de856b214391a30a79bf550c29a8be26b3630b3b5416d27b4ec935e3
7
- data.tar.gz: 1f049efb1623bf7d109075c31e8c1f407ec16be0da59b6e03697b263be4c8b3cf385bbe07b917b1083efc7ad634910e354861041358bfb1eb0d5ea089b2fb485
6
+ metadata.gz: 121c4e23ef41a6fffe787c233f33d63662912e135d1be57e158bd47ea77db5c7cf5dcc84ec550d5bcbc9fc211702f0f6e73204e8ea372e482189102b7ebe237a
7
+ data.tar.gz: 0a02b54b07b9c98db3aeb22f52c01e145bc91a9587a442585099a7d37d08c61f5bc3fb12cf2fdd2a23872988794b5a4b24410d9b2a8c715eb1bfa78a41a7687b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2022-07-29)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon FSx
8
+
9
+ 1.56.0 (2022-05-25)
10
+ ------------------
11
+
12
+ * Feature - This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.
13
+
14
+ 1.55.0 (2022-04-13)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
18
+
4
19
  1.54.0 (2022-04-05)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.57.0
@@ -711,6 +711,9 @@ module Aws::FSx
711
711
  # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
712
712
  # resp.backup.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
713
713
  # resp.backup.file_system.lustre_configuration.log_configuration.destination #=> String
714
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
715
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
716
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
714
717
  # resp.backup.file_system.administrative_actions #=> Array
715
718
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
716
719
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -773,7 +776,7 @@ module Aws::FSx
773
776
  # resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
774
777
  # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
775
778
  # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
776
- # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
779
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
777
780
  # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
778
781
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
779
782
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -893,10 +896,13 @@ module Aws::FSx
893
896
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
894
897
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
895
898
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
899
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
900
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
901
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
896
902
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
897
903
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
898
904
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
899
- # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
905
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
900
906
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
901
907
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
902
908
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -1181,6 +1187,9 @@ module Aws::FSx
1181
1187
  # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1182
1188
  # resp.backup.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
1183
1189
  # resp.backup.file_system.lustre_configuration.log_configuration.destination #=> String
1190
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
1191
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1192
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1184
1193
  # resp.backup.file_system.administrative_actions #=> Array
1185
1194
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
1186
1195
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1243,7 +1252,7 @@ module Aws::FSx
1243
1252
  # resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
1244
1253
  # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
1245
1254
  # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
1246
- # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1255
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
1247
1256
  # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
1248
1257
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
1249
1258
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -1363,10 +1372,13 @@ module Aws::FSx
1363
1372
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1364
1373
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
1365
1374
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
1375
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
1376
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1377
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1366
1378
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1367
1379
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1368
1380
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
1369
- # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1381
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
1370
1382
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
1371
1383
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
1372
1384
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -1596,13 +1608,21 @@ module Aws::FSx
1596
1608
  # Specifies the type of data repository task to create.
1597
1609
  #
1598
1610
  # @option params [Array<String>] :paths
1599
- # (Optional) The path or paths on the Amazon FSx file system to use when
1600
- # the data repository task is processed. The default path is the file
1601
- # system root directory. The paths you provide need to be relative to
1602
- # the mount point of the file system. If the mount point is `/mnt/fsx`
1603
- # and `/mnt/fsx/path1` is a directory or file on the file system you
1604
- # want to export, then the path to provide is `path1`. If a path that
1605
- # you provide isn't valid, the task fails.
1611
+ # A list of paths for the data repository task to use when the task is
1612
+ # processed. If a path that you provide isn't valid, the task fails.
1613
+ #
1614
+ # * For export tasks, the list contains paths on the Amazon FSx file
1615
+ # system from which the files are exported to the Amazon S3 bucket.
1616
+ # The default path is the file system root directory. The paths you
1617
+ # provide need to be relative to the mount point of the file system.
1618
+ # If the mount point is `/mnt/fsx` and `/mnt/fsx/path1` is a directory
1619
+ # or file on the file system you want to export, then the path to
1620
+ # provide is `path1`.
1621
+ #
1622
+ # * For import tasks, the list contains paths in the Amazon S3 bucket
1623
+ # from which POSIX metadata changes are imported to the Amazon FSx
1624
+ # file system. The path can be an S3 bucket or prefix in the format
1625
+ # `s3://myBucket/myPrefix` (where `myPrefix` is optional).
1606
1626
  #
1607
1627
  # @option params [required, String] :file_system_id
1608
1628
  # The globally unique ID of the file system, assigned by Amazon FSx.
@@ -2053,11 +2073,15 @@ module Aws::FSx
2053
2073
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2054
2074
  # destination: "GeneralARN",
2055
2075
  # },
2076
+ # root_squash_configuration: {
2077
+ # root_squash: "LustreRootSquash",
2078
+ # no_squash_nids: ["LustreNoSquashNid"],
2079
+ # },
2056
2080
  # },
2057
2081
  # ontap_configuration: {
2058
2082
  # automatic_backup_retention_days: 1,
2059
2083
  # daily_automatic_backup_start_time: "DailyTime",
2060
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
2084
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2061
2085
  # endpoint_ip_address_range: "IpAddressRange",
2062
2086
  # fsx_admin_password: "AdminPassword",
2063
2087
  # disk_iops_configuration: {
@@ -2170,6 +2194,9 @@ module Aws::FSx
2170
2194
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2171
2195
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2172
2196
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
2197
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
2198
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2199
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2173
2200
  # resp.file_system.administrative_actions #=> Array
2174
2201
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
2175
2202
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2232,7 +2259,7 @@ module Aws::FSx
2232
2259
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
2233
2260
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
2234
2261
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
2235
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2262
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2236
2263
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
2237
2264
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
2238
2265
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -2540,6 +2567,10 @@ module Aws::FSx
2540
2567
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2541
2568
  # destination: "GeneralARN",
2542
2569
  # },
2570
+ # root_squash_configuration: {
2571
+ # root_squash: "LustreRootSquash",
2572
+ # no_squash_nids: ["LustreNoSquashNid"],
2573
+ # },
2543
2574
  # },
2544
2575
  # storage_type: "SSD", # accepts SSD, HDD
2545
2576
  # kms_key_id: "KmsKeyId",
@@ -2644,6 +2675,9 @@ module Aws::FSx
2644
2675
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2645
2676
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2646
2677
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
2678
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
2679
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2680
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2647
2681
  # resp.file_system.administrative_actions #=> Array
2648
2682
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
2649
2683
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2706,7 +2740,7 @@ module Aws::FSx
2706
2740
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
2707
2741
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
2708
2742
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
2709
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2743
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2710
2744
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
2711
2745
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
2712
2746
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -2887,10 +2921,13 @@ module Aws::FSx
2887
2921
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2888
2922
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2889
2923
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
2924
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
2925
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2926
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2890
2927
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
2891
2928
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
2892
2929
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
2893
- # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2930
+ # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2894
2931
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
2895
2932
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
2896
2933
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -3267,10 +3304,13 @@ module Aws::FSx
3267
3304
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
3268
3305
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
3269
3306
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
3307
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
3308
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3309
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3270
3310
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3271
3311
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3272
3312
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
3273
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3313
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
3274
3314
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
3275
3315
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
3276
3316
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -3481,10 +3521,13 @@ module Aws::FSx
3481
3521
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
3482
3522
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
3483
3523
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
3524
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
3525
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3526
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3484
3527
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3485
3528
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3486
3529
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
3487
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3530
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
3488
3531
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
3489
3532
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
3490
3533
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4142,6 +4185,9 @@ module Aws::FSx
4142
4185
  # resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4143
4186
  # resp.backups[0].file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4144
4187
  # resp.backups[0].file_system.lustre_configuration.log_configuration.destination #=> String
4188
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
4189
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4190
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4145
4191
  # resp.backups[0].file_system.administrative_actions #=> Array
4146
4192
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
4147
4193
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -4204,7 +4250,7 @@ module Aws::FSx
4204
4250
  # resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
4205
4251
  # resp.backups[0].file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
4206
4252
  # resp.backups[0].file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
4207
- # resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4253
+ # resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4208
4254
  # resp.backups[0].file_system.ontap_configuration.endpoint_ip_address_range #=> String
4209
4255
  # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
4210
4256
  # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4324,10 +4370,13 @@ module Aws::FSx
4324
4370
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4325
4371
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4326
4372
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
4373
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
4374
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4375
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4327
4376
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4328
4377
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4329
4378
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
4330
- # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4379
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4331
4380
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
4332
4381
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
4333
4382
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4809,6 +4858,9 @@ module Aws::FSx
4809
4858
  # resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4810
4859
  # resp.file_systems[0].lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4811
4860
  # resp.file_systems[0].lustre_configuration.log_configuration.destination #=> String
4861
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.root_squash #=> String
4862
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4863
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4812
4864
  # resp.file_systems[0].administrative_actions #=> Array
4813
4865
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
4814
4866
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -4871,7 +4923,7 @@ module Aws::FSx
4871
4923
  # resp.file_systems[0].administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
4872
4924
  # resp.file_systems[0].ontap_configuration.automatic_backup_retention_days #=> Integer
4873
4925
  # resp.file_systems[0].ontap_configuration.daily_automatic_backup_start_time #=> String
4874
- # resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4926
+ # resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4875
4927
  # resp.file_systems[0].ontap_configuration.endpoint_ip_address_range #=> String
4876
4928
  # resp.file_systems[0].ontap_configuration.endpoints.intercluster.dns_name #=> String
4877
4929
  # resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5053,10 +5105,13 @@ module Aws::FSx
5053
5105
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5054
5106
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5055
5107
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
5108
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
5109
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5110
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5056
5111
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5057
5112
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5058
5113
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
5059
- # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5114
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5060
5115
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
5061
5116
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
5062
5117
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5354,10 +5409,13 @@ module Aws::FSx
5354
5409
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5355
5410
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5356
5411
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
5412
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
5413
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5414
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5357
5415
  # resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5358
5416
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5359
5417
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
5360
- # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5418
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5361
5419
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
5362
5420
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
5363
5421
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5484,8 +5542,7 @@ module Aws::FSx
5484
5542
  req.send_request(options)
5485
5543
  end
5486
5544
 
5487
- # Lists tags for an Amazon FSx file systems and backups in the case of
5488
- # Amazon FSx for Windows File Server.
5545
+ # Lists tags for Amazon FSx resources.
5489
5546
  #
5490
5547
  # When retrieving all tags, you can optionally specify the `MaxResults`
5491
5548
  # parameter to limit the number of tags in a response. If more tags
@@ -5661,6 +5718,9 @@ module Aws::FSx
5661
5718
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5662
5719
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5663
5720
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
5721
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
5722
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5723
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5664
5724
  # resp.file_system.administrative_actions #=> Array
5665
5725
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
5666
5726
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -5723,7 +5783,7 @@ module Aws::FSx
5723
5783
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
5724
5784
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
5725
5785
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
5726
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5786
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5727
5787
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
5728
5788
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
5729
5789
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6022,6 +6082,8 @@ module Aws::FSx
6022
6082
  #
6023
6083
  # * `DataCompressionType`
6024
6084
  #
6085
+ # * `LustreRootSquashConfiguration`
6086
+ #
6025
6087
  # * `StorageCapacity`
6026
6088
  #
6027
6089
  # * `WeeklyMaintenanceStartTime`
@@ -6212,6 +6274,10 @@ module Aws::FSx
6212
6274
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
6213
6275
  # destination: "GeneralARN",
6214
6276
  # },
6277
+ # root_squash_configuration: {
6278
+ # root_squash: "LustreRootSquash",
6279
+ # no_squash_nids: ["LustreNoSquashNid"],
6280
+ # },
6215
6281
  # },
6216
6282
  # ontap_configuration: {
6217
6283
  # automatic_backup_retention_days: 1,
@@ -6300,6 +6366,9 @@ module Aws::FSx
6300
6366
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6301
6367
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6302
6368
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
6369
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
6370
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6371
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6303
6372
  # resp.file_system.administrative_actions #=> Array
6304
6373
  # 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", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS"
6305
6374
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -6362,7 +6431,7 @@ module Aws::FSx
6362
6431
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
6363
6432
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
6364
6433
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
6365
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6434
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6366
6435
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
6367
6436
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
6368
6437
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6505,10 +6574,13 @@ module Aws::FSx
6505
6574
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6506
6575
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6507
6576
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
6577
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6578
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6579
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6508
6580
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6509
6581
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6510
6582
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
6511
- # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6583
+ # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6512
6584
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
6513
6585
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
6514
6586
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6836,10 +6908,13 @@ module Aws::FSx
6836
6908
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6837
6909
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6838
6910
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
6911
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6912
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6913
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6839
6914
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6840
6915
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6841
6916
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
6842
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6917
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6843
6918
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
6844
6919
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
6845
6920
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6920,7 +6995,7 @@ module Aws::FSx
6920
6995
  params: params,
6921
6996
  config: config)
6922
6997
  context[:gem_name] = 'aws-sdk-fsx'
6923
- context[:gem_version] = '1.54.0'
6998
+ context[:gem_version] = '1.57.0'
6924
6999
  Seahorse::Client::Request.new(handlers, context)
6925
7000
  end
6926
7001
 
@@ -217,6 +217,10 @@ module Aws::FSx
217
217
  LustreFileSystemMountName = Shapes::StringShape.new(name: 'LustreFileSystemMountName')
218
218
  LustreLogConfiguration = Shapes::StructureShape.new(name: 'LustreLogConfiguration')
219
219
  LustreLogCreateConfiguration = Shapes::StructureShape.new(name: 'LustreLogCreateConfiguration')
220
+ LustreNoSquashNid = Shapes::StringShape.new(name: 'LustreNoSquashNid')
221
+ LustreNoSquashNids = Shapes::ListShape.new(name: 'LustreNoSquashNids')
222
+ LustreRootSquash = Shapes::StringShape.new(name: 'LustreRootSquash')
223
+ LustreRootSquashConfiguration = Shapes::StructureShape.new(name: 'LustreRootSquashConfiguration')
220
224
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
221
225
  Megabytes = Shapes::IntegerShape.new(name: 'Megabytes')
222
226
  MegabytesPerSecond = Shapes::IntegerShape.new(name: 'MegabytesPerSecond')
@@ -549,6 +553,7 @@ module Aws::FSx
549
553
  CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
550
554
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
551
555
  CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
556
+ CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
552
557
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
553
558
 
554
559
  CreateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -1057,6 +1062,7 @@ module Aws::FSx
1057
1062
  LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
1058
1063
  LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1059
1064
  LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
1065
+ LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1060
1066
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
1061
1067
 
1062
1068
  LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
@@ -1067,6 +1073,12 @@ module Aws::FSx
1067
1073
  LustreLogCreateConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "Destination"))
1068
1074
  LustreLogCreateConfiguration.struct_class = Types::LustreLogCreateConfiguration
1069
1075
 
1076
+ LustreNoSquashNids.member = Shapes::ShapeRef.new(shape: LustreNoSquashNid)
1077
+
1078
+ LustreRootSquashConfiguration.add_member(:root_squash, Shapes::ShapeRef.new(shape: LustreRootSquash, location_name: "RootSquash"))
1079
+ LustreRootSquashConfiguration.add_member(:no_squash_nids, Shapes::ShapeRef.new(shape: LustreNoSquashNids, location_name: "NoSquashNids"))
1080
+ LustreRootSquashConfiguration.struct_class = Types::LustreRootSquashConfiguration
1081
+
1070
1082
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1071
1083
  MissingFileSystemConfiguration.struct_class = Types::MissingFileSystemConfiguration
1072
1084
 
@@ -1340,6 +1352,7 @@ module Aws::FSx
1340
1352
  UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
1341
1353
  UpdateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1342
1354
  UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
1355
+ UpdateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1343
1356
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
1344
1357
 
1345
1358
  UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -1087,13 +1087,21 @@ module Aws::FSx
1087
1087
  # @return [String]
1088
1088
  #
1089
1089
  # @!attribute [rw] paths
1090
- # (Optional) The path or paths on the Amazon FSx file system to use
1091
- # when the data repository task is processed. The default path is the
1092
- # file system root directory. The paths you provide need to be
1093
- # relative to the mount point of the file system. If the mount point
1094
- # is `/mnt/fsx` and `/mnt/fsx/path1` is a directory or file on the
1095
- # file system you want to export, then the path to provide is `path1`.
1096
- # If a path that you provide isn't valid, the task fails.
1090
+ # A list of paths for the data repository task to use when the task is
1091
+ # processed. If a path that you provide isn't valid, the task fails.
1092
+ #
1093
+ # * For export tasks, the list contains paths on the Amazon FSx file
1094
+ # system from which the files are exported to the Amazon S3 bucket.
1095
+ # The default path is the file system root directory. The paths you
1096
+ # provide need to be relative to the mount point of the file system.
1097
+ # If the mount point is `/mnt/fsx` and `/mnt/fsx/path1` is a
1098
+ # directory or file on the file system you want to export, then the
1099
+ # path to provide is `path1`.
1100
+ #
1101
+ # * For import tasks, the list contains paths in the Amazon S3 bucket
1102
+ # from which POSIX metadata changes are imported to the Amazon FSx
1103
+ # file system. The path can be an S3 bucket or prefix in the format
1104
+ # `s3://myBucket/myPrefix` (where `myPrefix` is optional).
1097
1105
  # @return [Array<String>]
1098
1106
  #
1099
1107
  # @!attribute [rw] file_system_id
@@ -1208,6 +1216,10 @@ module Aws::FSx
1208
1216
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1209
1217
  # destination: "GeneralARN",
1210
1218
  # },
1219
+ # root_squash_configuration: {
1220
+ # root_squash: "LustreRootSquash",
1221
+ # no_squash_nids: ["LustreNoSquashNid"],
1222
+ # },
1211
1223
  # },
1212
1224
  # storage_type: "SSD", # accepts SSD, HDD
1213
1225
  # kms_key_id: "KmsKeyId",
@@ -1447,6 +1459,10 @@ module Aws::FSx
1447
1459
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1448
1460
  # destination: "GeneralARN",
1449
1461
  # },
1462
+ # root_squash_configuration: {
1463
+ # root_squash: "LustreRootSquash",
1464
+ # no_squash_nids: ["LustreNoSquashNid"],
1465
+ # },
1450
1466
  # }
1451
1467
  #
1452
1468
  # @!attribute [rw] weekly_maintenance_start_time
@@ -1693,6 +1709,13 @@ module Aws::FSx
1693
1709
  # system to Amazon CloudWatch Logs.
1694
1710
  # @return [Types::LustreLogCreateConfiguration]
1695
1711
  #
1712
+ # @!attribute [rw] root_squash_configuration
1713
+ # The Lustre root squash configuration used when creating an Amazon
1714
+ # FSx for Lustre file system. When enabled, root squash restricts
1715
+ # root-level access from clients that try to access your file system
1716
+ # as a root user.
1717
+ # @return [Types::LustreRootSquashConfiguration]
1718
+ #
1696
1719
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
1697
1720
  #
1698
1721
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -1708,7 +1731,8 @@ module Aws::FSx
1708
1731
  :copy_tags_to_backups,
1709
1732
  :drive_cache_type,
1710
1733
  :data_compression_type,
1711
- :log_configuration)
1734
+ :log_configuration,
1735
+ :root_squash_configuration)
1712
1736
  SENSITIVE = []
1713
1737
  include Aws::Structure
1714
1738
  end
@@ -1722,7 +1746,7 @@ module Aws::FSx
1722
1746
  # {
1723
1747
  # automatic_backup_retention_days: 1,
1724
1748
  # daily_automatic_backup_start_time: "DailyTime",
1725
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
1749
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
1726
1750
  # endpoint_ip_address_range: "IpAddressRange",
1727
1751
  # fsx_admin_password: "AdminPassword",
1728
1752
  # disk_iops_configuration: {
@@ -1749,14 +1773,27 @@ module Aws::FSx
1749
1773
  #
1750
1774
  # @!attribute [rw] deployment_type
1751
1775
  # Specifies the FSx for ONTAP file system deployment type to use in
1752
- # creating the file system. `MULTI_AZ_1` is the supported ONTAP
1753
- # deployment type.
1776
+ # creating the file system.
1777
+ #
1778
+ # * `MULTI_AZ_1` - (Default) A high availability file system
1779
+ # configured for Multi-AZ redundancy to tolerate temporary
1780
+ # Availability Zone (AZ) unavailability.
1781
+ #
1782
+ # * `SINGLE_AZ_1` - A file system configured for Single-AZ redundancy.
1783
+ #
1784
+ # For information about the use cases for Multi-AZ and Single-AZ
1785
+ # deployments, refer to [Choosing a file system deployment type][1].
1786
+ #
1787
+ #
1788
+ #
1789
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-AZ.html
1754
1790
  # @return [String]
1755
1791
  #
1756
1792
  # @!attribute [rw] endpoint_ip_address_range
1757
- # Specifies the IP address range in which the endpoints to access your
1758
- # file system will be created. By default, Amazon FSx selects an
1759
- # unused IP address range for you from the 198.19.* range.
1793
+ # (Multi-AZ only) Specifies the IP address range in which the
1794
+ # endpoints to access your file system will be created. By default,
1795
+ # Amazon FSx selects an unused IP address range for you from the
1796
+ # 198.19.* range.
1760
1797
  #
1761
1798
  # The Endpoint IP address range you select for your file system must
1762
1799
  # exist outside the VPC's CIDR range and must be at least /30 or
@@ -1780,11 +1817,11 @@ module Aws::FSx
1780
1817
  # @return [String]
1781
1818
  #
1782
1819
  # @!attribute [rw] route_table_ids
1783
- # Specifies the virtual private cloud (VPC) route tables in which your
1784
- # file system's endpoints will be created. You should specify all VPC
1785
- # route tables associated with the subnets in which your clients are
1786
- # located. By default, Amazon FSx selects your VPC's default route
1787
- # table.
1820
+ # (Multi-AZ only) Specifies the virtual private cloud (VPC) route
1821
+ # tables in which your file system's endpoints will be created. You
1822
+ # should specify all VPC route tables associated with the subnets in
1823
+ # which your clients are located. By default, Amazon FSx selects your
1824
+ # VPC's default route table.
1788
1825
  # @return [Array<String>]
1789
1826
  #
1790
1827
  # @!attribute [rw] throughput_capacity
@@ -1887,13 +1924,13 @@ module Aws::FSx
1887
1924
  # @return [Boolean]
1888
1925
  #
1889
1926
  # @!attribute [rw] copy_tags_to_volumes
1890
- # A Boolean value indicating whether tags for the volume should be
1891
- # copied to snapshots. This value defaults to `false`. If it's set to
1892
- # `true`, all tags for the volume are copied to snapshots where the
1893
- # user doesn't specify tags. If this value is `true`, and you specify
1894
- # one or more tags, only the specified tags are copied to snapshots.
1895
- # If you specify one or more tags when creating the snapshot, no tags
1896
- # are copied from the volume, regardless of this value.
1927
+ # A Boolean value indicating whether tags for the file system should
1928
+ # be copied to volumes. This value defaults to `false`. If it's set
1929
+ # to `true`, all tags for the file system are copied to volumes where
1930
+ # the user doesn't specify tags. If this value is `true`, and you
1931
+ # specify one or more tags, only the specified tags are copied to
1932
+ # volumes. If you specify one or more tags when creating the volume,
1933
+ # no tags are copied from the file system, regardless of this value.
1897
1934
  # @return [Boolean]
1898
1935
  #
1899
1936
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2023,11 +2060,15 @@ module Aws::FSx
2023
2060
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2024
2061
  # destination: "GeneralARN",
2025
2062
  # },
2063
+ # root_squash_configuration: {
2064
+ # root_squash: "LustreRootSquash",
2065
+ # no_squash_nids: ["LustreNoSquashNid"],
2066
+ # },
2026
2067
  # },
2027
2068
  # ontap_configuration: {
2028
2069
  # automatic_backup_retention_days: 1,
2029
2070
  # daily_automatic_backup_start_time: "DailyTime",
2030
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
2071
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2031
2072
  # endpoint_ip_address_range: "IpAddressRange",
2032
2073
  # fsx_admin_password: "AdminPassword",
2033
2074
  # disk_iops_configuration: {
@@ -5625,8 +5666,8 @@ module Aws::FSx
5625
5666
  #
5626
5667
  # @!attribute [rw] weekly_maintenance_start_time
5627
5668
  # The preferred start time to perform weekly maintenance, formatted
5628
- # d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1
5629
- # through 7, beginning with Monday and ending with Sunday.
5669
+ # d:HH:MM in the UTC time zone. Here, `d` is the weekday number, from
5670
+ # 1 through 7, beginning with Monday and ending with Sunday.
5630
5671
  # @return [String]
5631
5672
  #
5632
5673
  # @!attribute [rw] data_repository_configuration
@@ -5741,6 +5782,12 @@ module Aws::FSx
5741
5782
  # log events for your file system to Amazon CloudWatch Logs.
5742
5783
  # @return [Types::LustreLogConfiguration]
5743
5784
  #
5785
+ # @!attribute [rw] root_squash_configuration
5786
+ # The Lustre root squash configuration for an Amazon FSx for Lustre
5787
+ # file system. When enabled, root squash restricts root-level access
5788
+ # from clients that try to access your file system as a root user.
5789
+ # @return [Types::LustreRootSquashConfiguration]
5790
+ #
5744
5791
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
5745
5792
  #
5746
5793
  class LustreFileSystemConfiguration < Struct.new(
@@ -5754,7 +5801,8 @@ module Aws::FSx
5754
5801
  :copy_tags_to_backups,
5755
5802
  :drive_cache_type,
5756
5803
  :data_compression_type,
5757
- :log_configuration)
5804
+ :log_configuration,
5805
+ :root_squash_configuration)
5758
5806
  SENSITIVE = []
5759
5807
  include Aws::Structure
5760
5808
  end
@@ -5872,6 +5920,68 @@ module Aws::FSx
5872
5920
  include Aws::Structure
5873
5921
  end
5874
5922
 
5923
+ # The configuration for Lustre root squash used to restrict root-level
5924
+ # access from clients that try to access your FSx for Lustre file system
5925
+ # as root. Use the `RootSquash` parameter to enable root squash. To
5926
+ # learn more about Lustre root squash, see [Lustre root squash][1].
5927
+ #
5928
+ # You can also use the `NoSquashNids` parameter to provide an array of
5929
+ # clients who are not affected by the root squash setting. These clients
5930
+ # will access the file system as root, with unrestricted privileges.
5931
+ #
5932
+ #
5933
+ #
5934
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html
5935
+ #
5936
+ # @note When making an API call, you may pass LustreRootSquashConfiguration
5937
+ # data as a hash:
5938
+ #
5939
+ # {
5940
+ # root_squash: "LustreRootSquash",
5941
+ # no_squash_nids: ["LustreNoSquashNid"],
5942
+ # }
5943
+ #
5944
+ # @!attribute [rw] root_squash
5945
+ # You enable root squash by setting a user ID (UID) and group ID (GID)
5946
+ # for the file system in the format `UID:GID` (for example,
5947
+ # `365534:65534`). The UID and GID values can range from `0` to
5948
+ # `4294967294`\:
5949
+ #
5950
+ # * A non-zero value for UID and GID enables root squash. The UID and
5951
+ # GID values can be different, but each must be a non-zero value.
5952
+ #
5953
+ # * A value of `0` (zero) for UID and GID indicates root, and
5954
+ # therefore disables root squash.
5955
+ #
5956
+ # When root squash is enabled, the user ID and group ID of a root user
5957
+ # accessing the file system are re-mapped to the UID and GID you
5958
+ # provide.
5959
+ # @return [String]
5960
+ #
5961
+ # @!attribute [rw] no_squash_nids
5962
+ # When root squash is enabled, you can optionally specify an array of
5963
+ # NIDs of clients for which root squash does not apply. A client NID
5964
+ # is a Lustre Network Identifier used to uniquely identify a client.
5965
+ # You can specify the NID as either a single address or a range of
5966
+ # addresses:
5967
+ #
5968
+ # * A single address is described in standard Lustre NID format by
5969
+ # specifying the client’s IP address followed by the Lustre network
5970
+ # ID (for example, `10.0.1.6@tcp`).
5971
+ #
5972
+ # * An address range is described using a dash to separate the range
5973
+ # (for example, `10.0.[2-10].[1-255]@tcp`).
5974
+ # @return [Array<String>]
5975
+ #
5976
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreRootSquashConfiguration AWS API Documentation
5977
+ #
5978
+ class LustreRootSquashConfiguration < Struct.new(
5979
+ :root_squash,
5980
+ :no_squash_nids)
5981
+ SENSITIVE = []
5982
+ include Aws::Structure
5983
+ end
5984
+
5875
5985
  # A file system configuration is required for this operation.
5876
5986
  #
5877
5987
  # @!attribute [rw] message
@@ -5936,12 +6046,27 @@ module Aws::FSx
5936
6046
  # @return [String]
5937
6047
  #
5938
6048
  # @!attribute [rw] deployment_type
5939
- # The ONTAP file system deployment type.
6049
+ # Specifies the FSx for ONTAP file system deployment type in use in
6050
+ # the file system.
6051
+ #
6052
+ # * `MULTI_AZ_1` - (Default) A high availability file system
6053
+ # configured for Multi-AZ redundancy to tolerate temporary
6054
+ # Availability Zone (AZ) unavailability.
6055
+ #
6056
+ # * `SINGLE_AZ_1` - A file system configured for Single-AZ redundancy.
6057
+ #
6058
+ # For information about the use cases for Multi-AZ and Single-AZ
6059
+ # deployments, refer to [Choosing Multi-AZ or Single-AZ file system
6060
+ # deployment][1].
6061
+ #
6062
+ #
6063
+ #
6064
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html
5940
6065
  # @return [String]
5941
6066
  #
5942
6067
  # @!attribute [rw] endpoint_ip_address_range
5943
- # The IP address range in which the endpoints to access your file
5944
- # system are created.
6068
+ # (Multi-AZ only) The IP address range in which the endpoints to
6069
+ # access your file system are created.
5945
6070
  #
5946
6071
  # The Endpoint IP address range you select for your file system must
5947
6072
  # exist outside the VPC's CIDR range and must be at least /30 or
@@ -5971,8 +6096,8 @@ module Aws::FSx
5971
6096
  # @return [String]
5972
6097
  #
5973
6098
  # @!attribute [rw] route_table_ids
5974
- # The VPC route tables in which your file system's endpoints are
5975
- # created.
6099
+ # (Multi-AZ only) The VPC route tables in which your file system's
6100
+ # endpoints are created.
5976
6101
  # @return [Array<String>]
5977
6102
  #
5978
6103
  # @!attribute [rw] throughput_capacity
@@ -7575,6 +7700,10 @@ module Aws::FSx
7575
7700
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
7576
7701
  # destination: "GeneralARN",
7577
7702
  # },
7703
+ # root_squash_configuration: {
7704
+ # root_squash: "LustreRootSquash",
7705
+ # no_squash_nids: ["LustreNoSquashNid"],
7706
+ # },
7578
7707
  # }
7579
7708
  #
7580
7709
  # @!attribute [rw] weekly_maintenance_start_time
@@ -7652,6 +7781,13 @@ module Aws::FSx
7652
7781
  # system to Amazon CloudWatch Logs.
7653
7782
  # @return [Types::LustreLogCreateConfiguration]
7654
7783
  #
7784
+ # @!attribute [rw] root_squash_configuration
7785
+ # The Lustre root squash configuration used when updating an Amazon
7786
+ # FSx for Lustre file system. When enabled, root squash restricts
7787
+ # root-level access from clients that try to access your file system
7788
+ # as a root user.
7789
+ # @return [Types::LustreRootSquashConfiguration]
7790
+ #
7655
7791
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
7656
7792
  #
7657
7793
  class UpdateFileSystemLustreConfiguration < Struct.new(
@@ -7660,7 +7796,8 @@ module Aws::FSx
7660
7796
  :automatic_backup_retention_days,
7661
7797
  :auto_import_policy,
7662
7798
  :data_compression_type,
7663
- :log_configuration)
7799
+ :log_configuration,
7800
+ :root_squash_configuration)
7664
7801
  SENSITIVE = []
7665
7802
  include Aws::Structure
7666
7803
  end
@@ -7876,6 +8013,10 @@ module Aws::FSx
7876
8013
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
7877
8014
  # destination: "GeneralARN",
7878
8015
  # },
8016
+ # root_squash_configuration: {
8017
+ # root_squash: "LustreRootSquash",
8018
+ # no_squash_nids: ["LustreNoSquashNid"],
8019
+ # },
7879
8020
  # },
7880
8021
  # ontap_configuration: {
7881
8022
  # automatic_backup_retention_days: 1,
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.57.0'
52
52
 
53
53
  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.54.0
4
+ version: 1.57.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: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core