Skip to content

Commit

Permalink
Updates SDK to v2.850.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 23, 2021
1 parent 5e946f9 commit 69503fe
Show file tree
Hide file tree
Showing 29 changed files with 929 additions and 303 deletions.
27 changes: 27 additions & 0 deletions .changes/2.850.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API."
},
{
"type": "feature",
"category": "Glue",
"description": "Updating the page size for Glue catalog getter APIs."
},
{
"type": "feature",
"category": "IoTEvents",
"description": "This release adds an Analyze feature to AWS IoT Events that lets customers analyze their detector models for runtime issues."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS."
},
{
"type": "feature",
"category": "RedshiftData",
"description": "This release adds an additional parameter 'ConnectedDatabase' into ListSchemasRequest, ListTablesRequest and DescribeTableRequest to support the metadata sharing across databases."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.849.0-->
<!--LATEST=2.850.0-->
<!--ENTRYINSERT-->

## 2.850.0
* feature: AutoScaling: Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API.
* feature: Glue: Updating the page size for Glue catalog getter APIs.
* feature: IoTEvents: This release adds an Analyze feature to AWS IoT Events that lets customers analyze their detector models for runtime issues.
* feature: Pinpoint: Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS.
* feature: RedshiftData: This release adds an additional parameter 'ConnectedDatabase' into ListSchemasRequest, ListTablesRequest and DescribeTableRequest to support the metadata sharing across databases.

## 2.849.0
* feature: SageMaker: Amazon SageMaker now supports core dump for SageMaker Endpoints and direct invocation of a single container in a SageMaker Endpoint that hosts multiple containers.
* feature: SageMakerRuntime: SageMaker Runtime now supports a new TargetContainerHostname header to invoke a model in a specific container if the endpoint hosts multiple containers and is configured to use direct invocation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.849.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.850.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
35 changes: 20 additions & 15 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,9 @@
"member": {}
},
"AutoScalingGroupName": {},
"IncludeDeletedGroups": {
"type": "boolean"
},
"MaxRecords": {
"type": "integer"
},
Expand All @@ -1052,7 +1055,7 @@
],
"members": {
"Activities": {
"shape": "S5i"
"shape": "S5j"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1203,7 +1206,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5i"
"shape": "S5j"
}
}
}
Expand Down Expand Up @@ -1257,7 +1260,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S67"
"shape": "S69"
}
}
}
Expand All @@ -1272,7 +1275,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S67"
"shape": "S69"
},
"Granularity": {}
}
Expand Down Expand Up @@ -1300,7 +1303,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5i"
"shape": "S5j"
}
}
}
Expand Down Expand Up @@ -1344,7 +1347,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5i"
"shape": "S5j"
}
}
}
Expand Down Expand Up @@ -1496,7 +1499,7 @@
},
"ResumeProcesses": {
"input": {
"shape": "S6n"
"shape": "S6p"
}
},
"SetDesiredCapacity": {
Expand Down Expand Up @@ -1589,7 +1592,7 @@
},
"SuspendProcesses": {
"input": {
"shape": "S6n"
"shape": "S6p"
}
},
"TerminateInstanceInAutoScalingGroup": {
Expand All @@ -1611,7 +1614,7 @@
"type": "structure",
"members": {
"Activity": {
"shape": "S5j"
"shape": "S5k"
}
}
}
Expand Down Expand Up @@ -1947,13 +1950,13 @@
}
}
},
"S5i": {
"S5j": {
"type": "list",
"member": {
"shape": "S5j"
"shape": "S5k"
}
},
"S5j": {
"S5k": {
"type": "structure",
"required": [
"ActivityId",
Expand All @@ -1978,14 +1981,16 @@
"Progress": {
"type": "integer"
},
"Details": {}
"Details": {},
"AutoScalingGroupState": {},
"AutoScalingGroupARN": {}
}
},
"S67": {
"S69": {
"type": "list",
"member": {}
},
"S6n": {
"S6p": {
"type": "structure",
"required": [
"AutoScalingGroupName"
Expand Down
22 changes: 21 additions & 1 deletion apis/autoscaling-2011-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"shape": "ResourceContentionFault"
}
],
"documentation": "<p>Describes one or more scaling activities for the specified Auto Scaling group.</p>"
"documentation": "<p>Describes one or more scaling activities for the specified Auto Scaling group.</p> <p>To view the scaling activities from the Amazon EC2 Auto Scaling console, choose the <b>Activity</b> tab of the Auto Scaling group. When scaling events occur, you see scaling activity messages in the <b>Activity history</b>. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html\">Verifying a scaling activity for an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
},
"DescribeScalingProcessTypes": {
"name": "DescribeScalingProcessTypes",
Expand Down Expand Up @@ -1264,6 +1264,14 @@
"Details": {
"shape": "XmlString",
"documentation": "<p>The details about the activity.</p>"
},
"AutoScalingGroupState": {
"shape": "AutoScalingGroupState",
"documentation": "<p>The state of the Auto Scaling group, which is either <code>InService</code> or <code>Deleted</code>.</p>"
},
"AutoScalingGroupARN": {
"shape": "ResourceName",
"documentation": "<p>The Amazon Resource Name (ARN) of the Auto Scaling group.</p>"
}
},
"documentation": "<p>Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.</p>"
Expand Down Expand Up @@ -1542,6 +1550,11 @@
}
}
},
"AutoScalingGroupState": {
"type": "string",
"max": 32,
"min": 1
},
"AutoScalingGroups": {
"type": "list",
"member": {
Expand Down Expand Up @@ -2423,6 +2436,10 @@
"shape": "XmlStringMaxLen255",
"documentation": "<p>The name of the Auto Scaling group.</p>"
},
"IncludeDeletedGroups": {
"shape": "IncludeDeletedGroups",
"documentation": "<p>Indicates whether to include scaling activity from deleted Auto Scaling groups.</p>"
},
"MaxRecords": {
"shape": "MaxRecords",
"documentation": "<p>The maximum number of items to return with this call. The default value is <code>100</code> and the maximum value is <code>100</code>.</p>"
Expand Down Expand Up @@ -2801,6 +2818,9 @@
"HonorCooldown": {
"type": "boolean"
},
"IncludeDeletedGroups": {
"type": "boolean"
},
"Instance": {
"type": "structure",
"required": [
Expand Down
2 changes: 1 addition & 1 deletion apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@
},
"Concurrency": {
"type": "integer",
"max": 5,
"max": 10,
"min": 1
},
"ContactFlow": {
Expand Down
Loading

0 comments on commit 69503fe

Please sign in to comment.