Skip to content

Commit aeb6c8b

Browse files
author
awstools
committed
Updates SDK to v2.1074.0
1 parent c6ec522 commit aeb6c8b

19 files changed

+361
-197
lines changed

.changes/2.1074.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "ParamValidator",
5+
"description": "Fix the validation error when assign non-object values to member with document trait"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Appflow",
10+
"description": "Launching Amazon AppFlow SAP as a destination connector SDK."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Athena",
15+
"description": "This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "Adds support for determining which Aurora PostgreSQL versions support Babelfish."
21+
}
22+
]

.changes/next-release/bugfix-ParamValidator-72a79dfa.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1073.0-->
2+
<!--LATEST=2.1074.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1074.0
6+
* bugfix: ParamValidator: Fix the validation error when assign non-object values to member with document trait
7+
* feature: Appflow: Launching Amazon AppFlow SAP as a destination connector SDK.
8+
* feature: Athena: This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
9+
* feature: RDS: Adds support for determining which Aurora PostgreSQL versions support Babelfish.
10+
511
## 2.1073.0
612
* feature: CloudFormation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
713
* feature: LookoutVision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1073.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1074.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/appflow-2020-08-23.min.json

Lines changed: 57 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"shape": "S3y"
7070
},
7171
"tasks": {
72-
"shape": "S4r"
72+
"shape": "S4t"
7373
},
7474
"tags": {
75-
"shape": "S5h"
75+
"shape": "S5j"
7676
}
7777
}
7878
},
@@ -144,7 +144,7 @@
144144
"type": "structure",
145145
"members": {
146146
"connectorConfiguration": {
147-
"shape": "S5t"
147+
"shape": "S5v"
148148
}
149149
}
150150
}
@@ -214,10 +214,10 @@
214214
"valueRegexPattern": {},
215215
"supportedDateFormat": {},
216216
"fieldValueRange": {
217-
"shape": "S7v"
217+
"shape": "S7x"
218218
},
219219
"fieldLengthRange": {
220-
"shape": "S7v"
220+
"shape": "S7x"
221221
}
222222
}
223223
}
@@ -257,7 +257,7 @@
257257
"type": "boolean"
258258
},
259259
"supportedWriteOperations": {
260-
"shape": "S7e"
260+
"shape": "S7g"
261261
}
262262
}
263263
},
@@ -335,7 +335,7 @@
335335
"type": "structure",
336336
"members": {
337337
"connectorTypes": {
338-
"shape": "S5u"
338+
"shape": "S5w"
339339
},
340340
"maxResults": {
341341
"type": "integer"
@@ -350,11 +350,11 @@
350350
"type": "map",
351351
"key": {},
352352
"value": {
353-
"shape": "S5t"
353+
"shape": "S5v"
354354
}
355355
},
356356
"connectors": {
357-
"shape": "S8d"
357+
"shape": "S8f"
358358
},
359359
"nextToken": {}
360360
}
@@ -389,13 +389,13 @@
389389
"shape": "S3y"
390390
},
391391
"lastRunExecutionDetails": {
392-
"shape": "S8j"
392+
"shape": "S8l"
393393
},
394394
"triggerConfig": {
395395
"shape": "S2w"
396396
},
397397
"tasks": {
398-
"shape": "S4r"
398+
"shape": "S4t"
399399
},
400400
"createdAt": {
401401
"type": "timestamp"
@@ -406,7 +406,7 @@
406406
"createdBy": {},
407407
"lastUpdatedBy": {},
408408
"tags": {
409-
"shape": "S5h"
409+
"shape": "S5j"
410410
}
411411
}
412412
}
@@ -539,7 +539,7 @@
539539
"type": "structure",
540540
"members": {
541541
"connectors": {
542-
"shape": "S8d"
542+
"shape": "S8f"
543543
},
544544
"nextToken": {}
545545
}
@@ -584,10 +584,10 @@
584584
"createdBy": {},
585585
"lastUpdatedBy": {},
586586
"tags": {
587-
"shape": "S5h"
587+
"shape": "S5j"
588588
},
589589
"lastRunExecutionDetails": {
590-
"shape": "S8j"
590+
"shape": "S8l"
591591
}
592592
}
593593
}
@@ -617,7 +617,7 @@
617617
"type": "structure",
618618
"members": {
619619
"tags": {
620-
"shape": "S5h"
620+
"shape": "S5j"
621621
}
622622
}
623623
}
@@ -633,7 +633,7 @@
633633
"description": {},
634634
"connectorProvisioningType": {},
635635
"connectorProvisioningConfig": {
636-
"shape": "S7g"
636+
"shape": "S7i"
637637
}
638638
}
639639
},
@@ -703,7 +703,7 @@
703703
"locationName": "resourceArn"
704704
},
705705
"tags": {
706-
"shape": "S5h"
706+
"shape": "S5j"
707707
}
708708
}
709709
},
@@ -814,7 +814,7 @@
814814
"shape": "S3y"
815815
},
816816
"tasks": {
817-
"shape": "S4r"
817+
"shape": "S4t"
818818
}
819819
}
820820
},
@@ -1818,6 +1818,29 @@
18181818
"shape": "S3t"
18191819
}
18201820
}
1821+
},
1822+
"SAPOData": {
1823+
"type": "structure",
1824+
"required": [
1825+
"objectPath"
1826+
],
1827+
"members": {
1828+
"objectPath": {},
1829+
"successResponseHandlingConfig": {
1830+
"type": "structure",
1831+
"members": {
1832+
"bucketPrefix": {},
1833+
"bucketName": {}
1834+
}
1835+
},
1836+
"idFieldNames": {
1837+
"shape": "S4c"
1838+
},
1839+
"errorHandlingConfig": {
1840+
"shape": "S42"
1841+
},
1842+
"writeOperationType": {}
1843+
}
18211844
}
18221845
}
18231846
}
@@ -1851,7 +1874,7 @@
18511874
"type": "list",
18521875
"member": {}
18531876
},
1854-
"S4r": {
1877+
"S4t": {
18551878
"type": "list",
18561879
"member": {
18571880
"type": "structure",
@@ -1895,12 +1918,12 @@
18951918
}
18961919
}
18971920
},
1898-
"S5h": {
1921+
"S5j": {
18991922
"type": "map",
19001923
"key": {},
19011924
"value": {}
19021925
},
1903-
"S5t": {
1926+
"S5v": {
19041927
"type": "structure",
19051928
"members": {
19061929
"canUseAsSource": {
@@ -1910,7 +1933,7 @@
19101933
"type": "boolean"
19111934
},
19121935
"supportedDestinationConnectors": {
1913-
"shape": "S5u"
1936+
"shape": "S5w"
19141937
},
19151938
"supportedSchedulingFrequencies": {
19161939
"type": "list",
@@ -2048,7 +2071,7 @@
20482071
"connectorVersion": {},
20492072
"connectorArn": {},
20502073
"connectorModes": {
2051-
"shape": "S6q"
2074+
"shape": "S6s"
20522075
},
20532076
"authenticationConfig": {
20542077
"type": "structure",
@@ -2146,11 +2169,11 @@
21462169
"member": {}
21472170
},
21482171
"supportedWriteOperations": {
2149-
"shape": "S7e"
2172+
"shape": "S7g"
21502173
},
21512174
"connectorProvisioningType": {},
21522175
"connectorProvisioningConfig": {
2153-
"shape": "S7g"
2176+
"shape": "S7i"
21542177
},
21552178
"logoURL": {},
21562179
"registeredAt": {
@@ -2159,19 +2182,19 @@
21592182
"registeredBy": {}
21602183
}
21612184
},
2162-
"S5u": {
2185+
"S5w": {
21632186
"type": "list",
21642187
"member": {}
21652188
},
2166-
"S6q": {
2189+
"S6s": {
21672190
"type": "list",
21682191
"member": {}
21692192
},
2170-
"S7e": {
2193+
"S7g": {
21712194
"type": "list",
21722195
"member": {}
21732196
},
2174-
"S7g": {
2197+
"S7i": {
21752198
"type": "structure",
21762199
"members": {
21772200
"lambda": {
@@ -2185,7 +2208,7 @@
21852208
}
21862209
}
21872210
},
2188-
"S7v": {
2211+
"S7x": {
21892212
"type": "structure",
21902213
"members": {
21912214
"maximum": {
@@ -2196,7 +2219,7 @@
21962219
}
21972220
}
21982221
},
2199-
"S8d": {
2222+
"S8f": {
22002223
"type": "list",
22012224
"member": {
22022225
"type": "structure",
@@ -2214,12 +2237,12 @@
22142237
"registeredBy": {},
22152238
"connectorProvisioningType": {},
22162239
"connectorModes": {
2217-
"shape": "S6q"
2240+
"shape": "S6s"
22182241
}
22192242
}
22202243
}
22212244
},
2222-
"S8j": {
2245+
"S8l": {
22232246
"type": "structure",
22242247
"members": {
22252248
"mostRecentExecutionMessage": {},

0 commit comments

Comments
 (0)