|
9923 | 9923 | "target": "smithy.api#Unit" |
9924 | 9924 | }, |
9925 | 9925 | "traits": { |
9926 | | - "smithy.api#documentation": "<p>Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all\n artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is\n in the process of transferring the final disk image, the command fails and returns an exception.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html\">Importing a Virtual Machine Using the Amazon\n EC2 CLI</a>.</p>" |
| 9926 | + "smithy.api#documentation": "<p>Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all\n artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is\n in the process of transferring the final disk image, the command fails and returns an exception.</p>" |
9927 | 9927 | } |
9928 | 9928 | }, |
9929 | 9929 | "com.amazonaws.ec2#CancelExportTask": { |
|
23533 | 23533 | "type": "structure", |
23534 | 23534 | "members": { |
23535 | 23535 | "KeyName": { |
23536 | | - "target": "com.amazonaws.ec2#KeyPairName", |
| 23536 | + "target": "com.amazonaws.ec2#KeyPairNameWithResolver", |
23537 | 23537 | "traits": { |
23538 | 23538 | "smithy.api#documentation": "<p>The name of the key pair.</p>" |
23539 | 23539 | } |
@@ -27910,17 +27910,13 @@ |
27910 | 27910 | "InstanceType": { |
27911 | 27911 | "target": "com.amazonaws.ec2#String", |
27912 | 27912 | "traits": { |
27913 | | - "smithy.api#clientOptional": {}, |
27914 | | - "smithy.api#documentation": "<p>The type of instance for which the Capacity Block offering reserves capacity.</p>", |
27915 | | - "smithy.api#required": {} |
| 27913 | + "smithy.api#documentation": "<p>The type of instance for which the Capacity Block offering reserves capacity.</p>" |
27916 | 27914 | } |
27917 | 27915 | }, |
27918 | 27916 | "InstanceCount": { |
27919 | 27917 | "target": "com.amazonaws.ec2#Integer", |
27920 | 27918 | "traits": { |
27921 | | - "smithy.api#clientOptional": {}, |
27922 | | - "smithy.api#documentation": "<p>The number of instances for which to reserve capacity.</p>", |
27923 | | - "smithy.api#required": {} |
| 27919 | + "smithy.api#documentation": "<p>The number of instances for which to reserve capacity.</p>" |
27924 | 27920 | } |
27925 | 27921 | }, |
27926 | 27922 | "StartDateRange": { |
|
49970 | 49966 | "traits": { |
49971 | 49967 | "smithy.api#enumValue": "use-capacity-reservations-first" |
49972 | 49968 | } |
| 49969 | + }, |
| 49970 | + "USE_CAPACITY_RESERVATIONS_ONLY": { |
| 49971 | + "target": "smithy.api#Unit", |
| 49972 | + "traits": { |
| 49973 | + "smithy.api#enumValue": "use-capacity-reservations-only" |
| 49974 | + } |
| 49975 | + }, |
| 49976 | + "NONE": { |
| 49977 | + "target": "smithy.api#Unit", |
| 49978 | + "traits": { |
| 49979 | + "smithy.api#enumValue": "none" |
| 49980 | + } |
49973 | 49981 | } |
49974 | 49982 | } |
49975 | 49983 | }, |
|
57597 | 57605 | "target": "com.amazonaws.ec2#ImportInstanceResult" |
57598 | 57606 | }, |
57599 | 57607 | "traits": { |
57600 | | - "smithy.api#documentation": "<note>\n <p>We recommend that you use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html\">\n <code>ImportImage</code>\n </a>\n API. For more information, see <a href=\"https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html\">Importing a VM as an image using VM\n Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>\n </note>\n <p>Creates an import instance task using metadata from the specified disk image.</p>\n <p>This API action is not supported by the Command Line Interface (CLI). For\n information about using the Amazon EC2 CLI, which is deprecated, see <a href=\"https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#UsingVirtualMachinesinAmazonEC2\">Importing\n a VM to Amazon EC2</a> in the <i>Amazon EC2 CLI Reference</i> PDF file.</p>\n <p>This API action supports only single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>\n instead.</p>\n <p>For information about the import manifest referenced by this API action, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>" |
| 57608 | + "smithy.api#documentation": "<note>\n <p>We recommend that you use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html\">\n <code>ImportImage</code>\n </a>\n API instead. For more information, see <a href=\"https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html\">Importing a VM as an image using VM\n Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>\n </note>\n <p>Creates an import instance task using metadata from the specified disk image.</p>\n <p>This API action supports only single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>\n instead.</p>\n <p>For information about the import manifest referenced by this API action, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>\n <p>This API action is not supported by the Command Line Interface (CLI).</p>" |
57601 | 57609 | } |
57602 | 57610 | }, |
57603 | 57611 | "com.amazonaws.ec2#ImportInstanceLaunchSpecification": { |
|
58171 | 58179 | "target": "com.amazonaws.ec2#ImportVolumeResult" |
58172 | 58180 | }, |
58173 | 58181 | "traits": { |
58174 | | - "smithy.api#documentation": "<p>Creates an import volume task using metadata from the specified disk image.</p>\n <p>This API action supports only single-volume VMs. To import multi-volume VMs, use \n <a>ImportImage</a> instead. To import a disk to a snapshot, use\n <a>ImportSnapshot</a> instead.</p>\n <p>This API action is not supported by the Command Line Interface (CLI). For \n information about using the Amazon EC2 CLI, which is deprecated, see <a href=\"https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#importing-your-volumes-into-amazon-ebs\">Importing Disks to Amazon EBS</a> in the <i>Amazon EC2 CLI Reference</i> PDF file.</p>\n <p>For information about the import manifest referenced by this API action, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>" |
| 58182 | + "smithy.api#documentation": "<note>\n <p>This API action supports only single-volume VMs. To import multi-volume VMs, use \n <a>ImportImage</a> instead. To import a disk to a snapshot, use\n <a>ImportSnapshot</a> instead.</p>\n </note>\n <p>Creates an import volume task using metadata from the specified disk image.</p>\n <p>For information about the import manifest referenced by this API action, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html\">VM Import Manifest</a>.</p>\n <p>This API action is not supported by the Command Line Interface (CLI).</p>" |
58175 | 58183 | } |
58176 | 58184 | }, |
58177 | 58185 | "com.amazonaws.ec2#ImportVolumeRequest": { |
|
66673 | 66681 | "traits": { |
66674 | 66682 | "smithy.api#enumValue": "mac2-m1ultra.metal" |
66675 | 66683 | } |
| 66684 | + }, |
| 66685 | + "g6e_xlarge": { |
| 66686 | + "target": "smithy.api#Unit", |
| 66687 | + "traits": { |
| 66688 | + "smithy.api#enumValue": "g6e.xlarge" |
| 66689 | + } |
| 66690 | + }, |
| 66691 | + "g6e_2xlarge": { |
| 66692 | + "target": "smithy.api#Unit", |
| 66693 | + "traits": { |
| 66694 | + "smithy.api#enumValue": "g6e.2xlarge" |
| 66695 | + } |
| 66696 | + }, |
| 66697 | + "g6e_4xlarge": { |
| 66698 | + "target": "smithy.api#Unit", |
| 66699 | + "traits": { |
| 66700 | + "smithy.api#enumValue": "g6e.4xlarge" |
| 66701 | + } |
| 66702 | + }, |
| 66703 | + "g6e_8xlarge": { |
| 66704 | + "target": "smithy.api#Unit", |
| 66705 | + "traits": { |
| 66706 | + "smithy.api#enumValue": "g6e.8xlarge" |
| 66707 | + } |
| 66708 | + }, |
| 66709 | + "g6e_12xlarge": { |
| 66710 | + "target": "smithy.api#Unit", |
| 66711 | + "traits": { |
| 66712 | + "smithy.api#enumValue": "g6e.12xlarge" |
| 66713 | + } |
| 66714 | + }, |
| 66715 | + "g6e_16xlarge": { |
| 66716 | + "target": "smithy.api#Unit", |
| 66717 | + "traits": { |
| 66718 | + "smithy.api#enumValue": "g6e.16xlarge" |
| 66719 | + } |
| 66720 | + }, |
| 66721 | + "g6e_24xlarge": { |
| 66722 | + "target": "smithy.api#Unit", |
| 66723 | + "traits": { |
| 66724 | + "smithy.api#enumValue": "g6e.24xlarge" |
| 66725 | + } |
| 66726 | + }, |
| 66727 | + "g6e_48xlarge": { |
| 66728 | + "target": "smithy.api#Unit", |
| 66729 | + "traits": { |
| 66730 | + "smithy.api#enumValue": "g6e.48xlarge" |
| 66731 | + } |
66676 | 66732 | } |
66677 | 66733 | } |
66678 | 66734 | }, |
|
70737 | 70793 | "com.amazonaws.ec2#KeyPairName": { |
70738 | 70794 | "type": "string" |
70739 | 70795 | }, |
| 70796 | + "com.amazonaws.ec2#KeyPairNameWithResolver": { |
| 70797 | + "type": "string" |
| 70798 | + }, |
70740 | 70799 | "com.amazonaws.ec2#KeyType": { |
70741 | 70800 | "type": "enum", |
70742 | 70801 | "members": { |
|
96168 | 96227 | "target": "com.amazonaws.ec2#String", |
96169 | 96228 | "traits": { |
96170 | 96229 | "aws.protocols#ec2QueryName": "Description", |
96171 | | - "smithy.api#documentation": "<p>The description of the snapshot.</p>", |
| 96230 | + "smithy.api#documentation": "<p>The description of the disk image being imported.</p>", |
96172 | 96231 | "smithy.api#xmlName": "description" |
96173 | 96232 | } |
96174 | 96233 | }, |
|
0 commit comments