Skip to content

Commit 37f7ad4

Browse files
author
awstools
committed
Updates SDK to v2.1236.0
1 parent c14da5a commit 37f7ad4

39 files changed

+6194
-1047
lines changed

.changes/2.1236.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudTrail",
5+
"description": "This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConfigService",
10+
"description": "This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EventBridge",
20+
"description": "Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ManagedBlockchain",
25+
"description": "Adding new Accessor APIs for Amazon Managed Blockchain"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "S3",
30+
"description": "Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "S3Control",
35+
"description": "Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SupportApp",
40+
"description": "This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "WorkSpacesWeb",
45+
"description": "WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation."
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.1236.0
6+
* feature: CloudTrail: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
7+
* feature: ConfigService: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
8+
* feature: Connect: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
9+
* feature: EventBridge: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
10+
* feature: ManagedBlockchain: Adding new Accessor APIs for Amazon Managed Blockchain
11+
* feature: S3: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
12+
* feature: S3Control: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
13+
* feature: SupportApp: This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.
14+
* feature: WorkSpacesWeb: WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.
15+
516
## 2.1235.0
617
* feature: SESV2: This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API.
718
* feature: SageMaker: This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.

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.1235.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1236.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-messaging-2021-05-15.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@
14601460
"shape": "ServiceFailureException"
14611461
}
14621462
],
1463-
"documentation": "<p>Allows an <code>AppInstanceUser</code> to search the channels that they belong to. The <code>AppInstanceUser</code> can search by membership or external ID. An <code>AppInstanceAdmin</code> can search across all channels within the <code>AppInstance</code>.</p>"
1463+
"documentation": "<p>Allows <code>ChimeBearer</code> to search channels by channel members. AppInstanceUsers can search across the channels that they belong to. AppInstanceAdmins can search across all channels.</p>"
14641464
},
14651465
"SendChannelMessage": {
14661466
"name": "SendChannelMessage",
@@ -2483,7 +2483,7 @@
24832483
},
24842484
"LastMessageTimestamp": {
24852485
"shape": "Timestamp",
2486-
"documentation": "<p>The time at which the last message in a channel was sent.</p>"
2486+
"documentation": "<p>The time at which the last persistent message in a channel was sent.</p>"
24872487
}
24882488
},
24892489
"documentation": "<p>Summary of the details of a <code>Channel</code>.</p>"

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

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@
250250
}
251251
}
252252
},
253-
"ErrorMessage": {}
253+
"ErrorMessage": {},
254+
"DeliveryS3Uri": {},
255+
"DeliveryStatus": {}
254256
}
255257
},
256258
"idempotent": true
@@ -274,7 +276,7 @@
274276
"trailList": {
275277
"type": "list",
276278
"member": {
277-
"shape": "S1a"
279+
"shape": "S1c"
278280
}
279281
}
280282
}
@@ -382,7 +384,7 @@
382384
"members": {
383385
"TrailARN": {},
384386
"EventSelectors": {
385-
"shape": "S1p"
387+
"shape": "S1r"
386388
},
387389
"AdvancedEventSelectors": {
388390
"shape": "Sf"
@@ -406,10 +408,10 @@
406408
"members": {
407409
"ImportId": {},
408410
"Destinations": {
409-
"shape": "S1y"
411+
"shape": "S20"
410412
},
411413
"ImportSource": {
412-
"shape": "S1z"
414+
"shape": "S21"
413415
},
414416
"StartEventTime": {
415417
"type": "timestamp"
@@ -425,7 +427,7 @@
425427
"type": "timestamp"
426428
},
427429
"ImportStatistics": {
428-
"shape": "S22"
430+
"shape": "S24"
429431
}
430432
}
431433
}
@@ -445,7 +447,7 @@
445447
"members": {
446448
"TrailARN": {},
447449
"InsightSelectors": {
448-
"shape": "S25"
450+
"shape": "S27"
449451
}
450452
}
451453
},
@@ -515,7 +517,7 @@
515517
"type": "structure",
516518
"members": {
517519
"Trail": {
518-
"shape": "S1a"
520+
"shape": "S1c"
519521
}
520522
}
521523
},
@@ -724,7 +726,7 @@
724726
"ImportId": {},
725727
"ImportStatus": {},
726728
"Destinations": {
727-
"shape": "S1y"
729+
"shape": "S20"
728730
},
729731
"CreatedTimestamp": {
730732
"type": "timestamp"
@@ -957,7 +959,7 @@
957959
"members": {
958960
"TrailName": {},
959961
"EventSelectors": {
960-
"shape": "S1p"
962+
"shape": "S1r"
961963
},
962964
"AdvancedEventSelectors": {
963965
"shape": "Sf"
@@ -969,7 +971,7 @@
969971
"members": {
970972
"TrailARN": {},
971973
"EventSelectors": {
972-
"shape": "S1p"
974+
"shape": "S1r"
973975
},
974976
"AdvancedEventSelectors": {
975977
"shape": "Sf"
@@ -988,7 +990,7 @@
988990
"members": {
989991
"TrailName": {},
990992
"InsightSelectors": {
991-
"shape": "S25"
993+
"shape": "S27"
992994
}
993995
}
994996
},
@@ -997,7 +999,7 @@
997999
"members": {
9981000
"TrailARN": {},
9991001
"InsightSelectors": {
1000-
"shape": "S25"
1002+
"shape": "S27"
10011003
}
10021004
}
10031005
},
@@ -1068,10 +1070,10 @@
10681070
"type": "structure",
10691071
"members": {
10701072
"Destinations": {
1071-
"shape": "S1y"
1073+
"shape": "S20"
10721074
},
10731075
"ImportSource": {
1074-
"shape": "S1z"
1076+
"shape": "S21"
10751077
},
10761078
"StartEventTime": {
10771079
"type": "timestamp"
@@ -1087,10 +1089,10 @@
10871089
"members": {
10881090
"ImportId": {},
10891091
"Destinations": {
1090-
"shape": "S1y"
1092+
"shape": "S20"
10911093
},
10921094
"ImportSource": {
1093-
"shape": "S1z"
1095+
"shape": "S21"
10941096
},
10951097
"StartEventTime": {
10961098
"type": "timestamp"
@@ -1131,7 +1133,8 @@
11311133
"QueryStatement"
11321134
],
11331135
"members": {
1134-
"QueryStatement": {}
1136+
"QueryStatement": {},
1137+
"DeliveryS3Uri": {}
11351138
}
11361139
},
11371140
"output": {
@@ -1157,10 +1160,10 @@
11571160
"members": {
11581161
"ImportId": {},
11591162
"ImportSource": {
1160-
"shape": "S1z"
1163+
"shape": "S21"
11611164
},
11621165
"Destinations": {
1163-
"shape": "S1y"
1166+
"shape": "S20"
11641167
},
11651168
"ImportStatus": {},
11661169
"CreatedTimestamp": {
@@ -1176,7 +1179,7 @@
11761179
"type": "timestamp"
11771180
},
11781181
"ImportStatistics": {
1179-
"shape": "S22"
1182+
"shape": "S24"
11801183
}
11811184
}
11821185
}
@@ -1373,7 +1376,7 @@
13731376
"type": "list",
13741377
"member": {}
13751378
},
1376-
"S1a": {
1379+
"S1c": {
13771380
"type": "structure",
13781381
"members": {
13791382
"Name": {},
@@ -1408,7 +1411,7 @@
14081411
}
14091412
}
14101413
},
1411-
"S1p": {
1414+
"S1r": {
14121415
"type": "list",
14131416
"member": {
14141417
"type": "structure",
@@ -1437,11 +1440,11 @@
14371440
}
14381441
}
14391442
},
1440-
"S1y": {
1443+
"S20": {
14411444
"type": "list",
14421445
"member": {}
14431446
},
1444-
"S1z": {
1447+
"S21": {
14451448
"type": "structure",
14461449
"required": [
14471450
"S3"
@@ -1462,7 +1465,7 @@
14621465
}
14631466
}
14641467
},
1465-
"S22": {
1468+
"S24": {
14661469
"type": "structure",
14671470
"members": {
14681471
"PrefixesFound": {
@@ -1482,7 +1485,7 @@
14821485
}
14831486
}
14841487
},
1485-
"S25": {
1488+
"S27": {
14861489
"type": "list",
14871490
"member": {
14881491
"type": "structure",

0 commit comments

Comments
 (0)