Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit c9d4f94

Browse files
Release v1.37.0 (2021-01-28) (#3761)
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))
1 parent af42fb7 commit c9d4f94

File tree

25 files changed

+2190
-494
lines changed

25 files changed

+2190
-494
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.37.0 (2021-01-28)
2+
===
3+
4+
### Service Client Updates
5+
* `service/databrew`: Updates service API and documentation
6+
* `service/iot`: Updates service documentation
7+
* Documentation updates for IoT DeleteOTAUpdate API
8+
* `service/managedblockchain`: Updates service API and documentation
9+
* `service/monitoring`: Updates service API and documentation
10+
* Update to SDK to support label time zones in CloudWatch GetMetricData
11+
* `service/robomaker`: Updates service API and documentation
12+
* `service/wellarchitected`: Updates service documentation
13+
14+
### SDK Features
15+
* `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))
16+
* `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))
17+
118
Release v1.36.33 (2021-01-27)
219
===
320

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### SDK Features
2-
* `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](https://github.com/aws/aws-sdk-go/pull/3755))
3-
* `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))
42

53
### SDK Enhancements
64

aws/endpoints/defaults.go

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.36.33"
8+
const SDKVersion = "1.37.0"

models/apis/databrew/2017-07-25/api-2.json

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"input":{"shape":"CreateProfileJobRequest"},
5151
"output":{"shape":"CreateProfileJobResponse"},
5252
"errors":[
53+
{"shape":"AccessDeniedException"},
54+
{"shape":"ConflictException"},
55+
{"shape":"ResourceNotFoundException"},
56+
{"shape":"ServiceQuotaExceededException"},
5357
{"shape":"ValidationException"}
5458
]
5559
},
@@ -91,6 +95,10 @@
9195
"input":{"shape":"CreateRecipeJobRequest"},
9296
"output":{"shape":"CreateRecipeJobResponse"},
9397
"errors":[
98+
{"shape":"AccessDeniedException"},
99+
{"shape":"ConflictException"},
100+
{"shape":"ResourceNotFoundException"},
101+
{"shape":"ServiceQuotaExceededException"},
94102
{"shape":"ValidationException"}
95103
]
96104
},
@@ -103,6 +111,8 @@
103111
"input":{"shape":"CreateScheduleRequest"},
104112
"output":{"shape":"CreateScheduleResponse"},
105113
"errors":[
114+
{"shape":"ConflictException"},
115+
{"shape":"ServiceQuotaExceededException"},
106116
{"shape":"ValidationException"}
107117
]
108118
},
@@ -115,6 +125,7 @@
115125
"input":{"shape":"DeleteDatasetRequest"},
116126
"output":{"shape":"DeleteDatasetResponse"},
117127
"errors":[
128+
{"shape":"ConflictException"},
118129
{"shape":"ResourceNotFoundException"},
119130
{"shape":"ValidationException"}
120131
]
@@ -128,6 +139,7 @@
128139
"input":{"shape":"DeleteJobRequest"},
129140
"output":{"shape":"DeleteJobResponse"},
130141
"errors":[
142+
{"shape":"ConflictException"},
131143
{"shape":"ResourceNotFoundException"},
132144
{"shape":"ValidationException"}
133145
]
@@ -141,6 +153,7 @@
141153
"input":{"shape":"DeleteProjectRequest"},
142154
"output":{"shape":"DeleteProjectResponse"},
143155
"errors":[
156+
{"shape":"ConflictException"},
144157
{"shape":"ResourceNotFoundException"},
145158
{"shape":"ValidationException"}
146159
]
@@ -154,6 +167,7 @@
154167
"input":{"shape":"DeleteRecipeVersionRequest"},
155168
"output":{"shape":"DeleteRecipeVersionResponse"},
156169
"errors":[
170+
{"shape":"ConflictException"},
157171
{"shape":"ResourceNotFoundException"},
158172
{"shape":"ValidationException"}
159173
]
@@ -345,7 +359,8 @@
345359
"output":{"shape":"PublishRecipeResponse"},
346360
"errors":[
347361
{"shape":"ValidationException"},
348-
{"shape":"ResourceNotFoundException"}
362+
{"shape":"ResourceNotFoundException"},
363+
{"shape":"ServiceQuotaExceededException"}
349364
]
350365
},
351366
"SendProjectSessionAction":{
@@ -371,7 +386,9 @@
371386
"input":{"shape":"StartJobRunRequest"},
372387
"output":{"shape":"StartJobRunResponse"},
373388
"errors":[
389+
{"shape":"ConflictException"},
374390
{"shape":"ResourceNotFoundException"},
391+
{"shape":"ServiceQuotaExceededException"},
375392
{"shape":"ValidationException"}
376393
]
377394
},
@@ -384,7 +401,9 @@
384401
"input":{"shape":"StartProjectSessionRequest"},
385402
"output":{"shape":"StartProjectSessionResponse"},
386403
"errors":[
404+
{"shape":"ConflictException"},
387405
{"shape":"ResourceNotFoundException"},
406+
{"shape":"ServiceQuotaExceededException"},
388407
{"shape":"ValidationException"}
389408
]
390409
},
@@ -438,6 +457,7 @@
438457
"input":{"shape":"UpdateDatasetRequest"},
439458
"output":{"shape":"UpdateDatasetResponse"},
440459
"errors":[
460+
{"shape":"AccessDeniedException"},
441461
{"shape":"ResourceNotFoundException"},
442462
{"shape":"ValidationException"}
443463
]
@@ -451,6 +471,8 @@
451471
"input":{"shape":"UpdateProfileJobRequest"},
452472
"output":{"shape":"UpdateProfileJobResponse"},
453473
"errors":[
474+
{"shape":"AccessDeniedException"},
475+
{"shape":"ResourceNotFoundException"},
454476
{"shape":"ValidationException"}
455477
]
456478
},
@@ -489,6 +511,8 @@
489511
"input":{"shape":"UpdateRecipeJobRequest"},
490512
"output":{"shape":"UpdateRecipeJobResponse"},
491513
"errors":[
514+
{"shape":"AccessDeniedException"},
515+
{"shape":"ResourceNotFoundException"},
492516
{"shape":"ValidationException"}
493517
]
494518
},
@@ -501,6 +525,8 @@
501525
"input":{"shape":"UpdateScheduleRequest"},
502526
"output":{"shape":"UpdateScheduleResponse"},
503527
"errors":[
528+
{"shape":"ResourceNotFoundException"},
529+
{"shape":"ServiceQuotaExceededException"},
504530
{"shape":"ValidationException"}
505531
]
506532
}
@@ -777,6 +803,18 @@
777803
"max":512,
778804
"min":1
779805
},
806+
"CsvOptions":{
807+
"type":"structure",
808+
"members":{
809+
"Delimiter":{"shape":"Delimiter"}
810+
}
811+
},
812+
"CsvOutputOptions":{
813+
"type":"structure",
814+
"members":{
815+
"Delimiter":{"shape":"Delimiter"}
816+
}
817+
},
780818
"DataCatalogInputDefinition":{
781819
"type":"structure",
782820
"required":[
@@ -927,6 +965,11 @@
927965
"Name":{"shape":"ScheduleName"}
928966
}
929967
},
968+
"Delimiter":{
969+
"type":"string",
970+
"max":1,
971+
"min":1
972+
},
930973
"DescribeDatasetRequest":{
931974
"type":"structure",
932975
"required":["Name"],
@@ -1113,7 +1156,8 @@
11131156
"type":"structure",
11141157
"members":{
11151158
"Json":{"shape":"JsonOptions"},
1116-
"Excel":{"shape":"ExcelOptions"}
1159+
"Excel":{"shape":"ExcelOptions"},
1160+
"Csv":{"shape":"CsvOptions"}
11171161
}
11181162
},
11191163
"HiddenColumnList":{
@@ -1489,7 +1533,8 @@
14891533
"Format":{"shape":"OutputFormat"},
14901534
"PartitionColumns":{"shape":"ColumnNameList"},
14911535
"Location":{"shape":"S3Location"},
1492-
"Overwrite":{"shape":"OverwriteOutput"}
1536+
"Overwrite":{"shape":"OverwriteOutput"},
1537+
"FormatOptions":{"shape":"OutputFormatOptions"}
14931538
}
14941539
},
14951540
"OutputFormat":{
@@ -1504,6 +1549,12 @@
15041549
"XML"
15051550
]
15061551
},
1552+
"OutputFormatOptions":{
1553+
"type":"structure",
1554+
"members":{
1555+
"Csv":{"shape":"CsvOutputOptions"}
1556+
}
1557+
},
15071558
"OutputList":{
15081559
"type":"list",
15091560
"member":{"shape":"Output"},

0 commit comments

Comments
 (0)