Skip to content

Commit 21c7dc0

Browse files
author
awstools
committed
Updates SDK to v2.799.0
1 parent d2b8964 commit 21c7dc0

File tree

66 files changed

+6450
-1021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+6450
-1021
lines changed

.changes/2.799.0.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "Upsolver as a destination connector and documentation update."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Batch",
10+
"description": "Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudFormation",
15+
"description": "Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CloudTrail",
20+
"description": "CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CodeBuild",
25+
"description": "Adding GetReportGroupTrend API for Test Reports."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "CognitoIdentityServiceProvider",
30+
"description": "This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Comprehend",
35+
"description": "Support Comprehend events detection APIs"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "ElasticBeanstalk",
40+
"description": "Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100]."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "FSx",
45+
"description": "This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "GameLift",
50+
"description": "GameLift FlexMatch is now available as a standalone matchmaking solution. FlexMatch now provides customizable matchmaking for games hosted peer-to-peer, on-premises, or on cloud compute primitives."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "IoTSiteWise",
55+
"description": "This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "LexModelBuildingService",
60+
"description": "Lex now supports es-419, de-DE locales"
61+
},
62+
{
63+
"type": "feature",
64+
"category": "MWAA",
65+
"description": "(New Service) Amazon MWAA is a managed service for Apache Airflow that makes it easy for data engineers and data scientists to execute data processing workflows in the cloud."
66+
},
67+
{
68+
"type": "feature",
69+
"category": "MediaConvert",
70+
"description": "AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers."
71+
},
72+
{
73+
"type": "feature",
74+
"category": "QuickSight",
75+
"description": "Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "StepFunctions",
80+
"description": "This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows"
81+
},
82+
{
83+
"type": "feature",
84+
"category": "TimestreamWrite",
85+
"description": "Adds support of upserts for idempotent updates to Timestream."
86+
}
87+
]

CHANGELOG.md

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

5+
## 2.799.0
6+
* feature: Appflow: Upsolver as a destination connector and documentation update.
7+
* feature: Batch: Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.
8+
* feature: CloudFormation: Adds support for the new Modules feature for CloudFormation. A module encapsulates one or more resources and their respective configurations for reuse across your organization.
9+
* feature: CloudTrail: CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.
10+
* feature: CodeBuild: Adding GetReportGroupTrend API for Test Reports.
11+
* feature: CognitoIdentityServiceProvider: This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.
12+
* feature: Comprehend: Support Comprehend events detection APIs
13+
* feature: ElasticBeanstalk: Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].
14+
* feature: FSx: This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time.
15+
* feature: GameLift: GameLift FlexMatch is now available as a standalone matchmaking solution. FlexMatch now provides customizable matchmaking for games hosted peer-to-peer, on-premises, or on cloud compute primitives.
16+
* feature: IoTSiteWise: This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise.
17+
* feature: LexModelBuildingService: Lex now supports es-419, de-DE locales
18+
* feature: MWAA: (New Service) Amazon MWAA is a managed service for Apache Airflow that makes it easy for data engineers and data scientists to execute data processing workflows in the cloud.
19+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers.
20+
* feature: QuickSight: Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value.
21+
* feature: StepFunctions: This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows
22+
* feature: TimestreamWrite: Adds support of upserts for idempotent updates to Timestream.
23+
524
## 2.798.0
625
* feature: ApplicationInsights: Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component
726
* feature: CodeArtifact: Add support for the NuGet package format.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.798.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.799.0.min.js"></script>
2929

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

apis/appflow-2020-08-23.min.json

