|
2766 | 2766 | {
|
2767 | 2767 | "target": "com.amazonaws.ec2#GetInstanceTypesFromInstanceRequirements"
|
2768 | 2768 | },
|
| 2769 | + { |
| 2770 | + "target": "com.amazonaws.ec2#GetInstanceUefiData" |
| 2771 | + }, |
2769 | 2772 | {
|
2770 | 2773 | "target": "com.amazonaws.ec2#GetIpamAddressHistory"
|
2771 | 2774 | },
|
|
37947 | 37950 | }
|
37948 | 37951 | }
|
37949 | 37952 | },
|
| 37953 | + "com.amazonaws.ec2#GetInstanceUefiData": { |
| 37954 | + "type": "operation", |
| 37955 | + "input": { |
| 37956 | + "target": "com.amazonaws.ec2#GetInstanceUefiDataRequest" |
| 37957 | + }, |
| 37958 | + "output": { |
| 37959 | + "target": "com.amazonaws.ec2#GetInstanceUefiDataResult" |
| 37960 | + }, |
| 37961 | + "traits": { |
| 37962 | + "smithy.api#documentation": "<p>A binary representation of the UEFI variable store. Only non-volatile variables are\n stored. This is a base64 encoded and zlib compressed binary value that must be properly\n encoded.</p>\n <p>When you use <a href=\"https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html\">register-image</a>\n to create an AMI, you can create an exact copy of your variable store by passing the UEFI data in the <code>UefiData</code>\n parameter. You can modify the UEFI data by using the <a href=\"https://github.com/awslabs/python-uefivars\">python-uefivars tool</a>\n on GitHub. You can use the tool to convert the UEFI data into a human-readable format (JSON), which you can \n inspect and modify, and then convert back into the binary format to use with register-image.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html\">UEFI Secure Boot</a> in the\n <i>Amazon EC2 User Guide</i>.</p>" |
| 37963 | + } |
| 37964 | + }, |
| 37965 | + "com.amazonaws.ec2#GetInstanceUefiDataRequest": { |
| 37966 | + "type": "structure", |
| 37967 | + "members": { |
| 37968 | + "InstanceId": { |
| 37969 | + "target": "com.amazonaws.ec2#InstanceId", |
| 37970 | + "traits": { |
| 37971 | + "smithy.api#documentation": "<p>The ID of the instance from which to retrieve the UEFI data.</p>", |
| 37972 | + "smithy.api#required": {}, |
| 37973 | + "smithy.api#xmlName": "InstanceId" |
| 37974 | + } |
| 37975 | + }, |
| 37976 | + "DryRun": { |
| 37977 | + "target": "com.amazonaws.ec2#Boolean", |
| 37978 | + "traits": { |
| 37979 | + "smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, \n and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. \n Otherwise, it is <code>UnauthorizedOperation</code>.</p>" |
| 37980 | + } |
| 37981 | + } |
| 37982 | + } |
| 37983 | + }, |
| 37984 | + "com.amazonaws.ec2#GetInstanceUefiDataResult": { |
| 37985 | + "type": "structure", |
| 37986 | + "members": { |
| 37987 | + "InstanceId": { |
| 37988 | + "target": "com.amazonaws.ec2#InstanceId", |
| 37989 | + "traits": { |
| 37990 | + "aws.protocols#ec2QueryName": "InstanceId", |
| 37991 | + "smithy.api#documentation": "<p>The ID of the instance from which to retrieve the UEFI data.</p>", |
| 37992 | + "smithy.api#xmlName": "instanceId" |
| 37993 | + } |
| 37994 | + }, |
| 37995 | + "UefiData": { |
| 37996 | + "target": "com.amazonaws.ec2#String", |
| 37997 | + "traits": { |
| 37998 | + "aws.protocols#ec2QueryName": "UefiData", |
| 37999 | + "smithy.api#documentation": "<p>Base64 representation of the non-volatile UEFI variable store.</p>", |
| 38000 | + "smithy.api#xmlName": "uefiData" |
| 38001 | + } |
| 38002 | + } |
| 38003 | + } |
| 38004 | + }, |
37950 | 38005 | "com.amazonaws.ec2#GetIpamAddressHistory": {
|
37951 | 38006 | "type": "operation",
|
37952 | 38007 | "input": {
|
|
40869 | 40924 | "smithy.api#xmlName": "bootMode"
|
40870 | 40925 | }
|
40871 | 40926 | },
|
| 40927 | + "TpmSupport": { |
| 40928 | + "target": "com.amazonaws.ec2#TpmSupportValues", |
| 40929 | + "traits": { |
| 40930 | + "aws.protocols#ec2QueryName": "TpmSupport", |
| 40931 | + "smithy.api#documentation": "<p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>. \n For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html\">NitroTPM</a> in the\n <i>Amazon Elastic Compute Cloud User Guide</i>.</p>", |
| 40932 | + "smithy.api#xmlName": "tpmSupport" |
| 40933 | + } |
| 40934 | + }, |
40872 | 40935 | "DeprecationTime": {
|
40873 | 40936 | "target": "com.amazonaws.ec2#String",
|
40874 | 40937 | "traits": {
|
|
40957 | 41020 | "smithy.api#xmlName": "bootMode"
|
40958 | 41021 | }
|
40959 | 41022 | },
|
| 41023 | + "TpmSupport": { |
| 41024 | + "target": "com.amazonaws.ec2#AttributeValue", |
| 41025 | + "traits": { |
| 41026 | + "aws.protocols#ec2QueryName": "TpmSupport", |
| 41027 | + "smithy.api#documentation": "<p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.</p>", |
| 41028 | + "smithy.api#xmlName": "tpmSupport" |
| 41029 | + } |
| 41030 | + }, |
| 41031 | + "UefiData": { |
| 41032 | + "target": "com.amazonaws.ec2#AttributeValue", |
| 41033 | + "traits": { |
| 41034 | + "aws.protocols#ec2QueryName": "UefiData", |
| 41035 | + "smithy.api#documentation": "<p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,\n use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData\">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the\n <a href=\"https://github.com/awslabs/python-uefivars\">python-uefivars tool</a> on\n GitHub. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html\">UEFI Secure Boot</a> in the\n <i>Amazon Elastic Compute Cloud User Guide</i>.</p>", |
| 41036 | + "smithy.api#xmlName": "uefiData" |
| 41037 | + } |
| 41038 | + }, |
40960 | 41039 | "LastLaunchedTime": {
|
40961 | 41040 | "target": "com.amazonaws.ec2#AttributeValue",
|
40962 | 41041 | "traits": {
|
|
41006 | 41085 | "value": "bootMode",
|
41007 | 41086 | "name": "bootMode"
|
41008 | 41087 | },
|
| 41088 | + { |
| 41089 | + "value": "tpmSupport", |
| 41090 | + "name": "tpmSupport" |
| 41091 | + }, |
| 41092 | + { |
| 41093 | + "value": "uefiData", |
| 41094 | + "name": "uefiData" |
| 41095 | + }, |
41009 | 41096 | {
|
41010 | 41097 | "value": "lastLaunchedTime",
|
41011 | 41098 | "name": "lastLaunchedTime"
|
|
42887 | 42974 | "smithy.api#xmlName": "ipv6Address"
|
42888 | 42975 | }
|
42889 | 42976 | },
|
| 42977 | + "TpmSupport": { |
| 42978 | + "target": "com.amazonaws.ec2#String", |
| 42979 | + "traits": { |
| 42980 | + "aws.protocols#ec2QueryName": "TpmSupport", |
| 42981 | + "smithy.api#documentation": "<p>If the instance is configured for NitroTPM support, the value is <code>v2.0</code>.\n For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html\">NitroTPM</a> in the\n <i>Amazon EC2 User Guide</i>.</p>", |
| 42982 | + "smithy.api#xmlName": "tpmSupport" |
| 42983 | + } |
| 42984 | + }, |
42890 | 42985 | "MaintenanceOptions": {
|
42891 | 42986 | "target": "com.amazonaws.ec2#InstanceMaintenanceOptions",
|
42892 | 42987 | "traits": {
|
|
62622 | 62717 | "traits": {
|
62623 | 62718 | "smithy.api#documentation": "<p>The boot mode of the AMI. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the\n <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
|
62624 | 62719 | }
|
| 62720 | + }, |
| 62721 | + "TpmSupport": { |
| 62722 | + "target": "com.amazonaws.ec2#TpmSupportValues", |
| 62723 | + "traits": { |
| 62724 | + "smithy.api#documentation": "<p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more\n information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html\">NitroTPM</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>" |
| 62725 | + } |
| 62726 | + }, |
| 62727 | + "UefiData": { |
| 62728 | + "target": "com.amazonaws.ec2#StringType", |
| 62729 | + "traits": { |
| 62730 | + "smithy.api#documentation": "<p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,\n use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData\">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the\n <a href=\"https://github.com/awslabs/python-uefivars\">python-uefivars tool</a> on\n GitHub. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html\">UEFI Secure Boot</a> in the\n <i>Amazon Elastic Compute Cloud User Guide</i>.</p>" |
| 62731 | + } |
62625 | 62732 | }
|
62626 | 62733 | },
|
62627 | 62734 | "traits": {
|
|
72369 | 72476 | }
|
72370 | 72477 | }
|
72371 | 72478 | },
|
| 72479 | + "com.amazonaws.ec2#StringType": { |
| 72480 | + "type": "string", |
| 72481 | + "traits": { |
| 72482 | + "smithy.api#length": { |
| 72483 | + "min": 0, |
| 72484 | + "max": 64000 |
| 72485 | + } |
| 72486 | + } |
| 72487 | + }, |
72372 | 72488 | "com.amazonaws.ec2#Subnet": {
|
72373 | 72489 | "type": "structure",
|
72374 | 72490 | "members": {
|
|
73656 | 73772 | "smithy.api#documentation": "<p>The minimum and maximum amount of total local storage, in GB.</p>"
|
73657 | 73773 | }
|
73658 | 73774 | },
|
| 73775 | + "com.amazonaws.ec2#TpmSupportValues": { |
| 73776 | + "type": "string", |
| 73777 | + "traits": { |
| 73778 | + "smithy.api#enum": [ |
| 73779 | + { |
| 73780 | + "value": "v2.0", |
| 73781 | + "name": "v2_0" |
| 73782 | + } |
| 73783 | + ] |
| 73784 | + } |
| 73785 | + }, |
73659 | 73786 | "com.amazonaws.ec2#TrafficDirection": {
|
73660 | 73787 | "type": "string",
|
73661 | 73788 | "traits": {
|
|
0 commit comments