|
798 | 798 | },
|
799 | 799 | "input":{"shape":"CreateInstanceConnectEndpointRequest"},
|
800 | 800 | "output":{"shape":"CreateInstanceConnectEndpointResult"},
|
801 |
| - "documentation":"<p>Creates an EC2 Instance Connect Endpoint.</p> <p>An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html\">Connect to your instances using EC2 Instance Connect Endpoint</a> in the <i>Amazon EC2 User Guide</i>.</p>" |
| 801 | + "documentation":"<p>Creates an EC2 Instance Connect Endpoint.</p> <p>An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 or public IPv6 address. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html\">Connect to your instances using EC2 Instance Connect Endpoint</a> in the <i>Amazon EC2 User Guide</i>.</p>" |
802 | 802 | },
|
803 | 803 | "CreateInstanceEventWindow":{
|
804 | 804 | "name":"CreateInstanceEventWindow",
|
|
14811 | 14811 | },
|
14812 | 14812 | "PreserveClientIp":{
|
14813 | 14813 | "shape":"Boolean",
|
14814 |
| - "documentation":"<p>Indicates whether the client IP address is preserved as the source. The following are the possible values.</p> <ul> <li> <p> <code>true</code> - Use the client IP address as the source.</p> </li> <li> <p> <code>false</code> - Use the network interface IP address as the source.</p> </li> </ul> <p>Default: <code>false</code> </p>" |
| 14814 | + "documentation":"<p>Indicates whether the client IP address is preserved as the source. The following are the possible values.</p> <ul> <li> <p> <code>true</code> - Use the client IP address as the source.</p> </li> <li> <p> <code>false</code> - Use the network interface IP address as the source.</p> </li> </ul> <note> <p> <code>PreserveClientIp</code> is only supported on IPv4 EC2 Instance Connect Endpoints. To use <code>PreserveClientIp</code>, the value for <code>IpAddressType</code> must be <code>ipv4</code>.</p> </note> <p>Default: <code>false</code> </p>" |
14815 | 14815 | },
|
14816 | 14816 | "ClientToken":{
|
14817 | 14817 | "shape":"String",
|
|
14822 | 14822 | "shape":"TagSpecificationList",
|
14823 | 14823 | "documentation":"<p>The tags to apply to the EC2 Instance Connect Endpoint during creation.</p>",
|
14824 | 14824 | "locationName":"TagSpecification"
|
| 14825 | + }, |
| 14826 | + "IpAddressType":{ |
| 14827 | + "shape":"IpAddressType", |
| 14828 | + "documentation":"<p>The IP address type of the endpoint.</p> <p>If no value is specified, the default value is determined by the IP address type of the subnet:</p> <ul> <li> <p> <code>dualstack</code> - If the subnet has both IPv4 and IPv6 CIDRs</p> </li> <li> <p> <code>ipv4</code> - If the subnet has only IPv4 CIDRs</p> </li> <li> <p> <code>ipv6</code> - If the subnet has only IPv6 CIDRs</p> </li> </ul> <note> <p> <code>PreserveClientIp</code> is only supported on IPv4 EC2 Instance Connect Endpoints. To use <code>PreserveClientIp</code>, the value for <code>IpAddressType</code> must be <code>ipv4</code>.</p> </note>" |
14825 | 14829 | }
|
14826 | 14830 | }
|
14827 | 14831 | },
|
|
31013 | 31017 | },
|
31014 | 31018 | "FipsDnsName":{
|
31015 | 31019 | "shape":"String",
|
31016 |
| - "documentation":"<p/>", |
| 31020 | + "documentation":"<p>The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.</p>", |
31017 | 31021 | "locationName":"fipsDnsName"
|
31018 | 31022 | },
|
31019 | 31023 | "NetworkInterfaceIds":{
|
|
31055 | 31059 | "shape":"TagList",
|
31056 | 31060 | "documentation":"<p>The tags assigned to the EC2 Instance Connect Endpoint.</p>",
|
31057 | 31061 | "locationName":"tagSet"
|
| 31062 | + }, |
| 31063 | + "IpAddressType":{ |
| 31064 | + "shape":"IpAddressType", |
| 31065 | + "documentation":"<p>The IP address type of the endpoint.</p>", |
| 31066 | + "locationName":"ipAddressType" |
31058 | 31067 | }
|
31059 | 31068 | },
|
31060 | 31069 | "documentation":"<p>The EC2 Instance Connect Endpoint.</p>"
|
|
38533 | 38542 | },
|
38534 | 38543 | "InferenceDeviceMemorySize":{"type":"integer"},
|
38535 | 38544 | "InferenceDeviceName":{"type":"string"},
|
| 38545 | + "InitializationStatusDetails":{ |
| 38546 | + "type":"structure", |
| 38547 | + "members":{ |
| 38548 | + "InitializationType":{ |
| 38549 | + "shape":"InitializationType", |
| 38550 | + "documentation":"<p>The method used for volume initialization. Possible values include:</p> <ul> <li> <p> <code>default</code> - Volume initialized using the default volume initialization rate or fast snapshot restore.</p> </li> <li> <p> <code>provisioned-rate</code> - Volume initialized using an Amazon EBS Provisioned Rate for Volume Initialization.</p> </li> </ul>", |
| 38551 | + "locationName":"initializationType" |
| 38552 | + }, |
| 38553 | + "Progress":{ |
| 38554 | + "shape":"Long", |
| 38555 | + "documentation":"<p>The current volume initialization progress as a percentage (0-100). Returns <code>100</code> when volume initialization has completed.</p>", |
| 38556 | + "locationName":"progress" |
| 38557 | + }, |
| 38558 | + "EstimatedTimeToCompleteInSeconds":{ |
| 38559 | + "shape":"Long", |
| 38560 | + "documentation":"<p>The estimated remaining time, in seconds, for volume initialization to complete. Returns <code>0</code> when volume initialization has completed.</p> <p>Only available for volumes created with Amazon EBS Provisioned Rate for Volume Initialization.</p>", |
| 38561 | + "locationName":"estimatedTimeToCompleteInSeconds" |
| 38562 | + } |
| 38563 | + }, |
| 38564 | + "documentation":"<p>Information about the volume initialization. For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html\">Initialize Amazon EBS volumes</a>.</p>" |
| 38565 | + }, |
| 38566 | + "InitializationType":{ |
| 38567 | + "type":"string", |
| 38568 | + "enum":[ |
| 38569 | + "default", |
| 38570 | + "provisioned-rate" |
| 38571 | + ] |
| 38572 | + }, |
38536 | 38573 | "InsideCidrBlocksStringList":{
|
38537 | 38574 | "type":"list",
|
38538 | 38575 | "member":{
|
|
67157 | 67194 | "members":{
|
67158 | 67195 | "Name":{
|
67159 | 67196 | "shape":"VolumeStatusName",
|
67160 |
| - "documentation":"<p>The name of the volume status.</p>", |
| 67197 | + "documentation":"<p>The name of the volume status.</p> <ul> <li> <p> <code>io-enabled</code> - Indicates the volume I/O status. For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html\">Amazon EBS volume status checks</a>.</p> </li> <li> <p> <code>io-performance</code> - Indicates the volume performance status. For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html\">Amazon EBS volume status checks</a>.</p> </li> <li> <p> <code>initialization-state</code> - Indicates the status of the volume initialization process. For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html\">Initialize Amazon EBS volumes</a>.</p> </li> </ul>", |
67161 | 67198 | "locationName":"name"
|
67162 | 67199 | },
|
67163 | 67200 | "Status":{
|
|
67280 | 67317 | "documentation":"<p>Information about the instances to which the volume is attached.</p>",
|
67281 | 67318 | "locationName":"attachmentStatuses"
|
67282 | 67319 | },
|
| 67320 | + "InitializationStatusDetails":{ |
| 67321 | + "shape":"InitializationStatusDetails", |
| 67322 | + "documentation":"<p>Information about the volume initialization. It can take up to 5 minutes for the volume initialization information to be updated.</p> <p>Only available for volumes created from snapshots. Not available for empty volumes created without a snapshot.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html\"> Initialize Amazon EBS volumes</a>.</p>", |
| 67323 | + "locationName":"initializationStatusDetails" |
| 67324 | + }, |
67283 | 67325 | "AvailabilityZoneId":{
|
67284 | 67326 | "shape":"String",
|
67285 | 67327 | "documentation":"<p>The ID of the Availability Zone.</p>",
|
|
67299 | 67341 | "type":"string",
|
67300 | 67342 | "enum":[
|
67301 | 67343 | "io-enabled",
|
67302 |
| - "io-performance" |
| 67344 | + "io-performance", |
| 67345 | + "initialization-state" |
67303 | 67346 | ]
|
67304 | 67347 | },
|
67305 | 67348 | "VolumeType":{
|
|
0 commit comments