Skip to content

Commit a968d15

Browse files
author
awstools
committed
Updates SDK to v2.1086.0
1 parent 05d4f64 commit a968d15

20 files changed

+396
-176
lines changed

.changes/2.1086.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "Launching Amazon AppFlow Marketo as a destination connector SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "This release adds support for data repository associations to use root (\"/\") as the file system path"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Kendra",
15+
"description": "Amazon Kendra now suggests spell corrections for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html"
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1085.0-->
2+
<!--LATEST=2.1086.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1086.0
6+
* feature: Appflow: Launching Amazon AppFlow Marketo as a destination connector SDK.
7+
* feature: FSx: This release adds support for data repository associations to use root ("/") as the file system path
8+
* feature: Kendra: Amazon Kendra now suggests spell corrections for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html
9+
510
## 2.1085.0
611
* feature: Athena: This release adds support for S3 Object Ownership by allowing the S3 bucket owner full control canned ACL to be set when Athena writes query results to S3 buckets.
712
* feature: CloudTrail: Add bytesScanned field into responses of DescribeQuery and GetQueryResults.

README.md

+1-1
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.1085.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1086.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

+46-34
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"shape": "S3y"
7070
},
7171
"tasks": {
72-
"shape": "S4t"
72+
"shape": "S4u"
7373
},
7474
"tags": {
75-
"shape": "S5j"
75+
"shape": "S5k"
7676
}
7777
}
7878
},
@@ -144,7 +144,7 @@
144144
"type": "structure",
145145
"members": {
146146
"connectorConfiguration": {
147-
"shape": "S5v"
147+
"shape": "S5w"
148148
}
149149
}
150150
}
@@ -214,10 +214,10 @@
214214
"valueRegexPattern": {},
215215
"supportedDateFormat": {},
216216
"fieldValueRange": {
217-
"shape": "S7x"
217+
"shape": "S7y"
218218
},
219219
"fieldLengthRange": {
220-
"shape": "S7x"
220+
"shape": "S7y"
221221
}
222222
}
223223
}
@@ -257,7 +257,7 @@
257257
"type": "boolean"
258258
},
259259
"supportedWriteOperations": {
260-
"shape": "S7g"
260+
"shape": "S7h"
261261
}
262262
}
263263
},
@@ -335,7 +335,7 @@
335335
"type": "structure",
336336
"members": {
337337
"connectorTypes": {
338-
"shape": "S5w"
338+
"shape": "S5x"
339339
},
340340
"maxResults": {
341341
"type": "integer"
@@ -350,11 +350,11 @@
350350
"type": "map",
351351
"key": {},
352352
"value": {
353-
"shape": "S5v"
353+
"shape": "S5w"
354354
}
355355
},
356356
"connectors": {
357-
"shape": "S8f"
357+
"shape": "S8g"
358358
},
359359
"nextToken": {}
360360
}
@@ -389,13 +389,13 @@
389389
"shape": "S3y"
390390
},
391391
"lastRunExecutionDetails": {
392-
"shape": "S8l"
392+
"shape": "S8m"
393393
},
394394
"triggerConfig": {
395395
"shape": "S2w"
396396
},
397397
"tasks": {
398-
"shape": "S4t"
398+
"shape": "S4u"
399399
},
400400
"createdAt": {
401401
"type": "timestamp"
@@ -406,7 +406,7 @@
406406
"createdBy": {},
407407
"lastUpdatedBy": {},
408408
"tags": {
409-
"shape": "S5j"
409+
"shape": "S5k"
410410
}
411411
}
412412
}
@@ -539,7 +539,7 @@
539539
"type": "structure",
540540
"members": {
541541
"connectors": {
542-
"shape": "S8f"
542+
"shape": "S8g"
543543
},
544544
"nextToken": {}
545545
}
@@ -584,10 +584,10 @@
584584
"createdBy": {},
585585
"lastUpdatedBy": {},
586586
"tags": {
587-
"shape": "S5j"
587+
"shape": "S5k"
588588
},
589589
"lastRunExecutionDetails": {
590-
"shape": "S8l"
590+
"shape": "S8m"
591591
}
592592
}
593593
}
@@ -617,7 +617,7 @@
617617
"type": "structure",
618618
"members": {
619619
"tags": {
620-
"shape": "S5j"
620+
"shape": "S5k"
621621
}
622622
}
623623
}
@@ -633,7 +633,7 @@
633633
"description": {},
634634
"connectorProvisioningType": {},
635635
"connectorProvisioningConfig": {
636-
"shape": "S7i"
636+
"shape": "S7j"
637637
}
638638
}
639639
},
@@ -703,7 +703,7 @@
703703
"locationName": "resourceArn"
704704
},
705705
"tags": {
706-
"shape": "S5j"
706+
"shape": "S5k"
707707
}
708708
}
709709
},
@@ -814,7 +814,7 @@
814814
"shape": "S3y"
815815
},
816816
"tasks": {
817-
"shape": "S4t"
817+
"shape": "S4u"
818818
}
819819
}
820820
},
@@ -1800,6 +1800,18 @@
18001800
"writeOperationType": {}
18011801
}
18021802
},
1803+
"Marketo": {
1804+
"type": "structure",
1805+
"required": [
1806+
"object"
1807+
],
1808+
"members": {
1809+
"object": {},
1810+
"errorHandlingConfig": {
1811+
"shape": "S42"
1812+
}
1813+
}
1814+
},
18031815
"CustomConnector": {
18041816
"type": "structure",
18051817
"required": [
@@ -1874,7 +1886,7 @@
18741886
"type": "list",
18751887
"member": {}
18761888
},
1877-
"S4t": {
1889+
"S4u": {
18781890
"type": "list",
18791891
"member": {
18801892
"type": "structure",
@@ -1918,12 +1930,12 @@
19181930
}
19191931
}
19201932
},
1921-
"S5j": {
1933+
"S5k": {
19221934
"type": "map",
19231935
"key": {},
19241936
"value": {}
19251937
},
1926-
"S5v": {
1938+
"S5w": {
19271939
"type": "structure",
19281940
"members": {
19291941
"canUseAsSource": {
@@ -1933,7 +1945,7 @@
19331945
"type": "boolean"
19341946
},
19351947
"supportedDestinationConnectors": {
1936-
"shape": "S5w"
1948+
"shape": "S5x"
19371949
},
19381950
"supportedSchedulingFrequencies": {
19391951
"type": "list",
@@ -2071,7 +2083,7 @@
20712083
"connectorVersion": {},
20722084
"connectorArn": {},
20732085
"connectorModes": {
2074-
"shape": "S6s"
2086+
"shape": "S6t"
20752087
},
20762088
"authenticationConfig": {
20772089
"type": "structure",
@@ -2169,11 +2181,11 @@
21692181
"member": {}
21702182
},
21712183
"supportedWriteOperations": {
2172-
"shape": "S7g"
2184+
"shape": "S7h"
21732185
},
21742186
"connectorProvisioningType": {},
21752187
"connectorProvisioningConfig": {
2176-
"shape": "S7i"
2188+
"shape": "S7j"
21772189
},
21782190
"logoURL": {},
21792191
"registeredAt": {
@@ -2182,19 +2194,19 @@
21822194
"registeredBy": {}
21832195
}
21842196
},
2185-
"S5w": {
2197+
"S5x": {
21862198
"type": "list",
21872199
"member": {}
21882200
},
2189-
"S6s": {
2201+
"S6t": {
21902202
"type": "list",
21912203
"member": {}
21922204
},
2193-
"S7g": {
2205+
"S7h": {
21942206
"type": "list",
21952207
"member": {}
21962208
},
2197-
"S7i": {
2209+
"S7j": {
21982210
"type": "structure",
21992211
"members": {
22002212
"lambda": {
@@ -2208,7 +2220,7 @@
22082220
}
22092221
}
22102222
},
2211-
"S7x": {
2223+
"S7y": {
22122224
"type": "structure",
22132225
"members": {
22142226
"maximum": {
@@ -2219,7 +2231,7 @@
22192231
}
22202232
}
22212233
},
2222-
"S8f": {
2234+
"S8g": {
22232235
"type": "list",
22242236
"member": {
22252237
"type": "structure",
@@ -2237,12 +2249,12 @@
22372249
"registeredBy": {},
22382250
"connectorProvisioningType": {},
22392251
"connectorModes": {
2240-
"shape": "S6s"
2252+
"shape": "S6t"
22412253
}
22422254
}
22432255
}
22442256
},
2245-
"S8l": {
2257+
"S8m": {
22462258
"type": "structure",
22472259
"members": {
22482260
"mostRecentExecutionMessage": {},

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

+20
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,10 @@
24882488
"shape": "ZendeskDestinationProperties",
24892489
"documentation": "<p>The properties required to query Zendesk.</p>"
24902490
},
2491+
"Marketo": {
2492+
"shape": "MarketoDestinationProperties",
2493+
"documentation": "<p>The properties required to query Marketo.</p>"
2494+
},
24912495
"CustomConnector": {
24922496
"shape": "CustomConnectorDestinationProperties",
24932497
"documentation": "<p>The properties that are required to query the custom Connector.</p>"
@@ -3402,6 +3406,22 @@
34023406
},
34033407
"documentation": "<p> The connector-specific profile properties required when using Marketo. </p>"
34043408
},
3409+
"MarketoDestinationProperties": {
3410+
"type": "structure",
3411+
"required": [
3412+
"object"
3413+
],
3414+
"members": {
3415+
"object": {
3416+
"shape": "Object",
3417+
"documentation": "<p>The object specified in the Marketo flow destination.</p>"
3418+
},
3419+
"errorHandlingConfig": {
3420+
"shape": "ErrorHandlingConfig"
3421+
}
3422+
},
3423+
"documentation": "<p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>"
3424+
},
34053425
"MarketoMetadata": {
34063426
"type": "structure",
34073427
"members": {},

0 commit comments

Comments
 (0)