|
1426 | 1426 | "members":{
|
1427 | 1427 | "domainId":{
|
1428 | 1428 | "shape":"DomainId",
|
1429 |
| - "documentation":"<p>The unique identifier of the Cases domain. </p>", |
| 1429 | + "documentation":"<p>The unique identifier of the Cases domain.</p>", |
1430 | 1430 | "location":"uri",
|
1431 | 1431 | "locationName":"domainId"
|
1432 | 1432 | },
|
1433 | 1433 | "fieldId":{
|
1434 | 1434 | "shape":"FieldId",
|
1435 |
| - "documentation":"<p>The unique identifier of a field.</p>", |
| 1435 | + "documentation":"<p>Unique identifier of the field.</p>", |
1436 | 1436 | "location":"uri",
|
1437 | 1437 | "locationName":"fieldId"
|
1438 | 1438 | }
|
|
1452 | 1452 | "members":{
|
1453 | 1453 | "domainId":{
|
1454 | 1454 | "shape":"DomainId",
|
1455 |
| - "documentation":"<p>The unique identifier of the Cases domain. </p>", |
| 1455 | + "documentation":"<p>The unique identifier of the Cases domain.</p>", |
1456 | 1456 | "location":"uri",
|
1457 | 1457 | "locationName":"domainId"
|
1458 | 1458 | },
|
|
1478 | 1478 | "members":{
|
1479 | 1479 | "domainId":{
|
1480 | 1480 | "shape":"DomainId",
|
1481 |
| - "documentation":"<p>The unique identifier of the Cases domain. </p>", |
| 1481 | + "documentation":"<p>The unique identifier of the Cases domain.</p>", |
1482 | 1482 | "location":"uri",
|
1483 | 1483 | "locationName":"domainId"
|
1484 | 1484 | },
|
|
1872 | 1872 | "max":1500,
|
1873 | 1873 | "min":0
|
1874 | 1874 | },
|
| 1875 | + "FileArn":{ |
| 1876 | + "type":"string", |
| 1877 | + "max":500, |
| 1878 | + "min":1 |
| 1879 | + }, |
| 1880 | + "FileContent":{ |
| 1881 | + "type":"structure", |
| 1882 | + "required":["fileArn"], |
| 1883 | + "members":{ |
| 1884 | + "fileArn":{ |
| 1885 | + "shape":"FileArn", |
| 1886 | + "documentation":"<p>The Amazon Resource Name (ARN) of a File in Amazon Connect.</p>" |
| 1887 | + } |
| 1888 | + }, |
| 1889 | + "documentation":"<p>An object that represents a content of an Amazon Connect file object.</p>" |
| 1890 | + }, |
| 1891 | + "FileFilter":{ |
| 1892 | + "type":"structure", |
| 1893 | + "members":{ |
| 1894 | + "fileArn":{ |
| 1895 | + "shape":"FileArn", |
| 1896 | + "documentation":"<p>The Amazon Resource Name (ARN) of the file.</p>" |
| 1897 | + } |
| 1898 | + }, |
| 1899 | + "documentation":"<p>A filter for related items of type <code>File</code>.</p>" |
| 1900 | + }, |
1875 | 1901 | "GetCaseAuditEventsRequest":{
|
1876 | 1902 | "type":"structure",
|
1877 | 1903 | "required":[
|
|
2076 | 2102 | "members":{
|
2077 | 2103 | "createdTime":{
|
2078 | 2104 | "shape":"CreatedTime",
|
2079 |
| - "documentation":"<p>The timestamp for when the resource was created.</p>" |
| 2105 | + "documentation":"<p>Timestamp at which the resource was created.</p>" |
2080 | 2106 | },
|
2081 | 2107 | "deleted":{
|
2082 | 2108 | "shape":"Deleted",
|
2083 |
| - "documentation":"<p>Indicates whether the resource has been deleted.</p>" |
| 2109 | + "documentation":"<p>Denotes whether or not the resource has been deleted.</p>" |
2084 | 2110 | },
|
2085 | 2111 | "description":{
|
2086 | 2112 | "shape":"FieldDescription",
|
|
2096 | 2122 | },
|
2097 | 2123 | "lastModifiedTime":{
|
2098 | 2124 | "shape":"LastModifiedTime",
|
2099 |
| - "documentation":"<p>The timestamp for when the resource was created or last modified.</p>" |
| 2125 | + "documentation":"<p>Timestamp at which the resource was created or last modified.</p>" |
2100 | 2126 | },
|
2101 | 2127 | "name":{
|
2102 | 2128 | "shape":"FieldName",
|
|
2153 | 2179 | },
|
2154 | 2180 | "createdTime":{
|
2155 | 2181 | "shape":"CreatedTime",
|
2156 |
| - "documentation":"<p>The timestamp for when the resource was created.</p>" |
| 2182 | + "documentation":"<p>Timestamp at which the resource was created.</p>" |
2157 | 2183 | },
|
2158 | 2184 | "deleted":{
|
2159 | 2185 | "shape":"Deleted",
|
2160 |
| - "documentation":"<p>Indicates whether the resource has been deleted.</p>" |
| 2186 | + "documentation":"<p>Denotes whether or not the resource has been deleted.</p>" |
2161 | 2187 | },
|
2162 | 2188 | "lastModifiedTime":{
|
2163 | 2189 | "shape":"LastModifiedTime",
|
2164 |
| - "documentation":"<p>The timestamp for when the resource was created or last modified.</p>" |
| 2190 | + "documentation":"<p>Timestamp at which the resource was created or last modified.</p>" |
2165 | 2191 | },
|
2166 | 2192 | "layoutArn":{
|
2167 | 2193 | "shape":"LayoutArn",
|
|
2213 | 2239 | "members":{
|
2214 | 2240 | "createdTime":{
|
2215 | 2241 | "shape":"CreatedTime",
|
2216 |
| - "documentation":"<p>The timestamp for when the resource was created.</p>" |
| 2242 | + "documentation":"<p>Timestamp at which the resource was created.</p>" |
2217 | 2243 | },
|
2218 | 2244 | "deleted":{
|
2219 | 2245 | "shape":"Deleted",
|
2220 |
| - "documentation":"<p>Indicates whether the resource has been deleted.</p>" |
| 2246 | + "documentation":"<p>Denotes whether or not the resource has been deleted.</p>" |
2221 | 2247 | },
|
2222 | 2248 | "description":{
|
2223 | 2249 | "shape":"TemplateDescription",
|
2224 | 2250 | "documentation":"<p>A brief description of the template.</p>"
|
2225 | 2251 | },
|
2226 | 2252 | "lastModifiedTime":{
|
2227 | 2253 | "shape":"LastModifiedTime",
|
2228 |
| - "documentation":"<p>The timestamp for when the resource was created or last modified.</p>" |
| 2254 | + "documentation":"<p>Timestamp at which the resource was created or last modified.</p>" |
2229 | 2255 | },
|
2230 | 2256 | "layoutConfiguration":{
|
2231 | 2257 | "shape":"LayoutConfiguration",
|
|
2712 | 2738 | "contact":{
|
2713 | 2739 | "shape":"ContactContent",
|
2714 | 2740 | "documentation":"<p>Represents the content of a contact to be returned to agents.</p>"
|
| 2741 | + }, |
| 2742 | + "file":{ |
| 2743 | + "shape":"FileContent", |
| 2744 | + "documentation":"<p>Represents the content of a File to be returned to agents.</p>" |
2715 | 2745 | }
|
2716 | 2746 | },
|
2717 | 2747 | "documentation":"<p>Represents the content of a particular type of related item.</p>",
|
|
2743 | 2773 | "contact":{
|
2744 | 2774 | "shape":"Contact",
|
2745 | 2775 | "documentation":"<p>Object representing a contact in Amazon Connect as an API request field.</p>"
|
| 2776 | + }, |
| 2777 | + "file":{ |
| 2778 | + "shape":"FileContent", |
| 2779 | + "documentation":"<p>A file of related items.</p>" |
2746 | 2780 | }
|
2747 | 2781 | },
|
2748 | 2782 | "documentation":"<p>Represents the content of a related item to be created.</p>",
|
|
2752 | 2786 | "type":"string",
|
2753 | 2787 | "enum":[
|
2754 | 2788 | "Contact",
|
2755 |
| - "Comment" |
| 2789 | + "Comment", |
| 2790 | + "File" |
2756 | 2791 | ]
|
2757 | 2792 | },
|
2758 | 2793 | "RelatedItemTypeFilter":{
|
|
2765 | 2800 | "contact":{
|
2766 | 2801 | "shape":"ContactFilter",
|
2767 | 2802 | "documentation":"<p>A filter for related items of type <code>Contact</code>.</p>"
|
| 2803 | + }, |
| 2804 | + "file":{ |
| 2805 | + "shape":"FileFilter", |
| 2806 | + "documentation":"<p>A filter for related items of this type of <code>File</code>.</p>" |
2768 | 2807 | }
|
2769 | 2808 | },
|
2770 | 2809 | "documentation":"<p>The list of types of related items and their parameters to use for filtering.</p>",
|
|
0 commit comments