Skip to content

Commit

Permalink
Release v1.34.28 (2020-09-21) (#3550)
Browse files Browse the repository at this point in the history
Release v1.34.28 (2020-09-21)
===

### Service Client Updates
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
  * Add support for Redshift Data API Targets
* `service/glue`: Updates service API and documentation
  * Adding support to update multiple partitions of a table in a single request
* `service/iotsitewise`: Updates service API and documentation
* `service/rds`: Updates service documentation
  * Documentation updates for the RDS DescribeExportTasks API
* `service/resource-groups`: Updates service documentation and paginators
* `service/resourcegroupstaggingapi`: Updates service documentation
  * Documentation updates for the Resource Groups Tagging API.
  • Loading branch information
aws-sdk-go-automation authored Sep 21, 2020
1 parent 1219e65 commit fd796c5
Show file tree
Hide file tree
Showing 26 changed files with 1,580 additions and 160 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.34.28 (2020-09-21)
===

### Service Client Updates
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* Add support for Redshift Data API Targets
* `service/glue`: Updates service API and documentation
* Adding support to update multiple partitions of a table in a single request
* `service/iotsitewise`: Updates service API and documentation
* `service/rds`: Updates service documentation
* Documentation updates for the RDS DescribeExportTasks API
* `service/resource-groups`: Updates service documentation and paginators
* `service/resourcegroupstaggingapi`: Updates service documentation
* Documentation updates for the Resource Groups Tagging API.

Release v1.34.27 (2020-09-18)
===

Expand Down
7 changes: 7 additions & 0 deletions 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.34.27"
const SDKVersion = "1.34.28"
46 changes: 45 additions & 1 deletion models/apis/eventbridge/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,18 @@
"EventSourceArn":{"shape":"String"}
}
},
"Database":{
"type":"string",
"max":64,
"min":1,
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DbUser":{
"type":"string",
"max":128,
"min":1,
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DeactivateEventSourceRequest":{
"type":"structure",
"required":["Name"],
Expand Down Expand Up @@ -1218,6 +1230,27 @@
"max":512,
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
},
"RedshiftDataParameters":{
"type":"structure",
"required":[
"Database",
"Sql"
],
"members":{
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
"Database":{"shape":"Database"},
"DbUser":{"shape":"DbUser"},
"Sql":{"shape":"Sql"},
"StatementName":{"shape":"StatementName"},
"WithEvent":{"shape":"Boolean"}
}
},
"RedshiftSecretManagerArn":{
"type":"string",
"max":1600,
"min":1,
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"RemovePermissionRequest":{
"type":"structure",
"required":["StatementId"],
Expand Down Expand Up @@ -1364,6 +1397,11 @@
"type":"string",
"max":256
},
"Sql":{
"type":"string",
"max":100000,
"min":1
},
"SqsParameters":{
"type":"structure",
"members":{
Expand All @@ -1376,6 +1414,11 @@
"min":1,
"pattern":"[a-zA-Z0-9-_]+"
},
"StatementName":{
"type":"string",
"max":500,
"min":1
},
"String":{"type":"string"},
"StringList":{
"type":"list",
Expand Down Expand Up @@ -1444,7 +1487,8 @@
"EcsParameters":{"shape":"EcsParameters"},
"BatchParameters":{"shape":"BatchParameters"},
"SqsParameters":{"shape":"SqsParameters"},
"HttpParameters":{"shape":"HttpParameters"}
"HttpParameters":{"shape":"HttpParameters"},
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
}
},
"TargetArn":{
Expand Down
39 changes: 38 additions & 1 deletion models/apis/eventbridge/2015-10-07/docs-2.json

Large diffs are not rendered by default.

46 changes: 45 additions & 1 deletion models/apis/events/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,18 @@
"EventSourceArn":{"shape":"String"}
}
},
"Database":{
"type":"string",
"max":64,
"min":1,
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DbUser":{
"type":"string",
"max":128,
"min":1,
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"DeactivateEventSourceRequest":{
"type":"structure",
"required":["Name"],
Expand Down Expand Up @@ -1218,6 +1230,27 @@
"max":512,
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
},
"RedshiftDataParameters":{
"type":"structure",
"required":[
"Database",
"Sql"
],
"members":{
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
"Database":{"shape":"Database"},
"DbUser":{"shape":"DbUser"},
"Sql":{"shape":"Sql"},
"StatementName":{"shape":"StatementName"},
"WithEvent":{"shape":"Boolean"}
}
},
"RedshiftSecretManagerArn":{
"type":"string",
"max":1600,
"min":1,
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
},
"RemovePermissionRequest":{
"type":"structure",
"required":["StatementId"],
Expand Down Expand Up @@ -1364,6 +1397,11 @@
"type":"string",
"max":256
},
"Sql":{
"type":"string",
"max":100000,
"min":1
},
"SqsParameters":{
"type":"structure",
"members":{
Expand All @@ -1376,6 +1414,11 @@
"min":1,
"pattern":"[a-zA-Z0-9-_]+"
},
"StatementName":{
"type":"string",
"max":500,
"min":1
},
"String":{"type":"string"},
"StringList":{
"type":"list",
Expand Down Expand Up @@ -1444,7 +1487,8 @@
"EcsParameters":{"shape":"EcsParameters"},
"BatchParameters":{"shape":"BatchParameters"},
"SqsParameters":{"shape":"SqsParameters"},
"HttpParameters":{"shape":"HttpParameters"}
"HttpParameters":{"shape":"HttpParameters"},
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
}
},
"TargetArn":{
Expand Down
39 changes: 38 additions & 1 deletion models/apis/events/2015-10-07/docs-2.json

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,22 @@
{"shape":"OperationTimeoutException"}
]
},
"BatchUpdatePartition":{
"name":"BatchUpdatePartition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"BatchUpdatePartitionRequest"},
"output":{"shape":"BatchUpdatePartitionResponse"},
"errors":[
{"shape":"InvalidInputException"},
{"shape":"EntityNotFoundException"},
{"shape":"OperationTimeoutException"},
{"shape":"InternalServiceException"},
{"shape":"GlueEncryptionException"}
]
},
"CancelMLTaskRun":{
"name":"CancelMLTaskRun",
"http":{
Expand Down Expand Up @@ -2352,6 +2368,54 @@
"type":"list",
"member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
},
"BatchUpdatePartitionFailureEntry":{
"type":"structure",
"members":{
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
"ErrorDetail":{"shape":"ErrorDetail"}
}
},
"BatchUpdatePartitionFailureList":{
"type":"list",
"member":{"shape":"BatchUpdatePartitionFailureEntry"}
},
"BatchUpdatePartitionRequest":{
"type":"structure",
"required":[
"DatabaseName",
"TableName",
"Entries"
],
"members":{
"CatalogId":{"shape":"CatalogIdString"},
"DatabaseName":{"shape":"NameString"},
"TableName":{"shape":"NameString"},
"Entries":{"shape":"BatchUpdatePartitionRequestEntryList"}
}
},
"BatchUpdatePartitionRequestEntry":{
"type":"structure",
"required":[
"PartitionValueList",
"PartitionInput"
],
"members":{
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
"PartitionInput":{"shape":"PartitionInput"}
}
},
"BatchUpdatePartitionRequestEntryList":{
"type":"list",
"member":{"shape":"BatchUpdatePartitionRequestEntry"},
"max":100,
"min":1
},
"BatchUpdatePartitionResponse":{
"type":"structure",
"members":{
"Errors":{"shape":"BatchUpdatePartitionFailureList"}
}
},
"BinaryColumnStatisticsData":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit fd796c5

Please sign in to comment.