|
1110 | 1110 | "smithy.api#jsonName": "jobId"
|
1111 | 1111 | }
|
1112 | 1112 | },
|
| 1113 | + "originType": { |
| 1114 | + "target": "com.amazonaws.macie2#OriginType", |
| 1115 | + "traits": { |
| 1116 | + "smithy.api#documentation": "<p>Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job.</p>", |
| 1117 | + "smithy.api#jsonName": "originType" |
| 1118 | + } |
| 1119 | + }, |
1113 | 1120 | "result": {
|
1114 | 1121 | "target": "com.amazonaws.macie2#ClassificationResult",
|
1115 | 1122 | "traits": {
|
|
1119 | 1126 | }
|
1120 | 1127 | },
|
1121 | 1128 | "traits": {
|
1122 |
| - "smithy.api#documentation": "<p>Provides information about a sensitive data finding, including the classification job that produced the finding.</p>" |
| 1129 | + "smithy.api#documentation": "<p>Provides information about a sensitive data finding and the details of the finding.</p>" |
1123 | 1130 | }
|
1124 | 1131 | },
|
1125 | 1132 | "com.amazonaws.macie2#ClassificationExportConfiguration": {
|
|
4423 | 4430 | "findingIds": {
|
4424 | 4431 | "target": "com.amazonaws.macie2#__listOf__string",
|
4425 | 4432 | "traits": {
|
4426 |
| - "smithy.api#documentation": "<p>An array of strings that lists the unique identifiers for the findings to retrieve.</p>", |
| 4433 | + "smithy.api#documentation": "<p>An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.</p>", |
4427 | 4434 | "smithy.api#jsonName": "findingIds",
|
4428 | 4435 | "smithy.api#required": {}
|
4429 | 4436 | }
|
|
5262 | 5269 | "com.amazonaws.macie2#JobComparator": {
|
5263 | 5270 | "type": "string",
|
5264 | 5271 | "traits": {
|
5265 |
| - "smithy.api#documentation": "<p>The operator to use in a condition. Valid values are:</p>", |
| 5272 | + "smithy.api#documentation": "<p>The operator to use in a condition. Depending on the type of condition, possible values are:</p>", |
5266 | 5273 | "smithy.api#enum": [
|
5267 | 5274 | {
|
5268 | 5275 | "value": "EQ",
|
|
7009 | 7016 | ]
|
7010 | 7017 | }
|
7011 | 7018 | },
|
| 7019 | + "com.amazonaws.macie2#OriginType": { |
| 7020 | + "type": "string", |
| 7021 | + "traits": { |
| 7022 | + "smithy.api#documentation": "<p>Specifies how Amazon Macie found the sensitive data that produced a finding. The only possible value is:</p>", |
| 7023 | + "smithy.api#enum": [ |
| 7024 | + { |
| 7025 | + "value": "SENSITIVE_DATA_DISCOVERY_JOB", |
| 7026 | + "name": "SENSITIVE_DATA_DISCOVERY_JOB" |
| 7027 | + } |
| 7028 | + ] |
| 7029 | + } |
| 7030 | + }, |
7012 | 7031 | "com.amazonaws.macie2#Page": {
|
7013 | 7032 | "type": "structure",
|
7014 | 7033 | "members": {
|
|
7231 | 7250 | "type": "list",
|
7232 | 7251 | "member": {
|
7233 | 7252 | "target": "com.amazonaws.macie2#Range"
|
| 7253 | + }, |
| 7254 | + "traits": { |
| 7255 | + "smithy.api#documentation": "<p>Specifies the locations of occurrences of sensitive data in a non-binary text file.</p>" |
7234 | 7256 | }
|
7235 | 7257 | },
|
7236 | 7258 | "com.amazonaws.macie2#Record": {
|
|
7259 | 7281 | "type": "list",
|
7260 | 7282 | "member": {
|
7261 | 7283 | "target": "com.amazonaws.macie2#Record"
|
| 7284 | + }, |
| 7285 | + "traits": { |
| 7286 | + "smithy.api#documentation": "<p>Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.</p>" |
7262 | 7287 | }
|
7263 | 7288 | },
|
7264 | 7289 | "com.amazonaws.macie2#RelationshipStatus": {
|
|
8909 | 8934 | "tagKeys": {
|
8910 | 8935 | "target": "com.amazonaws.macie2#__listOf__string",
|
8911 | 8936 | "traits": {
|
8912 |
| - "smithy.api#documentation": "<p>The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).</p>", |
| 8937 | + "smithy.api#documentation": "<p>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand (&).</p>", |
8913 | 8938 | "smithy.api#httpQuery": "tagKeys",
|
8914 | 8939 | "smithy.api#required": {}
|
8915 | 8940 | }
|
|
0 commit comments