Skip to content

Commit

Permalink
Updates SDK to v2.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 20, 2017
1 parent 69b244d commit bd91112
Show file tree
Hide file tree
Showing 13 changed files with 272 additions and 170 deletions.
7 changes: 7 additions & 0 deletions .changes/2.88.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "EMR",
"description": "Amazon EMR now includes the ability to use a custom Amazon Linux AMI and adjustable root volume size when launching a cluster."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.87.0-->
<!--LATEST=2.88.0-->
<!--ENTRYINSERT-->

## 2.88.0
* feature: EMR: Amazon EMR now includes the ability to use a custom Amazon Linux AMI and adjustable root volume size when launching a cluster.

## 2.87.0
* feature: Budgets: Update budget Management API's to list/create/update RI_UTILIZATION type budget. Update budget Management API's to support DAILY timeUnit for RI_UTILIZATION type budget.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.87.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.88.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
5 changes: 5 additions & 0 deletions apis/elasticmapreduce-2009-03-31.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
74 changes: 42 additions & 32 deletions apis/elasticmapreduce-2009-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,12 @@
},
"SecurityConfiguration": {},
"AutoScalingRole": {},
"ScaleDownBehavior": {}
"ScaleDownBehavior": {},
"CustomAmiId": {},
"EbsRootVolumeSize": {
"type": "integer"
},
"RepoUpgradeOnBoot": {}
}
}
}
Expand Down Expand Up @@ -375,7 +380,7 @@
"Ec2KeyName": {},
"Ec2SubnetId": {},
"Placement": {
"shape": "S2t"
"shape": "S2u"
},
"KeepJobFlowAliveWhenNoSteps": {
"type": "boolean"
Expand Down Expand Up @@ -427,13 +432,13 @@
"type": "structure",
"members": {
"BootstrapActionConfig": {
"shape": "S30"
"shape": "S31"
}
}
}
},
"SupportedProducts": {
"shape": "S32"
"shape": "S33"
},
"VisibleToAllUsers": {
"type": "boolean"
Expand Down Expand Up @@ -491,11 +496,11 @@
"Id": {},
"Name": {},
"Config": {
"shape": "S38"
"shape": "S39"
},
"ActionOnFailure": {},
"Status": {
"shape": "S39"
"shape": "S3a"
}
}
}
Expand Down Expand Up @@ -651,7 +656,7 @@
"shape": "Sh"
},
"EbsBlockDevices": {
"shape": "S40"
"shape": "S41"
},
"EbsOptimized": {
"type": "boolean"
Expand Down Expand Up @@ -731,16 +736,16 @@
"shape": "Sh"
},
"EbsBlockDevices": {
"shape": "S40"
"shape": "S41"
},
"EbsOptimized": {
"type": "boolean"
},
"ShrinkPolicy": {
"shape": "S4c"
"shape": "S4d"
},
"AutoScalingPolicy": {
"shape": "S4g"
"shape": "S4h"
}
}
}
Expand Down Expand Up @@ -888,11 +893,11 @@
"Id": {},
"Name": {},
"Config": {
"shape": "S38"
"shape": "S39"
},
"ActionOnFailure": {},
"Status": {
"shape": "S39"
"shape": "S3a"
}
}
}
Expand Down Expand Up @@ -950,7 +955,7 @@
"member": {}
},
"ShrinkPolicy": {
"shape": "S4c"
"shape": "S4d"
}
}
}
Expand Down Expand Up @@ -980,7 +985,7 @@
"ClusterId": {},
"InstanceGroupId": {},
"AutoScalingPolicy": {
"shape": "S4g"
"shape": "S4h"
}
}
}
Expand Down Expand Up @@ -1053,7 +1058,7 @@
},
"Ec2KeyName": {},
"Placement": {
"shape": "S2t"
"shape": "S2u"
},
"KeepJobFlowAliveWhenNoSteps": {
"type": "boolean"
Expand All @@ -1070,10 +1075,10 @@
"EmrManagedSlaveSecurityGroup": {},
"ServiceAccessSecurityGroup": {},
"AdditionalMasterSecurityGroups": {
"shape": "S5m"
"shape": "S5n"
},
"AdditionalSlaveSecurityGroups": {
"shape": "S5m"
"shape": "S5n"
}
}
},
Expand All @@ -1083,11 +1088,11 @@
"BootstrapActions": {
"type": "list",
"member": {
"shape": "S30"
"shape": "S31"
}
},
"SupportedProducts": {
"shape": "S32"
"shape": "S33"
},
"NewSupportedProducts": {
"type": "list",
Expand Down Expand Up @@ -1117,7 +1122,12 @@
},
"SecurityConfiguration": {},
"AutoScalingRole": {},
"ScaleDownBehavior": {}
"ScaleDownBehavior": {},
"CustomAmiId": {},
"EbsRootVolumeSize": {
"type": "integer"
},
"RepoUpgradeOnBoot": {}
}
},
"output": {
Expand Down Expand Up @@ -1556,7 +1566,7 @@
}
}
},
"S2t": {
"S2u": {
"type": "structure",
"members": {
"AvailabilityZone": {},
Expand All @@ -1565,7 +1575,7 @@
}
}
},
"S30": {
"S31": {
"type": "structure",
"required": [
"Name",
Expand All @@ -1587,11 +1597,11 @@
}
}
},
"S32": {
"S33": {
"type": "list",
"member": {}
},
"S38": {
"S39": {
"type": "structure",
"members": {
"Jar": {},
Expand All @@ -1604,7 +1614,7 @@
}
}
},
"S39": {
"S3a": {
"type": "structure",
"members": {
"State": {},
Expand Down Expand Up @@ -1639,7 +1649,7 @@
}
}
},
"S40": {
"S41": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1651,7 +1661,7 @@
}
}
},
"S4c": {
"S4d": {
"type": "structure",
"members": {
"DecommissionTimeout": {
Expand All @@ -1661,10 +1671,10 @@
"type": "structure",
"members": {
"InstancesToTerminate": {
"shape": "S4e"
"shape": "S4f"
},
"InstancesToProtect": {
"shape": "S4e"
"shape": "S4f"
},
"InstanceTerminationTimeout": {
"type": "integer"
Expand All @@ -1673,11 +1683,11 @@
}
}
},
"S4e": {
"S4f": {
"type": "list",
"member": {}
},
"S4g": {
"S4h": {
"type": "structure",
"members": {
"Status": {
Expand All @@ -1701,7 +1711,7 @@
}
}
},
"S5m": {
"S5n": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit bd91112

Please sign in to comment.