Lines changed: 66 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"shape": "S2r"
6969
},
7070
"tasks": {
71-
"shape": "S3a"
71+
"shape": "S3d"
7272
},
7373
"tags": {
74-
"shape": "S3y"
74+
"shape": "S41"
7575
}
7676
}
7777
},
@@ -276,7 +276,7 @@
276276
"type": "structure",
277277
"members": {
278278
"connectorTypes": {
279-
"shape": "S4y"
279+
"shape": "S51"
280280
},
281281
"nextToken": {}
282282
}
@@ -297,7 +297,7 @@
297297
"type": "boolean"
298298
},
299299
"supportedDestinationConnectors": {
300-
"shape": "S4y"
300+
"shape": "S51"
301301
},
302302
"supportedSchedulingFrequencies": {
303303
"type": "list",
@@ -332,7 +332,7 @@
332332
"type": "structure",
333333
"members": {
334334
"oAuthScopes": {
335-
"shape": "S5a"
335+
"shape": "S5d"
336336
}
337337
}
338338
},
@@ -356,7 +356,7 @@
356356
"type": "structure",
357357
"members": {
358358
"oAuthScopes": {
359-
"shape": "S5a"
359+
"shape": "S5d"
360360
}
361361
}
362362
},
@@ -372,7 +372,7 @@
372372
"type": "structure",
373373
"members": {
374374
"oAuthScopes": {
375-
"shape": "S5a"
375+
"shape": "S5d"
376376
}
377377
}
378378
},
@@ -397,13 +397,17 @@
397397
"type": "structure",
398398
"members": {
399399
"oAuthScopes": {
400-
"shape": "S5a"
400+
"shape": "S5d"
401401
}
402402
}
403403
},
404404
"EventBridge": {
405405
"type": "structure",
406406
"members": {}
407+
},
408+
"Upsolver": {
409+
"type": "structure",
410+
"members": {}
407411
}
408412
}
409413
}
@@ -443,13 +447,13 @@
443447
"shape": "S2r"
444448
},
445449
"lastRunExecutionDetails": {
446-
"shape": "S5t"
450+
"shape": "S5x"
447451
},
448452
"triggerConfig": {
449453
"shape": "S20"
450454
},
451455
"tasks": {
452-
"shape": "S3a"
456+
"shape": "S3d"
453457
},
454458
"createdAt": {
455459
"type": "timestamp"
@@ -460,7 +464,7 @@
460464
"createdBy": {},
461465
"lastUpdatedBy": {},
462466
"tags": {
463-
"shape": "S3y"
467+
"shape": "S41"
464468
}
465469
}
466470
}
@@ -606,10 +610,10 @@
606610
"createdBy": {},
607611
"lastUpdatedBy": {},
608612
"tags": {
609-
"shape": "S3y"
613+
"shape": "S41"
610614
},
611615
"lastRunExecutionDetails": {
612-
"shape": "S5t"
616+
"shape": "S5x"
613617
}
614618
}
615619
}
@@ -639,7 +643,7 @@
639643
"type": "structure",
640644
"members": {
641645
"tags": {
642-
"shape": "S3y"
646+
"shape": "S41"
643647
}
644648
}
645649
}
@@ -703,7 +707,7 @@
703707
"locationName": "resourceArn"
704708
},
705709
"tags": {
706-
"shape": "S3y"
710+
"shape": "S41"
707711
}
708712
}
709713
},
@@ -792,7 +796,7 @@
792796
"shape": "S2r"
793797
},
794798
"tasks": {
795-
"shape": "S3a"
799+
"shape": "S3d"
796800
}
797801
}
798802
},
@@ -1420,17 +1424,10 @@
14201424
"members": {
14211425
"fileType": {},
14221426
"prefixConfig": {
1423-
"type": "structure",
1424-
"members": {
1425-
"prefixType": {},
1426-
"prefixFormat": {}
1427-
}
1427+
"shape": "S2z"
14281428
},
14291429
"aggregationConfig": {
1430-
"type": "structure",
1431-
"members": {
1432-
"aggregationType": {}
1433-
}
1430+
"shape": "S32"
14341431
}
14351432
}
14361433
}
@@ -1479,6 +1476,32 @@
14791476
"shape": "S2v"
14801477
}
14811478
}
1479+
},
1480+
"Upsolver": {
1481+
"type": "structure",
1482+
"required": [
1483+
"bucketName",
1484+
"s3OutputFormatConfig"
1485+
],
1486+
"members": {
1487+
"bucketName": {},
1488+
"bucketPrefix": {},
1489+
"s3OutputFormatConfig": {
1490+
"type": "structure",
1491+
"required": [
1492+
"prefixConfig"
1493+
],
1494+
"members": {
1495+
"fileType": {},
1496+
"prefixConfig": {
1497+
"shape": "S2z"
1498+
},
1499+
"aggregationConfig": {
1500+
"shape": "S32"
1501+
}
1502+
}
1503+
}
1504+
}
14821505
}
14831506
}
14841507
}
@@ -1495,7 +1518,20 @@
14951518
"bucketName": {}
14961519
}
14971520
},
1498-
"S3a": {
1521+
"S2z": {
1522+
"type": "structure",
1523+
"members": {
1524+
"prefixType": {},
1525+
"prefixFormat": {}
1526+
}
1527+
},
1528+
"S32": {
1529+
"type": "structure",
1530+
"members": {
1531+
"aggregationType": {}
1532+
}
1533+
},
1534+
"S3d": {
14991535
"type": "list",
15001536
"member": {
15011537
"type": "structure",
@@ -1537,20 +1573,20 @@
15371573
}
15381574
}
15391575
},
1540-
"S3y": {
1576+
"S41": {
15411577
"type": "map",
15421578
"key": {},
15431579
"value": {}
15441580
},
1545-
"S4y": {
1581+
"S51": {
15461582
"type": "list",
15471583
"member": {}
15481584
},
1549-
"S5a": {
1585+
"S5d": {
15501586
"type": "list",
15511587
"member": {}
15521588
},
1553-
"S5t": {
1589+
"S5x": {
15541590
"type": "structure",
15551591
"members": {
15561592
"mostRecentExecutionMessage": {},

0 commit comments

Comments
 (0)