|
99 | 99 | {"shape":"ResourceNotFoundException"},
|
100 | 100 | {"shape":"AccessDeniedException"},
|
101 | 101 | {"shape":"ValidationException"},
|
102 |
| - {"shape":"InternalServerException"} |
| 102 | + {"shape":"InternalServerException"}, |
| 103 | + {"shape":"ThrottlingException"} |
103 | 104 | ]
|
104 | 105 | },
|
105 | 106 | "CreateAssessment":{
|
|
416 | 417 | {"shape":"InternalServerException"}
|
417 | 418 | ]
|
418 | 419 | },
|
| 420 | + "GetEvidenceFileUploadUrl":{ |
| 421 | + "name":"GetEvidenceFileUploadUrl", |
| 422 | + "http":{ |
| 423 | + "method":"GET", |
| 424 | + "requestUri":"/evidenceFileUploadUrl" |
| 425 | + }, |
| 426 | + "input":{"shape":"GetEvidenceFileUploadUrlRequest"}, |
| 427 | + "output":{"shape":"GetEvidenceFileUploadUrlResponse"}, |
| 428 | + "errors":[ |
| 429 | + {"shape":"ValidationException"}, |
| 430 | + {"shape":"AccessDeniedException"}, |
| 431 | + {"shape":"InternalServerException"}, |
| 432 | + {"shape":"ThrottlingException"} |
| 433 | + ] |
| 434 | + }, |
419 | 435 | "GetEvidenceFolder":{
|
420 | 436 | "name":"GetEvidenceFolder",
|
421 | 437 | "http":{
|
|
1806 | 1822 | "min":1,
|
1807 | 1823 | "pattern":"^[a-zA-Z0-9\\s-_()\\[\\]]+$"
|
1808 | 1824 | },
|
| 1825 | + "DefaultExportDestination":{ |
| 1826 | + "type":"structure", |
| 1827 | + "members":{ |
| 1828 | + "destinationType":{"shape":"ExportDestinationType"}, |
| 1829 | + "destination":{"shape":"S3Url"} |
| 1830 | + } |
| 1831 | + }, |
1809 | 1832 | "Delegation":{
|
1810 | 1833 | "type":"structure",
|
1811 | 1834 | "members":{
|
|
2117 | 2140 | "type":"list",
|
2118 | 2141 | "member":{"shape":"NonEmptyString"}
|
2119 | 2142 | },
|
| 2143 | + "ExportDestinationType":{ |
| 2144 | + "type":"string", |
| 2145 | + "enum":["S3"] |
| 2146 | + }, |
2120 | 2147 | "Filename":{
|
2121 | 2148 | "type":"string",
|
2122 | 2149 | "max":255,
|
|
2370 | 2397 | "nextToken":{"shape":"Token"}
|
2371 | 2398 | }
|
2372 | 2399 | },
|
| 2400 | + "GetEvidenceFileUploadUrlRequest":{ |
| 2401 | + "type":"structure", |
| 2402 | + "required":["fileName"], |
| 2403 | + "members":{ |
| 2404 | + "fileName":{ |
| 2405 | + "shape":"ManualEvidenceLocalFileName", |
| 2406 | + "location":"querystring", |
| 2407 | + "locationName":"fileName" |
| 2408 | + } |
| 2409 | + } |
| 2410 | + }, |
| 2411 | + "GetEvidenceFileUploadUrlResponse":{ |
| 2412 | + "type":"structure", |
| 2413 | + "members":{ |
| 2414 | + "evidenceFileName":{"shape":"NonEmptyString"}, |
| 2415 | + "uploadUrl":{"shape":"NonEmptyString"} |
| 2416 | + } |
| 2417 | + }, |
2373 | 2418 | "GetEvidenceFolderRequest":{
|
2374 | 2419 | "type":"structure",
|
2375 | 2420 | "required":[
|
|
2624 | 2669 | },
|
2625 | 2670 | "KeywordInputType":{
|
2626 | 2671 | "type":"string",
|
2627 |
| - "enum":["SELECT_FROM_LIST"] |
| 2672 | + "enum":[ |
| 2673 | + "SELECT_FROM_LIST", |
| 2674 | + "UPLOAD_FILE", |
| 2675 | + "INPUT_TEXT" |
| 2676 | + ] |
2628 | 2677 | },
|
2629 | 2678 | "KeywordValue":{
|
2630 | 2679 | "type":"string",
|
|
2969 | 3018 | "ManualEvidence":{
|
2970 | 3019 | "type":"structure",
|
2971 | 3020 | "members":{
|
2972 |
| - "s3ResourcePath":{"shape":"S3Url"} |
| 3021 | + "s3ResourcePath":{"shape":"S3Url"}, |
| 3022 | + "textResponse":{"shape":"ManualEvidenceTextResponse"}, |
| 3023 | + "evidenceFileName":{"shape":"ManualEvidenceLocalFileName"} |
2973 | 3024 | }
|
2974 | 3025 | },
|
2975 | 3026 | "ManualEvidenceList":{
|
|
2978 | 3029 | "max":50,
|
2979 | 3030 | "min":1
|
2980 | 3031 | },
|
| 3032 | + "ManualEvidenceLocalFileName":{ |
| 3033 | + "type":"string", |
| 3034 | + "max":300, |
| 3035 | + "min":1, |
| 3036 | + "pattern":"[^\\/]*" |
| 3037 | + }, |
| 3038 | + "ManualEvidenceTextResponse":{ |
| 3039 | + "type":"string", |
| 3040 | + "max":1000, |
| 3041 | + "min":1, |
| 3042 | + "pattern":"^[\\w\\W\\s\\S]*$" |
| 3043 | + }, |
2981 | 3044 | "MaxResults":{
|
2982 | 3045 | "type":"integer",
|
2983 | 3046 | "max":1000,
|
|
3153 | 3216 | "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
|
3154 | 3217 | "DEFAULT_PROCESS_OWNERS",
|
3155 | 3218 | "EVIDENCE_FINDER_ENABLEMENT",
|
3156 |
| - "DEREGISTRATION_POLICY" |
| 3219 | + "DEREGISTRATION_POLICY", |
| 3220 | + "DEFAULT_EXPORT_DESTINATION" |
3157 | 3221 | ]
|
3158 | 3222 | },
|
3159 | 3223 | "Settings":{
|
|
3165 | 3229 | "defaultProcessOwners":{"shape":"Roles"},
|
3166 | 3230 | "kmsKey":{"shape":"KmsKey"},
|
3167 | 3231 | "evidenceFinderEnablement":{"shape":"EvidenceFinderEnablement"},
|
3168 |
| - "deregistrationPolicy":{"shape":"DeregistrationPolicy"} |
| 3232 | + "deregistrationPolicy":{"shape":"DeregistrationPolicy"}, |
| 3233 | + "defaultExportDestination":{"shape":"DefaultExportDestination"} |
3169 | 3234 | }
|
3170 | 3235 | },
|
3171 | 3236 | "ShareRequestAction":{
|
|
3601 | 3666 | "defaultProcessOwners":{"shape":"Roles"},
|
3602 | 3667 | "kmsKey":{"shape":"KmsKey"},
|
3603 | 3668 | "evidenceFinderEnabled":{"shape":"Boolean"},
|
3604 |
| - "deregistrationPolicy":{"shape":"DeregistrationPolicy"} |
| 3669 | + "deregistrationPolicy":{"shape":"DeregistrationPolicy"}, |
| 3670 | + "defaultExportDestination":{"shape":"DefaultExportDestination"} |
3605 | 3671 | }
|
3606 | 3672 | },
|
3607 | 3673 | "UpdateSettingsResponse":{
|
|
0 commit comments