|
2162 | 2162 | },
|
2163 | 2163 | "input":{"shape":"DescribeAccountAttributesRequest"},
|
2164 | 2164 | "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>" |
2166 | 2166 | },
|
2167 | 2167 | "DescribeAddressTransfers":{
|
2168 | 2168 | "name":"DescribeAddressTransfers",
|
|
8860 | 8860 | },
|
8861 | 8861 | "documentation":"<p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>"
|
8862 | 8862 | },
|
| 8863 | + "AvailabilityZoneId":{"type":"string"}, |
8863 | 8864 | "AvailabilityZoneList":{
|
8864 | 8865 | "type":"list",
|
8865 | 8866 | "member":{
|
@@ -11595,11 +11596,11 @@
|
11595 | 11596 | "documentation":"<p>The type of operating system for which to reserve capacity.</p>"
|
11596 | 11597 | },
|
11597 | 11598 | "AvailabilityZone":{
|
11598 |
| - "shape":"String", |
| 11599 | + "shape":"AvailabilityZoneName", |
11599 | 11600 | "documentation":"<p>The Availability Zone in which to create the Capacity Reservation.</p>"
|
11600 | 11601 | },
|
11601 | 11602 | "AvailabilityZoneId":{
|
11602 |
| - "shape":"String", |
| 11603 | + "shape":"AvailabilityZoneId", |
11603 | 11604 | "documentation":"<p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>"
|
11604 | 11605 | },
|
11605 | 11606 | "Tenancy":{
|
|
56186 | 56187 | "KinesisDataFirehose":{
|
56187 | 56188 | "shape":"VerifiedAccessLogKinesisDataFirehoseDestinationOptions",
|
56188 | 56189 | "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>" |
56189 | 56198 | }
|
56190 | 56199 | },
|
56191 |
| - "documentation":"<p>Describes the destinations for Verified Access logs.</p>" |
| 56200 | + "documentation":"<p>Options for Verified Access logs.</p>" |
56192 | 56201 | },
|
56193 | 56202 | "VerifiedAccessLogS3Destination":{
|
56194 | 56203 | "type":"structure",
|
|
56261 | 56270 | "shape":"VerifiedAccessLogKinesisDataFirehoseDestination",
|
56262 | 56271 | "documentation":"<p>Kinesis logging destination.</p>",
|
56263 | 56272 | "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" |
56264 | 56283 | }
|
56265 | 56284 | },
|
56266 |
| - "documentation":"<p>Describes the destinations for Verified Access logs.</p>" |
| 56285 | + "documentation":"<p>Describes the options for Verified Access logs.</p>" |
56267 | 56286 | },
|
56268 | 56287 | "VerifiedAccessTrustProvider":{
|
56269 | 56288 | "type":"structure",
|
|
0 commit comments