Skip to content

Commit

Permalink
Release v1.36.31 (2021-01-22) (#3749)
Browse files Browse the repository at this point in the history
Release v1.36.31 (2021-01-22)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Introducing startDate field for CapacityReservation object for the date and time which the reservation started and adding reserved parameter for ModifyCapacityReservation.
* `service/greengrassv2`: Updates service documentation
* `service/models.lex.v2`: Adds new service
* `service/rds`: Updates service documentation
  * Documentation updates for Amazon RDS
* `service/redshift`: Updates service API and documentation
  * Update VPC endpoint field names.
* `service/runtime.lex.v2`: Adds new service
* `service/ssm`: Updates service documentation
  * Documentation updates for the ListDocumentFilters API action.
  • Loading branch information
aws-sdk-go-automation authored Jan 22, 2021
1 parent 3ded95b commit df6799b
Show file tree
Hide file tree
Showing 33 changed files with 31,173 additions and 336 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.36.31 (2021-01-22)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Introducing startDate field for CapacityReservation object for the date and time which the reservation started and adding reserved parameter for ModifyCapacityReservation.
* `service/greengrassv2`: Updates service documentation
* `service/models.lex.v2`: Adds new service
* `service/rds`: Updates service documentation
* Documentation updates for Amazon RDS
* `service/redshift`: Updates service API and documentation
* Update VPC endpoint field names.
* `service/runtime.lex.v2`: Adds new service
* `service/ssm`: Updates service documentation
* Documentation updates for the ListDocumentFilters API action.

Release v1.36.30 (2021-01-21)
===

Expand Down
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.36.30"
const SDKVersion = "1.36.31"
11 changes: 8 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@
"AddPrefixListEntries":{
"type":"list",
"member":{"shape":"AddPrefixListEntry"},
"max":1000,
"max":100,
"min":0
},
"AddPrefixListEntry":{
Expand Down Expand Up @@ -6014,6 +6014,10 @@
"shape":"CapacityReservationState",
"locationName":"state"
},
"StartDate":{
"shape":"MillisecondDateTime",
"locationName":"startDate"
},
"EndDate":{
"shape":"DateTime",
"locationName":"endDate"
Expand Down Expand Up @@ -22009,6 +22013,7 @@
"InstanceCount":{"shape":"Integer"},
"EndDate":{"shape":"DateTime"},
"EndDateType":{"shape":"EndDateType"},
"Accept":{"shape":"Boolean"},
"DryRun":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -24659,7 +24664,7 @@
},
"PrefixListMaxResults":{
"type":"integer",
"max":1000,
"max":100,
"min":1
},
"PrefixListResourceId":{"type":"string"},
Expand Down Expand Up @@ -25594,7 +25599,7 @@
"RemovePrefixListEntries":{
"type":"list",
"member":{"shape":"RemovePrefixListEntry"},
"max":1000,
"max":100,
"min":0
},
"RemovePrefixListEntry":{
Expand Down
166 changes: 84 additions & 82 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions models/apis/greengrassv2/2020-11-30/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit df6799b

Please sign in to comment.