Skip to content

Commit

Permalink
Merge branch 'release-1.12.218' into develop
Browse files Browse the repository at this point in the history
* release-1.12.218:
  Bumping version to 1.12.218
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 28, 2019
2 parents 1d99747 + e9ec1e1 commit ae55c98
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 16 deletions.
17 changes: 17 additions & 0 deletions .changes/1.12.218.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``sqs``",
"description": "Update sqs client to latest version",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "Update globalaccelerator client to latest version",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "Update mediaconvert client to latest version",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.12.218
========

* api-change:``sqs``: Update sqs client to latest version
* api-change:``globalaccelerator``: Update globalaccelerator client to latest version
* api-change:``mediaconvert``: Update mediaconvert client to latest version


1.12.217
========

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 re
import logging

__version__ = '1.12.217'
__version__ = '1.12.218'


class NullHandler(logging.Handler):
Expand Down
50 changes: 38 additions & 12 deletions botocore/data/globalaccelerator/2018-08-08/service-2.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions botocore/data/mediaconvert/2017-08-29/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2429,6 +2429,11 @@
"locationName": "settings",
"documentation": "JobSettings contains all the transcode settings for a job."
},
"SimulateReservedQueue": {
"shape": "SimulateReservedQueue",
"locationName": "simulateReservedQueue",
"documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default."
},
"StatusUpdateInterval": {
"shape": "StatusUpdateInterval",
"locationName": "statusUpdateInterval",
Expand Down Expand Up @@ -5619,6 +5624,11 @@
"locationName": "settings",
"documentation": "JobSettings contains all the transcode settings for a job."
},
"SimulateReservedQueue": {
"shape": "SimulateReservedQueue",
"locationName": "simulateReservedQueue",
"documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default."
},
"Status": {
"shape": "JobStatus",
"locationName": "status",
Expand Down Expand Up @@ -8093,6 +8103,14 @@
},
"documentation": "Settings for SCC caption output."
},
"SimulateReservedQueue": {
"type": "string",
"documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"SpekeKeyProvider": {
"type": "structure",
"members": {
Expand Down
70 changes: 68 additions & 2 deletions botocore/data/sqs/2012-11-05/service-2.json

Large diffs are not rendered by default.

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.12.2'
# The full version, including alpha/beta/rc tags.
release = '1.12.217'
release = '1.12.218'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit ae55c98

Please sign in to comment.