Skip to content

Commit

Permalink
Updates SDK to v2.227.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 23, 2018
1 parent 6863343 commit 1c98839
Show file tree
Hide file tree
Showing 25 changed files with 5,232 additions and 208 deletions.
17 changes: 17 additions & 0 deletions .changes/2.227.1.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AutoScalingPlans",
"description": "The release adds the operation UpdateScalingPlan for updating a scaling plan and the support for tag filters as an application source."
},
{
"type": "feature",
"category": "IoTAnalytics",
"description": "Introducing AWS IoT Analytics SDK. AWS IoT Analytics provides advanced data analysis for AWS IoT. It allows you to collect large amounts of device data, process messages, store them, and then query the data and run sophisticated analytics to make accurate decisions in your IoT applications and machine learning use cases. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight."
},
{
"type": "feature",
"category": "Iot",
"description": "Add IotAnalyticsAction which sends message data to an AWS IoT Analytics channel"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.226.1-->
<!--LATEST=2.227.1-->
<!--ENTRYINSERT-->

## 2.227.1
* feature: AutoScalingPlans: The release adds the operation UpdateScalingPlan for updating a scaling plan and the support for tag filters as an application source.
* feature: IoTAnalytics: Introducing AWS IoT Analytics SDK. AWS IoT Analytics provides advanced data analysis for AWS IoT. It allows you to collect large amounts of device data, process messages, store them, and then query the data and run sophisticated analytics to make accurate decisions in your IoT applications and machine learning use cases. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.
* feature: Iot: Add IotAnalyticsAction which sends message data to an AWS IoT Analytics channel

## 2.226.1
* feature: Firehose: With this release, Amazon Kinesis Data Firehose allows you to tag your delivery streams. Tags are metadata that you can create and use to manage your delivery streams. For more information about tagging, see AWS Tagging Strategies. For technical documentation, look for the tagging operations in the Amazon Kinesis Firehose API reference.
* feature: MediaLive: With AWS Elemental MediaLive you can now output live channels as RTMP (Real-Time Messaging Protocol) and RTMPS as the encrypted version of the protocol (Secure, over SSL/TLS). RTMP is the preferred protocol for sending live streams to popular social platforms which means you can send live channel content to social and sharing platforms in a secure and reliable way while continuing to stream to your own website, app or network.
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.226.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.227.1.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
55 changes: 48 additions & 7 deletions apis/autoscaling-plans-2018-01-06.min.json
Expand Up @@ -27,7 +27,7 @@
"shape": "S3"
},
"ScalingInstructions": {
"shape": "S5"
"shape": "Sa"
}
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"PolicyName": {},
"PolicyType": {},
"TargetTrackingConfiguration": {
"shape": "Sc"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -175,10 +175,13 @@
"shape": "S3"
},
"ScalingInstructions": {
"shape": "S5"
"shape": "Sa"
},
"StatusCode": {},
"StatusMessage": {},
"StatusStartTime": {
"type": "timestamp"
},
"CreationTime": {
"type": "timestamp"
}
Expand All @@ -188,16 +191,54 @@
"NextToken": {}
}
}
},
"UpdateScalingPlan": {
"input": {
"type": "structure",
"required": [
"ScalingPlanName",
"ScalingPlanVersion"
],
"members": {
"ApplicationSource": {
"shape": "S3"
},
"ScalingPlanName": {},
"ScalingInstructions": {
"shape": "Sa"
},
"ScalingPlanVersion": {
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
"shapes": {
"S3": {
"type": "structure",
"members": {
"CloudFormationStackARN": {}
"CloudFormationStackARN": {},
"TagFilters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
}
}
},
"S5": {
"Sa": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -222,13 +263,13 @@
"TargetTrackingConfigurations": {
"type": "list",
"member": {
"shape": "Sc"
"shape": "Sh"
}
}
}
}
},
"Sc": {
"Sh": {
"type": "structure",
"required": [
"TargetValue"
Expand Down
102 changes: 96 additions & 6 deletions apis/autoscaling-plans-2018-01-06.normal.json
Expand Up @@ -76,6 +76,22 @@
{"shape":"InternalServiceException"}
],
"documentation":"<p>Describes the specified scaling plans or all of your scaling plans.</p>"
},
"UpdateScalingPlan":{
"name":"UpdateScalingPlan",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateScalingPlanRequest"},
"output":{"shape":"UpdateScalingPlanResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConcurrentUpdateException"},
{"shape":"InternalServiceException"},
{"shape":"ObjectNotFoundException"}
],
"documentation":"<p>Updates the scaling plan for the specified scaling plan.</p> <p>You cannot update a scaling plan if it is in the process of being created, updated, or deleted.</p>"
}
},
"shapes":{
Expand All @@ -85,6 +101,10 @@
"CloudFormationStackARN":{
"shape":"XmlString",
"documentation":"<p>The Amazon Resource Name (ARN) of a CloudFormation stack.</p>"
},
"TagFilters":{
"shape":"TagFilters",
"documentation":"<p>A set of tags (up to 50).</p>"
}
},
"documentation":"<p>Represents an application source.</p>"
Expand Down Expand Up @@ -112,11 +132,11 @@
"members":{
"ScalingPlanName":{
"shape":"ScalingPlanName",
"documentation":"<p>The name of the scaling plan.</p>"
"documentation":"<p>The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.</p>"
},
"ApplicationSource":{
"shape":"ApplicationSource",
"documentation":"<p>The source for the application.</p>"
"documentation":"<p>A CloudFormation stack or set of tags. You can create one scaling plan per application source.</p>"
},
"ScalingInstructions":{
"shape":"ScalingInstructions",
Expand Down Expand Up @@ -357,7 +377,7 @@
},
"ResourceLabel":{
"shape":"ResourceLabel",
"documentation":"<p>Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is <code>ALBRequestCountPerTarget</code> and there is a target group attached to the Auto Scaling group, Spot Fleet request, or ECS service.</p> <p>The format is app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt;/targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt;, where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul>"
"documentation":"<p>Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is <code>ALBRequestCountPerTarget</code> and there is a target group for an Application Load Balancer attached to the Auto Scaling group, Spot Fleet request, or ECS service.</p> <p>The format is app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt;/targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt;, where:</p> <ul> <li> <p>app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN</p> </li> <li> <p>targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.</p> </li> </ul>"
}
},
"documentation":"<p>Represents a predefined metric for a target tracking policy.</p>"
Expand Down Expand Up @@ -481,6 +501,10 @@
"shape":"XmlString",
"documentation":"<p>A simple message about the current status of the scaling plan.</p>"
},
"StatusStartTime":{
"shape":"TimestampType",
"documentation":"<p>The Unix timestamp when the scaling plan entered the current status.</p>"
},
"CreationTime":{
"shape":"TimestampType",
"documentation":"<p>The Unix timestamp when the scaling plan was created.</p>"
Expand All @@ -492,7 +516,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"[\\p{Print}&&[^|]]+"
"pattern":"[\\p{Print}&&[^|:/]]+"
},
"ScalingPlanNames":{
"type":"list",
Expand Down Expand Up @@ -556,7 +580,9 @@
"CreationInProgress",
"CreationFailed",
"DeletionInProgress",
"DeletionFailed"
"DeletionFailed",
"UpdateInProgress",
"UpdateFailed"
]
},
"ScalingPlanVersion":{"type":"long"},
Expand Down Expand Up @@ -608,6 +634,28 @@
"dynamodb"
]
},
"TagFilter":{
"type":"structure",
"members":{
"Key":{
"shape":"XmlStringMaxLen128",
"documentation":"<p>The tag key.</p>"
},
"Values":{
"shape":"TagValues",
"documentation":"<p>The tag values (0 to 20).</p>"
}
},
"documentation":"<p>Represents a tag.</p>"
},
"TagFilters":{
"type":"list",
"member":{"shape":"TagFilter"}
},
"TagValues":{
"type":"list",
"member":{"shape":"XmlStringMaxLen256"}
},
"TargetTrackingConfiguration":{
"type":"structure",
"required":["TargetValue"],
Expand Down Expand Up @@ -648,6 +696,36 @@
"member":{"shape":"TargetTrackingConfiguration"}
},
"TimestampType":{"type":"timestamp"},
"UpdateScalingPlanRequest":{
"type":"structure",
"required":[
"ScalingPlanName",
"ScalingPlanVersion"
],
"members":{
"ApplicationSource":{
"shape":"ApplicationSource",
"documentation":"<p>A CloudFormation stack or set of tags.</p>"
},
"ScalingPlanName":{
"shape":"ScalingPlanName",
"documentation":"<p>The name of the scaling plan.</p>"
},
"ScalingInstructions":{
"shape":"ScalingInstructions",
"documentation":"<p>The scaling instructions.</p>"
},
"ScalingPlanVersion":{
"shape":"ScalingPlanVersion",
"documentation":"<p>The version number.</p>"
}
}
},
"UpdateScalingPlanResponse":{
"type":"structure",
"members":{
}
},
"ValidationException":{
"type":"structure",
"members":{
Expand All @@ -659,7 +737,19 @@
"XmlString":{
"type":"string",
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen128":{
"type":"string",
"max":128,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen256":{
"type":"string",
"max":256,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
}
},
"documentation":"<p>Use AWS Auto Scaling to quickly discover all the scalable AWS resources for your application and configure dynamic scaling for your scalable resources.</p> <p>To get started, create a scaling plan with a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies for the scalable resources in your scaling plan. Target tracking scaling policies adjust the capacity of your scalable resource as required to maintain resource utilization at the target value that you specified.</p>"
"documentation":"<fullname>AWS Auto Scaling</fullname> <p>Use AWS Auto Scaling to quickly discover all the scalable AWS resources for your application and configure dynamic scaling for your scalable resources.</p> <p>To get started, create a scaling plan with a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies for the scalable resources in your scaling plan. Target tracking scaling policies adjust the capacity of your scalable resource as required to maintain resource utilization at the target value that you specified.</p>"
}

0 comments on commit 1c98839

Please sign in to comment.