|
9921 | 9921 | "target": "smithy.api#Unit"
|
9922 | 9922 | },
|
9923 | 9923 | "traits": {
|
9924 |
| - "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>" |
| 9924 | + "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>" |
9925 | 9925 | }
|
9926 | 9926 | },
|
9927 | 9927 | "com.amazonaws.ec2#CancelExportTask": {
|
|
23520 | 23520 | "type": "structure",
|
23521 | 23521 | "members": {
|
23522 | 23522 | "KeyName": {
|
23523 |
| - "target": "com.amazonaws.ec2#KeyPairName", |
| 23523 | + "target": "com.amazonaws.ec2#KeyPairNameWithResolver", |
23524 | 23524 | "traits": {
|
23525 | 23525 | "smithy.api#documentation": "<p>The name of the key pair.</p>"
|
23526 | 23526 | }
|
@@ -27891,17 +27891,13 @@
|
27891 | 27891 | "InstanceType": {
|
27892 | 27892 | "target": "com.amazonaws.ec2#String",
|
27893 | 27893 | "traits": {
|
27894 |
| - "smithy.api#clientOptional": {}, |
27895 |
| - "smithy.api#documentation": "<p>The type of instance for which the Capacity Block offering reserves capacity.</p>", |
27896 |
| - "smithy.api#required": {} |
| 27894 | + "smithy.api#documentation": "<p>The type of instance for which the Capacity Block offering reserves capacity.</p>" |
27897 | 27895 | }
|
27898 | 27896 | },
|
27899 | 27897 | "InstanceCount": {
|
27900 | 27898 | "target": "com.amazonaws.ec2#Integer",
|
27901 | 27899 | "traits": {
|
27902 |
| - "smithy.api#clientOptional": {}, |
27903 |
| - "smithy.api#documentation": "<p>The number of instances for which to reserve capacity.</p>", |
27904 |
| - "smithy.api#required": {} |
| 27900 | + "smithy.api#documentation": "<p>The number of instances for which to reserve capacity.</p>" |
27905 | 27901 | }
|
27906 | 27902 | },
|
27907 | 27903 | "StartDateRange": {
|
|
49857 | 49853 | "traits": {
|
49858 | 49854 | "smithy.api#enumValue": "use-capacity-reservations-first"
|
49859 | 49855 | }
|
| 49856 | + }, |
| 49857 | + "USE_CAPACITY_RESERVATIONS_ONLY": { |
| 49858 | + "target": "smithy.api#Unit", |
| 49859 | + "traits": { |
| 49860 | + "smithy.api#enumValue": "use-capacity-reservations-only" |
| 49861 | + } |
| 49862 | + }, |
| 49863 | + "NONE": { |
| 49864 | + "target": "smithy.api#Unit", |
| 49865 | + "traits": { |
| 49866 | + "smithy.api#enumValue": "none" |
| 49867 | + } |
49860 | 49868 | }
|
49861 | 49869 | }
|
49862 | 49870 | },
|
|
57482 | 57490 | "target": "com.amazonaws.ec2#ImportInstanceResult"
|
57483 | 57491 | },
|
57484 | 57492 | "traits": {
|
57485 |
| - "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>" |
| 57493 | + "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>" |
57486 | 57494 | }
|
57487 | 57495 | },
|
57488 | 57496 | "com.amazonaws.ec2#ImportInstanceLaunchSpecification": {
|
|
58056 | 58064 | "target": "com.amazonaws.ec2#ImportVolumeResult"
|
58057 | 58065 | },
|
58058 | 58066 | "traits": {
|
58059 |
| - "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>" |
| 58067 | + "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>" |
58060 | 58068 | }
|
58061 | 58069 | },
|
58062 | 58070 | "com.amazonaws.ec2#ImportVolumeRequest": {
|
|
66558 | 66566 | "traits": {
|
66559 | 66567 | "smithy.api#enumValue": "mac2-m1ultra.metal"
|
66560 | 66568 | }
|
| 66569 | + }, |
| 66570 | + "g6e_xlarge": { |
| 66571 | + "target": "smithy.api#Unit", |
| 66572 | + "traits": { |
| 66573 | + "smithy.api#enumValue": "g6e.xlarge" |
| 66574 | + } |
| 66575 | + }, |
| 66576 | + "g6e_2xlarge": { |
| 66577 | + "target": "smithy.api#Unit", |
| 66578 | + "traits": { |
| 66579 | + "smithy.api#enumValue": "g6e.2xlarge" |
| 66580 | + } |
| 66581 | + }, |
| 66582 | + "g6e_4xlarge": { |
| 66583 | + "target": "smithy.api#Unit", |
| 66584 | + "traits": { |
| 66585 | + "smithy.api#enumValue": "g6e.4xlarge" |
| 66586 | + } |
| 66587 | + }, |
| 66588 | + "g6e_8xlarge": { |
| 66589 | + "target": "smithy.api#Unit", |
| 66590 | + "traits": { |
| 66591 | + "smithy.api#enumValue": "g6e.8xlarge" |
| 66592 | + } |
| 66593 | + }, |
| 66594 | + "g6e_12xlarge": { |
| 66595 | + "target": "smithy.api#Unit", |
| 66596 | + "traits": { |
| 66597 | + "smithy.api#enumValue": "g6e.12xlarge" |
| 66598 | + } |
| 66599 | + }, |
| 66600 | + "g6e_16xlarge": { |
| 66601 | + "target": "smithy.api#Unit", |
| 66602 | + "traits": { |
| 66603 | + "smithy.api#enumValue": "g6e.16xlarge" |
| 66604 | + } |
| 66605 | + }, |
| 66606 | + "g6e_24xlarge": { |
| 66607 | + "target": "smithy.api#Unit", |
| 66608 | + "traits": { |
| 66609 | + "smithy.api#enumValue": "g6e.24xlarge" |
| 66610 | + } |
| 66611 | + }, |
| 66612 | + "g6e_48xlarge": { |
| 66613 | + "target": "smithy.api#Unit", |
| 66614 | + "traits": { |
| 66615 | + "smithy.api#enumValue": "g6e.48xlarge" |
| 66616 | + } |
66561 | 66617 | }
|
66562 | 66618 | }
|
66563 | 66619 | },
|
|
70622 | 70678 | "com.amazonaws.ec2#KeyPairName": {
|
70623 | 70679 | "type": "string"
|
70624 | 70680 | },
|
| 70681 | + "com.amazonaws.ec2#KeyPairNameWithResolver": { |
| 70682 | + "type": "string" |
| 70683 | + }, |
70625 | 70684 | "com.amazonaws.ec2#KeyType": {
|
70626 | 70685 | "type": "enum",
|
70627 | 70686 | "members": {
|
|
96036 | 96095 | "target": "com.amazonaws.ec2#String",
|
96037 | 96096 | "traits": {
|
96038 | 96097 | "aws.protocols#ec2QueryName": "Description",
|
96039 |
| - "smithy.api#documentation": "<p>The description of the snapshot.</p>", |
| 96098 | + "smithy.api#documentation": "<p>The description of the disk image being imported.</p>", |
96040 | 96099 | "smithy.api#xmlName": "description"
|
96041 | 96100 | }
|
96042 | 96101 | },
|
|
0 commit comments