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 Nov 13, 2020
1 parent 2016fb5 commit a3fcbf2
Show file tree
Hide file tree
Showing 9 changed files with 735 additions and 35 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Unreleased Changes
------------------

* Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing.

* Feature - Aws::Shield - Updated the API, and documentation for AWS Shield.

* Feature - Aws::Textract - Updated the API, and documentation for Amazon Textract.

2.11.626 (2020-11-12)
------------------

Expand Down
13 changes: 9 additions & 4 deletions aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,7 @@
"Values":{"shape":"ListOfString"}
}
},
"IPv6Address":{"type":"string"},
"IncompatibleProtocolsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1491,7 +1492,8 @@
"members":{
"IpAddress":{"shape":"IpAddress"},
"AllocationId":{"shape":"AllocationId"},
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
"IPv6Address":{"shape":"IPv6Address"}
}
},
"LoadBalancerAddresses":{
Expand Down Expand Up @@ -1985,13 +1987,15 @@
"members":{
"LoadBalancerArn":{"shape":"LoadBalancerArn"},
"Subnets":{"shape":"Subnets"},
"SubnetMappings":{"shape":"SubnetMappings"}
"SubnetMappings":{"shape":"SubnetMappings"},
"IpAddressType":{"shape":"IpAddressType"}
}
},
"SetSubnetsOutput":{
"type":"structure",
"members":{
"AvailabilityZones":{"shape":"AvailabilityZones"}
"AvailabilityZones":{"shape":"AvailabilityZones"},
"IpAddressType":{"shape":"IpAddressType"}
}
},
"SourceIpConditionConfig":{
Expand Down Expand Up @@ -2031,7 +2035,8 @@
"members":{
"SubnetId":{"shape":"SubnetId"},
"AllocationId":{"shape":"AllocationId"},
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
"PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
"IPv6Address":{"shape":"IPv6Address"}
}
},
"SubnetMappings":{
Expand Down
29 changes: 19 additions & 10 deletions aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit a3fcbf2

Please sign in to comment.