Skip to content

Commit

Permalink
Updates SDK to v2.394.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 24, 2019
1 parent 8a82f6b commit ac7d0a9
Show file tree
Hide file tree
Showing 24 changed files with 1,369 additions and 797 deletions.
27 changes: 27 additions & 0 deletions .changes/2.394.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "This release adds support for cross-account ECR images and private registry authentication. "
},
{
"type": "feature",
"category": "ECR",
"description": "Amazon ECR updated the default endpoint URL to support AWS Private Link."
},
{
"type": "feature",
"category": "ELBv2",
"description": "Elastic Load Balancing now supports TLS termination on Network Load Balancers. With this launch, you can offload the decryption/encryption of TLS traffic from your application servers to the Network Load Balancer. This enables you to run your backend servers optimally and keep your workloads secure. Additionally, Network Load Balancers preserve the source IP of the clients to the back-end applications, while terminating TLS on the load balancer. When TLS is enabled on an NLB, Access Logs can be enabled for the load balancer, and log entries will be emitted for all TLS connections."
},
{
"type": "feature",
"category": "PinpointSMSVoice",
"description": "Added the ListConfigurationSets operation, which returns a list of the configuration sets that are associated with your account."
},
{
"type": "feature",
"category": "RDS",
"description": "The Amazon RDS API allows you to add or remove Identity and Access Management (IAM) role associated with a specific feature name with an RDS database instance. This helps with capabilities such as invoking Lambda functions from within a trigger in the database, load data from Amazon S3 and so on"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.393.0-->
<!--LATEST=2.394.0-->
<!--ENTRYINSERT-->

## 2.394.0
* feature: CodeBuild: This release adds support for cross-account ECR images and private registry authentication.
* feature: ECR: Amazon ECR updated the default endpoint URL to support AWS Private Link.
* feature: ELBv2: Elastic Load Balancing now supports TLS termination on Network Load Balancers. With this launch, you can offload the decryption/encryption of TLS traffic from your application servers to the Network Load Balancer. This enables you to run your backend servers optimally and keep your workloads secure. Additionally, Network Load Balancers preserve the source IP of the clients to the back-end applications, while terminating TLS on the load balancer. When TLS is enabled on an NLB, Access Logs can be enabled for the load balancer, and log entries will be emitted for all TLS connections.
* feature: PinpointSMSVoice: Added the ListConfigurationSets operation, which returns a list of the configuration sets that are associated with your account.
* feature: RDS: The Amazon RDS API allows you to add or remove Identity and Access Management (IAM) role associated with a specific feature name with an RDS database instance. This helps with capabilities such as invoking Lambda functions from within a trigger in the database, load data from Amazon S3 and so on

## 2.393.0
* bugfix: S3 managed uploader: S3 managed uploader will not uriEscape tags when doing a multi-part upload.
* feature: ACMPCA: Added TagOnCreate parameter to the CreateCertificateAuthority operation, updated the Tag regex pattern to align with AWS tagging APIs, and added RevokeCertificate limit.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.393.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.394.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
109 changes: 64 additions & 45 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
"members": {
"names": {
"shape": "S1e"
"shape": "S1h"
}
}
},
Expand All @@ -88,11 +88,11 @@
"projects": {
"type": "list",
"member": {
"shape": "S1h"
"shape": "S1k"
}
},
"projectsNotFound": {
"shape": "S1e"
"shape": "S1h"
}
}
}
Expand All @@ -117,10 +117,10 @@
"shape": "Sq"
},
"artifacts": {
"shape": "S1k"
"shape": "S1n"
},
"secondaryArtifacts": {
"shape": "S1o"
"shape": "S1r"
},
"cache": {
"shape": "Sv"
Expand All @@ -137,24 +137,24 @@
},
"encryptionKey": {},
"tags": {
"shape": "S1q"
"shape": "S1t"
},
"vpcConfig": {
"shape": "S19"
"shape": "S1c"
},
"badgeEnabled": {
"type": "boolean"
},
"logsConfig": {
"shape": "S1w"
"shape": "S1z"
}
}
},
"output": {
"type": "structure",
"members": {
"project": {
"shape": "S1h"
"shape": "S1k"
}
}
}
Expand All @@ -174,7 +174,7 @@
"type": "structure",
"members": {
"webhook": {
"shape": "S1u"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -363,7 +363,7 @@
"members": {
"nextToken": {},
"projects": {
"shape": "S1e"
"shape": "S1h"
}
}
}
Expand Down Expand Up @@ -406,10 +406,10 @@
},
"sourceVersion": {},
"artifactsOverride": {
"shape": "S1k"
"shape": "S1n"
},
"secondaryArtifactsOverride": {
"shape": "S1o"
"shape": "S1r"
},
"environmentVariablesOverride": {
"shape": "S10"
Expand Down Expand Up @@ -448,8 +448,12 @@
},
"idempotencyToken": {},
"logsConfigOverride": {
"shape": "S1w"
}
"shape": "S1z"
},
"registryCredentialOverride": {
"shape": "S13"
},
"imagePullCredentialsTypeOverride": {}
}
},
"output": {
Expand Down Expand Up @@ -496,10 +500,10 @@
"shape": "Sq"
},
"artifacts": {
"shape": "S1k"
"shape": "S1n"
},
"secondaryArtifacts": {
"shape": "S1o"
"shape": "S1r"
},
"cache": {
"shape": "Sv"
Expand All @@ -516,24 +520,24 @@
},
"encryptionKey": {},
"tags": {
"shape": "S1q"
"shape": "S1t"
},
"vpcConfig": {
"shape": "S19"
"shape": "S1c"
},
"badgeEnabled": {
"type": "boolean"
},
"logsConfig": {
"shape": "S1w"
"shape": "S1z"
}
}
},
"output": {
"type": "structure",
"members": {
"project": {
"shape": "S1h"
"shape": "S1k"
}
}
}
Expand All @@ -556,7 +560,7 @@
"type": "structure",
"members": {
"webhook": {
"shape": "S1u"
"shape": "S1x"
}
}
}
Expand Down Expand Up @@ -645,10 +649,10 @@
"deepLink": {},
"s3DeepLink": {},
"cloudWatchLogs": {
"shape": "S14"
"shape": "S17"
},
"s3Logs": {
"shape": "S16"
"shape": "S19"
}
}
},
Expand All @@ -663,7 +667,7 @@
},
"initiator": {},
"vpcConfig": {
"shape": "S19"
"shape": "S1c"
},
"networkInterface": {
"type": "structure",
Expand Down Expand Up @@ -771,7 +775,11 @@
"privilegedMode": {
"type": "boolean"
},
"certificate": {}
"certificate": {},
"registryCredential": {
"shape": "S13"
},
"imagePullCredentialsType": {}
}
},
"S10": {
Expand All @@ -789,7 +797,18 @@
}
}
},
"S14": {
"S13": {
"type": "structure",
"required": [
"credential",
"credentialProvider"
],
"members": {
"credential": {},
"credentialProvider": {}
}
},
"S17": {
"type": "structure",
"required": [
"status"
Expand All @@ -800,7 +819,7 @@
"streamName": {}
}
},
"S16": {
"S19": {
"type": "structure",
"required": [
"status"
Expand All @@ -810,7 +829,7 @@
"location": {}
}
},
"S19": {
"S1c": {
"type": "structure",
"members": {
"vpcId": {},
Expand All @@ -824,11 +843,11 @@
}
}
},
"S1e": {
"S1h": {
"type": "list",
"member": {}
},
"S1h": {
"S1k": {
"type": "structure",
"members": {
"name": {},
Expand All @@ -841,10 +860,10 @@
"shape": "Sq"
},
"artifacts": {
"shape": "S1k"
"shape": "S1n"
},
"secondaryArtifacts": {
"shape": "S1o"
"shape": "S1r"
},
"cache": {
"shape": "Sv"
Expand All @@ -861,7 +880,7 @@
},
"encryptionKey": {},
"tags": {
"shape": "S1q"
"shape": "S1t"
},
"created": {
"type": "timestamp"
Expand All @@ -870,10 +889,10 @@
"type": "timestamp"
},
"webhook": {
"shape": "S1u"
"shape": "S1x"
},
"vpcConfig": {
"shape": "S19"
"shape": "S1c"
},
"badge": {
"type": "structure",
Expand All @@ -885,11 +904,11 @@
}
},
"logsConfig": {
"shape": "S1w"
"shape": "S1z"
}
}
},
"S1k": {
"S1n": {
"type": "structure",
"required": [
"type"
Expand All @@ -910,13 +929,13 @@
"artifactIdentifier": {}
}
},
"S1o": {
"S1r": {
"type": "list",
"member": {
"shape": "S1k"
"shape": "S1n"
}
},
"S1q": {
"S1t": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -926,7 +945,7 @@
}
}
},
"S1u": {
"S1x": {
"type": "structure",
"members": {
"url": {},
Expand All @@ -938,14 +957,14 @@
}
}
},
"S1w": {
"S1z": {
"type": "structure",
"members": {
"cloudWatchLogs": {
"shape": "S14"
"shape": "S17"
},
"s3Logs": {
"shape": "S16"
"shape": "S19"
}
}
}
Expand Down
Loading

0 comments on commit ac7d0a9

Please sign in to comment.