aws-sdk-fsx 1.23.0 → 1.24.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: 35a08d5df02a7748e692caf8abc5bff80ff73602f5563c3c8d65177859ddf985
4
- data.tar.gz: 5026ead238928b681f67672bba66e0de638832dc64a7b40578e8892e6a1aac29
3
+ metadata.gz: 600acceb0e74ef1e4f0d9468c9a3a514a7fa7d636b5e2c093c1413ba700e9f97
4
+ data.tar.gz: 3bc1d142ac0cac9982e4f88867afb47219090d215857bd3b95433a9986777105
5
5
  SHA512:
6
- metadata.gz: 51a586a044a2b1f44eff751a7ddb69130c201e644904d6f8748133bf3aff069c80904cb0e163d345597bed76a37e2c3d61ad7f751decafb2b88c1830967afc25
7
- data.tar.gz: c5a11096e94d33f2980ea50d2c74e870b09e16eb2d8b5ea33d4f07dbb84f757d2353c6dd8be71badc5dfa4f19f7df5b1b6eab2d900d97c62d28d9c1ebe959e73
6
+ metadata.gz: 39b6271f085a3bfb9045a968154a352fb80212bc4eaea2e7dc815c38b772f4c320e105f9908b772fb3f8decc0f263edd68d873c165a2f779636209daa6a6e22b
7
+ data.tar.gz: ac4255fc2bbc8b7b393ae97234284ae256cf18c3567da81f40300739279e2ef3363fdf86dffc26f7c82ceb219cca3fcc50986fd55f8faad0bb600044efd383bc
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-fsx/customizations'
47
47
  # @service
48
48
  module Aws::FSx
49
49
 
50
- GEM_VERSION = '1.23.0'
50
+ GEM_VERSION = '1.24.0'
51
51
 
52
52
  end
@@ -478,8 +478,8 @@ module Aws::FSx
478
478
  # client_request_token: "ClientRequestToken",
479
479
  # tags: [
480
480
  # {
481
- # key: "TagKey",
482
- # value: "TagValue",
481
+ # key: "TagKey", # required
482
+ # value: "TagValue", # required
483
483
  # },
484
484
  # ],
485
485
  # })
@@ -535,9 +535,12 @@ module Aws::FSx
535
535
  # resp.backup.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
536
536
  # resp.backup.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
537
537
  # resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
538
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
538
539
  # resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
539
540
  # resp.backup.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
540
541
  # resp.backup.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
542
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
543
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
541
544
  # resp.backup.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
542
545
  # resp.backup.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
543
546
  # resp.backup.file_system.lustre_configuration.mount_name #=> String
@@ -637,8 +640,8 @@ module Aws::FSx
637
640
  # client_request_token: "ClientRequestToken",
638
641
  # tags: [
639
642
  # {
640
- # key: "TagKey",
641
- # value: "TagValue",
643
+ # key: "TagKey", # required
644
+ # value: "TagValue", # required
642
645
  # },
643
646
  # ],
644
647
  # })
@@ -877,8 +880,8 @@ module Aws::FSx
877
880
  # security_group_ids: ["SecurityGroupId"],
878
881
  # tags: [
879
882
  # {
880
- # key: "TagKey",
881
- # value: "TagValue",
883
+ # key: "TagKey", # required
884
+ # value: "TagValue", # required
882
885
  # },
883
886
  # ],
884
887
  # kms_key_id: "KmsKeyId",
@@ -906,6 +909,7 @@ module Aws::FSx
906
909
  # export_path: "ArchivePath",
907
910
  # imported_file_chunk_size: 1,
908
911
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
912
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
909
913
  # per_unit_storage_throughput: 1,
910
914
  # daily_automatic_backup_start_time: "DailyTime",
911
915
  # automatic_backup_retention_days: 1,
@@ -953,9 +957,12 @@ module Aws::FSx
953
957
  # resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
954
958
  # resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
955
959
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
960
+ # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
956
961
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
957
962
  # resp.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
958
963
  # resp.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
964
+ # resp.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
965
+ # resp.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
959
966
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
960
967
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
961
968
  # resp.file_system.lustre_configuration.mount_name #=> String
@@ -1148,8 +1155,8 @@ module Aws::FSx
1148
1155
  # security_group_ids: ["SecurityGroupId"],
1149
1156
  # tags: [
1150
1157
  # {
