Skip to content

Commit

Permalink
Merge pull request aws#2449 from aws/release
Browse files Browse the repository at this point in the history
Release v1.16.35
  • Loading branch information
aws-sdk-go-automation authored Feb 14, 2019
2 parents 7d67307 + 4e2e7c3 commit c083ef3
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 41 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.16.35 (2019-02-14)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release adds tagging and ARN support for AWS Client VPN Endpoints.You can now run bare metal workloads on EC2 M5 and M5d instances. m5.metal and m5d.metal instances are powered by custom Intel Xeon Scalable Processors with a sustained all core frequency of up to 3.1 GHz. m5.metal and m5d.metal offer 96 vCPUs and 384 GiB of memory. With m5d.metal, you also have access to 3.6 TB of NVMe SSD-backed instance storage. m5.metal and m5d.metal instances deliver 25 Gbps of aggregate network bandwidth using Elastic Network Adapter (ENA)-based Enhanced Networking, as well as 14 Gbps of bandwidth to EBS.You can now run bare metal workloads on EC2 z1d instances. z1d.metal instances are powered by custom Intel Xeon Scalable Processors with a sustained all core frequency of up to 4.0 GHz. z1d.metal offers 48 vCPUs, 384 GiB of memory, and 1.8 TB of NVMe SSD-backed instance storage. z1d.metal instances deliver 25 Gbps of aggregate network bandwidth using Elastic Network Adapter (ENA)-based Enhanced Networking, as well as 14 Gbps of bandwidth to EBS.
* `service/kinesisvideo`: Updates service API and documentation
* Adds support for Tag-On-Create for Kinesis Video Streams. A list of tags associated with the stream can be created at the same time as the stream creation.

