Skip to content

Commit

Permalink
Updates SDK to v2.265.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 27, 2018
1 parent 046a1ad commit e5e5b28
Show file tree
Hide file tree
Showing 21 changed files with 2,750 additions and 588 deletions.
17 changes: 17 additions & 0 deletions .changes/2.265.1.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Unpublish delete-service-linked-role API."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "UpdatePipeline may now throw a LimitExceededException when adding or updating Source Actions that use periodic checks for change detection"
},
{
"type": "feature",
"category": "Comprehend",
"description": "This release gives customers the option to batch process a set of documents stored within an S3 bucket in addition to the existing synchronous nature of the current Comprehend API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.264.1-->
<!--LATEST=2.265.1-->
<!--ENTRYINSERT-->

## 2.265.1
* feature: CloudFront: Unpublish delete-service-linked-role API.
* feature: CodePipeline: UpdatePipeline may now throw a LimitExceededException when adding or updating Source Actions that use periodic checks for change detection
* feature: Comprehend: This release gives customers the option to batch process a set of documents stored within an S3 bucket in addition to the existing synchronous nature of the current Comprehend API.

## 2.264.1
* feature: Inspector: Introduce four new APIs to view and preview Exclusions. Exclusions show which intended security checks are excluded from an assessment, along with reasons and recommendations to fix. The APIs are CreateExclusionsPreview, GetExclusionsPreview, ListExclusions, and DescribeExclusions.
* feature: S3: Add AllowQuotedRecordDelimiter to Amazon S3 Select API. Please refer to https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html for usage details.
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.264.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.265.1.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
25 changes: 3 additions & 22 deletions apis/cloudfront-2017-10-30.min.json
Expand Up @@ -503,25 +503,6 @@
}
}
},
"DeleteServiceLinkedRole": {
"http": {
"method": "DELETE",
"requestUri": "/2017-10-30/service-linked-role/{RoleName}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"RoleName"
],
"members": {
"RoleName": {
"location": "uri",
"locationName": "RoleName"
}
}
}
},
"DeleteStreamingDistribution": {
"http": {
"method": "DELETE",
Expand Down Expand Up @@ -1035,7 +1016,7 @@
"type": "structure",
"members": {
"DistributionList": {
"shape": "S4h"
"shape": "S4g"
}
},
"payload": "DistributionList"
Expand Down Expand Up @@ -1070,7 +1051,7 @@
"type": "structure",
"members": {
"DistributionList": {
"shape": "S4h"
"shape": "S4g"
}
},
"payload": "DistributionList"
Expand Down Expand Up @@ -2764,7 +2745,7 @@
}
}
},
"S4h": {
"S4g": {
"type": "structure",
"required": [
"Marker",
Expand Down
34 changes: 0 additions & 34 deletions apis/cloudfront-2017-10-30.normal.json
Expand Up @@ -357,21 +357,6 @@
],
"documentation":"<p>Remove a public key you previously added to CloudFront.</p>"
},
"DeleteServiceLinkedRole":{
"name":"DeleteServiceLinkedRole2017_10_30",
"http":{
"method":"DELETE",
"requestUri":"/2017-10-30/service-linked-role/{RoleName}",
"responseCode":204
},
"input":{"shape":"DeleteServiceLinkedRoleRequest"},
"errors":[
{"shape":"InvalidArgument"},
{"shape":"AccessDenied"},
{"shape":"ResourceInUse"},
{"shape":"NoSuchResource"}
]
},
"DeleteStreamingDistribution":{
"name":"DeleteStreamingDistribution2017_10_30",
"http":{
Expand Down Expand Up @@ -1894,17 +1879,6 @@
}
}
},
"DeleteServiceLinkedRoleRequest":{
"type":"structure",
"required":["RoleName"],
"members":{
"RoleName":{
"shape":"string",
"location":"uri",
"locationName":"RoleName"
}
}
},
"DeleteStreamingDistributionRequest":{
"type":"structure",
"required":["Id"],
Expand Down Expand Up @@ -4213,14 +4187,6 @@
"type":"string",
"pattern":"arn:aws:cloudfront::[0-9]+:.*"
},
"ResourceInUse":{
"type":"structure",
"members":{
"Message":{"shape":"string"}
},
"error":{"httpStatusCode":409},
"exception":true
},
"Restrictions":{
"type":"structure",
"required":["GeoRestriction"],
Expand Down
3 changes: 2 additions & 1 deletion apis/codepipeline-2015-07-09.normal.json
Expand Up @@ -481,7 +481,8 @@
{"shape":"InvalidStageDeclarationException"},
{"shape":"InvalidActionDeclarationException"},
{"shape":"InvalidBlockerDeclarationException"},
{"shape":"InvalidStructureException"}
{"shape":"InvalidStructureException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure in conjunction with UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.</p>"
}
Expand Down

0 comments on commit e5e5b28

Please sign in to comment.