Skip to content

Commit 68da854

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 347975f commit 68da854

File tree

3 files changed

+103
-5
lines changed

3 files changed

+103
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
46
2.11.428 (2020-01-13)
57
------------------
68

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18494,6 +18494,13 @@
1849418494
"Configured":{"shape":"Boolean"}
1849518495
}
1849618496
},
18497+
"LaunchTemplateHttpTokensState":{
18498+
"type":"string",
18499+
"enum":[
18500+
"optional",
18501+
"required"
18502+
]
18503+
},
1849718504
"LaunchTemplateIamInstanceProfileSpecification":{
1849818505
"type":"structure",
1849918506
"members":{
@@ -18535,6 +18542,49 @@
1853518542
"SpotOptions":{"shape":"LaunchTemplateSpotMarketOptionsRequest"}
1853618543
}
1853718544
},
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+
},
1853818588
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
1853918589
"type":"structure",
1854018590
"members":{
@@ -18735,6 +18785,10 @@
1873518785
"HostResourceGroupArn":{
1873618786
"shape":"String",
1873718787
"locationName":"hostResourceGroupArn"
18788+
},
18789+
"PartitionNumber":{
18790+
"shape":"Integer",
18791+
"locationName":"partitionNumber"
1873818792
}
1873918793
}
1874018794
},
@@ -18747,7 +18801,8 @@
1874718801
"HostId":{"shape":"String"},
1874818802
"Tenancy":{"shape":"Tenancy"},
1874918803
"SpreadDomain":{"shape":"String"},
18750-
"HostResourceGroupArn":{"shape":"String"}
18804+
"HostResourceGroupArn":{"shape":"String"},
18805+
"PartitionNumber":{"shape":"Integer"}
1875118806
}
1875218807
},
1875318808
"LaunchTemplateSet":{
@@ -22681,7 +22736,8 @@
2268122736
"shape":"LaunchTemplateLicenseSpecificationListRequest",
2268222737
"locationName":"LicenseSpecification"
2268322738
},
22684-
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"}
22739+
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
22740+
"MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"}
2268522741
}
2268622742
},
2268722743
"RequestSpotFleetRequest":{
@@ -23575,6 +23631,10 @@
2357523631
"HibernationOptions":{
2357623632
"shape":"LaunchTemplateHibernationOptions",
2357723633
"locationName":"hibernationOptions"
23634+
},
23635+
"MetadataOptions":{
23636+
"shape":"LaunchTemplateInstanceMetadataOptions",
23637+
"locationName":"metadataOptions"
2357823638
}
2357923639
}
2358023640
},

0 commit comments

Comments
 (0)