@@ -803,6 +803,7 @@ class IPAM(AWSObject):
803803 ),
804804 "Description" : (str , False ),
805805 "EnablePrivateGua" : (boolean , False ),
806+ "MeteredAccount" : (str , False ),
806807 "OperatingRegions" : ([IpamOperatingRegion ], False ),
807808 "Tags" : (Tags , False ),
808809 "Tier" : (str , False ),
@@ -1070,6 +1071,20 @@ class LicenseSpecification(AWSProperty):
10701071 }
10711072
10721073
1074+ class MetadataOptions (AWSProperty ):
1075+ """
1076+ `MetadataOptions <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html>`__
1077+ """
1078+
1079+ props : PropsDictType = {
1080+ "HttpEndpoint" : (str , False ),
1081+ "HttpProtocolIpv6" : (str , False ),
1082+ "HttpPutResponseHopLimit" : (integer , False ),
1083+ "HttpTokens" : (str , False ),
1084+ "InstanceMetadataTags" : (str , False ),
1085+ }
1086+
1087+
10731088class EnaSrdUdpSpecification (AWSProperty ):
10741089 """
10751090 `EnaSrdUdpSpecification <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterfaceattachment-enasrdudpspecification.html>`__
@@ -1191,6 +1206,7 @@ class Instance(AWSObject):
11911206 "KeyName" : (str , False ),
11921207 "LaunchTemplate" : (LaunchTemplateSpecification , False ),
11931208 "LicenseSpecifications" : ([LicenseSpecification ], False ),
1209+ "MetadataOptions" : (MetadataOptions , False ),
11941210 "Monitoring" : (boolean , False ),
11951211 "NetworkInterfaces" : ([NetworkInterfaceProperty ], False ),
11961212 "PlacementGroupName" : (str , False ),
@@ -1519,20 +1535,6 @@ class MaintenanceOptions(AWSProperty):
15191535 }
15201536
15211537
1522- class MetadataOptions (AWSProperty ):
1523- """
1524- `MetadataOptions <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html>`__
1525- """
1526-
1527- props : PropsDictType = {
1528- "HttpEndpoint" : (str , False ),
1529- "HttpProtocolIpv6" : (str , False ),
1530- "HttpPutResponseHopLimit" : (integer , False ),
1531- "HttpTokens" : (str , False ),
1532- "InstanceMetadataTags" : (str , False ),
1533- }
1534-
1535-
15361538class Monitoring (AWSProperty ):
15371539 """
15381540 `Monitoring <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetmonitoring.html>`__
0 commit comments