Skip to content

Commit

Permalink
Updates SDK to v2.225.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 19, 2018
1 parent 214b424 commit af30c6c
Show file tree
Hide file tree
Showing 31 changed files with 3,123 additions and 948 deletions.
32 changes: 32 additions & 0 deletions .changes/2.225.1.json
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "Added new SourceRevision structure to Execution Summary with accompanying definitions as needed in the AWS CodePipeline API Guide."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "Starting today, you can identify opportunities for Amazon RDS cost savings using AWS Cost Explorer's API to access your Amazon RDS Reserved Instance Purchase Recommendations"
},
{
"type": "feature",
"category": "DeviceFarm",
"description": "Adding support for VPCEndpoint feature. Allows customers to be able to access their private endpoints/services running in their VPC during test automation."
},
{
"type": "feature",
"category": "EC2",
"description": "Added support for customers to see the time at which a Dedicated Host was allocated or released."
},
{
"type": "feature",
"category": "RDS",
"description": "The ModifyDBCluster operation now includes an EngineVersion parameter. You can use this to upgrade the engine for a clustered database."
},
{
"type": "feature",
"category": "SSM",
"description": "Added new APIs DeleteInventory and DescribeInventoryDeletions, for customers to delete their custom inventory data."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.224.1-->
<!--LATEST=2.225.1-->
<!--ENTRYINSERT-->

## 2.225.1
* feature: CodePipeline: Added new SourceRevision structure to Execution Summary with accompanying definitions as needed in the AWS CodePipeline API Guide.
* feature: CostExplorer: Starting today, you can identify opportunities for Amazon RDS cost savings using AWS Cost Explorer's API to access your Amazon RDS Reserved Instance Purchase Recommendations
* feature: DeviceFarm: Adding support for VPCEndpoint feature. Allows customers to be able to access their private endpoints/services running in their VPC during test automation.
* feature: EC2: Added support for customers to see the time at which a Dedicated Host was allocated or released.
* feature: RDS: The ModifyDBCluster operation now includes an EngineVersion parameter. You can use this to upgrade the engine for a clustered database.
* feature: SSM: Added new APIs DeleteInventory and DescribeInventoryDeletions, for customers to delete their custom inventory data.

## 2.224.1
* feature: DMS: Native Change Data Capture start point and task recovery support in Database Migration Service.
* feature: Glue: "AWS Glue now supports timeout values for ETL jobs. With this release, all new ETL jobs have a default timeout value of 48 hours. AWS Glue also now supports the ability to start a schedule or job events trigger when it is created."
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.224.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.225.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: 21 additions & 4 deletions apis/ce-2017-10-25.min.json
Expand Up @@ -253,6 +253,23 @@
"type": "boolean"
}
}
},
"RDSInstanceDetails": {
"type": "structure",
"members": {
"Family": {},
"InstanceType": {},
"Region": {},
"DatabaseEngine": {},
"DeploymentOption": {},
"LicenseModel": {},
"CurrentGeneration": {
"type": "boolean"
},
"SizeFlexEligible": {
"type": "boolean"
}
}
}
}
},
Expand Down Expand Up @@ -336,19 +353,19 @@
"shape": "S12"
},
"Utilization": {
"shape": "S2a"
"shape": "S2b"
}
}
}
},
"Total": {
"shape": "S2a"
"shape": "S2b"
}
}
}
},
"Total": {
"shape": "S2a"
"shape": "S2b"
},
"NextPageToken": {}
}
Expand Down Expand Up @@ -497,7 +514,7 @@
}
}
},
"S2a": {
"S2b": {
"type": "structure",
"members": {
"UtilizationPercentage": {},
Expand Down
91 changes: 73 additions & 18 deletions apis/ce-2017-10-25.normal.json

Large diffs are not rendered by default.

33 changes: 24 additions & 9 deletions apis/codepipeline-2015-07-09.min.json
Expand Up @@ -478,6 +478,21 @@
},
"lastUpdateTime": {
"type": "timestamp"
},
"sourceRevisions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"actionName"
],
"members": {
"actionName": {},
"revisionId": {},
"revisionSummary": {},
"revisionUrl": {}
}
}
}
}
}
Expand Down Expand Up @@ -664,7 +679,7 @@
"members": {
"jobId": {},
"failureDetails": {
"shape": "S4j"
"shape": "S4l"
}
}
}
Expand All @@ -678,11 +693,11 @@
"members": {
"jobId": {},
"currentRevision": {
"shape": "S4m"
"shape": "S4o"
},
"continuationToken": {},
"executionDetails": {
"shape": "S4o"
"shape": "S4q"
}
}
}
Expand All @@ -699,7 +714,7 @@
"jobId": {},
"clientToken": {},
"failureDetails": {
"shape": "S4j"
"shape": "S4l"
}
}
}
Expand All @@ -715,11 +730,11 @@
"jobId": {},
"clientToken": {},
"currentRevision": {
"shape": "S4m"
"shape": "S4o"
},
"continuationToken": {},
"executionDetails": {
"shape": "S4o"
"shape": "S4q"
}
}
}
Expand Down Expand Up @@ -1109,7 +1124,7 @@
}
}
},
"S4j": {
"S4l": {
"type": "structure",
"required": [
"type",
Expand All @@ -1121,7 +1136,7 @@
"externalExecutionId": {}
}
},
"S4m": {
"S4o": {
"type": "structure",
"required": [
"revision",
Expand All @@ -1136,7 +1151,7 @@
"revisionSummary": {}
}
},
"S4o": {
"S4q": {
"type": "structure",
"members": {
"summary": {},
Expand Down
17 changes: 16 additions & 1 deletion apis/codepipeline-2015-07-09.normal.json
Expand Up @@ -1979,7 +1979,8 @@
"lastUpdateTime":{
"shape":"Timestamp",
"documentation":"<p>The date and time of the last change to the pipeline execution, in timestamp format.</p>"
}
},
"sourceRevisions":{"shape":"SourceRevisionList"}
},
"documentation":"<p>Summary information about a pipeline execution.</p>"
},
Expand Down Expand Up @@ -2386,6 +2387,20 @@
"S3ObjectKey":{"type":"string"},
"SecretAccessKey":{"type":"string"},
"SessionToken":{"type":"string"},
"SourceRevision":{
"type":"structure",
"required":["actionName"],
"members":{
"actionName":{"shape":"ActionName"},
"revisionId":{"shape":"Revision"},
"revisionSummary":{"shape":"RevisionSummary"},
"revisionUrl":{"shape":"Url"}
}
},
"SourceRevisionList":{
"type":"list",
"member":{"shape":"SourceRevision"}
},
"StageActionDeclarationList":{
"type":"list",
"member":{"shape":"ActionDeclaration"}
Expand Down

0 comments on commit af30c6c

Please sign in to comment.