Skip to content

Commit

Permalink
Updates SDK to v2.288.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 7, 2018
1 parent 67081dc commit c208c65
Show file tree
Hide file tree
Showing 22 changed files with 2,214 additions and 1,401 deletions.
27 changes: 27 additions & 0 deletions .changes/2.288.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "Documentation Update"
},
{
"type": "feature",
"category": "CodeBuild",
"description": "Release semantic versioning feature for CodeBuild"
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon VPC Flow Logs adds support for delivering flow logs directly to S3"
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release includes a new batch API call for Amazon Pinpoint which can be used to update endpoints and submit events. This call will accept events from clients such as mobile devices and AWS SDKs. This call will accept requests which has multiple endpoints and multiple events attached to those endpoints in a single call. This call will update the endpoints attached and will ingest events for those endpoints. The response from this call will be a multipart response per endpoint/per event submitted."
},
{
"type": "feature",
"category": "SSM",
"description": "Two new filters ExecutionStage and DocumentName will be added to ListCommands so that customers will have more approaches to query their commands."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.287.0-->
<!--LATEST=2.288.0-->
<!--ENTRYINSERT-->

## 2.288.0
* feature: CloudWatchLogs: Documentation Update
* feature: CodeBuild: Release semantic versioning feature for CodeBuild
* feature: EC2: Amazon VPC Flow Logs adds support for delivering flow logs directly to S3
* feature: Pinpoint: This release includes a new batch API call for Amazon Pinpoint which can be used to update endpoints and submit events. This call will accept events from clients such as mobile devices and AWS SDKs. This call will accept requests which has multiple endpoints and multiple events attached to those endpoints in a single call. This call will update the endpoints attached and will ingest events for those endpoints. The response from this call will be a multipart response per endpoint/per event submitted.
* feature: SSM: Two new filters ExecutionStage and DocumentName will be added to ListCommands so that customers will have more approaches to query their commands.

## 2.287.0
* bugfix: Typings: Updates typings-generator to remove unused model types.
* feature: DynamoDB: Amazon DynamoDB Point-in-time recovery (PITR) provides continuous backups of your table data. DynamoDB now supports the ability to self-restore a deleted PITR enabled table. Now, when a table with PITR enabled is deleted, a system backup is automatically created and retained for 35 days (at no additional cost). System backups allow you to restore the deleted PITR enabled table to the state it was just before the point of deletion. For more information, see the Amazon DynamoDB Developer Guide.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.287.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.288.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
6 changes: 6 additions & 0 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@
"location": {},
"sha256sum": {},
"md5sum": {},
"overrideArtifactName": {
"type": "boolean"
},
"encryptionDisabled": {
"type": "boolean"
}
Expand Down Expand Up @@ -714,6 +717,9 @@
"namespaceType": {},
"name": {},
"packaging": {},
"overrideArtifactName": {
"type": "boolean"
},
"encryptionDisabled": {
"type": "boolean"
}
Expand Down
8 changes: 8 additions & 0 deletions apis/codebuild-2016-10-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@
"shape":"String",
"documentation":"<p>The MD5 hash of the build artifact.</p> <p>You can use this hash along with a checksum tool to confirm both file integrity and authenticity.</p> <note> <p>This value is available only if the build project's <code>packaging</code> value is set to <code>ZIP</code>.</p> </note>"
},
"overrideArtifactName":{
"shape":"WrapperBoolean",
"documentation":"<p> If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique. </p>"
},
"encryptionDisabled":{
"shape":"WrapperBoolean",
"documentation":"<p> Information that tells you if encryption for build artifacts is disabled. </p>"
Expand Down Expand Up @@ -1076,6 +1080,10 @@
"shape":"ArtifactPackaging",
"documentation":"<p>The type of build output artifact to create, as follows:</p> <ul> <li> <p>If <code>type</code> is set to <code>CODEPIPELINE</code>, then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output artifacts instead of AWS CodeBuild.</p> </li> <li> <p>If <code>type</code> is set to <code>NO_ARTIFACTS</code>, then this value will be ignored if specified, because no build output will be produced.</p> </li> <li> <p>If <code>type</code> is set to <code>S3</code>, valid values include:</p> <ul> <li> <p> <code>NONE</code>: AWS CodeBuild will create in the output bucket a folder containing the build output. This is the default if <code>packaging</code> is not specified.</p> </li> <li> <p> <code>ZIP</code>: AWS CodeBuild will create in the output bucket a ZIP file containing the build output.</p> </li> </ul> </li> </ul>"
},
"overrideArtifactName":{
"shape":"WrapperBoolean",
"documentation":"<p> If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique. </p>"
},
"encryptionDisabled":{
"shape":"WrapperBoolean",
"documentation":"<p> Set to true if you do not want your output artifacts encrypted. This option is only valid if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException will be thrown. </p>"
Expand Down
Loading

0 comments on commit c208c65

Please sign in to comment.