Skip to content

Commit

Permalink
Updates SDK to v2.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 12, 2017
1 parent 1941f9b commit 543add6
Show file tree
Hide file tree
Showing 18 changed files with 70,022 additions and 30,191 deletions.
7 changes: 7 additions & 0 deletions .changes/2.83.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Auto Scaling now supports a new type of scaling policy called target tracking scaling policies that you can use to set up dynamic scaling for your application."
}
]
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.82.0-->
<!--LATEST=2.83.0-->
<!--ENTRYINSERT-->

## 2.83.0
* feature: AutoScaling: Auto Scaling now supports a new type of scaling policy called target tracking scaling policies that you can use to set up dynamic scaling for your application.

## 2.82.0
* feature: DirectoryService: You can now improve the resilience and performance of your Microsoft AD directory by deploying additional domain controllers. Added UpdateNumberofDomainControllers API that allows you to update the number of domain controllers you want for your directory, and DescribeDomainControllers API that allows you to describe the detailed information of each domain controller of your directory. Also added the 'DesiredNumberOfDomainControllers' field to the DescribeDirectories API output for Microsoft AD.
* feature: KMS: This release of AWS Key Management Service introduces the ability to determine whether a key is AWS managed or customer managed.
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.82.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.83.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
113 changes: 88 additions & 25 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,14 +811,10 @@
"type": "integer"
},
"Alarms": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AlarmName": {},
"AlarmARN": {}
}
}
"shape": "S3w"
},
"TargetTrackingConfiguration": {
"shape": "S3y"
}
}
}
Expand Down Expand Up @@ -850,7 +846,7 @@
],
"members": {
"Activities": {
"shape": "S41"
"shape": "S4e"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1002,7 +998,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S41"
"shape": "S4e"
}
}
}
Expand Down Expand Up @@ -1056,7 +1052,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S4r"
"shape": "S54"
}
}
}
Expand All @@ -1071,7 +1067,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S4r"
"shape": "S54"
},
"Granularity": {}
}
Expand Down Expand Up @@ -1099,7 +1095,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S41"
"shape": "S4e"
}
}
}
Expand Down Expand Up @@ -1143,7 +1139,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S41"
"shape": "S4e"
}
}
}
Expand Down Expand Up @@ -1196,8 +1192,7 @@
"type": "structure",
"required": [
"AutoScalingGroupName",
"PolicyName",
"AdjustmentType"
"PolicyName"
],
"members": {
"AutoScalingGroupName": {},
Expand All @@ -1222,14 +1217,20 @@
},
"EstimatedInstanceWarmup": {
"type": "integer"
},
"TargetTrackingConfiguration": {
"shape": "S3y"
}
}
},
"output": {
"resultWrapper": "PutScalingPolicyResult",
"type": "structure",
"members": {
"PolicyARN": {}
"PolicyARN": {},
"Alarms": {
"shape": "S3w"
}
}
}
},
Expand Down Expand Up @@ -1287,7 +1288,7 @@
},
"ResumeProcesses": {
"input": {
"shape": "S58"
"shape": "S5l"
}
},
"SetDesiredCapacity": {
Expand Down Expand Up @@ -1350,7 +1351,7 @@
},
"SuspendProcesses": {
"input": {
"shape": "S58"
"shape": "S5l"
}
},
"TerminateInstanceInAutoScalingGroup": {
Expand All @@ -1372,7 +1373,7 @@
"type": "structure",
"members": {
"Activity": {
"shape": "S42"
"shape": "S4f"
}
}
}
Expand Down Expand Up @@ -1554,13 +1555,75 @@
}
}
},
"S41": {
"S3w": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AlarmName": {},
"AlarmARN": {}
}
}
},
"S3y": {
"type": "structure",
"required": [
"TargetValue"
],
"members": {
"PredefinedMetricSpecification": {
"type": "structure",
"required": [
"PredefinedMetricType"
],
"members": {
"PredefinedMetricType": {},
"ResourceLabel": {}
}
},
"CustomizedMetricSpecification": {
"type": "structure",
"required": [
"MetricName",
"Namespace",
"Statistic"
],
"members": {
"MetricName": {},
"Namespace": {},
"Dimensions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Value"
],
"members": {
"Name": {},
"Value": {}
}
}
},
"Statistic": {},
"Unit": {}
}
},
"TargetValue": {
"type": "double"
},
"DisableScaleIn": {
"type": "boolean"
}
}
},
"S4e": {
"type": "list",
"member": {
"shape": "S42"
"shape": "S4f"
}
},
"S42": {
"S4f": {
"type": "structure",
"required": [
"ActivityId",
Expand Down Expand Up @@ -1588,11 +1651,11 @@
"Details": {}
}
},
"S4r": {
"S54": {
"type": "list",
"member": {}
},
"S58": {
"S5l": {
"type": "structure",
"required": [
"AutoScalingGroupName"
Expand Down
Loading

0 comments on commit 543add6

Please sign in to comment.