|
2737 | 2737 | "output":{"shape":"DescribeInstanceEventWindowsResult"},
|
2738 | 2738 | "documentation":"<p>Describes the specified event windows or all event windows.</p> <p>If you specify event window IDs, the output includes information for only the specified event windows. If you specify filters, the output includes information for only those event windows that meet the filter criteria. If you do not specify event windows IDs or filters, the output includes information for all event windows, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html\">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>.</p>"
|
2739 | 2739 | },
|
| 2740 | + "DescribeInstanceImageMetadata":{ |
| 2741 | + "name":"DescribeInstanceImageMetadata", |
| 2742 | + "http":{ |
| 2743 | + "method":"POST", |
| 2744 | + "requestUri":"/" |
| 2745 | + }, |
| 2746 | + "input":{"shape":"DescribeInstanceImageMetadataRequest"}, |
| 2747 | + "output":{"shape":"DescribeInstanceImageMetadataResult"}, |
| 2748 | + "documentation":"<p>Describes the AMI that was used to launch an instance, even if the AMI is deprecated, deregistered, or made private (no longer public or shared with your account).</p> <p>If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance.</p> <p>If you specify an instance ID that is not valid, an instance that doesn't exist, or an instance that you do not own, an error (<code>InvalidInstanceID.NotFound</code>) is returned.</p> <p>Recently terminated instances might appear in the returned results. This interval is usually less than one hour.</p> <p>In the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected Availability Zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs that are in an unaffected Availability Zone, the call works normally.</p> <note> <p>The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.</p> </note>" |
| 2749 | + }, |
2740 | 2750 | "DescribeInstanceStatus":{
|
2741 | 2751 | "name":"DescribeInstanceStatus",
|
2742 | 2752 | "http":{
|
|
13582 | 13592 | },
|
13583 | 13593 | "Locale":{
|
13584 | 13594 | "shape":"String",
|
13585 |
| - "documentation":"<p>The locale for the pool should be one of the following:</p> <ul> <li> <p>An Amazon Web Services Region where you want this IPAM pool to be available for allocations.</p> </li> <li> <p>The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (<a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail\">supported Local Zones</a>). This option is only available for IPAM IPv4 pools in the public scope.</p> </li> </ul> <p>If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p> <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone. Default is <code>none</code> and means any locale.</p>" |
| 13595 | + "documentation":"<p>The locale for the pool should be one of the following:</p> <ul> <li> <p>An Amazon Web Services Region where you want this IPAM pool to be available for allocations.</p> </li> <li> <p>The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (<a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail\">supported Local Zones</a>). This option is only available for IPAM IPv4 pools in the public scope.</p> </li> </ul> <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone. Default is <code>none</code> and means any locale.</p>" |
13586 | 13596 | },
|
13587 | 13597 | "SourceIpamPoolId":{
|
13588 | 13598 | "shape":"IpamPoolId",
|
|
13602 | 13612 | },
|
13603 | 13613 | "PubliclyAdvertisable":{
|
13604 | 13614 | "shape":"Boolean",
|
13605 |
| - "documentation":"<p>Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to <code>ipv4</code>.</p>" |
| 13615 | + "documentation":"<p>Determines if the pool is publicly advertisable. The request can only contain <code>PubliclyAdvertisable</code> if <code>AddressFamily</code> is <code>ipv6</code> and <code>PublicIpSource</code> is <code>byoip</code>.</p>" |
13606 | 13616 | },
|
13607 | 13617 | "AllocationMinNetmaskLength":{
|
13608 | 13618 | "shape":"IpamNetmaskLength",
|
|
21488 | 21498 | }
|
21489 | 21499 | }
|
21490 | 21500 | },
|
| 21501 | + "DescribeInstanceImageMetadataMaxResults":{ |
| 21502 | + "type":"integer", |
| 21503 | + "max":1000, |
| 21504 | + "min":1 |
| 21505 | + }, |
| 21506 | + "DescribeInstanceImageMetadataRequest":{ |
| 21507 | + "type":"structure", |
| 21508 | + "members":{ |
| 21509 | + "Filters":{ |
| 21510 | + "shape":"FilterList", |
| 21511 | + "documentation":"<p>The filters.</p> <ul> <li> <p> <code>availability-zone</code> - The name of the Availability Zone (for example, <code>us-west-2a</code>) or Local Zone (for example, <code>us-west-2-lax-1b</code>) of the instance.</p> </li> <li> <p> <code>instance-id</code> - The ID of the instance.</p> </li> <li> <p> <code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>).</p> </li> <li> <p> <code>instance-type</code> - The type of instance (for example, <code>t3.micro</code>).</p> </li> <li> <p> <code>launch-time</code> - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, <code>2023-09-29T11:04:43.305Z</code>. You can use a wildcard (<code>*</code>), for example, <code>2023-09-29T*</code>, which matches an entire day. </p> </li> <li> <p> <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>zone-id</code> - The ID of the Availability Zone (for example, <code>usw2-az2</code>) or Local Zone (for example, <code>usw2-lax1-az1</code>) of the instance.</p> </li> </ul>", |
| 21512 | + "locationName":"Filter" |
| 21513 | + }, |
| 21514 | + "InstanceIds":{ |
| 21515 | + "shape":"InstanceIdStringList", |
| 21516 | + "documentation":"<p>The instance IDs.</p> <p>If you don't specify an instance ID or filters, the output includes information for all instances.</p>", |
| 21517 | + "locationName":"InstanceId" |
| 21518 | + }, |
| 21519 | + "MaxResults":{ |
| 21520 | + "shape":"DescribeInstanceImageMetadataMaxResults", |
| 21521 | + "documentation":"<p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination\">Pagination</a>.</p> <p>Default: 1000</p>" |
| 21522 | + }, |
| 21523 | + "NextToken":{ |
| 21524 | + "shape":"String", |
| 21525 | + "documentation":"<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>" |
| 21526 | + }, |
| 21527 | + "DryRun":{ |
| 21528 | + "shape":"Boolean", |
| 21529 | + "documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>" |
| 21530 | + } |
| 21531 | + } |
| 21532 | + }, |
| 21533 | + "DescribeInstanceImageMetadataResult":{ |
| 21534 | + "type":"structure", |
| 21535 | + "members":{ |
| 21536 | + "InstanceImageMetadata":{ |
| 21537 | + "shape":"InstanceImageMetadataList", |
| 21538 | + "documentation":"<p>Information about the instance and the AMI used to launch the instance.</p>", |
| 21539 | + "locationName":"instanceImageMetadataSet" |
| 21540 | + }, |
| 21541 | + "NextToken":{ |
| 21542 | + "shape":"String", |
| 21543 | + "documentation":"<p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>", |
| 21544 | + "locationName":"nextToken" |
| 21545 | + } |
| 21546 | + } |
| 21547 | + }, |
21491 | 21548 | "DescribeInstanceStatusRequest":{
|
21492 | 21549 | "type":"structure",
|
21493 | 21550 | "members":{
|
@@ -28155,11 +28212,11 @@
|
28155 | 28212 | "members":{
|
28156 | 28213 | "Type":{
|
28157 | 28214 | "shape":"String",
|
28158 |
| - "documentation":"<p>The elastic GPU type.</p>", |
| 28215 | + "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p> </note>", |
28159 | 28216 | "locationName":"type"
|
28160 | 28217 | }
|
28161 | 28218 | },
|
28162 |
| - "documentation":"<note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note> <p>Describes an elastic GPU.</p>" |
| 28219 | + "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p> </note>" |
28163 | 28220 | },
|
28164 | 28221 | "ElasticGpuSpecificationResponseList":{
|
28165 | 28222 | "type":"list",
|
|
33995 | 34052 | "locationName":"item"
|
33996 | 34053 | }
|
33997 | 34054 | },
|
| 34055 | + "ImageMetadata":{ |
| 34056 | + "type":"structure", |
| 34057 | + "members":{ |
| 34058 | + "ImageId":{ |
| 34059 | + "shape":"ImageId", |
| 34060 | + "documentation":"<p>The ID of the AMI.</p>", |
| 34061 | + "locationName":"imageId" |
| 34062 | + }, |
| 34063 | + "Name":{ |
| 34064 | + "shape":"String", |
| 34065 | + "documentation":"<p>The name of the AMI.</p>", |
| 34066 | + "locationName":"name" |
| 34067 | + }, |
| 34068 | + "OwnerId":{ |
| 34069 | + "shape":"String", |
| 34070 | + "documentation":"<p>The ID of the Amazon Web Services account that owns the AMI.</p>", |
| 34071 | + "locationName":"imageOwnerId" |
| 34072 | + }, |
| 34073 | + "State":{ |
| 34074 | + "shape":"ImageState", |
| 34075 | + "documentation":"<p>The current state of the AMI. If the state is <code>available</code>, the AMI is successfully registered and can be used to launch an instance.</p>", |
| 34076 | + "locationName":"imageState" |
| 34077 | + }, |
| 34078 | + "ImageOwnerAlias":{ |
| 34079 | + "shape":"String", |
| 34080 | + "documentation":"<p>The alias of the AMI owner.</p> <p>Valid values: <code>amazon</code> | <code>aws-marketplace</code> </p>", |
| 34081 | + "locationName":"imageOwnerAlias" |
| 34082 | + }, |
| 34083 | + "CreationDate":{ |
| 34084 | + "shape":"String", |
| 34085 | + "documentation":"<p>The date and time the AMI was created.</p>", |
| 34086 | + "locationName":"creationDate" |
| 34087 | + }, |
| 34088 | + "DeprecationTime":{ |
| 34089 | + "shape":"String", |
| 34090 | + "documentation":"<p>The deprecation date and time of the AMI, in UTC, in the following format: <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.</p>", |
| 34091 | + "locationName":"deprecationTime" |
| 34092 | + }, |
| 34093 | + "IsPublic":{ |
| 34094 | + "shape":"Boolean", |
| 34095 | + "documentation":"<p>Indicates whether the AMI has public launch permissions. A value of <code>true</code> means this AMI has public launch permissions, while <code>false</code> means it has only implicit (AMI owner) or explicit (shared with your account) launch permissions.</p>", |
| 34096 | + "locationName":"isPublic" |
| 34097 | + } |
| 34098 | + }, |
| 34099 | + "documentation":"<p>Information about the AMI.</p>" |
| 34100 | + }, |
33998 | 34101 | "ImageRecycleBinInfo":{
|
33999 | 34102 | "type":"structure",
|
34000 | 34103 | "members":{
|
|
35765 | 35868 | "locationName":"item"
|
35766 | 35869 | }
|
35767 | 35870 | },
|
| 35871 | + "InstanceImageMetadata":{ |
| 35872 | + "type":"structure", |
| 35873 | + "members":{ |
| 35874 | + "InstanceId":{ |
| 35875 | + "shape":"InstanceId", |
| 35876 | + "documentation":"<p>The ID of the instance.</p>", |
| 35877 | + "locationName":"instanceId" |
| 35878 | + }, |
| 35879 | + "InstanceType":{ |
| 35880 | + "shape":"InstanceType", |
| 35881 | + "documentation":"<p>The instance type.</p>", |
| 35882 | + "locationName":"instanceType" |
| 35883 | + }, |
| 35884 | + "LaunchTime":{ |
| 35885 | + "shape":"MillisecondDateTime", |
| 35886 | + "documentation":"<p>The time the instance was launched.</p>", |
| 35887 | + "locationName":"launchTime" |
| 35888 | + }, |
| 35889 | + "AvailabilityZone":{ |
| 35890 | + "shape":"String", |
| 35891 | + "documentation":"<p>The Availability Zone or Local Zone of the instance.</p>", |
| 35892 | + "locationName":"availabilityZone" |
| 35893 | + }, |
| 35894 | + "ZoneId":{ |
| 35895 | + "shape":"String", |
| 35896 | + "documentation":"<p>The ID of the Availability Zone or Local Zone of the instance.</p>", |
| 35897 | + "locationName":"zoneId" |
| 35898 | + }, |
| 35899 | + "State":{ |
| 35900 | + "shape":"InstanceState", |
| 35901 | + "documentation":"<p>The current state of the instance.</p>", |
| 35902 | + "locationName":"instanceState" |
| 35903 | + }, |
| 35904 | + "OwnerId":{ |
| 35905 | + "shape":"String", |
| 35906 | + "documentation":"<p>The ID of the Amazon Web Services account that owns the instance.</p>", |
| 35907 | + "locationName":"instanceOwnerId" |
| 35908 | + }, |
| 35909 | + "Tags":{ |
| 35910 | + "shape":"TagList", |
| 35911 | + "documentation":"<p>Any tags assigned to the instance.</p>", |
| 35912 | + "locationName":"tagSet" |
| 35913 | + }, |
| 35914 | + "ImageMetadata":{ |
| 35915 | + "shape":"ImageMetadata", |
| 35916 | + "documentation":"<p>Information about the AMI used to launch the instance.</p>", |
| 35917 | + "locationName":"imageMetadata" |
| 35918 | + } |
| 35919 | + }, |
| 35920 | + "documentation":"<p>Information about the instance and the AMI used to launch the instance.</p>" |
| 35921 | + }, |
| 35922 | + "InstanceImageMetadataList":{ |
| 35923 | + "type":"list", |
| 35924 | + "member":{ |
| 35925 | + "shape":"InstanceImageMetadata", |
| 35926 | + "locationName":"item" |
| 35927 | + } |
| 35928 | + }, |
35768 | 35929 | "InstanceInterruptionBehavior":{
|
35769 | 35930 | "type":"string",
|
35770 | 35931 | "enum":[
|
|
40498 | 40659 | },
|
40499 | 40660 | "KmsKeyId":{
|
40500 | 40661 | "shape":"KmsKeyId",
|
40501 |
| - "documentation":"<p>The ARN of the Key Management Service (KMS) CMK used for encryption.</p>", |
| 40662 | + "documentation":"<p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>", |
40502 | 40663 | "locationName":"kmsKeyId"
|
40503 | 40664 | },
|
40504 | 40665 | "SnapshotId":{
|
|
40541 | 40702 | },
|
40542 | 40703 | "KmsKeyId":{
|
40543 | 40704 | "shape":"KmsKeyId",
|
40544 |
| - "documentation":"<p>The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.</p>" |
| 40705 | + "documentation":"<p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>" |
40545 | 40706 | },
|
40546 | 40707 | "SnapshotId":{
|
40547 | 40708 | "shape":"SnapshotId",
|
|
40575 | 40736 | "documentation":"<p> The number of elastic inference accelerators to attach to the instance. </p> <p>Default: 1</p>"
|
40576 | 40737 | }
|
40577 | 40738 | },
|
40578 |
| - "documentation":"<note> <p>Amazon Elastic Inference is no longer available.</p> </note> <p> Describes an elastic inference accelerator.</p>" |
| 40739 | + "documentation":"<note> <p>Amazon Elastic Inference is no longer available.</p> </note> <p> Describes an elastic inference accelerator. </p>" |
40579 | 40740 | },
|
40580 | 40741 | "LaunchTemplateElasticInferenceAcceleratorCount":{
|
40581 | 40742 | "type":"integer",
|
@@ -50674,12 +50835,12 @@
|
50674 | 50835 | },
|
50675 | 50836 | "ElasticGpuSpecifications":{
|
50676 | 50837 | "shape":"ElasticGpuSpecificationList",
|
50677 |
| - "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note>", |
| 50838 | + "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p> </note>", |
50678 | 50839 | "locationName":"ElasticGpuSpecification"
|
50679 | 50840 | },
|
50680 | 50841 | "ElasticInferenceAccelerators":{
|
50681 | 50842 | "shape":"LaunchTemplateElasticInferenceAcceleratorList",
|
50682 |
| - "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Inference is no longer available.</p> </note>", |
| 50843 | + "documentation":"<note> <p>Amazon Elastic Inference is no longer available.</p> </note> <p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p> <note> <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.</p> </note>", |
50683 | 50844 | "locationName":"ElasticInferenceAccelerator"
|
50684 | 50845 | },
|
50685 | 50846 | "SecurityGroupIds":{
|
@@ -51955,12 +52116,12 @@
|
51955 | 52116 | },
|
51956 | 52117 | "ElasticGpuSpecifications":{
|
51957 | 52118 | "shape":"ElasticGpuSpecificationResponseList",
|
51958 |
| - "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note>", |
| 52119 | + "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p> </note>", |
51959 | 52120 | "locationName":"elasticGpuSpecificationSet"
|
51960 | 52121 | },
|
51961 | 52122 | "ElasticInferenceAccelerators":{
|
51962 | 52123 | "shape":"LaunchTemplateElasticInferenceAcceleratorResponseList",
|
51963 |
| - "documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Inference is no longer available.</p> </note>", |
| 52124 | + "documentation":"<note> <p>Amazon Elastic Inference is no longer available.</p> </note> <p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p> <note> <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.</p> </note>", |
51964 | 52125 | "locationName":"elasticInferenceAcceleratorSet"
|
51965 | 52126 | },
|
51966 | 52127 | "SecurityGroupIds":{
|
|
0 commit comments