1151
- # key: "TagKey",
1152
- # value: "TagValue",
1158
+ # key: "TagKey", # required
1159
+ # value: "TagValue", # required
1153
1160
  # },
1154
1161
  # ],
1155
1162
  # windows_configuration: {
@@ -1176,6 +1183,7 @@ module Aws::FSx
1176
1183
  # export_path: "ArchivePath",
1177
1184
  # imported_file_chunk_size: 1,
1178
1185
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
1186
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
1179
1187
  # per_unit_storage_throughput: 1,
1180
1188
  # daily_automatic_backup_start_time: "DailyTime",
1181
1189
  # automatic_backup_retention_days: 1,
@@ -1224,9 +1232,12 @@ module Aws::FSx
1224
1232
  # resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
1225
1233
  # resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
1226
1234
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
1235
+ # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1227
1236
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
1228
1237
  # resp.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
1229
1238
  # resp.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
1239
+ # resp.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
1240
+ # resp.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
1230
1241
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1231
1242
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
1232
1243
  # resp.file_system.lustre_configuration.mount_name #=> String
@@ -1386,8 +1397,8 @@ module Aws::FSx
1386
1397
  # skip_final_backup: false,
1387
1398
  # final_backup_tags: [
1388
1399
  # {
1389
- # key: "TagKey",
1390
- # value: "TagValue",
1400
+ # key: "TagKey", # required
1401
+ # value: "TagValue", # required
1391
1402
  # },
1392
1403
  # ],
1393
1404
  # },
@@ -1395,8 +1406,8 @@ module Aws::FSx
1395
1406
  # skip_final_backup: false,
1396
1407
  # final_backup_tags: [
1397
1408
  # {
1398
- # key: "TagKey",
1399
- # value: "TagValue",
1409
+ # key: "TagKey", # required
1410
+ # value: "TagValue", # required
1400
1411
  # },
1401
1412
  # ],
1402
1413
  # },
@@ -1581,9 +1592,12 @@ module Aws::FSx
1581
1592
  # resp.backups[0].file_system.windows_configuration.automatic_backup_retention_days #=> Integer
1582
1593
  # resp.backups[0].file_system.windows_configuration.copy_tags_to_backups #=> Boolean
1583
1594
  # resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
1595
+ # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1584
1596
  # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
1585
1597
  # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.export_path #=> String
1586
1598
  # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
1599
+ # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
1600
+ # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
1587
1601
  # resp.backups[0].file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1588
1602
  # resp.backups[0].file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
1589
1603
  # resp.backups[0].file_system.lustre_configuration.mount_name #=> String
@@ -1844,9 +1858,12 @@ module Aws::FSx
1844
1858
  # resp.file_systems[0].windows_configuration.automatic_backup_retention_days #=> Integer
1845
1859
  # resp.file_systems[0].windows_configuration.copy_tags_to_backups #=> Boolean
1846
1860
  # resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
1861
+ # resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1847
1862
  # resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
1848
1863
  # resp.file_systems[0].lustre_configuration.data_repository_configuration.export_path #=> String
1849
1864
  # resp.file_systems[0].lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
1865
+ # resp.file_systems[0].lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
1866
+ # resp.file_systems[0].lustre_configuration.data_repository_configuration.failure_details.message #=> String
1850
1867
  # resp.file_systems[0].lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1851
1868
  # resp.file_systems[0].lustre_configuration.per_unit_storage_throughput #=> Integer
1852
1869
  # resp.file_systems[0].lustre_configuration.mount_name #=> String
@@ -1991,8 +2008,8 @@ module Aws::FSx
1991
2008
  # resource_arn: "ResourceARN", # required
1992
2009
  # tags: [ # required
1993
2010
  # {
1994
- # key: "TagKey",
1995
- # value: "TagValue",
2011
+ # key: "TagKey", # required
2012
+ # value: "TagValue", # required
1996
2013
  # },
1997
2014
  # ],
1998
2015
  # })
@@ -2167,6 +2184,7 @@ module Aws::FSx
2167
2184
  # weekly_maintenance_start_time: "WeeklyTime",
2168
2185
  # daily_automatic_backup_start_time: "DailyTime",
2169
2186
  # automatic_backup_retention_days: 1,
2187
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2170
2188
  # },
2171
2189
  # })
2172
2190
  #
@@ -2210,9 +2228,12 @@ module Aws::FSx
2210
2228
  # resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
