Skip to content

Commit

Permalink
Updates SDK to v2.183.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 16, 2018
1 parent 3e7f649 commit a9117af
Show file tree
Hide file tree
Showing 24 changed files with 32,896 additions and 35,691 deletions.
17 changes: 17 additions & 0 deletions .changes/2.183.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "Application Auto Scaling is adding support for Target Tracking Scaling for ECS services."
},
{
"type": "feature",
"category": "AutoScalingPlans",
"description": "AWS Auto Scaling enables you to quickly discover all of the scalable resources underlying your application and set up application scaling in minutes using built-in scaling recommendations."
},
{
"type": "feature",
"category": "RDS",
"description": "With this release you can now integrate RDS DB instances with CloudWatch Logs. We have added parameters to the operations for creating and modifying DB instances (for example CreateDBInstance) to allow you to take advantage of this capability through the CLI and API. Once you enable this feature, a stream of log events will publish to CloudWatch Logs for each log type you enable."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.182.0-->
<!--LATEST=2.183.0-->
<!--ENTRYINSERT-->

## 2.183.0
* feature: ApplicationAutoScaling: Application Auto Scaling is adding support for Target Tracking Scaling for ECS services.
* feature: AutoScalingPlans: AWS Auto Scaling enables you to quickly discover all of the scalable resources underlying your application and set up application scaling in minutes using built-in scaling recommendations.
* feature: RDS: With this release you can now integrate RDS DB instances with CloudWatch Logs. We have added parameters to the operations for creating and modifying DB instances (for example CreateDBInstance) to allow you to take advantage of this capability through the CLI and API. Once you enable this feature, a stream of log events will publish to CloudWatch Logs for each log type you enable.

## 2.182.0
* feature: Lambda: Support for creating Lambda Functions using 'dotnetcore2.0' and 'go1.x'.

Expand Down
2 changes: 1 addition & 1 deletion README.md
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.182.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.183.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
44 changes: 23 additions & 21 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/autoscaling-plans-2018-01-06.examples.json
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
293 changes: 293 additions & 0 deletions apis/autoscaling-plans-2018-01-06.min.json
@@ -0,0 +1,293 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2018-01-06",
"endpointPrefix": "autoscaling",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "AWS Auto Scaling Plans",
"serviceId": "Auto Scaling Plans",
"signatureVersion": "v4",
"signingName": "autoscaling-plans",
"targetPrefix": "AnyScaleScalingPlannerFrontendService",
"uid": "autoscaling-plans-2018-01-06"
},
"operations": {
"CreateScalingPlan": {
"input": {
"type": "structure",
"required": [
"ScalingPlanName",
"ApplicationSource",
"ScalingInstructions"
],
"members": {
"ScalingPlanName": {},
"ApplicationSource": {
"shape": "S3"
},
"ScalingInstructions": {
"shape": "S5"
}
}
},
"output": {
"type": "structure",
"required": [
"ScalingPlanVersion"
],
"members": {
"ScalingPlanVersion": {
"type": "long"
}
}
}
},
"DeleteScalingPlan": {
"input": {
"type": "structure",
"required": [
"ScalingPlanName",
"ScalingPlanVersion"
],
"members": {
"ScalingPlanName": {},
"ScalingPlanVersion": {
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeScalingPlanResources": {
"input": {
"type": "structure",
"required": [
"ScalingPlanName",
"ScalingPlanVersion"
],
"members": {
"ScalingPlanName": {},
"ScalingPlanVersion": {
"type": "long"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ScalingPlanResources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ScalingPlanName",
"ScalingPlanVersion",
"ServiceNamespace",
"ResourceId",
"ScalableDimension",
"ScalingStatusCode"
],
"members": {
"ScalingPlanName": {},
"ScalingPlanVersion": {
"type": "long"
},
"ServiceNamespace": {},
"ResourceId": {},
"ScalableDimension": {},
"ScalingPolicies": {
"type": "list",
"member": {
"type": "structure",
"required": [
"PolicyName",
"PolicyType"
],
"members": {
"PolicyName": {},
"PolicyType": {},
"TargetTrackingConfiguration": {
"shape": "Sc"
}
}
}
},
"ScalingStatusCode": {},
"ScalingStatusMessage": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeScalingPlans": {
"input": {
"type": "structure",
"members": {
"ScalingPlanNames": {
"type": "list",
"member": {}
},
"ScalingPlanVersion": {
"type": "long"
},
"ApplicationSources": {
"type": "list",
"member": {
"shape": "S3"
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ScalingPlans": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ScalingPlanName",
"ScalingPlanVersion",
"ApplicationSource",
"ScalingInstructions",
"StatusCode"
],
"members": {
"ScalingPlanName": {},
"ScalingPlanVersion": {
"type": "long"
},
"ApplicationSource": {
"shape": "S3"
},
"ScalingInstructions": {
"shape": "S5"
},
"StatusCode": {},
"StatusMessage": {},
"CreationTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
}
},
"shapes": {
"S3": {
"type": "structure",
"members": {
"CloudFormationStackARN": {}
}
},
"S5": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ServiceNamespace",
"ResourceId",
"ScalableDimension",
"MinCapacity",
"MaxCapacity",
"TargetTrackingConfigurations"
],
"members": {
"ServiceNamespace": {},
"ResourceId": {},
"ScalableDimension": {},
"MinCapacity": {
"type": "integer"
},
"MaxCapacity": {
"type": "integer"
},
"TargetTrackingConfigurations": {
"type": "list",
"member": {
"shape": "Sc"
}
}
}
}
},
"Sc": {
"type": "structure",
"required": [
"TargetValue"
],
"members": {
"PredefinedScalingMetricSpecification": {
"type": "structure",
"required": [
"PredefinedScalingMetricType"
],
"members": {
"PredefinedScalingMetricType": {},
"ResourceLabel": {}
}
},
"CustomizedScalingMetricSpecification": {
"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"
},
"ScaleOutCooldown": {
"type": "integer"
},
"ScaleInCooldown": {
"type": "integer"
},
"EstimatedInstanceWarmup": {
"type": "integer"
}
}
}
}
}

0 comments on commit a9117af

Please sign in to comment.