Skip to content

Commit

Permalink
Updates SDK to v2.434.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 2, 2019
1 parent a0cc7b3 commit 4e32a8b
Show file tree
Hide file tree
Showing 13 changed files with 834 additions and 83 deletions.
12 changes: 12 additions & 0 deletions .changes/2.434.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Add paginators."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "This update includes 3 additional error codes: AccessDeniedException, InvalidAccessException, and ResourceConflictException. This update also removes the error code ResourceNotFoundException from the GetFindings, GetInvitationsCount, ListInvitations, and ListMembers operations. "
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.433.0-->
<!--LATEST=2.434.0-->
<!--ENTRYINSERT-->

## 2.434.0
* feature: EC2: Add paginators.
* feature: SecurityHub: This update includes 3 additional error codes: AccessDeniedException, InvalidAccessException, and ResourceConflictException. This update also removes the error code ResourceNotFoundException from the GetFindings, GetInvitationsCount, ListInvitations, and ListMembers operations.

## 2.433.0
* feature: EMR: Amazon EMR adds the ability to modify instance group configurations on a running cluster through the new "configurations" field in the ModifyInstanceGroups API.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.433.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.434.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
2 changes: 1 addition & 1 deletion apis/acm-2015-12-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"shape": "InvalidArnException"
}
],
"documentation": "<p>Renews an eligable ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your ACM PCA certificates with ACM, you must first <a href=\"acm-pca/latest/userguide/PcaPermissions.html\">grant the ACM service principal permission to do so</a>. For more information, see <a href=\"acm/latest/userguide/manuel-renewal.html\">Testing Managed Renewal</a> in the ACM User Guide.</p>"
"documentation": "<p>Renews an eligable ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your ACM PCA certificates with ACM, you must first <a href=\"https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaPermissions.html\">grant the ACM service principal permission to do so</a>. For more information, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/manual-renewal.html\">Testing Managed Renewal</a> in the ACM User Guide.</p>"
},
"RequestCertificate": {
"name": "RequestCertificate",
Expand Down
Loading

0 comments on commit 4e32a8b

Please sign in to comment.