2211
2229
  # resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
2212
2230
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
2231
+ # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
2213
2232
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
2214
2233
  # resp.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
2215
2234
  # resp.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
2235
+ # resp.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
2236
+ # resp.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
2216
2237
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
2217
2238
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
2218
2239
  # resp.file_system.lustre_configuration.mount_name #=> String
@@ -2249,7 +2270,7 @@ module Aws::FSx
2249
2270
  params: params,
2250
2271
  config: config)
2251
2272
  context[:gem_name] = 'aws-sdk-fsx'
2252
- context[:gem_version] = '1.23.0'
2273
+ context[:gem_version] = '1.24.0'
2253
2274
  Seahorse::Client::Request.new(handlers, context)
2254
2275
  end
2255
2276
 
@@ -23,6 +23,7 @@ module Aws::FSx
23
23
  AdministrativeActionType = Shapes::StringShape.new(name: 'AdministrativeActionType')
24
24
  AdministrativeActions = Shapes::ListShape.new(name: 'AdministrativeActions')
25
25
  ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
26
+ AutoImportPolicyType = Shapes::StringShape.new(name: 'AutoImportPolicyType')
26
27
  AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
27
28
  Backup = Shapes::StructureShape.new(name: 'Backup')
28
29
  BackupFailureDetails = Shapes::StructureShape.new(name: 'BackupFailureDetails')
@@ -53,6 +54,8 @@ module Aws::FSx
53
54
  DNSName = Shapes::StringShape.new(name: 'DNSName')
54
55
  DailyTime = Shapes::StringShape.new(name: 'DailyTime')
55
56
  DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'DataRepositoryConfiguration')
57
+ DataRepositoryFailureDetails = Shapes::StructureShape.new(name: 'DataRepositoryFailureDetails')
58
+ DataRepositoryLifecycle = Shapes::StringShape.new(name: 'DataRepositoryLifecycle')
56
59
  DataRepositoryTask = Shapes::StructureShape.new(name: 'DataRepositoryTask')
57
60
  DataRepositoryTaskEnded = Shapes::StructureShape.new(name: 'DataRepositoryTaskEnded')
58
61
  DataRepositoryTaskExecuting = Shapes::StructureShape.new(name: 'DataRepositoryTaskExecuting')
@@ -280,6 +283,7 @@ module Aws::FSx
280
283
  CreateFileSystemLustreConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
281
284
  CreateFileSystemLustreConfiguration.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
282
285
  CreateFileSystemLustreConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: LustreDeploymentType, location_name: "DeploymentType"))
286
+ CreateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
283
287
  CreateFileSystemLustreConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
284
288
  CreateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
285
289
  CreateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -312,11 +316,17 @@ module Aws::FSx
312
316
  CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
313
317
  CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
314
318
 
319
+ DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
315
320
  DataRepositoryConfiguration.add_member(:import_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ImportPath"))
316
321
  DataRepositoryConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
317
322
  DataRepositoryConfiguration.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
323
+ DataRepositoryConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
324
+ DataRepositoryConfiguration.add_member(:failure_details, Shapes::ShapeRef.new(shape: DataRepositoryFailureDetails, location_name: "FailureDetails"))
318
325
  DataRepositoryConfiguration.struct_class = Types::DataRepositoryConfiguration
319
326
 
327
+ DataRepositoryFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
328
+ DataRepositoryFailureDetails.struct_class = Types::DataRepositoryFailureDetails
329
+
320
330
  DataRepositoryTask.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "TaskId"))
321
331
  DataRepositoryTask.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryTaskLifecycle, required: true, location_name: "Lifecycle"))
322
332
  DataRepositoryTask.add_member(:type, Shapes::ShapeRef.new(shape: DataRepositoryTaskType, required: true, location_name: "Type"))
@@ -554,8 +564,8 @@ module Aws::FSx
554
564
 
555
565
  SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
556
566
 
557
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
558
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
567
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
568
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
559
569
  Tag.struct_class = Types::Tag
560
570
 
561
571
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -582,6 +592,7 @@ module Aws::FSx
582
592
  UpdateFileSystemLustreConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
583
593
  UpdateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
584
594
  UpdateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
595
+ UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
585
596
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
586
597
 
587
598
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -423,8 +423,8 @@ module Aws::FSx
423
423
  # client_request_token: "ClientRequestToken",
424
424
  # tags: [
425
425
  # {
