Skip to content

Commit

Permalink
Updates SDK to v2.354.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 12, 2018
1 parent d0cc305 commit 2e580dc
Show file tree
Hide file tree
Showing 31 changed files with 13,364 additions and 9,843 deletions.
42 changes: 42 additions & 0 deletions .changes/2.354.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "bugfix",
"category": "Endpoint Discovery",
"description": "Not to inspect environmental variables in browsers"
},
{
"type": "feature",
"category": "Batch",
"description": "Adding EC2 Launch Template support in AWS Batch Compute Environments."
},
{
"type": "feature",
"category": "Budgets",
"description": "1. Added budget performance history, enabling you to see how well your budgets matched your actual costs and usage. 2. Added budget performance history, notification state, and last updated time, enabling you to see how well your budgets matched your actual costs and usage, how often your budget alerts triggered, and when your budget was last updated."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "The Drift Detection feature enables customers to detect whether a stack's actual configuration differs, or has drifted, from its expected configuration as defined within AWS CloudFormation."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "Add support for cross-region pipeline with accompanying definitions as needed in the AWS CodePipeline API Guide."
},
{
"type": "feature",
"category": "Firehose",
"description": "With this release, Amazon Kinesis Data Firehose allows you to enable/disable server-side encryption(SSE) for your delivery streams ensuring encryption of data at rest. For technical documentation, look at https://docs.aws.amazon.com/firehose/latest/dev/encryption.html"
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds new female voices: Italian - Bianca, Castilian Spanish - Lucia and new language: Mexican Spanish with new female voice - Mia."
},
{
"type": "feature",
"category": "RDS",
"description": "API Update for RDS: this update enables Custom Endpoints, a new feature compatible with Aurora Mysql, Aurora PostgreSQL and Neptune that allows users to configure a customizable endpoint that will provide access to their instances in a cluster. "
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoint Discovery-ff2050e5.json

This file was deleted.

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.353.0-->
<!--LATEST=2.354.0-->
<!--ENTRYINSERT-->

## 2.354.0
* bugfix: Endpoint Discovery: Not to inspect environmental variables in browsers
* feature: Batch: Adding EC2 Launch Template support in AWS Batch Compute Environments.
* feature: Budgets: 1. Added budget performance history, enabling you to see how well your budgets matched your actual costs and usage. 2. Added budget performance history, notification state, and last updated time, enabling you to see how well your budgets matched your actual costs and usage, how often your budget alerts triggered, and when your budget was last updated.
* feature: CloudFormation: The Drift Detection feature enables customers to detect whether a stack's actual configuration differs, or has drifted, from its expected configuration as defined within AWS CloudFormation.
* feature: CodePipeline: Add support for cross-region pipeline with accompanying definitions as needed in the AWS CodePipeline API Guide.
* feature: Firehose: With this release, Amazon Kinesis Data Firehose allows you to enable/disable server-side encryption(SSE) for your delivery streams ensuring encryption of data at rest. For technical documentation, look at https://docs.aws.amazon.com/firehose/latest/dev/encryption.html
* feature: Polly: Amazon Polly adds new female voices: Italian - Bianca, Castilian Spanish - Lucia and new language: Mexican Spanish with new female voice - Mia.
* feature: RDS: API Update for RDS: this update enables Custom Endpoints, a new feature compatible with Aurora Mysql, Aurora PostgreSQL and Neptune that allows users to configure a customizable endpoint that will provide access to their instances in a cluster.

## 2.353.0
* feature: MediaPackage: As a part of SPEKE DRM encryption, MediaPackage now supports encrypted content keys. You can enable this enhanced content protection in an OriginEndpoint's encryption settings. When this is enabled, MediaPackage indicates to the key server that it requires an encrypted response. To use this, your DRM key provider must support content key encryption. For details on this feature, see the AWS MediaPackage User Guide at https://docs.aws.amazon.com/mediapackage/latest/ug/what-is.html.

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.353.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.354.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
87 changes: 47 additions & 40 deletions apis/batch-2016-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"type": "integer"
},
"computeEnvironmentOrder": {
"shape": "Sf"
"shape": "Sg"
}
}
},
Expand Down Expand Up @@ -236,16 +236,16 @@
"status": {},
"type": {},
"parameters": {
"shape": "Sx"
"shape": "Sy"
},
"retryStrategy": {
"shape": "Sy"
"shape": "Sz"
},
"containerProperties": {
"shape": "Sz"
"shape": "S10"
},
"timeout": {
"shape": "S1a"
"shape": "S1b"
}
}
}
Expand Down Expand Up @@ -294,7 +294,7 @@
"type": "integer"
},
"computeEnvironmentOrder": {
"shape": "Sf"
"shape": "Sg"
}
}
}
Expand Down Expand Up @@ -370,7 +370,7 @@
"type": "long"
},
"retryStrategy": {
"shape": "Sy"
"shape": "Sz"
},
"startedAt": {
"type": "long"
Expand All @@ -379,11 +379,11 @@
"type": "long"
},
"dependsOn": {
"shape": "S1p"
"shape": "S1q"
},
"jobDefinition": {},
"parameters": {
"shape": "Sx"
"shape": "Sy"
},
"container": {
"type": "structure",
Expand All @@ -400,19 +400,19 @@
},
"jobRoleArn": {},
"volumes": {
"shape": "S10"
"shape": "S11"
},
"environment": {
"shape": "S13"
"shape": "S14"
},
"mountPoints": {
"shape": "S15"
"shape": "S16"
},
"readonlyRootFilesystem": {
"type": "boolean"
},
"ulimits": {
"shape": "S18"
"shape": "S19"
},
"privileged": {
"type": "boolean"
Expand Down Expand Up @@ -446,7 +446,7 @@
}
},
"timeout": {
"shape": "S1a"
"shape": "S1b"
}
}
}
Expand Down Expand Up @@ -539,16 +539,16 @@
"jobDefinitionName": {},
"type": {},
"parameters": {
"shape": "Sx"
"shape": "Sy"
},
"containerProperties": {
"shape": "Sz"
"shape": "S10"
},
"retryStrategy": {
"shape": "Sy"
"shape": "Sz"
},
"timeout": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand Down Expand Up @@ -591,11 +591,11 @@
}
},
"dependsOn": {
"shape": "S1p"
"shape": "S1q"
},
"jobDefinition": {},
"parameters": {
"shape": "Sx"
"shape": "Sy"
},
"containerOverrides": {
"type": "structure",
Expand All @@ -610,15 +610,15 @@
"shape": "Sa"
},
"environment": {
"shape": "S13"
"shape": "S14"
}
}
},
"retryStrategy": {
"shape": "Sy"
"shape": "Sz"
},
"timeout": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand Down Expand Up @@ -707,7 +707,7 @@
"type": "integer"
},
"computeEnvironmentOrder": {
"shape": "Sf"
"shape": "Sg"
}
}
},
Expand All @@ -729,7 +729,6 @@
"maxvCpus",
"instanceTypes",
"subnets",
"securityGroupIds",
"instanceRole"
],
"members": {
Expand Down Expand Up @@ -763,14 +762,22 @@
"bidPercentage": {
"type": "integer"
},
"spotIamFleetRole": {}
"spotIamFleetRole": {},
"launchTemplate": {
"type": "structure",
"members": {
"launchTemplateId": {},
"launchTemplateName": {},
"version": {}
}
}
}
},
"Sa": {
"type": "list",
"member": {}
},
"Sf": {
"Sg": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -786,20 +793,20 @@
}
}
},
"Sx": {
"Sy": {
"type": "map",
"key": {},
"value": {}
},
"Sy": {
"Sz": {
"type": "structure",
"members": {
"attempts": {
"type": "integer"
}
}
},
"Sz": {
"S10": {
"type": "structure",
"required": [
"image",
Expand All @@ -819,13 +826,13 @@
},
"jobRoleArn": {},
"volumes": {
"shape": "S10"
"shape": "S11"
},
"environment": {
"shape": "S13"
"shape": "S14"
},
"mountPoints": {
"shape": "S15"
"shape": "S16"
},
"readonlyRootFilesystem": {
"type": "boolean"
Expand All @@ -834,12 +841,12 @@
"type": "boolean"
},
"ulimits": {
"shape": "S18"
"shape": "S19"
},
"user": {}
}
},
"S10": {
"S11": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -854,7 +861,7 @@
}
}
},
"S13": {
"S14": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -864,7 +871,7 @@
}
}
},
"S15": {
"S16": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -877,7 +884,7 @@
}
}
},
"S18": {
"S19": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -897,15 +904,15 @@
}
}
},
"S1a": {
"S1b": {
"type": "structure",
"members": {
"attemptDurationSeconds": {
"type": "integer"
}
}
},
"S1p": {
"S1q": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 2e580dc

Please sign in to comment.