Skip to content

Commit

Permalink
Updates SDK to v2.260.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 20, 2018
1 parent 0897772 commit 001a9b6
Show file tree
Hide file tree
Showing 27 changed files with 4,275 additions and 9,219 deletions.
17 changes: 17 additions & 0 deletions .changes/2.260.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "CA Restore is a new feature within AWS Certificate Manager Private Certificate Authority (ACM PCA) that allows you to restore a private certificate authority that has been deleted. When you issue the DeleteCertificateAuthority call, you can now specify the number of days (7-30, with 30 being the default) in which the private certificate authority will remain in the DELETED state. During this time, the private certificate authority can be restored with the RestoreCertificateAuthority API call and then be returned to the PENDING_CERTIFICATE or DISABLED state, depending upon the state prior to deletion. Summary of API Changes: 1). Added RestoreCertificateAuthority API call; 2). Added optional PermanentDeletionTimeInDays parameter to DeleteCertificateAuthority API call. If this parameter is not specified, the DeleteCertificateAuthority API call will use a 30 day restore period as default."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now makes Reserved Outputs and Inputs available through the AWS Management Console and API. You can reserve outputs and inputs with a 12 month commitment in exchange for discounted hourly rates. Pricing is available at https://aws.amazon.com/medialive/pricing/"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds a new parameter to specify the retention period for Performance Insights data for RDS instances. You can either choose 7 days (default) or 731 days. For more information, see Amazon RDS Documentation."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.259.1-->
<!--LATEST=2.260.1-->
<!--ENTRYINSERT-->

## 2.260.1
* feature: ACMPCA: CA Restore is a new feature within AWS Certificate Manager Private Certificate Authority (ACM PCA) that allows you to restore a private certificate authority that has been deleted. When you issue the DeleteCertificateAuthority call, you can now specify the number of days (7-30, with 30 being the default) in which the private certificate authority will remain in the DELETED state. During this time, the private certificate authority can be restored with the RestoreCertificateAuthority API call and then be returned to the PENDING_CERTIFICATE or DISABLED state, depending upon the state prior to deletion. Summary of API Changes: 1). Added RestoreCertificateAuthority API call; 2). Added optional PermanentDeletionTimeInDays parameter to DeleteCertificateAuthority API call. If this parameter is not specified, the DeleteCertificateAuthority API call will use a 30 day restore period as default.
* feature: MediaLive: AWS Elemental MediaLive now makes Reserved Outputs and Inputs available through the AWS Management Console and API. You can reserve outputs and inputs with a 12 month commitment in exchange for discounted hourly rates. Pricing is available at https://aws.amazon.com/medialive/pricing/
* feature: RDS: This release adds a new parameter to specify the retention period for Performance Insights data for RDS instances. You can either choose 7 days (default) or 731 days. For more information, see Amazon RDS Documentation.

## 2.259.1
* bugfix: S3: Fixes edge case where event message lengths were sometimes incorrectly calculated.
* feature: MediaConvert: This release adds language code support according to the ISO-639-3 standard. Custom 3-character language codes are now supported on input and output for both audio and captions.
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.259.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.260.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
4 changes: 2 additions & 2 deletions apis/acm-pca-2017-08-22.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"examples": {
"version":"1.0",
"examples":{
}
}
33 changes: 25 additions & 8 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
"CertificateAuthorityArn"
],
"members": {
"CertificateAuthorityArn": {}
"CertificateAuthorityArn": {},
"PermanentDeletionTimeInDays": {
"type": "integer"
}
}
}
},
Expand All @@ -87,7 +90,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "Sw"
"shape": "Sx"
}
}
}
Expand Down Expand Up @@ -245,7 +248,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "Sw"
"shape": "Sx"
}
},
"NextToken": {}
Expand All @@ -270,12 +273,23 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S1s"
"shape": "S1t"
},
"NextToken": {}
}
}
},
"RestoreCertificateAuthority": {
"input": {
"type": "structure",
"required": [
"CertificateAuthorityArn"
],
"members": {
"CertificateAuthorityArn": {}
}
}
},
"RevokeCertificate": {
"input": {
"type": "structure",
Expand All @@ -301,7 +315,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "S1s"
"shape": "S1t"
}
}
}
Expand All @@ -316,7 +330,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "S1s"
"shape": "S1t"
}
}
}
Expand Down Expand Up @@ -390,7 +404,7 @@
}
}
},
"Sw": {
"Sx": {
"type": "structure",
"members": {
"Arn": {},
Expand All @@ -415,10 +429,13 @@
},
"RevocationConfiguration": {
"shape": "Se"
},
"RestorableUntil": {
"type": "timestamp"
}
}
},
"S1s": {
"S1t": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 001a9b6

Please sign in to comment.