Skip to content

Commit bb861ce

Browse files
author
awstools
committed
Updates SDK to v2.1012.0
1 parent d023d87 commit bb861ce

38 files changed

+9475
-690
lines changed

.changes/2.1012.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "Feature to add support for JSON-L format for S3 as a source."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DirectConnect",
10+
"description": "This release adds 4 new APIS, which needs to be public able"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConvert",
15+
"description": "AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaPackage",
20+
"description": "When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaPackageVod",
25+
"description": "MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Panorama",
30+
"description": "General availability for AWS Panorama. AWS SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer vision applications to the edge. For more information, see the AWS Panorama documentation at http://docs.aws.amazon.com/panorama"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SecurityHub",
35+
"description": "Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1012.0
6+
* feature: Appflow: Feature to add support for JSON-L format for S3 as a source.
7+
* feature: DirectConnect: This release adds 4 new APIS, which needs to be public able
8+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.
9+
* feature: MediaPackage: When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
10+
* feature: MediaPackageVod: MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
11+
* feature: Panorama: General availability for AWS Panorama. AWS SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer vision applications to the edge. For more information, see the AWS Panorama documentation at http://docs.aws.amazon.com/panorama
12+
* feature: SecurityHub: Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation.
13+
514
## 2.1011.0
615
* feature: ChimeSDKMessaging: The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.
716
* feature: DataExchange: This release adds support for our public preview of AWS Data Exchange for Amazon Redshift. This enables data providers to list products including AWS Data Exchange datashares for Amazon Redshift, giving subscribers read-only access to provider data in Amazon Redshift.

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.1011.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1012.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: 43 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"shape": "S2p"
6666
},
6767
"destinationFlowConfigList": {
68-
"shape": "S3a"
68+
"shape": "S3c"
6969
},
7070
"tasks": {
71-
"shape": "S42"
71+
"shape": "S44"
7272
},
7373
"tags": {
74-
"shape": "S4r"
74+
"shape": "S4t"
7575
}
7676
}
7777
},
@@ -284,7 +284,7 @@
284284
"type": "structure",
285285
"members": {
286286
"connectorTypes": {
287-
"shape": "S5v"
287+
"shape": "S5x"
288288
},
289289
"nextToken": {}
290290
}
@@ -305,7 +305,7 @@
305305
"type": "boolean"
306306
},
307307
"supportedDestinationConnectors": {
308-
"shape": "S5v"
308+
"shape": "S5x"
309309
},
310310
"supportedSchedulingFrequencies": {
311311
"type": "list",
@@ -468,16 +468,16 @@
468468
"shape": "S2p"
469469
},
470470
"destinationFlowConfigList": {
471-
"shape": "S3a"
471+
"shape": "S3c"
472472
},
473473
"lastRunExecutionDetails": {
474-
"shape": "S6s"
474+
"shape": "S6u"
475475
},
476476
"triggerConfig": {
477477
"shape": "S2g"
478478
},
479479
"tasks": {
480-
"shape": "S42"
480+
"shape": "S44"
481481
},
482482
"createdAt": {
483483
"type": "timestamp"
@@ -488,7 +488,7 @@
488488
"createdBy": {},
489489
"lastUpdatedBy": {},
490490
"tags": {
491-
"shape": "S4r"
491+
"shape": "S4t"
492492
}
493493
}
494494
}
@@ -640,10 +640,10 @@
640640
"createdBy": {},
641641
"lastUpdatedBy": {},
642642
"tags": {
643-
"shape": "S4r"
643+
"shape": "S4t"
644644
},
645645
"lastRunExecutionDetails": {
646-
"shape": "S6s"
646+
"shape": "S6u"
647647
}
648648
}
649649
}
@@ -673,7 +673,7 @@
673673
"type": "structure",
674674
"members": {
675675
"tags": {
676-
"shape": "S4r"
676+
"shape": "S4t"
677677
}
678678
}
679679
}
@@ -737,7 +737,7 @@
737737
"locationName": "resourceArn"
738738
},
739739
"tags": {
740-
"shape": "S4r"
740+
"shape": "S4t"
741741
}
742742
}
743743
},
@@ -824,10 +824,10 @@
824824
"shape": "S2p"
825825
},
826826
"destinationFlowConfigList": {
827-
"shape": "S3a"
827+
"shape": "S3c"
828828
},
829829
"tasks": {
830-
"shape": "S42"
830+
"shape": "S44"
831831
}
832832
}
833833
},
@@ -1429,7 +1429,13 @@
14291429
],
14301430
"members": {
14311431
"bucketName": {},
1432-
"bucketPrefix": {}
1432+
"bucketPrefix": {},
1433+
"s3InputFormatConfig": {
1434+
"type": "structure",
1435+
"members": {
1436+
"s3InputFileType": {}
1437+
}
1438+
}
14331439
}
14341440
},
14351441
"Salesforce": {
@@ -1527,7 +1533,7 @@
15271533
}
15281534
}
15291535
},
1530-
"S3a": {
1536+
"S3c": {
15311537
"type": "list",
15321538
"member": {
15331539
"type": "structure",
@@ -1552,7 +1558,7 @@
15521558
"intermediateBucketName": {},
15531559
"bucketPrefix": {},
15541560
"errorHandlingConfig": {
1555-
"shape": "S3e"
1561+
"shape": "S3g"
15561562
}
15571563
}
15581564
},
@@ -1569,10 +1575,10 @@
15691575
"members": {
15701576
"fileType": {},
15711577
"prefixConfig": {
1572-
"shape": "S3i"
1578+
"shape": "S3k"
15731579
},
15741580
"aggregationConfig": {
1575-
"shape": "S3l"
1581+
"shape": "S3n"
15761582
}
15771583
}
15781584
}
@@ -1586,10 +1592,10 @@
15861592
"members": {
15871593
"object": {},
15881594
"idFieldNames": {
1589-
"shape": "S3o"
1595+
"shape": "S3q"
15901596
},
15911597
"errorHandlingConfig": {
1592-
"shape": "S3e"
1598+
"shape": "S3g"
15931599
},
15941600
"writeOperationType": {}
15951601
}
@@ -1605,7 +1611,7 @@
16051611
"intermediateBucketName": {},
16061612
"bucketPrefix": {},
16071613
"errorHandlingConfig": {
1608-
"shape": "S3e"
1614+
"shape": "S3g"
16091615
}
16101616
}
16111617
},
@@ -1617,7 +1623,7 @@
16171623
"members": {
16181624
"object": {},
16191625
"errorHandlingConfig": {
1620-
"shape": "S3e"
1626+
"shape": "S3g"
16211627
}
16221628
}
16231629
},
@@ -1642,10 +1648,10 @@
16421648
"members": {
16431649
"fileType": {},
16441650
"prefixConfig": {
1645-
"shape": "S3i"
1651+
"shape": "S3k"
16461652
},
16471653
"aggregationConfig": {
1648-
"shape": "S3l"
1654+
"shape": "S3n"
16491655
}
16501656
}
16511657
}
@@ -1659,7 +1665,7 @@
16591665
"members": {
16601666
"object": {},
16611667
"errorHandlingConfig": {
1662-
"shape": "S3e"
1668+
"shape": "S3g"
16631669
}
16641670
}
16651671
},
@@ -1681,10 +1687,10 @@
16811687
"members": {
16821688
"object": {},
16831689
"idFieldNames": {
1684-
"shape": "S3o"
1690+
"shape": "S3q"
16851691
},
16861692
"errorHandlingConfig": {
1687-
"shape": "S3e"
1693+
"shape": "S3g"
16881694
},
16891695
"writeOperationType": {}
16901696
}
@@ -1694,7 +1700,7 @@
16941700
}
16951701
}
16961702
},
1697-
"S3e": {
1703+
"S3g": {
16981704
"type": "structure",
16991705
"members": {
17001706
"failOnFirstDestinationError": {
@@ -1704,24 +1710,24 @@
17041710
"bucketName": {}
17051711
}
17061712
},
1707-
"S3i": {
1713+
"S3k": {
17081714
"type": "structure",
17091715
"members": {
17101716
"prefixType": {},
17111717
"prefixFormat": {}
17121718
}
17131719
},
1714-
"S3l": {
1720+
"S3n": {
17151721
"type": "structure",
17161722
"members": {
17171723
"aggregationType": {}
17181724
}
17191725
},
1720-
"S3o": {
1726+
"S3q": {
17211727
"type": "list",
17221728
"member": {}
17231729
},
1724-
"S42": {
1730+
"S44": {
17251731
"type": "list",
17261732
"member": {
17271733
"type": "structure",
@@ -1764,16 +1770,16 @@
17641770
}
17651771
}
17661772
},
1767-
"S4r": {
1773+
"S4t": {
17681774
"type": "map",
17691775
"key": {},
17701776
"value": {}
17711777
},
1772-
"S5v": {
1778+
"S5x": {
17731779
"type": "list",
17741780
"member": {}
17751781
},
1776-
"S6s": {
1782+
"S6u": {
17771783
"type": "structure",
17781784
"members": {
17791785
"mostRecentExecutionMessage": {},

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,6 +2977,23 @@
29772977
},
29782978
"documentation": "<p> The properties that are applied when Amazon S3 is used as a destination. </p>"
29792979
},
2980+
"S3InputFileType": {
2981+
"type": "string",
2982+
"enum": [
2983+
"CSV",
2984+
"JSON"
2985+
]
2986+
},
2987+
"S3InputFormatConfig": {
2988+
"type": "structure",
2989+
"members": {
2990+
"s3InputFileType": {
2991+
"shape": "S3InputFileType",
2992+
"documentation": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
2993+
}
2994+
},
2995+
"documentation": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
2996+
},
29802997
"S3Metadata": {
29812998
"type": "structure",
29822999
"members": {},
@@ -3012,6 +3029,9 @@
30123029
"bucketPrefix": {
30133030
"shape": "BucketPrefix",
30143031
"documentation": "<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
3032+
},
3033+
"s3InputFormatConfig": {
3034+
"shape": "S3InputFormatConfig"
30153035
}
30163036
},
30173037
"documentation": "<p> The properties that are applied when Amazon S3 is being used as the flow source. </p>"

0 commit comments

Comments
 (0)