Skip to content

Commit

Permalink
Updates SDK to v2.1073.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 10, 2022
1 parent 9c90ae4 commit 50de353
Show file tree
Hide file tree
Showing 22 changed files with 743 additions and 132 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1073.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes"
},
{
"type": "feature",
"category": "LookoutVision",
"description": "This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This SDK release adds a new paramater creation date for GetApp and GetApps Api call"
},
{
"type": "feature",
"category": "WAFV2",
"description": "Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1072.0-->
<!--LATEST=2.1073.0-->
<!--ENTRYINSERT-->

## 2.1073.0
* feature: CloudFormation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
* feature: LookoutVision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
* feature: Pinpoint: This SDK release adds a new paramater creation date for GetApp and GetApps Api call
* feature: WAFV2: Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps.

## 2.1072.0
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation Hooks.

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.1072.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1073.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
5 changes: 4 additions & 1 deletion apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,10 @@
"ServiceInternalError",
"NetworkFailure",
"InternalFailure",
"InvalidTypeConfiguration"
"InvalidTypeConfiguration",
"HandlerInternalFailure",
"NonCompliant",
"Unknown"
]
},
"HookFailureMode": {
Expand Down
1 change: 0 additions & 1 deletion apis/lookoutvision-2020-11-20.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@
"Greengrass": {
"type": "structure",
"required": [
"CompilerOptions",
"S3OutputLocation",
"ComponentName"
],
Expand Down
5 changes: 2 additions & 3 deletions apis/lookoutvision-2020-11-20.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Starts an Amazon Lookout for Vision model packaging job. A model packaging job creates an AWS IoT Greengrass component for a Lookout for Vision model. You can use the component to deploy your model to an edge device managed by Greengrass. </p> <p>Use the <a>DescribeModelPackagingJob</a> API to determine the current status of the job. The model packaging job is complete if the value of <code>Status</code> is <code>SUCCEEDED</code>.</p> <p>To deploy the component to the target device, use the component name and component version with the AWS IoT Greengrass <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_CreateDeployment.html\">CreateDeployment</a> API.</p> <p>This operation requires the following permissions:</p> <ul> <li> <p> <code>lookoutvision:StartModelPackagingJobs</code> </p> </li> <li> <p> <code>s3:PutObject</code> </p> </li> <li> <p> <code>s3:GetBucketLocation</code> </p> </li> <li> <p> <code>greengrass:CreateComponentVersion</code> </p> </li> <li> <p> <code>greengrass:DescribeComponent</code> </p> </li> <li> <p>(Optional) <code>greengrass:TagResource</code>. Only required if you want to tag the component.</p> </li> </ul> <p>For more information, see <i>Using your Amazon Lookout for Vision model on an edge device</i> in the Amazon Lookout for Vision Developer Guide. </p>"
"documentation": "<p>Starts an Amazon Lookout for Vision model packaging job. A model packaging job creates an AWS IoT Greengrass component for a Lookout for Vision model. You can use the component to deploy your model to an edge device managed by Greengrass. </p> <p>Use the <a>DescribeModelPackagingJob</a> API to determine the current status of the job. The model packaging job is complete if the value of <code>Status</code> is <code>SUCCEEDED</code>.</p> <p>To deploy the component to the target device, use the component name and component version with the AWS IoT Greengrass <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_CreateDeployment.html\">CreateDeployment</a> API.</p> <p>This operation requires the following permissions:</p> <ul> <li> <p> <code>lookoutvision:StartModelPackagingJob</code> </p> </li> <li> <p> <code>s3:PutObject</code> </p> </li> <li> <p> <code>s3:GetBucketLocation</code> </p> </li> <li> <p> <code>greengrass:CreateComponentVersion</code> </p> </li> <li> <p> <code>greengrass:DescribeComponent</code> </p> </li> <li> <p>(Optional) <code>greengrass:TagResource</code>. Only required if you want to tag the component.</p> </li> </ul> <p>For more information, see <i>Using your Amazon Lookout for Vision model on an edge device</i> in the Amazon Lookout for Vision Developer Guide. </p>"
},
"StopModel": {
"name": "StopModel",
Expand Down Expand Up @@ -1371,14 +1371,13 @@
"GreengrassConfiguration": {
"type": "structure",
"required": [
"CompilerOptions",
"S3OutputLocation",
"ComponentName"
],
"members": {
"CompilerOptions": {
"shape": "CompilerOptions",
"documentation": "<p>Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) are supported.</p> <p>For more information, see <i>Compiler options</i> in the Amazon Lookout for Vision Developer Guide. </p>"
"documentation": "<p>Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) are supported. If you specify <code>TargetPlatform</code>, you must specify <code>CompilerOptions</code>. If you specify <code>TargetDevice</code>, don't specify <code>CompilerOptions</code>.</p> <p>For more information, see <i>Compiler options</i> in the Amazon Lookout for Vision Developer Guide. </p>"
},
"TargetDevice": {
"shape": "TargetDevice",
Expand Down
3 changes: 2 additions & 1 deletion apis/pinpoint-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5319,7 +5319,8 @@
"tags": {
"shape": "S4",
"locationName": "tags"
}
},
"CreationDate": {}
},
"required": [
"Id",
Expand Down
4 changes: 4 additions & 0 deletions apis/pinpoint-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6256,6 +6256,10 @@
"shape": "MapOf__string",
"locationName": "tags",
"documentation": "<p>A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.</p>"
},
"CreationDate": {
"shape": "__string",
"documentation": "<p>The date and time when the Application was created.</p>"
}
},
"documentation": "<p>Provides information about an application.</p>",
Expand Down
2 changes: 1 addition & 1 deletion apis/sns-2010-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
"shape": "InvalidSecurityException"
}
],
"documentation": "<p>Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify the <code>TargetArn</code>).</p> <p>If you send a message to a topic, Amazon SNS delivers the message to each endpoint that is subscribed to the topic. The format of the message depends on the notification protocol for each subscribed endpoint.</p> <p>When a <code>messageId</code> is returned, the message is saved and Amazon SNS immediately deliverers it to subscribers.</p> <p>To use the <code>Publish</code> action for publishing a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn for the TargetArn parameter. The EndpointArn is returned when making a call with the <code>CreatePlatformEndpoint</code> action. </p> <p>For more information about formatting messages, see <a href=\"https://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-custommessage.html\">Send Custom Platform-Specific Payloads in Messages to Mobile Devices</a>. </p> <important> <p>You can publish messages only to topics and endpoints in the same Amazon Web Services Region.</p> </important>"
"documentation": "<p>Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify the <code>TargetArn</code>).</p> <p>If you send a message to a topic, Amazon SNS delivers the message to each endpoint that is subscribed to the topic. The format of the message depends on the notification protocol for each subscribed endpoint.</p> <p>When a <code>messageId</code> is returned, the message is saved and Amazon SNS immediately delivers it to subscribers.</p> <p>To use the <code>Publish</code> action for publishing a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn for the TargetArn parameter. The EndpointArn is returned when making a call with the <code>CreatePlatformEndpoint</code> action. </p> <p>For more information about formatting messages, see <a href=\"https://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-custommessage.html\">Send Custom Platform-Specific Payloads in Messages to Mobile Devices</a>. </p> <important> <p>You can publish messages only to topics and endpoints in the same Amazon Web Services Region.</p> </important>"
},
"PublishBatch": {
"name": "PublishBatch",
Expand Down
Loading

0 comments on commit 50de353

Please sign in to comment.