Skip to content

Commit a3fcbf2

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2016fb5 commit a3fcbf2

File tree

9 files changed

+735
-35
lines changed

9 files changed

+735
-35
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing.
5+
6+
* Feature - Aws::Shield - Updated the API, and documentation for AWS Shield.
7+
8+
* Feature - Aws::Textract - Updated the API, and documentation for Amazon Textract.
9+
410
2.11.626 (2020-11-12)
511
------------------
612

aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/api-2.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@
13341334
"Values":{"shape":"ListOfString"}
13351335
}
13361336
},
1337+
"IPv6Address":{"type":"string"},
13371338
"IncompatibleProtocolsException":{
13381339
"type":"structure",
13391340
"members":{
@@ -1491,7 +1492,8 @@
14911492
"members":{
14921493
"IpAddress":{"shape":"IpAddress"},
14931494
"AllocationId":{"shape":"AllocationId"},
1494-
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
1495+
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
1496+
"IPv6Address":{"shape":"IPv6Address"}
14951497
}
14961498
},
14971499
"LoadBalancerAddresses":{
@@ -1985,13 +1987,15 @@
19851987
"members":{
19861988
"LoadBalancerArn":{"shape":"LoadBalancerArn"},
19871989
"Subnets":{"shape":"Subnets"},
1988-
"SubnetMappings":{"shape":"SubnetMappings"}
1990+
"SubnetMappings":{"shape":"SubnetMappings"},
1991+
"IpAddressType":{"shape":"IpAddressType"}
19891992
}
19901993
},
19911994
"SetSubnetsOutput":{
19921995
"type":"structure",
19931996
"members":{
1994-
"AvailabilityZones":{"shape":"AvailabilityZones"}
1997+
"AvailabilityZones":{"shape":"AvailabilityZones"},
1998+
"IpAddressType":{"shape":"IpAddressType"}
19951999
}
19962000
},
19972001
"SourceIpConditionConfig":{
@@ -2031,7 +2035,8 @@
20312035
"members":{
20322036
"SubnetId":{"shape":"SubnetId"},
20332037
"AllocationId":{"shape":"AllocationId"},
2034-
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
2038+
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
2039+
"IPv6Address":{"shape":"IPv6Address"}
20352040
}
20362041
},
20372042
"SubnetMappings":{

aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Lines changed: 19 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)