Skip to content

Commit 107cb6e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ac3428e commit 107cb6e

File tree

4 files changed

+107
-11
lines changed

4 files changed

+107
-11
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.457 (2020-03-02)
57
------------------
68

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6612,6 +6612,10 @@
66126612
"LogDestinationType":{"shape":"LogDestinationType"},
66136613
"LogDestination":{"shape":"String"},
66146614
"LogFormat":{"shape":"String"},
6615+
"TagSpecifications":{
6616+
"shape":"TagSpecificationList",
6617+
"locationName":"TagSpecification"
6618+
},
66156619
"MaxAggregationInterval":{"shape":"Integer"}
66166620
}
66176621
},
@@ -14560,7 +14564,7 @@
1456014564
"type":"structure",
1456114565
"members":{
1456214566
"CreationTime":{
14563-
"shape":"DateTime",
14567+
"shape":"MillisecondDateTime",
1456414568
"locationName":"creationTime"
1456514569
},
1456614570
"DeliverLogsErrorMessage":{
@@ -14607,6 +14611,10 @@
1460714611
"shape":"String",
1460814612
"locationName":"logFormat"
1460914613
},
14614+
"Tags":{
14615+
"shape":"TagList",
14616+
"locationName":"tagSet"
14617+
},
1461014618
"MaxAggregationInterval":{
1461114619
"shape":"Integer",
1461214620
"locationName":"maxAggregationInterval"
@@ -23801,7 +23809,8 @@
2380123809
"vpc",
2380223810
"vpc-peering-connection",
2380323811
"vpn-connection",
23804-
"vpn-gateway"
23812+
"vpn-gateway",
23813+
"vpc-flow-log"
2380523814
]
2380623815
},
2380723816
"ResponseError":{
@@ -24318,7 +24327,6 @@
2431824327
},
2431924328
"ClientToken":{
2432024329
"shape":"String",
24321-
"idempotencyToken":true,
2432224330
"locationName":"clientToken"
2432324331
},
2432424332
"DisableApiTermination":{

0 commit comments

Comments
 (0)