Skip to content

Commit

Permalink
Release v1.37.0 (2021-01-28) (#3761)
Browse files Browse the repository at this point in the history
Release v1.37.0 (2021-01-28)
===

### Service Client Updates
* `service/databrew`: Updates service API and documentation
* `service/iot`: Updates service documentation
  * Documentation updates for IoT DeleteOTAUpdate API
* `service/managedblockchain`: Updates service API and documentation
* `service/monitoring`: Updates service API and documentation
  * Update to SDK to support label time zones in CloudWatch GetMetricData
* `service/robomaker`: Updates service API and documentation
* `service/wellarchitected`: Updates service documentation

### SDK Features
* `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](#3755))
* `aws/session`: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) ([#3755](#3755))
  • Loading branch information
aws-sdk-go-automation committed Jan 28, 2021
1 parent af42fb7 commit c9d4f94
Show file tree
Hide file tree
Showing 25 changed files with 2,190 additions and 494 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.37.0 (2021-01-28)
===

### Service Client Updates
* `service/databrew`: Updates service API and documentation
* `service/iot`: Updates service documentation
* Documentation updates for IoT DeleteOTAUpdate API
* `service/managedblockchain`: Updates service API and documentation
* `service/monitoring`: Updates service API and documentation
* Update to SDK to support label time zones in CloudWatch GetMetricData
* `service/robomaker`: Updates service API and documentation
* `service/wellarchitected`: Updates service documentation

### SDK Features
* `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))
* `aws/session`: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))

Release v1.36.33 (2021-01-27)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))
* `aws/session`: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))

### SDK Enhancements

Expand Down
21 changes: 16 additions & 5 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.36.33"
const SDKVersion = "1.37.0"
57 changes: 54 additions & 3 deletions models/apis/databrew/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"input":{"shape":"CreateProfileJobRequest"},
"output":{"shape":"CreateProfileJobResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
},
Expand Down Expand Up @@ -91,6 +95,10 @@
"input":{"shape":"CreateRecipeJobRequest"},
"output":{"shape":"CreateRecipeJobResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
},
Expand All @@ -103,6 +111,8 @@
"input":{"shape":"CreateScheduleRequest"},
"output":{"shape":"CreateScheduleResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
},
Expand All @@ -115,6 +125,7 @@
"input":{"shape":"DeleteDatasetRequest"},
"output":{"shape":"DeleteDatasetResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
Expand All @@ -128,6 +139,7 @@
"input":{"shape":"DeleteJobRequest"},
"output":{"shape":"DeleteJobResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
Expand All @@ -141,6 +153,7 @@
"input":{"shape":"DeleteProjectRequest"},
"output":{"shape":"DeleteProjectResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
Expand All @@ -154,6 +167,7 @@
"input":{"shape":"DeleteRecipeVersionRequest"},
"output":{"shape":"DeleteRecipeVersionResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
Expand Down Expand Up @@ -345,7 +359,8 @@
"output":{"shape":"PublishRecipeResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"SendProjectSessionAction":{
Expand All @@ -371,7 +386,9 @@
"input":{"shape":"StartJobRunRequest"},
"output":{"shape":"StartJobRunResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
},
Expand All @@ -384,7 +401,9 @@
"input":{"shape":"StartProjectSessionRequest"},
"output":{"shape":"StartProjectSessionResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
},
Expand Down Expand Up @@ -438,6 +457,7 @@
"input":{"shape":"UpdateDatasetRequest"},
"output":{"shape":"UpdateDatasetResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
Expand All @@ -451,6 +471,8 @@
"input":{"shape":"UpdateProfileJobRequest"},
"output":{"shape":"UpdateProfileJobResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
Expand Down Expand Up @@ -489,6 +511,8 @@
"input":{"shape":"UpdateRecipeJobRequest"},
"output":{"shape":"UpdateRecipeJobResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
Expand All @@ -501,6 +525,8 @@
"input":{"shape":"UpdateScheduleRequest"},
"output":{"shape":"UpdateScheduleResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ValidationException"}
]
}
Expand Down Expand Up @@ -777,6 +803,18 @@
"max":512,
"min":1
},
"CsvOptions":{
"type":"structure",
"members":{
"Delimiter":{"shape":"Delimiter"}
}
},
"CsvOutputOptions":{
"type":"structure",
"members":{
"Delimiter":{"shape":"Delimiter"}
}
},
"DataCatalogInputDefinition":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -927,6 +965,11 @@
"Name":{"shape":"ScheduleName"}
}
},
"Delimiter":{
"type":"string",
"max":1,
"min":1
},
"DescribeDatasetRequest":{
"type":"structure",
"required":["Name"],
Expand Down Expand Up @@ -1113,7 +1156,8 @@
"type":"structure",
"members":{
"Json":{"shape":"JsonOptions"},
"Excel":{"shape":"ExcelOptions"}
"Excel":{"shape":"ExcelOptions"},
"Csv":{"shape":"CsvOptions"}
}
},
"HiddenColumnList":{
Expand Down Expand Up @@ -1489,7 +1533,8 @@
"Format":{"shape":"OutputFormat"},
"PartitionColumns":{"shape":"ColumnNameList"},
"Location":{"shape":"S3Location"},
"Overwrite":{"shape":"OverwriteOutput"}
"Overwrite":{"shape":"OverwriteOutput"},
"FormatOptions":{"shape":"OutputFormatOptions"}
}
},
"OutputFormat":{
Expand All @@ -1504,6 +1549,12 @@
"XML"
]
},
"OutputFormatOptions":{
"type":"structure",
"members":{
"Csv":{"shape":"CsvOutputOptions"}
}
},
"OutputList":{
"type":"list",
"member":{"shape":"Output"},
Expand Down
Loading

0 comments on commit c9d4f94

Please sign in to comment.