Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jun 7, 2019
1 parent af1b7d9 commit f1c6f66
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 40 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.

2.11.289 (2019-06-06)
------------------

Expand Down
15 changes: 14 additions & 1 deletion aws-sdk-core/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -22012,7 +22012,8 @@
"type":"string",
"enum":[
"vpc",
"vpn"
"vpn",
"direct-connect-gateway"
]
},
"TransitGatewayAttachmentState":{
Expand Down Expand Up @@ -23308,6 +23309,10 @@
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
},
"OwnerId":{
"shape":"String",
"locationName":"ownerId"
}
}
},
Expand All @@ -23333,6 +23338,14 @@
"CreationTimestamp":{
"shape":"MillisecondDateTime",
"locationName":"creationTimestamp"
},
"DnsEntries":{
"shape":"DnsEntrySet",
"locationName":"dnsEntrySet"
},
"NetworkLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"networkLoadBalancerArnSet"
}
}
},
Expand Down
Loading

0 comments on commit f1c6f66

Please sign in to comment.