Skip to content

Commit 1ab1357

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: API changes to AWS Verified Access to include data from trust providers in logs
1 parent 1bd0eb2 commit 1ab1357

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "API changes to AWS Verified Access to include data from trust providers in logs"
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@
21622162
},
21632163
"input":{"shape":"DescribeAccountAttributesRequest"},
21642164
"output":{"shape":"DescribeAccountAttributesResult"},
2165-
"documentation":"<p>Describes attributes of your Amazon Web Services account. The following are the supported account attributes:</p> <ul> <li> <p> <code>supported-platforms</code>: Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.</p> </li> <li> <p> <code>default-vpc</code>: The ID of the default VPC for your account, or <code>none</code>.</p> </li> <li> <p> <code>max-instances</code>: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits\">On-Demand Instance Limits</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </li> <li> <p> <code>vpc-max-security-groups-per-interface</code>: The maximum number of security groups that you can assign to a network interface.</p> </li> <li> <p> <code>max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic. </p> </li> <li> <p> <code>vpc-max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC.</p> </li> </ul> <note> <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html\">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide</i>.</p> </note>"
2165+
"documentation":"<p>Describes attributes of your Amazon Web Services account. The following are the supported account attributes:</p> <ul> <li> <p> <code>default-vpc</code>: The ID of the default VPC for your account, or <code>none</code>.</p> </li> <li> <p> <code>max-instances</code>: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits\">On-Demand Instance Limits</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> </li> <li> <p> <code>max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate.</p> </li> <li> <p> <code>supported-platforms</code>: This attribute is deprecated.</p> </li> <li> <p> <code>vpc-max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate.</p> </li> <li> <p> <code>vpc-max-security-groups-per-interface</code>: The maximum number of security groups that you can assign to a network interface.</p> </li> </ul>"
21662166
},
21672167
"DescribeAddressTransfers":{
21682168
"name":"DescribeAddressTransfers",
@@ -8860,6 +8860,7 @@
88608860
},
88618861
"documentation":"<p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>"
88628862
},
8863+
"AvailabilityZoneId":{"type":"string"},
88638864
"AvailabilityZoneList":{
88648865
"type":"list",
88658866
"member":{
@@ -11595,11 +11596,11 @@
1159511596
"documentation":"<p>The type of operating system for which to reserve capacity.</p>"
1159611597
},
1159711598
"AvailabilityZone":{
11598-
"shape":"String",
11599+
"shape":"AvailabilityZoneName",
1159911600
"documentation":"<p>The Availability Zone in which to create the Capacity Reservation.</p>"
1160011601
},
1160111602
"AvailabilityZoneId":{
11602-
"shape":"String",
11603+
"shape":"AvailabilityZoneId",
1160311604
"documentation":"<p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>"
1160411605
},
1160511606
"Tenancy":{
@@ -56186,9 +56187,17 @@
5618656187
"KinesisDataFirehose":{
5618756188
"shape":"VerifiedAccessLogKinesisDataFirehoseDestinationOptions",
5618856189
"documentation":"<p>Sends Verified Access logs to Kinesis.</p>"
56190+
},
56191+
"LogVersion":{
56192+
"shape":"String",
56193+
"documentation":"<p> The logging version to use. </p> <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code> </p>"
56194+
},
56195+
"IncludeTrustContext":{
56196+
"shape":"Boolean",
56197+
"documentation":"<p> Include trust data sent by trust providers into the logs. </p>"
5618956198
}
5619056199
},
56191-
"documentation":"<p>Describes the destinations for Verified Access logs.</p>"
56200+
"documentation":"<p>Options for Verified Access logs.</p>"
5619256201
},
5619356202
"VerifiedAccessLogS3Destination":{
5619456203
"type":"structure",
@@ -56261,9 +56270,19 @@
5626156270
"shape":"VerifiedAccessLogKinesisDataFirehoseDestination",
5626256271
"documentation":"<p>Kinesis logging destination.</p>",
5626356272
"locationName":"kinesisDataFirehose"
56273+
},
56274+
"LogVersion":{
56275+
"shape":"String",
56276+
"documentation":"<p> Describes current setting for the logging version. </p>",
56277+
"locationName":"logVersion"
56278+
},
56279+
"IncludeTrustContext":{
56280+
"shape":"Boolean",
56281+
"documentation":"<p> Describes current setting for including trust data into the logs. </p>",
56282+
"locationName":"includeTrustContext"
5626456283
}
5626556284
},
56266-
"documentation":"<p>Describes the destinations for Verified Access logs.</p>"
56285+
"documentation":"<p>Describes the options for Verified Access logs.</p>"
5626756286
},
5626856287
"VerifiedAccessTrustProvider":{
5626956288
"type":"structure",

0 commit comments

Comments
 (0)