File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
services/s3control/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS S3 Control" ,
4
+ "contributor" : " " ,
5
+ "description" : " S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3"
6
+ }
Original file line number Diff line number Diff line change 764
764
"AccessPointArn" :{
765
765
"shape" :" S3AccessPointArn" ,
766
766
"documentation" :" <p>The ARN for the access point.</p>"
767
+ },
768
+ "Alias" :{
769
+ "shape" :" Alias" ,
770
+ "documentation" :" <p>The name or alias of the access point.</p>"
767
771
}
768
772
},
769
773
"documentation" :" <p>An access point used to access a bucket.</p>"
777
781
},
778
782
"AccessPointName" :{
779
783
"type" :" string" ,
780
- "max" :50 ,
784
+ "max" :63 ,
781
785
"min" :3
782
786
},
783
787
"AccountId" :{
810
814
},
811
815
"documentation" :" <p>A container for the activity metrics.</p>"
812
816
},
817
+ "Alias" :{
818
+ "type" :" string" ,
819
+ "max" :63 ,
820
+ "pattern" :" ^[0-9a-z\\\\ -]{63}"
821
+ },
813
822
"AwsLambdaTransformation" :{
814
823
"type" :" structure" ,
815
824
"required" :[" FunctionArn" ],
992
1001
"AccessPointArn" :{
993
1002
"shape" :" S3AccessPointArn" ,
994
1003
"documentation" :" <p>The ARN of the access point.</p> <note> <p>This is only supported by Amazon S3 on Outposts.</p> </note>"
1004
+ },
1005
+ "Alias" :{
1006
+ "shape" :" Alias" ,
1007
+ "documentation" :" <p>The name or alias of the access point.</p>"
995
1008
}
996
1009
}
997
1010
},
1456
1469
}
1457
1470
}
1458
1471
},
1472
+ "Endpoints" :{
1473
+ "type" :" map" ,
1474
+ "key" :{"shape" :" NonEmptyMaxLength64String" },
1475
+ "value" :{"shape" :" NonEmptyMaxLength1024String" }
1476
+ },
1459
1477
"ExceptionMessage" :{
1460
1478
"type" :" string" ,
1461
1479
"max" :1024 ,
1732
1750
"CreationDate" :{
1733
1751
"shape" :" CreationDate" ,
1734
1752
"documentation" :" <p>The date and time when the specified access point was created.</p>"
1753
+ },
1754
+ "Alias" :{
1755
+ "shape" :" Alias" ,
1756
+ "documentation" :" <p>The name or alias of the access point.</p>"
1757
+ },
1758
+ "AccessPointArn" :{
1759
+ "shape" :" S3AccessPointArn" ,
1760
+ "documentation" :" <p>The ARN of the access point.</p>"
1761
+ },
1762
+ "Endpoints" :{
1763
+ "shape" :" Endpoints" ,
1764
+ "documentation" :" <p>The VPC endpoint for the access point.</p>"
1735
1765
}
1736
1766
}
1737
1767
},
You can’t perform that action at this time.
0 commit comments