Skip to content

Commit

Permalink
Updates SDK to v2.1182.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 26, 2022
1 parent df30ee1 commit 429ec5c
Show file tree
Hide file tree
Showing 40 changed files with 8,710 additions and 1,401 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1182.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "Adds support for a new API to evaluate mapping templates with mock data, allowing you to remotely unit test your AppSync resolvers and functions."
},
{
"type": "feature",
"category": "Detective",
"description": "Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Amazon GuardDuty introduces a new Malware Protection feature that triggers malware scan on selected EC2 instance resources, after the service detects a potentially malicious activity."
},
{
"type": "feature",
"category": "LookoutVision",
"description": "This release introduces support for the automatic scaling of inference units used by Amazon Lookout for Vision models."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release adds support for retrieving (revealing) sample occurrences of sensitive data that Amazon Macie detects and reports in findings."
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release introduces support for the automatic scaling of inference units used by Amazon Rekognition Custom Labels models."
},
{
"type": "feature",
"category": "Transfer",
"description": "AWS Transfer Family now supports Applicability Statement 2 (AS2), a network protocol used for the secure and reliable transfer of critical Business-to-Business (B2B) data over the public internet using HTTP/HTTPS as the transport mechanism."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1181.0-->
<!--LATEST=2.1182.0-->
<!--ENTRYINSERT-->

## 2.1182.0
* feature: AppSync: Adds support for a new API to evaluate mapping templates with mock data, allowing you to remotely unit test your AppSync resolvers and functions.
* feature: Detective: Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph.
* feature: GuardDuty: Amazon GuardDuty introduces a new Malware Protection feature that triggers malware scan on selected EC2 instance resources, after the service detects a potentially malicious activity.
* feature: LookoutVision: This release introduces support for the automatic scaling of inference units used by Amazon Lookout for Vision models.
* feature: Macie2: This release adds support for retrieving (revealing) sample occurrences of sensitive data that Amazon Macie detects and reports in findings.
* feature: Rekognition: This release introduces support for the automatic scaling of inference units used by Amazon Rekognition Custom Labels models.
* feature: Transfer: AWS Transfer Family now supports Applicability Statement 2 (AS2), a network protocol used for the secure and reliable transfer of critical Business-to-Business (B2B) data over the public internet using HTTP/HTTPS as the transport mechanism.

## 2.1181.0
* feature: Account: This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html
* feature: EC2: Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1181.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1182.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
37 changes: 34 additions & 3 deletions apis/appsync-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,34 @@
"members": {}
}
},
"EvaluateMappingTemplate": {
"http": {
"requestUri": "/v1/dataplane-evaluatetemplate"
},
"input": {
"type": "structure",
"required": [
"template",
"context"
],
"members": {
"template": {},
"context": {}
}
},
"output": {
"type": "structure",
"members": {
"evaluationResult": {},
"error": {
"type": "structure",
"members": {
"message": {}
}
}
}
}
},
"FlushApiCache": {
"http": {
"method": "DELETE",
Expand Down Expand Up @@ -1110,7 +1138,7 @@
"type": "structure",
"members": {
"resolvers": {
"shape": "S3y"
"shape": "S45"
},
"nextToken": {}
}
Expand Down Expand Up @@ -1151,7 +1179,7 @@
"type": "structure",
"members": {
"resolvers": {
"shape": "S3y"
"shape": "S45"
},
"nextToken": {}
}
Expand Down Expand Up @@ -1973,6 +2001,9 @@
},
"S1z": {
"type": "structure",
"required": [
"ttl"
],
"members": {
"ttl": {
"type": "long"
Expand Down Expand Up @@ -2017,7 +2048,7 @@
"format": {}
}
},
"S3y": {
"S45": {
"type": "list",
"member": {
"shape": "S22"
Expand Down
93 changes: 91 additions & 2 deletions apis/appsync-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,31 @@
],
"documentation": "<p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>"
},
"EvaluateMappingTemplate": {
"name": "EvaluateMappingTemplate",
"http": {
"method": "POST",
"requestUri": "/v1/dataplane-evaluatetemplate"
},
"input": {
"shape": "EvaluateMappingTemplateRequest"
},
"output": {
"shape": "EvaluateMappingTemplateResponse"
},
"errors": [
{
"shape": "AccessDeniedException"
},
{
"shape": "InternalFailureException"
},
{
"shape": "BadRequestException"
}
],
"documentation": "<p>Evaluates a given template and returns the response. The mapping template can be a request or response template.</p> <p>Request templates take the incoming request after a GraphQL operation is parsed and convert it into a request configuration for the selected data source operation. Response templates interpret responses from the data source and map it to the shape of the GraphQL field output type.</p> <p>Mapping templates are written in the Apache Velocity Template Language (VTL).</p>"
},
"FlushApiCache": {
"name": "FlushApiCache",
"http": {
Expand Down Expand Up @@ -1722,6 +1747,9 @@
},
"CachingConfig": {
"type": "structure",
"required": [
"ttl"
],
"members": {
"ttl": {
"shape": "Long",
Expand Down Expand Up @@ -1763,7 +1791,7 @@
},
"appIdClientRegex": {
"shape": "String",
"documentation": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>"
"documentation": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.</p>"
}
},
"documentation": "<p>Describes an Amazon Cognito user pool configuration.</p>"
Expand All @@ -1784,6 +1812,12 @@
"NONE"
]
},
"Context": {
"type": "string",
"max": 28000,
"min": 2,
"pattern": "^[\\s\\S]*$"
},
"CreateApiCacheRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2560,6 +2594,55 @@
},
"documentation": "<p>Describes an OpenSearch data source configuration.</p> <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use <a>OpenSearchServiceDataSourceConfig</a> to specify an OpenSearch data source.</p>"
},
"ErrorDetail": {
"type": "structure",
"members": {
"message": {
"shape": "ErrorMessage",
"documentation": "<p>The error payload.</p>"
}
},
"documentation": "<p>Contains the list of errors generated when attempting to evaluate a mapping template.</p>"
},
"ErrorMessage": {
"type": "string"
},
"EvaluateMappingTemplateRequest": {
"type": "structure",
"required": [
"template",
"context"
],
"members": {
"template": {
"shape": "Template",
"documentation": "<p>The mapping template; this can be a request or response template. A <code>template</code> is required for this action.</p>"
},
"context": {
"shape": "Context",
"documentation": "<p>The map that holds all of the contextual information for your resolver invocation. A <code>context</code> is required for this action.</p>"
}
}
},
"EvaluateMappingTemplateResponse": {
"type": "structure",
"members": {
"evaluationResult": {
"shape": "EvaluationResult",
"documentation": "<p>The mapping template; this can be a request or response template.</p>"
},
"error": {
"shape": "ErrorDetail",
"documentation": "<p>The <code>ErrorDetail</code> object.</p>"
}
}
},
"EvaluationResult": {
"type": "string",
"max": 65536,
"min": 0,
"pattern": "^[\\s\\S]*$"
},
"FieldLogLevel": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -3755,6 +3838,12 @@
"max": 256,
"pattern": "^[\\s\\w+-=\\.:/@]*$"
},
"Template": {
"type": "string",
"max": 65536,
"min": 2,
"pattern": "^[\\s\\S]*$"
},
"Type": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4241,7 +4330,7 @@
},
"appIdClientRegex": {
"shape": "String",
"documentation": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>"
"documentation": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.</p>"
}
},
"documentation": "<p>Describes an Amazon Cognito user pool configuration.</p>"
Expand Down
Loading

0 comments on commit 429ec5c

Please sign in to comment.