Skip to content

Commit

Permalink
Merge branch 'release-1.29.27'
Browse files Browse the repository at this point in the history
* release-1.29.27:
  Bumping version to 1.29.27
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 9, 2022
2 parents 9bc23e5 + 9bfeb07 commit 596c183
Show file tree
Hide file tree
Showing 14 changed files with 427 additions and 329 deletions.
22 changes: 22 additions & 0 deletions .changes/1.29.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``iotfleetwise``",
"description": "Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "This release provides the approximate number of assets in a packaging group.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.29.27
=======

* api-change:``iotfleetwise``: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
* api-change:``logs``: Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications
* api-change:``medialive``: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
* api-change:``mediapackage-vod``: This release provides the approximate number of assets in a packaging group.


1.29.26
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.29.26'
__version__ = '1.29.27'


class NullHandler(logging.Handler):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down
14 changes: 10 additions & 4 deletions botocore/data/iotfleetwise/2021-06-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,9 @@
},
"assignedValue":{
"shape":"string",
"documentation":"<p>A specified value for the actuator.</p>"
"documentation":"<p>A specified value for the actuator.</p>",
"deprecated":true,
"deprecatedMessage":"assignedValue is no longer in use"
}
},
"documentation":"<p>A signal that represents a vehicle device such as the engine, heater, and door locks. Data from an actuator reports the state of a certain vehicle device.</p> <note> <p> Updating actuator data can change the state of a device. For example, you can turn on or off the heater by updating its actuator data.</p> </note>"
Expand Down Expand Up @@ -1024,7 +1026,9 @@
},
"assignedValue":{
"shape":"string",
"documentation":"<p>A specified value for the attribute.</p>"
"documentation":"<p>A specified value for the attribute.</p>",
"deprecated":true,
"deprecatedMessage":"assignedValue is no longer in use"
},
"defaultValue":{
"shape":"string",
Expand Down Expand Up @@ -1768,7 +1772,8 @@
"invalidNetworkInterfaces":{
"shape":"InvalidNetworkInterfaces",
"documentation":"<p>The request couldn't be completed because of invalid network interfaces in the request.</p>"
}
},
"message":{"shape":"string"}
},
"documentation":"<p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</p>",
"exception":true
Expand Down Expand Up @@ -2586,7 +2591,8 @@
"reason":{
"shape":"string",
"documentation":"<p>The reason the node validation failed.</p>"
}
},
"message":{"shape":"string"}
},
"documentation":"<p>The specified node type doesn't match the expected node type for a node. You can specify the node type as branch, sensor, actuator, or attribute.</p>",
"exception":true
Expand Down
9 changes: 0 additions & 9 deletions botocore/data/logs/2014-03-28/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/logs/2014-03-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
},
"tags":{
"shape":"Tags",
"documentation":"<p>The key-value pairs to use for the tags.</p> <p>CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the <code>aws:Resource/<i>key-name</i> </code> or <code>aws:TagKeys</code> condition keys. For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
"documentation":"<p>The key-value pairs to use for the tags.</p> <p>You can grant users access to certain log groups while preventing them from accessing other log groups. To do so, tag your groups and use IAM policies that refer to those tags. To assign tags when you create a log group, you must have either the <code>logs:TagResource</code> or <code>logs:TagLogGroup</code> permission. For more information about tagging, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>. For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
}
}
},
Expand Down
9 changes: 0 additions & 9 deletions botocore/data/medialive/2017-10-14/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
18 changes: 17 additions & 1 deletion botocore/data/medialive/2017-10-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9526,6 +9526,11 @@
"shape": "__integer",
"locationName": "maxBitrate",
"documentation": "The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms)."
}
},
"documentation": "Configurable settings for the input device."
Expand Down Expand Up @@ -9605,6 +9610,11 @@
"shape": "__integer",
"locationName": "width",
"documentation": "The width of the video source, in pixels."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms). You can specify this value."
}
},
"documentation": "Settings that describe the active source from the input device, and the video characteristics of that source."
Expand Down Expand Up @@ -9764,7 +9774,8 @@
"type": "string",
"documentation": "The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose \"HD\".",
"enum": [
"HD"
"HD",
"UHD"
]
},
"InputDeviceUhdSettings": {
Expand Down Expand Up @@ -9809,6 +9820,11 @@
"shape": "__integer",
"locationName": "width",
"documentation": "The width of the video source, in pixels."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms). You can specify this value."
}
},
"documentation": "Settings that describe the active source from the input device, and the video characteristics of that source."
Expand Down
17 changes: 16 additions & 1 deletion botocore/data/mediapackage-vod/2018-11-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"shape": "Profile"
},
"ScteMarkersSource": {
"documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.",
"documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.",
"locationName": "scteMarkersSource",
"shape": "ScteMarkersSource"
},
Expand Down Expand Up @@ -1355,6 +1355,11 @@
},
"DescribePackagingGroupResponse": {
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down Expand Up @@ -1872,6 +1877,11 @@
"PackagingGroup": {
"documentation": "A MediaPackage VOD PackagingGroup resource.",
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down Expand Up @@ -2187,6 +2197,11 @@
},
"UpdatePackagingGroupResponse": {
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.26'
release = '1.29.27'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
38 changes: 19 additions & 19 deletions tests/functional/endpoint-rules/iotfleetwise/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
},
"params": {
"Region": "eu-central-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "eu-central-1"
}
},
{
Expand All @@ -21,9 +21,9 @@
}
},
"params": {
"Region": "eu-central-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "eu-central-1"
}
},
{
Expand All @@ -34,9 +34,9 @@
}
},
"params": {
"Region": "eu-central-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "eu-central-1"
}
},
{
Expand All @@ -47,9 +47,9 @@
}
},
"params": {
"Region": "eu-central-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "eu-central-1"
}
},
{
Expand All @@ -60,9 +60,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-east-1"
}
},
{
Expand All @@ -73,9 +73,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-east-1"
}
},
{
Expand All @@ -86,9 +86,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-east-1"
}
},
{
Expand All @@ -99,9 +99,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-east-1"
}
},
{
Expand All @@ -112,9 +112,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
},
Expand All @@ -124,9 +124,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
},
Expand All @@ -136,9 +136,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
}
Expand Down
Loading

0 comments on commit 596c183

Please sign in to comment.