Skip to content

Commit

Permalink
Updates SDK to v2.512.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 16, 2019
1 parent 7e5fa20 commit 216bcb3
Show file tree
Hide file tree
Showing 18 changed files with 1,026 additions and 290 deletions.
17 changes: 17 additions & 0 deletions .changes/2.512.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for controlling the usage of swap space on a per-container basis for Linux containers."
},
{
"type": "feature",
"category": "EMR",
"description": "Amazon EMR has introduced an account level configuration called Block Public Access that allows you to block clusters with ports open to traffic from public IP sources (i.e. 0.0.0.0/0 for IPv4 and ::/0 for IPv6) from launching. Individual ports or port ranges can be added as exceptions to allow public access."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Two feature release: 1. AWS RoboMaker introduces log-based simulation. Log-based simulation allows you to play back pre-recorded log data such as sensor streams for testing robotic functions like localization, mapping, and object detection. Use the AWS RoboMaker SDK to test your robotic applications. 2. AWS RoboMaker allow customer to setup a robot deployment timeout when CreateDeploymentJob."
}
]
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.511.0-->
<!--LATEST=2.512.0-->
<!--ENTRYINSERT-->

## 2.512.0
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for controlling the usage of swap space on a per-container basis for Linux containers.
* feature: EMR: Amazon EMR has introduced an account level configuration called Block Public Access that allows you to block clusters with ports open to traffic from public IP sources (i.e. 0.0.0.0/0 for IPv4 and ::/0 for IPv6) from launching. Individual ports or port ranges can be added as exceptions to allow public access.
* feature: RoboMaker: Two feature release: 1. AWS RoboMaker introduces log-based simulation. Log-based simulation allows you to play back pre-recorded log data such as sensor streams for testing robotic functions like localization, mapping, and object detection. Use the AWS RoboMaker SDK to test your robotic applications. 2. AWS RoboMaker allow customer to setup a robot deployment timeout when CreateDeploymentJob.

## 2.511.0
* feature: AppMesh: This release adds support for http header based routing and route prioritization.
* feature: Athena: This release adds support for querying S3 Requester Pays buckets. Users can enable this feature through their Workgroup settings.
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.511.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.512.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
6 changes: 6 additions & 0 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1833,6 +1833,12 @@
}
}
}
},
"maxSwap": {
"type": "integer"
},
"swappiness": {
"type": "integer"
}
}
},
Expand Down
50 changes: 29 additions & 21 deletions apis/ecs-2014-11-13.normal.json

Large diffs are not rendered by default.

106 changes: 91 additions & 15 deletions apis/elasticmapreduce-2009-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,37 @@
}
}
},
"GetBlockPublicAccessConfiguration": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"required": [
"BlockPublicAccessConfiguration",
"BlockPublicAccessConfigurationMetadata"
],
"members": {
"BlockPublicAccessConfiguration": {
"shape": "S3j"
},
"BlockPublicAccessConfigurationMetadata": {
"type": "structure",
"required": [
"CreationDateTime",
"CreatedByArn"
],
"members": {
"CreationDateTime": {
"type": "timestamp"
},
"CreatedByArn": {}
}
}
}
}
},
"ListBootstrapActions": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -659,7 +690,7 @@
"shape": "Sh"
},
"EbsBlockDevices": {
"shape": "S42"
"shape": "S4a"
},
"EbsOptimized": {
"type": "boolean"
Expand Down Expand Up @@ -748,16 +779,16 @@
"type": "long"
},
"EbsBlockDevices": {
"shape": "S42"
"shape": "S4a"
},
"EbsOptimized": {
"type": "boolean"
},
"ShrinkPolicy": {
"shape": "S4f"
"shape": "S4n"
},
"AutoScalingPolicy": {
"shape": "S4j"
"shape": "S4r"
}
}
}
Expand Down Expand Up @@ -967,7 +998,7 @@
"member": {}
},
"ShrinkPolicy": {
"shape": "S4f"
"shape": "S4n"
},
"Configurations": {
"shape": "Sh"
Expand Down Expand Up @@ -1000,9 +1031,26 @@
"ClusterId": {},
"InstanceGroupId": {},
"AutoScalingPolicy": {
"shape": "S4j"
"shape": "S4r"
}
}
}
},
"PutBlockPublicAccessConfiguration": {
"input": {
"type": "structure",
"required": [
"BlockPublicAccessConfiguration"
],
"members": {
"BlockPublicAccessConfiguration": {
"shape": "S3j"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"RemoveAutoScalingPolicy": {
Expand Down Expand Up @@ -1090,10 +1138,10 @@
"EmrManagedSlaveSecurityGroup": {},
"ServiceAccessSecurityGroup": {},
"AdditionalMasterSecurityGroups": {
"shape": "S5p"
"shape": "S5z"
},
"AdditionalSlaveSecurityGroups": {
"shape": "S5p"
"shape": "S5z"
}
}
},
Expand Down Expand Up @@ -1681,7 +1729,35 @@
}
}
},
"S42": {
"S3j": {
"type": "structure",
"required": [
"BlockPublicSecurityGroupRules"
],
"members": {
"BlockPublicSecurityGroupRules": {
"type": "boolean"
},
"PermittedPublicSecurityGroupRuleRanges": {
"type": "list",
"member": {
"type": "structure",
"required": [
"MinRange"
],
"members": {
"MinRange": {
"type": "integer"
},
"MaxRange": {
"type": "integer"
}
}
}
}
}
},
"S4a": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1693,7 +1769,7 @@
}
}
},
"S4f": {
"S4n": {
"type": "structure",
"members": {
"DecommissionTimeout": {
Expand All @@ -1703,10 +1779,10 @@
"type": "structure",
"members": {
"InstancesToTerminate": {
"shape": "S4h"
"shape": "S4p"
},
"InstancesToProtect": {
"shape": "S4h"
"shape": "S4p"
},
"InstanceTerminationTimeout": {
"type": "integer"
Expand All @@ -1715,11 +1791,11 @@
}
}
},
"S4h": {
"S4p": {
"type": "list",
"member": {}
},
"S4j": {
"S4r": {
"type": "structure",
"members": {
"Status": {
Expand All @@ -1743,7 +1819,7 @@
}
}
},
"S5p": {
"S5z": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 216bcb3

Please sign in to comment.