Skip to content

Commit

Permalink
Updates SDK to v2.799.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 24, 2020
1 parent d2b8964 commit 21c7dc0
Show file tree
Hide file tree
Showing 66 changed files with 6,450 additions and 1,021 deletions.
87 changes: 87 additions & 0 deletions .changes/2.799.0.json
@@ -0,0 +1,87 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "Upsolver as a destination connector and documentation update."
},
{
"type": "feature",
"category": "Batch",
"description": "Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support."
},
{
"type": "feature",
"category": "CloudFormation",
"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."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "Adding GetReportGroupTrend API for Test Reports."
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users."
},
{
"type": "feature",
"category": "Comprehend",
"description": "Support Comprehend events detection APIs"
},
{
"type": "feature",
"category": "ElasticBeanstalk",
"description": "Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100]."
},
{
"type": "feature",
"category": "FSx",
"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."
},
{
"type": "feature",
"category": "GameLift",
"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."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Lex now supports es-419, de-DE locales"
},
{
"type": "feature",
"category": "MWAA",
"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."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers."
},
{
"type": "feature",
"category": "QuickSight",
"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."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows"
},
{
"type": "feature",
"category": "TimestreamWrite",
"description": "Adds support of upserts for idempotent updates to Timestream."
}
]
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,26 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.798.0-->
<!--LATEST=2.799.0-->
<!--ENTRYINSERT-->

## 2.799.0
* feature: Appflow: Upsolver as a destination connector and documentation update.
* feature: Batch: Add Ec2Configuration in ComputeEnvironment.ComputeResources. Use in CreateComputeEnvironment API to enable AmazonLinux2 support.
* 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.
* feature: CloudTrail: CloudTrail now includes advanced event selectors, which give you finer-grained control over the events that are logged to your trail.
* feature: CodeBuild: Adding GetReportGroupTrend API for Test Reports.
* feature: CognitoIdentityServiceProvider: This release adds ability to configure Cognito User Pools with third party sms and email providers for sending notifications to users.
* feature: Comprehend: Support Comprehend events detection APIs
* feature: ElasticBeanstalk: Updates the Integer constraint of DescribeEnvironmentManagedActionHistory's MaxItems parameter to [1, 100].
* 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.
* 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.
* feature: IoTSiteWise: This release adds support for customer managed customer master key (CMK) based encryption in IoT SiteWise.
* feature: LexModelBuildingService: Lex now supports es-419, de-DE locales
* 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.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for Vorbis and Opus audio in OGG/OGA containers.
* 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.
* feature: StepFunctions: This release of the AWS Step Functions SDK introduces support for Synchronous Express Workflows
* feature: TimestreamWrite: Adds support of upserts for idempotent updates to Timestream.

## 2.798.0
* feature: ApplicationInsights: Add Detected Workload to ApplicationComponent which shows the workloads that installed in the component
* feature: CodeArtifact: Add support for the NuGet package format.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
96 changes: 66 additions & 30 deletions apis/appflow-2020-08-23.min.json
Expand Up @@ -68,10 +68,10 @@
"shape": "S2r"
},
"tasks": {
"shape": "S3a"
"shape": "S3d"
},
"tags": {
"shape": "S3y"
"shape": "S41"
}
}
},
Expand Down Expand Up @@ -276,7 +276,7 @@
"type": "structure",
"members": {
"connectorTypes": {
"shape": "S4y"
"shape": "S51"
},
"nextToken": {}
}
Expand All @@ -297,7 +297,7 @@
"type": "boolean"
},
"supportedDestinationConnectors": {
"shape": "S4y"
"shape": "S51"
},
"supportedSchedulingFrequencies": {
"type": "list",
Expand Down Expand Up @@ -332,7 +332,7 @@
"type": "structure",
"members": {
"oAuthScopes": {
"shape": "S5a"
"shape": "S5d"
}
}
},
Expand All @@ -356,7 +356,7 @@
"type": "structure",
"members": {
"oAuthScopes": {
"shape": "S5a"
"shape": "S5d"
}
}
},
Expand All @@ -372,7 +372,7 @@
"type": "structure",
"members": {
"oAuthScopes": {
"shape": "S5a"
"shape": "S5d"
}
}
},
Expand All @@ -397,13 +397,17 @@
"type": "structure",
"members": {
"oAuthScopes": {
"shape": "S5a"
"shape": "S5d"
}
}
},
"EventBridge": {
"type": "structure",
"members": {}
},
"Upsolver": {
"type": "structure",
"members": {}
}
}
}
Expand Down Expand Up @@ -443,13 +447,13 @@
"shape": "S2r"
},
"lastRunExecutionDetails": {
"shape": "S5t"
"shape": "S5x"
},
"triggerConfig": {
"shape": "S20"
},
"tasks": {
"shape": "S3a"
"shape": "S3d"
},
"createdAt": {
"type": "timestamp"
Expand All @@ -460,7 +464,7 @@
"createdBy": {},
"lastUpdatedBy": {},
"tags": {
"shape": "S3y"
"shape": "S41"
}
}
}
Expand Down Expand Up @@ -606,10 +610,10 @@
"createdBy": {},
"lastUpdatedBy": {},
"tags": {
"shape": "S3y"
"shape": "S41"
},
"lastRunExecutionDetails": {
"shape": "S5t"
"shape": "S5x"
}
}
}
Expand Down Expand Up @@ -639,7 +643,7 @@
"type": "structure",
"members": {
"tags": {
"shape": "S3y"
"shape": "S41"
}
}
}
Expand Down Expand Up @@ -703,7 +707,7 @@
"locationName": "resourceArn"
},
"tags": {
"shape": "S3y"
"shape": "S41"
}
}
},
Expand Down Expand Up @@ -792,7 +796,7 @@
"shape": "S2r"
},
"tasks": {
"shape": "S3a"
"shape": "S3d"
}
}
},
Expand Down Expand Up @@ -1420,17 +1424,10 @@
"members": {
"fileType": {},
"prefixConfig": {
"type": "structure",
"members": {
"prefixType": {},
"prefixFormat": {}
}
"shape": "S2z"
},
"aggregationConfig": {
"type": "structure",
"members": {
"aggregationType": {}
}
"shape": "S32"
}
}
}
Expand Down Expand Up @@ -1479,6 +1476,32 @@
"shape": "S2v"
}
}
},
"Upsolver": {
"type": "structure",
"required": [
"bucketName",
"s3OutputFormatConfig"
],
"members": {
"bucketName": {},
"bucketPrefix": {},
"s3OutputFormatConfig": {
"type": "structure",
"required": [
"prefixConfig"
],
"members": {
"fileType": {},
"prefixConfig": {
"shape": "S2z"
},
"aggregationConfig": {
"shape": "S32"
}
}
}
}
}
}
}
Expand All @@ -1495,7 +1518,20 @@
"bucketName": {}
}
},
"S3a": {
"S2z": {
"type": "structure",
"members": {
"prefixType": {},
"prefixFormat": {}
}
},
"S32": {
"type": "structure",
"members": {
"aggregationType": {}
}
},
"S3d": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -1537,20 +1573,20 @@
}
}
},
"S3y": {
"S41": {
"type": "map",
"key": {},
"value": {}
},
"S4y": {
"S51": {
"type": "list",
"member": {}
},
"S5a": {
"S5d": {
"type": "list",
"member": {}
},
"S5t": {
"S5x": {
"type": "structure",
"members": {
"mostRecentExecutionMessage": {},
Expand Down

0 comments on commit 21c7dc0

Please sign in to comment.