|
1914 | 1914 | "type":"list", |
1915 | 1915 | "member":{"shape":"AccountId"} |
1916 | 1916 | }, |
| 1917 | + "AllowedResultRegions":{ |
| 1918 | + "type":"list", |
| 1919 | + "member":{"shape":"SupportedS3Region"} |
| 1920 | + }, |
1917 | 1921 | "AnalysisFormat":{ |
1918 | 1922 | "type":"string", |
1919 | 1923 | "enum":[ |
|
2566 | 2570 | "tableName" |
2567 | 2571 | ], |
2568 | 2572 | "members":{ |
| 2573 | + "region":{ |
| 2574 | + "shape":"CommercialRegion", |
| 2575 | + "documentation":"<p>The Amazon Web Services Region where the Athena table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>" |
| 2576 | + }, |
2569 | 2577 | "workGroup":{ |
2570 | 2578 | "shape":"AthenaWorkGroup", |
2571 | 2579 | "documentation":"<p> The workgroup of the Athena table reference.</p>" |
|
3042 | 3050 | "autoApprovedChangeTypes":{ |
3043 | 3051 | "shape":"AutoApprovedChangeTypeList", |
3044 | 3052 | "documentation":"<p>The types of change requests that are automatically approved for this collaboration.</p>" |
| 3053 | + }, |
| 3054 | + "allowedResultRegions":{ |
| 3055 | + "shape":"AllowedResultRegions", |
| 3056 | + "documentation":"<p>The Amazon Web Services Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.</p>" |
3045 | 3057 | } |
3046 | 3058 | }, |
3047 | 3059 | "documentation":"<p>The multi-party data share environment. The collaboration contains metadata about its purpose and participants.</p>" |
|
3836 | 3848 | "min":0, |
3837 | 3849 | "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*" |
3838 | 3850 | }, |
| 3851 | + "CommercialRegion":{ |
| 3852 | + "type":"string", |
| 3853 | + "enum":[ |
| 3854 | + "us-west-1", |
| 3855 | + "us-west-2", |
| 3856 | + "us-east-1", |
| 3857 | + "us-east-2", |
| 3858 | + "af-south-1", |
| 3859 | + "ap-east-1", |
| 3860 | + "ap-south-2", |
| 3861 | + "ap-southeast-1", |
| 3862 | + "ap-southeast-2", |
| 3863 | + "ap-southeast-3", |
| 3864 | + "ap-southeast-5", |
| 3865 | + "ap-southeast-4", |
| 3866 | + "ap-southeast-7", |
| 3867 | + "ap-south-1", |
| 3868 | + "ap-northeast-3", |
| 3869 | + "ap-northeast-1", |
| 3870 | + "ap-northeast-2", |
| 3871 | + "ca-central-1", |
| 3872 | + "ca-west-1", |
| 3873 | + "eu-south-1", |
| 3874 | + "eu-west-3", |
| 3875 | + "eu-south-2", |
| 3876 | + "eu-central-2", |
| 3877 | + "eu-central-1", |
| 3878 | + "eu-north-1", |
| 3879 | + "eu-west-1", |
| 3880 | + "eu-west-2", |
| 3881 | + "me-south-1", |
| 3882 | + "me-central-1", |
| 3883 | + "il-central-1", |
| 3884 | + "sa-east-1", |
| 3885 | + "mx-central-1", |
| 3886 | + "ap-east-2" |
| 3887 | + ] |
| 3888 | + }, |
3839 | 3889 | "ComputeConfiguration":{ |
3840 | 3890 | "type":"structure", |
3841 | 3891 | "members":{ |
|
4825 | 4875 | "autoApprovedChangeRequestTypes":{ |
4826 | 4876 | "shape":"AutoApprovedChangeTypeList", |
4827 | 4877 | "documentation":"<p>The types of change requests that are automatically approved for this collaboration.</p>" |
| 4878 | + }, |
| 4879 | + "allowedResultRegions":{ |
| 4880 | + "shape":"AllowedResultRegions", |
| 4881 | + "documentation":"<p>The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.</p>" |
4828 | 4882 | } |
4829 | 4883 | } |
4830 | 4884 | }, |
|
6502 | 6556 | "databaseName" |
6503 | 6557 | ], |
6504 | 6558 | "members":{ |
| 6559 | + "region":{ |
| 6560 | + "shape":"CommercialRegion", |
| 6561 | + "documentation":"<p>The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>" |
| 6562 | + }, |
6505 | 6563 | "tableName":{ |
6506 | 6564 | "shape":"GlueTableName", |
6507 | 6565 | "documentation":"<p>The name of the Glue table.</p>" |
|
10281 | 10339 | } |
10282 | 10340 | }, |
10283 | 10341 | "String":{"type":"string"}, |
| 10342 | + "SupportedS3Region":{ |
| 10343 | + "type":"string", |
| 10344 | + "enum":[ |
| 10345 | + "us-west-1", |
| 10346 | + "us-west-2", |
| 10347 | + "us-east-1", |
| 10348 | + "us-east-2", |
| 10349 | + "af-south-1", |
| 10350 | + "ap-east-1", |
| 10351 | + "ap-east-2", |
| 10352 | + "ap-south-2", |
| 10353 | + "ap-southeast-1", |
| 10354 | + "ap-southeast-2", |
| 10355 | + "ap-southeast-3", |
| 10356 | + "ap-southeast-5", |
| 10357 | + "ap-southeast-4", |
| 10358 | + "ap-southeast-7", |
| 10359 | + "ap-south-1", |
| 10360 | + "ap-northeast-3", |
| 10361 | + "ap-northeast-1", |
| 10362 | + "ap-northeast-2", |
| 10363 | + "ca-central-1", |
| 10364 | + "ca-west-1", |
| 10365 | + "eu-south-1", |
| 10366 | + "eu-west-3", |
| 10367 | + "eu-south-2", |
| 10368 | + "eu-central-2", |
| 10369 | + "eu-central-1", |
| 10370 | + "eu-north-1", |
| 10371 | + "eu-west-1", |
| 10372 | + "eu-west-2", |
| 10373 | + "me-south-1", |
| 10374 | + "me-central-1", |
| 10375 | + "il-central-1", |
| 10376 | + "sa-east-1", |
| 10377 | + "mx-central-1" |
| 10378 | + ] |
| 10379 | + }, |
10284 | 10380 | "TableAlias":{ |
10285 | 10381 | "type":"string", |
10286 | 10382 | "max":128, |
|
0 commit comments