Skip to content

Commit b319ab6

Browse files
author
awstools
committed
Updates SDK to v2.1213.0
1 parent 7181de6 commit b319ab6

22 files changed

+1301
-372
lines changed

.changes/2.1213.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudTrail",
5+
"description": "This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LexModelsV2",
10+
"description": "This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LexRuntimeV2",
15+
"description": "Updates API to latest version."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "PI",
20+
"description": "Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics."
21+
}
22+
]

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.1212.0-->
2+
<!--LATEST=2.1213.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1213.0
6+
* feature: CloudTrail: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
7+
* feature: LexModelsV2: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation.
8+
* feature: LexRuntimeV2: Updates API to latest version.
9+
* feature: PI: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.
10+
511
## 2.1212.0
612
* feature: EC2: This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
713
* feature: EMRcontainers: EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API

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.1212.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1213.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/cloudtrail-2013-11-01.min.json

Lines changed: 81 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,51 @@
281281
},
282282
"idempotent": true
283283
},
284+
"GetChannel": {
285+
"input": {
286+
"type": "structure",
287+
"required": [
288+
"Channel"
289+
],
290+
"members": {
291+
"Channel": {}
292+
}
293+
},
294+
"output": {
295+
"type": "structure",
296+
"members": {
297+
"ChannelArn": {},
298+
"Name": {},
299+
"Source": {},
300+
"SourceConfig": {
301+
"type": "structure",
302+
"members": {
303+
"ApplyToAllRegions": {
304+
"type": "boolean"
305+
},
306+
"AdvancedEventSelectors": {
307+
"shape": "Sf"
308+
}
309+
}
310+
},
311+
"Destinations": {
312+
"type": "list",
313+
"member": {
314+
"type": "structure",
315+
"required": [
316+
"Type",
317+
"Location"
318+
],
319+
"members": {
320+
"Type": {},
321+
"Location": {}
322+
}
323+
}
324+
}
325+
}
326+
},
327+
"idempotent": true
328+
},
284329
"GetEventDataStore": {
285330
"input": {
286331
"type": "structure",
@@ -337,7 +382,7 @@
337382
"members": {
338383
"TrailARN": {},
339384
"EventSelectors": {
340-
"shape": "S1f"
385+
"shape": "S1p"
341386
},
342387
"AdvancedEventSelectors": {
343388
"shape": "Sf"
@@ -361,7 +406,7 @@
361406
"members": {
362407
"TrailARN": {},
363408
"InsightSelectors": {
364-
"shape": "S1o"
409+
"shape": "S1y"
365410
}
366411
}
367412
},
@@ -485,6 +530,34 @@
485530
},
486531
"idempotent": true
487532
},
533+
"ListChannels": {
534+
"input": {
535+
"type": "structure",
536+
"members": {
537+
"MaxResults": {
538+
"type": "integer"
539+
},
540+
"NextToken": {}
541+
}
542+
},
543+
"output": {
544+
"type": "structure",
545+
"members": {
546+
"Channels": {
547+
"type": "list",
548+
"member": {
549+
"type": "structure",
550+
"members": {
551+
"ChannelArn": {},
552+
"Name": {}
553+
}
554+
}
555+
},
556+
"NextToken": {}
557+
}
558+
},
559+
"idempotent": true
560+
},
488561
"ListEventDataStores": {
489562
"input": {
490563
"type": "structure",
@@ -769,7 +842,7 @@
769842
"members": {
770843
"TrailName": {},
771844
"EventSelectors": {
772-
"shape": "S1f"
845+
"shape": "S1p"
773846
},
774847
"AdvancedEventSelectors": {
775848
"shape": "Sf"
@@ -781,7 +854,7 @@
781854
"members": {
782855
"TrailARN": {},
783856
"EventSelectors": {
784-
"shape": "S1f"
857+
"shape": "S1p"
785858
},
786859
"AdvancedEventSelectors": {
787860
"shape": "Sf"
@@ -800,7 +873,7 @@
800873
"members": {
801874
"TrailName": {},
802875
"InsightSelectors": {
803-
"shape": "S1o"
876+
"shape": "S1y"
804877
}
805878
}
806879
},
@@ -809,7 +882,7 @@
809882
"members": {
810883
"TrailARN": {},
811884
"InsightSelectors": {
812-
"shape": "S1o"
885+
"shape": "S1y"
813886
}
814887
}
815888
},
@@ -1136,7 +1209,7 @@
11361209
}
11371210
}
11381211
},
1139-
"S1f": {
1212+
"S1p": {
11401213
"type": "list",
11411214
"member": {
11421215
"type": "structure",
@@ -1165,7 +1238,7 @@
11651238
}
11661239
}
11671240
},
1168-
"S1o": {
1241+
"S1y": {
11691242
"type": "list",
11701243
"member": {
11711244
"type": "structure",

apis/cloudtrail-2013-11-01.normal.json

Lines changed: 220 additions & 6 deletions
Large diffs are not rendered by default.

apis/cloudtrail-2013-11-01.paginators.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"input_token": "NextToken",
88
"output_token": "NextToken"
99
},
10+
"ListChannels": {
11+
"input_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"output_token": "NextToken"
14+
},
1015
"ListEventDataStores": {
1116
"input_token": "NextToken",
1217
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)