Skip to content

Commit 09d75b3

Browse files
author
awstools
committed
Updates SDK to v2.1097.0
1 parent 8fb67a4 commit 09d75b3

22 files changed

+852
-144
lines changed

.changes/2.1097.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMeetings",
5+
"description": "Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECR",
10+
"description": "This release includes a fix in the DescribeImageScanFindings paginated output."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConnect",
15+
"description": "This release adds support for selecting a maintenance window."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "AWS QuickSight Service Features - Expand public API support for group management."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1096.0-->
2+
<!--LATEST=2.1097.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1097.0
6+
* feature: ChimeSDKMeetings: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
7+
* feature: ECR: This release includes a fix in the DescribeImageScanFindings paginated output.
8+
* feature: MediaConnect: This release adds support for selecting a maintenance window.
9+
* feature: QuickSight: AWS QuickSight Service Features - Expand public API support for group management.
10+
511
## 2.1096.0
612
* feature: Glue: Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
713

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.1096.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1097.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/chime-sdk-meetings-2021-07-15.min.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,15 @@
103103
},
104104
"MeetingFeatures": {
105105
"shape": "Sl"
106-
}
106+
},
107+
"PrimaryMeetingId": {}
107108
}
108109
},
109110
"output": {
110111
"type": "structure",
111112
"members": {
112113
"Meeting": {
113-
"shape": "Sp"
114+
"shape": "Sq"
114115
}
115116
}
116117
}
@@ -150,14 +151,15 @@
150151
"member": {
151152
"shape": "S4"
152153
}
153-
}
154+
},
155+
"PrimaryMeetingId": {}
154156
}
155157
},
156158
"output": {
157159
"type": "structure",
158160
"members": {
159161
"Meeting": {
160-
"shape": "Sp"
162+
"shape": "Sq"
161163
},
162164
"Attendees": {
163165
"shape": "S7"
@@ -263,7 +265,7 @@
263265
"type": "structure",
264266
"members": {
265267
"Meeting": {
266-
"shape": "Sp"
268+
"shape": "Sq"
267269
}
268270
}
269271
}
@@ -472,7 +474,7 @@
472474
}
473475
}
474476
},
475-
"Sp": {
477+
"Sq": {
476478
"type": "structure",
477479
"members": {
478480
"MeetingId": {},
@@ -498,7 +500,8 @@
498500
},
499501
"MeetingFeatures": {
500502
"shape": "Sl"
501-
}
503+
},
504+
"PrimaryMeetingId": {}
502505
}
503506
}
504507
}

apis/chime-sdk-meetings-2021-07-15.normal.json

+17
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,10 @@
511511
"MeetingFeatures": {
512512
"shape": "MeetingFeaturesConfiguration",
513513
"documentation": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>"
514+
},
515+
"PrimaryMeetingId": {
516+
"shape": "PrimaryMeetingId",
517+
"documentation": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
514518
}
515519
}
516520
},
@@ -560,6 +564,10 @@
560564
"Attendees": {
561565
"shape": "CreateMeetingWithAttendeesRequestItemList",
562566
"documentation": "<p>The attendee information, including attendees' IDs and join tokens.</p>"
567+
},
568+
"PrimaryMeetingId": {
569+
"shape": "PrimaryMeetingId",
570+
"documentation": "<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
563571
}
564572
}
565573
},
@@ -903,6 +911,10 @@
903911
"MeetingFeatures": {
904912
"shape": "MeetingFeaturesConfiguration",
905913
"documentation": "<p>The features available to a meeting, such as Amazon Voice Focus.</p>"
914+
},
915+
"PrimaryMeetingId": {
916+
"shape": "PrimaryMeetingId",
917+
"documentation": "<p>When specified, replicates the media from the primary meeting to this meeting.</p>"
906918
}
907919
},
908920
"documentation": "<p>A meeting created using the Amazon Chime SDK.</p>"
@@ -942,6 +954,11 @@
942954
},
943955
"documentation": "<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
944956
},
957+
"PrimaryMeetingId": {
958+
"type": "string",
959+
"max": 64,
960+
"min": 2
961+
},
945962
"ResultMax": {
946963
"type": "integer",
947964
"max": 100,

apis/ecr-2015-09-21.normal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,7 @@
38303830
"documentation": "<p>The type associated with the filter.</p>"
38313831
}
38323832
},
3833-
"documentation": "<p>The details of a scanning repository filter.</p>"
3833+
"documentation": "<p>The details of a scanning repository filter. For more information on how to use filters, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters\">Using filters</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
38343834
},
38353835
"ScanningRepositoryFilterList": {
38363836
"type": "list",

apis/ecr-2015-09-21.paginators.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"imageScanFindings"
1212
],
1313
"output_token": "nextToken",
14-
"result_key": "imageScanFindings.findings"
14+
"result_key": [
15+
"imageScanFindings.findings",
16+
"imageScanFindings.enhancedFindings"
17+
]
1518
},
1619
"DescribeImages": {
1720
"input_token": "nextToken",

0 commit comments

Comments
 (0)