Skip to content

Commit

Permalink
Release v1.35.28 (2020-11-13) (#3635)
Browse files Browse the repository at this point in the history
Release v1.35.28 (2020-11-13)
===

### Service Client Updates
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/shield`: Updates service API, documentation, and paginators
  * This release adds APIs for two new features: 1) Allow customers to bundle resources into protection groups and treat as a single unit. 2) Provide per-account event summaries to all AWS customers.
* `service/textract`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Nov 13, 2020
1 parent 0a625f5 commit 92ba103
Show file tree
Hide file tree
Showing 17 changed files with 3,253 additions and 365 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.35.28 (2020-11-13)
===

### Service Client Updates
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/shield`: Updates service API, documentation, and paginators
* This release adds APIs for two new features: 1) Allow customers to bundle resources into protection groups and treat as a single unit. 2) Provide per-account event summaries to all AWS customers.
* `service/textract`: Updates service API and documentation

Release v1.35.27 (2020-11-12)
===

Expand Down
26 changes: 25 additions & 1 deletion aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.27"
const SDKVersion = "1.35.28"
13 changes: 9 additions & 4 deletions models/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 models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 92ba103

Please sign in to comment.