Release v1.16.34 (2019-02-13)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.16.34"
const SDKVersion = "1.16.35"
18 changes: 18 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4950,6 +4950,10 @@
"shape":"String",
"locationName":"clientCidrBlock"
},
"DnsServers":{
"shape":"ValueStringList",
"locationName":"dnsServer"
},
"SplitTunnel":{
"shape":"Boolean",
"locationName":"splitTunnel"
Expand All @@ -4964,6 +4968,8 @@
},
"AssociatedTargetNetworks":{
"shape":"AssociatedTargetNetworkSet",
"deprecated":true,
"deprecatedMessage":"This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.",
"locationName":"associatedTargetNetwork"
},
"ServerCertificateArn":{
Expand All @@ -4977,6 +4983,10 @@
"ConnectionLogOptions":{
"shape":"ConnectionLogResponseOptions",
"locationName":"connectionLogOptions"
},
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
}
}
},
Expand Down Expand Up @@ -5396,6 +5406,10 @@
"ClientToken":{
"shape":"String",
"idempotencyToken":true
},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
Expand Down Expand Up @@ -14311,6 +14325,7 @@
"m5.4xlarge",
"m5.12xlarge",
"m5.24xlarge",
"m5.metal",
"m5a.large",
"m5a.xlarge",
"m5a.2xlarge",
Expand All @@ -14323,6 +14338,7 @@
"m5d.4xlarge",
"m5d.12xlarge",
"m5d.24xlarge",
"m5d.metal",
"h1.2xlarge",
"h1.4xlarge",
"h1.8xlarge",
Expand All @@ -14333,6 +14349,7 @@
"z1d.3xlarge",
"z1d.6xlarge",
"z1d.12xlarge",
"z1d.metal",
"u-6tb1.metal",
"u-9tb1.metal",
"u-12tb1.metal",
Expand Down Expand Up @@ -18782,6 +18799,7 @@
"ResourceType":{
"type":"string",
"enum":[
"client-vpn-endpoint",
"customer-gateway",
"dedicated-host",
"dhcp-options",
Expand Down
33 changes: 18 additions & 15 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions models/apis/kinesisvideo/2017-09-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
{"shape":"ResourceInUseException"},
{"shape":"InvalidDeviceException"},
{"shape":"InvalidArgumentException"},
{"shape":"ClientLimitExceededException"}
{"shape":"ClientLimitExceededException"},
{"shape":"TagsPerResourceExceededLimitException"}
]
},
"DeleteStream":{
Expand All @@ -40,7 +41,8 @@
{"shape":"ClientLimitExceededException"},
{"shape":"InvalidArgumentException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotAuthorizedException"}
{"shape":"NotAuthorizedException"},
{"shape":"VersionMismatchException"}
]
},
"DescribeStream":{
Expand Down Expand Up @@ -209,7 +211,8 @@
"StreamName":{"shape":"StreamName"},
"MediaType":{"shape":"MediaType"},
"KmsKeyId":{"shape":"KmsKeyId"},
"DataRetentionInHours":{"shape":"DataRetentionInHours"}
"DataRetentionInHours":{"shape":"DataRetentionInHours"},
"Tags":{"shape":"ResourceTags"}
}
},
"CreateStreamOutput":{
Expand Down Expand Up @@ -351,7 +354,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+"
"pattern":"[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+(,[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+)*"
},
"NextToken":{
"type":"string",
Expand Down
13 changes: 7 additions & 6 deletions models/apis/kinesisvideo/2017-09-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"version": "2.0",
"service": "<p/>",
"operations": {
"CreateStream": "<p>Creates a new Kinesis video stream. </p> <p>When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version. </p> <p> <code>CreateStream</code> is an asynchronous operation.</p> <p>For information about how the service works, see <a href=\"http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-it-works.html\">How it Works</a>. </p> <p>You must have permissions for the <code>KinesisVideo:CreateStream</code> action.</p>",
"CreateStream": "<p>Creates a new Kinesis video stream. </p> <p>When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version. </p> <p> <code>CreateStream</code> is an asynchronous operation.</p> <p>For information about how the service works, see <a href=\"https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-it-works.html\">How it Works</a>. </p> <p>You must have permissions for the <code>KinesisVideo:CreateStream</code> action.</p>",
"DeleteStream": "<p>Deletes a Kinesis video stream and the data contained in the stream. </p> <p>This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.</p> <p> </p> <p> To ensure that you have the latest version of the stream before deleting it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the <code>DescribeStream</code> API. </p> <p>This operation requires permission for the <code>KinesisVideo:DeleteStream</code> action.</p>",
"DescribeStream": "<p>Returns the most current information about the specified stream. You must specify either the <code>StreamName</code> or the <code>StreamARN</code>. </p>",
"GetDataEndpoint": "<p>Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to read from the specified stream (using the <code>GetMedia</code> or <code>GetMediaForFragmentList</code> operations) or write to it (using the <code>PutMedia</code> operation). </p> <note> <p>The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.</p> </note> <p>In the request, specify the stream either by <code>StreamName</code> or <code>StreamARN</code>.</p>",
"ListStreams": "<p>Returns an array of <code>StreamInfo</code> objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a <code>StreamNameCondition</code>. </p>",
"ListTagsForStream": "<p>Returns a list of tags associated with the specified stream.</p> <p>In the request, you must specify either the <code>StreamName</code> or the <code>StreamARN</code>. </p>",
"TagStream": "<p>Adds one or more tags to a stream. A <i>tag</i> is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see <a href=\"http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p> <p>You must provide either the <code>StreamName</code> or the <code>StreamARN</code>.</p> <p>This operation requires permission for the <code>KinesisVideo:TagStream</code> action.</p> <p>Kinesis video streams support up to 50 tags.</p>",
"TagStream": "<p>Adds one or more tags to a stream. A <i>tag</i> is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p> <p>You must provide either the <code>StreamName</code> or the <code>StreamARN</code>.</p> <p>This operation requires permission for the <code>KinesisVideo:TagStream</code> action.</p> <p>Kinesis video streams support up to 50 tags.</p>",
"UntagStream": "<p>Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.</p> <p>In the request, you must provide the <code>StreamName</code> or <code>StreamARN</code>.</p>",
"UpdateDataRetention": "<p> Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the <code>Operation</code> parameter in the request body. In the request, you must specify either the <code>StreamName</code> or the <code>StreamARN</code>. </p> <note> <p>The retention period that you specify replaces the current value.</p> </note> <p>This operation requires permission for the <code>KinesisVideo:UpdateDataRetention</code> action.</p> <p>Changing the data retention period affects the data in the stream as follows:</p> <ul> <li> <p>If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.</p> </li> <li> <p>If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.</p> </li> </ul>",
"UpdateStream": "<p>Updates stream metadata, such as the device name and media type.</p> <p>You must provide the stream name or the Amazon Resource Name (ARN) of the stream.</p> <p>To make sure that you have the latest version of the stream before updating it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the <code>DescribeStream</code> API. </p> <p> <code>UpdateStream</code> is an asynchronous operation, and takes time to complete.</p>"
Expand Down Expand Up @@ -55,7 +55,7 @@
"DataRetentionChangeInHours": {
"base": null,
"refs": {
"UpdateDataRetentionInput$DataRetentionChangeInHours": "<p>The retention period, in hours. The value you specify replaces the current value.</p>"
"UpdateDataRetentionInput$DataRetentionChangeInHours": "<p>The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years).</p>"
}
},
"DataRetentionInHours": {
Expand Down Expand Up @@ -142,7 +142,7 @@
"KmsKeyId": {
"base": null,
"refs": {
"CreateStreamInput$KmsKeyId": "<p>The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.</p> <p>If no key ID is specified, the default, Kinesis Video-managed key (<code>aws/kinesisvideo</code>) is used.</p> <p> For more information, see <a href=\"http://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters\">DescribeKey</a>. </p>",
"CreateStreamInput$KmsKeyId": "<p>The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.</p> <p>If no key ID is specified, the default, Kinesis Video-managed key (<code>aws/kinesisvideo</code>) is used.</p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters\">DescribeKey</a>. </p>",
"StreamInfo$KmsKeyId": "<p>The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.</p>"
}
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"MediaType": {
"base": null,
"refs": {
"CreateStreamInput$MediaType": "<p>The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see <a href=\"http://www.iana.org/assignments/media-types/media-types.xhtml\">Media Types</a>. If you choose to specify the <code>MediaType</code>, see <a href=\"https://tools.ietf.org/html/rfc6838#section-4.2\">Naming Requirements</a> for guidelines.</p> <p>To play video on the console, the media must be H.264 encoded, and you need to specify this video type in this parameter as <code>video/h264</code>. </p> <p>This parameter is optional; the default value is <code>null</code> (or empty in JSON).</p>",
"CreateStreamInput$MediaType": "<p>The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see <a href=\"http://www.iana.org/assignments/media-types/media-types.xhtml\">Media Types</a>. If you choose to specify the <code>MediaType</code>, see <a href=\"https://tools.ietf.org/html/rfc6838#section-4.2\">Naming Requirements</a> for guidelines.</p> <p>Example valid values include \"video/h264\" and \"video/h264,audio/aac\".</p> <p>This parameter is optional; the default value is <code>null</code> (or empty in JSON).</p>",
"StreamInfo$MediaType": "<p>The <code>MediaType</code> of the stream. </p>",
"UpdateStreamInput$MediaType": "<p>The stream's media type. Use <code>MediaType</code> to specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see <a href=\"http://www.iana.org/assignments/media-types/media-types.xhtml\">Media Types</a>. If you choose to specify the <code>MediaType</code>, see <a href=\"https://tools.ietf.org/html/rfc6838#section-4.2\">Naming Requirements</a>.</p> <p>To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify <code>video/h264</code> as the <code>MediaType</code>.</p>"
}
Expand Down Expand Up @@ -222,6 +222,7 @@
"ResourceTags": {
"base": null,
"refs": {
"CreateStreamInput$Tags": "<p>A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).</p>",
"ListTagsForStreamOutput$Tags": "<p>A map of tag keys and values associated with the specified stream.</p>",
"TagStreamInput$Tags": "<p>A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).</p>"
}
Expand Down Expand Up @@ -352,7 +353,7 @@
}
},
"VersionMismatchException": {
"base": "<p>The stream version that you specified is not the latest version. To get the latest version, use the <a href=\"http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html\">DescribeStream</a> API.</p>",
"base": "<p>The stream version that you specified is not the latest version. To get the latest version, use the <a href=\"https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html\">DescribeStream</a> API.</p>",
"refs": {
}
}
Expand Down
Loading

0 comments on commit c083ef3

Please sign in to comment.