Skip to content

Commit aeca977

Browse files
author
awstools
committed
Updates SDK to v2.1127.0
1 parent be2f988 commit aeca977

25 files changed

+1750
-399
lines changed

.changes/2.1127.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "KinesisVideo",
10+
"description": "Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add \"GET_IMAGES\" to the list of supported API names for the GetDataEndpoint API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "KinesisVideoArchivedMedia",
15+
"description": "Add support for GetImages API for retrieving images from a video stream"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1126.0-->
2+
<!--LATEST=2.1127.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1127.0
6+
* feature: EC2: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
7+
* feature: KinesisVideo: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
8+
* feature: KinesisVideoArchivedMedia: Add support for GetImages API for retrieving images from a video stream
9+
* feature: SageMaker: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
10+
511
## 2.1126.0
612
* feature: Organizations: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message.
713
* feature: Outposts: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1126.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1127.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/ec2-2016-11-15.min.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@
263263
"shape": "S1t",
264264
"locationName": "TagSpecification"
265265
},
266-
"HostRecovery": {}
266+
"HostRecovery": {},
267+
"OutpostArn": {}
267268
}
268269
},
269270
"output": {
@@ -8642,6 +8643,9 @@
86428643
"MemberOfServiceLinkedResourceGroup": {
86438644
"locationName": "memberOfServiceLinkedResourceGroup",
86448645
"type": "boolean"
8646+
},
8647+
"OutpostArn": {
8648+
"locationName": "outpostArn"
86458649
}
86468650
}
86478651
}

apis/ec2-2016-11-15.normal.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -7041,7 +7041,7 @@
70417041
"output": {
70427042
"shape": "StopInstancesResult"
70437043
},
7044-
"documentation": "<p>Stops an Amazon EBS-backed instance.</p> <p>You can use the Stop action to hibernate an instance if the instance is <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation\">enabled for hibernation</a> and it meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.</p> <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances\">Hibernating interrupted Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.</p> <p>Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshoot stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>"
7044+
"documentation": "<p>Stops an Amazon EBS-backed instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html\">Stop and start your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>You can use the Stop action to hibernate an instance if the instance is <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation\">enabled for hibernation</a> and it meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.</p> <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances\">Hibernating interrupted Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.</p> <p>Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshoot stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>"
70457045
},
70467046
"TerminateClientVpnConnections": {
70477047
"name": "TerminateClientVpnConnections",
@@ -7978,6 +7978,10 @@
79787978
"HostRecovery": {
79797979
"shape": "HostRecovery",
79807980
"documentation": "<p>Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html\"> Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Default: <code>off</code> </p>"
7981+
},
7982+
"OutpostArn": {
7983+
"shape": "String",
7984+
"documentation": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.</p>"
79817985
}
79827986
}
79837987
},
@@ -29561,6 +29565,11 @@
2956129565
"shape": "Boolean",
2956229566
"documentation": "<p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the host is in a host resource group; otherwise, it is not.</p>",
2956329567
"locationName": "memberOfServiceLinkedResourceGroup"
29568+
},
29569+
"OutpostArn": {
29570+
"shape": "String",
29571+
"documentation": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.</p>",
29572+
"locationName": "outpostArn"
2956429573
}
2956529574
},
2956629575
"documentation": "<p>Describes the properties of the Dedicated Host.</p>"

apis/kinesis-video-archived-media-2017-09-30.min.json

+64
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,70 @@
153153
}
154154
}
155155
},
156+
"GetImages": {
157+
"http": {
158+
"requestUri": "/getImages"
159+
},
160+
"input": {
161+
"type": "structure",
162+
"required": [
163+
"ImageSelectorType",
164+
"StartTimestamp",
165+
"EndTimestamp",
166+
"SamplingInterval",
167+
"Format"
168+
],
169+
"members": {
170+
"StreamName": {},
171+
"StreamARN": {},
172+
"ImageSelectorType": {},
173+
"StartTimestamp": {
174+
"type": "timestamp"
175+
},
176+
"EndTimestamp": {
177+
"type": "timestamp"
178+
},
179+
"SamplingInterval": {
180+
"type": "integer"
181+
},
182+
"Format": {},
183+
"FormatConfig": {
184+
"type": "map",
185+
"key": {},
186+
"value": {}
187+
},
188+
"WidthPixels": {
189+
"type": "integer"
190+
},
191+
"HeightPixels": {
192+
"type": "integer"
193+
},
194+
"MaxResults": {
195+
"type": "long"
196+
},
197+
"NextToken": {}
198+
}
199+
},
200+
"output": {
201+
"type": "structure",
202+
"members": {
203+
"Images": {
204+
"type": "list",
205+
"member": {
206+
"type": "structure",
207+
"members": {
208+
"TimeStamp": {
209+
"type": "timestamp"
210+
},
211+
"Error": {},
212+
"ImageContent": {}
213+
}
214+
}
215+
},
216+
"NextToken": {}
217+
}
218+
}
219+
},
156220
"GetMediaForFragmentList": {
157221
"http": {
158222
"requestUri": "/getMediaForFragmentList"

0 commit comments

Comments
 (0)