|
331 | 331 | "min":3, |
332 | 332 | "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$" |
333 | 333 | }, |
| 334 | + "AutoImportPolicyType":{ |
| 335 | + "type":"string", |
| 336 | + "enum":[ |
| 337 | + "NONE", |
| 338 | + "NEW", |
| 339 | + "NEW_CHANGED" |
| 340 | + ] |
| 341 | + }, |
334 | 342 | "AutomaticBackupRetentionDays":{ |
335 | 343 | "type":"integer", |
336 | 344 | "max":35, |
|
533 | 541 | "ExportPath":{"shape":"ArchivePath"}, |
534 | 542 | "ImportedFileChunkSize":{"shape":"Megabytes"}, |
535 | 543 | "DeploymentType":{"shape":"LustreDeploymentType"}, |
| 544 | + "AutoImportPolicy":{"shape":"AutoImportPolicyType"}, |
536 | 545 | "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"}, |
537 | 546 | "DailyAutomaticBackupStartTime":{"shape":"DailyTime"}, |
538 | 547 | "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}, |
|
599 | 608 | "DataRepositoryConfiguration":{ |
600 | 609 | "type":"structure", |
601 | 610 | "members":{ |
| 611 | + "Lifecycle":{"shape":"DataRepositoryLifecycle"}, |
602 | 612 | "ImportPath":{"shape":"ArchivePath"}, |
603 | 613 | "ExportPath":{"shape":"ArchivePath"}, |
604 | | - "ImportedFileChunkSize":{"shape":"Megabytes"} |
| 614 | + "ImportedFileChunkSize":{"shape":"Megabytes"}, |
| 615 | + "AutoImportPolicy":{"shape":"AutoImportPolicyType"}, |
| 616 | + "FailureDetails":{"shape":"DataRepositoryFailureDetails"} |
| 617 | + } |
| 618 | + }, |
| 619 | + "DataRepositoryFailureDetails":{ |
| 620 | + "type":"structure", |
| 621 | + "members":{ |
| 622 | + "Message":{"shape":"ErrorMessage"} |
605 | 623 | } |
606 | 624 | }, |
| 625 | + "DataRepositoryLifecycle":{ |
| 626 | + "type":"string", |
| 627 | + "enum":[ |
| 628 | + "CREATING", |
| 629 | + "AVAILABLE", |
| 630 | + "MISCONFIGURED", |
| 631 | + "UPDATING", |
| 632 | + "DELETING" |
| 633 | + ] |
| 634 | + }, |
607 | 635 | "DataRepositoryTask":{ |
608 | 636 | "type":"structure", |
609 | 637 | "required":[ |
|
1298 | 1326 | "SucceededCount":{"type":"long"}, |
1299 | 1327 | "Tag":{ |
1300 | 1328 | "type":"structure", |
| 1329 | + "required":[ |
| 1330 | + "Key", |
| 1331 | + "Value" |
| 1332 | + ], |
1301 | 1333 | "members":{ |
1302 | 1334 | "Key":{"shape":"TagKey"}, |
1303 | 1335 | "Value":{"shape":"TagValue"} |
|
1383 | 1415 | "members":{ |
1384 | 1416 | "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"}, |
1385 | 1417 | "DailyAutomaticBackupStartTime":{"shape":"DailyTime"}, |
1386 | | - "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"} |
| 1418 | + "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}, |
| 1419 | + "AutoImportPolicy":{"shape":"AutoImportPolicyType"} |
1387 | 1420 | } |
1388 | 1421 | }, |
1389 | 1422 | "UpdateFileSystemRequest":{ |
|
0 commit comments