|
1527 | 1527 | "type":"boolean",
|
1528 | 1528 | "box":true
|
1529 | 1529 | },
|
| 1530 | + "BucketOwnerAccountId":{ |
| 1531 | + "type":"string", |
| 1532 | + "max":12, |
| 1533 | + "min":12, |
| 1534 | + "pattern":"^[0-9]{12}$" |
| 1535 | + }, |
1530 | 1536 | "ChunkingConfiguration":{
|
1531 | 1537 | "type":"structure",
|
1532 | 1538 | "required":["chunkingStrategy"],
|
|
1754 | 1760 | "documentation":"<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
|
1755 | 1761 | "idempotencyToken":true
|
1756 | 1762 | },
|
| 1763 | + "dataDeletionPolicy":{ |
| 1764 | + "shape":"DataDeletionPolicy", |
| 1765 | + "documentation":"<p>The deletion policy for the requested data source</p>" |
| 1766 | + }, |
1757 | 1767 | "dataSourceConfiguration":{
|
1758 | 1768 | "shape":"DataSourceConfiguration",
|
1759 | 1769 | "documentation":"<p>Contains metadata about where the data source is stored.</p>"
|
|
1853 | 1863 | "type":"string",
|
1854 | 1864 | "enum":["RETURN_CONTROL"]
|
1855 | 1865 | },
|
| 1866 | + "DataDeletionPolicy":{ |
| 1867 | + "type":"string", |
| 1868 | + "enum":[ |
| 1869 | + "RETAIN", |
| 1870 | + "DELETE" |
| 1871 | + ] |
| 1872 | + }, |
1856 | 1873 | "DataSource":{
|
1857 | 1874 | "type":"structure",
|
1858 | 1875 | "required":[
|
|
1869 | 1886 | "shape":"DateTimestamp",
|
1870 | 1887 | "documentation":"<p>The time at which the data source was created.</p>"
|
1871 | 1888 | },
|
| 1889 | + "dataDeletionPolicy":{ |
| 1890 | + "shape":"DataDeletionPolicy", |
| 1891 | + "documentation":"<p>The deletion policy for the data source.</p>" |
| 1892 | + }, |
1872 | 1893 | "dataSourceConfiguration":{
|
1873 | 1894 | "shape":"DataSourceConfiguration",
|
1874 | 1895 | "documentation":"<p>Contains details about how the data source is stored.</p>"
|
|
1881 | 1902 | "shape":"Description",
|
1882 | 1903 | "documentation":"<p>The description of the data source.</p>"
|
1883 | 1904 | },
|
| 1905 | + "failureReasons":{ |
| 1906 | + "shape":"FailureReasons", |
| 1907 | + "documentation":"<p>The details of the failure reasons related to the data source.</p>" |
| 1908 | + }, |
1884 | 1909 | "knowledgeBaseId":{
|
1885 | 1910 | "shape":"Id",
|
1886 | 1911 | "documentation":"<p>The unique identifier of the knowledge base to which the data source belongs.</p>"
|
|
1927 | 1952 | "type":"string",
|
1928 | 1953 | "enum":[
|
1929 | 1954 | "AVAILABLE",
|
1930 |
| - "DELETING" |
| 1955 | + "DELETING", |
| 1956 | + "DELETE_UNSUCCESSFUL" |
1931 | 1957 | ]
|
1932 | 1958 | },
|
1933 | 1959 | "DataSourceSummaries":{
|
|
2968 | 2994 | "ACTIVE",
|
2969 | 2995 | "DELETING",
|
2970 | 2996 | "UPDATING",
|
2971 |
| - "FAILED" |
| 2997 | + "FAILED", |
| 2998 | + "DELETE_UNSUCCESSFUL" |
2972 | 2999 | ]
|
2973 | 3000 | },
|
2974 | 3001 | "KnowledgeBaseStorageType":{
|
|
3815 | 3842 | "shape":"S3BucketArn",
|
3816 | 3843 | "documentation":"<p>The Amazon Resource Name (ARN) of the bucket that contains the data source.</p>"
|
3817 | 3844 | },
|
| 3845 | + "bucketOwnerAccountId":{ |
| 3846 | + "shape":"BucketOwnerAccountId", |
| 3847 | + "documentation":"<p>The account ID for the owner of the S3 bucket.</p>" |
| 3848 | + }, |
3818 | 3849 | "inclusionPrefixes":{
|
3819 | 3850 | "shape":"S3Prefixes",
|
3820 | 3851 | "documentation":"<p>A list of S3 prefixes that define the object containing the data sources. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html\">Organizing objects using prefixes</a>.</p>"
|
|
4310 | 4341 | "name"
|
4311 | 4342 | ],
|
4312 | 4343 | "members":{
|
| 4344 | + "dataDeletionPolicy":{ |
| 4345 | + "shape":"DataDeletionPolicy", |
| 4346 | + "documentation":"<p>The data deletion policy of the updated data source.</p>" |
| 4347 | + }, |
4313 | 4348 | "dataSourceConfiguration":{
|
4314 | 4349 | "shape":"DataSourceConfiguration",
|
4315 | 4350 | "documentation":"<p>Contains details about the storage configuration of the data source.</p>"
|
|
0 commit comments