Skip to content

Commit

Permalink
Release v1.44.63 (2022-07-26) (#4492)
Browse files Browse the repository at this point in the history
Release v1.44.63 (2022-07-26)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/detective`: Updates service API, documentation, and paginators
* `service/guardduty`: Updates service API, documentation, and paginators
  * 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.
* `service/lookoutvision`: Updates service API and documentation
* `service/macie2`: Updates service API, documentation, and waiters
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds support for using RDS Proxies with RDS for MariaDB databases.
* `service/rekognition`: Updates service API and documentation
  * This release introduces support for the automatic scaling of inference units used by Amazon Rekognition Custom Labels models.
* `service/securityhub`: Updates service documentation
* `service/transfer`: Updates service API, documentation, and paginators
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Jul 26, 2022
1 parent 04a38cc commit 170d5d6
Show file tree
Hide file tree
Showing 40 changed files with 23,583 additions and 8,700 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.63 (2022-07-26)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/detective`: Updates service API, documentation, and paginators
* `service/guardduty`: Updates service API, documentation, and paginators
* 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.
* `service/lookoutvision`: Updates service API and documentation
* `service/macie2`: Updates service API, documentation, and waiters
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds support for using RDS Proxies with RDS for MariaDB databases.
* `service/rekognition`: Updates service API and documentation
* This release introduces support for the automatic scaling of inference units used by Amazon Rekognition Custom Labels models.
* `service/securityhub`: Updates service documentation
* `service/transfer`: Updates service API, documentation, and paginators
* 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.

Release v1.44.62 (2022-07-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.62"
const SDKVersion = "1.44.63"
57 changes: 57 additions & 0 deletions models/apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,20 @@
{"shape":"NotFoundException"}
]
},
"EvaluateMappingTemplate":{
"name":"EvaluateMappingTemplate",
"http":{
"method":"POST",
"requestUri":"/v1/dataplane-evaluatetemplate"
},
"input":{"shape":"EvaluateMappingTemplateRequest"},
"output":{"shape":"EvaluateMappingTemplateResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalFailureException"},
{"shape":"BadRequestException"}
]
},
"FlushApiCache":{
"name":"FlushApiCache",
"http":{
Expand Down Expand Up @@ -968,6 +982,7 @@
"BooleanValue":{"type":"boolean"},
"CachingConfig":{
"type":"structure",
"required":["ttl"],
"members":{
"ttl":{"shape":"Long"},
"cachingKeys":{"shape":"CachingKeys"}
Expand Down Expand Up @@ -1019,6 +1034,12 @@
"NONE"
]
},
"Context":{
"type":"string",
"max":28000,
"min":2,
"pattern":"^[\\s\\S]*$"
},
"CreateApiCacheRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1514,7 +1535,37 @@
"awsRegion":{"shape":"String"}
}
},
"ErrorDetail":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
}
},
"ErrorMessage":{"type":"string"},
"EvaluateMappingTemplateRequest":{
"type":"structure",
"required":[
"template",
"context"
],
"members":{
"template":{"shape":"Template"},
"context":{"shape":"Context"}
}
},
"EvaluateMappingTemplateResponse":{
"type":"structure",
"members":{
"evaluationResult":{"shape":"EvaluationResult"},
"error":{"shape":"ErrorDetail"}
}
},
"EvaluationResult":{
"type":"string",
"max":65536,
"min":0,
"pattern":"^[\\s\\S]*$"
},
"FieldLogLevel":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2352,6 +2403,12 @@
"max":256,
"pattern":"^[\\s\\w+-=\\.:/@]*$"
},
"Template":{
"type":"string",
"max":65536,
"min":2,
"pattern":"^[\\s\\S]*$"
},
"Type":{
"type":"structure",
"members":{
Expand Down
40 changes: 38 additions & 2 deletions models/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"DeleteResolver": "<p>Deletes a <code>Resolver</code> object.</p>",
"DeleteType": "<p>Deletes a <code>Type</code> object.</p>",
"DisassociateApi": "<p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>",
"EvaluateMappingTemplate": "<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": "<p>Flushes an <code>ApiCache</code> object.</p>",
"GetApiAssociation": "<p>Retrieves an <code>ApiAssociation</code> object.</p>",
"GetApiCache": "<p>Retrieves an <code>ApiCache</code> object.</p>",
Expand Down Expand Up @@ -258,6 +259,12 @@
"SyncConfig$conflictHandler": "<p>The Conflict Resolution strategy to perform in the event of a conflict.</p> <ul> <li> <p> <b>OPTIMISTIC_CONCURRENCY</b>: Resolve conflicts by rejecting mutations when versions don't match the latest version at the server.</p> </li> <li> <p> <b>AUTOMERGE</b>: Resolve conflicts with the Automerge conflict resolution strategy.</p> </li> <li> <p> <b>LAMBDA</b>: Resolve conflicts with an Lambda function supplied in the <code>LambdaConflictHandlerConfig</code>.</p> </li> </ul>"
}
},
"Context": {
"base": null,
"refs": {
"EvaluateMappingTemplateRequest$context": "<p>The map that holds all of the contextual information for your resolver invocation. A <code>context</code> is required for this action.</p>"
}
},
"CreateApiCacheRequest": {
"base": "<p>Represents the input of a <code>CreateApiCache</code> operation.</p>",
"refs": {
Expand Down Expand Up @@ -516,14 +523,37 @@
"UpdateDataSourceRequest$elasticsearchConfig": "<p>The new OpenSearch configuration.</p> <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use <a>UpdateDataSourceRequest$openSearchServiceConfig</a> to update an OpenSearch data source.</p>"
}
},
"ErrorDetail": {
"base": "<p>Contains the list of errors generated when attempting to evaluate a mapping template.</p>",
"refs": {
"EvaluateMappingTemplateResponse$error": "<p>The <code>ErrorDetail</code> object.</p>"
}
},
"ErrorMessage": {
"base": null,
"refs": {
"BadRequestException$message": null,
"ConcurrentModificationException$message": null,
"ErrorDetail$message": "<p>The error payload.</p>",
"GraphQLSchemaException$message": null
}
},
"EvaluateMappingTemplateRequest": {
"base": null,
"refs": {
}
},
"EvaluateMappingTemplateResponse": {
"base": null,
"refs": {
}
},
"EvaluationResult": {
"base": null,
"refs": {
"EvaluateMappingTemplateResponse$evaluationResult": "<p>The mapping template; this can be a request or response template.</p>"
}
},
"FieldLogLevel": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1064,7 +1094,7 @@
"CachingKeys$member": null,
"CognitoUserPoolConfig$userPoolId": "<p>The user pool ID.</p>",
"CognitoUserPoolConfig$awsRegion": "<p>The Amazon Web Services Region in which the user pool was created.</p>",
"CognitoUserPoolConfig$appIdClientRegex": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>",
"CognitoUserPoolConfig$appIdClientRegex": "<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>",
"CreateApiCacheRequest$apiId": "<p>The GraphQL API ID.</p>",
"CreateApiKeyRequest$apiId": "<p>The ID for your GraphQL API.</p>",
"CreateApiKeyRequest$description": "<p>A description of the purpose of the API key.</p>",
Expand Down Expand Up @@ -1165,7 +1195,7 @@
"UpdateTypeRequest$definition": "<p>The new definition.</p>",
"UserPoolConfig$userPoolId": "<p>The user pool ID.</p>",
"UserPoolConfig$awsRegion": "<p>The Amazon Web Services Region in which the user pool was created.</p>",
"UserPoolConfig$appIdClientRegex": "<p>A regular expression for validating the incoming Amazon Cognito user pool app client ID.</p>"
"UserPoolConfig$appIdClientRegex": "<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>"
}
},
"SyncConfig": {
Expand Down Expand Up @@ -1223,6 +1253,12 @@
"TagMap$value": null
}
},
"Template": {
"base": null,
"refs": {
"EvaluateMappingTemplateRequest$template": "<p>The mapping template; this can be a request or response template. A <code>template</code> is required for this action.</p>"
}
},
"Type": {
"base": "<p>Describes a type.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 170d5d6

Please sign in to comment.