Skip to content

Commit 548bc57

Browse files
author
awstools
committed
Updates SDK to v2.1299.0
1 parent d253399 commit 548bc57

16 files changed

+771
-587
lines changed

.changes/2.1299.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IVS",
10+
"description": "API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QuickSight",
15+
"description": "This release adds support for data bars in QuickSight table and increases pivot table field well limit."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1299.0
6+
* feature: EC2: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
7+
* feature: IVS: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
8+
* feature: QuickSight: This release adds support for data bars in QuickSight table and increases pivot table field well limit.
9+
510
## 2.1298.0
611
* feature: Appflow: Adding support for Salesforce Pardot connector in Amazon AppFlow.
712
* feature: CloudWatchLogs: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1298.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1299.0.min.js"></script>
6161

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

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

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36745,7 +36745,52 @@
3674536745
"u-24tb1.112xlarge",
3674636746
"trn1.2xlarge",
3674736747
"trn1.32xlarge",
36748-
"hpc6id.32xlarge"
36748+
"hpc6id.32xlarge",
36749+
"c6in.large",
36750+
"c6in.xlarge",
36751+
"c6in.2xlarge",
36752+
"c6in.4xlarge",
36753+
"c6in.8xlarge",
36754+
"c6in.12xlarge",
36755+
"c6in.16xlarge",
36756+
"c6in.24xlarge",
36757+
"c6in.32xlarge",
36758+
"m6in.large",
36759+
"m6in.xlarge",
36760+
"m6in.2xlarge",
36761+
"m6in.4xlarge",
36762+
"m6in.8xlarge",
36763+
"m6in.12xlarge",
36764+
"m6in.16xlarge",
36765+
"m6in.24xlarge",
36766+
"m6in.32xlarge",
36767+
"m6idn.large",
36768+
"m6idn.xlarge",
36769+
"m6idn.2xlarge",
36770+
"m6idn.4xlarge",
36771+
"m6idn.8xlarge",
36772+
"m6idn.12xlarge",
36773+
"m6idn.16xlarge",
36774+
"m6idn.24xlarge",
36775+
"m6idn.32xlarge",
36776+
"r6in.large",
36777+
"r6in.xlarge",
36778+
"r6in.2xlarge",
36779+
"r6in.4xlarge",
36780+
"r6in.8xlarge",
36781+
"r6in.12xlarge",
36782+
"r6in.16xlarge",
36783+
"r6in.24xlarge",
36784+
"r6in.32xlarge",
36785+
"r6idn.large",
36786+
"r6idn.xlarge",
36787+
"r6idn.2xlarge",
36788+
"r6idn.4xlarge",
36789+
"r6idn.8xlarge",
36790+
"r6idn.12xlarge",
36791+
"r6idn.16xlarge",
36792+
"r6idn.24xlarge",
36793+
"r6idn.32xlarge"
3674936794
]
3675036795
},
3675136796
"InstanceTypeHypervisor": {

apis/ivs-2020-07-14.normal.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
"members": {
853853
"arns": {
854854
"shape": "StreamKeyArnList",
855-
"documentation": "<p>Array of ARNs, one per channel.</p>"
855+
"documentation": "<p>Array of ARNs, one per stream key.</p>"
856856
}
857857
}
858858
},
@@ -905,7 +905,7 @@
905905
},
906906
"tags": {
907907
"shape": "Tags",
908-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
908+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
909909
},
910910
"type": {
911911
"shape": "ChannelType",
@@ -978,7 +978,7 @@
978978
},
979979
"tags": {
980980
"shape": "Tags",
981-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
981+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
982982
}
983983
},
984984
"documentation": "<p>Summary information about a channel.</p>"
@@ -1566,7 +1566,7 @@
15661566
"members": {
15671567
"tags": {
15681568
"shape": "Tags",
1569-
"documentation": "<p/>"
1569+
"documentation": "<p>Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.</p>"
15701570
}
15711571
}
15721572
},
@@ -1598,7 +1598,8 @@
15981598
"PaginationToken": {
15991599
"type": "string",
16001600
"max": 1024,
1601-
"min": 0
1601+
"min": 0,
1602+
"pattern": "^[a-zA-Z0-9+/=_-]*$"
16021603
},
16031604
"PlaybackKeyPair": {
16041605
"type": "structure",
@@ -1617,7 +1618,7 @@
16171618
},
16181619
"tags": {
16191620
"shape": "Tags",
1620-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1621+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
16211622
}
16221623
},
16231624
"documentation": "<p>A key pair used to sign and validate a playback authorization token.</p>"
@@ -1656,7 +1657,7 @@
16561657
},
16571658
"tags": {
16581659
"shape": "Tags",
1659-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1660+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
16601661
}
16611662
},
16621663
"documentation": "<p>Summary information about a playback key pair.</p>"
@@ -1714,7 +1715,7 @@
17141715
},
17151716
"tags": {
17161717
"shape": "Tags",
1717-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1718+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
17181719
},
17191720
"thumbnailConfiguration": {
17201721
"shape": "ThumbnailConfiguration",
@@ -1775,7 +1776,7 @@
17751776
},
17761777
"tags": {
17771778
"shape": "Tags",
1778-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1779+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
17791780
}
17801781
},
17811782
"documentation": "<p>Summary information about a RecordingConfiguration.</p>"
@@ -1930,7 +1931,7 @@
19301931
},
19311932
"tags": {
19321933
"shape": "Tags",
1933-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1934+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
19341935
},
19351936
"value": {
19361937
"shape": "StreamKeyValue",
@@ -1972,7 +1973,7 @@
19721973
},
19731974
"tags": {
19741975
"shape": "Tags",
1975-
"documentation": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
1976+
"documentation": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
19761977
}
19771978
},
19781979
"documentation": "<p>Summary information about a stream key.</p>"
@@ -2135,7 +2136,7 @@
21352136
},
21362137
"tags": {
21372138
"shape": "Tags",
2138-
"documentation": "<p>Array of tags to be added or updated. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
2139+
"documentation": "<p>Array of tags to be added or updated. Array of maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
21392140
}
21402141
}
21412142
},
@@ -2197,7 +2198,7 @@
21972198
},
21982199
"tagKeys": {
21992200
"shape": "TagKeyList",
2200-
"documentation": "<p>Array of tags to be removed. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
2201+
"documentation": "<p>Array of tags to be removed. Array of maps, each of the form s<code>tring:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
22012202
"location": "querystring",
22022203
"locationName": "tagKeys"
22032204
}

0 commit comments

Comments
 (0)