Skip to content

Commit

Permalink
Updates SDK to v2.446.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 30, 2019
1 parent b6d3eba commit 9ed8252
Show file tree
Hide file tree
Showing 38 changed files with 13,065 additions and 5,407 deletions.
32 changes: 32 additions & 0 deletions .changes/2.446.0.json
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "DocumentClient",
"description": "Fixes issue stringifying sets by only including values."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "This release contains an update to the PipelineContext object that includes the Pipeline ARN, and the Pipeline Execution Id. The ActionContext object is also updated to include the Action Execution Id."
},
{
"type": "feature",
"category": "DirectConnect",
"description": "This release adds support for AWS Direct Connect customers to use AWS Transit Gateway with AWS Direct Connect gateway to route traffic between on-premise networks and their VPCs."
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "(New Service) Amazon Managed Blockchain is a fully managed service that makes it easy to create and manage scalable blockchain networks using popular open source frameworks."
},
{
"type": "feature",
"category": "S3Control",
"description": "Add support for Amazon S3 Batch Operations."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Admin users can now associate/disassociate aws budgets with a portfolio or product in Service Catalog. End users can see the association by listing it or as part of the describe portfolio/product output. A new optional boolean parameter, \"DisableTemplateValidation\", is added to ProvisioningArtifactProperties data type. The purpose of the parameter is to enable or disable the CloudFormation template validtion when creating a product or a provisioning artifact."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-DocumentClient-318ee4e7.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.445.0-->
<!--LATEST=2.446.0-->
<!--ENTRYINSERT-->

## 2.446.0
* bugfix: DocumentClient: Fixes issue stringifying sets by only including values.
* feature: CodePipeline: This release contains an update to the PipelineContext object that includes the Pipeline ARN, and the Pipeline Execution Id. The ActionContext object is also updated to include the Action Execution Id.
* feature: DirectConnect: This release adds support for AWS Direct Connect customers to use AWS Transit Gateway with AWS Direct Connect gateway to route traffic between on-premise networks and their VPCs.
* feature: ManagedBlockchain: (New Service) Amazon Managed Blockchain is a fully managed service that makes it easy to create and manage scalable blockchain networks using popular open source frameworks.
* feature: S3Control: Add support for Amazon S3 Batch Operations.
* feature: ServiceCatalog: Admin users can now associate/disassociate aws budgets with a portfolio or product in Service Catalog. End users can see the association by listing it or as part of the describe portfolio/product output. A new optional boolean parameter, "DisableTemplateValidation", is added to ProvisioningArtifactProperties data type. The purpose of the parameter is to enable or disable the CloudFormation template validtion when creating a product or a provisioning artifact.

## 2.445.0
* feature: EC2: Adds support for Elastic Fabric Adapter (EFA) ENIs.
* feature: Transfer: This release adds support for per-server host-key management. You can now specify the SSH RSA private key used by your SFTP server.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.445.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.446.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
29 changes: 16 additions & 13 deletions apis/codepipeline-2015-07-09.min.json
Expand Up @@ -347,7 +347,7 @@
"members": {
"actionName": {},
"currentRevision": {
"shape": "S3b"
"shape": "S3c"
},
"latestExecution": {
"type": "structure",
Expand Down Expand Up @@ -433,13 +433,13 @@
"shape": "S26"
},
"inputArtifacts": {
"shape": "S29"
"shape": "S2c"
},
"outputArtifacts": {
"shape": "S29"
"shape": "S2c"
},
"artifactCredentials": {
"shape": "S2h"
"shape": "S2k"
},
"continuationToken": {},
"encryptionKey": {
Expand Down Expand Up @@ -750,7 +750,7 @@
"stageName": {},
"actionName": {},
"actionRevision": {
"shape": "S3b"
"shape": "S3c"
}
}
},
Expand Down Expand Up @@ -1206,13 +1206,13 @@
"shape": "S26"
},
"inputArtifacts": {
"shape": "S29"
"shape": "S2c"
},
"outputArtifacts": {
"shape": "S29"
"shape": "S2c"
},
"artifactCredentials": {
"shape": "S2h"
"shape": "S2k"
},
"continuationToken": {},
"encryptionKey": {
Expand Down Expand Up @@ -1241,12 +1241,15 @@
"action": {
"type": "structure",
"members": {
"name": {}
"name": {},
"actionExecutionId": {}
}
}
},
"pipelineArn": {},
"pipelineExecutionId": {}
}
},
"S29": {
"S2c": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1273,7 +1276,7 @@
}
}
},
"S2h": {
"S2k": {
"type": "structure",
"required": [
"accessKeyId",
Expand All @@ -1287,7 +1290,7 @@
},
"sensitive": true
},
"S3b": {
"S3c": {
"type": "structure",
"required": [
"revisionId",
Expand Down
25 changes: 18 additions & 7 deletions apis/codepipeline-2015-07-09.normal.json
Expand Up @@ -1029,6 +1029,10 @@
"name": {
"shape": "ActionName",
"documentation": "<p>The name of the action within the context of a job.</p>"
},
"actionExecutionId": {
"shape": "ActionExecutionId",
"documentation": "<p>The system-generated unique ID that corresponds to an action's execution.</p>"
}
},
"documentation": "<p>Represents the context of an action within the stage of a pipeline to a job worker.</p>"
Expand Down Expand Up @@ -1180,8 +1184,7 @@
"documentation": "<p>Filter values for the action execution.</p>"
},
"ActionExecutionId": {
"type": "string",
"documentation": "<p>The system-generated unique ID that corresponds to an action's execution.</p>"
"type": "string"
},
"ActionExecutionInput": {
"type": "structure",
Expand Down Expand Up @@ -2220,7 +2223,7 @@
},
"pipelineContext": {
"shape": "PipelineContext",
"documentation": "<p>Represents information about a pipeline to a job worker.</p>"
"documentation": "<p>Represents information about a pipeline to a job worker.</p> <note> <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for Custom jobs.</p> </note>"
},
"inputArtifacts": {
"shape": "ArtifactList",
Expand Down Expand Up @@ -2315,7 +2318,7 @@
},
"maxResults": {
"shape": "MaxResults",
"documentation": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. The action execution history is limited to the most recent 12 months, based on action execution start times. Default value is 100. </p>"
"documentation": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100. </p> <note> <p>Detailed execution history is available for executions run on or after February 21, 2019.</p> </note>"
},
"nextToken": {
"shape": "NextToken",
Expand Down Expand Up @@ -2379,7 +2382,7 @@
},
"maxResults": {
"shape": "MaxResults",
"documentation": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.</p>"
"documentation": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.</p>"
},
"nextToken": {
"shape": "NextToken",
Expand Down Expand Up @@ -2567,9 +2570,17 @@
"action": {
"shape": "ActionContext",
"documentation": "<p>The context of an action to a job worker within the stage of a pipeline.</p>"
},
"pipelineArn": {
"shape": "PipelineArn",
"documentation": "<p>The pipeline execution ID provided to the job worker.</p>"
},
"pipelineExecutionId": {
"shape": "PipelineExecutionId",
"documentation": "<p>The pipeline Amazon Resource Name (ARN) provided to the job worker.</p>"
}
},
"documentation": "<p>Represents information about a pipeline to a job worker.</p>"
"documentation": "<p>Represents information about a pipeline to a job worker.</p> <note> <p>PipelineContext contains <code>pipelineArn</code> and <code>pipelineExecutionId</code> for custom action jobs. The <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not populated for ThirdParty action jobs.</p> </note>"
},
"PipelineDeclaration": {
"type": "structure",
Expand Down Expand Up @@ -3338,7 +3349,7 @@
},
"pipelineContext": {
"shape": "PipelineContext",
"documentation": "<p>Represents information about a pipeline to a job worker.</p>"
"documentation": "<p>Represents information about a pipeline to a job worker.</p> <note> <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code> for ThirdParty jobs.</p> </note>"
},
"inputArtifacts": {
"shape": "ArtifactList",
Expand Down

0 comments on commit 9ed8252

Please sign in to comment.