Skip to content

Commit

Permalink
Updates SDK to v2.824.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 7, 2021
1 parent c274e40 commit df2460e
Show file tree
Hide file tree
Showing 18 changed files with 560 additions and 286 deletions.
17 changes: 17 additions & 0 deletions .changes/2.824.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "Adding cancelled status and summary for executions aborted by pipeline updates."
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Add resourceHours field in GetAccountHealth API to show total number of resource hours AWS Dev Ops Guru has done work for in the last hour."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for I-Frame-only HLS manifest generation in CMAF outputs."
}
]
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.823.0-->
<!--LATEST=2.824.0-->
<!--ENTRYINSERT-->

## 2.824.0
* feature: CodePipeline: Adding cancelled status and summary for executions aborted by pipeline updates.
* feature: DevOpsGuru: Add resourceHours field in GetAccountHealth API to show total number of resource hours AWS Dev Ops Guru has done work for in the last hour.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for I-Frame-only HLS manifest generation in CMAF outputs.

## 2.823.0
* feature: Transfer: This release adds support for Amazon EFS, so customers can transfer files over SFTP, FTPS and FTP in and out of Amazon S3 as well as Amazon EFS.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.823.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.824.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
55 changes: 28 additions & 27 deletions apis/codepipeline-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
},
"pipelineExecutionId": {},
"status": {},
"statusSummary": {},
"artifactRevisions": {
"type": "list",
"member": {
Expand Down Expand Up @@ -340,7 +341,7 @@
"members": {
"stageName": {},
"inboundExecution": {
"shape": "S3b"
"shape": "S3c"
},
"inboundTransitionState": {
"type": "structure",
Expand All @@ -362,7 +363,7 @@
"members": {
"actionName": {},
"currentRevision": {
"shape": "S3j"
"shape": "S3k"
},
"latestExecution": {
"type": "structure",
Expand Down Expand Up @@ -395,7 +396,7 @@
}
},
"latestExecution": {
"shape": "S3b"
"shape": "S3c"
}
}
}
Expand Down Expand Up @@ -520,7 +521,7 @@
"roleArn": {},
"region": {},
"inputArtifacts": {
"shape": "S48"
"shape": "S49"
},
"namespace": {}
}
Expand All @@ -529,7 +530,7 @@
"type": "structure",
"members": {
"outputArtifacts": {
"shape": "S48"
"shape": "S49"
},
"executionResult": {
"type": "structure",
Expand All @@ -540,7 +541,7 @@
}
},
"outputVariables": {
"shape": "S4h"
"shape": "S4i"
}
}
}
Expand Down Expand Up @@ -712,7 +713,7 @@
"webhooks": {
"type": "list",
"member": {
"shape": "S58"
"shape": "S59"
}
},
"NextToken": {}
Expand Down Expand Up @@ -804,7 +805,7 @@
"stageName": {},
"actionName": {},
"actionRevision": {
"shape": "S3j"
"shape": "S3k"
}
}
},
Expand Down Expand Up @@ -865,7 +866,7 @@
"members": {
"jobId": {},
"failureDetails": {
"shape": "S68"
"shape": "S69"
}
}
}
Expand All @@ -879,14 +880,14 @@
"members": {
"jobId": {},
"currentRevision": {
"shape": "S6b"
"shape": "S6c"
},
"continuationToken": {},
"executionDetails": {
"shape": "S6d"
"shape": "S6e"
},
"outputVariables": {
"shape": "S4h"
"shape": "S4i"
}
}
}
Expand All @@ -903,7 +904,7 @@
"jobId": {},
"clientToken": {},
"failureDetails": {
"shape": "S68"
"shape": "S69"
}
}
}
Expand All @@ -919,11 +920,11 @@
"jobId": {},
"clientToken": {},
"currentRevision": {
"shape": "S6b"
"shape": "S6c"
},
"continuationToken": {},
"executionDetails": {
"shape": "S6d"
"shape": "S6e"
}
}
}
Expand All @@ -936,7 +937,7 @@
],
"members": {
"webhook": {
"shape": "S59"
"shape": "S5a"
},
"tags": {
"shape": "Sq"
Expand All @@ -947,7 +948,7 @@
"type": "structure",
"members": {
"webhook": {
"shape": "S58"
"shape": "S59"
}
}
}
Expand Down Expand Up @@ -1427,7 +1428,7 @@
},
"sensitive": true
},
"S3b": {
"S3c": {
"type": "structure",
"required": [
"pipelineExecutionId",
Expand All @@ -1438,7 +1439,7 @@
"status": {}
}
},
"S3j": {
"S3k": {
"type": "structure",
"required": [
"revisionId",
Expand All @@ -1453,7 +1454,7 @@
}
}
},
"S48": {
"S49": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1469,20 +1470,20 @@
}
}
},
"S4h": {
"S4i": {
"type": "map",
"key": {},
"value": {}
},
"S58": {
"S59": {
"type": "structure",
"required": [
"definition",
"url"
],
"members": {
"definition": {
"shape": "S59"
"shape": "S5a"
},
"url": {},
"errorMessage": {},
Expand All @@ -1496,7 +1497,7 @@
}
}
},
"S59": {
"S5a": {
"type": "structure",
"required": [
"name",
Expand Down Expand Up @@ -1533,7 +1534,7 @@
}
}
},
"S68": {
"S69": {
"type": "structure",
"required": [
"type",
Expand All @@ -1545,7 +1546,7 @@
"externalExecutionId": {}
}
},
"S6b": {
"S6c": {
"type": "structure",
"required": [
"revision",
Expand All @@ -1560,7 +1561,7 @@
"revisionSummary": {}
}
},
"S6d": {
"S6e": {
"type": "structure",
"members": {
"summary": {},
Expand Down
13 changes: 11 additions & 2 deletions apis/codepipeline-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,11 @@
},
"status": {
"shape": "PipelineExecutionStatus",
"documentation": "<p>The status of the pipeline execution.</p> <ul> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>"
"documentation": "<p>The status of the pipeline execution.</p> <ul> <li> <p>Cancelled: The pipeline’s definition was updated before the pipeline execution could be completed.</p> </li> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>"
},
"statusSummary": {
"shape": "PipelineExecutionStatusSummary",
"documentation": "<p>A summary that contains a description of the pipeline execution status.</p>"
},
"artifactRevisions": {
"shape": "ArtifactRevisionList",
Expand All @@ -2929,6 +2933,7 @@
"PipelineExecutionStatus": {
"type": "string",
"enum": [
"Cancelled",
"InProgress",
"Stopped",
"Stopping",
Expand All @@ -2937,6 +2942,9 @@
"Failed"
]
},
"PipelineExecutionStatusSummary": {
"type": "string"
},
"PipelineExecutionSummary": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3544,14 +3552,15 @@
},
"status": {
"shape": "StageExecutionStatus",
"documentation": "<p>The status of the stage, or for a completed stage, the last status of the stage.</p>"
"documentation": "<p>The status of the stage, or for a completed stage, the last status of the stage.</p> <note> <p>A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.</p> </note>"
}
},
"documentation": "<p>Represents information about the run of a stage.</p>"
},
"StageExecutionStatus": {
"type": "string",
"enum": [
"Cancelled",
"InProgress",
"Failed",
"Stopped",
Expand Down
Loading

0 comments on commit df2460e

Please sign in to comment.