Skip to content

Commit a5dc920

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 24440b9 commit a5dc920

File tree

5 files changed

+54
-25
lines changed

5 files changed

+54
-25
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::KinesisVideo - Updated the API, and documentation for Amazon Kinesis Video Streams.
7+
48
2.11.220 (2019-02-13)
59
------------------
610

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4950,6 +4950,10 @@
49504950
"shape":"String",
49514951
"locationName":"clientCidrBlock"
49524952
},
4953+
"DnsServers":{
4954+
"shape":"ValueStringList",
4955+
"locationName":"dnsServer"
4956+
},
49534957
"SplitTunnel":{
49544958
"shape":"Boolean",
49554959
"locationName":"splitTunnel"
@@ -4964,6 +4968,8 @@
49644968
},
49654969
"AssociatedTargetNetworks":{
49664970
"shape":"AssociatedTargetNetworkSet",
4971+
"deprecated":true,
4972+
"deprecatedMessage":"This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.",
49674973
"locationName":"associatedTargetNetwork"
49684974
},
49694975
"ServerCertificateArn":{
@@ -4977,6 +4983,10 @@
49774983
"ConnectionLogOptions":{
49784984
"shape":"ConnectionLogResponseOptions",
49794985
"locationName":"connectionLogOptions"
4986+
},
4987+
"Tags":{
4988+
"shape":"TagList",
4989+
"locationName":"tagSet"
49804990
}
49814991
}
49824992
},
@@ -5396,6 +5406,10 @@
53965406
"ClientToken":{
53975407
"shape":"String",
53985408
"idempotencyToken":true
5409+
},
5410+
"TagSpecifications":{
5411+
"shape":"TagSpecificationList",
5412+
"locationName":"TagSpecification"
53995413
}
54005414
}
54015415
},
@@ -14311,6 +14325,7 @@
1431114325
"m5.4xlarge",
1431214326
"m5.12xlarge",
1431314327
"m5.24xlarge",
14328+
"m5.metal",
1431414329
"m5a.large",
1431514330
"m5a.xlarge",
1431614331
"m5a.2xlarge",
@@ -14323,6 +14338,7 @@
1432314338
"m5d.4xlarge",
1432414339
"m5d.12xlarge",
1432514340
"m5d.24xlarge",
14341+
"m5d.metal",
1432614342
"h1.2xlarge",
1432714343
"h1.4xlarge",
1432814344
"h1.8xlarge",
@@ -14333,6 +14349,7 @@
1433314349
"z1d.3xlarge",
1433414350
"z1d.6xlarge",
1433514351
"z1d.12xlarge",
14352+
"z1d.metal",
1433614353
"u-6tb1.metal",
1433714354
"u-9tb1.metal",
1433814355
"u-12tb1.metal",
@@ -18782,6 +18799,7 @@
1878218799
"ResourceType":{
1878318800
"type":"string",
1878418801
"enum":[
18802+
"client-vpn-endpoint",
1878518803
"customer-gateway",
1878618804
"dedicated-host",
1878718805
"dhcp-options",

0 commit comments

Comments
 (0)