|
18494 | 18494 | "Configured":{"shape":"Boolean"} |
18495 | 18495 | } |
18496 | 18496 | }, |
| 18497 | + "LaunchTemplateHttpTokensState":{ |
| 18498 | + "type":"string", |
| 18499 | + "enum":[ |
| 18500 | + "optional", |
| 18501 | + "required" |
| 18502 | + ] |
| 18503 | + }, |
18497 | 18504 | "LaunchTemplateIamInstanceProfileSpecification":{ |
18498 | 18505 | "type":"structure", |
18499 | 18506 | "members":{ |
|
18535 | 18542 | "SpotOptions":{"shape":"LaunchTemplateSpotMarketOptionsRequest"} |
18536 | 18543 | } |
18537 | 18544 | }, |
| 18545 | + "LaunchTemplateInstanceMetadataEndpointState":{ |
| 18546 | + "type":"string", |
| 18547 | + "enum":[ |
| 18548 | + "disabled", |
| 18549 | + "enabled" |
| 18550 | + ] |
| 18551 | + }, |
| 18552 | + "LaunchTemplateInstanceMetadataOptions":{ |
| 18553 | + "type":"structure", |
| 18554 | + "members":{ |
| 18555 | + "State":{ |
| 18556 | + "shape":"LaunchTemplateInstanceMetadataOptionsState", |
| 18557 | + "locationName":"state" |
| 18558 | + }, |
| 18559 | + "HttpTokens":{ |
| 18560 | + "shape":"LaunchTemplateHttpTokensState", |
| 18561 | + "locationName":"httpTokens" |
| 18562 | + }, |
| 18563 | + "HttpPutResponseHopLimit":{ |
| 18564 | + "shape":"Integer", |
| 18565 | + "locationName":"httpPutResponseHopLimit" |
| 18566 | + }, |
| 18567 | + "HttpEndpoint":{ |
| 18568 | + "shape":"LaunchTemplateInstanceMetadataEndpointState", |
| 18569 | + "locationName":"httpEndpoint" |
| 18570 | + } |
| 18571 | + } |
| 18572 | + }, |
| 18573 | + "LaunchTemplateInstanceMetadataOptionsRequest":{ |
| 18574 | + "type":"structure", |
| 18575 | + "members":{ |
| 18576 | + "HttpTokens":{"shape":"LaunchTemplateHttpTokensState"}, |
| 18577 | + "HttpPutResponseHopLimit":{"shape":"Integer"}, |
| 18578 | + "HttpEndpoint":{"shape":"LaunchTemplateInstanceMetadataEndpointState"} |
| 18579 | + } |
| 18580 | + }, |
| 18581 | + "LaunchTemplateInstanceMetadataOptionsState":{ |
| 18582 | + "type":"string", |
| 18583 | + "enum":[ |
| 18584 | + "pending", |
| 18585 | + "applied" |
| 18586 | + ] |
| 18587 | + }, |
18538 | 18588 | "LaunchTemplateInstanceNetworkInterfaceSpecification":{ |
18539 | 18589 | "type":"structure", |
18540 | 18590 | "members":{ |
|
18735 | 18785 | "HostResourceGroupArn":{ |
18736 | 18786 | "shape":"String", |
18737 | 18787 | "locationName":"hostResourceGroupArn" |
| 18788 | + }, |
| 18789 | + "PartitionNumber":{ |
| 18790 | + "shape":"Integer", |
| 18791 | + "locationName":"partitionNumber" |
18738 | 18792 | } |
18739 | 18793 | } |
18740 | 18794 | }, |
|
18747 | 18801 | "HostId":{"shape":"String"}, |
18748 | 18802 | "Tenancy":{"shape":"Tenancy"}, |
18749 | 18803 | "SpreadDomain":{"shape":"String"}, |
18750 | | - "HostResourceGroupArn":{"shape":"String"} |
| 18804 | + "HostResourceGroupArn":{"shape":"String"}, |
| 18805 | + "PartitionNumber":{"shape":"Integer"} |
18751 | 18806 | } |
18752 | 18807 | }, |
18753 | 18808 | "LaunchTemplateSet":{ |
|
22681 | 22736 | "shape":"LaunchTemplateLicenseSpecificationListRequest", |
22682 | 22737 | "locationName":"LicenseSpecification" |
22683 | 22738 | }, |
22684 | | - "HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"} |
| 22739 | + "HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"}, |
| 22740 | + "MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"} |
22685 | 22741 | } |
22686 | 22742 | }, |
22687 | 22743 | "RequestSpotFleetRequest":{ |
|
23575 | 23631 | "HibernationOptions":{ |
23576 | 23632 | "shape":"LaunchTemplateHibernationOptions", |
23577 | 23633 | "locationName":"hibernationOptions" |
| 23634 | + }, |
| 23635 | + "MetadataOptions":{ |
| 23636 | + "shape":"LaunchTemplateInstanceMetadataOptions", |
| 23637 | + "locationName":"metadataOptions" |
23578 | 23638 | } |
23579 | 23639 | } |
23580 | 23640 | }, |
|
0 commit comments