|
664 | 664 | "ImportJobProperties": { |
665 | 665 | "target": "com.amazonaws.healthlake#ImportJobProperties", |
666 | 666 | "traits": { |
667 | | - "smithy.api#documentation": "<p>The properties of the Import job request, including the ID, ARN, name, and the status of the job.</p>", |
| 667 | + "smithy.api#documentation": "<p>The properties of the Import job request, including the ID, ARN, name, status of the job, and the progress report of the job.</p>", |
668 | 668 | "smithy.api#required": {} |
669 | 669 | } |
670 | 670 | } |
|
767 | 767 | } |
768 | 768 | } |
769 | 769 | }, |
| 770 | + "com.amazonaws.healthlake#GenericDouble": { |
| 771 | + "type": "double" |
| 772 | + }, |
| 773 | + "com.amazonaws.healthlake#GenericLong": { |
| 774 | + "type": "long" |
| 775 | + }, |
770 | 776 | "com.amazonaws.healthlake#HealthLake": { |
771 | 777 | "type": "service", |
772 | 778 | "version": "2017-07-01", |
|
1578 | 1584 | "JobOutputDataConfig": { |
1579 | 1585 | "target": "com.amazonaws.healthlake#OutputDataConfig" |
1580 | 1586 | }, |
| 1587 | + "JobProgressReport": { |
| 1588 | + "target": "com.amazonaws.healthlake#JobProgressReport", |
| 1589 | + "traits": { |
| 1590 | + "smithy.api#documentation": "<p>Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.</p>" |
| 1591 | + } |
| 1592 | + }, |
1581 | 1593 | "DataAccessRoleArn": { |
1582 | 1594 | "target": "com.amazonaws.healthlake#IamRoleArn", |
1583 | 1595 | "traits": { |
|
1592 | 1604 | } |
1593 | 1605 | }, |
1594 | 1606 | "traits": { |
1595 | | - "smithy.api#documentation": "<p>Displays the properties of the import job, including the ID, Arn, Name, and the status of the data store.</p>" |
| 1607 | + "smithy.api#documentation": "<p>Displays the properties of the import job, including the ID, Arn, Name, the status of the job, and the progress report of the job.</p>" |
1596 | 1608 | } |
1597 | 1609 | }, |
1598 | 1610 | "com.amazonaws.healthlake#ImportJobPropertiesList": { |
|
1648 | 1660 | "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" |
1649 | 1661 | } |
1650 | 1662 | }, |
| 1663 | + "com.amazonaws.healthlake#JobProgressReport": { |
| 1664 | + "type": "structure", |
| 1665 | + "members": { |
| 1666 | + "TotalNumberOfScannedFiles": { |
| 1667 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1668 | + "traits": { |
| 1669 | + "smithy.api#documentation": "<p>The number of files scanned from input S3 bucket.</p>" |
| 1670 | + } |
| 1671 | + }, |
| 1672 | + "TotalSizeOfScannedFilesInMB": { |
| 1673 | + "target": "com.amazonaws.healthlake#GenericDouble", |
| 1674 | + "traits": { |
| 1675 | + "smithy.api#documentation": "<p>The size (in MB) of the files scanned from the input S3 bucket.</p>" |
| 1676 | + } |
| 1677 | + }, |
| 1678 | + "TotalNumberOfImportedFiles": { |
| 1679 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1680 | + "traits": { |
| 1681 | + "smithy.api#documentation": "<p>The number of files imported so far.</p>" |
| 1682 | + } |
| 1683 | + }, |
| 1684 | + "TotalNumberOfResourcesScanned": { |
| 1685 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1686 | + "traits": { |
| 1687 | + "smithy.api#documentation": "<p>The number of resources scanned from the input S3 bucket.</p>" |
| 1688 | + } |
| 1689 | + }, |
| 1690 | + "TotalNumberOfResourcesImported": { |
| 1691 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1692 | + "traits": { |
| 1693 | + "smithy.api#documentation": "<p>The number of resources imported so far.</p>" |
| 1694 | + } |
| 1695 | + }, |
| 1696 | + "TotalNumberOfResourcesWithCustomerError": { |
| 1697 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1698 | + "traits": { |
| 1699 | + "smithy.api#documentation": "<p>The number of resources that failed due to customer error.</p>" |
| 1700 | + } |
| 1701 | + }, |
| 1702 | + "TotalNumberOfFilesReadWithCustomerError": { |
| 1703 | + "target": "com.amazonaws.healthlake#GenericLong", |
| 1704 | + "traits": { |
| 1705 | + "smithy.api#documentation": "<p>The number of files that failed to be read from the input S3 bucket due to customer error.</p>" |
| 1706 | + } |
| 1707 | + }, |
| 1708 | + "Throughput": { |
| 1709 | + "target": "com.amazonaws.healthlake#GenericDouble", |
| 1710 | + "traits": { |
| 1711 | + "smithy.api#documentation": "<p>The throughput (in MB/sec) of the import job.</p>" |
| 1712 | + } |
| 1713 | + } |
| 1714 | + }, |
| 1715 | + "traits": { |
| 1716 | + "smithy.api#documentation": "<p>The progress report of an import job.</p>" |
| 1717 | + } |
| 1718 | + }, |
1651 | 1719 | "com.amazonaws.healthlake#JobStatus": { |
1652 | 1720 | "type": "enum", |
1653 | 1721 | "members": { |
|
2010 | 2078 | "ImportJobPropertiesList": { |
2011 | 2079 | "target": "com.amazonaws.healthlake#ImportJobPropertiesList", |
2012 | 2080 | "traits": { |
2013 | | - "smithy.api#documentation": "<p>\n The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.\n </p>", |
| 2081 | + "smithy.api#documentation": "<p>\n The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report of the job.\n </p>", |
2014 | 2082 | "smithy.api#required": {} |
2015 | 2083 | } |
2016 | 2084 | }, |
|
0 commit comments