|
707 | 707 | "type":"list",
|
708 | 708 | "member":{"shape":"AwsLogSourceConfiguration"},
|
709 | 709 | "max":50,
|
710 |
| - "min":0 |
| 710 | + "min":1 |
711 | 711 | },
|
712 | 712 | "AwsLogSourceName":{
|
713 | 713 | "type":"string",
|
|
717 | 717 | "SH_FINDINGS",
|
718 | 718 | "CLOUD_TRAIL_MGMT",
|
719 | 719 | "LAMBDA_EXECUTION",
|
720 |
| - "S3_DATA" |
| 720 | + "S3_DATA", |
| 721 | + "EKS_AUDIT", |
| 722 | + "WAF" |
721 | 723 | ]
|
722 | 724 | },
|
723 | 725 | "AwsLogSourceResource":{
|
|
736 | 738 | },
|
737 | 739 | "AwsLogSourceResourceList":{
|
738 | 740 | "type":"list",
|
739 |
| - "member":{"shape":"AwsLogSourceResource"} |
| 741 | + "member":{"shape":"AwsLogSourceResource"}, |
| 742 | + "min":1 |
740 | 743 | },
|
741 | 744 | "AwsLogSourceVersion":{
|
742 | 745 | "type":"string",
|
|
799 | 802 | },
|
800 | 803 | "CreateCustomLogSourceRequest":{
|
801 | 804 | "type":"structure",
|
802 |
| - "required":["sourceName"], |
| 805 | + "required":[ |
| 806 | + "configuration", |
| 807 | + "sourceName" |
| 808 | + ], |
803 | 809 | "members":{
|
804 | 810 | "configuration":{
|
805 | 811 | "shape":"CustomLogSourceConfiguration",
|
|
861 | 867 | },
|
862 | 868 | "CreateDataLakeOrganizationConfigurationRequest":{
|
863 | 869 | "type":"structure",
|
864 |
| - "required":["autoEnableNewAccount"], |
865 | 870 | "members":{
|
866 | 871 | "autoEnableNewAccount":{
|
867 | 872 | "shape":"DataLakeAutoEnableNewAccountConfigurationList",
|
|
1095 | 1100 | },
|
1096 | 1101 | "DataLakeAutoEnableNewAccountConfigurationList":{
|
1097 | 1102 | "type":"list",
|
1098 |
| - "member":{"shape":"DataLakeAutoEnableNewAccountConfiguration"} |
| 1103 | + "member":{"shape":"DataLakeAutoEnableNewAccountConfiguration"}, |
| 1104 | + "min":1 |
1099 | 1105 | },
|
1100 | 1106 | "DataLakeConfiguration":{
|
1101 | 1107 | "type":"structure",
|
|
1122 | 1128 | },
|
1123 | 1129 | "DataLakeConfigurationList":{
|
1124 | 1130 | "type":"list",
|
1125 |
| - "member":{"shape":"DataLakeConfiguration"} |
| 1131 | + "member":{"shape":"DataLakeConfiguration"}, |
| 1132 | + "min":1 |
1126 | 1133 | },
|
1127 | 1134 | "DataLakeEncryptionConfiguration":{
|
1128 | 1135 | "type":"structure",
|
|
1412 | 1419 | },
|
1413 | 1420 | "DeleteDataLakeOrganizationConfigurationRequest":{
|
1414 | 1421 | "type":"structure",
|
1415 |
| - "required":["autoEnableNewAccount"], |
1416 | 1422 | "members":{
|
1417 | 1423 | "autoEnableNewAccount":{
|
1418 | 1424 | "shape":"DataLakeAutoEnableNewAccountConfigurationList",
|
|
1765 | 1771 | "members":{
|
1766 | 1772 | "resourceArn":{
|
1767 | 1773 | "shape":"AmazonResourceName",
|
1768 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Security Lake resource to retrieve the tags for.</p>", |
| 1774 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which you want to retrieve the tags.</p>", |
1769 | 1775 | "location":"uri",
|
1770 | 1776 | "locationName":"resourceArn"
|
1771 | 1777 | }
|
|
1909 | 1915 | },
|
1910 | 1916 | "RoleArn":{
|
1911 | 1917 | "type":"string",
|
1912 |
| - "pattern":"^arn:.*$" |
| 1918 | + "pattern":"^arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$" |
1913 | 1919 | },
|
1914 | 1920 | "S3BucketArn":{"type":"string"},
|
1915 | 1921 | "S3URI":{
|
|
2191 | 2197 | "configurations":{
|
2192 | 2198 | "shape":"DataLakeConfigurationList",
|
2193 | 2199 | "documentation":"<p>Specify the Region or Regions that will contribute data to the rollup region.</p>"
|
| 2200 | + }, |
| 2201 | + "metaStoreManagerRoleArn":{ |
| 2202 | + "shape":"RoleArn", |
| 2203 | + "documentation":"<p>The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.</p>" |
2194 | 2204 | }
|
2195 | 2205 | }
|
2196 | 2206 | },
|
|
0 commit comments