426
- # key: "TagKey",
427
- # value: "TagValue",
426
+ # key: "TagKey", # required
427
+ # value: "TagValue", # required
428
428
  # },
429
429
  # ],
430
430
  # }
@@ -491,8 +491,8 @@ module Aws::FSx
491
491
  # client_request_token: "ClientRequestToken",
492
492
  # tags: [
493
493
  # {
494
- # key: "TagKey",
495
- # value: "TagValue",
494
+ # key: "TagKey", # required
495
+ # value: "TagValue", # required
496
496
  # },
497
497
  # ],
498
498
  # }
@@ -578,8 +578,8 @@ module Aws::FSx
578
578
  # security_group_ids: ["SecurityGroupId"],
579
579
  # tags: [
580
580
  # {
581
- # key: "TagKey",
582
- # value: "TagValue",
581
+ # key: "TagKey", # required
582
+ # value: "TagValue", # required
583
583
  # },
584
584
  # ],
585
585
  # windows_configuration: {
@@ -606,6 +606,7 @@ module Aws::FSx
606
606
  # export_path: "ArchivePath",
607
607
  # imported_file_chunk_size: 1,
608
608
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
609
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
609
610
  # per_unit_storage_throughput: 1,
610
611
  # daily_automatic_backup_start_time: "DailyTime",
611
612
  # automatic_backup_retention_days: 1,
@@ -726,6 +727,7 @@ module Aws::FSx
726
727
  # export_path: "ArchivePath",
727
728
  # imported_file_chunk_size: 1,
728
729
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
730
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
729
731
  # per_unit_storage_throughput: 1,
730
732
  # daily_automatic_backup_start_time: "DailyTime",
731
733
  # automatic_backup_retention_days: 1,
@@ -812,6 +814,31 @@ module Aws::FSx
812
814
  # [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html
813
815
  # @return [String]
814
816
  #
817
+ # @!attribute [rw] auto_import_policy
818
+ # Use this property to turn the Autoimport feature on and off.
819
+ # AutoImport enables your FSx for Lustre file system to automatically
820
+ # update its contents with changes that have been made to its linked
821
+ # Amazon S3 data repository. You can set the policy to have one the
822
+ # following values:
823
+ #
824
+ # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
825
+ # repository will not be reflected on the FSx file system.
826
+ #
827
+ # * `NEW` - Autoimport is turned on; only new files in the linked S3
828
+ # repository will be imported to the FSx file system. Updates to
829
+ # existing files and deleted files will not be imported to the FSx
830
+ # file system.
831
+ #
832
+ # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
833
+ # existing files in the linked S3 repository will be imported to the
834
+ # FSx file system. Files deleted in S3 are not deleted in the FSx
835
+ # file system.
836
+ #
837
+ # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
838
+ # changes to existing files, and deleted files in the linked S3
839
+ # repository will be imported to the FSx file system.
840
+ # @return [String]
841
+ #
815
842
  # @!attribute [rw] per_unit_storage_throughput
816
843
  # Required for the `PERSISTENT_1` deployment type, describes the
817
844
  # amount of read and write throughput for each 1 tebibyte of storage,
@@ -856,6 +883,7 @@ module Aws::FSx
856
883
  :export_path,
857
884
  :imported_file_chunk_size,
858
885
  :deployment_type,
886
+ :auto_import_policy,
859
887
  :per_unit_storage_throughput,
860
888
  :daily_automatic_backup_start_time,
861
889
  :automatic_backup_retention_days,
@@ -878,8 +906,8 @@ module Aws::FSx
878
906
  # security_group_ids: ["SecurityGroupId"],
879
907
  # tags: [
880
908
  # {
881
- # key: "TagKey",
882
- # value: "TagValue",
909
+ # key: "TagKey", # required
910
+ # value: "TagValue", # required
883
911
  # },
884
912
  # ],
885
913
  # kms_key_id: "KmsKeyId",
@@ -907,6 +935,7 @@ module Aws::FSx
907
935
  # export_path: "ArchivePath",
908
936
  # imported_file_chunk_size: 1,
909
937
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
938
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
910
939
  # per_unit_storage_throughput: 1,
911
940
  # daily_automatic_backup_start_time: "DailyTime",
912
941
  # automatic_backup_retention_days: 1,
@@ -1171,6 +1200,22 @@ module Aws::FSx
1171
1200
  # The data repository configuration object for Lustre file systems
