Skip to content

Commit 68339ac

Browse files
Update API model
1 parent 3e474e9 commit 68339ac

File tree

9 files changed

+2157
-251
lines changed

9 files changed

+2157
-251
lines changed

tools/code-generation/smithy/api-descriptions/accessanalyzer.json

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,38 @@
12541254
{
12551255
"value": "AWS::IAM::AssumeRolePolicyDocument",
12561256
"name": "ROLE_TRUST"
1257+
},
1258+
{
1259+
"value": "AWS::S3Tables::TableBucket",
1260+
"name": "S3_TABLE_BUCKET"
1261+
},
1262+
{
1263+
"value": "AWS::ApiGateway::RestApi",
1264+
"name": "API_GATEWAY_REST_API"
1265+
},
1266+
{
1267+
"value": "AWS::CodeArtifact::Domain",
1268+
"name": "CODE_ARTIFACT_DOMAIN"
1269+
},
1270+
{
1271+
"value": "AWS::Backup::BackupVault",
1272+
"name": "BACKUP_VAULT"
1273+
},
1274+
{
1275+
"value": "AWS::CloudTrail::Dashboard",
1276+
"name": "CLOUDTRAIL_DASHBOARD"
1277+
},
1278+
{
1279+
"value": "AWS::CloudTrail::EventDataStore",
1280+
"name": "CLOUDTRAIL_EVENT_DATA_STORE"
1281+
},
1282+
{
1283+
"value": "AWS::S3Tables::Table",
1284+
"name": "S3_TABLE"
1285+
},
1286+
{
1287+
"value": "AWS::S3Express::AccessPoint",
1288+
"name": "S3_EXPRESS_ACCESS_POINT"
12571289
}
12581290
]
12591291
}
@@ -6297,7 +6329,7 @@
62976329
}
62986330
},
62996331
"traits": {
6300-
"smithy.api#documentation": "<p>The proposed <code>InternetConfiguration</code> or <code>VpcConfiguration</code> to\n apply to the Amazon S3 access point. <code>VpcConfiguration</code> does not apply to\n multi-region access points. You can make the access point accessible from the internet, or\n you can specify that all requests made through that access point must originate from a\n specific virtual private cloud (VPC). You can specify only one type of network\n configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html\">Creating access\n points</a>.</p>"
6332+
"smithy.api#documentation": "<p>The proposed <code>InternetConfiguration</code> or <code>VpcConfiguration</code> to\n apply to the Amazon S3 access point. You can make the access point accessible from the internet,\n or you can specify that all requests made through that access point must originate from a\n specific virtual private cloud (VPC). You can specify only one type of network\n configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html\">Creating access\n points</a>.</p>"
63016333
}
63026334
},
63036335
"com.amazonaws.accessanalyzer#OrderBy": {
@@ -6934,7 +6966,7 @@
69346966
"networkOrigin": {
69356967
"target": "com.amazonaws.accessanalyzer#NetworkOriginConfiguration",
69366968
"traits": {
6937-
"smithy.api#documentation": "<p>The proposed <code>Internet</code> and <code>VpcConfiguration</code> to apply to this\n Amazon S3 access point. <code>VpcConfiguration</code> does not apply to multi-region access\n points. If the access preview is for a new resource and neither is specified, the access\n preview uses <code>Internet</code> for the network origin. If the access preview is for an\n existing resource and neither is specified, the access preview uses the exiting network\n origin.</p>"
6969+
"smithy.api#documentation": "<p>The proposed <code>Internet</code> and <code>VpcConfiguration</code> to apply to this\n Amazon S3 access point. <code>VpcConfiguration</code> does not apply to multi-region access\n points. If the access preview is for a new resource and neither is specified, the access\n preview uses <code>Internet</code> for the network origin. If the access preview is for an\n existing resource and neither is specified, the access preview uses the existing network\n origin.</p>"
69386970
}
69396971
}
69406972
},
@@ -7014,6 +7046,38 @@
70147046
"com.amazonaws.accessanalyzer#S3BucketPolicy": {
70157047
"type": "string"
70167048
},
7049+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointArn": {
7050+
"type": "string",
7051+
"traits": {
7052+
"smithy.api#pattern": "^arn:[^:]*:s3express:[^:]*:[^:]*:accesspoint/.*$"
7053+
}
7054+
},
7055+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointConfiguration": {
7056+
"type": "structure",
7057+
"members": {
7058+
"accessPointPolicy": {
7059+
"target": "com.amazonaws.accessanalyzer#AccessPointPolicy",
7060+
"traits": {
7061+
"smithy.api#documentation": "<p>The proposed access point policy for an Amazon S3 directory bucket access point.</p>"
7062+
}
7063+
},
7064+
"networkOrigin": {
7065+
"target": "com.amazonaws.accessanalyzer#NetworkOriginConfiguration"
7066+
}
7067+
},
7068+
"traits": {
7069+
"smithy.api#documentation": "<p>Proposed configuration for an access point attached to an Amazon S3 directory bucket. You can\n propose up to 10 access points per bucket. If the proposed access point configuration is\n for an existing Amazon S3 directory bucket, the access preview uses the proposed access point\n configuration in place of the existing access points. To propose an access point without a\n policy, you can provide an empty string as the access point policy. For more information\n about access points for Amazon S3 directory buckets, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html\">Managing access to\n directory buckets with access points</a> in the Amazon Simple Storage Service User Guide.</p>"
7070+
}
7071+
},
7072+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointConfigurationsMap": {
7073+
"type": "map",
7074+
"key": {
7075+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointArn"
7076+
},
7077+
"value": {
7078+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointConfiguration"
7079+
}
7080+
},
70177081
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketConfiguration": {
70187082
"type": "structure",
70197083
"members": {
@@ -7022,10 +7086,16 @@
70227086
"traits": {
70237087
"smithy.api#documentation": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
70247088
}
7089+
},
7090+
"accessPoints": {
7091+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryAccessPointConfigurationsMap",
7092+
"traits": {
7093+
"smithy.api#documentation": "<p>The proposed access points for the Amazon S3 directory bucket.</p>"
7094+
}
70257095
}
70267096
},
70277097
"traits": {
7028-
"smithy.api#documentation": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a\n configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you\n own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3\n directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the\n existing policy attached to the directory bucket. If the access preview is for a new\n resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an\n directory bucket without a policy. To propose deletion of an existing bucket policy, you\n can specify an empty string. For more information about Amazon S3 directory bucket policies, see\n <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example directory bucket policies for S3 Express One Zone</a>.</p>"
7098+
"smithy.api#documentation": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a\n configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you\n own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3\n directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the\n existing policy attached to the directory bucket. If the access preview is for a new\n resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an\n directory bucket without a policy. To propose deletion of an existing bucket policy, you\n can specify an empty string. For more information about Amazon S3 directory bucket policies, see\n <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example bucket policies for directory buckets</a> in the Amazon Simple Storage Service User\n Guide.</p>"
70297099
}
70307100
},
70317101
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketPolicy": {

0 commit comments

Comments
 (0)