Skip to content

Commit

Permalink
Updates SDK to v2.793.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 16, 2020
1 parent f472d7b commit 8e77661
Show file tree
Hide file tree
Showing 35 changed files with 861 additions and 277 deletions.
42 changes: 42 additions & 0 deletions .changes/2.793.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs."
},
{
"type": "feature",
"category": "DMS",
"description": "Adding MoveReplicationTask feature to move replication tasks between instances"
},
{
"type": "feature",
"category": "IoTSecureTunneling",
"description": "Support using multiple data streams per tunnel using the Secure Tunneling multiplexing feature."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release supports Unicode characters for string operations in formulae computes in SiteWise. For more information, search for SiteWise in Amazon What's new or refer the SiteWise documentation."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Adding new parameters for dashboard persistence"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS)."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Support import of CloudFormation stacks into Service Catalog provisioned products."
},
{
"type": "feature",
"category": "Synthetics",
"description": "AWS Synthetics now supports Environment Variables to assign runtime parameters in the canary scripts."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.792.0-->
<!--LATEST=2.793.0-->
<!--ENTRYINSERT-->

## 2.793.0
* feature: CodePipeline: We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
* feature: DMS: Adding MoveReplicationTask feature to move replication tasks between instances
* feature: IoTSecureTunneling: Support using multiple data streams per tunnel using the Secure Tunneling multiplexing feature.
* feature: IoTSiteWise: This release supports Unicode characters for string operations in formulae computes in SiteWise. For more information, search for SiteWise in Amazon What's new or refer the SiteWise documentation.
* feature: QuickSight: Adding new parameters for dashboard persistence
* feature: SageMaker: This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS).
* feature: ServiceCatalog: Support import of CloudFormation stacks into Service Catalog provisioned products.
* feature: Synthetics: AWS Synthetics now supports Environment Variables to assign runtime parameters in the canary scripts.

## 2.792.0
* feature: ELBv2: Adds dualstack support for Network Load Balancers (TCP/TLS only), an attribute for WAF fail open for Application Load Balancers, and an attribute for connection draining for Network Load Balancers.
* feature: Shield: This release adds APIs for two new features: 1) Allow customers to bundle resources into protection groups and treat as a single unit. 2) Provide per-account event summaries to all AWS customers.
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.792.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.793.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
31 changes: 19 additions & 12 deletions apis/codepipeline-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@
"type": "structure",
"members": {
"stageName": {},
"inboundExecution": {
"shape": "S3b"
},
"inboundTransitionState": {
"type": "structure",
"members": {
Expand All @@ -359,11 +362,12 @@
"members": {
"actionName": {},
"currentRevision": {
"shape": "S3h"
"shape": "S3j"
},
"latestExecution": {
"type": "structure",
"members": {
"actionExecutionId": {},
"status": {},
"summary": {},
"lastStatusChange": {
Expand Down Expand Up @@ -391,15 +395,7 @@
}
},
"latestExecution": {
"type": "structure",
"required": [
"pipelineExecutionId",
"status"
],
"members": {
"pipelineExecutionId": {},
"status": {}
}
"shape": "S3b"
}
}
}
Expand Down Expand Up @@ -808,7 +804,7 @@
"stageName": {},
"actionName": {},
"actionRevision": {
"shape": "S3h"
"shape": "S3j"
}
}
},
Expand Down Expand Up @@ -1431,7 +1427,18 @@
},
"sensitive": true
},
"S3h": {
"S3b": {
"type": "structure",
"required": [
"pipelineExecutionId",
"status"
],
"members": {
"pipelineExecutionId": {},
"status": {}
}
},
"S3j": {
"type": "structure",
"required": [
"revisionId",
Expand Down
26 changes: 21 additions & 5 deletions apis/codepipeline-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,9 @@
{
"shape": "ValidationException"
},
{
"shape": "ConflictException"
},
{
"shape": "PipelineNotFoundException"
},
Expand Down Expand Up @@ -850,6 +853,9 @@
{
"shape": "ValidationException"
},
{
"shape": "ConflictException"
},
{
"shape": "PipelineNotFoundException"
}
Expand All @@ -872,6 +878,9 @@
{
"shape": "ValidationException"
},
{
"shape": "ConflictException"
},
{
"shape": "PipelineNotFoundException"
},
Expand Down Expand Up @@ -1246,6 +1255,10 @@
"ActionExecution": {
"type": "structure",
"members": {
"actionExecutionId": {
"shape": "ActionExecutionId",
"documentation": "<p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details of the current stage.</p> <note> <p>For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.</p> </note>"
},
"status": {
"shape": "ActionExecutionStatus",
"documentation": "<p>The status of the action, or for a completed action, the last status of the action.</p>"
Expand Down Expand Up @@ -1559,11 +1572,11 @@
"members": {
"category": {
"shape": "ActionCategory",
"documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values. </p>"
"documentation": "<p>A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values. </p> <ul> <li> <p>Source</p> </li> <li> <p>Build</p> </li> <li> <p>Test</p> </li> <li> <p>Deploy</p> </li> <li> <p>Invoke</p> </li> <li> <p>Approval</p> </li> </ul>"
},
"owner": {
"shape": "ActionOwner",
"documentation": "<p>The creator of the action being called.</p>"
"documentation": "<p>The creator of the action being called. There are three valid values for the <code>Owner</code> field in the action category section within your pipeline structure: <code>AWS</code>, <code>ThirdParty</code>, and <code>Custom</code>. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers\">Valid Action Types and Providers in CodePipeline</a>.</p>"
},
"provider": {
"shape": "ActionProvider",
Expand Down Expand Up @@ -1872,7 +1885,7 @@
"members": {
"category": {
"shape": "ActionCategory",
"documentation": "<p>The category of the custom action, such as a build action or a test action.</p> <note> <p>Although <code>Source</code> and <code>Approval</code> are listed as valid values, they are not currently functional. These values are reserved for future use.</p> </note>"
"documentation": "<p>The category of the custom action, such as a build action or a test action.</p>"
},
"provider": {
"shape": "ActionProvider",
Expand Down Expand Up @@ -2129,7 +2142,7 @@
},
"EncryptionKeyId": {
"type": "string",
"max": 100,
"max": 400,
"min": 1
},
"EncryptionKeyType": {
Expand Down Expand Up @@ -2858,7 +2871,7 @@
"members": {
"name": {
"shape": "PipelineName",
"documentation": "<p>The name of the action to be performed.</p>"
"documentation": "<p>The name of the pipeline.</p>"
},
"roleArn": {
"shape": "RoleArn",
Expand Down Expand Up @@ -3565,6 +3578,9 @@
"shape": "StageName",
"documentation": "<p>The name of the stage.</p>"
},
"inboundExecution": {
"shape": "StageExecution"
},
"inboundTransitionState": {
"shape": "TransitionState",
"documentation": "<p>The state of the inbound transition, which is either enabled or disabled.</p>"
Expand Down
24 changes: 23 additions & 1 deletion apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,27 @@
}
}
},
"MoveReplicationTask": {
"input": {
"type": "structure",
"required": [
"ReplicationTaskArn",
"TargetReplicationInstanceArn"
],
"members": {
"ReplicationTaskArn": {},
"TargetReplicationInstanceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"ReplicationTask": {
"shape": "S28"
}
}
}
},
"RebootReplicationInstance": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -2404,7 +2425,8 @@
}
}
},
"TaskData": {}
"TaskData": {},
"TargetReplicationInstanceArn": {}
}
},
"S2d": {
Expand Down
Loading

0 comments on commit 8e77661

Please sign in to comment.