1172
1201
  # returned in the response of the `CreateFileSystem` operation.
1173
1202
  #
1203
+ # @!attribute [rw] lifecycle
1204
+ # Describes the state of the file system's S3 durable data
1205
+ # repository, if it is configured with an S3 repository. The lifecycle
1206
+ # can have the following values:
1207
+ #
1208
+ # * `CREATING` - Amazon FSx is creating the new data repository.
1209
+ #
1210
+ # * `AVAILABLE` - The data repository is available for use.
1211
+ #
1212
+ # * `MISCONFIGURED` - The data repository is in a failed but
1213
+ # recoverable state.
1214
+ #
1215
+ # * `UPDATING` - The data repository is undergoing a customer
1216
+ # initiated update.
1217
+ # @return [String]
1218
+ #
1174
1219
  # @!attribute [rw] import_path
1175
1220
  # The import path to the Amazon S3 bucket (and optional prefix) that
1176
1221
  # you're using as the data repository for your FSx for Lustre file
@@ -1196,12 +1241,59 @@ module Aws::FSx
1196
1241
  # TB.
1197
1242
  # @return [Integer]
1198
1243
  #
1244
+ # @!attribute [rw] auto_import_policy
1245
+ # Describes the data repository's `AutoImportPolicy`. AutoImport
1246
+ # enables your FSx for Lustre file system to automatically update its
1247
+ # contents with changes that have been made to its linked Amazon S3
1248
+ # data repository. The policy can have the following values:
1249
+ #
1250
+ # * `NONE` - (Default) Autoimport is turned off, Changes to your S3
1251
+ # repository will not be reflected on the FSx file system.
1252
+ #
1253
+ # * `NEW` - Autoimport is turned on; only new files in the linked S3
1254
+ # repository will be imported to the FSx file system. Updates to
1255
+ # existing files and deleted files will not be imported to the FSx
1256
+ # file system.
1257
+ #
1258
+ # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
1259
+ # existing files in the linked S3 repository will be imported to the
1260
+ # FSx file system. Files deleted in S3 are not deleted in the FSx
1261
+ # file system.
1262
+ #
1263
+ # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
1264
+ # changes to existing files, and deleted files in the linked S3
1265
+ # repository will be imported to the FSx file system.
1266
+ # @return [String]
1267
+ #
1268
+ # @!attribute [rw] failure_details
1269
+ # Provides detailed information about the data respository if its
1270
+ # `Lifecycle` is set to `MISCONFIGURED`.
1271
+ # @return [Types::DataRepositoryFailureDetails]
1272
+ #
1199
1273
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryConfiguration AWS API Documentation
1200
1274
  #
1201
1275
  class DataRepositoryConfiguration < Struct.new(
1276
+ :lifecycle,
1202
1277
  :import_path,
1203
1278
  :export_path,
1204
- :imported_file_chunk_size)
1279
+ :imported_file_chunk_size,
1280
+ :auto_import_policy,
1281
+ :failure_details)
1282
+ SENSITIVE = []
1283
+ include Aws::Structure
1284
+ end
1285
+
1286
+ # Provides detailed information about the data respository if its
1287
+ # `Lifecycle` is set to `MISCONFIGURED`.
1288
+ #
1289
+ # @!attribute [rw] message
1290
+ # A detailed error message.
1291
+ # @return [String]
1292
+ #
1293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryFailureDetails AWS API Documentation
1294
+ #
1295
+ class DataRepositoryFailureDetails < Struct.new(
1296
+ :message)
1205
1297
  SENSITIVE = []
1206
1298
  include Aws::Structure
1207
1299
  end
@@ -1529,8 +1621,8 @@ module Aws::FSx
1529
1621
  # skip_final_backup: false,
1530
1622
  # final_backup_tags: [
1531
1623
  # {
1532
- # key: "TagKey",
1533
- # value: "TagValue",
1624
+ # key: "TagKey", # required
1625
+ # value: "TagValue", # required
1534
1626
  # },
1535
1627
  # ],
1536
1628
  # }
@@ -1591,8 +1683,8 @@ module Aws::FSx
1591
1683
  # skip_final_backup: false,
1592
1684
  # final_backup_tags: [
1593
1685
  # {
1594
- # key: "TagKey",
1595
- # value: "TagValue",
1686
+ # key: "TagKey", # required
1687
+ # value: "TagValue", # required
1596
1688
  # },
