Skip to content

Commit 7181de6

Browse files
author
awstools
committed
Updates SDK to v2.1212.0
1 parent 6495cce commit 7181de6

29 files changed

+1571
-1122
lines changed

.changes/2.1212.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EMRcontainers",
10+
"description": "EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LookoutMetrics",
15+
"description": "Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaLive",
20+
"description": "This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Route53",
25+
"description": "Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "This release adds support for Systems Manager State Manager Association tagging."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMaker",
35+
"description": "This release adds Mode to AutoMLJobConfig."
36+
}
37+
]

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1211.0-->
2+
<!--LATEST=2.1212.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1212.0
6+
* feature: EC2: This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
7+
* feature: EMRcontainers: EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API
8+
* feature: LookoutMetrics: Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics.
9+
* feature: MediaLive: This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
10+
* feature: Route53: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
11+
* feature: SSM: This release adds support for Systems Manager State Manager Association tagging.
12+
* feature: SageMaker: This release adds Mode to AutoMLJobConfig.
13+
514
## 2.1211.0
615
* bugfix: SSO: sso did not allow httpOptions to be passed through
716
* feature: DataExchange: Documentation updates for AWS Data Exchange.

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.1211.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1212.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/ec2-2016-11-15.min.json

+4
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,7 @@
22182218
},
22192219
"ClientToken": {},
22202220
"DeliverLogsPermissionArn": {},
2221+
"DeliverCrossAccountRole": {},
22212222
"LogGroupName": {},
22222223
"ResourceIds": {
22232224
"locationName": "ResourceId",
@@ -8295,6 +8296,9 @@
82958296
"DeliverLogsPermissionArn": {
82968297
"locationName": "deliverLogsPermissionArn"
82978298
},
8299+
"DeliverCrossAccountRole": {
8300+
"locationName": "deliverCrossAccountRole"
8301+
},
82988302
"DeliverLogsStatus": {
82998303
"locationName": "deliverLogsStatus"
83008304
},

apis/ec2-2016-11-15.normal.json

+42-32
Large diffs are not rendered by default.

apis/emr-containers-2020-10-01.min.json

+34-19
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"type": "structure",
235235
"members": {
236236
"endpoint": {
237-
"shape": "S1l"
237+
"shape": "S1n"
238238
}
239239
}
240240
}
@@ -260,7 +260,7 @@
260260
"type": "structure",
261261
"members": {
262262
"virtualCluster": {
263-
"shape": "S1s"
263+
"shape": "S1u"
264264
}
265265
}
266266
}
@@ -281,12 +281,12 @@
281281
"locationName": "virtualClusterId"
282282
},
283283
"createdBefore": {
284-
"shape": "S1g",
284+
"shape": "S1i",
285285
"location": "querystring",
286286
"locationName": "createdBefore"
287287
},
288288
"createdAfter": {
289-
"shape": "S1g",
289+
"shape": "S1i",
290290
"location": "querystring",
291291
"locationName": "createdAfter"
292292
},
@@ -340,12 +340,12 @@
340340
"locationName": "virtualClusterId"
341341
},
342342
"createdBefore": {
343-
"shape": "S1g",
343+
"shape": "S1i",
344344
"location": "querystring",
345345
"locationName": "createdBefore"
346346
},
347347
"createdAfter": {
348-
"shape": "S1g",
348+
"shape": "S1i",
349349
"location": "querystring",
350350
"locationName": "createdAfter"
351351
},
@@ -378,7 +378,7 @@
378378
"endpoints": {
379379
"type": "list",
380380
"member": {
381-
"shape": "S1l"
381+
"shape": "S1n"
382382
}
383383
},
384384
"nextToken": {}
@@ -428,12 +428,12 @@
428428
"locationName": "containerProviderType"
429429
},
430430
"createdAfter": {
431-
"shape": "S1g",
431+
"shape": "S1i",
432432
"location": "querystring",
433433
"locationName": "createdAfter"
434434
},
435435
"createdBefore": {
436-
"shape": "S1g",
436+
"shape": "S1i",
437437
"location": "querystring",
438438
"locationName": "createdBefore"
439439
},
@@ -460,7 +460,7 @@
460460
"virtualClusters": {
461461
"type": "list",
462462
"member": {
463-
"shape": "S1s"
463+
"shape": "S1u"
464464
}
465465
},
466466
"nextToken": {}
@@ -668,11 +668,11 @@
668668
"shape": "S1a"
669669
},
670670
"createdAt": {
671-
"shape": "S1g"
671+
"shape": "S1i"
672672
},
673673
"createdBy": {},
674674
"finishedAt": {
675-
"shape": "S1g"
675+
"shape": "S1i"
676676
},
677677
"stateDetails": {},
678678
"failureReason": {},
@@ -691,8 +691,7 @@
691691
],
692692
"members": {
693693
"entryPoint": {
694-
"type": "string",
695-
"sensitive": true
694+
"shape": "S1c"
696695
},
697696
"entryPointArguments": {
698697
"type": "list",
@@ -706,14 +705,30 @@
706705
"sensitive": true
707706
}
708707
}
708+
},
709+
"sparkSqlJobDriver": {
710+
"type": "structure",
711+
"members": {
712+
"entryPoint": {
713+
"shape": "S1c"
714+
},
715+
"sparkSqlParameters": {
716+
"type": "string",
717+
"sensitive": true
718+
}
719+
}
709720
}
710721
}
711722
},
712-
"S1g": {
723+
"S1c": {
724+
"type": "string",
725+
"sensitive": true
726+
},
727+
"S1i": {
713728
"type": "timestamp",
714729
"timestampFormat": "iso8601"
715730
},
716-
"S1l": {
731+
"S1n": {
717732
"type": "structure",
718733
"members": {
719734
"id": {},
@@ -740,7 +755,7 @@
740755
},
741756
"serverUrl": {},
742757
"createdAt": {
743-
"shape": "S1g"
758+
"shape": "S1i"
744759
},
745760
"securityGroup": {},
746761
"subnetIds": {
@@ -754,7 +769,7 @@
754769
}
755770
}
756771
},
757-
"S1s": {
772+
"S1u": {
758773
"type": "structure",
759774
"members": {
760775
"id": {},
@@ -765,7 +780,7 @@
765780
"shape": "St"
766781
},
767782
"createdAt": {
768-
"shape": "S1g"
783+
"shape": "S1i"
769784
},
770785
"tags": {
771786
"shape": "Sn"

apis/emr-containers-2020-10-01.normal.json

+29-4
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
},
576576
"certificateArn": {
577577
"shape": "ACMCertArn",
578-
"documentation": "<p>The certificate ARN provided by users for the managed endpoint. This fiedd is under deprecation and will be removed in future releases.</p>",
578+
"documentation": "<p>The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.</p>",
579579
"deprecated": true,
580580
"deprecatedMessage": "Customer provided certificate-arn is deprecated and would be removed in future."
581581
},
@@ -939,7 +939,7 @@
939939
"type": "string",
940940
"max": 10280,
941941
"min": 1,
942-
"pattern": "(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
942+
"pattern": ".*\\S.*",
943943
"sensitive": true
944944
},
945945
"EntryPointArguments": {
@@ -952,7 +952,7 @@
952952
"type": "string",
953953
"max": 256,
954954
"min": 1,
955-
"pattern": "(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
955+
"pattern": ".*\\S.*",
956956
"sensitive": true
957957
},
958958
"FailureReason": {
@@ -985,6 +985,10 @@
985985
"sparkSubmitJobDriver": {
986986
"shape": "SparkSubmitJobDriver",
987987
"documentation": "<p>The job driver parameters specified for spark submit.</p>"
988+
},
989+
"sparkSqlJobDriver": {
990+
"shape": "SparkSqlJobDriver",
991+
"documentation": "<p>The job driver for job type.</p>"
988992
}
989993
},
990994
"documentation": "<p>Specify the driver that the job runs on.</p>"
@@ -1390,6 +1394,27 @@
13901394
"max": 100,
13911395
"sensitive": true
13921396
},
1397+
"SparkSqlJobDriver": {
1398+
"type": "structure",
1399+
"members": {
1400+
"entryPoint": {
1401+
"shape": "EntryPointPath",
1402+
"documentation": "<p>The SQL file to be executed.</p>"
1403+
},
1404+
"sparkSqlParameters": {
1405+
"shape": "SparkSqlParameters",
1406+
"documentation": "<p>The Spark parameters to be included in the Spark SQL command.</p>"
1407+
}
1408+
},
1409+
"documentation": "<p>The job driver for job type.</p>"
1410+
},
1411+
"SparkSqlParameters": {
1412+
"type": "string",
1413+
"max": 102400,
1414+
"min": 1,
1415+
"pattern": ".*\\S.*",
1416+
"sensitive": true
1417+
},
13931418
"SparkSubmitJobDriver": {
13941419
"type": "structure",
13951420
"required": [
@@ -1415,7 +1440,7 @@
14151440
"type": "string",
14161441
"max": 102400,
14171442
"min": 1,
1418-
"pattern": "(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
1443+
"pattern": ".*\\S.*",
14191444
"sensitive": true
14201445
},
14211446
"StartJobRunRequest": {

0 commit comments

Comments
 (0)