1597
1689
  # ],
1598
1690
  # },
@@ -1600,8 +1692,8 @@ module Aws::FSx
1600
1692
  # skip_final_backup: false,
1601
1693
  # final_backup_tags: [
1602
1694
  # {
1603
- # key: "TagKey",
1604
- # value: "TagValue",
1695
+ # key: "TagKey", # required
1696
+ # value: "TagValue", # required
1605
1697
  # },
1606
1698
  # ],
1607
1699
  # },
@@ -1683,8 +1775,8 @@ module Aws::FSx
1683
1775
  # skip_final_backup: false,
1684
1776
  # final_backup_tags: [
1685
1777
  # {
1686
- # key: "TagKey",
1687
- # value: "TagValue",
1778
+ # key: "TagKey", # required
1779
+ # value: "TagValue", # required
1688
1780
  # },
1689
1781
  # ],
1690
1782
  # }
@@ -2701,8 +2793,8 @@ module Aws::FSx
2701
2793
  # data as a hash:
2702
2794
  #
2703
2795
  # {
2704
- # key: "TagKey",
2705
- # value: "TagValue",
2796
+ # key: "TagKey", # required
2797
+ # value: "TagValue", # required
2706
2798
  # }
2707
2799
  #
2708
2800
  # @!attribute [rw] key
@@ -2735,8 +2827,8 @@ module Aws::FSx
2735
2827
  # resource_arn: "ResourceARN", # required
2736
2828
  # tags: [ # required
2737
2829
  # {
2738
- # key: "TagKey",
2739
- # value: "TagValue",
2830
+ # key: "TagKey", # required
2831
+ # value: "TagValue", # required
2740
2832
  # },
2741
2833
  # ],
2742
2834
  # }
@@ -2825,6 +2917,7 @@ module Aws::FSx
2825
2917
  # weekly_maintenance_start_time: "WeeklyTime",
2826
2918
  # daily_automatic_backup_start_time: "DailyTime",
2827
2919
  # automatic_backup_retention_days: 1,
2920
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2828
2921
  # }
2829
2922
  #
2830
2923
  # @!attribute [rw] weekly_maintenance_start_time
@@ -2845,12 +2938,38 @@ module Aws::FSx
2845
2938
  # maximum of 35 days. The default is 0.
2846
2939
  # @return [Integer]
2847
2940
  #
2941
+ # @!attribute [rw] auto_import_policy
2942
+ # Use this property to turn the Autoimport feature on and off.
2943
+ # AutoImport enables your FSx for Lustre file system to automatically
2944
+ # update its contents with changes that have been made to its linked
2945
+ # Amazon S3 data repository. You can set the policy to have one the
2946
+ # following values:
2947
+ #
2948
+ # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
2949
+ # repository will not be reflected on the FSx file system.
2950
+ #
2951
+ # * `NEW` - Autoimport is turned on; only new files in the linked S3
2952
+ # repository will be imported to the FSx file system. Updates to
2953
+ # existing files and deleted files will not be imported to the FSx
2954
+ # file system.
2955
+ #
2956
+ # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
2957
+ # existing files in the linked S3 repository will be imported to the
2958
+ # FSx file system. Files deleted in S3 are not deleted in the FSx
2959
+ # file system.
2960
+ #
2961
+ # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
2962
+ # changes to existing files, and deleted files in the linked S3
2963
+ # repository will be imported to the FSx file system.
2964
+ # @return [String]
2965
+ #
2848
2966
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
2849
2967
  #
2850
2968
  class UpdateFileSystemLustreConfiguration < Struct.new(
2851
2969
  :weekly_maintenance_start_time,
2852
2970
  :daily_automatic_backup_start_time,
2853
- :automatic_backup_retention_days)
2971
+ :automatic_backup_retention_days,
2972
+ :auto_import_policy)
2854
2973
  SENSITIVE = []
2855
2974
  include Aws::Structure
2856
2975
  end
@@ -2879,6 +2998,7 @@ module Aws::FSx
2879
2998
  # weekly_maintenance_start_time: "WeeklyTime",
2880
2999
  # daily_automatic_backup_start_time: "DailyTime",
2881
3000
  # automatic_backup_retention_days: 1,
3001
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2882
3002
  # },
2883
3003
  # }
2884
3004
  #
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.23.0
4
+ version: 1.24.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: 2020-06-24 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core